@font-face {
    font-family: 'Proxima Nova';
    src: url('../fonts/ProximaNova-Light.woff2') format('woff2'),
        url('../fonts/ProximaNova-Light.woff') format('woff');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Proxima Nova';
    src: url('../fonts/ProximaNova-Regular.woff2') format('woff2'),
        url('../fonts/ProximaNova-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Proxima Nova';
    src: url('../fonts/ProximaNova-Bold.woff2') format('woff2'),
        url('../fonts/ProximaNova-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}
img{
    max-width: 100%;
    height: auto;
}
.bg-fix{
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}
.mb-p p:last-child{
    margin-bottom: 0;
}
body{
    color: #565C66;
    font-family: "Proxima Nova",sans-serif;
    font-size: 17px;
    font-weight: 400;
    line-height: 1.6; 
}
.sapphire-blue-color{
    color:#2359CC;
}
.tk-proxima{
    font-family: "Proxima Nova",sans-serif;
}
/* all  button */
.btn-1 {
    color: #FFF;
    text-align: center;
    font-family: "Proxima Nova", sans-serif;
    font-size: clamp(14px, 1.2vw, 16px);
    font-weight: 700;
    line-height: 1.5;
    letter-spacing: clamp(0.2px, 0.2vw, 0.48px);
    text-transform: uppercase;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: clamp(10px, 1.2vw, 14px) clamp(10px, 2vw, 28px);
    border-radius: 6px;
    border: 2px solid transparent;
    background: #2359CC;
    box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25);
    transition: all 0.3s linear;
}
.btn-1:hover ,
.btn-1.transparent-btn {
    border: 2px solid #1F228B;
    background: #FFF;
    box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25);
    color: #2359CC;
}
.btn-1.transparent-btn:hover{
    border-color: transparent;
    background: #2359CC;
    color: #FFF;
}
.btn-1.white-version {
    border: 2px solid rgba(0, 0, 0, 0.00);
    background: #FFF;
    color: #2359CC;
}
.btn-1.blue-version {
    border: 2px solid rgba(255, 255, 255, 0.60);
}
.btn-1.white-version:hover {
    background: #2359CC;
    color: #FFF;
    border: 2px solid rgba(255, 255, 255, 0.60);
}
/* header section start */
.header-area {
    border-bottom: clamp(24px, 4vw, 52px) solid #2359CC;
    padding: clamp(50px, 8vw, 100px) 0;
}
.header-logo img {
    max-width: clamp(250px, 45vw, 680px);
}
.header-area::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    background: rgba(53, 60, 65, 0.55);
    box-shadow: 0 10px 24px 0 rgba(0, 0, 0, 0.25);
    z-index: 1;
}

/* header section end */

/* prefab shipping section start */
.prefab-shipping-section {
    padding: clamp(50px, 7vw, 96px) 0 clamp(60px, 8vw, 126px);
}
.faq-section .container , 
.process-section-area .container,
.prefab-products .container ,
.contact-map-section .container ,
.prefab-shipping-section .container {
    max-width: 1104px;
}
.prefab-shipping-section .row {
    --bs-gutter-x: clamp(24px, 6vw, 108px);
}
.sub-title {
    color: #2359CC;
    font-family: "Proxima Nova", sans-serif;
    font-size: clamp(14px, 2vw, 20px);
    font-weight: 700;
    line-height: 1;
    letter-spacing: clamp(1px, 0.3vw, 2.34px);
    text-transform: uppercase;
    display: inline-block;
}
.heading-text {
    color: #1C1F26;
    font-family: "Proxima Nova", sans-serif;
    font-size: clamp(32px, 5vw, 52px);
    font-weight: 700;
    line-height: 1;
    letter-spacing: clamp(-0.2px, -0.08vw, -0.57px);
}
.prefab-content-left .heading-text {
    line-height: 1.04;
    letter-spacing: clamp(-1.4px, -0.2vw, -0.04px);
    max-width: 500px;
    margin-bottom: clamp(12px, 2vw, 34px);
}
.prefab-content-left p {
    font-size: clamp(16px, 2.2vw, 21px);
    line-height: 1.5;
}
.plus-icon,
.sub-icon svg{
    width: clamp(28px, 3vw, 45px);
    height: clamp(28px, 3vw, 45px);
}

