/* Home */
.home-page-v2 .video-section-v2 {
    display:flex;
    height:100%;
    overflow:hidden;
    position:relative;
    width:100%;
    min-height: 600px;
}

.home-page-v2 .video-section-v2 .main-video-v2 {
    height:auto;
    width:100%;
}

.home-page-v2 .video-section-v2 .video-mibile-img {
    display: none;
    height: auto;
    width: 100%;
}

.home-page-v2 .news-v2 {
    width: 100%;
    margin-top: 0;
    padding-top: 70px;
    padding-bottom: 70px;
    position: relative;
}

.home-page-v2 .news-v2 ul {
    list-style: none;
    margin: 0;
    text-align: left;
    display: grid;
    gap: 20px 30px;
    grid-template-columns: 1fr 1fr 1fr;
}

.home-page-v2 .news-v2 ul li {
    float: none;
    padding: 0;
    text-align: left;
    vertical-align: top;
    width: 100%;
}

.home-page-v2 .news-v2 ul li:first-child {
    grid-row: 1 / span 3;
}

.home-page-v2 .news-v2 ul .bd_news_imag_wapper {
    width: 100%;
    max-height: 200px;
    position: relative;
    overflow: hidden;
    margin-bottom: 20px;
}

.home-page-v2 .news-v2 ul .bd_news_imag_wapper img {
    margin-bottom: 0;
    width: 100%;
    display: block;
    max-width: 100%;
    height: auto;
    min-height: 100%;
    object-fit: cover;
    object-position: center center;
}

.home-page-v2 .news-v2 ul li h2 {
    font-weight: 700;
    line-height: 20px;
    margin-bottom: 20px;
    min-height: auto;
}

.home-page-v2 .news-v2 ul li h2 a {
    font-weight: 700;
    font-size: 14px;
    display: block;
    color: #1b204c;
    text-transform: uppercase;
    transition: 0.35s cubic-bezier(0.3, 0.7, 0.4, 1);
}

.home-page-v2 .news-v2 ul li h2 a:hover {
    color: #848aae;
    text-decoration: underline;
    transition: 0.35s cubic-bezier(0.3, 0.7, 0.4, 1);
}

.home-page-v2 .news-v2 ul li p {
    color: #b2b2b2;
    font-size: 12px;
    margin: 0;
}

.home-page-v2 .vertical-markets-widget-v2 {
    padding: 70px 0px;
    position: relative;
    overflow: hidden;
}

.home-page-v2 .vertical-markets-widget-v2 .container {
    height: auto;
}

.home-page-v2 .vertical-markets-widget-v2 .bd_icet_vm_warpper {
    min-height: 400px;
    position: relative;
}

.home-page-v2 .vertical-markets-widget-v2 .markets-widget-list {
    display: flex;
    list-style: none;
    margin: 0;
}

.home-page-v2 .vertical-markets-widget-v2 .markets-widget-list li div {
    align-items:flex-end;
    display:flex;
    height:400px;
    padding-bottom:10px;
}

.home-page-v2 .vertical-markets-widget-v2 .markets-widget-list span {
    color:#fff;
    font-family:myriad-pro,sans-serif;
    font-size:30px;
    transform:rotate(180deg);
    -webkit-user-select:none;
    -moz-user-select:none;
    user-select:none;
    writing-mode:vertical-lr;
}

.home-page-v2 .vertical-markets-widget-v2 .markets-widget-list span a {
    color:#fff;
}

.home-page-v2 .vertical-markets-widget-v2 .left-block li {
    flex:auto;
}

.home-page-v2 .vertical-markets-widget-v2 .left-block li:not(:first-child) div {
    justify-content:flex-end;
}

.home-page-v2 .vertical-markets-widget-v2 .left-block ul li:not(:first-child) {
    opacity:0;
    transition-duration:1s;
    width:10%;
    z-index:-1;
}

.home-page-v2 .vertical-markets-widget-v2 .left-block ul li:not(:first-child) div {
    filter:grayscale(100%);
}

.home-page-v2 .vertical-markets-widget-v2 .left-block ul li:not(:first-child) div:hover {
    filter:none;
}

.home-page-v2 .vertical-markets-widget-v2 .left-block .main-widget-item {
    transition-duration:1s;
    width:50%;
    z-index:10;
}

.home-page-v2 .vertical-markets-widget-v2 .left-block .main-widget-item div {
    background-position:0;
    background-repeat:no-repeat;
    background-size:cover;
}

.home-page-v2 .vertical-markets-widget-v2 .right-block {
    position: absolute;
    top: 0px;
    width: 100%;
    height: 100%;
}

.home-page-v2 .vertical-markets-widget-v2 .right-block ul li {
    flex:auto;
}

.home-page-v2 .vertical-markets-widget-v2 .right-block ul li:not(:last-child) {
    opacity:0;
    transition-duration:1s;
    width:10%;
    z-index:-1;
}

.home-page-v2 .vertical-markets-widget-v2 .right-block ul li:not(:last-child) div {
    filter:grayscale(100%);
}

.home-page-v2 .vertical-markets-widget-v2 .right-block ul li:not(:last-child) div:hover {
    filter:none;
}

.home-page-v2 .vertical-markets-widget-v2 .right-block ul li:last-child div {
    justify-content:flex-end;
}

.home-page-v2 .vertical-markets-widget-v2 .right-block ul .main-widget-item {
    transition-duration:1s;
    width:50%;
    z-index:10;
}

