* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    font-family: 'Georgia', serif;
    font-size: 16px;
}

.wrap_padding {
    position: relative;
    padding-top: 50px;
    padding-bottom: 80px;
}

.logo img {
    max-width: 100px;

}

.main-header {
    position: absolute;
    width: 100%;
    z-index: 999;
}
.collapse a {
    font-size: 15px;
    position: relative;
    display: block;
    color:#C71B28;
    line-height: 30px;
    text-transform: capitalize;
    letter-spacing: 1px;
    opacity: 1;
    font-weight: 600;
    transition: all 500ms ease;
    font-family: 'Roboto Slab', serif;
}

.collapse li {
    padding-right: 15px;
}

.navbar-nav .nav-link.active,
.navbar-nav .nav-link.show,.navbar-nav .nav-link:hover {
    color: #F4B41A;
}

.dropdown-menu {
    display: none;
}.dropdown-item.active, .dropdown-item:active {
    color: #F4B41A;
    text-decoration: none;
    background-color: aliceblue;
}
.owl-carousel .owl-nav button.owl-next, .owl-carousel .owl-nav button.owl-prev, .owl-carousel button.owl-dot {
    background: 0 0;
    color: inherit;
    border: none;
    padding: 0!important;
    font: inherit;
    background: white;
    width: 50px;
    height: 50px;
    border-radius: 50%;
}

.dropdown:hover .dropdown-menu {
    display: block;
}

.dropdown-menu {
    --bs-dropdown-padding-y: 1rem;
    border: none;
    border-radius: none;
}

.dropdown-menu a {
    font-size: 13px;
    font-weight: 500;
    margin-bottom: 4px;
    color: black;
}
.navbar {
     --bs-navbar-padding-x: 5px;
     --bs-navbar-padding-y: 5px; 
    --bs-navbar-color: rgba(var(--bs-emphasis-color-rgb), 0.65);
    --bs-navbar-hover-color: rgba(var(--bs-emphasis-color-rgb), 0.8);
    --bs-navbar-disabled-color: rgba(var(--bs-emphasis-color-rgb), 0.3);
    --bs-navbar-active-color: rgba(var(--bs-emphasis-color-rgb), 1);
    --bs-navbar-brand-padding-y: 0.3125rem;
    --bs-navbar-brand-margin-end: 1rem;
    --bs-navbar-brand-font-size: 1.25rem;
    --bs-navbar-brand-color: rgba(var(--bs-emphasis-color-rgb), 1);
    --bs-navbar-brand-hover-color: rgba(var(--bs-emphasis-color-rgb), 1);
    --bs-navbar-nav-link-padding-x: 0.5rem;
    --bs-navbar-toggler-padding-y: 0.25rem;
    --bs-navbar-toggler-padding-x: 0.75rem;
    --bs-navbar-toggler-font-size: 1.25rem;
    --bs-navbar-toggler-icon-bg: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%2833, 37, 41, 0.75%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
    --bs-navbar-toggler-border-color: rgba(var(--bs-emphasis-color-rgb), 0.15);
    --bs-navbar-toggler-border-radius: var(--bs-border-radius);
    --bs-navbar-toggler-focus-width: 0.25rem;
    --bs-navbar-toggler-transition: box-shadow 0.15s ease-in-out;
    position: relative;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    padding: var(--bs-navbar-padding-y) var(--bs-navbar-padding-x);
}
.dropdown-item {
    display: block;
    width: 100%;
    padding: var(--bs-dropdown-item-padding-y) var(--bs-dropdown-item-padding-x);
    clear: both;
    font-weight: 400;
    color: var(--bs-dropdown-link-color);
    text-align: inherit;
    text-decoration: none;
    white-space: nowrap;
    background-color: transparent;
    border: 0;
    border-radius: none;
    transition: .3s;
}
.btn-secondary {
    --bs-btn-color: #fff;
    --bs-btn-bg: #C71B28;
    --bs-btn-border-color: #6c757d;
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: #F4B41A;
    --bs-btn-hover-border-color: #565e64;
    --bs-btn-focus-shadow-rgb: 130,138,145;
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: #565e64;
    --bs-btn-active-border-color: #51585e;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #fff;
    --bs-btn-disabled-bg: #6c757d;
    --bs-btn-disabled-border-color: #6c757d;
}
.btn {
    --bs-btn-padding-x: 0.75rem;
    --bs-btn-padding-y: 0.375rem;
    --bs-btn-font-family: ;
    --bs-btn-font-size: 1rem;
    --bs-btn-font-weight: 400;
    --bs-btn-line-height: 1.5;
    --bs-btn-color: white;
    --bs-btn-bg:#C71B28;
    --bs-btn-border-width: var(--bs-border-width);
    --bs-btn-border-color: transparent;
    --bs-btn-border-radius: var(--bs-border-radius);
    --bs-btn-hover-border-color: transparent;
    --bs-btn-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15),0 1px 1px rgba(0, 0, 0, 0.075);
    --bs-btn-disabled-opacity: 0.65;
    --bs-btn-focus-box-shadow: 0 0 0 0.25rem rgba(var(--bs-btn-focus-shadow-rgb), .5);
    display: inline-block;
    padding: var(--bs-btn-padding-y) var(--bs-btn-padding-x);
    font-family: var(--bs-btn-font-family);
    font-size: var(--bs-btn-font-size);
    font-weight: var(--bs-btn-font-weight);
    line-height: var(--bs-btn-line-height);
    color: var(--bs-btn-color);
    text-align: center;
    text-decoration: none;
    vertical-align: middle;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    border: var(--bs-btn-border-width) solid var(--bs-btn-border-color);
    border-radius: var(--bs-btn-border-radius);
    background-color: var(--bs-btn-bg);
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}

