*{
    font-family: 'Gotham Book';
    font-weight: 400;
}
@font-face {
    font-family: 'Gotham Book';
    font-style: normal;
    font-weight: 400;
    src: local('Gotham Book'), url('../../welcome/fonts/GOTHAMBOOK.woff') format('woff');
}
.title {
    color: #092349 !important;
}
.sub-title {
    color: #00357B !important;
}
.section-title{
    color: #114D96 !important;
}
.fw-semibold {
    font-weight: 600 !important;
}
.main-header .bg-dark-blue{
    background: #092349;
}
.navbar-expand-lg .navbar-nav .nav-link {
    padding-right: 3rem;
    padding-left: 0.5rem;
    color:#ffffff;
}
.main-header .btn {
    padding: 0.375rem 2.75rem;
}
.navbar-brand img,.footer-logo img{
    width:75%;
}
.pca-logo img {
    width: 65%;
}
.first-section{
    padding:50px 0px 80px;
}

.second-section{
    padding:100px 100px 80px;
}

.first-text-wrap h1{
    font-size:50px;
    line-height:60px;
    text-align: start;
    font-weight: 500;
    color:#114D96;
    padding: 0;
    margin:0px 0px 40px;
}
.first-text-wrap p{
    font-size:32px;
    line-height:54px;
    text-align: start;
    font-weight: 300;
    color:#1F5078;
    padding: 0;
    margin:0px 0px 40px;
}
.second-text-wrap h2{
    font-size:55px;
    line-height:50px;
    text-align: center;
    /* font-weight: 500; */
    color:#114D96;
    padding: 0;
    /* margin:0px 0px 40px; */
}
.second-text-wrap p{
    font-size: 28px;
    line-height: 50px;
    text-align: center;
    font-weight: 400;
    color: #114D96;
    padding: 0;
    /* margin: 50px 0px 40px 30px;
    padding: 50px 65px; */
    border-radius: 5px;
    /* background-color: #fff;
    border-left:10px solid #d6e8ff; */
}
.main-header .container-fluid, .first-section .container-fluid{
    padding: 0px 120px ;
}
/* .second-section .container-fluid{
    padding: 0px 0px 0px 90px ;
} */
/* .first-text-wrap {
    width: 75%;
} */
.bg-lights{
    background: #e7f3ff;
    border-radius: 25px;
}
.third-text-wrap{
    background: #ffffff;
    border-radius: 1rem;
    /* padding: 35px; */
    display: flex;
    align-items: baseline;
    flex-direction: column;
    width: 100%;
    height: 100%;
}
.first-img-wrap {
    padding: 20px;
}
.third-text-wrap h3{
    font-size: 24px;
    /* line-height: 45px; */
    /* text-align: start; */
    font-weight: 600;
    color:#114D96;
    margin: 0px 0px 20px;
    padding: 0px 0px 10px;
}
.third-text-wrap p{
    font-size: 22px;
    line-height: 40px;
    text-align: start;
    font-weight: 300;
    color:#114D96;
    padding: 0;
    margin:15px 0px 0px;
}
.third-text-wrap img{
    margin:0px 0px 30px;
}
.lines-bottom{
    position: relative;
    width:100%;
}
.fourth-text-wrap img{
    margin:0px 0px 30px;
}
.fourth-text-wrap h1{
    margin: 10px 0px;
    color:#114D96;
}
.fourth-text-wrap p{
    font-size: 30px;
    line-height: 40px;
    text-align: start;
    font-weight: 300;
    color:#114D96;
}
.lines-bottom h3:after{
    content: '';
    position: absolute;
    border:1px solid #62a1c5;
    bottom: 15%;
    left: 0%;
    width: 100%;
    transform: translate(-0%, -15%);
}
.fourt-section{
    /* padding: 60px 100px; */
    background:#ffffff;
    position: relative;
    z-index: 10;
}