.home-page-v2 .vertical-markets-widget-v2 .right-block ul .main-widget-item div {
    background-position:100%;
    background-repeat:no-repeat;
    background-size:cover;
}

.home-page-v2 .vertical-markets-widget-v2 .main-widget-item span {
    color:#fff;
    font-size:40px;
    font-weight:700;
    text-transform:uppercase;
}

.home-page-v2 .section1-v2 {
    background: url(../img/section_1_home.png) no-repeat,url(../img/section_2_home.png) no-repeat,#e9e9ef;
    background-blend-mode: color-dodge;
    background-position: 1100px 0,-50px 315px;
    background-size: 800px,100%;
    margin: 0;
    padding: 70px 0;
}

.home-page-v2 .bd_home_section_inner h2 {
    color:#1b204c;
    font-weight: 700;
    font-size:35px;
    line-height:40px;
    margin-bottom:30px;
}

.home-page-v2 .bd_home_section_inner p {
    color: #1b204c;
    font-weight: 400;
    font-size: 20px;
    line-height: 30px;
    text-align: justify;
}

.home-page-v2 .bd_home_section_inner p:not(:last-child) {
    margin-bottom: 15px;
}

.home-page-v2 .section2-v2 {
    background:url(../img/section_2_home.png) no-repeat,#e9e9ef;
    background-blend-mode:color-dodge;
    background-position:0 -145px;
    background-size:cover;
    margin: 0;
    padding: 70px 0;
}

