@font-face {
    font-family: Montserrat-Medium;
    src: url('../font/Montserrat-Medium.ttf');
}
@font-face {
    font-family: Montserrat-Regular;
    src: url('../font/Montserrat-Regular.ttf');
}
@font-face {
    font-family: Montserrat-SemiBold;
    src: url('../font/Montserrat-SemiBold.ttf');
}
@font-face {
    font-family: Montserrat-Bold;
    src: url('../font/Montserrat-Bold.ttf');
}
.font-family-Medium{
    font-family: Montserrat-Medium;
}
.font-family-Bold{
    font-family: Montserrat-Bold;
}
p{
    font-family: Montserrat-Regular;
}
h5{
    font-family: Montserrat-SemiBold;
}
.font-20{ 
    font-size: 18px;
}
.font-70{ 
    font-size: 70px;
}
.font-100{ 
    font-size: 100px;
}
.font-600{
    font-weight: 600;
}
.line-height-65{
    line-height: 65px;
}
.bg-light-blue{
    color: #99b0e2;
}
.text-blue{
color: #266ae1;
}
/*  */
@media (max-width:1000px){
    .display-none-desktop{
        display: none;
    }
    .display-block-mobile{
        display: block !important;
    }
    .display-block{
        display: none !important;
    }
    .font-70 {
        font-size: 30px;
    }
    .font-100 {
        font-size: 40px;
    }
    .bg-img {
        padding: 30px 0px 30px 0px !important;
}
}
.display-block-desktop{
    display: block;
}
.display-block-mobile{
    display: none;
}
.display-block{
    display: block;
}

