@font-face {
    font-family: Inter-Regular;
    src: url('../fonts/Inter-Regular.ttf');
}

@font-face {
    font-family: Inter-Medium;
    src: url('../fonts/Inter-Medium.ttf');
}

@font-face {
    font-family: Inter-SemiBold;
    src: url('../fonts/Inter-SemiBold.ttf');
}

@font-face {
    font-family: Inter-Bold;
    src: url('../fonts/Inter-Bold.ttf');
}


:root{
    --theme-color-1: #261B52;
    --theme-color-2: #00BAAB;
    --theme-color-3: #E3E0DB;
    --theme-color-4: #FFC363;
    --theme-color-5: #F0F5F9;
    --body-bg: #ffffff;
    --font-color: #666666;
    --heading-color: #333333;
    --font-white: #ffffff;
}

body{
    background-color: var(--body-bg);
    margin: 0;
    padding: 0;
    font-size: 16px;
    line-height: 25px;
    font-family: 'Inter-Regular';
    font-weight: normal;
    color: var(--font-color);
}


h1, h2, h3{
    color: var(--heading-color);
    margin-bottom: 0;
    font-family: 'Inter-Bold';
    font-weight: normal;
}

h4, h5{
    color: var(--heading-color);
    margin-bottom: 0;
    font-family: 'Inter-SemiBold';
    font-weight: normal;
}

p{
    margin-bottom: 0;
}

a, a:hover, a:active, a:focus{
    color: inherit;
    text-decoration: none;
}

ul{
    list-style: none;
    margin: 0;
    padding: 0;
}

.theme-btn{
    border-radius: 6px;
    height: 48px;
    text-align: center;
    border: none;
    max-width: max-content;
    width: auto;
    padding:10px 30px;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: 'Inter-Medium';
    font-weight: normal;
}

.btn-main{
    color: #fff;
    background-color: var(--theme-color-2);
    transition: all .5s ease-out;
}

.btn-main:hover{
    background-position: left bottom;
    color: #fff;
    background-color: #2f9d95;
}

.btn-secondary{
    color: #fff;
    background-color: var(--theme-color-1);
    transition: all .5s ease-out;
}

.btn-border{
    border: 1px solid #fff;
    background-color: transparent;
    color: #fff;
}

.btn-secondary:hover{
    background-position: left bottom;
    color: #fff;
}

.navbar{
    position: absolute;
    width: 100%;
    z-index: 1030;
    left: 0;
    transition-duration: 0.5s;
    transition: all 0.35s ease;
} 

.navbar.fixed-top{
    position: fixed;
    background-color: var(--body-bg);
    transition-duration: 0.5s;
    transition: all 0.35s ease;
    border-bottom: 1px solid #dee2e6;
}


.navbar-dark .navbar-nav .nav-link{
    color: var(--font-color);
    font-family: 'Inter-Medium';
    font-weight: normal;
    height: 100%;
    display: flex;
    align-items: center;
}


.dropdown .nav-link:after{
    font-family: "Fontawesome"; 
	font-weight: 400;
	content: "\f107";
    margin-left: 5px;
    font-size: 13px;
}

.navbar-nav .nav-item{
    margin-right: 10px;
}

.navbar-dark .navbar-nav .nav-link:focus, .navbar-dark .navbar-nav .nav-link:hover{
    color: var(--theme-color-1);
}

@media (min-width: 768px) {
    .animate {
      animation-duration: 0.3s;
      -webkit-animation-duration: 0.3s;
      animation-fill-mode: both;
      -webkit-animation-fill-mode: both;
    }
}
  
@keyframes slideIn {
    0% {
      transform: translateY(1rem);
      opacity: 0;
    }
  
    100% {
      transform: translateY(0rem);
      opacity: 1;
    }
  
    0% {
      transform: translateY(1rem);
      opacity: 0;
    }
}
  
@-webkit-keyframes slideIn {
    0% {
      -webkit-transform: transform;
      -webkit-opacity: 0;
    }
  
    100% {
      -webkit-transform: translateY(0);
      -webkit-opacity: 1;
    }
  
    0% {
      -webkit-transform: translateY(1rem);
      -webkit-opacity: 0;
    }
}
  
.slideIn {
    -webkit-animation-name: slideIn;
    animation-name: slideIn;
}


.navbar{
    background: #fff;
    box-shadow: transparent;
    transition: none !important;
    height: 75px;
}

.dropdown-menu{
    min-width: 12rem;
}


.dropdown-menu li{
    margin: 5px 0px 5px 0px;
} 

.dropdown-menu li a{
    color: var(--font-color);
    font-size: 16px;
    font-family: 'Inter-Medium';
    font-weight: normal;
    transition: ease-in-out 0.3s;
}

.navbar .nav-item:hover .dropdown-menu{
    box-shadow: 0px 0px 10px rgb(0 0 0 / 15%);
    border: none;
    /* position: relative; */
}