.home-page-v2 .section3-v2 {
    background:url(https://iec-telecom.com/wp-content/uploads/2021/09/section3-v2-bg.jpg) no-repeat;
    background-position:bottom;
    background-size:cover;
    margin:0;
    padding: 70px 0 350px;
}

.home-page-v2 .section3-v2 .bd_button {
    margin-top: 0;
    margin-bottom: 20px;
}
/*ABOUT*/

.bd_about_banner {
    min-height: 480px;
    background-position: 50%;
    background-size: cover;
    background-repeat: no-repeat;
    overflow: hidden;
}

.bd_about_banner.about_section {
    padding-top: 100px;
}

.bd_about_banner.partner_section {
    padding-top: 85px;
}

.bd_banner_content_box_warpper {
    width: 100%;
    max-width: 290px;
    padding: 45px 0 60px;
}

.bd_left_bcb_content {
    margin-right: auto;
}

.bd_abs_heading {
    font-weight: 700;
    font-size: 22px;
    line-height: 38px;
    color: #202449;
    margin-bottom: 15px;
}

.bd_banner_content_box_warpper p {
    font-size: 14px;
    line-height: 24px;
    color: #7d7b78;
    margin-bottom: 15px;
}

.bd_abs_button_list {
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.bd_abs_button_list .bd_button {
    max-width: 250px;
    margin: 0;
    font-size: 16px;
    line-height: 28px;
    text-align: center;
    padding: 6px 10px;
}

.bd_left_bcb_content .bd_abs_button_list .bd_button {
    color: #fff;
    background: linear-gradient(270deg, #ccc4b5, #b5ab9a);
    transition: 0.35s cubic-bezier(0.3, 0.7, 0.4, 1);
}

.bd_left_bcb_content .bd_abs_button_list .bd_button:hover {
    background: linear-gradient(270deg, #b5ab9a, #b5ab9a);
    transition: 0.35s cubic-bezier(0.3, 0.7, 0.4, 1);
}

.bd_right_bcb_content {
    margin-left: auto;
}


.about-page section.banner {
    padding-top: 100px;
    background-size: cover;
    background-position: 50%;
    background-repeat: no-repeat;
    min-height: 600px;
    overflow: hidden;
}

.right_content {
    margin-left: auto;
}

a.custom-btn {
    display: block;
    width: 100%;
    max-width: 250px;
    border-radius: 3px;
    background: linear-gradient(270deg,#727da3,#1c214c);
    font-size: 16px;
    font-weight: 700;
    text-align: center;
    color: #fff;
    margin-bottom: 15px;
    padding: 6px 10px;
}
.left_content a.custom-btn{
    background: linear-gradient(270deg,#ccc4b5,#b5ab9a) ;
}
.left_content .custom-btn:hover{
    background: #b5ab9a ;
}
.about-page .wyswig-Content p{
    color: #7d7b78;
    font-size: 14px;
    line-height: 24px;
    margin: 15px 0;
}
.about-page section.partner_section {
    padding-top: 0px;
}
.wyswig-content.about{
    width: 65%;
}
.wyswig-content.about p {
    font-size: 0.9rem;
    margin: 15px 0px;
    font-family: myriad-pro,sans-serif;
    font-weight: 400;
    color: #1b204c;
}

.bd_ia_content_warpper {
    width: 100%;
    max-width: 970px;
}

.bd_ia_content_warpper p {
    font-weight: 400;
    font-size: 16px;
    line-height: 1.75;
    color: #1b204c;
    margin-bottom: 0;
}

.bd_ia_content_warpper p:not(:last-child) {
    margin-bottom:15px;
}

/* ===================================
   History Widget - Base Styles
   =================================== */

.history-widget {
    max-width: 900px;
    margin: 100px auto;
}

.history-widget .items {
    position: relative;
}

/* ===================================
   History Widget - Item Styles
   =================================== */

.history-widget .items .item {
    width: 50%;
    padding-top: 76px;
    position: relative;
}

.history-widget .items .item:first-child {
    padding-top: 0;
}

.history-widget .items .item:nth-child(2) {
    padding-top: 100px;
}

/* Item Dot/Circle */
.history-widget .items .item:before {
    content: '';
    display: block;
    width: 13px;
    height: 13px;
    background-color: #b6b8dd;
    border-radius: 10px;
    position: absolute;
    top: 90px;
    z-index: 10;
}

.history-widget .items .item:first-child:before {
    top: 12px;
}

.history-widget .items .item:nth-child(2):before {
    top: 110px;
}

/* ===================================
   Typography
   =================================== */

.history-widget .items .item h2 {
    font-size: 36px;
    font-weight: 700;
    line-height: 0.97;
    color: #b6b8dd;
    margin-bottom: 25px;
}


.history-widget .items .item p {
    font-size: 16px;
    line-height: 1.69;
    color: #364097;
    margin: 0;
}

/* ===================================
   Odd Items (Right Side)
   =================================== */

.history-widget .items .item:nth-child(odd) {
    padding-left: 26px;
    margin-left: auto;
}

.history-widget .items .item:nth-child(odd):before {
    left: -7px;
}

/* ===================================
   Even Items (Left Side)
   =================================== */

.history-widget .items .item:nth-child(2n+2) {
    margin-right: auto;
    padding-right: 26px;
    text-align: right;
}

.history-widget .items .item:nth-child(2n+2):before {
    right: -6px;
}

.history-widget .items .item:nth-child(2n+2) p {
    text-align: right;
}

/* ===================================
   Timeline Line
   =================================== */

.history-widget .items .line {
    width: 2px;
    background-color: #e9e9f4;
    position: absolute;
    left: 50%;
    margin-left: -1px;
    z-index: 9;
}
/*ABOUT MEMBER*/
.team-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 30px;
    padding: 20px 0;
}

.team-card {
    background: #fff;
    overflow: hidden;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    display: flex;
    flex-direction: column;
}

.team-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.15);
}

.card-image {
    width: 100%;
    height: 280px;
    overflow: hidden;
    position: relative;
}

.card-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center top;
}

.card-content {
    padding: 25px 20px;
    background: #f8f9fa;
    flex-grow: 1;
    display: flex;
    flex-direction: column;
}
.member-name {
    font-size: 17px;
    font-weight: 650;
    color: #1b204c;
    text-transform: uppercase;
}

.member-role {
    font-size: 16px;
    line-height: 1.56;
    letter-spacing: normal;
    color: grey;
    margin-bottom: 2px;
}

.member-details {
    display: flex;
    flex-direction: row;
    gap: 6px;
    margin-bottom: 15px;
    flex-grow: 1;
    justify-content: space-between;
    align-items: center;
}

.detail-item {
    font-size: 14px;
    line-height: 1.56;
    letter-spacing: normal;
    color: #1b204c;
    min-height: 21px;
}

.detail-item {
    font-size: 13px;
    color: #495057;
    display: flex;
    align-items: center;
    gap: 8px;
}

.detail-item i {
    color: #1a2b5e;
    font-size: 12px;
}

.social-link {
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease;
    text-decoration: none;
}

.social-link:hover {
    transform: scale(1.1);
}

.external-link {
    color: #6c757d;
}

.external-link:hover {
    background: #6c757d;
    color: #fff;
}
.team-card .popup {
    display: block;
    width: 14px;
    height: 14px;
    background-image: url(../img/popup.png);
    background-size: contain;
    opacity: .6;
}
.team-card .linkedin {
    display: block;
    width: 14px;
    height: 14px;
    background-image: url(../img/linkedin-grey.svg);
}
.secondary-heading{
    font-size: 26px;
    font-weight: 700;
    line-height: 1.42;
    color: #1b204c;
    margin-bottom: 30px;
    text-transform: uppercase;
}

/*Partner*/
/*Office*/

/*Single Office*/
.bd_sob_swiper_wapper {
    width: 100%;
    height: 100%;
}

.bd_sob_swiper_wapper .swiper {
    padding: 0 !important;
    height: 100% !important;

}

.bd_sob_swiper_wapper .swiper-slide {
    width: 100% !important;
    height: auto !important;
}

.bd_sob_swiper_wapper .bd_sob_box {
    width: 100%;
    height: 100%;
    position: relative;
    overflow: hidden;
    padding-top: 90px;
    padding-bottom: 85px;
    background-image: var(--desktopImage);
    background-size: cover;
    background-repeat: no-repeat;
}

.banner_content h1 {
    font-family: "Myriad Pro";
    font-size: 54px;
    font-style: normal;
    font-weight: 700;
    line-height: 56px;
    letter-spacing: 2px;
    margin-top: 18px;
    margin-bottom: 11px;
}

.sub_head {
    font-weight: 400;
    font-size: 28px;
    line-height: 48px;
    letter-spacing: 0.56px;
    text-transform: uppercase;
}

.sub_head.text_blue p {
    color: #1b204c;
}

.sub_head.text_white p{
    color: #fff;
}

.bd_sob_box .banner_content img {
    display: block;
    width: 100%;
    max-width: 70%;
    height: auto;
}

.bd_sob_swiper_wapper .swiper-pagination {
    position: absolute !important;
    width: 100% !important;
    max-width: 1290px !important;
    padding-left: 15px;
    padding-right: 15px;
    top: auto !important;
    left: 50% !important;
    bottom: 20px !important;
    transform: translateX(-50%) !important;
    display: flex !important;
    align-items: center !important;
    justify-content: end !important;
    column-gap: 20px !important;
}

.bd_sob_swiper_wapper .swiper-pagination span.swiper-pagination-bullet {
    width: 16px !important;
    height: 16px !important;
    background: transparent !important;
    border: 1px solid #fff !important;
    border-radius: 50% !important;
    opacity: 1 !important;
    margin: 0 !important;
}

.bd_sob_swiper_wapper .swiper-pagination span.swiper-pagination-bullet.swiper-pagination-bullet-active {
    background: #fff !important;
    transform: none !important;
}

.bd_sob_swiper_arrow {
    display: none;
    position: absolute;
    top: 40px;
    width: 74px;
    height: 32px;
    left: 50%;
    transform: translateX(-50%);
    align-items: center;
    gap: 10px;
    z-index: 99;
}

.bd_sob_swiper_arrow > * {
    position: relative !important;
    width: 32px !important;
    height: 32px !important;
    left: 0 !important;
    right: 0 !important;
    bottom: 0 !important;
    top: 0 !important;
    margin: 0 !important;
    background: transparent !important;
    border: 1px solid var(--gray) !important;
    border-radius: 5px;
}

.bd_sob_swiper_arrow > * svg {
    width: 8px !important;
}

.bd_so_tabs_warpper {
    position: relative;
    margin-top: -50px;
}

.bd_so_tabs_warpper .custom-tab-buttons {
    position: relative;
    top: 0;
    width: 100%;
    max-width: 800px;
    display: flex;
    align-items: center;
    border-radius: 7px 7px 0 0;
    overflow: hidden;
    z-index: 2;
}

.bd_so_tabs_warpper .custom-tab-buttons .custom-tab-btn,
.bd_so_tabs_warpper .custom-tab-buttons .custom-tab-btn:focus {
    flex: 0 0 auto;
    width: 33.333333%;
    max-width: 100%;
    height: 50px;
    border: none;
    border-radius: 0px;
    color: var(--dark-blue);
    cursor: pointer;
    text-transform: uppercase;
    transition: 0.3s ease;
    font-family: 'Myriad Pro', sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 50.5px;
    text-align: center;
    margin-right: 0;
    outline: none;
    box-shadow: none;
}

.bd_so_tabs_warpper .custom-tab-buttons .custom-tab-btn:first-child {
    background: #E5E8F1;
    z-index: 3;
    margin-right: -10px;
    border-radius: 0px 7px 0px 0px;
    box-shadow: 9px 0px 12px 0px #0000001F;
}

.bd_so_tabs_warpper .custom-tab-buttons .custom-tab-btn:nth-child(2) {
    background: #CED3E4;
    z-index: 2;
    margin-right: -10px;
    border-radius: 0px 7px 0px 0px;
    box-shadow: 9px 0px 12px 0px #0000001F;
}

.bd_so_tabs_warpper .custom-tab-buttons .custom-tab-btn:nth-child(3) {
    background: #BEC4D5;
    z-index: 1;
    border-radius: 0px 7px 0px 0px;
    box-shadow: 9px 0px 12px 0px #0000001F;
}

.bd_so_tabs_warpper .custom-tab-buttons .custom-tab-btn.active,
.bd_so_tabs_warpper .custom-tab-buttons .custom-tab-btn.active:first-child {
    background: #E5E8F1;
}

.bd_so_tabs_warpper .custom-tab-buttons .custom-tab-btn.active:nth-child(2) {
    z-index: 4;
    box-shadow: 0px 0px 22.1px 0px #00000033;
}

.bd_so_tabs_warpper .custom-tab-buttons .custom-tab-btn.active:nth-child(3) {
    z-index: 4;
    box-shadow: 0px 0px 22.1px 0px #00000033;
}

.bd_so_tabs_warpper .custom-tab-buttons .custom-tab-btn:first-child {
    background: #CED3E4;
}

.bd_do_featured_news {
    padding-top: 70px;
    padding-bottom: 40px;
    position: relative;
    overflow: hidden;
}

.bd_do_featured_news .main_heading {
    margin-top: 0;
}

.main_heading {
    color: #1B204C;
    font-family: "Myriad Pro";
    font-weight: 700;
    font-size: 35px;
    line-height: normal;
    letter-spacing: 0.32px;
    text-transform: uppercase;
    margin-bottom: 20px;
    margin-top: 0;
}

.bd_contact_list {
    margin: 0;
    list-style: none;
}

.bd_contact_list li:not(:last-child) {
    margin-bottom: 12px;
}

.bd_icon_list li i {
    font-size: 26px;
    line-height: 30px;
}

.single-office .bd_icon_list li svg {
    display: none;
}

.bd_solution_section {
    padding-top: 70px;
    padding-bottom: 70px;
    position: relative;
    overflow: hidden;
}

.bd_solution_section .bd_section_heading {
    margin-bottom: 20px;
}

.bd_ss_swiper_warpper {
    position: relative;
}

.bd_ss_swiper_warpper .swiper {
    padding-bottom: 0;
}

.bd_ss_swiper_warpper .swiper-slide {
    width: 100% !important;
    max-width: 400px;
    height: auto;
}

.bd_solution_post_box_warpper {
    min-height: 274px;
}

.bd_solution_post_box {
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    gap: 11px;
}

.bd_sp_box_image {
    width: 100%;
    aspect-ratio: 1/0.595;
    position: relative;
    overflow: hidden;
    background-color: #f9f9fa;
}

.bd_sp_box_image img {
    width: 100%;
    max-width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all 0.5s ease-in-out;
}

.bd_solution_post_title {
    font-weight: 400;
    font-size: 20px;
    line-height: 100%;
    color: #000;
}

.bd_solution_post_box:hover .bd_sp_box_image img {
    transform: scale(1.1);
}

.swiper-button-prev:after,
.swiper-button-next:after {
    opacity: 0;
    display: none;
}

.bd_ss_swiper_warpper .custom-arrow {
    width: 25px !important;
    height: 31px !important;
}

.bd_ss_swiper_warpper .swiper-button-prev.custom-arrow {
    left: -30px;
}

.bd_ss_swiper_warpper .swiper-button-next.custom-arrow {
    right: -30px;
}

.swiper-controls {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 30px;
    gap: 20px;
}

.swiper-controls .swiper-pagination {
    position: static !important;
    display: flex !important;
    justify-content: flex-start;
    align-items: center;
    gap: 8px;
    flex: 1;
}

.swiper-controls .swiper-pagination-bullet {
    width: 15px !important;
    height: 15px !important;
    background: transparent !important;
    border-radius: 50% !important;
    opacity: 1 !important;
    transition: all 0.3s ease !important;
    cursor: pointer;
    border: 1px solid;
    border-color: var(--gray) !important;
    margin: 0px;
}

.swiper-controls .swiper-pagination-bullet-active {
    background-color: var(--gray) !important;
    transform: scale(1.2) !important;
}

.bd_solution_mobile_posts {
    margin: 0;
    display: none;
    list-style: none;
}

.bd_so_contact_us {
    padding-top: 70px;
    padding-bottom: 70px;
    position: relative;
    box-shadow: 0px -4px 25.5px -4px rgb(0 0 0 / 25%) inset;
    background: #F1F2F7;
}

.bd_so_contact_us h3 {
    font-weight: 700;
    font-size: 40px;
    line-height: 48px;
    letter-spacing: 0.32px;
    margin-bottom: 33px;
    color: #1B204C;
}

.bd_form_warpper form {
    display: flex;
    flex-wrap: wrap;
    row-gap: 45px;
    column-gap: 30px;
}

.bd_form_warpper form .bf_form_group {
    width: calc(33.3333% - 20px);
}

.bd_form_warpper form .bf_form_group .bd_form_control,
.bd_form_warpper form .bf_form_group .bd_form_control:focus {
    width: 100%;
    height: 47px;
    padding: 0;
    background: transparent;
    border: none;
    border-bottom: 1px solid #758592;
    font-family: 'Myriad Pro', sans-serif;
    font-weight: 400;
    font-size: 18px;
    line-height: 26px;
    letter-spacing: 0;
    color: #758592;
    box-shadow: none;
    outline: none;
}

::placeholder,
select::placeholder {
    color: #758592;
}

.bd_form_warpper form .bf_form_group .hear,
.bd_form_warpper form .bf_form_group .country,
.bd_form_warpper form .bf_form_group .interest {
    position: relative;
    width: 100%;
    height: 47px;
    border-bottom: 1px solid #758592 !important;
}

.bd_form_warpper form .bf_form_group .select2-container {
    width: 100% !important;
    height: 100%;
    max-height: 400px;
    font-family: Myriad Pro, sans-serif;
    font-weight: 400;
    font-size: 18px;
    line-height: 26px;
    letter-spacing: 0;
    border: none !important;
    color: #758592 !important;
    background: transparent !important;
    position: relative;
}

.bd_form_warpper form .bf_form_group .select2-container .selection {
    height: 100%;
    display: block;
}

.bd_form_warpper form .bf_form_group .select2-container .select2-selection--single {
    height: 100% !important;
    border: none !important;
    background: transparent !important;
}

.bd_form_warpper form .bf_form_group .select2-container .select2-selection--single .select2-selection__clear {
    float: right;
    height: 46px;
    font-weight: 700;
    font-size: 22px;
    margin: 0 24px 0 0;
    padding-right: 0px;
}

.bd_form_warpper form .bf_form_group .select2-container .select2-selection--single .select2-selection__rendered {
    width: fit-content !important;
    padding: 0;
    font-weight: 400;
    font-size: 18px;
    line-height: 46px;
    letter-spacing: 0;
    color: #758592;
}

.bd_form_warpper form .bf_form_group .select2-container .select2-selection--single .select2-selection__rendered .select2-selection__placeholder {
    color: #758592;
}

.bd_form_warpper form .bf_form_group .select2-container .select2-selection--single .select2-selection__arrow {
    background-image: url("data:image/svg+xml,%3Csvg width='14' height='10' viewBox='0 0 14 10' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1.20682 0.500001L9.0954e-08 1.87275L6.75 9.5L13.5 1.86504L12.2932 0.500001L6.75 6.76992L1.20682 0.500001Z' fill='%231B204C'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: center;
    width: 20px;
    height: 100%;
    border: none !important;
    transition: transform 0.2s ease;
    top: 0 !important;
}

.bd_form_warpper form .bf_form_group .select2-container .select2-selection--single .select2-selection__arrow b {
    display: none;
}

.bd_form_warpper form .bf_form_group .select2-container.select2-container--open .select2-selection--single .select2-selection__arrow {
    transform: rotate(180deg);
}

.bd_form_warpper form .bf_form_group .select2-container .select2-dropdown {
    background-color: #f1f2f7;
    border: 1px solid #758592;
    border-top: 0;
}

.bd_form_warpper form .bf_form_group .select2-container .select2-results__option--highlighted {
    background-color: #1b204c;
}

.bd_form_warpper form .bf_form_group .select2-container .select2-search.select2-search--dropdown input,
.bd_form_warpper form .bf_form_group .select2-container .select2-search.select2-search--dropdown input:focus {
    height: 40px;
    padding: 0 15px;
    font-family: Myriad Pro, sans-serif;
    font-size: 16px;
    line-height: 26px;
    letter-spacing: 0;
    color: #1b204c;
    border: 1px solid #758592;
    background: transparent;
}

.bd_form_warpper form .bf_form_group .select2-container .select2-search.select2-search--dropdown input:focus-visible {
    outline: none;
}

.bd_form_warpper form .bf_form_group .select2-container .select2-selection--multiple {
    position: relative;
    height: 100% !important;
    border: none !important;
    border-radius: 0 !important;
    background: transparent !important;
    padding: 0 !important;
    font-family: Myriad Pro, sans-serif;
    font-weight: 400;
    font-size: 18px;
    line-height: 26px;
    color: #758592 !important;
    letter-spacing: 0;
    display: flex;
}

.bd_form_warpper form .bf_form_group .select2-container.select2-container--open .select2-selection--multiple {
    gap: 10px;
}

.bd_form_warpper form .bf_form_group .select2-container .select2-selection--multiple:after {
    border: none!important;
    content: ""!important;
    position: absolute!important;
    top: 50%!important;
    right: 3px!important;
    transform: translateY(-50%)!important;
    width: 14px!important;
    height: 10px!important;
    background-image: url("data:image/svg+xml,%3Csvg width='14' height='10' viewBox='0 0 14 10' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1.20682 0.500001L9.0954e-08 1.87275L6.75 9.5L13.5 1.86504L12.2932 0.500001L6.75 6.76992L1.20682 0.500001Z' fill='%231B204C'/%3E%3C/svg%3E")!important;
    background-repeat: no-repeat!important;
    pointer-events: none!important;
    transition: transform 0.2s ease!important;
}

.bd_form_warpper form .bf_form_group .select2-container--open .select2-selection--multiple:after {
    transform: translateY(-50%) rotate(180deg) !important;
}

.bd_form_warpper form .bf_form_group .select2-container .select2-selection--multiple button.select2-selection__clear {
    display: none;
}

.bd_form_warpper form .bf_form_group .select2-container .select2-selection--multiple .select2-selection__rendered {
    margin: 0;
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    height: 100%;
    gap: 8px;
}

.bd_form_warpper form .bf_form_group .select2-container .select2-selection--multiple .select2-selection__rendered .select2-selection__choice {
    background-color: #fff;
    flex: 0 0 auto;
    max-width: 100%;
    width: auto;
    height: 30px;
    margin: 0;
    font-family: Myriad Pro, sans-serif;
    font-weight: 400;
    font-size: 14px;
    line-height: normal;
    letter-spacing: 0;
    display: flex;
    align-items: center;
    padding: 0;
    color: #1b204c;
    overflow: hidden;
    position: relative;
    border: 1px solid #758592;
    border-radius: 5px;
}

.bd_form_warpper form .bf_form_group .select2-container .select2-selection--multiple .select2-selection__rendered li .select2-selection__choice__remove {
    position: relative;
    height: 100%;
    font-size: 14px;
    color: #1b204c;
    border: none;
}

.bd_form_warpper form .bf_form_group .select2-container .select2-selection--multiple .select2-selection__rendered li .select2-selection__choice__display {
    padding: 0 5px 0 0;
    line-height: 27px;
}

.bd_form_warpper form .bf_form_group .select2-container .select2-selection--multiple .select2-search__field {
    height: 100% !important;
    margin: 0 !important;
    font-family: Myriad Pro, sans-serif;
    font-size: 18px;
    font-weight: 400;
    line-height: 46px;
    letter-spacing: 0;
    color: #758592 !important;
}

.bd_form_warpper .right_text.solution_btn {
    display: flex;
    justify-content: end;
    align-items: center;
    margin-top: 35px;
    gap: 16px;
}

.bd_form_warpper .right_text.solution_btn .bd_button {
    margin-top: 0;
    padding: 5px 24px;
    font-family: Myriad Pro, sans-serif;
    font-size: 18px;
    max-width: 180px;
    text-transform: uppercase;
}

.bd_form_warpper .right_text.solution_btn .captcha-wrapper {
    margin: 0;
}

.bd_form_warpper form .bf_form_group .iti {
    width: 100%;
    height: 47px;
    padding: 0;
    background: transparent;
    border: none;
    border-bottom: 1px solid #758592;
}

.bd_form_warpper form .bf_form_group .iti .iti__flag-container, .bd_form_warpper form .bf_form_group .iti .iti__flag-container .iti__selected-flag {
    background-color: transparent !important;
}

.bd_form_warpper form .bf_form_group .iti input, .bd_form_warpper form .bf_form_group .iti input:focus {
    width: 100%;
    height: 100%;
    border: none;
    background: transparent;
    font-family: Myriad Pro, sans-serif;
    font-weight: 400;
    font-size: 18px;
    line-height: 26px;
    letter-spacing: 0;
    color: #758592;
    box-shadow: none;
    outline: none;
    padding: 0 0 0 76px;
}

#iti-0__country-listbox {
    font-size: 14px;
}

.bd_so_about,
.bd_sot_contact_us {
    padding-top: 70px;
    padding-bottom: 70px;
    position: relative;
    overflow: hidden;
}

.bd_so_about .main_heading {
    margin-bottom: 25px;
}

.bd_so_about p {
    font-family: Myriad Pro, sans-serif;
    font-weight: 300;
    font-size: 18px;
    line-height: 26px;
    color: #1b204c;
    margin: 0;
}

.bd_so_about p:not(:last-child) {
    margin-bottom: 20px;
}

.bd_so_about p a {
    text-decoration: underline;
    transition: all 0.5s ease-in-out;
}

.bd_so_about p a:hover {
    text-decoration: none;
    transition: all 0.5s ease-in-out;
}

.bd_so_about ul:not(.bd_icon_list) {
    list-style: none;
}

.bd_so_about ul:not(.bd_icon_list) li {
    font-family: Myriad Pro, sans-serif;
    font-weight: 400;
    font-size: 18px;
    line-height: 26px;
    color: #1b204c;
    margin: 0;
}

.bd_so_about ul:not(.bd_icon_list) li strong {
    font-family: Myriad Pro, sans-serif;
    font-weight: 700;
}

.bd_so_about h2:not(.main_heading),
.bd_so_about h3:not(.bd_sec_sub_heading) {
    color: #1B204C;
    font-family: Myriad Pro, sans-serif;
    font-weight: 700;
    font-size: 35px;
    line-height: normal;
    letter-spacing: 0.32px;
    text-transform: uppercase;
    margin-bottom: 21px;
    margin-top: 0;
}

.bd_so_about .bd_sec_sub_heading {
    font-weight: 700;
    font-size: 20px;
    line-height: 120%;
    margin-bottom: 20px;
    margin-top: 23px;
    color: #1B204C;
}

.bd_so_about .bd_icon_list li {
    align-items: start;
}

.bd_so_about .bd_icon_list li i {
    color: #727DA3;
}

.address_detail_repeater {
    margin-bottom: 20px;
}

.address_detail_repeater p {
    font-weight: 300;
    font-family: Myriad Pro, sans-serif;
    font-size: 20px;
    line-height: 26px;
    letter-spacing: 0;
    color: #1b204c;
    margin: 0 0 37px;
    max-width: 346px;
}

.address_detail_repeater p br {
    display: none;
}

.bd_contact_list li {
    font-weight: 300;
    font-size: 20px;
    line-height: 26px;
    color: #27284A;
}

.bd_contact_list li a {
    font-weight: 300;
    display: flex;
    align-items: center;
    gap: 12px;
    transition: all 0.5s ease-in-out;
}

.bd_contact_list li a:hover {
    font-weight: 500;
    color: #1b204c;
    transition: all 0.5s ease-in-out;
}

#map {
    height: 500px;
    width: 100%;
}

.info-panel {
    padding: 20px;
    background: #f8fafc;
    border-top: 1px solid #e2e8f0;
}

.address {
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 16px;
    color: #374151;
}

.address-icon {
    width: 20px;
    height: 20px;
    fill: #1e40af;
}

.loading {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 500px;
    font-size: 18px;
    color: #6b7280;
}

#map iframe {
    height: 100%;
    width:100%;
}