.dropdown-menu {
    --bs-dropdown-zindex: 1000;
    --bs-dropdown-min-width: 10rem;
    --bs-dropdown-padding-x: 0;
    --bs-dropdown-padding-y: 15px;
    --bs-dropdown-font-size: 1rem;
    --bs-dropdown-color: var(--bs-body-color);
    --bs-dropdown-bg: white;
    --bs-dropdown-border-color: var(--bs-border-color-translucent);
    --bs-dropdown-border-radius: var(--bs-border-radius);
    --bs-dropdown-border-width: none;
    --bs-dropdown-inner-border-radius: calc(var(--bs-border-radius) - var(--bs-border-width));
    --bs-dropdown-divider-bg: var(--bs-border-color-translucent);
    --bs-dropdown-divider-margin-y: 0.5rem;
    --bs-dropdown-box-shadow: var(--bs-box-shadow);
    --bs-dropdown-link-color: var(--bs-body-color);
    --bs-dropdown-link-hover-color: var(--bs-body-color);
    --bs-dropdown-link-hover-bg: var(--bs-tertiary-bg);
    --bs-dropdown-link-active-color: #fff;
    --bs-dropdown-link-active-bg: #0d6efd;
    --bs-dropdown-link-disabled-color: var(--bs-tertiary-color);
    --bs-dropdown-item-padding-x: 1rem;
    --bs-dropdown-item-padding-y: 0.25rem;
    --bs-dropdown-header-color: #6c757d;
    --bs-dropdown-header-padding-x: 1rem;
    --bs-dropdown-header-padding-y: 0.5rem;
    position: absolute;
    z-index: var(--bs-dropdown-zindex);
    display: none;
    min-width: var(--bs-dropdown-min-width);
    padding: var(--bs-dropdown-padding-y) var(--bs-dropdown-padding-x);
    margin: 0;
    font-size: var(--bs-dropdown-font-size);
    color: var(--bs-dropdown-color);
    text-align: left;
    list-style: none;
    background-color: var(--bs-dropdown-bg);
    background-clip: padding-box;
    border: var(--bs-dropdown-border-width) solid var(--bs-dropdown-border-color);
    border-radius: var(--bs-dropdown-border-radius);
}

.drop-down:before {
    font-family: 'FontAwesome';
    content: "\f107";
    position: absolute;
    right: -6px;
    font-size: 13px;
    line-height: 30px;
    transition: all .1s ease;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
}

.dropdown-toggle::after {
    display: none;
    margin-left: .255em;
    vertical-align: .255em;
    content: "";
    border-top: .3em solid;
    border-right: .3em solid transparent;
    border-bottom: 0;
    border-left: .3em solid transparent;
}

.login-dropdown {
    left: -80px;
    border-radius: none;
}
/* sticky-header */
.stckey-header {
    position: fixed;
    opacity: 0;
    visibility:hidden;
    left: 0px;
    top:0;
    width: 100%;
    padding: 0px 0px;
    z-index: 999;
    transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
}
.stckey-header-show{
    position: fixed;
    opacity: 9;
    visibility:visible;
}