.plus-icon {
    position: absolute;
    right: -5px;
    top: 2px;
    z-index: -1;
}
.check-mark {
    color: #FFF;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-family: "Proxima Nova", sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.5;
    border-radius: 4px;
    background: #2359CC;
    flex: 0 0 clamp(22px, 2.5vw, 26px);
    height: clamp(22px, 2.5vw, 26px);
    margin-top: 5px;
}
.prefab-content-list-wrapper ul li > span:not(.check-mark) {
    flex: 1; 
    min-width: 0;
}
.prefab-content-list-wrapper ul {
    padding: 0;
    margin: 0;
    list-style: none;
}
.prefab-content-list-wrapper ul li {
    display: flex;
    gap: clamp(10px, 1.5vw, 14px);
    margin-bottom: clamp(20px, 4vw, 49px);
    color: #1C1F26;
    font-size: clamp(16px, 2vw, 20px);
    line-height: 1.2;
}

.prefab-content-list-wrapper ul li:last-child {
    margin-bottom: 0;
}
.prefab-content-icon-wrapper {
    gap: clamp(20px, 4vw, 60px);
    margin-top: clamp(30px, 5vw, 65px);
}
.prefab-content-icon img {
    width: clamp(40px, 10vw, 76px);
    height: auto;
}
.prefab-shipping-section .sub-title {
    margin-bottom: clamp(20px, 3vw, 36px);
}
.prefab-content-left  .button-wrapper {
    margin-top: clamp(20px, 5vw, 65px);
}
.prefab-shape-01,
.prefab-shape-02 {
    position: absolute;
    opacity: 0.05;
    pointer-events: none;
    user-select: none;
}
.prefab-shape-01 {
    width: clamp(400px, 72vw, 1338px);
    height: auto;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    margin-left: -333px;
}
.prefab-shape-02 {
    width: clamp(350px, 30vw, 542px);
    height: auto;
    top: clamp(50px, 11vw, 126px);
    right: 50px;
    left: auto;
    transform: none;
}
/* prefab shipping section end */


/* contact section start */
.contact-map-section {
    background-color: #5F7483;
    box-shadow: 0 10px 24px 0 rgba(0, 0, 0, 0.25);
    padding: clamp(50px, 7vw, 96px)
             0
             clamp(50px, 6vw, 87px);
}
.contact-map-bg {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: 1;
    opacity: 0.10;
}
.contact-map-content-wrapper p a,
.contact-map-content-wrapper p {
    color: #FFF;
    font-size: clamp(16px, 1.5vw, 21px);
    line-height: 1.5;
    font-weight:400;
    transition: all 0.3s linear;
}
.contact-map-content-wrapper p a{
    font-weight:700;
}
.contact-map-content-wrapper p a:hover{
    color:#2359CC;
}
.contact-map-content-wrapper p {
    margin-bottom: clamp(16px, 3vw, 30px);
}
.map-info-wrapper {
    border-radius: clamp(12px, 2vw, 20px);
    border: clamp(2px, 0.5vw, 6px) solid #B9BFC8;
    background: #E7ECF0;
    margin-top: clamp(20px, 4vw, 38px);
}
.contact-map-content-wrapper .sub-title {
    margin-bottom: clamp(8px, 1.5vw, 13px);
}
.contact-form {
    border-radius: clamp(12px, 2vw, 16.245px);
    border-top: clamp(8px, 1vw, 12.184px) solid #2359CC;
    border-right: 1px solid #2359CC;
    border-bottom: 1px solid #2359CC;
    border-left: 1px solid #2359CC;
    background: #FFF;
    box-shadow: 0 clamp(3px, 0.5vw, 6px)
                clamp(5px, 0.8vw, 8px)
                rgba(0, 0, 0, 0.25);
    padding: clamp(12px, 3vw, 15px)
             clamp(20px, 4vw, 37px)
             clamp(16px, 2vw, 16px);
}
div.wpforms-container-full:not(:empty) {
    margin: 14px auto !important;
}
#top label {
    color: #565C66;
    font-size: clamp(11px, 0.8vw, 13px);
    letter-spacing: clamp(0.3px, 0.05vw, 0.528px);
    text-transform: uppercase;
    margin-bottom:8px;
}
#top .input-text, #top input[type="text"], #top input[type="input"], #top input[type="password"], #top input[type="email"], #top input[type="number"], #top input[type="url"], #top input[type="tel"], #top input[type="search"], #top textarea, #top select {
    -webkit-appearance: none;
    padding: 13px 13.261px 16px 17.261px;
    outline: none;
    margin: 0;
    width: 100%;
    display: block;
    margin-bottom: 0px;
    border-radius: 4.061px;
    border: 1.015px solid #B9BFC8;
    background: #FFF;
    color: #888E98;
    font-family: "Proxima Nova",sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.5;
    height: 100%;
}
.wpforms-container .wpforms-field, 
.wp-core-ui div.wpforms-container .wpforms-field { 
    padding: 0 !important; 
    padding-bottom: 9px !important; 
}
#top textarea {
    min-height: 112px;
}
.page-template-template-campaign  .wpforms-container input.wpforms-field-medium{
    max-width: 100%;
}
.contact-info {
    margin-bottom: 18px;
}
.contact-form .row {
    margin-bottom: 0;
}
.contact-map-section .container {
    max-width: 1122px;
}
.contact-map-content-wrapper .heading-text {
    margin-bottom: clamp(12px, 2vw, 18px);
    letter-spacing: clamp(-0.911px, -0.08vw, -0.3px);
}
.contact-map-content-wrapper {
    max-width: 469px;
}
.gmap_iframe ,
.mapouter ,
.gmap_canvas {
    border-radius: 20px;
}
.contact-map-section .container > .row {
    --bs-gutter-x: clamp(20px, 4vw, 52px);
}
.contact-form-wrapper {
    max-width: 567px;
}
.contact-form .row {
    --bs-gutter-x: clamp(12px, 2vw, 17px);
}