/*  REGIONAL OFFICE PAGE  */
.bd_regional-office_main_section {
    position: relative;
    overflow: hidden;
}

.bd_rs_image_warpper {
    margin: 0 auto;
    max-width: 910px;
    position: relative;
}

.bd_rs_image_warpper img {
    width: 100%;
    height: 100%;
    vertical-align: baseline;
}

.bd_rs_image_warpper .office-pins a {
    width: 25px;
    height: 25px;
    display: block;
    position: absolute;
    transition: all .1s ease;
}

.bd_rs_image_warpper .office-pins a svg {
    width: 25px;
    height: 25px;
    display: block;
}

.bd_rs_image_warpper .office-pins a svg g circle:nth-child(2) {
    stroke: #727da3;
    transition: stroke .3s ease-in-out
}

.bd_rs_image_warpper .office-pins a.hover svg g circle:nth-child(2),
.bd_rs_image_warpper .office-pins a:hover svg g circle:nth-child(2) {
    stroke: #27284a
}

.bd_rs_content_warpper {
    margin-top: -200px;
    padding-bottom: 40px;
    position: relative;
}

.bd_rs_content_warpper p {
    font-weight: 400;
    font-size: 16px;
    line-height: 1.75;
    color: #1b204c;
    margin: 5px 0;
    max-width: 520px;
}

