#form-link{
    display: none !important;
}
/* for header changes */
.headerWrapper{background: #fff !important;box-shadow: 0px 2px 2px 0px #0000001F;}
.navigation-section.headerNav>.menu-my-menu-container>ul>li>a{color: #000 !important}
.header-call-number{border: 1px solid #000 !important;background: #000 !important;color: #fff !important;}
.header-call-icon{border:1px solid #000 !important;}
.header-call .fa-phone, .headerWrapper .nav_button span i {color: #000 !important; }
.headerWrapper .white-logo{display: none !important;}
.headerWrapper .blue-logo{display: block !important; }
.getStartedBtn:hover{border:1px solid #2571f0 !important;}
/*End*/

/* breadcrumb css */
.our_team_banner .breadcrumbbg a, .breadcrumbbg span {
    color: #fff !important;
}
.our_team_banner .breadcrumbbg a:hover{
    border-color: #fff !important;
}
.our_team_banner .breadcrumbbg .breadcrumbs>li+li:before {
    color: #fff !important;
}
.service-breadcrumbbg {
    margin: 0 auto;
    padding-left: 2px;
}
.our_team_banner {
    padding: 60px 0 60px;
    background-image: linear-gradient(#0711208F, #0711208F), url("../img/our_team_banner_bg.png");
    margin-top: 81px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    height: 92vh;
    position: relative;
    display: grid;
    align-items: center;
}
.our_team_banner .banner_content-wr{
    max-width: 1300px !important;
    width: 100%;
    padding: 0px 20px;
    margin: 0 auto !important;
}
.our_team_banner h1{
    font-family: Inter;
    font-weight: 500;
    font-size: 66px;
    line-height: 80px;
    color: #FFFFFF;
    margin-bottom: 16px;
}
.our_team_banner p{
    font-family: Inter;
    font-weight: 500;
    font-size: 24px;
    line-height: 38px;
    margin-bottom: 0;
    color: #fff;
    max-width: 1000px;
}
.blue_box_text{
    font-family: Inter;
    font-weight: 500;
    font-style: italic;
    font-size: 56px;
    line-height: 80px;
    padding: 1px 10px;
    background-color: #0E5CDF;
    color: #fff;
    display: inline-flex;
    margin-bottom: 20px;
}
.our_team_card_section{
    max-width: 1300px;
    padding: 70px 20px;
    margin: 0 auto;
    width: 100%;
}
.our_team_card_wr{
    display: flex;
    justify-content: center;
    align-items: start;
    gap: 20px 40px;
    flex-wrap: wrap;
}
.team_white_card{
    width: 217px;
}
.team_white_card .card-img-wr{
    width: 217px; 
    height: 210px;
    border-radius: 20px;
    border-top-left-radius: 0;
    overflow: hidden;
    margin-bottom: 20px;
}
.team_white_card .card-img-wr img{
    height: 100%;
    width: 100%;
}
.team_white_card h2{
    font-family: Inter;
    font-weight: 700;
    font-size: 20px;
    line-height: 24px;
    color: #323232;
    margin-bottom: 4px;
}

.team_white_card p{
    font-family: Inter;
    font-weight: 500;
    font-size: 15px;
    line-height: 20px;
    margin-bottom: 10px;
    color: #333333;
}

.team_white_card .linkedin {
    border-radius: 4px;
    width: 30px;
    height: 30px;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    background-color: #1A6DF9;
}
.team_white_card .linkedin:hover{
    box-shadow: rgba(0, 0, 0, 0.25) 0 8px 15px;
    transform: translateY(-2px);
}
.stand_for_wr{
    max-width: 1300px;
    margin: 0 auto;
    padding: 10px 20px 50px;
    text-align: center;
}
.stand_for_wr h2{
    font-family: Inter;
    font-weight: 800;
    font-size: 32px;
    line-height: 48px;
    text-transform: uppercase;
    color: #323232;
    margin-bottom: 18px;
}

.stand_for_wr p{
    font-family: Inter;
    font-weight: 500;
    font-size: 16px;
    line-height: 28px;
    text-align: center;
    color: #333333;
    margin-bottom: 25px;
}

.principal_team_button{
    display: inline-block;
    font-family: Inter;
    font-weight: 600;
    font-size: 16px;
    line-height: 32px;
    vertical-align: middle;
    padding: 6px 20px;
    border-radius: 4px;
    border-color: #1A6DF9 !important;
    background-color: #1A6DF9 !important;
    color: #fff !important;
    text-transform: capitalize;
}
.principal_team_button:hover{
    box-shadow: rgba(0, 0, 0, 0.25) 0 8px 15px;
    transform: translateY(-2px);
}

@media only screen and (max-width:1024px){
    .our_team_banner{
        min-height: 500px;
    }
    .our_team_banner h1{
        font-size: 50px;
        line-height: 64px;
    }
    .blue_box_text{
        font-size: 38px;
        line-height: 66px;
        padding: 0px 10px;
    }
    .our_team_banner p{
        font-size: 20px;
        line-height: 30px;
    }    
}

@media only screen and (max-width:768px){
    .our_team_banner{
        min-height: 500px;
    }
    .our_team_banner h1{
        font-size: 40px;
        line-height: 54px;
    }
    .blue_box_text{
        font-size: 28px;
        line-height: 56px;
        padding: 0px 10px;
    }
    .our_team_banner p{
        font-size: 18px;
        line-height: 28px;
    }
    .our_team_card_section {
        padding: 50px 20px;
    }
    .stand_for_wr h2{
        font-size: 30px;
        line-height: 40px;
    }
}

@media only screen and (max-width:600px){
    .our_team_banner{
        margin-top: 60px;
    }
    .blue_box_text{
        font-size: 26px;
        line-height: 36px;
        padding: 6px 10px;
    }
}