/**** Start loader CSS ***/

.dot-spinner {
  --uib-size: 2.8rem;
  --uib-speed: .9s;
  --uib-color: var(--theme-color);
  position: relative;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  height: var(--uib-size);
  width: var(--uib-size);
}

.dot-spinner__dot {
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  height: 100%;
  width: 100%;
}

.dot-spinner__dot::before {
  content: '';
  height: 20%;
  width: 20%;
  border-radius: 50%;
  background-color: var(--uib-color);
  transform: scale(0);
  opacity: 0.5;
  animation: pulse0112 calc(var(--uib-speed) * 1.111) ease-in-out infinite;
  box-shadow: 0 0 20px rgba(18, 31, 53, 0.3);
}

.dot-spinner__dot:nth-child(2) {
  transform: rotate(45deg);
}

.dot-spinner__dot:nth-child(2)::before {
  animation-delay: calc(var(--uib-speed) * -0.875);
}

.dot-spinner__dot:nth-child(3) {
  transform: rotate(90deg);
}

.dot-spinner__dot:nth-child(3)::before {
  animation-delay: calc(var(--uib-speed) * -0.75);
}

.dot-spinner__dot:nth-child(4) {
  transform: rotate(135deg);
}

.dot-spinner__dot:nth-child(4)::before {
  animation-delay: calc(var(--uib-speed) * -0.625);
}

.dot-spinner__dot:nth-child(5) {
  transform: rotate(180deg);
}

.dot-spinner__dot:nth-child(5)::before {
  animation-delay: calc(var(--uib-speed) * -0.5);
}

.dot-spinner__dot:nth-child(6) {
  transform: rotate(225deg);
}

.dot-spinner__dot:nth-child(6)::before {
  animation-delay: calc(var(--uib-speed) * -0.375);
}

.dot-spinner__dot:nth-child(7) {
  transform: rotate(270deg);
}

.dot-spinner__dot:nth-child(7)::before {
  animation-delay: calc(var(--uib-speed) * -0.25);
}

.dot-spinner__dot:nth-child(8) {
  transform: rotate(315deg);
}

.dot-spinner__dot:nth-child(8)::before {
  animation-delay: calc(var(--uib-speed) * -0.125);
}

@keyframes pulse0112 {
  0%,
  100% {
    transform: scale(0);
    opacity: 0.5;
  }

  50% {
    transform: scale(1);
    opacity: 1;
  }
}
/*** End loader CSS ***/

/*** Start Loan Service CSS ***/
.blog-single.style3 {
    padding: 0;
    margin-bottom: 0;
}

.blog-single {
    position: relative;
    margin-bottom: var(--blog-space-y, 40px);
    padding: var(--blog-space-y, 40px) var(--blog-space-x, 40px);
    border: 1px solid #ecf1f9;
    box-shadow: 0px 7px 14px 0px rgba(234, 237, 242, 0.5);
    border-radius: 10px;
}

.blog-single.style3 .blog-img {
    margin-bottom: 40px;
    border-radius: 10px 10px 0 0;
    position: relative;
}

.blog-single.style3 .blog-img img {
    width: 100%;
    -webkit-transition: 0.4s ease-in-out;
    transition: 0.4s ease-in-out;
}

.blog-single.style3 .blog-img:after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 112px;
    height: 60px;
    border-bottom: solid 30px var(--white-color);
    border-left: solid 56px var(--white-color);
    border-right: solid 56px transparent;
    border-top: solid 30px transparent;
}

.blog-single.style3 .blog-content {
    padding: 0 var(--blog-space-x, 40px) 40px;
}
.blog-single .blog-content {
    margin: 0 0 0 0;
    padding: 0;
    position: relative;
}

.box-title {
    font-size: 24px;
    line-height: 1.417;
}
.box-title {
    font-size: 24px;
    line-height: 1.417;
    font-weight: 600;
    margin-top: -0.32em;
}
.box-title a {
    color: inherit;
}
.txt-of-3 {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}
.link-btn {
    font-weight: 500;
    font-size: 14px;
    display: inline-block;
    line-height: 0.8;
    position: relative;
    padding-bottom: 2px;
    margin-bottom: -2px;
    text-transform: uppercase;
    color: var(--theme-color);
}
.link-btn:before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 0;
    height: 2px;
    background-color: var(--theme-color);
    -webkit-transition: all ease 0.4s;
    transition: all ease 0.4s;
}
/*** End Loan Service CSS ***/