.stckey-header .collapse a {
    font-size: 15px;
    position: relative;
    display: block;
    color:#C71B28;
    line-height: 30px;
    text-transform: capitalize;
    letter-spacing: 1px;
    opacity: 1;
    font-weight: 600;
    transition: all 500ms ease;
    font-family: 'Roboto Slab', serif;
}

.stckey-header .dropdown-menu {
    background-color:white;
}

.stckey-header .login-dropdown a {
    font-size: 16px;
    position: relative;
    display: block;
    color:#C71B28;
    line-height: 30px;
    text-transform: capitalize;
    letter-spacing: 1px;
    opacity: 1;
    font-weight: 600;
    transition: all 500ms ease;
    font-family: 'Georgiaerif;
}

/* banner css */



.banner {
    position: relative;
    background-size: cover;
}

.img-banner img {
    height: 650px;
    object-fit: fill;
    position: relative;
    width:auto;
    max-width: 100%;
}

.img-banner::after {
    position: absolute;
    content: "";
    background-color: rgba(0, 0, 0, 0.303);
    top: 0;
    left: 0;
    right: 0;
    height: 100%;
    width: 100%;
    z-index: 1;
}

.content-alternate {
    position: absolute;
    top: 35%;
    z-index: 2;
    max-width: 800px;
   
}
.content-alternate span {
    text-transform: uppercase;
    color:#F4B41A;
    font-weight: 500;
    letter-spacing: 1px;
    margin-bottom: 10px;
    display: block;
}
.content-alternate h1 {
    color: white;
    font-size: 3rem;
    font-weight: bolder;
    font-family: 'Playfair Display', serif;
    letter-spacing: 1px;
    margin-bottom: 20px;
    display: inline-block;
}
.content-alternate h3,
.content-alternate p {
    color: white;
    letter-spacing: 1px;
    margin-bottom: 8px;
    font-size: 18px;
    display: inline-block;
}
.btn-banner {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    align-items: center;
    gap: 20px;
}
.btn-banner a {
    text-decoration: none;
    color: white;
    font-weight: 600;
    padding: 8px 20px;
    border-radius: 3px;
    border: 1px solid white;
    box-shadow: 0 8px 20px -12px rgba(255, 254, 254, 0.995);
    position: relative;
    overflow: auto;
    z-index: 1;
    transition: .3s;
}
.btn-banner a:hover {
    box-shadow: 0 15px 40px -10px rgba(0, 0, 0, 0.3);
    background-color: #C71B28;
}
.owl-dots {
    display: none;
}
 .owl-nav {
    position: absolute;
    width: 100%;
} 
/* /* .owl-prev {
    position: absolute;
    left: 35%;
    bottom: 0;
} */
.owl-theme .owl-nav {
    margin-top: -66px;
    position: relative;
    z-index: 99;
}
.owl-prev span {
    background-color: rgba(0, 0, 0, 0.573);
    padding: 5px;
    font-size: 35px;
    font-weight: 600;
    color: white;
    transition: .4s;
    border: 1px solid rgba(255, 255, 255, 0.445);
}
.owl-prev span:hover {
    background-color: transparent;
    border: none;
}
/* .owl-next {
    position: absolute;
    left: 38%;
    bottom: 0;
} */
.owl-next span {
    background-color: rgba(0, 0, 0, 0.573);
    padding: 5px;
    font-size: 35px;
    font-weight: 600;
    color: white;
    border: 1px solid rgba(255, 255, 255, 0.445);
    transition: .4s;
}

.owl-next span:hover {
    background-color: transparent;
    border: none;
}
.header-active {
    box-shadow: rgba(33, 35, 38, 0.1) 0px 10px 10px -10px;
    margin-top: 0;
    background-color:#fff;
    transition:4000ms;
    box-shadow: rgba(33, 35, 38, 0.1) 0px 10px 10px -10px;
    margin-top: 0;
    background-color:#fff;
    -moz-transition: all 0.4s;
    -o-transition: all 0.4s;
    -webkit-transition: all 0.4s;
    transition:  0.35s ;
    box-shadow: rgba(33, 35, 38, 0.1) 0px 10px 10px -10px;
    background-color:white;
    -moz-transition: all 0.4s;
    -o-transition: all 0.4s;
    -webkit-transition: all 0.4s;
    transition:  0.35s ;
    opacity:9;
    visibility:visible;
}
/* features css */


.features-box {
    box-shadow: rgba(50, 50, 105, 0.15) 0px 2px 5px 0px, rgba(0, 0, 0, 0.05) 0px 1px 1px 0px;
    padding: 12px;
    position: relative;
    background-image: url(../image/);
    z-index: 99;
}