.fourt-steps-cals{
    padding:48px;
    text-align: center;
    border-radius: 10px;
    box-shadow: rgb(0 0 0 / 5%) 0px 6px 24px 0px, rgb(0 0 0 / 8%) 0px 0px 0px 1px;
    width: 80%;
    height: 100%;
    z-index: 99999;
    background: #fff;
}
.two-steps-cals{
    /* padding: 40px; */
    color: #114D96;
    /* box-shadow: rgb(0 0 0 / 5%) 0px 6px 24px 0px, rgb(0 0 0 / 8%) 0px 0px 0px 1px; */
    height:100%;
    width:100%;
    display:flex;
    flex-direction: column;
    justify-content: center;
}
.two-steps-cals img{
    width: 80px;
    height: 80px;
    /* object-fit: cover; */
    /* margin: 0 auto 30px; */
}
.mb-10{
    margin:0 0 50px;
}
.fourt-steps-cals img{
    margin:0px 0px 25px;
}
.fourt-steps-cals p{
    font-size: 15px;
    line-height: 30px;
    font-weight: 500;
    text-align: center;
    color:#114D96;
    padding: 0;
    margin:10px 0px 0px;
}
.footer-block{
    padding: 75px 100px 20px;
    background: #092349;
}
.footer-head h4{
    font-size: 24px;
    line-height: 36px;
    font-weight: 400;
    text-align: left;
    color:#ffffff;
    padding: 0;
    margin:0px 0px 30px;
}
ul.contact-info {
    list-style: none;
    margin: 0;
    padding: 0;
}
ul.contact-info li {
    display: flex;
    color: #fff;
    padding: 0 0 30px 0;
    margin: 0;
    position: relative;
}
ul.contact-info li p {
    font-size: 24px;
    line-height: 40px;
    font-weight: 300;
    color: #cbd6e2;
    margin: 0px;
    padding: 0 0 0 40px;
}
ul.contact-info li.address img{
top:7px;
}
ul.contact-info li a {
    font-size: 24px;
    line-height: 25px;
    font-weight: 300;
    color: #cbd6e2;
    margin: 0;
    padding: 0 0 0 40px;
    text-decoration: none;
}
ul.contact-info li img{
    width:27px;
    height:22px;
    object-fit: contain;
    margin: 0;
    position: absolute;
    top: 0;
    left: 0;
}
.footer-v-lines{
    border-left:2px solid #7c98b6;
    height: 90%;
    margin: 0 auto;
}
.copyrights p{
    font-size: 24px;
    line-height: 35px;
    font-weight: 300;
    color: #cbd6e2;
    text-align: center;
    margin: 75px 0 1.5rem;
}
.navbar-toggler-icon{
    background: #fff;
    color:#00357b;
}
.navbar-toggler{
    padding: 0;
}
.navbar-toggler:focus {
    box-shadow: none;
}

@media(max-width:1601px){
    .copyrights p{
        font-size: 24px;
        line-height: 35px;
        font-weight: 300;
        color: #cbd6e2;
        text-align: center;
        margin: 75px 0 0;
    }
    .first-section{
        padding:50px 0px;
    }
    .navbar-brand img,.footer-logo img{
        width: 65%;
    }
    .pca-logo img {
        width: 60%;
    }
    .fourth-text-wrap p {
        font-size: 24px;
        line-height: 36px;
    }
    .first-text-wrap h1 {
        font-size: 50px;
        line-height: 60px;
    }
    .first-text-wrap p {
        font-size: 27px;
        line-height: 40px;
    }
    .second-text-wrap h2 {
        font-size: 40px;
        line-height: 50px;
    }
    .second-text-wrap p {
        font-size: 22px;
        line-height: 40px;
        /* padding: 50px 75px; */
    }
    .third-text-wrap h3 {
        font-size: 24px;
        line-height: 32px;
    }
    .third-text-wrap p {
        font-size: 18px;
        line-height: 36px;
    }
    .second-section {
        padding: 70px 0px;
    }
    /* .first-text-wrap {
        width: 83%;
    } */
    /* .second-text-wrap p {
        margin: 50px 60px 40px 50px
    } */
    .fourt-section::before{
        width: 60%;
    }
    .fourt-steps-cals {
        padding: 35px;
    }
    .fourt-steps-cals p {
        font-size: 16px;
        line-height: 30px;
    }
    ul.contact-info li p {
        font-size: 20px;
        
    }
    ul.contact-info li a {
        font-size: 20px;
    }
    .copyrights p {
        font-size: 20px;
        line-height: 35px;
        font-weight: 300;
        color: #cbd6e2;
        text-align: center;
        margin: 3.125rem 0 25px;
    }
    .third-section{
        padding: 0 3.125rem;
    }
}

