@import url(../font/font.css);
@import url(../css/lity.css);

/**************************************
                General
**************************************/
*,
*::before,
*::after {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
  text-decoration: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
}

html {
  font-size: 100%;
  box-sizing: inherit;
  scroll-behavior: smooth;
  height: -webkit-fill-available;
  scroll-padding: 65px;
}
html::-webkit-scrollbar{
  width: 6px;
  background-color: #7595ff4d;
}
html::-webkit-scrollbar-thumb{
  background-color: rgb(22, 67, 87);
  border-radius: 50rem;
}
html.lenis {
  height: auto;
}

.lenis.lenis-smooth {
  scroll-behavior: auto !important;
}

.lenis.lenis-smooth [data-lenis-prevent] {
  overscroll-behavior: contain;
}

.lenis.lenis-stopped {
  overflow: hidden;
}

.lenis.lenis-scrolling iframe {
  pointer-events: none;
}
a,
button {
  cursor: pointer;
  border: none;
  outline: none;
  user-select: none;
  background: none;
  box-shadow: none;
}

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

body {
  font-size: 14px;
  font-family: "Mulish", sans-serif;
  font-weight: 400;
  color: #131313;
  background-color: #fff;
}

a,
a:hover,
a:focus {
  /* color: inherit; */
  transition: all .4s;
  -webkit-transition: all .4s;
  -moz-transition: all .4s;
  -ms-transition: all .4s;
  -o-transition: all .4s;
  text-decoration: none;
}

h1,
h2,
h3,
h4,
h5 {
  transition: all .4s;
  -webkit-transition: all .4s;
  -moz-transition: all .4s;
  -ms-transition: all .4s;
  -o-transition: all .4s;
}

p {
  margin-top: 0;
  margin-bottom: 1rem;
}

main {
  overflow: clip;
  z-index: 1;
  position: relative;
}

img {
  max-width: 100%;
  height: auto;
}


/**************************************
                Helper Class
**************************************/
p {
  font-size: 23px;
  line-height: 31px;
  color: #131313;
}

.primary-btn {
  background-color: rgb(22, 67, 87);
  box-shadow: 0px 6px 7px 0px rgba(0, 0, 0, 0.11);
  border: 0;
  outline: none;
  padding: 14px 45px;
  border-radius: 20px 0;
  transition: all .5s;
  display: inline-block;
  position: relative;
  overflow: clip;
  z-index: 2;
  font-size: 18px;
  line-height: 30px;
  color: rgb(255 255 255);
  isolation: isolate;
}

.primary-btn span{
  width: 43px;
  height: 43px;
  border-radius: 50%;
  background-color: #ffffff;
  border: 1px solid #e3e3e3;
  position: absolute;
  right: -38px;
  text-align: center;
  line-height: 44px;
  margin-left: -13px;
}
.secondary-btn span{
  width: 43px;
  height: 43px;
  border-radius: 50%;
  background-color: #ffffff;
  border: 1px solid #e3e3e3;
  position: absolute;
  right: -24px;
  text-align: center;
  line-height: 43px;
  margin-left: -10px;
}
.secondary-btn span img{
  transform: translate(1px, 4px);
}
.enq .primary-btn span img{
  transform: translate(1px, 2px);
}
.primary-btn .char {
  font-style: normal;
  display: inline-block;
  height: 100%;
  padding-left: 1px;
  padding-right: 1px;
  transition: all 0.5s;
}
.primary-btn .char:hover {
  transform: translate3d(0, -6px, 0);
  transition: all 0.5s;
  font-weight: bold;
}
.secondary-btn:hover {
  color: #ffffff;
}
.secondary-btn:hover:after {
  transform: translate3d(0, 0, 0);
  scale: 1;
}
.primary-btn:after,
.primary-btn::before,
.secondary-btn:after,
.secondary-btn::before {
  content: '';
  content: '';
  position: absolute;
  z-index: -1;
  background: #081014;
  inset: 0;
  scale: 1 0;
  transition: scale 450ms;
  transform-origin: top;
  /* box-shadow: inset 0px 0px 37px 5px #3b0000; */
}
.secondary-btn:after {
  background-color: #04bdbd;
 }