.dropdown-menu li a:hover{
    color: var(--theme-color-1);
    transition: ease-in-out 0.3s;
    margin-left: 5px;
    background-color: transparent;
}

.dropdown-menu{
    transition: ease-in-out 0.3s;
}

.topbar{
    background-color: var(--theme-color-1);
    padding: 12px 0px;
}

.topbar-contact-wrapper ul li{
    display: inline-block;
    margin-right: 15px;
}

.topbar-contact-wrapper ul li a{
    color: var(--font-white);
}

.topbar-contact-wrapper ul li a i{
    color: var(--theme-color-4);
    margin-right: 10px;
}

.topbar-social{
    text-align: right;
}

.topbar-social li{
    display: inline-block;
    margin-left: 5px;
}

.topbar-social li a{
    color: var(--font-white);
    width: 25px;
    height: 25px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.menubar-search{
    margin: 0px 25px;
}

.banner-section{
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('../images/banner.jpg');
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
    width: 100%;
    height: 800px;
    display: inline-block;
    overflow: hidden;
}

.banner-grid{
    width: 100%;
    height: 100%;
    display: table;
    position: relative;
    z-index: 15;
}

.banner-grid-wrapper{
    vertical-align: middle;
    display: table-cell;
}

.banner-shape{
    position: absolute;
    bottom: -2px;
    left: 0;
    width: 100%;
    height: auto;
    z-index: 10;
    display: flex;
    align-items: center;
    justify-content: center;
}

.banner-content-wrapper{
    height: 100%;
    display: flex;
    align-items: flex-start;
    justify-content: center;
    flex-direction: column;
    text-align: left;
    width: 100%;
    /* animation: left_to_right 3s ease; */
}

.banner-main-heading{
    font-size: 55px;
    line-height: 70px;
    margin-bottom: 30px;
    color: var(--font-white);
}

.banner-top-heading{
    text-transform: uppercase;
    color: var(--font-white);
    font-size: 20px;
    line-height: 29px;
    margin-bottom: 20px;
}

.banner-top-heading::after{
    content: '';
    width: 45px;
    height: 2px;
    background-color: #fff;
    display: inline-block;
    margin-left: 20px;
    position: relative;
    top: -5px;
}
.banner-description{
    margin-bottom: 30px;
    font-size: 18px;
    line-height: 23px;
}

.banner-btns{
    width: 100%;
    display: flex;
}

.banner-image-wrapper{
    height: 100%;
    display: flex;
    align-items: center;
}

#backTop {
    display: none;
    position: fixed;
    bottom: 30px;
    right: 30px;
    z-index: 99;
    font-size: 18px;
    border: none;
    outline: none;
    background-color: var(--theme-color-1);
    color: white;
    cursor: pointer;
    padding: 15px;
    border-radius: 4px;
    width: 50px;
    height: 50px;
    line-height: 18px;
}
  
#backTop:hover {
    background-color: var(--theme-color-1);
}

.section{
    padding: 60px 0px;
    position: relative;
}

.about-left-box{
    width: 100%;
    float: left;
    display: flex;
    align-items: center;
}

.left-box-left{
    width: 40%;
    float: left;
    position: relative;
    border: 10px solid var(--theme-color-1);
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 30px 0px;
    position: relative;
}

.left-box-right{
    width: 60%;
    float: left;
    position: relative;
    margin-left: 20px;
}

.left-box-inner{
    position: relative;
    background-color: #fff;
    min-width: 100%;
    height: 100%;
    padding: 5px 0px;
    text-align: center;
    margin-right: auto;
    left: 10px;
}

.left-box-inner h3{
    font-size: 64px;
    line-height: 77px;
    text-transform: capitalize;
    color: var(--theme-color-4);
    margin-right: 10px;
}

.left-box-inner p{
    font-size: 24px;
    line-height: 29px;
    text-transform: capitalize;
    color: var(--theme-color-1);
    font-family: 'Inter-Bold';
    font-weight: normal;
    margin-right: 10px;
}

.headline::after{
    content: '';
    width: 45px;
    height: 2px;
    background-color: var(--theme-color-2);
    display: inline-block;
    margin-left: 20px;
    position: relative;
    top: -5px;
}

.about-servive-wrapper{
    position: relative;
    border-radius: 6px;
    transition: ease-in-out 0.3s;
}

.about-servive-wrapper img{
    border-radius: 6px;
    position: relative;
    width: 100%;
    height: 220px;
    object-fit: cover;
}

.about-service-label{
    position: absolute;
    bottom: -35px;
    width: 85%;
    height: auto;
    padding: 25px 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #FFFFFF;
    box-shadow: 0px 0px 20px rgb(179 179 179 / 25%);
    border-radius: 10px;
    left: 50%;
    transform: translate(-50%, 0%);
    flex-direction: column;
}

.about-service-label h3{
    font-size: 20px;
    line-height: 25px;
}

.about-service-label a{
    padding: 10px;
    text-decoration: underline;
    display: none;
    transition: ease-in-out 0.3s;
    color: #fff;
}