.features {
    padding-top: 100px;
    position: relative;
}

.icon {
    position: relative;
    display: inline-block;
    width: 90px;
    height: 90px;
    text-align: center;
    font-size: 40px;
    border-radius: 50%;
    margin-bottom: 10px;
    transition: .3s;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: auto;
    margin-bottom: 8px;
}

.icon::after {
    position: absolute;
    content: "";
    background: repeating-radial-gradient(50% 50% at 50% 50%, rgba(255, 255, 255, 0.04) 0px, transparent 20.1%);
    background-size: cover;
    height: 90px;
    width: 90px;
    background-position: center;
    top: 0;
    left: 0;
    animation: ROUND-CERCEL 20s linear infinite;

}

@keyframes ROUND-CERCEL {
    form {
        transform: rotate(0deg);
    }

    to {
        transform: rotate(360deg);
    }
}

.inner-feature-box {
    padding: 10px;
    box-shadow: 0 8px 10px -12px #c70524;
    transition: .4s;
    height: 100%;
    position: relative; 
}

.inner-feature-box:hover {
    box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.12);
   
}

.inner-feature-box h4 {
    font-family: 'Playfair Display', serif;
    font-size: 20px;
}

.icon img {
    max-width: 50px;
    filter: invert(15%) sepia(42%) saturate(5500%) hue-rotate(207deg) brightness(94%) contrast(102%);
}

/* About css */

.img-abt {
    position: relative;
    z-index: 1;
}

.img-abt::after {
    position: absolute;
    content: "";
    background-image: url(../image/5\ Year\ Exprience.png);
    height: 100PX;
    z-index: 2;
    background-position: center;
    background-size: cover;
    width: 280PX;
    top: 20PX;
    right: 0;
    animation: TOP-BOTTOM 10s linear infinite;
}

@keyframes TOP-BOTTOM {
    0% {
        transform: translateY(0);
    }

    50% {
        transform: translateY(120%);
    }

    100% {
        transform: translateY(0);
    }
}
.box{
    background: gray;
    border-radius: 10px;
}

.social{
    margin-top: -270px;
    background: #151e28;
    border-radius: 0 20px 20px 0 ;
    position: absolute;
     
     
}
.box img{
    width: 100%;
    height: 300px;
    object-fit: cover;
}
.social a{
    display: flex;
    margin: 5px;
    position: relative;
    text-decoration: none;
    font-size:15px;
    color:#fff;
    padding: 5px;
}
.text h5{
    text-transform: capitalize;
}
.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
    margin-top: 0;
    margin-bottom:0;
    font-weight: 500;
    line-height: 1.2;
    color: var(--bs-heading-color);
}
.fa{
    line-height: 30px;
    width:30px;
    height: 30px;
    position: relative;
    text-align: center;
     
}
.text{
    text-align: center;
    color:#fff;
    padding: 5px;
    background-color: #151e28;
}

.cmd-box img{
    width: 100%;
    height: 400px;
    object-fit: cover;
}
.cmd-details
h3{
    font-family: 'Georgia', serif;
    color: #C71B28;
}
.cmd-details p{
    color: #C71B28;
    margin-bottom: 5px;
}
.cmd-social{
    display: flex;
    align-items: center;
    justify-content: start;
    list-style: none;
    gap: 10px;
    margin: 0;
    padding: 0;
}
.cmd-social a{
    color: #fa7904;
    transition: .2s;
}
.cmd-social a:hover{
    color: #013d92;
}
ul.cmd-social li {
    background-color: #fff;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
    padding:1px 10px 1px 10px;
    border-radius: 8px;
}

.right-abt span {
    color: black;
    font-weight: 600;
    display: inline-block;
    margin-bottom: 10px;
}

.right-abt h2 {
    font-size: 2.5rem;
    font-weight: 700;
    font-family: 'Playfair Display', serif;
    line-height:45px;
    color: #013d92;
}

.btn-abt a {
    text-decoration: none;
    color: black;
    font-family: 'Playfair Display', serif;
    padding: 12px 18px;
    border: 1px double black;
    font-weight: 600;
    border-radius: 4px;
    position: relative;
    overflow: hidden;
    transition: .3s;
}

.btn-abt:hover.btn-abt a,
.btn-abt:hover.btn-abt a span {
    color: white;
}

