/**CSS**/

* {box-sizing: border-box}

body { font-family: 'Montserrat', sans-serif; font-family: 'Poppins', sans-serif; font-size: 14px;}

img {max-width: 100%}

ul {list-style: none;padding: 0; margin: 0;}

a {text-decoration: none;}

.container {max-width: 1220px; padding: 0 15px}

/**HEADER CSS**/

.top-header {padding: 6px 0; background-color: #e2edfa; font-size: 14px; line-height: normal; border-bottom: 1px solid #ebebeb;}
.top-header-left{width: 100%;}
.top-header-left p{width: 26%; float: left; margin-top: 7px; color: #13287e; text-transform: capitalize; font-weight: 600; font-size: 15px; text-decoration: none;}
.top-header-left img{width: 100%; float: left; width:10%;}
.search-bar {width: auto; display: inline-flex; align-items: center;}

.search-bar .input-group {overflow: hidden; max-width: 255px; min-width: 255px; border: 2px solid #1e5296; border-radius: 32px; background: #FFF; border-right: 0;}

.search-bar .form-control {border-radius: 32px; padding: 15px; font-size: 14px; height: 45px; border: none; box-shadow: none; outline: 0;}

.input-group-append .input-group-text {height: 45px; background-color: #1e5296; border: none; width: 47px; border-radius: 100%; display: flex; align-items: center; justify-content: center; color: #fff; font-size: 20px; outline: 0;}

.search-bar .input-group .input-group-append {margin: 0 !important;}

.social-flex {gap: 20px; display: flex; justify-content: flex-end; align-items: center;}

.login-register {display: flex; gap: 35px;}

.login-register a {color: #13287e; text-transform: capitalize; font-weight: 600; font-size: 15px; transition: all ease 0.6s; text-decoration: none;}

.login-register a:hover {color: #ef9a12}

.social-icons {display: flex; gap: 8px;}

.social-icons a {position: relative; overflow: hidden; width: 40px; height: 40px; border-radius: 50%; box-shadow: 0 1px 18px -6px rgb(0 0 0 / 18%); opacity: 0.99; background: #fff; display: flex; align-items: center; justify-content: center; font-size: 20px; text-decoration: none;}

.facebook {color: #3b5998;}

.you-tube {color: #dc4a38;}

.instagram {color: #ba417f;}

.twitter {color: #3cf;}

.whats-app {color: ##1bd741;}

.social-icons a, .social-icons a:before, .social-icons a .fa {transition: all 0.35s; transition-timing-function: cubic-bezier(0.31, -0.10, 0.43, 1.59);}

.social-icons a:before {top: 90%; left: -110%;}

.social-icons a:before {content: ''; width: 120%; z-index: -1; height: 120%; position: absolute; -webkit-transform: rotate(45deg); transform: rotate(45deg);}

.social-icons a:focus:before, .social-icons a:hover:before {top: -10%; left: -10%;}

.social-icons a:hover i {color: #fff; -webkit-transform: scale(1); transform: scale(1);}

.social-icons .facebook:before {background: #3b5998;}

.social-icons .you-tube:before {background: #dc4a38;}

.social-icons .instagram:before {background: #ba417f;}

.social-icons .twitter:before {background: #3cf;}

.social-icons .whats-app:before {background: #1bd741;}

.bottom-header {padding: 10px 0; position: relative; border-bottom: 1px solid rgba(255,255,255,.2);}

.bottom-header.sticky {box-shadow: 0 0 30px rgb(0 0 0 / 10%); position: fixed; top: 0; left: 0; right: 0; width: 100%; background: #fff; z-index: 10; animation-delay: 100ms; -webkit-animation-duration: 1s; animation-duration: 1s; -webkit-animation-delay: 100ms; -webkit-animation-name: slideInDown; animation-name: slideInDown;}

.animated {-webkit-animation-duration: 3s; animation-duration: 3s; -webkit-animation-delay: 500ms; animation-delay: 500ms;}

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

.menu-bar .apply-now {padding: 0;}

/**MARQUEE CSS**/

.marquee-section {background: #1e5296; width: 100%; padding: 4px 0; height: 34px; display: flex; align-items: center;}

.marquee-section .brak-box { display: flex; align-items: center; width: 100%;}

.brak-box ul {display: flex; align-items: center; gap: 20px;}

.brak-box ul .dot {padding: 5px; background: #ffaa30; border-radius: 50%; display: inline-block; margin-right: 10px;}

.brak-box ul li {color: #fff;}

/**banner-section**/

.axisa-banner-section {background: #d9e6f6;}

.banner-content-main {padding: 60px 20px;  max-width: 700px;}

.banner-content-main h1 {color: #1E5296;font-size: 40px;font-weight: 700;font-style: italic;font-family: var(--bs-body-font-family);margin: 0 0 30px 0;}

.banner-content-main ul {margin: 75px 0 0; list-style: none; padding: 0; display: flex; flex-direction: column; gap: 15px;}

.banner-content-main ul li {display: flex; align-items: center; gap: 10px;}

.banner-content-main ul li p {margin: 0; font-weight: bold; font-size: 18px;}

.banner-content-main ul li img {width: 23px; height: 28px; object-fit: cover;}

.customer-service {text-align: center;}

.customer-service img {min-width: 70%; max-width: 64%;}
.asured-image img {max-width: 72%;}

.banner-content-main ul li:last-child p{text-transform: uppercase;}

.apply-now {width: 100%; display: inline-block; padding: 40px 0 0;}

.apply-now .btn {background: #1E5296; color: #fff; font-size: 16px; min-width: 150px; padding: 10px; display: inline-flex; align-items: center; justify-content: center; transition-duration: .3s;}



.apply-now .btn:hover {background: #dfe8f3; color: #1E5296;}

/**WHY CHOOSE**/


.why-choose-section {padding: 80px 0;}

.header-section {margin: 0 0 50px 0;}

.header-section h2 {text-align: center; font-weight: bold; color: #1E5296;}

.header-section p {text-align: center; font-size: 18px; max-width: 800px; margin: 0 auto;}

.choose-card {overflow: hidden; background: #FFFFFF 0% 0% no-repeat padding-box; border: 1px solid #DDDDDD; border-radius: 6px; display: flex; flex-direction: column; justify-content: center; align-items: center; padding: 15px; min-height: 190px; cursor: pointer; position: relative; transition-duration: .3s;}

.choose-front {text-align: center; display: flex; flex-direction: column; gap: 10px;}

.choose-front img {max-width: 80px;}

.choose-front h4 {color: #3B4247; font-style: normal; font-size: 16px; font-weight: normal; margin: 0;}

.choose-back {transition-duration: .3s; opacity: 0; visibility: hidden; position: absolute; top: -100%; padding: 20px; height: 100%; width: 100%; background: #97144D; display: flex; align-items: center; justify-content: center; color: #fff; text-align: center;}

.choose-back p {margin: 0; color: #fff;}

.choose-card:hover .choose-back {opacity: 1; visibility: visible; z-index: 1; top: 0}

.programme-layout {display: flex; justify-content: center; }

.layout-part {display: flex; flex-direction: column; text-align: center; width: 25%;}

.layout-icon {width: 80px; height: 80px; border: 3px dashed #97144D; border-radius: 100%; padding: 10px;}

.layout-icon-list {display: flex; justify-content: center; flex-direction: column; align-items: center; position: relative}

.layout-part {display: flex; flex-direction: column; text-align: center}

.layout-icon-content p {margin: 0;}

.middle-dots {height: 50px; border: 2px dashed #97144D; width: 2px;}

.bottom-border {width: 100%; background: #97144D; height: 3px;}

.layout-icon-content {padding: 20px 10px;}

.layout-icon-content h3 {font-size: 20px; font-weight: 600}

.layout-icon-list:before {content: ""; width: 20px; height: 20px; background: #97144D; position: absolute; bottom: -10px; border-radius: 100%;}

.program-struct-section {padding: 80px 0;}

.program-list {display: flex; justify-content: center;}

.program-list ul {gap: 15px; width: auto; list-style: none; margin: 0 auto; display: inline-flex; flex-direction: column; justify-content: center; padding: 10px;}

.program-list ul li {background: #fbe2ef; padding: 10px 20px; border-left: 4px solid #97144D; color: #97144D; font-size: 18px;}

.asured-content h3 {margin: 28px 0; font-weight: bold; font-size: 25px;}

.asured-content p {display: flex; align-items: flex-start; gap: 10px; font-size: 18px;}

.asured-content p img {max-width: 30px;}

.asured-section {padding: 80px 0 0;}

.asured-image{text-align: center;}

.asured-image img {min-width: 70%;}

/**METHODLOGY_AND HIRED SECTION**/

.methodlogy-section {padding: 120px 0;}

.methodlogy-image {text-align: center;}


.candidate-hired-section {padding: 120px 0; background: #f2f2f2;}

.logos-grid {display: flex; flex-wrap: wrap; gap: 20px 4%; justify-content: center;}

.logos-grid .logos-item {width: 16%;}

.logos-bg img {width: auto; height: 100px; object-position: center center; object-fit: contain; float: left;}

.logos-bg {box-shadow: 0 0 4px 0 #ddd; width: 100%; max-height: 100px; min-height: 100px; background: #fff; display: flex; justify-content: center; padding: 14px; border-top-right-radius: 32px;align-items: center; background: #f2f2f2;}

.logos-bg.bg-4 {background: #e03337;}

.logos-bg.bg-1 {background: #ac165d;}

.logos-bg.bg-8 {background: #9f3339;}

.logos-bg.bg-9, .logos-bg.bg-13, .logos-bg.bg-5 {background: #fff;}

/**TESTIMONIALS SECTION CSS**/

.owl-carousel-two .owl-stage-outer,  .owl-carousel-three .owl-stage-outer{position: relative; overflow: hidden; -webkit-transform: translate3d(0,0,0);}

.owl-carousel-two.owl-drag .owl-item, .owl-carousel-three.owl-drag .owl-item {-ms-touch-action: pan-y; touch-action: pan-y; -webkit-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none;}

.owl-carousel-two .owl-item, .owl-carousel-three .owl-item {min-height: 1px; float: left; -webkit-backface-visibility: hidden; -webkit-touch-callout: none;}

.owl-theme .owl-dots {display: none}

.owl-carousel-two.owl-theme .owl-nav button.owl-next, .owl-carousel-two.owl-theme .owl-nav button.owl-prev, .owl-carousel-two.owl-theme button.owl-dot, .owl-carousel-three.owl-theme .owl-nav button.owl-next, .owl-carousel-three.owl-theme .owl-nav button.owl-prev {width: 40px; height: 40px; background: #1e5296; border-radius: 32px; box-shadow: 0 1px 8px 0px rgb(0 0 0 / 18%); display: inline-flex; align-items: center; justify-content: center; border: none;}


.owl-carousel-two.owl-theme .owl-nav {margin-top: 40px;}
.owl-carousel-three.owl-theme .owl-nav {margin-top: 20px;}

/*.testimonials {background: url(https://ifmfincoach.com/banking-training-jobs/images/testi_bg.jpg); background-position: center; background-repeat: no-repeat; background-size: cover;}*/
.testimonials {background: url(https://ifmfincoach.co.in/retailbankingjobs/img/program-bg.jpg); background-position: center; background-repeat: no-repeat; background-size: cover;}
.testimonials h2 {color: #fff;}

.testimonials .card-team, .testimonials .card-team a {flex-direction: row; align-items: flex-start;}

.testimonials .card-team {background: rgba(255,255,255,0.95);}

.testimonials .card-team .person-bio {margin: 0; text-align: left; padding-left: 0px; min-height: 150px; color: #000; font-size: 16px;}
.person-bio_profile img {height: 40px; object-fit: contain;}
.testimonials .owl-theme .owl-dots {display: block; margin: 40px 0 0 0;}
.testimonials .owl-carousel-three.owl-theme .owl-dots {display: none; margin: 40px 0 0 0;}

.testimonials .owl-theme .owl-nav {display: block;}

.testimonials .owl-theme .owl-dots button.owl-dot {background: transparent; box-shadow: none; width: auto; height: auto; padding: 0;}

.testimonials .owl-theme .owl-dots .owl-dot span {width: 30px; height: 3px; border-radius: 0; margin: 0 6px;}

.testimonials .owl-theme .owl-dots .owl-dot.active span {background: #1e5296;}

.common-section {padding: 80px 0;}
.active.fade-bottom {
    animation: fade-bottom 1s ease-in;
}

.reveal.active {
    opacity: 1;
}

.heading-main h2 {
    text-align: center;
    font-weight: 600;
    position: relative;
    width: auto;
    margin: 0 auto;
    margin-bottom: 50px;
    display: table;
    padding: 10px 0;
}

.owl-carousel-three .owl-stage-outer {
    -webkit-mask-image: linear-gradient(to right, transparent, black 5%, black 95%, transparent);
}
.owl-carousel-three .item {
    padding-top: 60px;
}

.card-team.team_card_cstm {
    border-radius: 30px;
    min-height: 320px;
    padding-top: 70px;
    box-shadow: 0px 2px 8px rgb(0 0 0 / 15%);
}
.card-team {
    padding: 20px;
    display: flex;
    justify-content: center;
    border-top: 4px solid #ffaa30;
}
.card-team a {
    justify-content: center;
    color: #212529;
    display: flex;
    text-decoration: none;
    line-height: normal;
}
.cstm_card_testimonial {
    flex-direction: column !important;
    gap: 20px !important;
    position: relative;
}
.card_cstm_team {
    position: absolute;
    display: flex;
    width: 100%;
    justify-content: center;
    top: -120px;
}
.card_cstm_team .card-img {
    border-radius: 100%;
    overflow: hidden;
    height: 100px;
    border: 4px solid #ffaa30;
}
.card-img {
    width: 100px;
}
.card_cstm_team .card-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.testimonials .card-team .person-bio {
    margin: 0;
    text-align: left;
    padding-left: 0px;
    min-height: 150px;
    color: #000;
    font-size: 16px;
}
.person-bio {
    width: 100%;
}
.person_bios_main p {
    text-align: center;
}
.person-bio p {
    margin: 0;
    min-height: 35px;
}
.person-bio_profile {
    padding-top: 20px;
    text-align: center;
}
.person-bio_profile h4 {
    color: #ffaa30;
    font-size: 18px;
}
.card-team h4 {
    text-decoration: none;
    font-size: 15px;
    font-weight: 600;
}
.owl-theme .owl-nav button span {
    position: relative;
    top: -3px;
    font-size: 40px;
    color: #fff;
    line-height: normal;
}


