body {
    margin: 0;
    padding: 0;
    font-family: "Lato", sans-serif;
    font-size: 16px;
    overflow-x: hidden;
}

/*
Primary color: #071e70
Secondary color: #39b7e6
*/

/*------------------------------------------------------------
	Global
------------------------------------------------------------*/

h1,
h2,
h5,
h6 {
    color: #083150;
}

h3,
h4 {
    color: #083150;
    font-weight: 700;
}

p {
    color: #2d2c2c;
}

a:hover {
    text-decoration: none;
}

li {
    list-style-type: none;
}

.c-btn {
    background-color: #ef3f23;
    color: #fff;
    padding: 0.5rem 2rem;
    border: none;
}

.c-btn:hover {
    color: #fff;
    background-color: #04113e;
}

.mr0 {
    margin: 0;
}

.pd0 {
    padding: 0;
}

.mrt10 {
    margin-top: 10px;
}

.mrt20 {
    margin-top: 20px;
}

.mrt30 {
    margin-top: 30px;
}

.mrt40 {
    margin-top: 40px;
}

.mrb10 {
    margin-bottom: 10px;
}

.mrb20 {
    margin-bottom: 20px;
}

.mrb30 {
    margin-bottom: 30px;
}

.mrb40 {
    margin-bottom: 40px;
}

.pdt10 {
    padding-top: 10px;
}

.pdt20 {
    padding-top: 20px;
}

.pdb10 {
    padding-bottom: 10px;
}

.pdb20 {
    padding-bottom: 20px;
}

.section-entry {
    padding: 4rem 0;
}

.section-entry1 {
    padding: 3rem 0;
}

.page-section {
    padding: 3rem 0;
}

.br10 {
    border-radius: 10px;
}

.br30 {
    border-radius: 0 30px 30px 0;
}


.relative {
    position: relative;
}

.width100 {
    width: 100%;
}

.txtct {
    text-align: center;
}

.txtrt {
    text-align: right;
}

.txtupr {
    text-transform: uppercase;
}

.dflex {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
}

.section {
    transition: all 1s ease;
}

.section-hidden {
    opacity: 0;
    transform: translateY(8rem);
}

/*------------------------------------------------------------
	Components
------------------------------------------------------------*/

/* Modal */
.nav-item-modal {
    display: flex;
    align-items: center;
}

.nav-link.c-btn {
    color: #fff !important;
    line-height: unset;
    padding: 0.5rem 1rem !important;
}

.digi-modal {
    width: 500px;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    padding: 5rem;
    box-shadow: 0 4rem 6rem rgba(0, 0, 0, 0.3);
    z-index: 10000;
    transition: all 0.5s;
    background-color: #fff;
}

.digi-modal-overlay {
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.5);
    backdrop-filter: blur(4px);
    z-index: 100;
    transition: all 0.5s;
}

.btn-close-modal {
    font-family: inherit;
    color: inherit;
    position: absolute;
    top: 0.5rem;
    right: 2rem;
    font-size: 4rem;
    cursor: pointer;
    border: none;
    background: none;
}

.hidden {
    opacity: 0;
    visibility: hidden;
}


/*-------------------------------------------------------------
	Navbar
-------------------------------------------------------------*/