.bd_rs_content_warpper .bd_section_heading {
    max-width: 520px;
}

.bd_rs_button_list {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 8px;
    margin-top: 42px;
}

.bd_rs_button_list .bd_button {
    max-width: max-content;
    padding: 12px 22px 9px;
    font-weight: 600;
    font-size: 18px;
    line-height: 25px;
    margin-top: 0;
}

.bd_blue_color {
    color: #fff;
    background-color: #515a79;
    transition: 0.35s cubic-bezier(0.3, 0.7, 0.4, 1);
}

.bd_blue_color:hover {
    color: #fff;
    background-color: #1b204c;
    transition: 0.35s cubic-bezier(0.3, 0.7, 0.4, 1);
}

ul.bd_partner_accordian_list {
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    align-items: start;
    position: relative;
    margin: 0 -7px;
}

.bd_pac_box_warpper {
    flex: 0 0 auto;
    max-width: 100%;
    width: 20%;
    margin-bottom: 20px;
    padding: 0 7px;
}

.bd_pac_box {
    display: block;
    width: 100%;
    min-height: 153px;
    position: relative;
    border-radius: 3px;
    padding: 8px 12px;
    background-color: #fff;
    border: 3px solid transparent;
    box-shadow: 0 1px 12px 0 hsla(0, 0%, 42.7%, .16);
    transition: all .25s ease;
}