@media(max-width:1440px){
    .first-text-wrap h1 {
        font-size: 40px;
        line-height: 50px;
        margin:0 0 20px;
    }
    .second-text-wrap p {
        font-size: 18px;
        line-height: 35px;
        /* padding: 50px 50px; */
        /* margin: 50px 45px 40px 35px; */
    }
    .fourt-steps-cals{       
        width: 85%;
        height: 100%;
    }
    /* .first-text-wrap {
        width: 80%;
    } */
    .main-header .container-fluid, .first-section .container-fluid {
        padding: 0px 100px;
    }
    first-text-wrap h1 {
        font-size: 45px;
        line-height: 70px;
    }
    .second-section .container-fluid {
        padding: 0px 50px ;
    }
    .second-section {
        padding: 50px 0px;
    }
    first-text-wrap h1 {
        font-size: 65px;
        line-height: 90px;
    }
    .first-text-wrap p {
        font-size: 20px;
        line-height: 30px;
    }
    
    .second-text-wrap h2 {
        font-size: 30px;
        line-height: 40px;
    }
    .third-text-wrap h3 {
        font-size: 20px;
        line-height: 30px;
    }
    .third-text-wrap p {
        font-size: 15px;
        line-height: 26px;
    }
    .copyrights p {
        font-size: 18px;
        line-height: 35px;
    }
    ul.contact-info li p,ul.contact-info li a {
        font-size: 18px;
    }
    .fourt-steps-cals p {
        font-size: 14px;
        line-height: 26px;
    }
}
@media(max-width:1280px){
    .third-text-wrap h3 {
        font-size: 16px;
    }
    .third-text-wrap p,.fourt-steps-cals p{
        font-size: 16px;
        line-height: 26px;
    }
    .second-text-wrap p {
        font-size: 18px;
        line-height: 35px;
    }
    .second-text-wrap h2 {
        font-size: 35px;
        line-height: 45px;
    }
    .first-text-wrap h1 {
        font-size: 35px;
        line-height: 45px;
    }
    .first-text-wrap p {
        font-size: 17px;
        line-height: 30px;
    }
    .main-header .container-fluid, .first-section .container-fluid {
        padding: 0px 90px;
    }
    /* .first-text-wrap {
        width: 63%;
    } */
    ul.contact-info li p, ul.contact-info li a {
        font-size: 14px;
        line-height: 26px;
    }
    .copyrights p{
        font-size: 16px;
        line-height: 26px
    }
    .second-text-wrap p {
        /* padding: 50px 40px;
        margin: 0px 45px 40px 35px; */
    }
    .fourt-steps-cals{       
        width: 85%;
        height: 100%;
        padding: 50px 20px;
    }
    .fourt-steps-cals img {
        width: 33%;
    }
    ul.contact-info li img {
        margin: 0px 0px 0px;
    }
    
}