.contact-map-skewed-shape {
    position: absolute;
    top: -20px;
    left: 50%;
    transform: translateX(-50%);
    margin-left: -415px;
    z-index: 3;
    max-width: 293px;
}

div.wpforms-container-full input[type=submit], div.wpforms-container-full button[type=submit], div.wpforms-container-full .wpforms-page-button, .wp-core-ui div.wpforms-container-full input[type=submit], .wp-core-ui div.wpforms-container-full button[type=submit], .wp-core-ui div.wpforms-container-full .wpforms-page-button {
    height: 100% !important;
    background-color: #2359CC !important;
    border-radius: 6px !important;
    border-color: #2359CC !important;
    border-width: 2px !important;
    color: #fff !important;
    padding: clamp(8px,3vw,17px) 10px !important;
    font-family: "Proxima Nova",sans-serif !important;
    font-weight: 700 !important;
    font-size: clamp(12px,3vw,16px) !important;
    line-height: 1.5 !important;
}
/* contact section end */


/* prefab-products section start */
.sub-title-wrapper .sub-title {
    padding-right: 18px;
    background: #fff;
}
.sub-title-wrapper::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    height: 2px;
    width: calc(100% - clamp(40px, 6vw, 63px));
    background: #D4D8DE;
    transform: translateY(-50%);
    z-index: -1;
}
.prefab-products .sub-title-wrapper {
    margin-bottom: 12.5px;
}
.prefab-products .heading-text {
    margin-bottom: clamp(12px, 2vw, 20px);
}
.prefab-products-card-content h6 {
    color: #1C1F26;
    font-family: "Proxima Nova", sans-serif;
    font-size: clamp(18px, 1.6vw, 20px);
    line-height: 1.18;
    margin-bottom: 13px;
}
.prefab-products-card {
    border-radius: 16px;
    border-top: 12px solid #2359CC;
    border-right: 1px solid #2359CC;
    border-bottom: 1px solid #2359CC;
    border-left: 1px solid #2359CC;
    background: #FFF;
    box-shadow: 0 4px 6px 0 rgba(0, 0, 0, 0.25);
    min-height: clamp(380px, 45vw, 475px);
}

.col-md-6 .prefab-products-card {
  min-height: clamp(380px, 45vw, 555px);
}

.page-id-518 .prefab-products-card {
    min-height: clamp(380px, 45vw, 430px);
}

.prefab-products-card-content {
    padding:
        clamp(16px, 2vw, 21px)
        clamp(18px, 1.3vw, 28px)
        clamp(20px, 3vw, 32px);
}

.prefab-products-card-content p {
    font-size: 16px;
}

.prefab-products-card > img {
    border-bottom: 1px solid #B9BFC8;
    box-shadow: 0 4px 30.5px 0 rgba(0, 0, 0, 0.70) inset;
    display: block;
    width: 100%;
}
.prefab-products .row {
    --bs-gutter-x: clamp(16px, 3vw, 30px);
}
.prefab-products .section-title-wrapper {
    margin-bottom: clamp(18px, 2.5vw, 40px);
}
.prefab-products {
    padding:
        clamp(75px, 4vw, 20px)
        0
        clamp(40px, 6vw, 63px);
}
/* prefab-products section end */

