/*=====Reset CSS======*/
article,
aside,
canvas,
figure,
figcaption,
footer,
header,
nav,
section,
audio,
video,
p,
h1,
h2,
h3,
h4,
h5,
h6,
ul,
ol {
    margin: 0;
    padding: 0;
    border: 0;
}

a,
button,
input,
input[type="buttton"],
input[type="submit"],
select,
.btn,
textarea {
    -webkit-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
    text-decoration: none !important;
    font-style: normal;
}

a:focus,
button:focus,
input:focus,
input[type="buttton"]:focus,
input[type="submit"]:focus,
select:focus,
.btn:focus,
textarea:focus,
.bootstrap-select .dropdown-toggle:focus {
    outline: none !important;
    -webkit-box-shadow: none;
    box-shadow: none !important;
}

img {
    max-width: 100%;
    height: auto;
}

a,
label,
span {
    display: inline-block;
    vertical-align: middle;
    vertical-align: 0;
}

figure {
    -webkit-transition: all ease 0.4s;
    transition: all ease 0.4s;
    margin: 0;
    font-size: 0;
    line-height: 100%;
}

figure img {
    max-width: 100%;
}

ul,
ol {
    list-style: none;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

/* Firefox */
input[type="number"] {
    -moz-appearance: textfield;
}

body {
    min-height: 100%;
    font-family: 'Poppins', sans-serif;
    font-size: 18px;
    font-weight: normal;
    line-height: 28px;
    color: #3d4f60;
    background-color: #fff;
    position: relative;
}

.svg_container {
    display: none;
}
h1, h2, h3 {
    font-family: 'Butler-Bold';
}
.bootstrap-select:not([class*="col-"]):not([class*="form-control"]):not(.input-group-btn) {
    width: 100%;
}

.all_svg {
    display: none;
}

.basic_btn {
    height: 48px;
    line-height: 48px;
    color: #fff;
    background-color: #1f40cb;
    border-radius: 6px;
    padding: 0 32px;
    font-weight: 500;
    font-size: 16px;
}

.basic_btn:hover {
    color: #fff;
    background-color: #113065;
}

/*=====Reset CSS======*/

/**header**/
.header_outer {
    padding: 10px 0;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 99;
    background-color: #fff;
    box-shadow: 0px 1px 0px #E5E9F2;
    transition: 0.5s;
}

.header_outer .navbar {
    padding: 0;
}

.logo a {
    width: 140px;
}

.mobile_menu {
    display: none;
}

.cross_icon {
    display: none;
}

.header_menu {
    margin-left: auto;
}

.custm_nav {
    font-size: 0;
    line-height: 0;
}

.custm_nav li {
    display: inline-block;
    margin: 0 16px;
}

.custm_nav li:first-child {
    margin-left: 0;
}

.custm_nav li:last-child {
    margin-right: 0;
}

.custm_nav li a {
    font-weight: 500;
    font-size: 18px;
    color: #1F40CB;
    line-height: 20px;
    position: relative;
    z-index: 1;
}

.custm_nav li a:hover,
.custm_nav li.active a,
.custm_nav li.current-menu-item a {
    color: #4d61fc;
}

.custm_nav li a:after {
    position: absolute;
    content: "";
    left: 0;
    height: 2px;
    background-color: #1F40CB;
    bottom: -5px;
    transition: 0.5s all ease-in-out;
    width: 0;
    left: 50%;
    transform: translate(-50%);
}

.custm_nav li.current-menu-item a:after,
.custm_nav li a:hover::after,
.custm_nav li.active a:after {
    width: 100%;
}

.hdr_social {
    margin-left: 180px;
}

.hdr_social ul {
    font-size: 0;
    display: flex;
    align-items: center;
}

.hdr_social ul li {
    margin-right: 15px;
}

.hdr_social ul li:last-child {
    margin-right: 0;
}

.hdr_social li a {
    width: 32px;
    height: 32px;
    border-radius: 50%;
    background-color: #e8ebf9;
    font-size: 16px;
    color: #8695D0;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease-in-out;
}

.hdr_social li a:hover {
    background-color: #8695D0;
    color: #e8ebf9;
}

/**header**/

/* footer */
.ftr_area {
    background-color: #113065;
    padding: 95px 0 25px;
}

.ftr_logo a {
    width: 145px;
}

.ftr_top {
    padding-bottom: 50px;
}

.ftr_logo {
    margin-bottom: 25px;
}

.ftr_txt {
    margin-bottom: 25px;
}

.ftr_txt p {
    font-size: 14px;
    line-height: 24px;
    color: #D9DBE1;
    font-weight: 400;
}

.ftr_social a {
    width: 24px;
    height: 24px;
    border-radius: 50%;
    background-color: rgba(255, 255, 255, 0.1);
    transition: all 0.3s ease-in-out;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 14px;
}


.ftr_social a:hover {
    background-color: #fff;
    color: #113065;
}
.ftr_social .fa-phone{
    transform: rotate(90deg);
}

.ftr_social li + li {
    margin-left: 15px;
}

.ftr_social ul {
    display: flex;
    font-size: 0;
}

.ftr_item h2 {
    font-size: 20px;
    line-height: 20px;
    color: #ffffff;
    font-weight: 500;
    margin-bottom: 35px;
}

.ftr_link ul {
    font-size: 0;
}

.ftr_link ul li {
    margin-bottom: 10px;
    line-height: normal;
}

.ftr_link ul li:last-child {
    margin-bottom: 0;
}

.ftr_link ul li a {
    font-size: 14px;
    line-height: 24px;
    color: #D9DBE1;
    font-weight: 400;
    display: inline-block;
    transition: all 0.3s ease-in-out;
}

.ftr_link ul li a:hover {
    color: #8695D0;
}

.ftr_link ul li a em {
    font-style: normal;
    font-family: 'Nanum Pen Script', cursive;
    margin-left: 10px;
    font-size: 20px;
}

.info_row {
    display: flex;
    margin-bottom: 25px;
}

.info_icon {
    max-width: 20px;
    margin-right: 10px;
    text-align: center;
}

.info_text p,
.info_text a {
    font-size: 14px;
    line-height: 24px;
    color: #F2F2F2;
    font-weight: 400;
    transition: all 0.3s ease-in-out;
    display: inline-block;
}

.info_text a:hover {
    color: #8695D0;
}

.subscribe_area form {
    max-width: 365px;
}

.subscrib_frm .form-control {
    height: 36px;
    border: 0;
    line-height: 36px;
    background-color: #163974;
    border-radius: 5px 0px 0px 5px;
    font-weight: 400;
    font-size: 14px;
    color: #fff;
    width: 250px;
    padding: 0 15px;
}

.subscrib_frm .form-control:focus {
    box-shadow: none;
    outline: none;
}

.subscrib_frm .form-control::placeholder {
    color: #fff;
    font-weight: 400;
}

.subscrib_frm {
    display: flex;
    align-items: center;
}

.submit_btn {
    height: 36px;
    line-height: 36px;
    border: 0;
    border-radius: 0px 5px 5px 0px;
    width: 115px;
    background-color: #fff;
    font-weight: 500;
    font-size: 14px;
    color: #113065;
    transition: all 0.3s ease-in-out;
    padding: 0;
}

.submit_btn:hover {
    background-color: #8695D0;
    color: #fff;
}

.subscribe_area {
    margin-bottom: 10px;
}

.ftr_btm {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.copyright p {
    font-size: 14px;
    line-height: 24px;
    color: #D9DBE1;
    font-weight: 400;
}

.terms_list ul {
    font-size: 0;
    display: flex;
    align-items: center;
}

.terms_list ul li {
    padding-right: 8px;
    border-right: 1px solid #D9DBE1;
    margin-right: 8px;
    line-height: normal;
}

.terms_list ul li:last-child {
    padding-right: 0;
    border-right: 0;
    margin-right: 0;
}

.terms_list ul li a {
    font-size: 14px;
    line-height: 24px;
    color: #D9DBE1;
    font-weight: 400;
    display: inline-block;
}

.terms_list ul li a:hover {
    color: #8695D0;
}

/* footer */

.domain {
    padding: 65px 0 40px;
}

.global_head {
    margin-bottom: 48px;
}

.global_head h2 {
    font-weight: 800;
    font-size: 48px;
    line-height: 64px;
    color: #000;
}

.global_head p {
    font-weight: normal;
    font-size: 18px;
    line-height: 32px;
    margin-top: 10px;
    color: #000;
}

.global_head.white_head h2,
.global_head.white_head p {
    color: #fff;
}

.schedule_call .global_head {
    max-width: 730px;
    margin: 0 auto 48px;
}

.inner_domain_bx {
    display: flex;
    margin-bottom: 45px;
}

.domain_txt {
    width: 80%;
    padding-left: 40px;
}

.inner_domain_bx figure {
    width: 72px;
    height: 72px;
    background: #f4f5f7;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.inner_domain_bx figure img {
    width: 30px;
}

.domain_txt h4 {
    font-weight: 700;
    font-size: 23px;
    line-height: 32px;
    color: #18191f;
    margin-bottom: 8px;
    font-family: 'Butler-Bold';
}

.domain_txt p {
    font-weight: normal;
    font-size: 16px;
    line-height: 26px;
    color: #18191f;
    margin-bottom: 8px;
}

.explore_link {
    font-weight: 500;
    font-size: 12px;
    line-height: 16px;
    color: #1c3ab8;
}

.explore_link span {
    margin-left: 5px;
}

.services h2 {

    text-align: center;
    color: #fff;
    font-size: 48px;
    line-height: 64px;
    font-weight: 800;
    margin-bottom: 50px;
}

.we-part {

    padding: 40px 20px 25px 35px;
    background-color: #fff;
    border-radius: 8px;
}

.we-menu li a {

    color: #000;
    font-size: 16px;
    line-height: 26px;
    font-weight: 400;
    margin-bottom: 5px;
}

.arrow-1 {

    margin-top: 60px;
}

.arrow-2 {

    margin-top: 39px;
}

.arrow-3 {

    margin-top: 84px;
}

.we-part img {

    margin-bottom: 25px;
}

.we-part h3 {

    font-size: 23px;
    line-height: 32px;
    color: #000;
    font-weight: 600;
    margin-bottom: 25px;
}

.record .slick-arrow {

    width: 50px;
    height: 50px;
    outline: none;
    font-size: 0;
    background-color: transparent;
    border: 0;
    border-radius: 50%;
    position: absolute;
    top: 50%;
    /*display: none;*/
}

.record .slick-prev {

    left: -6%;
    background: url(../images/left-icon.png) no-repeat center;
    background-color: transparent;
    border: 1px solid #fff;


}

.record .slick-next {

    right: -6%;
    background: url(../images/left-arrow.png) no-repeat center;
    background-color: transparent;
    border: 1px solid #fff;

}

.services {
    padding: 80px 0;
    background: #1f40cb;
}

.services_inner {
    padding: 40px 32px;
    background: #fff;
    border-radius: 8px;
    margin-bottom: 30px;
}

.services_inner figure {
    width: 32px;
    margin-bottom: 55px;
}

.services_inner h4 {
    font-weight: 600;
    font-size: 24px;
    line-height: 32px;
    margin-bottom: 12px;
    color: #18191f;
}

.services_inner p {
    font-weight: normal;
    font-size: 16px;
    line-height: 26px;
    color: #18191f;
    margin-bottom: 40px;
}

.explore_btn {
    border: 1px solid #ffffff;
    border-radius: 6px;
    align-items: center;
    padding: 12px 20px;
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    color: #fff;
    min-width: 155px;
}

.explore_btn span {
    margin-left: 15px;
}

.explore_btn:hover {
    border: 1px solid #113065;
    background-color: #113065;
    color: #fff;
}

.explore_btn_hold {
    text-align: center;
    padding-top: 20px;
}

.our_practices {
    padding: 65px 0 80px;
}

.practices_bx figure {
    width: 80px;
    height: 80px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    margin: 0 auto 15px;
    background: #f4f5f7;
}

.practices_bx figure img {
    width: 24px;
}

.practices_bx h4 {
    font-weight: bold;
    font-size: 18px;
    line-height: 28px;
    margin-bottom: 5px;
    color: #18191f;
}

.practices_bx p {
    font-weight: normal;
    font-size: 16px;
    line-height: 26px;
    color: #18191f;
}

.practc_line {
    position: relative;
}

.practc_line:after {
    content: "";
    position: absolute;
    width: 860px;
    height: 4px;
    border-top: 4px dotted #d6b1ff;
    top: 22%;
    opacity: 0.3;
    z-index: -1;
    left: 110px;
}

.Some_count_sec {
    background: #1f40cb;
    padding: 65px 0;
}

.counting {
    margin: 0 -10px;
}

.count_bx {
    width: 25%;
    text-align: center;
    padding: 0 10px;
}

.count_num {
    font-weight: 800;
    font-size: 48px;
    line-height: 64px;
    color: #fff;
}

.count_bx p {
    font-weight: normal;
    font-size: 18px;
    line-height: 32px;
    color: #fff;
}

.schedule_call {
    padding: 65px 0;
}

.our_clients {
    padding: 65px 0;
    background: #f4f5f7;
}

.clients_outer ul {
    display: flex;
    align-items: center;
    justify-content: center;
}

.clients_outer ul li {
    padding: 0 12px;
}

.client_logo {
    width: 170px;
    height: 96px;
    background: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 16px;
    box-shadow: 0px 30px 40px rgba(212, 217, 232, 0.2);
}

.client_logo:hover {
    box-shadow: 0px 20px 50px rgba(212, 217, 232, 0.55);
}

.client_logo + .client_logo {
    margin-top: 24px;
}

.our_practices {
    padding: 65px 0 80px;
}

/*.practices_bx figure {
  width: 80px;
  height: 80px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  margin: 0 auto 15px;
  background: #f4f5f7;
}
.practices_bx figure img {
  width: 24px;
}
.practices_bx h4 {
  font-weight: bold;
  font-size: 18px;
  line-height: 28px;
  margin-bottom: 5px;
  color: #18191f;
}
.practices_bx p {
  font-weight: normal;
  font-size: 16px;
  line-height: 26px;
  color: #18191f;
}
.practc_line {
  position: relative;
}
.practc_line:after {
  content: "";
  position: absolute;
  width: 860px;
  height: 4px;
  border-top: 4px dotted #d6b1ff;
  top: 22%;
  opacity: 0.3;
  z-index: -1;
  left: 110px;
}*/

/* practice css start 8.2.2022 */

.practice-image img {
    width: 95%;
}

.practice-text {
    margin-top: 100px;
}

.practice-text h3 {
    font-size: 33px;
    font-style: normal;
    font-weight: 800;
    line-height: 54px;
    color: #1F40CB;
}

.practice-text p {
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 32px;
    font-family: inter;
    color: #18191F;
    margin-top: 16px;
    max-width: 421px;
}

.spcl {
    margin-top: 19px;
}

.spcl-1 {
    margin-top: 18px;
}

.our_leadership {
    padding: 70px 0;
    background-color: #1F40CB;
}

.our_leadership h2 {

    text-align: center;
    color: #fff;
    font-weight: 800;
    text-transform: capitalize;
    font-size: 48px;
    line-height: 64px;
    margin-bottom: 50px;
}

.leadership_row {
    display: flex;
    margin: 0 -15px;
}

.leader_pic {
    width: 50%;
    padding: 0 15px;
    border-radius: 8px;
    overflow: hidden;
}

.leader_pic img {

    border-radius: 10px;
}

.leader_text {
    width: 50%;
    padding: 0 15px;
}

.leadership_outer .leadership_row:nth-child(even) .leader_text {
    order: 1;
}

.leadership_outer .leadership_row:nth-child(even) .leader_pic {
    order: 2;
}

.leader_text_inner h4 {
    font-weight: 800;
    font-size: 33px;
    line-height: 54px;
    color: #fff;
    margin-bottom: 30px;
    font-family: 'Butler-Bold';
}

.leader_text_inner p {
    font-weight: 400;
    font-size: 18px;
    line-height: 32px;
    color: #fff;
    max-width: 424px;
}

.leader_text_inner p + p {
    margin-top: 30px;
}

.leader_text_inner {
    padding-left: 23px;
}

.leadership_row + .leadership_row {
    margin-top: 135px;
}

.leader_text_inner .explore_link {
    font-size: 16px;
    line-height: 24px;
    margin-top: 30px;
}

.arrow-1 {

    font-size: 12px;
    line-height: 16px;
    color: #1C3AB8;
    text-transform: capitalize;
    display: inline-block;
    margin-top: 65px;
}

.arrow-2 {

    font-size: 12px;
    line-height: 16px;
    color: #1C3AB8;
    text-transform: capitalize;
    display: inline-block;
    margin-top: 44px;
}

.arrow-3 {

    font-size: 12px;
    line-height: 16px;
    color: #1C3AB8;
    text-transform: capitalize;
    display: inline-block;
    margin-top: 88px;
}

.leader_text a {

    color: #fff;
}

.today {

    padding: 50px 0;
    text-align: center;
}

.today-info h2 {

    font-size: 48px;
    line-height: 64px;
    font-weight: 800;
    color: #000;
    text-transform: capitalize;
    margin-bottom: 35px;
}

.button1 {

    background-color: #1F40CB;
    color: #fff;
    display: inline-block;
    padding: 12px 32px 12px 32px;
    text-transform: capitalize;
    border-radius: 6px;
}

.button1:hover {

    color: #fff;
}

.real_stories {
    background: #1f40cb;
    padding: 32px 0;
    position: relative;
}

.real_stories:after {
    position: absolute;
    content: "";
    width: 50%;
    right: 0;
    top: 0;
    bottom: 0;
    background: #163974;
    z-index: 1;
}

.real_stories .container {
    position: relative;
    z-index: 2;
}

.real_stories .row {
    align-items: center;
}

.real_stories .global_head {
    margin-bottom: 0;
    padding-right: 50px;
}

.client_slider_outer {
    box-shadow: 0px 30px 40px rgb(212 217 232 / 20%);
    border-radius: 0px 8px 8px 0px;
    background: #fff;
    padding: 40px 40px 55px 40px;
    margin-left: -15px;
}

.quote {
    display: flex;
    margin-left: auto;
    width: 80px;
    margin-bottom: 25px;
    opacity: 0.2;
}

.slide_head {
    display: flex;
    align-items: center;
    margin-bottom: 25px;
}

.slide_head figure {
    width: 56px;
    height: 56px;
    border-radius: 50%;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
}

.test_nm {
    padding-left: 16px;
}

.test_nm h4 {
    font-weight: bold;
    font-size: 18px;
    line-height: 28px;
    color: #18191f;
}

.test_nm p {
    font-weight: normal;
    font-size: 14px;
    line-height: 24px;
    color: #474a57;
}

.testi_txt {
    padding-right: 30px;
}

.testi_txt p {
    font-weight: normal;
    font-size: 14px;
    line-height: 24px;
    color: #474a57;
}

.logo_box {
    width: 140px;
    margin-top: 65px;
}

.client_slider .slick-arrow {
    position: absolute;
    bottom: 0;
    right: 0;
    font-size: 0;
    background: transparent;
    border: 0;
    z-index: 2;
    background-size: 10px;
    background-repeat: no-repeat;
    padding: 0;
    width: 15px;
}

.client_slider .slick-prev {
    background-image: url(../images/left_aro.png);
    right: 40px;
}

.client_slider .slick-next {
    background-image: url(../images/right_aro.png);
}

.bnr_sec {
    background-color: #1f40cb;
    padding: 160px 0;
    margin-top: 72px;
}

.inner_text h1 {
    font-weight: 800;
    font-size: 72px;
    line-height: 98px;
    color: #f2f2f2;
    margin-bottom: 16px;
}

.home_bnr_img {
    margin-right: -150px;
}

.inner_text p {
    font-weight: normal;
    font-size: 18px;
    line-height: 32px;
    color: #f2f2f2;
    margin-bottom: 32px;
}

.bnr_btn {
    color: #fff;
    width: 230px;
    display: flex;
    align-items: center;
    position: relative;
}

.bnr_btn span {
    width: 48px;
}

.bnr_btn em {
    font-weight: bold;
    font-size: 14px;
    line-height: 18px;
    font-style: normal;
    letter-spacing: 1px;
    margin-left: auto;
}

.bnr_btn:after {
    position: absolute;
    content: "";
    height: 2px;
    background-color: #f2f2f2;
    width: 80px;
    left: 60px;
}

.bnr_btn:hover {
    color: #005fff;
}

/* market place */
.innr_bnr .row {
    align-items: center;
}

.innr_bnr {
    padding: 75px 0;
}

.innr_bnr .home_bnr_img {
    margin-right: 0px;
}

.market_sec {
    padding: 50px 0 70px;
}

.market_top {
    padding-bottom: 50px;
    display: flex;
    align-items: center;
    margin: 0 -18px;
    flex-wrap: wrap;
}

.srch_area {
    width: 50%;
    padding: 0 18px;
}

.srch_area .form-control {
    background-color: #FFFFFF;
    border: 1px solid #A5A5A5;
    border-radius: 8px;
    padding: 0 15px 0 70px;
    background-image: url("../images/srch_icon.png");
    background-position: left 20px center;
    background-repeat: no-repeat;
    background-size: 30px;
    height: 70px;
    line-height: 68px;
    font-size: 24px;
    font-weight: 400;
    color: #A5A5A5;
}

.srch_area .form-control:focus {
    box-shadow: none;
    outline: none;
}

.select_area {
    width: 50%;
    padding: 0 18px;
    display: flex;
    align-items: center;
    margin: 0 -18px;
    flex-wrap: wrap;
}

.select_div {
    width: 50%;
    padding: 0 18px;
}

.select_innr {
    position: relative;
    background-color: #FFFFFF;
    border: 1px solid #A5A5A5;
    border-radius: 8px;
    padding: 10px 20px;
    height: 70px;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

.select_innr label {
    margin-bottom: 0;
    color: #A5A5A5;
    font-size: 12px;
    font-weight: 500;
    line-height: 14px;
    width: 100%;
}

.select_box {
    width: 100%;
}

.select_box .dropdown-toggle {
    padding: 0;
    background-color: #fff;
    color: #A5A5A5;
    font-size: 24px;
    font-weight: 400;
    border: 0;
    border-radius: 0;
}

.select_box .btn-light:not(:disabled):not(.disabled).active,
.select_box .btn-light:not(:disabled):not(.disabled):active,
.select_box .show > .btn-light.dropdown-toggle {
    color: #A5A5A5;
    background-color: #fff;
}

.select_box .dropdown-toggle::after {
    margin-left: 0;
    vertical-align: 0;
    border: 0;
    position: absolute;
    top: 5px;
    right: 0;
    background-image: url("../images/dwn_arw.png");
    background-position: center center;
    width: 20px;
    height: 10px;
    background-repeat: no-repeat;
    background-size: 90%;
}

.tab_list ul {
    font-size: 0;
    display: flex;
    align-items: center;
    border-bottom: 1px solid #A5A5A5;
}

.tab_list ul li {
    margin-right: 30px;
}

.tab_list ul li:last-child {
    margin-right: 0;
}

.tab_list ul li a {
    color: #A5A5A5;
    font-size: 24px;
    line-height: 32px;
    font-weight: 500;
    padding-bottom: 18px;
    display: inline-block;
    transition: all 0.3s ease-in-out;
    position: relative;
}

.tab_list ul li a:hover,
.tab_list ul li.active a {
    color: #1F40CB;
}

.tab_list ul li a::after {
    content: "";
    position: absolute;
    bottom: -1px;
    left: 0;
    width: 0;
    height: 3px;
    background-color: #1F40CB;
    transition: all 0.3s ease-in-out;
}

.tab_list ul li a:hover::after,
.tab_list ul li.active a::after {
    width: 100%;
}

.tab_main {
    padding-top: 75px;
}

.tab_panel {
    display: none;
}

.tab_panel.show {
    display: block;
}

.tab_block {
    margin-bottom: 75px;
}

.tab_block:last-child {
    margin-bottom: 0;
}

.tab_hdng {
    margin-bottom: 55px;
}

.tab_hdng h2 {
    font-size: 32px;
    line-height: 32px;
    font-weight: 800;
    color: #000000;
}

.tab_row {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -8px;
}

.tab_box {
    width: 33.33%;
    padding: 0 8px;
    margin-bottom: 16px;
}

.tab_box:nth-last-child(-n+3) {
    margin-bottom: 0;
}

.tab_box_innr {
    padding: 30px 32px 85px;
    background-color: #1F40CB;
    box-shadow: 0px 4px 18px rgba(0, 0, 0, 0.25);
    border-radius: 8px;
}

.tab_box_hdng {
    text-align: center;
    padding-bottom: 50px;
    position: relative;
    margin-bottom: 40px;
}

.tab_box_hdng::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 77px;
    height: 3px;
    background-color: #fff;
}

.tab_box_hdng h4 {
    font-weight: 600;
    font-size: 24px;
    line-height: 32px;
    color: #FFFFFF;
}

.tab_box_content p {
    font-weight: 400;
    font-size: 18px;
    line-height: 32px;
    color: #FFFFFF;
}

/* market place */


/*------------------------14.02.2022 modify css------------------------*/

.explore-link span {

    padding-left: 5px;
}

.explore-link {

    text-transform: capitalize;
    color: #1C3AB8;
    margin-top: 60px;
    font-size: 12px;
    position: relative;
}

.explore-link::before {

    position: absolute;
    content: "";
    left: -7px;
    bottom: 0px;
    height: 2px;
    width: 72%;
    background-color: #1C3AB8;
    transform: scaleX(0);
    transform-origin: left;
    margin-left: 8px;
    transition: transform .4s linear;
}

.explore-link:hover::before {

    transform: scaleX(1);
    transform-origin: left;
}

.we-menu li {
    
    list-style: disc;
    color: #000;
}

.explore_link {
    font-weight: 500;
    font-size: 12px;
    line-height: 16px;
    color: #1c3ab8;
    position: relative;
}

.explore_link::before {

    position: absolute;
    content: "";
    left: -8px;
    bottom: -4px;
    height: 2px;
    width: 77%;
    background-color: #fff;
    transform: scaleX(0);
    transform-origin: left;
    margin-left: 8px;
    transition: transform .4s linear;
}

.explore_link:hover::before {
    transform: scaleX(1);
    transform-origin: left;
}

.explore_link span {
    margin-left: 10px;
}

.inner_text {
    
    margin-top: 25px;
}