.about-service-label a i{
    text-decoration: none;
    margin-right: 10px;
    font-size: 14px;
}

.about-servive-wrapper:hover .about-service-label{
    background-color: var(--theme-color-2);
}

.about-servive-wrapper:hover .about-service-label h3{
    color: #fff;
}

.about-servive-wrapper:hover .about-service-label a{
    display: block;
    transition: ease-in-out 0.3s;
}

.about2-image-wrapper{
    position: relative;
    height: 100%;
    object-fit: cover;
    width: 100%;
}

.about2-image-wrapper > img{
    border-bottom-left-radius: 14rem;
    height: 100%;
    object-fit: cover;
}

.wrap {
    position: absolute;
    margin: 0 auto;
    left: 2rem;
    /* right: 0; */
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    /* height: 100%; */
    bottom: 0rem;
}
  
.wrap a {
    background: #da2c46;
    cursor: pointer;
    border: 2px solid #da2c46;
    color: white;
    height: 110px;
    width: 110px;
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    border-radius: 100%;
    text-transform: uppercase;
    font-family: "Muli-LightItalic", Helvetica;
    font-size: 20px;
    line-height: 30px;
    animation: ripple 1.5s linear infinite;
    transition: all 0.7s ease;
}

.wrap a:hover {
    transform: scale(1.1);
}

.wrap a:focus {
    outline: none;
}

.wrap .wrap-inner {
    background: #da2c46;
    cursor: pointer;
    border: 2px solid #da2c46;
    color: white;
    height: 110px;
    width: 110px;
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    border-radius: 100%;
    text-transform: uppercase;
    font-family: "Muli-LightItalic", Helvetica;
    font-size: 20px;
    line-height: 30px;
    animation: ripple 1.5s linear infinite;
    transition: all 0.7s ease;
}

.wrap .wrap-inner:hover {
    transform: scale(1.1);
}

.wrap img:focus {
    outline: none;
}

.wrap-inner > img{
    width: 64px;
    margin: auto;
}
  
@keyframes ripple {
    0% {
      box-shadow: 0 0 0 0 rgba(218, 44, 70, 0.3), 0 0 0 1px rgba(218, 44, 70, 0.3), 0 0 0 3px rgba(218, 44, 70, 0.3), 0 0 0 5px rgba(218, 44, 70, 0.3);
    }
    100% {
      box-shadow: 0 0 0 0 rgba(218, 44, 70, 0.3), 0 0 0 4px rgba(218, 44, 70, 0.3), 0 0 0 20px rgba(218, 44, 70, 0), 0 0 0 30px rgba(218, 44, 70, 0);
    }
}

.section-small-heading::after {
    content: '';
    width: 45px;
    height: 2px;
    background-color: var(--theme-color-2);
    display: inline-block;
    margin-left: 20px;
    position: relative;
    top: -5px;
}

.section-small-heading{
    font-size: 20px;
    line-height: 24px;
    text-transform: capitalize;
    color: var(--font-color);
    margin-bottom: 10px;
}

.section-heading{
    font-size: 32px;
    line-height: 39px;
    text-transform: capitalize;
    margin-bottom: 25px;
}

.points-info h3{
    font-size: 20px;
    line-height: 24px;
    text-transform: capitalize;
    margin-bottom: 10px;
}

.icon-points-list{
    margin-top: 30px;
}

.icon-points-list li{
    margin-bottom: 30px;
}

.icon-points-list li:last-child{
    margin-bottom: 0px;
}

.icon-points-list li .icon-points-list-item{
    display: flex;
}

.icon-box{
    min-width: 64px;
    margin-right: 15px;
}

.section-left-heading{
    text-align: right;
}

.section-left-heading .section-small-heading::after{
    display: none;
}

.section-left-heading .section-small-heading::before {
    content: '';
    width: 45px;
    height: 2px;
    background-color: var(--theme-color-2);
    display: inline-block;
    margin-right: 20px;
    position: relative;
    top: -5px;
}

.section-left-heading .section-heading{
    margin-bottom: 0;
}

.section-heading-info{
    height: 100%;
    display: flex;
    align-items: flex-end;
}

.services-card-wrapper h3{
    font-size: 20px;
    line-height: 24px;
    text-transform: capitalize;
    margin-bottom: 20px;
}

.services-info{
    display: flex;
}

.services-info-icon{
    background: #F0F5F9;
    transform: rotate(15deg);
    min-width: 70px;
    height: 70px;
    margin-right: 15px;
    padding: 13px;
}

.services-info-icon img{
    transform: rotate(-15deg);
}

.services-info-content a{
    display: inline-block;
    margin-top: 20px;
    width: 100%;
    text-decoration: underline;
    font-family: 'Inter-Medium';
    font-weight: normal;
}

.services-info-content a i{
    font-size: 14px;
    margin-right: 10px;
    color: var(--theme-color-2);
    text-decoration: none;
}

.services-card-wrapper{
    position: relative;
    margin-bottom: 30px;
    padding-bottom: 30px;
}