.btn-abt a::before {
    position: absolute;
    content: "";
    background: linear-gradient(90deg, rgba(1,61,146,1) 0%, rgba(255,118,1,1) 90%, rgba(255,118,1,1) 100%, rgba(255,118,1,1) 100%);
    z-index: -1;
    height: 1%;
    width: 2%;
    border-radius: 50%;
    left: 76px;
    top: 19px;
    transition: .3s;
}

.btn-abt:hover.btn-abt a::before {
    border-radius: 0;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    box-shadow: rgba(0, 0, 0, 0.17) 0px -23px 25px 0px inset, rgba(0, 0, 0, 0.15) 0px -36px 30px 0px inset, rgba(0, 0, 0, 0.1) 0px -79px 40px 0px inset, rgba(0, 0, 0, 0.06) 0px 2px 1px, rgba(0, 0, 0, 0.09) 0px 4px 2px, rgba(0, 0, 0, 0.09) 0px 8px 4px, rgba(0, 0, 0, 0.09) 0px 16px 8px, rgba(0, 0, 0, 0.09) 0px 32px 16px;
}

.btn-abt a span {
    transform: rotate(-45deg);
}

/* schemes css */


.schemes {
    background-color: rgba(211, 211, 211, 0.145);
}

.title-heading span {
    color: black;
    font-weight: 600;
    margin-bottom: 10px;
    letter-spacing: 1px;
    font-size: 14px;
}

.title-heading h2 {
    font-size: 2rem;
    font-weight: 700;
    font-family: 'Playfair Display', serif;
    color: #013d92;
}

.content-schemes h3 {
    color: #013d92;
    font-weight: 600;
    font-size: 20px;
    font-family: 'Playfair Display', serif;
    display: inline-block;
}

.content-schemes p {
    color: black;
    margin-top: 2rem;
}

.icon-box {
    position: relative;
}

.inner-schemes-box {
    background: white;
    border-radius: 5px;
    padding: 20px;
    height: 500px;
    position: relative;
}

.schemes-main-box {
    height: 100%;
    position: relative;
}

.icon-box {
    position: absolute;
    top: 0;
    right: 30px;
    height: 70px;
    padding: 8px;
    width: 70px;
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: 64px;
    text-align: center;
    border-radius: 5px;
    background-color: #fa7904;
    z-index: 3;
    transition: transform .5s ease;
    box-shadow: #013d92 0px 30px 60px -12px inset, #fa7904 0px 18px 36px -18px inset;
}

@keyframes bounce {

    0%,
    20%,
    50%,
    80%,
    100% {
        transform: translateY(0);
    }

    40% {
        transform: translateY(-30px);
    }

    60% {
        transform: translateY(-15px);
    }
}

.icon-box img {
    max-width: 60px;
    text-align: center;
    filter: invert(100%) sepia(0%) saturate(0%) hue-rotate(103deg) brightness(105%) contrast(105%);
}

.img-schemes img {
    border-radius: 10px;
    transition: .4s;
}

.img-schemes {
    position: relative;
    overflow: hidden;

}

.inner-schemes-box:hover .img-schemes img {
    transform: scale(1.1);
}

.inner-schemes-box:hover .icon-box {
    animation: bounce 1s linear;
}

#scheme-slied .owl-nav {
    position: absolute;
    width: 100%;
    top: 0;
    left: 0;
    display: none;

}

#scheme-slied .owl-prev {
    position: absolute;
    left: 0;

}

#scheme-slied .owl-prev span {
    background-color: #C71B28;
    padding: 10px;
    font-size: 50px;
    font-weight: 600;
    color: white;
    border-radius: 50%;
    transition: .4s;
    border: 1px solid rgba(255, 255, 255, 0.445);
}

.owl-prev span:hover {
    background-color: transparent;
    border: none;
}

#scheme-slied .owl-next {
    position: absolute;
    right: 0;
}

#scheme-slied .owl-next span {
    background-color: #C71B28;
    padding: 10px;
    font-size: 50px;
    border-radius: 50%;
    font-weight: 600;
    color: white;
    border: 1px solid rgba(255, 255, 255, 0.445);
    transition: .4s;
}

/* why choose us  */


.inner-box {
    position: relative;
    padding: 15px 30px;
    background-color: #ffffff;
    transition: all 900ms ease;
    -moz-transition: all 900ms ease;
    -webkit-transition: all 900ms ease;
    -ms-transition: all 900ms ease;
    -o-transition: all 900ms ease;
    box-shadow: 10px 0px 30px 12px rgba(52, 50, 50, 0.12);
    height: 100%;
    max-width: 700px;
}