.primary-btn:hover {
  color: #fff;
}
.primary-btn:hover::after,
.primary-btn:focus-visible::after ,
.secondary-btn:hover::after,
.secondary-btn:focus-visible::after {
  scale: 1 1;
  transform-origin: right;
}
.btn-group{
  display: flex;
  gap: 20px;
}
.text-center {
  text-align: center;
}

.container {
  max-width: 1530px;
}

/* Modal */
.fade {
  transition: opacity .15s linear;
}

.offcanvas {
  position: fixed;
  bottom: 0;
  z-index: 1045;
  display: flex;
  flex-direction: column;
  max-width: 100%;
  visibility: hidden;
  background-color: #fff;
  background-clip: padding-box;
  outline: 0;
  transition: transform .3s ease-in-out;
  width: 400px;
}

.offcanvas.offcanvas-end {
  top: 0;
  right: 0;
  border-left: 1px solid #1313132d;
  transform: translateX(100%);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: bottom;
}

.offcanvas-header,
.offcanvas .offcanvas-header.form-box {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 1rem 1rem;
  position: relative;
  padding-bottom: 0;
}

.offcanvas .heading-section h2 {
  position: relative;
  bottom: unset;
  font-size: 30px;
  color: #000000;
}

.offcanvas .heading-section {
  margin: 0;
}

.offcanvas-body {
  flex-grow: 1;
  padding: 1rem 1rem;
  overflow-y: auto;
}
.offcanvas-body .contact-box {
  background-color: rgb(30 184 185 / 0%);
  text-align: center;
  padding: 0;
  padding-top: 0;
  overflow: clip;
}
.offcanvas-body::-webkit-scrollbar {
  width: 0;
}

.offcanvas-body .contact-box form {
  padding-bottom: 40px;
  padding-top: 0;
  background-color: transparent;
}
.offcanvas.hiding,
.offcanvas.show,
.offcanvas.showing {
  visibility: visible;
}

.offcanvas.show:not(.hiding),
.offcanvas.showing {
  transform: none;
}

.offcanvas-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}

.offcanvas-backdrop.show {
  opacity: .5;
}

.fade {
  transition: opacity .15s linear;
}

button.btn-close img {
  border-bottom: 1px solid #6f5036;
  padding-bottom: 4px;
  filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(7490%) hue-rotate(132deg) brightness(110%) contrast(101%);
}

button.btn-close {
  width: 40px;
  height: 40px;
  opacity: 1;
  color: #ffffff;
  font-size: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  outline: none;
  border-radius: 50%;
  flex-direction: column;
  gap: 5px;
  background-image: linear-gradient(82deg, rgb(22, 67, 87) 0%, rgb(22, 67, 87) 100%);
  transition: all .5s;

}

button.btn-close:hover {
  background-color: #000;
}

.form-group{
  margin-bottom: 15px;
}
.form-input{
  width: 100%;
    font-size: 18px;
    padding: 22px 22px;
    background-color: #ffffff;
    border: 0;
    border-radius: 10px;
    outline: none;
}
input.primary-btn {
  border: 0;
  padding-inline: 35px;
  cursor: pointer;
}

/*******************************
	Menu
*******************************/
.topbar{
  background-color: rgb(22, 67, 87);
  padding: 6px;
  text-align: center;
}
.topbar p{
    font-size: 17px;
    color: rgb(255, 255, 255);
    font-weight: bold;
    line-height: 1.941;
    margin: 0;
}
.header-area {
  position: relative;
}