.bd_pca_image {
    width: 100%;
    aspect-ratio: 1/0.4554;
    position: relative;
    overflow: hidden;
    display: flex;
    align-items: center;
    margin: 0 auto 8px;
}

.bd_pca_image img {
    width: 100%;
    height: auto;
    object-fit: contain;
}

.bd_pac_content {
    position: relative;
}

.bd_pac_content h6 {;
    width: 100%;
    font-family: Myriad Pro, sans-serif;
    font-weight: 600;
    font-size: 13px;
    color: #1b204c;
    padding-right: 30px;
    white-space: nowrap;
    text-overflow: ellipsis;
    text-transform: uppercase;
    overflow: hidden
}

.bd_pac_content .toggle-icon {
    width: 24px;
    height: 24px;
    border-radius: 20px;
    position: absolute;
    top: 0;
    right: 0;
    background-color: #f8f8f9;
}

.bd_pac_content .toggle-icon:after,
.bd_pac_content .toggle-icon:before {
    content: "";
    display: block;
    width: 10px;
    height: 2px;
    background-color: #979797;
    position: absolute;
    top: 11px;
    left: 7px
}

.bd_pac_content .toggle-icon:after {
    transform: rotate(90deg);
    transition: all .2s ease
}

.bd_pac_box_warpper.active {
    position: relative;
}