@media(max-width:1199px){
    /* .footer-logo img, .navbar-brand img {
        width: 70%;
    } */
    .footer-head h4 {
        font-size: 18px;
    }
    .first-section{
        padding:50px 0 0;
    }
    .footer-v-lines{
        display: none;
    }
    .fourt-section::before{
        background: none;
    }
    .third-text-wrap h3 {
        font-size: 16px;
        line-height: 30px;
    }
    .third-text-wrap p,.fourt-steps-cals p{
        font-size: 16px;
        line-height: 26px;
    }
    .second-text-wrap p {
        font-size: 18px;
        line-height: 35px;
    }
    .second-text-wrap h2 {
        font-size: 35px;
        line-height: 45px;
    }
    .first-text-wrap h1 {
        font-size: 30px;
        line-height: 40px;
    }
    .first-text-wrap p {
        font-size: 16px;
        line-height: 30px;
    }
    .main-header .container-fluid, .first-section .container-fluid {
        padding: 0px 90px;
    }
    /* .first-text-wrap {
        width: 59%;
    } */
    ul.contact-info li p, ul.contact-info li a {
        font-size: 14px;
        line-height: 26px;
    }
    .copyrights p{
        font-size: 16px;
        line-height: 26px
    }
    .second-text-wrap p {
        /* padding: 50px 40px;
        margin: 0px 45px 40px 35px; */
    }
    .fourt-steps-cals{       
        width: 85%;
        height: 100%;
        padding: 50px 20px;
    }
    .fourt-steps-cals img {
        width: 33%;
    }
    ul.contact-info li img {
        margin: 0px 0px 0px;
    }
}
@media(max-width:1100px){
    
    /* .first-text-wrap {
        width: 65%;
    } */
    .navbar-brand img,.footer-logo img{
        width: 65%;
    }
    .pca-logo img {
        width: 60%;
    }
    .third-section{
        padding: 1.5rem 0 0;
    }
}
@media(max-width:991px){
    .footer-head h4 {
        font-size: 18px;
    }
    .footer-logo img{
        width:100%;
        margin:0 0 30px;
    }
    .footer-block {
        padding: 50px 25px 0px;
        background: #092349;
    }
    .fourt-section,.second-section {
        padding: 2rem 1.563rem;
    }
    .copyrights p {
        margin: 1rem;
    }
    .second-section .container-fluid {
        padding: 0px 0px 0px 0px;
    }
    .fourt-steps-cals{       
        width: 100%;
        height: 100%;
    }
    /* .first-text-wrap {
        width: 57%;
    } */
    .main-header .container-fluid, .first-section .container-fluid {
        padding: 0px 75px;
    }
    .first-text-wrap p {
        font-size: 14px;
        line-height: 26px;
    }
    .second-text-wrap h2 {
        font-size: 30px;
        line-height: 45px;
    }
    .second-text-wrap p {
        font-size: 14px;
        line-height: 26px;
        /* padding: 30px 40px;
        margin: 0px 45px 40px 35px; */
    }
    .mb-10 {
        margin: 0 0 0px;
    }
    .fourt-steps-cals img {
        width: 20%;
    }
    .third-text-wrap img{
        width: 3.75rem;
        height: 3.75rem;
    }
    .two-steps-cals img{
        width: 3.75rem;
        height: 3.75rem;
        object-fit: contain;
    }
    .footer-logo img {
        width: 80%;
        margin: 0 0 30px;
    }
    .footer-head h4 {
        font-size: 20px;
        line-height: 30px;
    }
    .copyrights p {
        margin: 35px 0 25px;
    }
}
@media(max-width:850px){
    
    /* .first-text-wrap {
        width: 90%;
    } */
}
@media(max-width:767px){
    .navbar-brand img,.footer-logo img{
        width:70%;
    }
    .pca-logo img {
        width: 80%;
    }
    .fourth-text-wrap p {
        font-size: 18px;
        line-height: 30px;
    }
    first-text-wrap h1 {
        font-size: 30px;
        line-height: 40px;
    }
    .footer-logo img{
        width:75%;
        margin:0 0 30px;
    }
    .footer-block {
        padding: 50px 25px 30px;
        background: #092349;
    }
    .copyrights p {
        font-size: 14px;
    }
    .fourt-section,.second-section {
        padding: 3rem 1.563rem 1rem;
    }
    .second-section .container-fluid {
        padding: 0px 0px 0px 0px;
    }
    .fourt-steps-cals{       
        width: 100%;
        height: 100%;
    }
    .third-text-wrap h3 {
        font-size: 20px;
        line-height: 30px;
        padding: 0;
    }
    .third-text-wrap p {
        font-size: 14px;
        line-height: 26px;
    }
    .third-text-wrap p, .fourt-steps-cals p {
        font-size: 14px;
        line-height: 26px;
    }
    .second-text-wrap p {
        font-size: 14px;
        line-height: 24px;
        /* padding: 30px; */
        margin: 0px;
    }
    .second-img-wrap img{
        margin-bottom:30px;
    }
    .second-text-wrap h2 {
        font-size: 35px;
        line-height: 45px;
    }
    /* .first-text-wrap {
        width: 75%;
    } */
    .first-text-wrap h1 {
        font-size: 26px;
        line-height: 35px;
    }
  
    .first-text-wrap p {
        font-size: 14px;
        line-height:26px;
    }
    .second-text-wrap h2 {
        font-size: 24px;
        line-height: 40px;
    }   
    .main-header .container-fluid, .first-section .container-fluid {
        padding: 0 25px;
    }
    .footer-head h4 {
        margin: 0px 0px 1rem;
    }
    .main-header .btn {
        padding: 0.375rem 1.75rem;
    }
    .third-text-wrap h3 {
        font-size: 16px;
        line-height: 30px;
        padding: 0;
    }
    .two-steps-cals h5 {
        font-size: 16px;
        line-height: 30px;
        padding: 0;
    }
    .first-section {
        padding: 3.125rem 0 0 0;
    }
    /* .navbar-brand img,.footer-logo img{
        width: 60%;
    } */
}
@media(min-width: 768px) {
    .lines-bottom {
        display: flex;
        height: 5rem;
        justify-content: center;
        align-items: center;
    }
    
}