.enq-btn {
  position: fixed;
    top: 40%;
    right: 5px;
    height: 56px;
    font-weight: 400;
    text-align: center;
    z-index: 99;
    transform: rotate(-90deg);
    transform-origin: bottom right;
    border-radius: 0px;
    overflow: clip;
    display: flex;
    box-shadow: 0px 0px 10px 0px #1313133d;
    border-radius: 4px;
    background-image: linear-gradient(82deg, rgb(22, 67, 87) 0%, rgb(22, 67, 87) 100%);
    border-radius: 0px 20px;
}
.enq-btn::after,
.enq-btn::before{
  content: '';
  content: '';
  position: absolute;
  z-index: -1;
  background-image: linear-gradient(82deg, #000 0%, #000 100%);
  inset: 0;
  scale: 1 0;
  transition: scale 450ms;
  transform-origin: top;
}

.enq-btn:hover::after,
.enq-btn:focus-visible::after {
  scale: 1 1;
  transform-origin: right;
}

.enq-btn a{
  padding: 0 20px;
  font-size: 20px;
  letter-spacing: 1px;
  line-height: 58px;
  color: #ffffff;
  font-weight: 500;
}
.enq-btn a img{
  transform: rotate(90deg);
    margin-bottom: -5px;
    margin-right: 5px;
}
.header-area.sticky {
  background: #fff;
  animation: slideDown 0.35s ease-out;
}

.header-area.sticky {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  z-index: 99;
  box-shadow: 0px 0px 10px 0px #000;
}

@keyframes slideDown {
  from {
    transform: translateY(-100%);
  }

  to {
    transform: translateY(0);
  }
}
.enq .primary-btn{
  padding-left: 25px;
}
.enq .primary-btn span{
  margin-left: -30px;
}
.main-menu {
  display: flex;
  align-items: center;
  gap: 50px;
}

header {
  position: relative;
  width: 100%;
  background: #fff0;
  z-index: 100;
  transition: ease-in-out .4s;
  padding-top: 8px;
  padding-bottom: 8px;
}
.sticky .logo img {
  transition: all .5s;
}

.logo img {
  transition: all .5s;
}

.logo {
  filter: drop-shadow(0px 7px 5px rgba(0,0,0,0.19));
}

nav {
  position: relative;
  margin: 0 auto
}
.contact-list{
  position: relative;
  padding-left: 66px;
}
.contact-list span{
  width: 56px;
  height: 56px;
  border-style: solid;
  border-width: 1px;
  border-color: rgb(22, 67, 87);
  border-radius: 50%;
  background-color: rgba(18, 75, 131, 0);
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  left: 0;
  top: 2px;
}
.contact-list span::after{
  content: '';
  position: absolute;
  inset: 0;
  border-radius: 50%;
  border: 2px solid rgba(22, 67, 87, 0.205);
  scale: 1.2;
}

.contact-list p{
  font-size: 20px;
  color: rgb(32, 32, 32);
  margin-bottom: 0;
}
.contact-list a{
  font-size: 20px;
  color: rgb(22, 67, 87);
  font-weight: bold;
}
.contact-list a:hover{
  color: #081014;
}
#menu {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0;
}

.sec-gap {
  padding: 60px 0;
}
main{
  overflow: clip;
}

/*******************************
	Hero
*******************************/
.banner {
  position: relative;
}
.banner .container{
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
}
.banner-content{
  width: 80%;
}
h1{
  font-size: 55px;
  font-family: "Georgia";
  color: rgb(22, 67, 87);
  font-weight: bold;
  line-height: 1.117;
   margin-bottom: 10px;

}
.banner p{
font-size: 20px;
line-height: 31px;
color: #131313;
border-left: 4px solid #164357;
padding-left: 10px;
}
.banner-content{
  position: relative;
}
.down-arrow{
  border-style: solid;
  border-width: 4px;
  border-color: rgb(255, 255, 255);
  border-radius: 50%;
  background-color: rgb(22, 67, 87);
  width: 63px;
  height: 64px;
  position: absolute;
  bottom: -1%;
  left: 11%;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all .5s;
}
.down-arrow:hover{
  background-color: #000;
  transform: scale(1.1);
}
h6 {
  font-size: 19px;
  color: rgb(127, 127, 127);
  font-weight: bold;
  text-transform: uppercase;
  line-height: 1.947;
  position: relative;
}
h6::before{
  content: '';
  background-image: url(../img/sub-title-icon.webp);
  width: 16px;
  height: 20px;
  display: inline-block;
  margin-right: 5px;
  margin-bottom: -3px;
}