.services-card-wrapper.border-bottom{
    border-bottom: 1px solid #dddddd;
}

.services-card-wrapper:hover .services-info-icon{
    transform: rotate(0deg);
    transition: ease-in-out 0.3s;
}

.services-card-wrapper:hover .services-info-icon img{
    transform: rotate(0deg);
}

.find-divider{
    position: relative;
    background: linear-gradient(0deg, rgba(38, 27, 82, 0.9), rgba(38, 27, 82, 0.9)), url('../images/banner.jpg');
    background-position: center;
    background-size:cover;
    background-repeat: no-repeat;
    width: 100%; 
}

.find-divider-inner{
    padding: 1.5rem 0rem;
}

.find-divider-inner h3{
    font-size: 40px;
    line-height: 48px;
    text-transform: capitalize;
    text-align: center;
    color: #fff;
}

.find-divider-inner h3 span{
    color: var(--theme-color-4);
}

.awards{
    position: absolute;
    bottom: 0;
    width: 110px;
    height: 110px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    background-color: var(--theme-color-2);
    border-radius: 50%;
}

.awards p{
    font-size: 8px;
    color: var(--font-white);
    line-height: 15px;
}

.awards img{
    width: 32px;
    height: 32px;
    margin-bottom: 10px;
}

.wrapper {
    width: 520px;
    max-width: 100%;
  }
  
.progress-bar {
    height: 10px;
    width: 100%;
    background-color: #e7e7e7;
    border-radius: 10px;
    overflow: initial;
    /* box-shadow: 2px 0 10px inset rgba(0,0,0,0.2); */
    position: relative;
    display: inline-block;
}
  
* + .progress-bar {
    margin-top: 5rem;
}
  
.bar {
    width: 0;
    height: 100%;
    background-color: var(--theme-color-1);
    background-size: 30px 30px;
    animation: move 2s linear infinite;
    box-shadow: 2px 0 10px inset rgba(0,0,0,0.2);
    transition: width 2s ease-out;
    border-radius: 10px;
}
  
  /*Lollipop background gradient animation*/
@keyframes move {
    0% {
      background-position: 0 0;
    }
    100% {
      background-position: 30px 30px;
    }
}
  
.progress-bar-details{
    position: absolute;
    display: flex;
    justify-content: space-between;
    width: 100%;
    top: -40px;
}

.progress-bar-details h3{
    font-size: 20px;
    line-height: 24px;
}

.progress-bar-details h3.perc{
    color: var(--theme-color-4);
}

.section-center-heading{
    text-align: center;
}

.works .filter-button.active{
    background-color: var(--theme-color-2);
    color: #fff;
    box-shadow: none;
    outline: none;
}

.works .filter-btns{
    margin-bottom: 2.5rem;
}

.works .gallery_product img{
    width: 100%;
    height: 180px;
    object-fit: cover;
    border-radius: 6px;
}

.portfolio-overlay{
    position: absolute;
    width: calc(100% - 6%);
    top: 0;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 20px;
    text-align: center;
    background-color: rgba(38, 27, 82, 0.9);
    border-radius: 6px;
    opacity: 0;
    visibility: hidden;
    transition: ease-in-out 0.3s;
}

.po-inner h3 a{
    font-size: 20px;
    line-height: 24px;
    text-transform: capitalize;
    color: #fff;
}

.po-inner p{
    color: #fff;
}

.po-list li{
    display: inline-block;
    margin: 0px 5px;
}

.po-list li a{
    width: 30px;
    height: 30px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid var(--theme-color-4);
    color: var(--theme-color-4);
    font-size: 12px;
    margin-bottom: 10px;
}

.gallery_product:hover .portfolio-overlay{
    opacity: 1;
    visibility: visible;
    transition: ease-in-out 0.3s;
}

.team-person-image{
    position: relative;
    width: 100%;
    display: inline-block;
}

.team-person-image{
    position: relative;
    height: 240px;
    width: 100%;
}

.team-person-image img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 6px;
}

.team-social{
    position: absolute;
    top: 50%;
    right: 0;
    transform: translate(0%, -50%);
    z-index: 10;
    opacity: 0;
    visibility: hidden;
    transition: ease-in-out 0.3s;
}

.team-card-wrapper:hover .team-social{
    opacity: 1;
    visibility: visible;
    transition: ease-in-out 0.3s;
}

.team-social li a{
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: var(--theme-color-1);
    border-bottom: 1px solid var(--theme-color-4);
    color: var(--theme-color-4);
    font-size: 14px;
}

.team-social li a.last{
    border: none;
}

.team-person-details h3{
    font-size: 24px;
    line-height: 29px;
    text-align: center;
    text-transform: capitalize;
    margin-bottom: 5px;
}

.team-person-details p{
    text-align: center;
}

.team-person-details{
    padding: 20px 10px;
}

/* the slides */
.slick-slide {
    margin: 0 27px;
}

/* the parent */
.slick-list {
    margin: 0 -27px;
}