.navbar {
    background-image: linear-gradient(#ef3f23, #f26d22);
}

.navbar-light .navbar-toggler-icon {
    background-image: url(../img/toggler.png);
}


.logo-img {
    width: 91px;
    position: absolute;
    z-index: 999;
    margin-top: -50px;
    background-color: #ffffff;
}

.nav-item {
    padding-left: 18px;
}

.nav-link {
    color: #fff !important;
    line-height: 50px;
    font-weight: 600;
}

.nav-link:hover {
    color: rgb(0, 0, 0) !important;
}

.customNav {
    animation: navSlide 1s ease forwards;
    background-color: #fff !important;
    -webkit-box-shadow: 0 2px 16px 7px rgba(0, 0, 0, 0.2);
    box-shadow: 0 2px 16px 7px rgba(0, 0, 0, 0.2);
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    z-index: 1030;
}

@keyframes navSlide {
    0% {
        transform: translateY(-100%);
    }

    100% {
        transform: translateY(0%);
    }
}

.dropdown-nav {
    position: relative;
}


/*---------------------------------------------------------------------------------------------------------------------
	Carousel
---------------------------------------------------------------------------------------------------------------------*/

.myCarouselCaption {
    right: 50%;
    bottom: 50%;
    transform: translateY(50%);
    left: 10%;
    color: #000;
    text-align: left;
}

.myCarouselCaption h5 {
    font-size: 40px;
    text-transform: uppercase;
    font-weight: 600;
}

.myCarouselCaption p {
    padding-right: 100px;
}

/*---------------------------------------------------------------------------------------------------------------------
	Owl-corousal
--------------------------------*/

.owl-prev span,
.owl-next span {
    color: red;
    font-size: 20px;
    display: none;
}



/*---------------------------------------------------------------------------------------------------------------------
	Home
---------------------------------------------------------------------------------------------------------------------*/

.main-wrapper {
    position: relative;
    overflow: hidden;
    /* margin-top: 88px; */
}

.hma-ab-box h4 {
    color: #ef3f23;
}

.hma-ab-box h4::before {
    content: "";
    position: absolute;
    height: 12px;
    width: 14px;
    background-color: #e31e24;
    top: -27px;
    left: 6px;
}

.hma-ab-box h4::after {
    content: "";
    position: absolute;
    height: 12px;
    width: 14px;
    background-color: #083150;
    left: 20px;
    top: -15px;
}

.mb2 {
    margin-bottom: 1.5rem;
}

.d-imgtext-inner-cover {
    height: 100%;
}

.d-imgtext-img-cover {
    background-image: url('../img/office.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.d-imgtext-link-wrap {
    margin-top: 2rem;
}

.card-wrap {
    margin-bottom: 2rem;
}

.gsupport-inner-cover {
    height: 100%;
    background-color: #efefef;
    padding: 1rem;
    text-align: center;
}

.gsupport-icon-wrap {
    padding: 1.5rem;
}

.gsupport-icon-wrap i {
    font-size: 50px;
    color: #fac952;
}

.t-itcard-inner-cover {
    position: relative;
    height: 100%;
    background-color: #f5f5f5
}

.t-itcard-body-wrap {
    background-color: #f5f5f5;
    padding: 1rem 1.5rem 4rem;
}

.t-itcard-title-wrap {
    padding: 0.5rem;
}

.t-itcard-title {
    text-align: center;
}

.t-itcard-text {
    text-align: center;
}

.t-itcard-footer-wrap {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #f5f5f5;
    text-align: center;
    padding: 1rem;
}


.service-box {
    background-color: #fff;
    padding: 30px;
    text-align: center;
    border-radius: 10px;
}

.service-icon-box {
    margin-top: -60px;
}

.service-icon-box i {
    background-color: #ef3f23;
    color: #fff;
    border-radius: 50%;
    height: 60px;
    width: 60px;
    line-height: 60px;
    text-align: center;
    font-size: 29px;
}

.service-txt-box {
    margin-top: 15px;
}

.mrt65 {
    margin-top: 65px
}

.hm-services-wrapper {
    background-image: url(../img/home-bg.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    background-color: #00000078;
    background-blend-mode: overlay;
}

.value-txt-box {
    background-color: #fff;
    padding: 58px;
    box-shadow: rgba(50, 50, 93, 0.25) 0px 2px 5px -1px, rgba(0, 0, 0, 0.3) 0px 1px 3px -1px;
    border-radius: 10px;
}

.why-us-wrapper {
    display: flex;
    align-items: center;
}

.why-us-heading h2 {
    color: #093252;
    font-size: 39px;
    background-color: white;
    border-radius: 0 45px;
    padding: 2px 18px;
    margin-top: 18px;
}

.why-us-paragraph p {
    color: #fff;
}

.why-us-heading h2::before {
    content: "";
    position: absolute;
    height: 12px;
    width: 14px;
    background-color: #e31e24;
    top: 0px;
    left: 6px;
}

.why-us-heading h2::after {
    content: "";
    position: absolute;
    height: 12px;
    width: 14px;
    background-color: #fff;
    left: 20px;
    top: 13px;
}

/*///////// commitment///////*/

.chart-home-2 {
    margin-top: 32px;
}

.chart-2 {
    margin-top: 40px;
    overflow: hidden;
}

.chart-2 {
    max-width: 570px;
}

.chart-home-2 .chart-h-item {
    margin-bottom: 7px;
}

.chart-h-item {
    margin-bottom: 30px;
    overflow: hidden;
    position: relative;
}

.percent-h {
    position: absolute;
    top: 6px;
    color: #333;
    font-size: 13px;
}

.chart-2 .label {
    color: #555;
    font-size: 13px;
    margin-bottom: 15px;
    display: block;
    color: #666666;
    text-align: left;
    padding: 0;
    font-weight: 800;
    letter-spacing: 1px;
}

.progress-bar {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-pack: center;
    justify-content: center;
    overflow: hidden;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    background-color: #ef3f23;
    transition: width .6s ease;
}

.commit-box {
    display: flex;
    justify-content: center;
}

.form-wrapper {
    background-image: url(../img/contact-bg.jpg);
    background-repeat: no-repeat;
    background-position: right;
    background-size: cover;
    background-blend-mode: overlay;
    background-color: #00000036;
    background-attachment: fixed;

}

.form-box {
    background-color: #fff;
    padding: 30px;
    border-radius: 10px;
}

.form-box h4 {
    color: #083150;
    margin-bottom: 5px;
    font-weight: 500;
    font-size: 33px;
}

.hm-form-btn a {
    background-color: #ef3f23;
    color: #fff;
    padding: 10px 30px;
    font-weight: 600;
    border-radius: .25rem;
}

.commit-txt-box h4 {
    color: #ef3f23;
}

.commit-txt-box h4::before {
    content: "";
    position: absolute;
    height: 12px;
    width: 14px;
    background-color: #e31e24;
    top: -27px;
    left: 6px;
}

.commit-txt-box h4::after {
    content: "";
    position: absolute;
    height: 12px;
    width: 14px;
    background-color: #083150;
    left: 20px;
    top: -15px;
}

.commit-txt-box ul {
    padding: 0;
    line-height: 42px;
}

.commit-txt-box ul li i {
    color: #ef3f23;
    font-size: 18px;
}

.form-box h4::before {
    content: "";
    position: absolute;
    height: 12px;
    width: 14px;
    background-color: #e31e24;
    top: 23px;
    left: 38px;
}

.form-box h4::after {
    content: "";
    position: absolute;
    height: 12px;
    width: 14px;
    background-color: #083150;
    left: 25px;
    top: 12px;
}

.heading-box {
    text-align: center;
}

.heading-box h4 {
    color: #ef3f23;
}

.heading-box p {
    color: #083150;
    font-size: 20px;
}



/*---------------------------------------------------------------------------------------------------------------------
	About
---------------------------------------------------------------------------------------------------------------------*/

.page-nav-wrap {
    padding: 1rem 0;
}

.page-nav-section {
    text-align: center;
}

.page-nav-link {
    display: block;
    border: 1px solid #071e70;
    padding: 0.5rem 1rem;
    color: #071e70;
    font-weight: 600;
    font-size: 18px;
}

.service-wrapper {
    background-color: #eeeeee;
}

.service-test-box {
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
    padding: 10px;
    background-color: #fff;
}

.service-txt-box {
    padding: 10px;
    text-align: center;
}







.testimonials-wrapper {
    background-image: url(../img/testimonials-background.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;

}

.test-box p {
    text-align: center;
    color: #fff;
}

.test-img-box img {
    border-radius: 50%;
}

.test-img-box {
    display: flex;
    justify-content: center;
}

.test-txt-box h5 {
    text-align: center;
    color: #fff;
}

.icon-box {
    display: flex;
    justify-content: end;
    margin-top: -30px;
}

.icon-box i {
    color: #fff;
    font-size: 35px;
}

.test-img-box img {
    border-radius: 50%;
}

.test-img-box img {
    width: 120px !important;
}





/*---------------------------------------------------------------------------------------------------------------------
	Products
---------------------------------------------------------------------------------------------------------------------*/
/*
.loan-list li::before {
    position: absolute;
    content: '\f054';
    font-family: 'Font Awesome 5 free';
    font-weight: 600;
    left: 0;
    color: #d31c21;
}*/

.loan-list {
    padding: 0;
}

.loan-list li {
    line-height: 50px;
    color: #7a7a7a;

}

.home-big-box {
    display: flex;
    align-items: baseline;
}

.home-icon-box i {
    font-size: 20px;
    color: #f04c22;
}

.home-txt-box {
    margin-left: 15px;
}


.service-form-box {
    background-color: #eeeeee;
    padding: 30px;
    border-radius: 10px;
}





/*---------------------------------------------------------------------------------------------------------------------
	Contact
---------------------------------------------------------------------------------------------------------------------*/

#mail-msg-alert {
    margin-bottom: 3rem;
}

#mail-msg-alert button.btn {
    display: table;
    margin: 0 auto;
}

#mail-msg {
    color: #fff;
}

#mail-msg:hover {
    text-decoration: none;
}