/*****************************
Services
*****************************/
.bloan-box{
  border-style: solid;
  border-width: 1px;
  border-color: rgb(135, 155, 164);
  background-color: rgb(255, 255, 255);
  box-shadow: 0px 11px 40px 0px rgba(0, 0, 0, 0.15);
  border-radius: 20px 0 50px 0;
  padding: 15px;
  position: relative;
  height: 100%;
}
.bloan-box h4 {
  font-size: 28px;
  color: rgb(22, 67, 87);
  font-weight: bold;
  line-height: 1.321;
}
.bloan-box p {
  font-size: 17px;
  color: rgb(32, 32, 32);
  line-height: 1.294;
  margin: 0;
}
.list{
  position: relative;
    padding-left: 43px;
    height: 36px;
    display: flex;
    align-items: center;
    margin-bottom: 20px;
}
.list::before{
  content: '';
    border: 1px solid rgb(22, 67, 87);
    border-radius: 50%;
    background-color: rgba(18, 75, 131, 0);
    width: 36px;
    height: 36px;
    background-image: url(../img/check-icon.webp);
    display: block;
    background-repeat: no-repeat;
    display: flex;
    align-items: center;
    justify-content: center;
    background-position: center;
    position: absolute;
    left: 0;
}
.list::after{
  content: '';
  border-radius: 50%;
  background-color: rgb(22, 67, 87);
  opacity: 0.2;
  position: absolute;
  width: 30px;
  height: 30px;
  left: 1px;
}
p.list{
  margin-bottom: 20px;
}
.icon-box{
  border-style: solid;
    border-width: 1px;
    border-color: rgb(22, 67, 87);
    border-radius: 50%;
    background-color: rgb(255, 255, 255);
    box-shadow: 0px 11px 40px 0px rgba(0, 0, 0, 0.15);
    position: absolute;
    right: -26px;
    top: -33px;
    width: 83px;
    height: 83px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.box-head{
  border-bottom: 1px solid rgb(225, 228, 230);
  margin-bottom: 15px;
  padding-bottom: 10px;
}
h2 {
  font-size: 48px;
  color: rgb(22, 67, 87);
  font-weight: bold;
  line-height: 1.125;
  margin-bottom: 10px;
}
.bneed .list::after{
  display: none;
}
.bneed p{
  font-size: 24px;
  color: rgb(24, 29, 32);
  font-weight: bold;
  line-height: 1.25;
  margin-bottom: 30px;
}

/*****************************
Loan
*****************************/
.loane-form{
  background-image: url(../img/loan-bg.webp);
  background-repeat: no-repeat;
  background-size: cover;
}
.loane-form form{
  border-style: solid;
    border-width: 1px;
    border-color: rgb(135, 155, 164);
    border-radius: 14px 0 50px 0;
    background-color: rgb(255, 255, 255);
    box-shadow: 0px 11px 40px 0px rgba(0, 0, 0, 0.15);
    padding: 20px;
}
label{
  font-size: 21px;
  color: rgb(24, 29, 32);
  font-weight: bold;
  line-height: 1.333;
  text-align: left;
  margin-bottom: 5px;
  display: block;
}
.form-icon {
  position: absolute;
  right: 15px;
  top: 17px;
}
.form-img {
  border-radius: 40px;
  overflow: hidden;
}
.form-img img{
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.loane-form .form-control{
  border-style: solid;
  border-width: 1px;
  border-color: rgb(22, 67, 87);
  border-radius: 8px;
  background-color: rgba(249, 249, 249, 0);
  height: 57px;
  font-size: 18px;
  color: rgb(50, 50, 50);
  line-height: 1.278;
}
.loane-form .primary-btn{
  width: 100%;
}
.loane-form .primary-btn:hover{
  background-color: #000;
  color: #fff;
}
.loane-form :is(h6,h2){
  color: #fff;
}
.loane-form .text-center{
  margin-bottom: 50px;
}
.loane-form h6::after,.loane-form h6::before{
  content: '';
  filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(0%) hue-rotate(128deg) brightness(102%) contrast(101%);
  content: '';
    background-image: url(../img/sub-title-icon.webp);
    width: 16px;
    height: 20px;
    display: inline-block;
    margin-right: 5px;
    margin-bottom: -3px;
}
.loane-form h6::after{
  margin-left: 5px;
}
/*********************************
about
*********************************/
.about{
  background-image: url(../img/who-we-are-bg.webp);
  padding-block: 86px;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 0 0 18% 0;
}
.flexbox{
  display: flex;
  align-items: center;
  gap: 20px;
  margin-top: 30px;
}
.iconbox{
  border-style: solid;
  border-width: 1px;
  border-color: rgb(22, 67, 87);
  border-radius: 20px;
  background-color: rgb(255, 255, 255);
  box-shadow: 0px 11px 40px 0px rgba(0, 0, 0, 0.15);
  width: 178px;
  height: 171px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  text-align: center;
  padding: 10px;
}
.iconbox p{
  font-size: 22px;
  color: rgb(17, 17, 17);
  font-weight: bold;
  line-height: 1.136;
  text-align: center;
  margin-bottom: 0;
}

/********************************
Why Choose
********************************/
.choose-box{
  background-color: rgb(22, 67, 87);
  box-shadow: 0px 11px 40px 0px rgba(0, 0, 0, 0.15);
  border-radius: 150px 0px 212.26px 212.26px;
  position: relative;
  text-align: center;
  padding: 9% 9% 10% 9%;
  height: 100%;
}
.choose-box :is(div,h4,p){
  position: relative;
  z-index: 2;
}
.choose-box::after{
  content: '';
    position: absolute;
    inset: 0;
    background-color: rgb(255, 255, 255);
    border-radius: 150px 0px 212.26px 212.26px;
    bottom: -10px;
    top: 10px;
}
.choose-icon{
  background-color: rgb(22, 67, 87);
    width: 151px;
    height: 149px;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: auto;
    margin-bottom: 20px;
    border-radius: 0px 0 40px 0;
}
.choose-icon::after{
  content: '';
  background-color: rgb(255, 255, 255);
  inset: 0;
  position: absolute;
  z-index: -1;
  border-radius: 0px 0 40px 0;
  top: -10px;
  bottom: 10px;

}
.choose-box h4 {
  font-size: 30px;
    color: rgb(17, 17, 17);
    font-weight: bold;
    line-height: 1;
    height: 60px;
    margin-bottom: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.choose-box p{
  font-size: 20px;
  color: rgb(24, 29, 32);
  line-height: 1.55;
  text-align: center;
}
.why-choose .text-center{
  margin-bottom: 60px;
}
.why-choose{
  padding: 90px 0;
}
.why-choose h6::after,.why-choose h6::before{
  content: '';
    background-image: url(../img/sub-title-icon.webp);
    width: 16px;
    height: 20px;
    display: inline-block;
    margin-right: 5px;
    margin-bottom: -3px;
}
.why-choose h6::after{
  margin-left: 5px;
}

/*************************************
Benefits
*************************************/
.benefits{
  background-image: url(../img/benifit-bg.webp);
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 0 14%;
}
.benefits h2{
  margin-bottom: 25px;
}


/*************************************
Benefits
*************************************/
.service-box {
  border-radius: 30px 0;
  overflow: clip;
  box-shadow: 0px 3px 20px 0px rgba(0, 0, 0, 0.15);
  margin-bottom: 20px;
}
.service-box h4{
  font-size: 30px;
  color: rgb(17, 17, 17);
  font-weight: bold;
  line-height: 1;
  text-align: center;
  margin-bottom: 10px;
}

.service-content {
  background-color: #fff;
    margin-top: -55px;
    position: relative;
    border-radius: 30px 30px 0 0;
    text-align: center;
    padding-bottom: 10px;
    padding-inline: 10px;
    height: 310px;
}
.service-icon {
  background-color: rgb(22, 67, 87);
    width: 93px;
    height: 88px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: auto;
    transform: translateY(-40px);
    margin-bottom: -20px;
}

.testimonial{
  background-color: #edf3f3;
  border-radius: 150px 0;
  overflow: clip;
}
.testimonial h2{
  margin-bottom: 30px;
}
.testimonial-img img{
  border-bottom-right-radius: 150px;
}
.testimonials-box {
  padding-block: 10%;
  padding-left: 4%;
  padding-right: 30%;
  position: relative;
}
.logo-gray{
  position: absolute;
  right: 87px;
  bottom: -15px;
}
.testi-item p{
  font-size: 27px;
  color: rgb(24, 29, 32);
  font-style: italic;
  line-height: 1.481;
  font-weight: 500;
  margin-bottom: 30px;
  margin-top: 10px;
}
.testi-item h5{
  font-size: 27px;
  color: rgb(22, 67, 87);
  font-weight: bold;
  line-height: 1.481;
}
.testi-item .deg{
  font-size: 18px;
  color: rgb(106, 107, 107);
  line-height: 1.833;
  margin-top: 0;
}



/**************************************
Testimonials
**************************************/


.placement-slider .slick-list{
  margin: 0 -20px;
}
.placement-slider .slick-slide{
  margin: 0 20px;
}
.slick-arrow{
  width: 45px;
height: 45px;
border-radius: 22px;
filter: drop-shadow(0px 8px 12px rgba(0,0,0,0.12));
background-color: #ffffff;
border: 1px solid #ffffff;
z-index: 1;
opacity: 1;
display: flex;
align-items: center;
justify-content: center;
transition: all 0.5s;
}
.slick-arrow:hover{
  background-color: rgb(22, 67, 87);
  offset: 10px;
}
.slick-arrow:after{
  content: '';
    outline: 1px solid rgb(22, 67, 87);
    width: 45px;
    height: 45px;
    position: absolute;
    border-radius: 50%;
    scale: .90;
    transition: all .5s;
    transition-delay: .2s;
    z-index: -1;
    opacity: 0;
}
.slick-arrow:hover:after{
    scale: 1.1;
    opacity: 1;
}
.slick-arrow:hover::before{
  border-top: 2px solid #ffffff;
    border-left: 2px solid #ffffff;
}
.slick-arrow::before{
  content: '';
    width: 15px;
    height: 15px;
    border-top: 2px solid #000;
    border-left: 2px solid #000;
    display: inline-block;
    transform: rotate(135deg);
    margin-right: 5px;
    opacity: 1;
}
.slick-arrow.slick-prev::before {
  transform: rotate(316deg);
  margin-left: 8px;
}
.slick-next:focus, .slick-next:hover, .slick-prev:focus, .slick-prev:hover{
  background-color: rgb(22, 67, 87);
}

.slick-dots li {
  background-color: rgba(22, 67, 87, 0.205);
  width: 60px;
  height: 5px;
}
.slick-dots li.slick-active{
  background-color: rgb(22, 67, 87);
}
.slick-dots{
  text-align: left;
}
/********************************
Contact Box
*********************************/

.form-group{
  position: relative;
  margin-bottom: 10px;
}

.form-control{
  width: 100%;
  border-radius: 4px;
  background-color: #ffffff;
  border: 1px solid rgb(22, 67, 87);
  font-size: 18px;
  line-height: 26px;
  color: #1d1f1f;
  outline: none;
  padding: 13px 50px 13px 15px;
}

.form-control::placeholder{
  color: #1d1f1f;
}

/*************************************
  FAQ
**************************************/
.set{
  position: relative;
  width: 100%;
  height: auto;
  width: 95%;
}


.set > h4{
  display: block;
  padding: 15px 15px;
  font-size: 24px;
  color: rgb(17, 17, 17);
  font-weight: bold;
  line-height: 1.25;
  text-align: left;
  border-bottom: 1px solid rgb(17, 17, 17);
  -webkit-transition:all 0.2s linear;
  -moz-transition:all 0.2s linear;
  transition:all 0.2s linear;
  cursor: pointer;
  border-radius: 15px 15px 0 0;
  position: relative;
  padding-right: 50px;
}

.set > h4.active{
  background-color:#164357;
  color: #fff;
  border: 0;
}
.set > h4::after{
  content: '+';
    position: absolute;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    border: 1px solid #164357;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #164357;
    right: 10px;
    top: 21px;
    padding-bottom: 4px;
}
.set > h4.active::after{
  content: '-';
  border: 1px solid #ffffff;
  color: #fff;
}
.content{
  background-color: #164357;
  padding: 10px;
  padding-top: 0;
  display:none;
  border-radius: 0 0 15px 15px;
}
.content p{
  padding: 10px 15px;
  margin: 0;
  color: #ffffff;
}
.like-to{
  position: relative;
  margin-top: 40px;
}
.like-to img{
  width: 100%;
}
.like-to-content{
  position: absolute;
    top: 37%;
    left: 9%;
    width: 50%;
}
/**************************************
Footer
**************************************/

footer {
  background-color: rgb(8, 16, 20);
  width: 100%;
  position: relative;
}
.flogo{
  margin-bottom: 15px;
}
footer p,
footer a{
  font-size: 14px;
  color: rgb(230, 233, 234);
  line-height: 1.467;
  margin-bottom: 6px;
}
footer a:hover{
  color: rgb(23, 104, 140);
}
footer h4{
  font-size: 20px;
  color: rgb(255, 255, 255);
  font-weight: bold;
  line-height: 1.5;
  text-align: left;
  position: relative;
}
footer h4::after{
  content: '';
    background-color: rgb(23, 104, 140);
    width: 18px;
    height: 1px;
    display: block;
    margin-bottom: 15px;
    margin-top: 2px;
}
.copyright p,
.copyright a {
  font-size: 15px;
  color: rgb(230, 233, 234);
  line-height: 1.467;
}

.copyright p a {
  color: #f7b733;
  text-decoration: underline;
}
.copyright {
  color: #fff;
  padding: 25px 0;
  text-align: center;
  font-size: 18px;
  display: flex;
  justify-content: center;
  border-top: 1px solid rgba(255, 255, 255, 0.11);
  margin-top: 20px;
}

.social{
  display: flex;
  align-items: center;
  gap: 15px;
}
.social a:hover {
  transform: scale(1.3);
}
.mx-auto{
  margin-inline: auto;
}
.business-lone h2{
  font-size: 30px;
}
/************************************************************************************************************/
/**************************************
             Responsive
**************************************/

@media (max-width: 1920px) {
  .service-img {
    height: 285px;
}
.service-img img{
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.footer-about {
  padding-right: 30%;
}
}
@media (max-width: 1366px) {
  .admission-content {
    position: relative;
    width: 66%;
}
.banner-content {
  width: 86%;
}
}

@media (max-width: 1440px),
(max-width: 1366px) {
  .container {
    max-width: 1300px;
}
.bloan-box h4 {
  font-size: 22px;
}
h2 {
  font-size: 40px;
}
.bneed p {
  font-size: 20px;
}
.bloan-box p {
  font-size: 14px;
}
p {
  font-size: 18px;
  line-height: 26px;
}
.choose-box h4 {
  font-size: 26px;
}
.choose-box p {
  font-size: 17px;
}
.benefits {
  background-position-x: -150px;
}
.about {
  padding-block: 50px;
  background-position-x: -180px;
}
.service-img {
  height: 240px;
}
.testimonials-box {
  padding-right: 13%;
}
.testi-item p {
  font-size: 24px;
}
.set > h4{
  font-size: 20px;
}
.set > h4::after {
  top: 14px;
}
.footer-about {
  padding-right: 20%;
}
.contact-list a {
  font-size: 18px;
}
.service-content {
    height: 280px;
}
}

@media (max-width: 1199.98px) {}

@media (max-width: 991.98px) {
 .contact-list p,
 .contact-list a:last-child{
  display: none;
 }
 .contact-list span {
  top: -26px;
}
.contact-list {
  position: relative;
  padding-left: 30px;
}
header {
  padding-inline: 20px;
}
h1 {
  font-size: 40px;
}
img.banner-img {
  height: 400px;
  object-fit: cover;
  object-position: 0px;
}
.down-arrow {
  bottom: -5%;
  left: 2%;
}
.icon-box {
  right: -8px;
  top: -50px;
}
.benefits {
  background-position-x: -630px;
}
.slick-prev {
  left: -7px;
}
.slick-next {
  right: -7px;
}
.testimonials-box {
  padding-block: 5%;
}
.accordion {
  padding: 0 50px;
}
h2 {
  font-size: 26px;
}
.like-to-content {
  position: absolute;
  top: 33%;
  left: 7%;
  width: 50%;
}
.like-to img {
  width: 100%;
  height: 470px;
  object-fit: cover;
  object-position: -440px;
}
}

@media (max-width: 675px), (max-width: 575.98px) {
  .enq .primary-btn {
    padding-left: 10px;
    font-size: 11px;
    padding: 4px 14px;
    border-radius: 15px 0;
}
.contact-list span {
  top: -17px;
  width: 35px;
  height: 35px;
}
.contact-list {
  position: relative;
  padding-left: 0px;
}
.main-menu {
  display: flex;
  align-items: center;
  gap: 46px;
}
header {
  padding-inline: 10px;
}
.logo img {
  transition: all .5s;
  width: 120px;
  height: auto;
}
h1 {
  font-size: 24px;
}
.banner p {
  font-size: 13px;
  line-height: 16px;
  color: #131313;
  border-left: 1px solid #164357;
  padding-left: 5px;
}
.primary-btn {
  padding: 6px 20px;
  font-size: 14px;
  border-radius: 15px 0;
}
.banner-content {
  width: 62%;
}
.banner-content .primary-btn {
  padding: 6px 16px;
  font-size: 12px;
  border-radius: 15px 0;
}
img.banner-img {
  height: 300px;
  object-fit: cover;
  object-position: -24px;
}
.topbar p {
  font-size: 10px;
  line-height: 10px;
}
.down-arrow {
  bottom: -8%;
  left: 6%;
  width: 44px;
  height: 44px;
  padding: 13px;
}
.icon-box {
  right: -8px;
  top: -26px;
  width: 63px;
  height: 63px;
  padding: 13px;
}
.bloan-box h4 {
  font-size: 18px;
}
.list::before {
  width: 26px;
  height: 26px;
}
.bloan-box {
  padding: 10px;
}
p.list {
  margin-bottom: 12px;
  padding-left: 34px;
  height: 30px;
  font-size: 13px;
}
h6 {
  font-size: 14px;
}
h2 {
  font-size: 18px;
}
.bneed p {
  font-size: 14px;
  margin-bottom: 10px;
}
.loane-form .text-center {
  margin-bottom: 30px;
}
.sec-gap {
  padding: 30px 0;
}
label {
  font-size: 14px;
}
.loane-form .form-control {
  height: 45px;
  font-size: 14px;
}
.form-img {
  border-radius: 15px;
  overflow: hidden;
}
p {
  font-size: 14px;
  line-height: 20px;
}
.flexbox {
  display: flex;
  align-items: center;
  gap: 20px;
  margin-top: 30px;
  flex-wrap: wrap;
  justify-content: center;
}
.iconbox {
  width: 153px;
  height: 145px;
}
.iconbox p {
  font-size: 18px;
  margin-top: 7px;
}
.why-choose {
  padding: 40px 0;
}
.why-choose .text-center {
  margin-bottom: 30px;
}
.choose-icon {
  width: 110px;
  height: 109px;
  padding: 26px;
}
.choose-box h4 {
  font-size: 20px;
  height: auto;
}
.choose-box p {
  font-size: 14px;
  margin-bottom: 0;
}
.bneed p {
  font-size: 12px;
  margin-bottom: 7px;
}
.service-box h4{
  font-size: 20px;
}
.testimonial-img img {
  border-bottom-right-radius: 60px;
}
.testimonial{
  border-radius: 60px 0;
}
.testi-item p {
  font-size: 16px;
  margin-bottom: 10px;
}
.testi-item h5 {
  font-size: 18px;
}
.testi-item .deg {
  font-size: 12px;
}
.accordion {
  padding: 0 0px;
}
.set > h4 {
  font-size: 14px;
}
.set > h4::after {
  top: 14px;
  width: 25px;
  height: 25px;
  padding-bottom: 0;
}
.content p {
  padding: 10px 0px;
}
.like-to {
  position: relative;
  margin-top: 16px;
}
.like-to img {
  width: 100%;
  height: 380px;
}
.like-to-content {
  position: absolute;
  top: 33%;
  left: 3%;
  width: 70%;
}
.copyright {
  flex-wrap: wrap;
}
.enq-btn {
  height: 36px;
  border-radius: 0px 10px;
  right: 0;
}
.enq-btn a {
  padding: 0 12px;
  font-size: 14px;
  letter-spacing: 0px;
  line-height: 36px;
}
.choose-box,.choose-box::after{
  border-radius: 110px 0px 152.26px 152.26px;
}
.business-lone h2 {
  font-size: 20px;
}
.service-content {
  height: auto;
}
}

@media (min-width: 375px){
  .like-to-content {
    position: absolute;
    top: 33%;
    left: 3%;
    width: 64%;
}
}