/*  */
.bg-img{
    background-image: url('../img/slider-2.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    padding: 30px 0px 100px 0px;
}
.btn-blue{
    background-color: #266ae1;
    color: white;
    padding: 13px 23px;
    font-weight: 600;
    text-transform: uppercase;
    border-radius: 3px;
    vertical-align: middle;
}
.nav-bg{
  background-color: #0f1f43;
  padding: 10px 35px;
  border-radius: 10px;
  display: flex;
  justify-content: center;
}
.nav-bg .nav-item .nav-link{
    color: #99b0e2;
    padding-right: .8rem;
    padding-left: .8rem;
}
.nav-bg .nav-item .active{
    color: #ffffff;
}
.nav-bg .nav-item .nav-link:hover{
    color: #ffffff;
}





.card_shadow {
    border: none;
    background: transparent;
}
.bg-img-icon {
    background: linear-gradient(93.22deg, rgba(14, 89, 242, 0.28) 2.69%, rgba(255, 255, 255, 0) 79.63%);
    height: 90px;
    width: 90px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
}

.bg-img1{
    background-image: url('../img/SGMP-banner.jpg');
    background-size: cover;
    background-repeat: no-repeat;
   
}
div.relative {
    position: relative;
    width: 90px;
    height: 90px;
    top: 3px;
    background: rgba(255, 255, 255, 0.08);
    border: 1px solid rgba(255, 255, 255, 0.2);
    border-radius: 10px;
    z-index: 1;
}
  
  div.absolute {
    position: absolute;
    top: -10px;
    right: -12px;
    width: 90px;
    height: 90px;
    display: flex;
    justify-content: center;
    align-items: center;
    background: rgba(216, 231, 253, 0.1);
    border: 1px solid rgba(255, 255, 255, 0.15);
    backdrop-filter: blur(12.5px);
    border-radius: 10px;
  }
  .margin0-auto{
    margin: 0 auto;
  }
  .heading-purple{
    font-size: 44px;
    font-weight: 600;
    letter-spacing: 0px;
    text-transform: none;
    color: #0f1f43;
  }
  .subheading-gray{
    font-size: 14px;
    font-style: normal;
    letter-spacing: 2px;
    text-transform: uppercase;
    margin-top: 5px;
  }
 
 .light-bg-color{
    background-color: #f4f6fd;
 }
 .card-border{
    border: none;
    box-shadow: 0px 8px 38px rgba(20, 27, 36, 0.05);
    border-radius: 0px;
 }
 /* Third section start */
 .bg_img-wantalk{

background-image: url('../img/banner-2.jpg');
 }
 .contact-btn{  background-color: #fff;
    border-radius: 28px;
    padding: 15px 34px;
    font-weight: 500;
}
.para-font-20{
    font-size: 24px;
}
 .card_gradient{
    background-image: linear-gradient(to bottom right, #6c9cf7, #a4c2f1);
 }
 .card-heading{
    color: #0c3379;
 }
 .icon-bg{
    width: 60px;
    height: 60px;
    background: linear-gradient(93.22deg, rgba(14, 89, 242, 0.28) 2.69%, rgb(241 243 249) 79.63%);
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
 }
 .card-border-light-blue{
    border: 1px solid #b9c9e5;
 }
 .subheading{
    color: #266ae1;
 }
 .card-hover:hover{
    background-image: url('../img/background-hover.jpg');
    background-position: bottom center;
    background-repeat: no-repeat;
    background-size: auto;
   border-bottom: 2px solid #266ae1;
 }
  /* .card-hover:hover .Get-quote-btn{
    background-color: red;
    color: white;
    padding: 8px 14px;
    vertical-align: middle;
    border-radius: 10px;
    font-weight: 400;
 }  */
 .Get-quote-btn{
    background-color: #0c3379;
    color: white;
    padding: 8px 14px;
    vertical-align: middle;
    border-radius: 10px;
    font-weight: 400;
 }
 .Get-quote-btn:hover{
    background-color: #0c3379;
    color: white !important;
    padding: 8px 14px;
    vertical-align: middle;
    border-radius: 10px;
    font-weight: 400;
 }
 .card-text:hover {
    transform: scale(1.1);
  }
  .card-text {
    transition: transform 0.7s;
  }
  .card-height{
    height: 9rem;
  }
  .discuss-bg{
    background-image: url('../img/discuss-section-img.jpg');
    background-repeat: no-repeat;
    background-size: cover;
  }
  .apply-btn{
    background-color: transparent;
    border: 2px solid white;
    padding: 12px 32px;
    color: white;
    font-weight: 500;
    font-size: 16px;
  }
  .bg-faq-img{
    background-image: url('../img/form-side-img.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    padding: 42px 42px 42px 176px;
  }
  .form-input{
    background-color: #f3f3f3;
    transition: all 300ms ease;
    box-shadow: none;
    border: 1px solid rgba(255, 255, 255, .15);
    border-radius: 5px;
    padding: 16px 17px;
    line-height: 30px;
    color: #6a6a6a;
  }
  .form-card-border-top{
    border-top: 4px solid #266ae1;
  }
  .Send-message-btn {
    background-color: #266ae1;
    color: white;
    padding: 13px 23px;
    text-transform: uppercase;
    border-radius: 0px;
    vertical-align: middle;
  }
  .Send-message-btn:hover{
    background-color: #266ae1;
    color: white;
    padding: 13px 23px;
    text-transform: uppercase;
    border-radius: 0px;
    vertical-align: middle;
  }
  .bg-right-FAQ{
background-color: #f4f5f8;
  }
  .accordian-text{
    color:#6a6a6a;
    display: block;
    font-size: 16px;
    line-height: 30px;
    margin-bottom: 0;
    font-family: Montserrat-SemiBold;
  }
  .footer-img{
    background-image: url('../img/Footer-bg.png');
    background-repeat: no-repeat;
    background-size: cover;
  }
  .line-bootom-footer{
    border-bottom: 1px solid rgba(255, 255, 255, .1);
  }
  .footer-text{
    color: #898989;
}
.footer-circle {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background-color: #217ff3;
    display: flex;
    justify-content: center;
    align-items: center;
  
}
.icon-footer {
    color: white;
}
.footer-group-input{   
    padding: 17px 21px !important;
 background: #242b35;
 border: 1px solid #242b35;
 }
 .bg-plane{
    background-color: #217ff3;
    border: 1px solid #242b35;
    padding: 17px 21px !important;
 }
 .end-footer-bg{
    background-color: #111111;
 }
 @media (max-width: 768px){
    .bg-faq-img {
        background-image: url(../img/form-side-img.jpg);
        background-repeat: no-repeat;
        background-size: cover;
        padding: 9px 18px 24px 18px;
    }
 }
 /* Smooth dropdown transition on hover */
.hover-dropdown .dropdown-menu {
  opacity: 0;
  visibility: hidden;
  transform: translateY(10px);
  transition: all 0.3s ease;
  display: block !important; /* Force display for transition */
  pointer-events: none;
  margin-top: 0;
  z-index: 1000;
  background-color: #0f1f43;
  color: white;
}
.hover-dropdown .dropdown-menu .dropdown-item{
  color: #99b0e2;
}

.hover-dropdown:hover .dropdown-menu {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
  pointer-events: auto;
}


.moblie-off .accordion-button:not(.collapsed) {
  color: #0f1f43;;
  background-color: white;
  box-shadow: none;
}

.moblie-off .accordion-button:focus {
  z-index: 3;
  border-color: none;
  outline: 0;
  box-shadow: none;
}

/* inner pages */
.bg-img-inner-funding{
  background-image: url('../img/funding/inner-page.png');
  background-repeat: no-repeat;
  background-size: cover;
  padding: 30px 0px 100px 0px;
}
.bg-img-inner-sme{
  background-image: url('../img/sme/bg-img-inner-sme.png');
  background-repeat: no-repeat;
  background-size: cover;
  padding: 30px 0px 100px 0px;
}

.projects-item {
  margin-bottom: 30px;
  position: relative;
  transition: 0.5s all ease;
}
.projects-item:before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.0416879547) 0%, rgba(0, 0, 0, 0.715845258) 72%);
}
.projects-item img {
  width: 100%;
}
.projects-item .inner {
  position: absolute;
  left: 15px;
  bottom: 12px;
  z-index: 1;
}