.mt-7 {
    margin-top: 5rem;
}

.right img {
    height: 700px;
    max-width: 100%;
    width: 100%;
    object-fit: cover;
}

.border-1::before {
    position: absolute;
    content: '';
    left: 0px;
    top: 0px;
    width: 0px;
    height: 2px;
    background-color: #013d92;
    transition: all 900ms ease;
    -moz-transition: all 900ms ease;
    -webkit-transition: all 900ms ease;
    -ms-transition: all 900ms ease;
    -o-transition: all 900ms ease;
}

.border-1::after {
    position: absolute;
    content: '';
    right: 0px;
    bottom: 0px;
    width: 2px;
    height: 0px;
    background-color: #013d92;
    transition: all 900ms ease;
    -moz-transition: all 900ms ease;
    -webkit-transition: all 900ms ease;
    -ms-transition: all 900ms ease;
    -o-transition: all 900ms ease;
}

.border-2::before {
    position: absolute;
    content: '';
    left: 0px;
    bottom: 0px;
    width: 0px;
    height: 2px;
    background-color: #013d92;
    transition: all 900ms ease;
    -moz-transition: all 900ms ease;
    -webkit-transition: all 900ms ease;
    -ms-transition: all 900ms ease;
    -o-transition: all 900ms ease;
}

.border-2::after {
    position: absolute;
    content: '';
    left: 0px;
    bottom: 0px;
    width: 2px;
    height: 0px;
    opacity: 0;
    background-color: #00ca27;
    transition: all 900ms ease;
    -moz-transition: all 900ms ease;
    -webkit-transition: all 900ms ease;
    -ms-transition: all 900ms ease;
    -o-transition: all 900ms ease;
}

.inner-box:hover .border-1::before {
    width: 100%;
}

.inner-box:hover .border-1::after {
    height: 100%;
}

.inner-box:hover .border-2::before {
    width: 100%;
}

.inner-box:hover .border-2::after {
    height: 105%;
}

.content-box h3 {
    color: #013d92;
    font-weight: 600;
    font-family: 'Playfair Display', serif;
    display: inline-block;
    font-size: 1.5rem;
}

.content-box p {
    color: black;
}

.inner-box::after {
    position: absolute;
    content: '';
    right: 0;
    top: 50%;
    opacity: 0;
    visibility: visible;
    margin-top: -10px;
    margin-right: 0px;
    z-index: -1;
    border-top: 10px solid transparent;
    border-left: 15px solid #fa7904;
    border-bottom: 10px solid transparent;
    transition: all 500ms ease;
}

.inner-box:hover.inner-box::after {
    opacity: 9;
    right: -15px;
}

.srvc-box img {
    filter: none;
}

/* faq css */

.faq-box {
    padding: 40px;
    position: relative;
    box-shadow: rgba(0, 0, 0, 0.08) 0px 4px 12px;
}

.accordion-item:first-of-type .accordion-button {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}

button:focus:not(:focus-visible) {
    outline: none;
}

.accordion-button:focus {
    z-index: 3;
    border-color: none;
    outline: 0;
    box-shadow: none;
}

.accordion-button {
    margin-bottom: 10px;
}

.accordion-button:not(.collapsed) {
    color: var(--bs-accordion-active-color);
    background-color: transparent;
    box-shadow: rgba(33, 35, 38, 0.1) 0px 10px 10px -10px;
}

.accordion-button {
    position: relative;
    display: flex;
    align-items: center;
    width: 100%;
    font-size: 20px;
    color: black;
    text-align: left;
    background-color: transparent;
    font-family: 'Playfair Display', serif;
    border: 0;
    border-radius: 0;
    overflow-anchor: none;
    transition: var(--bs-accordion-transition);
}

.accordion-item {
    color: var(--bs-accordion-color);
    background-color: transparent;
   
}

.accordion-body {
    padding: var(--bs-accordion-body-padding-y) var(--bs-accordion-body-padding-x);
    background: white;
}

.accordion-button::after {
    flex-shrink: 0;
    width: var(--bs-accordion-btn-icon-width);
    height: var(--bs-accordion-btn-icon-width);
    margin-left: auto;
    content: "";
    background-image: url(../image/down-arrow.png);
    background-repeat: no-repeat;
    background-size: var(--bs-accordion-btn-icon-width);
    transition: var(--bs-accordion-btn-icon-transition);
}

/* newsletter css */
.newsletter {
    background-color: rgba(211, 211, 211, 0.145);
}

