
*{
    padding: 0px;
    margin: 0px;
    box-sizing: border-box;
    text-decoration: none !important;
    font-family: 'Montserrat';
}

.banchpool-wrap .primary-text-color{
    color: #0374c0;
}
.banner{
    padding: 70px 0px;
}
.banner>div{
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-wrap: wrap;
    padding:0px 10px;
    width: 100%;
  }
.banner div h1 {
    color: #fff;
    font-weight: 700;
    font-size: 50px;
    margin-bottom: 0;
}
.banner div h4 {
    color: #fff;
    font-size: 36px;
    margin:  0px 0px 30px;
}
.banner div h5 span{
    background-color: #fff;
    display: inline;
    padding: 5px 10px;
    color: #0f273b;
    font-weight: 700;
}
.banner .header-btn .bam{
    background-color: #fafafa;
    padding: 10px 20px;
    font-size: 17px;
    font-weight: 700;
    border: 1px solid;
    transition: all 0.5s
}
.banner .header-btn .bam a{
    color: #0374c0;
}
.banner .header-btn .bam:hover{
    background-color: transparent;
    border-color: #0374c0;
    box-shadow: 0px 0px 5px #fff;
}


.list-container {
    display: flex !important;
    justify-content: center;
  }
  .list-container ul {
    list-style-type: none;
    padding: 0;
  }
.list-container ul li {
    position: relative;
    padding-bottom: 10px;
    display: flex;
    align-items: center;
    color: #fff;
    font-size: 20px;
  }
.banner ul li .list-icon{
    background-image: url("../assets/Asset\ 2-8.png");
    width: 20px;
    height: 20px; 
    margin-right: 8px;
    background-size: cover;
    background-position: center;
    border-radius: 5px;
    z-index: 1;
}
.list-container ul li .themeColor{
    display: contents;
    color: #da5e46;
    width: fit-content;
    font-size: 24px;
    font-weight: 600;
    margin-right: 5px;
}
.section-second{
    padding: 35px 0px;
    margin-bottom: 25px;
}
.row{
    margin-left: 0px !important;
    margin-right:0px !important;
}

.banchpool-wrap .section-second .card {
    padding: 15px 10px !important;
    border-radius: 12px;
    color: #fff;
    background-color: #00579c;
}
.stamp{
    display: flex;
    justify-content: center;
    position: relative;
}
.stamp img{
    max-width: 250px;
    margin-top: -12px;
    width: 100%;
}
.section-second .card-container .card h4{
    font-size: 24px;
    margin-top: 10px;
}
.section-second .card-container .card img{
    width: 50px;
}
.project h2.text-center{
    color: #fff;
    font-size: 35px;
    font-weight: 600;
}
.sr-cont .strip{
    padding: 7px 11px;
    background-color: #00569c;
    color: #fff;
    display: inline-block;
}
.sr-cont.bg-color .card-container .bg-card{
    background: url("../assets/Group\ 232.png");
    background-position: 100% 20%;
    background-size: cover;

    display: flex;
    align-items: center;
    justify-content: center;
    padding: 9px 0px 32px 0px;
    max-width: 170px;
}
.sr-cont.bg-color .card-container .bg-card .card{
    width: 80%;
    padding: 0px 10px;
    height: 100%;
    border: 0;
    background: none;
}
.sr-cont.bg-color .card-container .bg-card .card h2{
    font-size: 30px;
    font-weight: 700;
    margin-top: 20px;
}
.sr-cont.bg-color .card-container .bg-card .card h4{
    font-weight: 700;
    margin-bottom: 28px;
    font-size: 18px;   
}
.p-count{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-evenly;
    row-gap: 10px;
}

.card-body {
    display: flex;
    flex-direction: column;
    padding: 0px;
    align-items: center;
  }

.card-body .svg {
    display: block;
    width: 100%;
    text-align: end;
}
.card-body .svg svg {
   color: #00569c;
}
section.sales-pros{
    padding: 50px 0;
}
section.sales-pros a{
    text-decoration: none;
}
section.sales-pros a .card{
    background-color: #f3f4f6;
    height: 100%;
}

.card-title {
    font-weight: 600;
    font-size: 16px;
    margin-bottom: 5px;
    margin-top: 0;
    color: #00569c;
    text-align: center;
  }
section.sales-pros .card img {
    max-width: 80px;
    height: 70px;
    width: 70px;
}

.last-section{
    background-color: #fafafa;
    display: flex;
    justify-content: center;
}

.last-section .hire{
    margin-top: 30px;
}
.slider.row{
    flex-wrap: wrap !important;
    justify-content: center;
    row-gap: 10px;
}
.slider.row .col-md {
    box-sizing: border-box;
    text-align: center;
    width: auto;
}
 /*medias */
 
@media(max-width:575px){
    .banner>div{
       padding-left: 10px;
      }
     .banner div h5 span {
       display: inline-block;
     }
     .header-btn {
       text-align: center;
     }
     .section-second .card-container.row{
        width: 100%;
        margin-left: auto !important;
        margin-right: auto !important;
        row-gap: 10px;
    }
    .footer .images{
        max-width: 100%;
    }
     
     .section-second .card-container.row .col-12{
        /* min-width: 200px; */
     }
     .sales-pros .col-xs-12.col-sm-4{
        max-width: 270px;
     }
}
@media(max-width:776px) and (min-width:575px){
     .section-second .card-container.row{
        width: 100%;
        margin-left: auto !important;
        margin-right: auto !important;
       
     }
}
@media screen and (max-width:776px) {
    .section-second h1.primary-text-color.fw-bold,.section-second h1, 
     .sales-pros h4,.sales-pros h1 {
       text-align: center;
     }    
}
@media(min-width:992px) and (max-width: 1200px){
    .container {
        max-width: 980px;
    }   
}
@media screen and (max-width:400px) {
    .banner div h1 {
        font-size: 32px !important;
        margin-bottom: 5px !important;
        text-align: center;
      }
      .banner div h4 {
        font-size: 25px !important;
        text-align: center;
      }    
}
@media screen and (max-width:500px) and (min-width: 378px) {    
    .sr-cont.bg-color .card-container .bg-card {
        width: 50%;
    }
}
   