/*** Start Footer CSS ***/
.footer-wrap {
    position: relative;
}
.footer-wrap .footer-top {
    background-color: #1b0a5a;
}
.footer-wrap .footer-top .footer-widget {
    margin: 0 0 30px;
}
.footer-wrap .footer-top .footer-widget .footer-logo {
    margin: 0 0 20px;
    display: block;
}
.footer-wrap .footer-top .footer-widget .footer-widget-title, .footer-wrap .footer-top .footer-widget p, .footer-wrap .footer-top .footer-widget a {
    color: #fff;
}
.footer-contact-address {
    margin: 0 0 9px;
}
.footer-contact-address li {
    position: relative;
    color: #fff;
    padding-left: 30px;
    line-height: 32px;
    padding-bottom: 12px;
    list-style: none;
}
.footer-contact-address li i {
    position: absolute;
    top: 5px;
    left: 0;
    font-size: 20px;
    line-height: 1;
    color: var(--theme-color5);
}
.footer-wrap .footer-top .footer-widget .share-on span {
    color: #fff;
    position: relative;
    font-weight: 500;
    font-size: 16px;
    margin: 0 0 20px;
    padding: 0 0 8px;
    display: block;
}
.footer-wrap .footer-top .footer-widget .share-on span:after {
    position: absolute;
    bottom: 0;
    left: 0;
    content: "";
    background-color: var(--theme-color5);
    width: 50px;
    height: 1px;
}
.social-profile li {
    display: inline-block;
    margin: 0 10px 0 0;
}
.footer-wrap .footer-top .footer-widget .share-on .social-profile li a {
    width: 30px;
    height: 30px;
    background-color: #fff;
    border-color: transparent;
    -webkit-transition: .3s;
    transition: .3s;
}
.footer-wrap .footer-top .footer-widget .share-on .social-profile li a i {
    color: var(--theme-color5);
    font-size: 16px;
    line-height: 27px;
}
.footer-wrap .footer-top .footer-widget .share-on .social-profile li a:hover {
    background-color: var(--theme-color5);
}
.footer-wrap .footer-top .footer-widget .share-on .social-profile li a:hover i {
    color: #fff;
}
.social-profile li a {
    display: block;
    color: #4c4c4c;
    font-size: 16px;
    width: 35px;
    height: 35px;
    border-radius: 50%;
    text-align: center;
    border: 1px solid #4c4c4c;
    -webkit-transition: .3s;
    transition: .3s;
}
.footer-wrap .footer-top .footer-widget .footer-widget-title {
    font-size: 20px;
    font-weight: 500;
    line-height: 1.4;
    margin: 0 0 25px;
    padding: 0 0 10px;
    position: relative;
}
.footer-wrap .footer-top .footer-widget .footer-widget-title:after {
    position: absolute;
    bottom: 0;
    left: 0;
    content: "";
    background-color: #ffffff;
    width: 50px;
    height: 1px;
}
.footer-wrap .footer-top .footer-widget .footer-menu li {
    padding-bottom: 10px;
    display: block;
}
.footer-wrap .footer-top .footer-widget .footer-menu li a {
    position: relative;
    display: inline-block;
    text-transform: capitalize;
    -webkit-transition: .4s;
    transition: .4s;
}
.footer-wrap .footer-top .footer-widget .footer-menu li a:after {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 0;
    height: 1px;
    content: "";
    background-color: var(--theme-color5);
    visibility: hidden;
    opacity: 0;
    -webkit-transition: .3s;
    transition: .3s;
}
.footer-wrap .footer-top .footer-widget .footer-menu li a:hover {
    color: var(--theme-color5);
}
.footer-wrap .footer-top .footer-widget .footer-menu li a:hover:after {
    width: 100%;
    visibility: visible;
    opacity: 1;
}
.footer-widget .footer-menu, .footer-contact-address, .DICGC_Assurance {
    padding-left: 0px;
}
.footer-wrap .footer-bottom {
    background-color: var(--theme-color5);
    padding: 15px 0;
}
.footer-wrap .footer-bottom .copyright-text {
    text-align: left;
}
.footer-wrap .footer-bottom .copyright-text p {
    color: #fff;
    margin: 0;
    font-size: 15px;
}
.footer-wrap .footer-bottom .copyright-text p a {
    color: var(--theme-color);
    font-weight: 600;
}
.social-links {
    padding-left: 0;
    text-align: end;
    margin-bottom: 0;
    list-style-type: none;
}
.social-profile{
    padding-left: 0;
}
.footer-count {
    color: #f0f0f0;
    border: 1px solid #ccc;
    border-radius: 5px;
    padding-left: 5px;
    padding-right: 5px;
    width: 110px;
    text-align: center;
}
.DICGC_Assurance{
    display: flex;
    gap: 15px;
    list-style-type: none;
}
/*** END Footer CSS ***/

/*** Start Custome Btn CSS ***/
.cus-btn {
 background-color: var(--theme-color);
 padding: 12px 34px;
 color: #fff;
 text-transform: uppercase;
 letter-spacing: 2px;
 cursor: pointer;
 border-radius: 10px;
 border: 2px dashed var(--theme-color);
 box-shadow: rgba(50, 50, 93, 0.25) 0px 2px 5px -1px, rgba(0, 0, 0, 0.3) 0px 1px 3px -1px;
 transition: .4s;
}

.cus-btn span:last-child {
 display: none;
}

.cus-btn:hover {
 transition: .4s;
 border: 2px dashed var(--theme-color);
 background-color: #fff;
 color: var(--theme-color);
}

/*** END Custome Btn CSS ***/

/*** Start Top Header CSS ***/
.header-right {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 16px;
}
/*** END Top Header CSS ***/

/*** Start Header CSS ***/
@media (max-width: 1700px) {
    .header-default.style-2 .header-logo:before {
        right: -44px !important;
        top: -9px !important;
    }
}
@media (max-width: 1300px) {
    .header-default.style-2 .header-logo:before {
        right: -86px !important;
        top: -4px !important;
    }
    .main-menu a{
        font-size: 13px !important;
    }
}
@media (max-width: 992px) {
    .header-default.style-2 .header-logo:before {
        height: 70px !important;
        top: 0px !important;
    }
    .header-right{
        justify-content: center;
    }
}

@media(max-width: 575px) {
    .header-default.style-2 .header-logo:before {
        right: -37px !important;
    }
}
/*** END Header CSS ***/