.testimonial .item{
    text-align: center;
}

#slick-slide-control00{
    width: 100%;
    height: 100%;
    border-radius: 50%;
    display: flex;
    background-image: url('../images/our-team-1.jpg');
    align-items: center;
    justify-content: center;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

#slick-slide-control01{
    width: 100%;
    height: 100%;
    border-radius: 50%;
    display: flex;
    background-image: url('../images/our-team-2.jpg');
    align-items: center;
    justify-content: center;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

#slick-slide-control02{
    width: 100%;
    height: 100%;
    border-radius: 50%;
    display: flex;
    background-image: url('../images/our-team-3.jpg');
    align-items: center;
    justify-content: center;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.testimonial .slick-dots li button:before{
    display: none;
}

.testimonial .slick-dots li{
    width: 80px;
    height: 80px;
    opacity: 0.4;
}

.testimonial .slick-dots li.slick-active{
    opacity: 1;
    width: 100px;
    height: 100px;
}

.testimonial .slick-dots{
    bottom: -9rem;
}

.review-author{
    margin-top: 2rem;
}

.review-author h3{
    font-size: 20px;
    line-height: 24px;
    color: var(--theme-color-1);
    margin-bottom: 10px;
}

.testimonial .carosel-arrow .carosel-nav-left-testi{
    width: 30px;
    height: 30px;
    background-color: var(--theme-color-2);
    color: #fff;
    border-radius: 6px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: none;
    position: absolute;
    top: 50%;
    left: 9rem;
}

.testimonial .carosel-arrow .carosel-nav-right-testi{
    width: 30px;
    height: 30px;
    background-color: var(--theme-color-2);
    color: #fff;
    border-radius: 6px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: none;
    position: absolute;
    top: 50%;
    right: 9rem;
}

.subscribe{
    background: linear-gradient(0deg, rgba(38, 27, 82, 0.8), rgba(38, 27, 82, 0.8)), url('../images/finance-service-1-bg.webp');
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    position: relative;
    display: inline-block;
    margin-top: 10rem;
}

.subscribe-inner h3{
    font-size: 40px;
    line-height: 58px;
    text-align: center;
    text-transform: capitalize;
    color: #fff;
}

.subscribe-inner h3 span{
    color: var(--theme-color-4);
}

.subscribe-form-container{
    position: relative;
    width: 100%;
    margin-top: 30px;
}

.subscribe-input{
    border: 1px solid #FFFFFF;
    border-radius: 6px;
    height: 55px;
    padding: 10px 140px 10px 10px;
    background-color: transparent;
    width: 100%;
	color: #fff;
}

.btn-main.subscribe-btn{
    position: absolute;
    top: 4px;
    right: 4px;
}

.blog-card-image{
    width: 100%;
    height: 190px;
    display: inline-block;
    position: relative;
}

.blog-card-image img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 6px;
}