.contact-box {
    background-color: #eeeeee;
    padding: 30px;
    border-radius: 30px;
}

.contact-title {
    text-align: center;
}

.contact-form-wrap p {
    text-align: center;
}

.hm-choose-box {
    display: flex;
}

.hm-choose-txt-box p {
    color: #000;
    font-weight: 700;
}

.hm-choose-img-box i {
    background-color: transparent;
    color: #f04d23;
    padding: 20px;
    font-size: 30px;
    border: 1px solid;
}

.hm-choose-txt-box {
    margin-left: 20px;
}

.hm-about-box span {
    color: #f04d23;
    font-size: 25px;
    font-weight: 700;
}

.hm-choose-txt-box a {
    color:#000;
    
}

/*---------------------------------------------------------------------------------------------------------------------
	Footer
---------------------------------------------------------------------------------------------------------------------*/


.footer-logo img {
    width: 195px;
}

.top-footer-wrapper {
    position: relative;
}

.scroll-top {
    position: absolute;
    top: 5px;
    right: 20px;
    color: #fff !important;
    cursor: pointer;
}

.scroll-top:hover {
    color: #f7f7f7 !important;
}

.bottom-footer-wrapper {
    background-color: #eee;
    padding: 1rem 0;
}

.footer-copyright-text {
    margin-bottom: 0;
    text-align: center;
    font-size: 0.85rem;
    color: #2a2a2a;
}

