@import url('https://fonts.googleapis.com/css2?family=Open+Sans:wght@400;500;600;700;800&family=Sora:wght@300;400;500;600;700;800&display=swap');

/* ***** Common Css **** */
:root {
    scroll-behavior: initial;
}

* {
    margin: 0;
    padding: 0;
    text-decoration: none;
    list-style: none;
}
a:hover,
a:focus,
a:active {
    text-decoration: none;
}
ol,
ul {
    margin: 0;
    padding: 0;
}
img {
    display: block;
}
a {
    transition: 0.4s linear;
    -webkit-transition: 0.4s linear;
    text-decoration: none;
}

body {
    font-family: 'Sora', sans-serif;
    font-size: 14px;
    font-weight: 400;
    color: #000;
    text-decoration: none;
}

.main-wrpper {
    height: 100%;
    width: 100%;
    overflow: hidden;
    padding: 110px 0 0;
}
.container{
    max-width: 1260px;
}
/* ***** End Common Css **** */

/* **** Header **** */
header {
    position: fixed;
    top: 0px;
    left: 0;
    right: 0;
    background: #fff;
    padding: 30px 0;
    z-index: 120;
    transition: 0.4s linear;
    -webkit-transition: 0.4s linear;
}
header.nav-new{
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
}
.navbar .container .navbar-brand,
.navbar .container-fluid .navbar-brand {
    margin-left: 0;
}
.navbar-brand {
    float: none;
    height: auto;
    padding: 0;
}
.navbar-brand img {
    max-width: 100%;
    height: 45px;
}
.navbar {
    background: transparent;
    position: relative;
    width: 100%;
    left: 0;
    top: 0;
    border: none;
    border-radius: 0;
    margin: 0;
    padding: 0;
    z-index: 120;
    transition: 0.4s linear;
    -webkit-transition: 0.4s linear;
}
.navbar-light .navbar-nav {
    margin-left: auto;
}
.navbar-light .navbar-nav li {
    margin-right: 40px;
}
.navbar-light .navbar-nav li:last-child {
    margin-right: 0;
}
.navbar-light .navbar-nav .nav-link {
    padding: 12px 0px;
    color: #374151;
    font-size: 16px;
    font-weight: 400;
    transition: 0.4s linear;
    -webkit-transition: 0.4s linear;
}
.navbar-light .navbar-nav .nav-link.btn-chat{
    padding: 12px 25px;
    background: #0694A2;
    border-radius: 8px;
    color: #fff;
    display: flex;
    align-items: center;
}
.navbar-light .navbar-nav .nav-link.btn-chat i{
    width: 22px;
    height: 22px;
    border-radius: 50%;
    line-height: 22px;
    margin-right:10px;    
    color: #0694A2;
    display: inline-block;
    background: #fff;
    text-align:center;
    font-size: 14px;
}
.navbar-light .navbar-nav .nav-link.btn-chat:hover{
    background: #1F2A37;
    color: #fff;
}
.navbar .navbar-nav li a:focus,
.navbar .navbar-nav li a:hover,
.navbar .navbar-nav li a:hover {
    color: #0694A2;
}
.navbar .navbar-nav .active a,
.navbar .navbar-nav .active a:focus,
.navbar .navbar-nav .active a:hover {
    color: #0694A2;
}
.navbar-light .navbar-nav .nav-link.active,
.navbar-light .navbar-nav .nav-link:focus,
.navbar-light .navbar-nav .nav-link:hover {
    color: #0694A2;
}
/* **** End Header **** */