.blog-posted-info{
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.blog-posted-info li{
    display: inline-block;
    margin-right: 10px;
    font-size: 12px;
    margin: 15px 0px;
}

.blog-post-details h3{
    font-size: 24px;
    line-height: 29px;
    margin-bottom: 20px;
}

.blog-link{
    text-decoration: underline;
    font-family: 'Inter-Medium';
    width: 100%;
    display: inline-block;
    margin-top: 20px;
}

.blog-link i{
    margin-right: 10px;
    font-size: 14px;
    color: var(--theme-color-2);
}

.blog-posted-info a i{
    color: var(--theme-color-4);
}

.page-end-banner{
    background: linear-gradient(0deg, rgba(0, 186, 171, 0.6), rgba(0, 186, 171, 0.6)), url('../images/page-bottom-banner-bg.jpg');
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
    width: 100%;
    display: inline-block;
    padding: 4rem 0rem;
}

.pageend-banner-inner{
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
}

.pageend-banner-inner h3{
    font-size: 30px;
    line-height: 39px;
    color: var(--font-white);
}

.tooter-top-section{
    background-color: #012243;
    padding: 60px 0px 30px 0px;
    position: relative;
}

.footer-about h3{
    font-size: 32px;
    line-height: 44px;
    margin-bottom: 35px;
    color: #fff;
}

.footer-about p{
    color: #fff;
}

.footer-contact-list{
    margin-top: 20px;
}

.footer-contact-list li{
    margin-bottom: 10px;
}

.footer-contact-list li a{
    color: #fff;
}

.footer-contact-list li a i{
    color: var(--theme-color-4);
    margin-right: 10px;
}

.footer-social-list{
    margin-top: 20px;
}

.footer-social-list li{
   display: inline-block;
   margin-right: 20px;
}

.footer-social-list li a{
    display: inline-block;
    color: #fff;
}

.footer-heading{
    font-size: 20px;
    line-height: 24px;
    color: #fff;
    margin-bottom: 35px;
}

.footer-heading::after {
    content: '';
    width: 30px;
    height: 2px;
    background-color: var(--theme-color-4);
    display: inline-block;
    margin-left: 10px;
    position: relative;
    top: -5px;
}

.footer-menu-list li{
    margin-bottom: 10px;
}

.footer-menu-list li a{
    color: #fff;
}

.footer-menu-list li a::before{
    font-family: "Fontawesome"; 
	font-weight: 400;
	content: "\f105";
    margin-right: 10px;
    font-size: 13px;
}

.footer-subscribe form{
    position: relative;
    margin-top: 20px;   
}

.footer-subscribe form .footer-newsletter-container{
    width: 100%;
    position: relative;
    margin-bottom: 20px;
}

.footer-subscribe p{
    color: #fff;
}

.footer-input{
    width: 100%;
    position: relative;
    height: 51px;
    border: 1px solid #fff;
    background-color: transparent;
    border-radius: 6px;
    padding: 10px 15px;
	color: #fff;
}

.footer-bottom-section{
    background: #03172B;
    padding: 20px 0px;
}

.footer-bottom-inner{
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: 13px;
}

.testimonial .carosel-arrow .carosel-nav-right-testi:hover{
    background-color: transparent;
    border: 1px solid var(--theme-color-2);
    color: var(--theme-color-2);
    transition: ease-in-out 0.3s;
}

.testimonial .carosel-arrow .carosel-nav-left-testi:hover{
    background-color: transparent;
    border: 1px solid var(--theme-color-2);
    color: var(--theme-color-2);
    transition: ease-in-out 0.3s;
}

.footer-social-list li a:hover{
    color: var(--theme-color-4);
}

.page-banner{
    background: linear-gradient(0deg, rgba(38, 27, 82, 0.8), rgba(38, 27, 82, 0.8)), url('../images/finance-service-1-bg.webp');
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    position: relative;
    display: inline-block;
    height: 380px;
    padding-top: 75px;
}

.page-banner-inner{
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    text-align: center;
}

.page-banner-inner h3{
    font-size: 40px;
    line-height: 40x;
    color: var(--font-white);
    margin-bottom: 10px;
}

.breadcrump-list li{
    display: inline-block;
    font-size: 14px;
    color: var(--font-white);
    margin: 0px 5px;
}

.services-widget{
    box-shadow: 0px 0px 20px rgb(179 179 179 / 25%);
    padding: 20px;
    display: inline-block;
    width: 100%;
}

.widget-heading{
    font-size: 20px;
    line-height: 25px;
    margin-bottom: 25px;
}

.widget-service-list li{
    padding: 10px 10px;
}

.widget-service-list li a::before{
    font-family: "Fontawesome"; 
	font-weight: 400;
	content: "\f105";
    margin-right: 10px;
    font-size: 13px;
}

.widget-service-list li:hover{
    background-color: var(--theme-color-2);
    color: #fff;
    border-radius: 6px;
    transition: ease-in-out 0.3s;
}

.help-widget{
    background-color: var(--theme-color-2);
    padding: 40px;
    border-radius: 6px;
}

.help-widget h3{
    font-size: 24px;
    line-height: 40px;
    margin-bottom: 20px;
    margin-top: 20px;
    color: var(--font-white);
}

.help-widget p{
    color: var(--font-white);
    margin-bottom: 10px;
}

.help-widget-phone{
    font-size: 20px;
    margin-bottom: 10px;
    color: var(--font-white);
}

.help-widget-mail{
    color: var(--font-white);
}

.privacy-widget{
    position: relative;
    padding: 80px 45px;
    text-align: center;
    background-size: cover;
    background: linear-gradient(0deg, rgba(34,34,34,0.80), rgba(34,34,34,0.80)), url('../images/finance-service-1.png');
    margin-top: 30px;
    background-position: center;
}


.privacy-widget h3{
    font-size: 30px;
    line-height: 40px;
    color: var(--font-white);
    margin-bottom: 20px;
}

.privacy-widget p{
    color: var(--font-white);
    margin-bottom: 20px;
}

.service-detail-main-image{
    width: 100%;
    height: 350px;
    
}

.service-detail-main-image img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 6px;
}

.service-detail-main-heading{
    font-size: 24px;
    margin-bottom: 25px
}

.service-detail-para{
    margin-bottom: 20px;
}

.service-detail-list li{
    font-family: 'Inter-Medium';
    margin-bottom: 15px;
}

.service-detail-list li::before{
    content: '\f0a9';
    left: 0px;
    top: 5px;
    color: var(--theme-color-4);
    font-size: 18px;
    line-height: 1em;
    font-family: 'FontAwesome';
    margin-right: 7px;
}

.service-small-image{
    height: 100%;
    width: 100%;
    object-fit: cover;
}

.page-full{
    width: 100%;
    height: 100vh;
    position: relative;
    display: inline-block;
    background-position: right;
    background-size: contain;
    background-repeat: no-repeat;
}

.page-full-inner{
    display: flex;
    align-items: flex-start;
    justify-content: center;
    flex-direction: column;
    height: 100%;
}