.projects-item:hover {
  transform: translate(0, -10px);
}
.text-justify{
  text-align: justify;
}
.card-sme{
  padding: 30px 28px;
    background-color: #FFFFFF;
}
.card-sme .box-sme {
  width: 70px;
    height: 70px;
    background-color: #266ae1;
    border-radius: 6px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 15px;
    transition: 0.5s;
}
.home-card .card-border{
  transition: 0.5s all ease;
}
.home-card .card-border:hover{
  transform: translate(0, -10px);
}
.finding-main .funding-card{
  transition: 0.5s all ease;
}
.funding-card:hover{
  transform: translate(0, -10px);
}
.card-sme{
  transition: 0.5s all ease;
}
.card-sme:hover{
  transform: translate(0, -10px);
}

.bg-grey-light{
  background-color: #f1f1f1;
}
.box-sme-two{
  background-color: white;
  border-radius: 10px;

}
.sme-back{
  background-image: url('../img/sme/sme-backpng.png');
  background-size: cover;
  border-radius: 10px;
  padding: 50px 0px;
}
.border-radius-10{
  border-radius: 5px;
}
.height-300{
  height: 330px;
}
.bg-img-inner-renewable{
  background-image: url('../img/renewable/renewable.png');
  background-repeat: no-repeat;
  background-size: cover;
  padding: 30px 0px 100px 0px;
}
.bg-renewable{
  background-image: url('../img/renewable/works-bg.png');
  background-repeat: no-repeat;
  background-size: cover;
  background-color: #f9f9f9;
  padding: 30px 0px 100px 0px; 
}