/* **** toggler **** */
.navbar-light .navbar-toggler {background-color: transparent;border-radius: 0;outline: none;box-shadow: none;border: none;height: 40px;width: auto;padding: 0;}
.navbar-light .navbar-toggler:focus {box-shadow: none;outline: none; }
.navbar-light .navbar-toggler .navbar-toggler-icon {background-image: unset;}
.navbar-toggler:active, .navbar-toggler:focus { outline: none; }
.navbar-light .navbar-toggler-icon {width: 24px;height: 18px;background-image: none;position: relative;border-bottom: 2px solid #1F2A37;transition: all 300ms linear;}
.navbar-light .navbar-toggler-icon:after,
.navbar-light .navbar-toggler-icon:before {width: 24px;position: absolute;height: 2px;background-color: #1F2A37;top: 0;left: 0;content: "";z-index: 2;transition: all 300ms linear;}
.navbar-light .navbar-toggler-icon:after {top: 8px;}
.navbar-toggler[aria-expanded="true"] .navbar-toggler-icon:after {transform: rotate(45deg);}
.navbar-toggler[aria-expanded="true"] .navbar-toggler-icon:before {transform: translateY(8px) rotate(-45deg);}
.navbar-toggler[aria-expanded="true"] .navbar-toggler-icon {border-color: transparent;}
/* **** End toggler **** */

/* **** Home Page **** */
.main-banner{
    padding: 100px 0;
    position: relative;
}
.main-banner .row{
    align-items: center;
}
.banner-img img{
    width: 100%;
}
.bannre-data h1{
    font-size: 64px;
    font-weight: 600;
    color: #1F2A37;
    line-height: 78px;
    margin: 0 0 30px;
}
.bannre-data p{
    max-width: 630px;
    font-size: 20px;
    font-weight: 300;
    color: #6B7280;
    line-height: 36px;
    margin: 0 0 30px;
}
.btn-main{
    padding: 14px 25px;
    background: #0694A2;
    border-radius: 8px;
    color: #fff;
    display: flex;
    align-items: center;
    max-width: 170px;
}
.btn-main i{
    min-width: 22px;
    width: 25px;
    height: 25px;
    border-radius: 50%;
    line-height: 25px;
    margin-right:10px;    
    color: #0694A2;
    display: block;
    background: #fff;
    text-align:center;
    font-size: 14px;
    transition: .4s linear;
    -webkit-transition: .4s linear;
}
.btn-main:hover{
    background: #1F2A37;
    color: #fff;
}
.btn-main:hover i{
    background: #fff;
    color: #1F2A37;
}

.help-wrok-wrp h2{
    font-size: 32px;
    font-weight: bold;
    color: #1F2A37;
    text-align: center;
    margin: 0 0 30px;
}
.help-list ul{
    display: flex;
    flex-wrap: wrap;
    margin: 0 -15px;
}
.help-list ul li{
    width: 20%;
    padding: 0 15px;
}
.help-box{
    opacity: 0.30;
    height:90px;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: .4s linear;
    -webkit-transition: .4s linear;
}
.help-box:hover{
    opacity: 1;
}

.project-wrp{
    padding: 100px 0 50px;
}
.project-wrp h2{
    font-size: 40px;
    font-weight: 600;
    color: #1E2532;
    margin: 0 0 40px;
}
.project-block{
    padding: 100px 50px 100px 0;
    position: relative;
    overflow: hidden;
    background: #047481;
    border-radius: 30px;
    margin: 0 0 65px;
}
.project-block:before{
    position: absolute;
    content: '';
    width: 30%;
    height: 100%;
    background: #036672;
    top: 0;
    left: 0;
}
.project-block .row{
    align-items: center;
    position: relative;
    z-index: 1;
}
.projects-img img{
    width: 100%;
}
.project-data{
    padding: 0 0 0 60px;
}
.project-data h3{
    font-size: 40px;
    font-weight: bold;
    color: #fff;
    margin: 0 0 25px;
}
.project-data h4{
    font-size: 40px;
    font-weight: bold;
    line-height: 50px;
    color: #fff;
    margin: 0 0 25px;
}
.project-data p{
    font-size: 20px;
    font-weight: 300;
    color: #fff;
    line-height: 32px;
    margin: 0 0 25px;
}
.project-data .btn-main{
    max-width: 220px;
    background: rgba(255,255,255,0.20);
}
.project-data .btn-main:hover{
    background:#fff;
    color: #047481;
}
.project-data .btn-main:hover i{
    background: #047481;
    color: #fff;
}

.tax-block{
    background: #392D2E;
    padding: 25px 0px 0px 60px;
}
.tax-block:before{
    display: none;
}
.tax-block .project-data{
    padding: 0 0px 0 0;
}
.tax-block .project-data img{
    margin: 0 0 24px;
}
.tax-block .project-data .btn-main i,
.tax-block .project-data .btn-main:hover{
    color: #392D2E;
}
.tax-block .project-data .btn-main:hover i{
    background: #392D2E;
    color: #fff;
}

.fintess-block{
    background: #101010;
    padding: 0 0;
}
.fintess-block:before{
    background: #1B1B1C;
    width: 50%;
    right: 0;
    left: auto;
}
.fintess-block .project-data {
    padding: 0 50px;
}
.fintess-block .project-data img{
    margin: 0 0 24px;
}
.fintess-block .project-data .btn-main i,
.fintess-block .project-data .btn-main:hover{
    color: #1B1B1C;
}
.fintess-block .project-data .btn-main:hover i{
    background: #1B1B1C;
    color: #fff;
}

.pullup-block{
    background: url('../images/pull-back.png') 0 0 no-repeat;
    background-size: cover;
    padding: 0 50px;
}
.pullup-block:before{
    display: none;
}
.pullup-block .project-data{
    padding: 0 0px 0 0;
}
.pullup-block .project-data img{
    margin: 0 0 24px;
}
.pullup-block .project-data .btn-main i,
.pullup-block .project-data .btn-main:hover{
    color: #B1A799;
}
.pullup-block .project-data .btn-main:hover i{
    background: #B1A799;
    color: #fff;
}

.agree-block{
    background: #191925;
}
.agree-block:before{
    background: #1F1F2B;
}
.agree-block .projects-img img{
    width: 80%;
    margin: 0 auto;
}
.agree-block .project-data img{
    margin: 0 0 24px;    
}
.agree-block .project-data .btn-main i,
.agree-block .project-data .btn-main:hover{
    color: #191925;
}
.agree-block .project-data .btn-main:hover i{
    background: #191925;
    color: #fff;
}

.homedepot-block{
    background: #222A37;
}
.homedepot-block:before{
    background: #11182A;
    left: auto;
    right: 0;
}
.homedepot-block .projects-img img{
    width: 90%;
    margin: 0 auto;
}
.homedepot-block .project-data img{
    margin: 0 0 24px;    
}
.homedepot-block .project-data .btn-main i,
.homedepot-block .project-data .btn-main:hover{
    color: #222A37;
}
.homedepot-block .project-data .btn-main:hover i{
    background: #222A37;
    color: #fff;
}

.loadmorebtn{
    max-width:250px;
    padding: 12px 25px 12px 45px;
    margin: 0 auto;
    justify-content: center;
    background: transparent;
    border:1px solid #0694A2;
    color: #0694A2;
    position: relative;
}
.loadmorebtn i{
    background: #0694A2;
    color: #fff;
}
a.btn-main.loadmorebtn:after{
    position: absolute;
    content: "\f068";
    font-family: "Font Awesome 5 Pro";
    top: 10px;
    left: 20px;
    color: #fff;
    width: 25px;
    height: 25px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 10px;
    text-align: center;
    background: #0694A2;
    border-radius: 50%;
}
a.btn-main.loadmorebtn.collapsed:after{
    content: "\f067";
}

.process-wrp{
    padding: 60px 0 20px;
}
.process-title h2{
    font-size: 40px;
    font-weight: 600;
    color: #1E2532;
    margin: 0 0 30px;
}
.process-title p{
    font-size: 18px;
    font-weight: normal;
    color: #697883;
    line-height: 26px;
    margin: 0 0 30px;
    max-width: 490px;
}
.process-box{
    margin: 0 0 50px;
    padding: 40px 24px;
    border-radius: 15px;
    background: #D5F5F6;
    position: relative;
    overflow: hidden;
}
.process-box h3{
    font-family: 'Open Sans';
    font-size: 128px;
    font-weight: 500;
    -webkit-text-stroke: 2px #fff;
    color: transparent;
    position: absolute;
    top:-50px;
    right: -23px;
    margin: 0;
}
.process-box img{
    margin: 0 0 20px;
}
.process-box h4{
    font-size: 24px;
    font-weight: 600;
    color: #374151;
    margin: 0 0 12px;
}
.process-box p{
    font-size: 14px;
    font-weight: normal;
    color: #1E2532;
    line-height: 22px;
    margin: 0;
    opacity: 0.60;
    min-height: 160px;
}
.even-box{
    background: #F9FAFB;
}
.even-box h3{
    -webkit-text-stroke: 2px #D5F5F6;    
}

.faq-wrapper{
    padding: 65px 0 40px;
    background: #F8F9FC;
    position: relative;
}
.faq-wrapper .row{
    align-items: center;
}
.leaders-img img{
    width: 110%;
}
.leader-data h6{
    font-size: 14px;
    font-weight: 600;
    color: #0694A2;
    padding: 10px 30px;
    border: 1px solid #0694A2;
    border-radius: 30px;
    margin: 0 0 15px;
    display: table;
}
.leader-data h2{
    font-size: 40px;
    font-weight: 600;
    color: #1E2532;
    margin: 0 0 65px;
    line-height: 50px;
}

.leader-data .accordion .accordion-item {
    margin: 0 0 24px;
    padding: 20px;
    background-color: #fff;
    border-radius: 12px;
    overflow: hidden;
    border: 1px solid #E5E7EB;
    border: none;
}
.leader-data .accordion .accordion-item .accordion-header{
    margin: 0;
    line-height: normal;
}
.leader-data .accordion .accordion-item .accordion-button {
    font-size: 20px;
    color:#374151;
    font-weight: 600;
    padding: 0 45px 0 0;
    background-color: transparent;
    position: relative;
}
.leader-data .accordion .accordion-item .accordion-button:not(.collapsed) {
    background-color: transparent;
    box-shadow: none;
}
.leader-data .accordion .accordion-item .accordion-button:focus {
    box-shadow: none;
}
.leader-data .accordion .accordion-item .accordion-button::after {
    display: none;
}
.leader-data .accordion .accordion-item .accordion-button:before {
    position: absolute;
    content: "\f077";
    font-family: "Font Awesome 5 Pro";
    right: 0;
    top: 50%;
    font-size: 18px;
    color: #1F2A37;
    height: 30px;
    width: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
    -webkit-transition: all 0.3s linear;
    transition: all 0.3s linear;
}
.leader-data .accordion .accordion-item .accordion-button.collapsed:before {
    content: "\f078";
}
.leader-data .accordion .accordion-body {
    padding: 18px 0 0;
    margin: 18px 0 0;
    border-top: 1px solid rgba(0, 0, 0, 0.05);
}
.leader-data .accordion .accordion-body p{
    margin: 0;
    font-size: 16px;
    font-weight: normal;
    color: #040404;
    opacity: 0.60;
    line-height: 24px;
    font-family: 'Open Sans';
}

.skills-wrp{
    padding: 100px 0 50px;
}
.skill-title{
    padding: 0 0 50px;
    margin: 0 0 50px;
    border-bottom: 1px solid #D1D5DB;
}
.skill-title h2{
    font-size: 40px;
    font-weight: 600;
    color: #1E2532;
    margin: 0;
}
.skill-title p{
    margin: 0;
    font-size: 18px;
    font-weight: normal;
    color: #697883;
    line-height: 28px;
}
.skill-filters ul{
    display: flex;
    flex-wrap: wrap;
    margin: 0 0 48px;
}
.skill-filters ul li{
    margin: 0 12px 12px 0;
    padding: 8px 30px;
    border: 1px solid #D1D5DB;
    border-radius: 30px;
    font-size: 18px;
    font-weight: normal;
    color: #374151;
    display: block;
    cursor: pointer;
    transition: .4s linear;
    -webkit-transition: .4s linear;
}
.skill-filters ul li.active,
.skill-filters ul li:hover{
    background: #0694A2;
    border-color: #0694A2;
    color: #fff;
}
.skill-block{
    display: flex;
    margin: 0 0 50px;
}
.skill-ic{
    min-width: 72px;
    width: 72px;
    height: 72px;
    background: #F4F5F7;
    border-radius: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 40px;
}
.skill-dt h3{
    font-size: 24px;
    font-weight: 600;
    color: #374151;
    margin: 0 0 5px;
}
.skill-dt p{
    margin: 0;
    font-size: 16px;
    font-weight: normal;
    color: #4B5563;
    line-height: 26px;
}

.lets-work-wrp{
    padding: 30px 0 100px;
}
.work-together-box{
    padding: 64px;
    border-radius: 25px;
    background: #0694A2;
}
.work-together-box h2{
    font-size: 40px;
    font-weight: bold;
    color: #fff;
    text-align: center;
    margin: 0 0 20px;
}
.work-together-box p{
    font-size: 16px;
    font-weight: normal;
    color: #fff;
    line-height: 32px;
    margin: 0 0 20px;
    text-align: center;
}
.work-together-box .btn-main{
    margin: 0 auto;
    background: #fff;
    color: #0694A2;
}
.work-together-box .btn-main i{
    background: #0694A2;
    color: #fff;
}
.work-together-box .btn-main:hover{
    background: #1F2A37;
    color: #fff;
}
.work-together-box .btn-main:hover i{
    background: #fff;
    color: #1B1B1C;
}

.footer-top{
    padding: 40px 0;
    border-bottom: 1px solid #E5E7EB;
}
.quicklinks h4{
    font-size: 18px;
    font-weight: bold;
    color: #374151;
    margin: 0 0 15px;
}
.quicklinks li a{
    font-size: 18px;
    font-weight: normal;
    color: #6B7280;
    line-height: 34px;
    display: block;
    padding: 5px 0;
}
.quicklinks li a:hover{
    color:#0694A2;
}
.social-bx{
    display: flex;
    align-items: center;
    justify-content: flex-end;
}
.social-bx a{
    color: #374151;
    font-size: 20px;
    margin-right: 20px;
}
.social-bx a:last-child{
    margin: 0;
}
.social-bx a:hover{
    color: #0694A2;
}
.copyright{
    padding: 30px 0;
}
.copyright p{
    text-align: center;
    margin: 0;
    font-size: 14px;
    font-weight: normal;
    color: #6B7280;
}
/* **** End Home Page **** */

/* **** Agreed Page **** */
.agreed-banner{
    border-radius: 20px;
    position: relative;
    overflow: hidden;
}
.agreed-banner img{
    width: 100%;
}
.agreed-banner:before{
    position: absolute;
    content: '';
    background: #000;
    opacity: 0.48;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}
.back-btn{
    padding: 45px;
    font-size: 16px;
    font-weight: 600;
    color: #fff;
    display: flex;
    align-items: center;
    position: absolute;
    top: 0;
    left: 0;
}
.back-btn i{
    margin-right:10px;
}
.back-btn:hover{
    color: #0694A2;
}
.agreed-center{
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
}
.agreed-center h1{
    font-size: 40px;
    font-weight: 600;
    color: #fff;
    text-align: center;
    margin: 0 0 10px;
}
.agreed-center h6{
    font-size: 28px;
    font-weight: normal;
    color: #fff;
    text-align: center;
    margin: 0;
}

.agreed-app-wrp{
    padding: 75px 0 50px;
    border-bottom: 1px solid #D1D5DB;
}
.agreed-app-wrp h2{
    font-size: 40px;
    font-weight: 600;
    color: #374151;
    line-height: 50px;
    margin: 0;
}
.easy-cntbx{
    margin: 0 0 25px;
}
.easy-cntbx h4{
    font-size: 16px;
    font-weight:600;
    color: #4B5563;
    margin: 0 0 12px;
}
.easy-cntbx p{
    margin: 0;
    font-size: 16px;
    font-weight: normal;
    color: #6B7280;
}

.project-data-rw{
   padding: 65px 0;
}
.project-data-rw h6{
    font-size: 14px;
    font-weight: 600;
    color: #0694A2;
    padding: 6px 15px;
    border-radius: 30px;
    min-width: 100px;
    margin: 0 0 20px;
    text-align: center;
    border: 1px solid #0694A2;
    display: table;
}
.project-data-rw h3{
    font-size: 28px;
    font-weight: 600;
    color: #374151;
    line-height: 38px;
    margin: 0;
}
.project-data-rw p{
    font-size:20px;
    font-weight: normal;
    color: #6B7280;
    line-height: 40px;
    margin: 0;
}
.project-data-rw ul li{
    display: block;
    position: relative;
    padding: 0 0 0 15px;
    font-size: 20px;
    font-weight: normal;
    color: #6B7280;
    line-height: 38px;
}
.project-data-rw ul li:before{
    position: absolute;
    content: '';
    width: 6px;
    height: 6px;
    background: #6B7280;
    border-radius: 50%;
    top: 15px;
    left: 0;
}

.agreed-img img{
    width: 100%;
    border-radius: 20px;
    margin: 0 0 65px;
}
.process-agreed h6{
    font-size: 14px;
    font-weight: 600;
    color: #0694A2;
    padding: 6px 15px;
    border-radius: 30px;
    border: 1px solid #0694A2;
    display: table;
    margin: 0 auto 20px;
}
.process-agreed h2{
    font-size: 28px;
    font-weight: 600;
    color: #374151;
    text-align: center;
    margin: 0 auto 40px;
}
.process-agreed ul{
    padding: 0 0 0;
    position: relative;
    width:auto;
    display: flex;
    flex-wrap: wrap;
}
.process-agreed ul:before{
    position: absolute;
    content: '';
    width: 100%;
    height: 1px;
    background: #6B7280;
    top: 0;
    left: 0;
    right: 0;
}
.process-agreed ul li{
    width: 20%;
    padding: 25px 10px;
    position: relative;
}
.process-agreed ul li h3{
    font-size: 20px;
    font-weight: 600;
    color: #374151;
    margin: 0 0 12px;
}
.process-agreed ul li p{
    font-size: 14px;
    font-weight: normal;
    color: #6B7280;
    line-height: 22px;
    margin: 0;
}
.process-agreed ul li:before{
    position: absolute;
    content: '';
    width: 10px;
    height: 10px;
    background: #fff;
    border-radius: 50%;
    border: 2px solid #6B7280;
    top: -5px;
    left: 30px;
}
.agree-imgbx img{
    height: 250px;
    object-fit: cover;
    margin: 0 0 30px;
}
.agree-imgbx.bigimg img{
    margin: 0;
    border-radius: 20px;
    width: 100%;
    height: 530px;
    object-fit: cover;
}

.pager-wrp{
    padding: 80px 0 30px;
}
.pager-wrp ul{
    display: flex;
    align-items: center;
    justify-content: center;
}
.pager-wrp ul li{
    margin: 0 30px 0 0;
}
.pager-wrp ul li:last-child{
    margin: 0;
}
.pager-wrp ul li a{
    width: 150px;
    height: 150px;
    display: flex;
    flex-flow: column;
    justify-content: center;
    border: 1px solid #0694A2;
    border-radius: 100%;
    text-align: center;
    align-items: center;
    font-size: 16px;
    font-weight: normal;
    color: #374151;
}
.pager-wrp ul li a i{
    font-size: 24px;
    margin: 0 auto 10px;
}
.pager-wrp ul li a:hover{
    color: #fff;
    background: #0694A2;
}
.responsibility-rw{
    padding: 35px 0 100px;
}
.responsibility-block{
    border-radius: 20px;
    margin: 0;
    border: 2px solid #D1D5DB;
    position: relative;
    padding: 90px 65px 30px;
}
.responsibility-block label{
    padding: 8px 24px;
    border-radius: 8px;
    margin: 0 auto;
    background: #1F2A37;
    font-size: 16px;
    font-weight: normal;
    color: #fff;
    letter-spacing: 2px;
    position: absolute;
    top: -22px;
    left: 0;
    right: 0;
    display: table;
}
.repo-points ul{
    display: flex;
    justify-content:space-between;
}
.repo-points ul li img{
    margin: 0 auto 15px;
}
.repo-points ul li h4{
    font-size: 20px;
    font-weight: normal;
    color: #70AD47;
    margin: 0;
    text-align: center;
}

.path-purchase-wrp{
    padding: 75px;
    border-radius: 20px;
    background: #111928;
    margin: 0 0 50px;
}
.path-purchase-wrp h2{
    font-size:32px;
    font-weight: 600;
    color: #fff;
    margin: 0 0 55px;
}
.purchase-row{
    display: flex;
    justify-content:space-between;
}
.purchase-box:last-child{
    max-width: 320px;
    width: 100%;
}
.purchase-box h3{    
    font-size: 24px;
    font-weight: normal;
    color: #70AD47;
    padding: 0 0 10px;
    border-bottom: 1px solid #4B5563;
    margin: 0 0 10px;
}
.purchase-box p{
    font-size: 20px;
    font-weight: normal;
    color: #D1D5DB;
    margin: 0 0 10px;
}
.purchase-box p:last-child{
    margin: 0;
}

.devlp-lst{
    margin: 0 0 100px;
}
.devlp-lst ul{
    display: flex;
    justify-content:space-between;
}
.devlp-lst ul li img{
    margin: 0 auto 15px;
}
.devlp-lst ul li p{
    margin: 0;
    font-size: 16px;
    font-weight: 600;
    color: #374151;
    text-align: center;
    line-height: 24px;
}
.home-depot-list-wrp ul li{
    width: 33.33%;
}
.homelsthed{
    display: flex;
    align-items: center;
    margin: 0 0 15px;
}
.homelsthed label{
    padding: 8px 15px;
    min-width: 135px;
    text-align: center;
    border-radius: 8px;
    border: 1px solid #D1D5DB;
    margin-right: 20px;
    font-size: 20px;
    font-weight: 600;
    color: #374151;
}
.homelsthed h5{
    margin: 0;
    font-weight: 600;
    color: #374151;
    font-size: 20px;
}
.home-depot-list-wrp ul li .home-depot-box ul{flex-flow: column;}
.home-depot-list-wrp ul li .home-depot-box ul:before{display: none;}
.home-depot-list-wrp ul li .home-depot-box ul li{
    font-size: 14px;
    width: 100%;
    font-weight: normal;
    color: #6B7280;
    display: block;
    padding: 3px 0 3px 15px;
    position: relative;
}
.home-depot-list-wrp ul li .home-depot-box ul li:before{display: none;}
.home-depot-list-wrp ul li .home-depot-box ul li:after{
    position: absolute;
    content: '';
    width: 5px;
    height: 5px;
    background:#6B7280;
    border-radius: 50%;
    top: 11px;
    left: 0;
}

.design-sys-rw{
    padding: 35px 0 100px;
}
.design-sys-rw .repo-points li h4{
    font-size: 20px;
    font-weight: 600;
    color: #374151;
    text-align: center;
    text-transform: uppercase;
    margin: 0 0 35px;
    letter-spacing: 1px;
}
/* **** End Agreed Page **** */

/* **** Scotia Page **** */
.process-agreed.scotia-lst-wrp{
    margin: 0 0 60px;
}
.scotia-lst-wrp ul li{
    width: 25%;
}
.scotia-lst-wrp ul li p{
    max-width: 220px;
}

.steps-wrp{
    padding:35px 0;
    background: #1F2A37;
}
.steps-wrp .project-data-rw h3{
    color: #fff;
}
.steps-wrp .project-data-rw p{
    color: #D1D5DB;
}
.bigshot-scot img{
    margin: 60px 0 70px;
}
/* **** End Scotia Page **** */