.creator-link {
    color: #1a1a1a;
    font-size: 17px;
    font-weight: 700;
}

.creator-link:hover {
    color: #083150;
}

.footer-wrapper {
    background-color: #eeeeee82;

}

.foot-para {
    color: #fff;
    margin-top: 16px;
}

.list-text h6 {
    font-size: 20px;
    font-weight: 600;
    color: #191919;
    text-transform: uppercase;
}

.list-text li a {
    color: #000;
    font-weight: 500;
}

.list-text {
    line-height: 33px;
}

.footer-social-list li i {
    color: #ef3f23;
    width: 35px;
    height: 35px;
    font-size: 23px;
    border-radius: 50%;
    line-height: 35px;
    transition: all 0.3s;
    background: transparent;
}

.footer-social-list {
    margin-bottom: 0;
    display: flex;
}

.list-text i {
    color: #070707;
}

.goog-te-gadget .goog-te-combo {
    margin: 26px 0 !important;
}


/* Management */

.management-card {
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
   margin-bottom: 2rem;
    height: 100%;
}

.management-card-img {
    display: flex;
    justify-content: center;
}

.team-info-box {
    margin-bottom: 30px;
}

.team-info-box:nth-child(even) .flex-reverse {
    flex-direction: row-reverse;
}

.flex-reverse {
    align-items: center;
}

.team-info-box {
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #f2f2f2;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;

}

.our-team-text-inner {
    padding: 25px 20px;
    text-align: center;
}

.mrt50 {
    margin-top: 50px;
}

.our-team-title h4 {
    color: #ef3f23;
    font-weight: 700;
}

.our-team-sm-title h6 {
    font-size: 20px;
    font-weight: 500;
}

.social-links-director span a i {
    font-size: 25px;
    color: #00006d;
    border-radius: 50%;
    padding: 5px;
}

.hm-form-btn button{
    background-color: #f05122;
    color: #fff;
    padding: 9px 35px;
    border: none;
    border-radius: 4px;
}

/* career */
.career-head-box {
    text-align: center;
}

.career-head-box h2 {
    color: #f05a22;
}

.nav-pills .nav-link.active,
.nav-pills .show>.nav-link {
    color: #fff !important;
    background-color: #f05a22;
    line-height: 30px;
    font-weight: 600;
}

.nav-pills .nav-link {
    border-radius: 0.25rem;
    border: solid 2px #f04a23;
    color: #424242 !important;
    font-weight: 600;
    line-height: 30px;
    margin-right: 16px;
}

.career-card {
    background-color: #f5f5f5;
    height: 100%;
    padding: 20px;
    border-radius: 15px;
    box-shadow: 0 2px 6px -1px rgba(0, 0, 0, 0.2);
}

.job-listing {
    display: flex;
    justify-content: space-between;
    margin-bottom: 50px;
    border-bottom: solid 1px #1254a0;
    background-color: #0000000d;
    padding: 20px 30px;
}

.job-title {
    font-weight: 800;
    font-size: 35px;
    color: #1254a9;
    width: 33.33333%;
}

.job-title a {
    color: #1254a9;
}

.apply-btn a {
    font-size: 26px;
    color: #000;
    font-weight: 400;
}

.job-location {
    width: 33.33333%;
}
.job-loaction span {
    font-size:18px;
}

.job-location i {
    color: red;
}

.c-form-wrap {
    padding-top: 4rem;
}

.btn-wrap {
    padding-top: 7px;
}

.career-btn {
    background-color: #e31e24;
    color: #fff;
    margin-top: 21px;
    padding: 10px 40px;
}

.career-btn:hover {
    color: #fff;
}