.bd_pac_box:hover {
    border-color: rgba(27,32,76,.51);
}

.bd_pac_box_warpper.active .bd_pac_box {
    border-color: #1b204c;
}

.bd_pac_below_content {
    display: none;
    width: 100%;
    position: relative;
    background-color: #f6f6f8;
    padding: 50px 0;
    margin: 30px 0;
    z-index: 1;
}

.bd_pac_below_content.active {
    display: block;
}

.bd_pac_below_content:before {
    content: " ";
    width: 200vw;
    height: 100%;
    display: block;
    background-color: #f6f6f8;
    position: absolute;
    top: 0;
    left: -50%;
    transform: translateX(-20%);
    z-index: -1;
}

.bd_pac_below_content h3 {
    width: 100%;
    display: block;
    font-family: Myriad Pro, sans-serif;
    font-size: 26px;
    font-weight: 700;
    line-height: 1.42;
    color: #1b204c;
    margin-bottom: 10px;
    text-transform: uppercase;
}

.bd_para_content {
    -moz-column-gap: 30px;
    column-gap: 30px;
    -moz-column-count: 2;
    column-count: 2;
}

.bd_para_content p {
    font-family: Myriad Pro, sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 1.69;
    padding: 7px 0;
    color: #1b204c;
}

.bd_pac_button_list {
    margin: 60px -5px 15px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.bd_pac_button_list > div {
    flex: 0 0 auto;
    max-width: 100%;
    width: 50%;
    padding: 0 5px;
}

.bd_pac_button_list a {
    border-radius: 3px;
    background-color: #515a79;
    text-shadow: 0 1px 2px rgba(45,143,152,.07);
    font-family: Myriad Pro, sans-serif;
    font-size: 20px;
    font-weight: 600;
    text-align: center;
    color: #fff;
    line-height: 63px;
    width: 100%;
    display: block;
    text-transform: uppercase;
    transition: all .2s ease
}

.bd_pac_button_list a.download-brochure {
    background-color: #bdb4a6
}

.bd_pac_button_list a.download-brochure:before {
    content: "";
    display: inline-block;
    background-image: url(../img/download.svg);
    background-repeat: no-repeat;
    width: 23px;
    height: 28px;
    position: relative;
    top: 5px;
    margin-right: 15px
}

.bd_pac_button_list a.download-brochure:hover {
    background-color: rgba(189,180,166,.8)
}

.bd_pac_button_list a:hover {
    background-color: rgba(81,90,121,.81)
}

.coverage-map-popup {
    background-color: #fff;
    max-width: 920px;
    margin: 0 auto;
    padding: 64px;
    border-radius: 3px;
    position: relative
}

.coverage-map-popup img {
    width: 100%;
    height: auto;
}

.modal.coverage-map-popup a.close-modal {
    width: 30px;
    height: 30px;
    border-radius: 100vw;
    background-color: #646d8b;
    background-image: none;
    top: 12px;
    right: 12px;
    transform: rotate(45deg);
}

.modal.coverage-map-popup a.close-modal:hover {
    opacity: .8
}

.modal.coverage-map-popup a.close-modal:after,
.modal.coverage-map-popup a.close-modal:before {
    content: "";
    display: block;
    width: 14px;
    height: 2px;
    background-color: #fff;
    position: absolute;
    top: 14px;
    left: 8px
}

.modal.coverage-map-popup a.close-modal:after {
    transform: rotate(90deg);
    transition: all .2s ease
}

@media (max-width: 640px) {
    .coverage-map-popup {
        padding:15px
    }

    .coverage-map-popup .close {
        top: -38px
    }
}