.error-inner h2{
    font-size: 150px;
    /* margin-bottom: 20px; */
    color: var(--theme-color-4);
}

.error-inner h4{
    font-size: 40px;
    margin-bottom: 20px;
}

.error-inner p{
    margin-bottom: 20px;
}

.page-full.error{
    background-image: url('../images/error-bg.png');
}

.faq .accordion-item{
    border: none;
    box-shadow: 0px 0px 20px rgb(179 179 179 / 25%);
    margin-bottom: 20px;
    border-radius: 60x;
}

.faq .accordion-button:not(.collapsed){
    /* color: var(--theme-color-1); */
    background-color: transparent;
    box-shadow: none;
}

.faq .accordion-button::before{
    font-family: "Fontawesome"; 
	font-weight: 400;
	content: "\f059";
    margin-right: 10px;
    font-size: 16px;
    color: var(--theme-color-4);
}

.page-full-coming{
    width: 100%;
    height: 100vh;
    position: relative;
    display: inline-block;
    background-position: center;
    background-size: cover !important;
    background-repeat: no-repeat;
    /* background-image: url('../images/coming-soon-bg.jpg'); */
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('../images/coming-soon-bg.jpg');
}

.page-coming-inner{
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    height: 100%;
}

.page-coming-inner h2{
    font-size: 40px;
    margin-bottom: 20px;
    color: var(--font-white);
}

.page-coming-inner p{
    margin-bottom: 20px;
    color: var(--font-white);
}

.soon-subscribe{
    width: 100%;
}

.soon-form-wrapper{
    position: relative;
    width: 100%;
}

.soon-input{
    width: 100%;
    height: 55px;
    border-radius: 35px;
    padding: 10px 15px;
    display: inline-block;
    border: none;
}

.soon-submit{
    background-color: var(--theme-color-2);
    border-radius: 35px;
    text-align: center;
    color: #fff;
    padding: 10px 10px;
    position: absolute;
    top: 5px;
    right: 5px;
    border: none;
    width: 135px;
}

.soon-counter-list{
    display: flex;
}

.soon-counter-list > div{
    width: 100px;
    height: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    margin: 30px 8px 0px 8px;
    background-color: rgb(255 255 255 / 20%);
    flex-direction: column;
    color: var(--theme-color-4);
    font-family: 'Inter-Bold';
    font-weight: normal;
    font-size: 32px;
}

.soon-counter-list > div span{
    font-family: 'Inter-Medium';
    font-weight: normal;
    /* margin: 10px 0px; */
    color: var(--font-white);
    font-size: 14px;
}

.policy-main-heading {
    font-size: 24px;
    margin-bottom: 20px;
    margin-top: 20px;
    font-family: 'Inter-Bold';
    font-weight: normal;
}

.policy-description {
    margin-bottom: 15px;
}

.search-widget{
    position: relative;
    margin-bottom: 20px;
    width: 100%;
    display: inline-block;
}

.bolg-search-input{
    width: 100%;
    height: 51px;
    padding: 10px 15px;
    position: relative;
    display: inline-block;
    border-radius: 6px;
    border: 1px solid #ccc;
}

.blog-search-btn{
    width: 51px;
    height: 51px;
    border: none;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    color: var(--theme-color-4);
    border-radius: 6px;
    position: absolute;
    top: 0;
    right: 0;
    background: transparent;
}

.recently-added-widget{
    box-shadow: 0px 0px 20px rgb(179 179 179 / 25%);
    padding: 20px;
    display: inline-block;
    width: 100%;
}

.recent-post-list li{
    margin-bottom: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid #ccc;
}

.recent-post-list li:last-child{
    border: none;
}

.recent-post-inner{    
    display: flex;
    align-items: flex-start;
}

.recent-post-image{
    min-width: 80px;
    width: 80px;
    height: 60px;
    margin-right: 15px;
}

.recent-post-image img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 6px;
}

.recent-post-info h3{
    font-size: 14px;
    margin-bottom: 0px;
}

.recent-post-info p{
    font-size: 12px;
    color: var(--theme-color-4);
}

.tags-widget{
    margin-top: 40px;
}

.tags-widget ul li{
    display: inline-block;
    margin-right: 10px;
    margin-bottom: 10px;
}

.tags-widget ul li a{
    padding: 10px;
    border: 1px solid #ccc;
    color: var(--theme-color-4);
    border-radius: 6px;
    display: inline-block;
}

.comments-list .comments-list-item{
    margin-bottom: 30px;
    padding-bottom: 30px;
    border-bottom: 1px solid #ccc;
}

.comments-list-inner{
    display: flex;
    align-items: flex-start;
}

.comment-author-image{
    min-width: 100px;
    height: 100px;
    border-radius: 50%;
    margin-right: 15px;
}

.comment-author-image img{
    border-radius: 50%;
}

.comment-author-heading{
    display: flex;
    justify-content: space-between;
}

.comment-author-heading h3{
    margin-bottom: 10px;
    font-size: 18px;
}