.outer_circle {
  width: 100px;
  height: 100px;
  border-radius: 50%;
  top: 41px;
  margin: 0 auto;
  background-color: #e5efff;
  justify-content: center;
  align-items: center;
  display: flex
;
  box-shadow: 0 0 15px rgba(0, 96, 255, .1);
}
.inner-circle {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  background-color: #b6d0fb;
  justify-content: center;
  align-items: center;
  display: flex;
  box-shadow: 0 0 15px rgba(0, 96, 255, .1);
}
.third_circle {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  border: 2px solid #ccdfff;
  justify-content: center;
  align-items: center;
  display: flex;
  box-shadow: 0 0 15px rgba(0, 96, 255, .1);
  background-color: #0060ff;
}
.grid-property {
  display: grid
;
  grid-template-columns: auto auto auto auto auto;
  align-items: center;
}
.process__item {
  text-align: center;
  padding: 0 30px;
  position: relative;
}
.process__image {
  max-width: 178px;
  padding: 10px;
  margin: 0 auto;
  position: relative;
  border-radius: 50%;
}
.process__image img {
  transition: all 0.7s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.process__image .process-number {
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  border-radius: 50%;
  transition: all 0.3s ease-in-out;
  background-color: #274da9;
  color: #ffffff;
  font-size: 18px;
  position: absolute;
  top: 5px;
  left: 5px;
  z-index: 1;
}
.process__image::after {
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
  border: 1px dashed #3c72fc;
  content: "";
  border-radius: 50%;
  position: absolute;
  -webkit-animation: rotate 20s linear infinite;
  animation: rotate 20s linear infinite;
}
.bobble__animation {
  animation: bobble 3s ease-in-out infinite alternate;
}
@media (max-width: 990px) {
  .display-none-767px {
      display: none;
  }
}
@keyframes rotate {
  0% {
      transform: rotate(0deg);
  }
  100% {
      transform: rotate(360deg);
  }
}


@keyframes bobble {
  0% {
      transform: translateY(0) scale(1);
  }
  100% {
      transform: translateY(-20px) scale(1.1);
  }
}

.bg-img-inner-blogs{
  background-image: url('../img/blogs/blogs.png');
  background-repeat: no-repeat;
  background-size: cover;
  padding: 30px 0px 100px 0px;
}

.blog-style-2 .blog-inner .post-thumb {
  border-radius: 10px 10px 0 0;
}
 .blog-inner>.post-thumb {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0;
  overflow: hidden;
}
.blog-inner>div {
  padding: 0 30px;
  margin-bottom: 15px;
}
.post-thumb {
  position: relative;
}
.post-thumb-overlay {
  position: absolute;
  height: 100%;
  width: 100%;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all ease 0.35s;
  -moz-transition: all ease 0.35s;
  transition: all ease 0.35s;
}
 .post-thumb-overlay:before {
  position: absolute;
  content: '';
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: block;
  cursor: pointer;
  z-index: 1;
  border: 150px solid rgba(68, 57, 134, 0);
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -moz-transition: all 0.8s cubic-bezier(.94, .85, .10, .62);
  -webkit-transition: all 0.8s cubic-bezier(.94,.85,.10,.62);
  -o-transition: all 0.8s cubic-bezier(.94, .85, .10, .62);
  -ms-transition: all 0.8s cubic-bezier(.94, .85, .10, .62);
  transition: all 0.8s cubic-bezier(.94,.85,.10,.62);
}
.post-thumb-overlay>a {
  color: #fff;
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  text-align: center;
  transform: translateY(-50%);
}
.blog-inner .post-thumb img {
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  height: 275px;
}
.img-fluid {
  max-width: 100%;
  height: auto;
}
.sticky-date .post-date {
  position: absolute;
  top: 25px;
  left: 25px;
  background-color: #266ae1;
}
.sticky-date .post-date a {
  color: #fff;
  padding: 14px 8px;
  display: inline-block;
  width: 60px;
  text-align: center;
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
}

.blog-inner:hover .post-thumb img {
  -webkit-transform: scale3D(1.1, 1.1, 1);
  transform: scale3D(1.1, 1.1, 1);
}
.blog-inner {
  box-shadow: 0 32px 32px 0 rgba(210, 210, 210, .35);
  border-radius: 10px;
  margin-bottom: 30px;
}
.card-shadow{
  box-shadow: 0 32px 32px 0 rgba(210, 210, 210, .35);
}

.blog-left-border{
  border-left: 2px solid #0060ff;
}
.height-250{
  height: 250px;
}
.height-280{
  height: 300px;
}

.font-45 {
  font-size: 30px;
}
.icon-circle {
  background-color: #173b89;
  color: white;
  border-radius: 50%;
  height: 30px;
  width: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.tp-contact-details-form-input {
  position: relative;
}

.mb-20 {
  margin-bottom: 20px;
}
.tp-contact-details-form-input input{
  font-size: 16px;
  padding-left: 45px;
  color: #111013;
  border: transparent;
  height: 60px;
  background-color: #f2f4f8;
  border: 1px solid #113986;
  border-radius: 0px;
}
.tp-contact-details-form-input span {
  position: absolute;
  top: 17px;
  left: 20px;
  color: var(--tp-theme-4);
  font-size: 16px;
}
.bg-img-inner-contactus{
  background-image: url('../img/contactus.png');
  background-repeat: no-repeat;
  background-size: cover;
  padding: 30px 0px 100px 0px;
}
.bg-img-inner-team-banner{
  background-image: url('../img/team-banner.png');
  background-repeat: no-repeat;
  background-size: cover;
  padding: 30px 0px 100px 0px;
}
.bg-img-inner-aboutus{
  background-image: url('../img/Aboutus-banner.png');
  background-repeat: no-repeat;
  background-size: cover;
  padding: 30px 0px 100px 0px;
}

.img_radius {
  height: 400px;
}
.border-radius-2px{
  border-radius: 0px 10px 10px 0px;
}
.bg-blue{
  background-color: #1a3240;
}
.padding-rightleft-85px{
  padding:50px 85px;
}
.bg-aboutus{
  background-image: url('../img/why-chosser.jpg');
  background-repeat: no-repeat;
  background-size: cover;
  padding: 30px;
}
.bg-cicle-about{
  background-color:#266ae1;
  border-radius: 50%;
  width: 50px;
  height: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.height-380px{
  height: 380px;
}
.circle-case{
  width: 50px;
  height: 50px;
  background-color: #266ae1;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin:  0 auto;
  color: white;
}
.case-bg{
  background-image: url('../img/dashed.png');
  background-size: cover;
}
.transparent{
  transition: 0.5s all ease;
}
.transparent:hover{
  transform: translate(0, -10px);
}

/*animation element*/
.animation-element {
  opacity: 0;
}


  .animation-element.slide-up {
      opacity: 0;
      transition: all 500ms linear;
      transform: translate3d(0, 100px, 0);
  }

      .animation-element.slide-up.in-view {
          opacity: 1;
          transform: translate3d(0px, 0px, 0px);
      }


  .animation-element.slide-left.testimonial:hover,
  .animation-element.slide-left.testimonial:active {
      box-shadow: 0px 2px 8px 0px rgba(0, 0, 0, 0.25);
  }
/*animation element*/

@media (max-width:1024px){
  .bg-faq-img{
    padding: 0px;
  }
  .padding-rightleft-85px {
    padding: 20px;
}
.img_radius {
  height: auto !important;
}
.line-height-65 {
  line-height: 10px;
}
.grid-property{
  display: grid;
  grid-template-columns: auto;
  align-items: center;
}
}

#myBtn {
    position: fixed;
    bottom: 20px;
    right: 30px;
    z-index: 99;
    border: none;
    outline: none;
    color: white;
    cursor: pointer;
    padding: 12px 15px;
    border-radius: 50%;
    width: 40px;
    background: #37373c;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  
  #myBtn:hover {
  background-color: #555;
  }

  .blob{
    box-shadow:0 0 0 0 rgb(17 57 134);
    transform: scale(1);
    }
    .blob:hover{
    animation: pulse-black 2s infinite;
    }
    @keyframes pulse-black {
    0% {
    transform: scale(0.95);
    box-shadow: 0 0 0 0 rgba(46, 26, 226, 0.7);
    }
    
    70% {
    transform: scale(1);
    box-shadow: 0 0 0 10px rgba(226, 26, 26, 0);
    }
    
    100% {
    transform: scale(0.95);
    box-shadow: 0 0 0 0 rgba(226, 26, 26, 0);
    }
    }

    
    .main-what {
      background: url('../img/banner-1.png') no-repeat center center/cover;
            /* background-color: #7be0fc; */

      /* min-height: 100vh; */
      display: flex;
      padding: 50px 0px;
      align-items: center;
      justify-content: center;
    }
    .custom-card {
      background:#01427C; /* translucent overlay */
      color: #fff;
      padding: 40px 20px;
      text-align: center;
      border-radius: 8px;
      min-height: 250px;
      display: flex;
      flex-direction: column;
      justify-content: space-between;
      backdrop-filter: blur(3px);
          transition: all 500ms 
ease;
    }
    .custom-card:hover {
    transform: translateY(-10px);
}
    .custom-card h5 {
      font-size: 22px;
      font-weight: bold;
      margin: 10px 0;
      letter-spacing: 1px;
    }
    .custom-card small {
      display: block;
      margin-bottom: 15px;
      font-size: 14px;
      opacity: 0.85;
    }
    .custom-card p {
      font-size: 14px;
      line-height: 1.5;
    }
    .btn-custom {
      background: #ffeb00;
      color: #000;
      font-weight: 600;
      border-radius: 25px;
      padding: 8px 20px;
      text-decoration: none;
      display: inline-block;
      transition: 0.3s;
    }
    .btn-custom:hover {
      background: #ffe100;
      color: #000;
    }

    @media (max-width:1024px){
       .custom-card {
         min-height: auto;
       } 
    }