.newsletter-box {
    padding: 40px;
    position: relative;
    background: white;
}

.news-icon::after {
    background-image: url(../image/bg-shape.png);
    z-index: -1;
}

.call-box {
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
    padding: 15px;
    height: 100%;
    position: relative;
}

.icon-nwsletter img {
    max-width: 40px;
}

.newslettre-footer {
    list-style: none;
    margin: 0;
    padding: 0;
}

.newslettre-footer a {
    text-decoration: none;
    color: black;
    font-weight: 500;
}
.newslettre-footer h4{
    font-size: 18px;
}
/* footer css */

.footer {
    background-color: #151e28;
    padding-top: 50px;
    position: relative;
}

.footer-box {
    position: relative;
}

.footer-logo img {
    max-width: 125px;
    background: white;
    padding: 10px;
    border-radius: 5%;
}

.footer-newsletter {
    margin-top: 14px;
}

.input-group {
    display: flex;
    align-items: center;
}

.input-group h3 {
    color: white;
    font-family: 'Playfair Display', serif;
    font-weight: 600;
    display: inline-block;
    padding-right: 8px;
}

.input-group input {
    height: 50px;
    outline: none;
    border: none;
    padding-left: 12px;
    color: black;
    border-radius: 5PX;
}

.form-control {
    display: block;
    width: 100%;
    padding: .375rem .75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: black;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-color: var(--bs-body-bg);
    background-clip: padding-box;
    border: var(--bs-border-width) solid var(--bs-border-color);
    border-radius: 5px;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

.Submit {
    background-color: #013d92;
    text-decoration: none;
    color: white;
    padding: 12px;
    font-size: 18px;
    font-family: 'Playfair Display', serif;
    border-radius: 5px;
}

.mt-6 {
    border: 0;
    border-top: 1px solid;
    color: #e9ecef;
    margin: 1rem 0;
    opacity: 0.25;
    margin-top: 1rem;
    padding-bottom: 1rem;
}

.footer-first p {
    color: white;
    font-size: 15px;
}

.ft-first {
    display: flex;
    align-items: center;
    gap: 20px;
}

.ft-first a span {
    color: white;
}

.call {
    text-decoration: none;
    color: white;
}

.menu-footer {
    list-style: none;
    margin: 0;
    padding: 0;
}

.menu-footer a {
    text-decoration: none;
    color: white;
    font-size: 15px;
    color: white;
    display: inline-block;
    transition: .4s;
}

.menu-footer a:hover {
    color: #013d92;
}

.menu-footer li {
    margin-bottom: 5px;
}

.menu-footer a span {
    padding-right: 8px;
}

.text p {
    color: white;
}

/* about css */

.abt-banner {
    background-image: url(../image/abt-banner.jpg);
    background-size: cover;
    background-position: center center;
    position: relative;

    padding: 12% 10px;
    width: 100%;
    background-repeat: no-repeat;
    background-attachment: fixed;
    top: 0;
    left: 0;
    z-index: 1;
    right: 0;
}

.abt-banner::before {
    position: absolute;
    background-color: rgba(0, 0, 0, 0.412);
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    content: "";
    z-index: -1;

}

.abt-collapse a {
    color:black;
}

.abt-menu-deposit a {
    color: black;
}
.stckey-header .dropdown-menu.menu-deposit a:hover {
    color:#c70524;
    background: aliceblue;
}
.stckey-header .dropdown-menu.menu-loans a:hover {
    color: #c70524;
    background: aliceblue;
}
.dropdown-item:focus, .dropdown-item:hover {
    color: #c70524;
    background: aliceblue;
}
.banner-title {
    position: absolute;
    bottom: 20%;
    left: 44%;
}

.banner-title p {
    color: white;
    margin-bottom: 0;
    font-family: 'Playfair Display', serif;
}

.banner-title h2 {
    color: white;
    font-size: 3rem;
    font-family: 'Playfair Display', serif;
    font-weight: 600;
}

/* deposit css */

.title-schemes h2 {
    font-size: 2rem;
    font-family: 'Playfair Display', serif;
    color: #013d92;
}

.title-schemes h4 {
    color: #013d92;
    font-family: 'Playfair Display', serif;
}

.menu-list-deposit {
    list-style: none;
    margin: 0;
    padding: 0;
    background-color: #151e28;
    padding: 15px 10px;
}

.menu-list-deposit a {
    color: white;
    transition: .3s;
}

.menu-list-deposit .nav-item .nav-link.active {
    color: #fa7904;
}

.daily-deposit-content p {
    margin-bottom: 0;
    color: black;
    font-size: 15px;
}

.details h3 {
    color: black;
    font-family: 'Playfair Display', serif;
    color: #013d92;
    font-size: 25px;
}

.schemes-table tr td {
    padding: 5px;
}

table tr td {
    padding: 8px;
}

.details h3 {
    font-weight: 600;
    display: inline-block;
    font-size: 20px;
    color: #013d92;
}

.details p,
.details p span {
    margin-bottom: 5px;
    padding-left: 8px;
}

.menu-list-deposit a span {
    padding-left: 8px;
}

.menu-list-deposit a:hover {
    color: #fa7904;
}

.menu-list-deposit li {
    margin-bottom: 15px;
}

.box-btn img {
    box-shadow: 0px 20px 60px 10px #00000012;
    background-color: #013d92;
    max-width: 100%;
    width: 100%;
    margin-top: 18px;
}

.table {
    width: 100%;
    max-width: 100%;
    margin-bottom: 1rem;
}

.table .table-head {
    background-color: #013d92;
    text-align: center;
}

.table-head th {
    font-weight: bolder;
    color: white;
}

.table {
    --bs-table-color-type: initial;
    --bs-table-bg-type: initial;
    --bs-table-color-state: initial;
    --bs-table-bg-state: initial;
    --bs-table-color: var(--bs-emphasis-color);
    --bs-table-bg: transparent;
    --bs-table-border-color: black;
    --bs-table-accent-bg: transparent;
    --bs-table-striped-color: var(--bs-emphasis-color);
    --bs-table-striped-bg: rgba(var(--bs-emphasis-color-rgb), 0.05);
    --bs-table-active-color: var(--bs-emphasis-color);
    --bs-table-active-bg: rgba(var(--bs-emphasis-color-rgb), 0.1);
    --bs-table-hover-color: var(--bs-emphasis-color);
    --bs-table-hover-bg: rgba(var(--bs-emphasis-color-rgb), 0.075);
    width: 100%;
    margin-bottom: 1rem;
    vertical-align: top;
    border: 1px solid black;
    border-color: black;
}

.tr1 {
    text-align: center;
}

.prsnl-img img {
    max-width: 100%;
}

.prsnl-title h4 {
    background-color: #013d92;
    color: white;
    padding: 12px;
    margin-bottom: 0;
    display: flex;
    align-items: center;
    justify-content: start;
}

/* contact css */

.form-box {
    padding: 40px;
    position: relative;
    background: white;
    box-shadow: 0px 20px 60px 10px #00000012;
}
.form-input input
{
    height: 50px;
    padding-left: 10px;
    outline: none;
}
.form-input textarea{
    height: 140px;
}
.form-control {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-clip: padding-box;
    background-color: #fff;
    border: 1px solid #dee2e6;
    border-radius: .25rem;
    color: #151e28;
    display: block;
    font-size: .875rem;
    font-weight: 400;
    line-height: 1.6;
    padding: .75rem 1.25rem;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    width: 100%;
}

.cont-btn{
    text-decoration: none;
    border: 1px solid black;
   max-width: 150px;
   display: flex;
   align-items: center;
   justify-content: center;
   border-radius: 4px;
   padding: 10px 25px;
   font-weight: 600;
   color: white;
   background-color: #013d92;
   transition: .3s;
}
.cont-btn:hover{
    color: black;
    background-color: transparent;
}
.trems-list{
    list-style: none;
    margin: 0;
    padding: 0;
}
.trems-list li i {padding-right: 15px;}

/* header css */

.lower-header{
    margin-top: 3rem;
}

.abt-lower-header{
    margin-top: 2rem; 
}
.abt-header-active{
    box-shadow: rgba(33, 35, 38, 0.1) 0px 10px 10px -10px;
    margin-top: 0;
    background-color:#151e28;
    -moz-transition: all 0.4s;
    -o-transition: all 0.4s;
    -webkit-transition: all 0.4s;
    transition:  0.35s ; 
}

.fixed-header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%; 
} */

header css
.fixed-top {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    z-index: 1030;
}

.details p, .details p span {
    margin-bottom: 5px;
     padding-left: 0px; 
}
.main-box{
    position: relative;
    height: 100%;
}



/* header css*/

.header {
    position: fixed;
    top: 0;
    width: 100%;
    padding: 15px 0;
    background-color: rgba(0, 0, 0, 1);
    transition: background-color 0.5s, padding 1s;
  }