.comment-author-heading a{
    background-color: var(--theme-color-1);
    color: #fff;
    padding: 2px 10px;
    border-radius: 35px;
    font-size: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100px;
}

.comment-author-info h4{
    font-size: 13px;
    margin-bottom: 15px;
}

.comments-list.replay{
    margin-left: 3rem;
}

.comments-list .comments-list-item:last-child{
    border: none;
    padding-bottom: 0;
}

.comments-list{
    padding-top: 3rem;
}

.leave-message{
    display: inline-block;
    margin-top: 4rem;
}

.message-container{
    position: relative;
}

.message-input{
    width: 100%;
    display: inline-block;
    padding: 10px 15px;
    border: 1px solid #ccc;
    border-radius: 6px;
}

.contact-us-card{
    box-shadow: 0px 0px 20px rgb(179 179 179 / 25%);
    padding: 30px 50px;
    border-radius: 6px;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    background-color: #fff;
    height: 100%;
}

.contact-heading{
    padding: 20px 0px;
    font-size: 24px;
    text-transform: uppercase;
}

.page-contact-us{
    position: relative;
    margin-top: -7rem;
}

.contact-form-heading{
    font-size: 28px;
    text-transform: uppercase;
    margin-bottom: 30px;
    color: var(--font-white);
}

.contact-form-left{
    border-radius: 6px;
    padding: 40px;
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('../images/banner.jpg');
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
    width: 100%;
    height: 100%;
}

.contact-form-left p{
    color: var(--font-white);
}

.contact-form-container{
    position: relative;
    margin-bottom: 20px;
}

.contact-input{
    height: 51px;
    padding: 10px 15px;
    border: 1px solid #ccc;
    border-radius: 6px;
    width: 100%;
}

.contact-textarea{
    padding: 10px 15px;
    border: 1px solid #ccc;
    border-radius: 6px;
    width: 100%;
}

.navbar-dark .navbar-brand {
    color: #fff;
    width: 145px;
}

.btn-border:hover{
    transition: ease-in-out 0.3s;
    color: var(--theme-color-4);
    border-color: var(--theme-color-4);
}

.blog-link:hover{
    color: var(--theme-color-2);
    transition: ease-in-out 0.3s; 
    text-decoration: underline;  
}

.team-card-wrapper:hover .team-person-details h3{
    color: var(--theme-color-2);
    transition: ease-in-out 0.3s; 
}

.services-info-content a:hover{
    color: var(--theme-color-2);
    transition: ease-in-out 0.3s; 
    text-decoration: underline;  
}

.error-msg{
    display: none;
    transition: ease-out 0.3s;
    opacity: 0;
}
.error-msg-display{
    display: block;
    transition: ease-out 0.3s;
    opacity: 1;
    position: absolute;
    bottom: -15px;
    font-size: 10px;
    left: 0px;
    margin: 0;
    line-height: 0;
    color: red;
}
.success-msg{
    display: none;
    transition: ease-out 0.3s;
}
.success-msg-display{
    position: absolute;
    display: block;
    transition: ease-out 0.3s;
    padding: 10px;
    background: #2e7dab;
    font-size: 14px;
    /* border-radius: 5px; */
    z-index: 10;
    top: 65px;
    left: 0;
	color: #fff;
}

.subscribe-inner{
	position: relative;
}

.subscribe-inner form{
	position: relative;
}

.check-success-icon{
	margin-right: 10px
}

.error-msg-contact{
    display: none;
    transition: ease-out 0.3s;
    opacity: 0;
}
.error-msg-contact-display{
    display: block;
    transition: ease-out 0.3s;
    opacity: 1;
    position: absolute;
    bottom: -8px;
    font-size: 10px;
    left:0;
    margin: 0;
    line-height: 0;
    color: red;
}
.success-msg-contact{
    display: none;
    transition: ease-out 0.3s;
}
.success-msg-contact-display{
    position: absolute;
    display: block;
    transition: ease-out 0.3s;
    padding: 10px;
    background: #001941;
    font-size: 14px;
    /* border-radius: 5px; */
    z-index: 10;
    bottom: -150px;
    left: 0;
    padding-left: 3px;
	color: #fff;
	width: 265px;
}

.check-success-icon{
    padding: 10px;
    margin-right: 10px;
	color: #fff;
}
.success-msg p, .success-msg-display p{
    margin-bottom: 0;
}
.error-msg p, .error-msg-display p{
    margin-bottom: 0;
}

input:hover, input:focus, input:active{
    box-shadow: none;
    outline: none;
}

#loading {
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	position: fixed;
	display: block;
	/* opacity: 0.7; */
	background-color: #fff;
	z-index: 9999;
	text-align: center;
}

#loading-image {
	position: absolute;
	top: 40%;
	z-index: 999;
	transform: translate(-50%);
	background-color: #fff;
	display: inline-block;
}

@media (max-width: 1050px) {
    .comimgsoon-img-hig
    {
        min-height: fit-content;
        max-height: 1000px !important;
        padding:24px auto; 
    }
}