/* steps-section start */
.process-section-area {
    background: #E7ECF0;
    padding: clamp(40px, 6vw, 76px) 0;
    box-shadow: 0 clamp(6px, 1vw, 10px)
                clamp(12px, 2vw, 24px)
                rgba(0, 0, 0, 0.15);
}
.process-step-number-box span {
    color: #2359CC;
    font-size: clamp(32px, 5vw, 60px);
    line-height: 1.2;
    background: #E7ECF0;
    padding-right: 20px;
}
.process-step-wrapper {
    margin-top: clamp(10px, 1.5vw, 15px);
}
.process-step-content {
    margin-top: 10px;
}
.process-section-area .sub-title {
    margin-bottom: clamp(12px, 2vw, 19px);
}
.process-step-content h6 {
    color: #1C1F26;
    font-size: clamp(18px, 1.6vw, 23px);
    line-height: 1.25;
    margin-bottom: clamp(10px, 1.5vw, 15px);
}
.process-step-number-box::after ,
.process-step-number-box::before {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    height: 1px;
    width: 100%;
    background: #000;
    transform: translateY(-50%);
    z-index: -1;
}
.process-step-number-box::after {
    left: auto;
    right: 0;
    height: 6px;
    width: 6px;
    background: #000;
    border-radius: 100%;
}
.process-step-wrapper .col-lg-4:last-child .process-step-number-box::after,
.process-step-wrapper .col-lg-4:last-child .process-step-number-box::before {
    display: none;
}
.contact-map-skewed-shape.right-side {
    left: 50%;
    margin-left: 428px;
}
.process-icon {
    max-width: clamp(80px, 15vw, 294px);
    position: absolute;
    top: 74px;
    right: 50%;
    transform: translateX(50%);
    margin-right: -632px;
    opacity:0.55;
    pointer-events: none;
    z-index:4;
}
/* steps-section end */


/* faq section start */
.faq-section {
    padding: clamp(40px, 6vw, 67px)
             0
             clamp(50px, 7vw, 80px);
}
.faq-section .section-title-wrapper {
    margin-bottom: clamp(18px, 2.5vw, 35px);
}
.accordion {
    --bs-accordion-color: #565C66;
}
.accordion-item:first-of-type {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    border-top: 1px solid #D4D8DE;
}
.accordion-item {
    border: 0;
    border-bottom: 1px solid #D4D8DE;
    padding: clamp(18px, 3vw, 27px) 0;
}
.accordion-header {
    margin-bottom: 0;
    color: #1C1F26;
    font-family: "Proxima Nova", sans-serif;
    font-size: clamp(18px, 1.8vw, 21px);
    font-weight: 700;
    line-height: 1.3;
    cursor: pointer;
    position: relative;
    z-index: 1;
    padding-right:20px;
}
.accordion-body {
    padding: clamp(18px, 3vw, 28px) 0 0;
}
.accordion-header::after, .accordion-header::before {
    content: "";
    position: absolute;
    right: 0;
    top: 50%;
    height: 2px;
    width: 16px;
    background: #2359CC;
    z-index: 1;
    transform: translateY(-50%);
    transition: all 0.3s linear;
}

.accordion-header::after {
    height: 16px;
    width: 2px;
    right: 7px;
}

.accordion-header[aria-expanded="true"]::after {
    opacity: 0;
    visibility: hidden;
    transform: translateY(-50%) rotate(90deg);
}
/* faq section end */



/* cta section start */
.cta-section {
    padding: clamp(80px, 10vw, 160px)
             0
             clamp(70px, 9vw, 140px);
}
.cta-section::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    background-color: #353C41;
    opacity: 0.9;
}
.cta-content p {
    color: rgba(255, 255, 255, 0.82);
    font-family: "Proxima Nova", sans-serif;
    font-size: clamp(16px, 2vw, 21px);
}
.cta-section .button-wrapper {
    margin-top: clamp(18px, 3vw, 30px);
}
/* cta section end */


/* footer section start */
.footer-area {
    background: #2359CC;
    padding: 19px 0 29px;
}
.footer-logo img {
    max-width: 266px;
}
.footer-content p {
    color: #FFF;
    font-family: "Proxima Nova", sans-serif;
    font-size: clamp(15px, 1.5vw, 18px);
    line-height: 1.6;
    margin-bottom: 10px;
}
.footer-content .design-text a ,
.footer-content .design-text {
    color:#fff;
    font-size: clamp(10px, 0.5vw, 10px);
    font-weight: 300;
    letter-spacing: 0.24px;
    text-decoration: none;
    transition: all 0.3s linear;
}
.footer-content .design-text a:hover{
    color: #1C1F26;
}
/* footer section end */




