body{
    font-family:'Outfit',sans-serif !important;
    overflow-x:hidden;
    color:#222;
}

:root{
    --green:#058a45;
    --blue:#0b63ce;
    --dark:#071a3d;
}

a{
    text-decoration:none;
}
.header{
  -moz-transition: all 0.5s ease 0s;
  -webkit-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
}
.fixed-header {
  background: #fff;
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 99;
  box-shadow: 0 0 5px #00000069;
}
.logo img {
  width: 230px !important;
  padding: 10px 0;
}
.btn_r {
  margin-top: 20px;
}
.section-subtitle{
    color:var(--green);
    font-size:14px;
    font-weight:600;
    letter-spacing:1px;
    text-transform:uppercase;
}

.btn-rai{
background: linear-gradient(90deg,var(--green),var(--blue));
  color: #fff;
  padding: 15px 25px;
  border-radius: 50px;
  font-weight: 500;
  border: none;
    border-top-color: currentcolor;
    border-right-color: currentcolor;
    border-bottom-color: currentcolor;
    border-left-color: currentcolor;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size: 14px;
}

.btn-rai:hover{
    color:#fff;
}
.hero-btns .btn.btn-rai:last-child {
  background: transparent;
  border: 2px solid #fff;
}
.header-area{
    position:sticky;
    top:0;
    z-index:999;
    background:#fff;
}

.navbar-nav .nav-link{
font-weight: 500;
  margin: 0 12px;
  color: #222;
  font-size: 17px;
}

.navbar-nav .nav-link:hover{
    color:var(--blue);
}
.hero-section{
    position:relative;
}

.hero-wrapper{
position: relative;
  height: 620px;
  overflow: hidden;
}

.hero-image{
    width:100%;
    height:700px;
    object-fit:cover;
}

.hero-overlay{
    position:absolute;
    inset:0;
    background:linear-gradient(
    90deg,
    rgba(7,26,61,.90) 0%,
    rgba(7,26,61,.70) 40%,
    rgba(7,26,61,.10) 100%);
    z-index:1;
}

.hero-wrapper .container{
    position:absolute;
    top:50%;
    left:50%;
    transform:translate(-50%,-50%);
    z-index:2;
}

.hero-tag{
    color:#fff;
    font-weight:600;
    letter-spacing:1px;
    text-transform: uppercase;
}

.hero-section h1 {
  color: #fff;
  font-size: 57px;
  line-height: 1;
  font-weight: 700;
  margin: 20px 0;
}

.hero-section h1 span{
    color:#29c76f;
}

.hero-section p{
    color:#ddd;
    font-size:18px;
    margin-bottom:30px;
}

.hero-btns{
    display:flex;
    gap:15px;
}

.service-floating-box{
  position: absolute;
  bottom: 112px;
  left: 50%;
  transform: translateX(0%);
  z-index: 10;
  display: flex;
  gap: 20px;
}

.service-item{
    background: #fff;
  border-radius: 5px;
  padding: 15px 14px;
  display: flex;
  align-items: center;
  gap: 15px;
  box-shadow: 0 10px 30px rgba(0,0,0,.08);
}

.service-item img{
    width:50px;
}
.about-section{
    padding:100px 0;
}

.about-section img{
    border-radius:25px;
}

.about-section h2{
  font-size: 45px;
  font-weight: 700;
  margin: 15px 0;
  line-height: 1.2;
}
.about_titl strong {
  color: #0a66c3 !important;
}
.about-section p {
  color: #525252;
  line-height: 1.5;
  margin-bottom: 30px;
  padding-right: 50px;
  text-align: justify;
}
.services{
    background:#fff;
}

.section-title{
    color:#12a652;
    font-size:14px;
    font-weight:700;
    letter-spacing:1px;
}

.title-line{
    width:60px;
    height:4px;
    background:#16b65b;
    border-radius:50px;
    margin:15px auto 0;
}

.service-card{
    background:#fff;
    border-radius:18px;
    overflow:hidden;
    border:1px solid #ececec;
    transition:.4s;
    height:100%;
    box-shadow:0 5px 20px rgba(0,0,0,.05);
}

.service-card:hover{
    transform:translateY(-8px);
    box-shadow:0 20px 45px rgba(0,0,0,.12);
}

.service-image{
    position:relative;
}

.service-image img{
    width:100%;
    height:200px;
    object-fit:cover;
}

.service-icon{
    width:78px;
    height:78px;
    border-radius:50%;
    position:absolute;
    left:20px;
    bottom:-38px;
    display:flex;
    justify-content:center;
    align-items:center;
    color:#fff;
    font-size:30px;
    border:5px solid #fff;
}

.green{
    background:#0da560;
}

.blue{
    background:#114bb8;
}

.service-body{
    padding:55px 28px 28px;
}

.service-body h4{
font-weight: 700;
  margin-bottom: 15px;
  margin-top: 0;
  text-transform: uppercase;
  font-size: 22px;
  color: #0a67be;
}

.service-body p{
    color:#666;
    line-height:1.7;
    margin-bottom:20px;
}

.service-body ul{
    padding:0;
    margin:0 0 25px;
    list-style:none;
}

.service-body ul li{
    margin-bottom:12px;
    color:#444;
    font-size:15px;
}

.service-body ul li i{
    color:#1aa84c;
    margin-right:10px;
}

.service-btn{
    text-decoration:none;
    font-weight:700;
    color:#1359d5;
    transition:.3s;
}

.service-btn i{
    margin-left:8px;
    transition:.3s;
}

.service-btn:hover{
    color:#0b8b45;
}

.service-btn:hover i{
    transform:translateX(6px);
}
.video-banner {
  position: relative;
  height: 500px;
  overflow: hidden;
  margin-top: 50px;
}

.video-banner img{
    width:100%;
    height:100%;
    object-fit:cover;
}

.video-banner .overlay{
    position:absolute;
    inset:0;
    background:rgba(7,26,61,.65);
}

.video-content{
    position:absolute;
    top:50%;
    left:50%;
    transform:translate(-50%,-50%);
    text-align:center;
    z-index:2;
    color:#fff;
}

.video-content h2{
font-size: 45px;
  font-weight: 800;
  margin-bottom: 20px;
  margin-top: 0;
  line-height: 1.1;
  text-transform: uppercase;
}

.play-btn{
    width:100px;
    height:100px;
    background:#fff;
    color:var(--blue);
    display:inline-flex;
    align-items:center;
    justify-content:center;
    border-radius:50%;
    font-size:28px;
}
.cta-section {
  margin: 0 0 50px 0;
}
.counter-section{
    padding: 60px 0;
    padding-top: 60px;
    padding-bottom: 60px;
  margin-top: -80px;
  z-index: 9;
  position: relative;
}

.counter-box{
    background:linear-gradient(90deg,#11a85b 0%, #0056d6 100%);
    border-radius:18px;
    overflow:hidden;
    box-shadow:0 12px 35px rgba(0,0,0,.12);
}

.counter-item{
    display:flex;
    align-items:center;
    justify-content:center;
    gap:20px;
    padding:35px 25px;
    color:#fff;
    border-right:1px solid rgba(255,255,255,.18);
    transition:.3s;
    height:100%;
}

.counter-item:hover{
    background:rgba(255,255,255,.05);
}

.counter-icon{
    font-size:42px;
    line-height:1;
}

.counter-content h2{
    margin:0;
    font-size:42px;
    font-weight:700;
    color:#fff;
}

.counter-content p{
    margin:5px 0 0;
    color:rgba(255,255,255,.9);
    font-size:16px;
}

@media(max-width:991px){

.counter-item{
    border-right:none;
    border-bottom:1px solid rgba(255,255,255,.18);
    padding:30px 15px;
}

.counter-item.border-0{
    border-bottom:none;
}

.counter-content h2{
    font-size:32px;
}

.counter-icon{
    font-size:34px;
}

}

@media(max-width:576px){

.counter-item{
    flex-direction:column;
    gap:12px;
    text-align:center;
}

.counter-content h2{
    font-size:28px;
}

.counter-content p{
    font-size:14px;
}

}
.section-subtitle{
    color:#19a85a;
    font-size:14px;
    font-weight:700;
    text-transform:uppercase;
}

.section-title{
    font-size:44px;
    font-weight:700;
}

.section-title span{
    color:#1158d7;
}
.testimonial-section h2, .services h2 {
  color: #333;
  text-transform: uppercase;
  font-size: 35px;
  margin: 10px 0;
  font-weight: 800;
}
.testimonial-card{
    background:#fff;
    border-radius:18px;
    padding:30px;
    box-shadow:0 5px 18px rgba(0,0,0,.08);
    border:1px solid #eee;
    position:relative;
    transition:.35s;
}

.testimonial-card:hover{

    transform:translateY(-8px);
    box-shadow:0 20px 40px rgba(0,0,0,.12);

}

.quote{

    color:#1158d7;
    font-size:28px;

}

.stars{

    color:#ffb400;
    margin:10px 0 18px;

}

.testimonial-card p{

    color:#555;
    line-height:1.8;
    min-height:95px;

}

.client{

    display:flex;
    align-items:center;
    margin-top:20px;

}

.client img{

    width:60px;
    height:60px;
    border-radius:50%;
    object-fit:cover;
    margin-right:15px;

}

.client h6{

    margin-bottom:3px;
    font-weight:700;

}

.client small{

    color:#777;

}

.owl-theme .owl-dots .owl-dot span{

    width:10px;
    height:10px;
    background:#cfd5df;

}

.owl-theme .owl-dots .owl-dot.active span{

    width:28px;
    background:#19a85a;
    border-radius:30px;

}


/* CTA */

.cta-box{

    background:linear-gradient(90deg,#14a855,#0049c8);
    color:#fff;
    border-radius:18px;
    padding:35px 45px;

}

.cta-icon{

    width:180px;
    height:85px;
    border-radius:50%;
    background:rgba(255,255,255,.15);
    display:flex;
    justify-content:center;
    align-items:center;
    font-size:42px;
    margin-right:25px;

}

.cta-box h3{
font-weight: 700;
  margin-bottom: 8px;
  font-size: 40px;
  margin-top: 0;
}

.cta-box p{

    margin:0;
    opacity:.9;

}

.cta-btn{

    display:inline-flex;
    align-items:center;
    gap:12px;
    padding:16px 38px;
    background:#fff;
    color:#16a655;
    text-decoration:none;
    border-radius:50px;
    font-weight:700;
    transition:.3s;

}

.cta-btn:hover{

    background:#19a85a;
    color:#fff;

}

.cta-btn i{

    transition:.3s;

}

.cta-btn:hover i{

    transform:translateX(5px);

}
.counter-content {
  text-align: left;
  line-height: 1;
}
@media(max-width:991px){

.section-title{

font-size:34px;

}

.cta-box{

text-align:center;
padding:30px;

}

.cta-icon{

margin:auto auto 20px;

}

.d-flex{

flex-direction:column;

}

}
.footer-section{
    background:#041b43;
    color:#fff;
    padding:60px 0 20px;
    font-family:'Poppins',sans-serif;
}

.footer-logo{
    max-width:180px;
    margin-bottom:20px;
}

.footer-text{
    color:#d8dbe4;
    font-size:15px;
    line-height:28px;
    max-width:300px;
}

.footer-section h5{
font-size: 20px;
  font-weight: 600;
  margin-bottom: 20px;
  margin-top: 0;
}

.footer-links{
    list-style:none;
    padding:0;
    margin:0;
}

.footer-links li{
    margin-bottom:10px;
}

.footer-links a{
    color:#d8dbe4;
    text-decoration:none;
    transition:.3s;
}

.footer-links a:hover{
    color:#fff;
    padding-left:5px;
}

.footer-border{
    border-left:1px solid rgba(255,255,255,.15);
    padding-left:35px;
}

.social-icons{
    margin-top:25px;
}

.social-icons a{
    width:42px;
    height:42px;
    display:inline-flex;
    align-items:center;
    justify-content:center;
    border:1px solid rgba(255,255,255,.35);
    border-radius:50%;
    color:#fff;
    margin-right:10px;
    text-decoration:none;
    transition:.3s;
}

.social-icons a:hover{
    background:#fff;
    color:#041b43;
}

.contact-info{
    list-style:none;
    padding:0;
    margin:0;
}

.contact-info li{
    display:flex;
    align-items:flex-start;
    margin-bottom:18px;
}

.contact-info i{
    width:35px;
    font-size:18px;
    color:#fff;
    margin-top:4px;
}

.contact-info span{
    color:#d8dbe4;
    line-height:26px;
}

.footer-line{
    margin:35px 0 20px;
    border-color:rgba(255,255,255,.15);
}

.footer-bottom{
    display:flex;
    justify-content:space-between;
    align-items:center;
    flex-wrap:wrap;
    gap:15px;
    color:#d8dbe4;
    font-size:14px;
}

.footer-policy a{
    color:#d8dbe4;
    text-decoration:none;
}

.footer-policy a:hover{
    color:#fff;
}

.footer-policy span{
    margin:0 12px;
}

@media(max-width:991px){

.footer-border{
    border-left:none;
    padding-left:12px;
}

.footer-bottom{
    text-align:center;
    justify-content:center;
}

.footer-text{
    max-width:100%;
}

}

@media(max-width:576px){

.footer-section{
    padding:45px 0 20px;
}

.footer-section h5{
    margin-top:10px;
}

.social-icons a{
    width:40px;
    height:40px;
    margin-bottom:10px;
}

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

.hero-section h1{
    font-size:42px;
}

.service-floating-box{
    position:relative;
    left:auto;
    bottom:auto;
    transform:none;
    flex-direction:column;
    margin:30px;
}

.counter-box{
    flex-wrap:wrap;
    gap:30px;
}

.cta-box{
    flex-direction:column;
    text-align:center;
    gap:20px;
}

.video-content h2{
    font-size:36px;
}

.about-section h2,
.services-section h2{
    font-size:36px;
}
}

.owl-carousel .owl-item img {
  width: auto !important;
}

.page .entry-header {
  display: none;
}

/* ===========================
   MRINAL ACCORDION
   Completely Isolated CSS
=========================== */

.mrinal-faq-section{
    padding:40px 0;
}

.mrinal-faq{
    max-width:900px;
    margin:auto;
}

.mrinal-faq .mrinal-item{
    background:#fff;
    border-radius:14px;
    overflow:hidden;
    margin-bottom:18px;
    border:1px solid #edf2f7;
    box-shadow:0 8px 25px rgba(0,0,0,.06);
}

.mrinal-faq .mrinal-header{
    display:flex;
    justify-content:space-between;
    align-items:center;
    padding:15px 20px;
    cursor:pointer;
    user-select:none;
    background:#ffffff;
    transition:.35s;
}

.mrinal-faq .mrinal-header:hover{
    background:#f7fbff;
}

.mrinal-faq .mrinal-header span{
    font-size:18px;
    font-weight:600;
    color:#222;
}

.mrinal-faq .mrinal-header[aria-expanded="true"] {
  background: #0a66c3;
  color: #fff;
}

.mrinal-faq .mrinal-header[aria-expanded="true"] span{
    color:#fff;
}

.mrinal-faq .mrinal-icon{
    width:42px;
    height:42px;
    border-radius:50%;
    background:#24890d;
    color:#fff;
    display:flex;
    justify-content:center;
    align-items:center;
    transition:.35s;
    flex-shrink:0;
}

.mrinal-faq .mrinal-icon i{
    transition:.35s;
}

.mrinal-faq .mrinal-header[aria-expanded="true"] .mrinal-icon{
    background:#fff;
    color:#0a66c3;
}

.mrinal-faq .mrinal-header[aria-expanded="true"] .mrinal-icon i{
    transform:rotate(45deg);
}

.mrinal-faq .mrinal-body{
    padding:25px 28px;
    background:#fff;
    color:#666;
    font-size:15px;
    line-height:1.8;
}

.mrinal-faq .collapse{
    transition:height .35s ease;
}

@media (max-width:768px){

    .mrinal-faq .mrinal-header{
        padding:18px;
    }

    .mrinal-faq .mrinal-header span{
        font-size:16px;
    }

    .mrinal-faq .mrinal-body{
        padding:20px;
    }

}


/*==================================
  RAICH GROUP HERO SECTION
==================================*/

.rg-hero{
    padding:60px 0;
    background:#f7fbff;
    overflow:hidden;
}

.rg-tag{
    display:inline-block;
    padding:8px 20px;
    background:#eaf4ff;
    color:#0a66c3;
    border-left:4px solid #24890d;
    border-radius:6px;
    font-size:14px;
    font-weight:600;
    margin-bottom:18px;
    text-transform:uppercase;
    letter-spacing:.5px;
}

.rg-title{
font-size: 40px;
  font-weight: 800;
  line-height: 1.2;
  color: #1c1c1c;
  margin-bottom: 20px;
  margin-top: 0;
}
.rg-title strong {
  color: #0a6bb0;
}
.rg-text {
  font-size: 16px;
  color: #666;
  line-height: 1.6;
  margin-bottom: 30px;
  text-align: justify;
}

.rg-btn-group{
    display:flex;
    gap:15px;
    flex-wrap:wrap;
    margin-bottom:35px;
}

.rg-btn{
    display:inline-block;
    padding:14px 30px;
    background:#0a66c3;
    color:#fff;
    text-decoration:none;
    border-radius:8px;
    font-weight:600;
    transition:.3s;
}

.rg-btn:hover{
    background:#24890d;
    color:#fff;
}

.rg-btn-outline{
    display:inline-block;
    padding:14px 30px;
    border:2px solid #0a66c3;
    color:#0a66c3;
    text-decoration:none;
    border-radius:8px;
    font-weight:600;
    transition:.3s;
}

.rg-btn-outline:hover{
    background:#0a66c3;
    color:#fff;
}

.rg-box{
    display:flex;
    align-items:flex-start;
    gap:18px;
    padding:20px;
    background:#fff;
    border-radius:12px;
    border:1px solid #eef2f7;
    box-shadow:0 10px 30px rgba(0,0,0,.06);
    transition:.35s;
    height:100%;
}

.rg-box:hover{
    transform:translateY(-5px);
    box-shadow:0 15px 35px rgba(10,102,195,.15);
}

.rg-icon{
    width:60px;
    height:60px;
    min-width:60px;
    border-radius:50%;
    background:#0a66c3;
    display:flex;
    align-items:center;
    justify-content:center;
    color:#fff;
    font-size:22px;
}

.rg-icon.green{
    background:#24890d;
}

.rg-box h5{
    font-size:18px;
    font-weight:700;
    color:#1c1c1c;
    margin-bottom:8px;
}

.rg-box p{
    margin:0;
    font-size:15px;
    color:#666;
    line-height:1.7;
}

.rg-image{
    position:relative;
    text-align:right;
}

.rg-image img{
    width:100%;
    max-width:560px;
    border-radius:18px;
}

/*==============================
Responsive
==============================*/

@media (max-width:991px){

.rg-hero{
    padding:45px 0;
}

.rg-title{
    font-size:36px;
}

.rg-image{
    text-align:center;
    margin-top:35px;
}

}

@media (max-width:767px){

.rg-title{
    font-size:30px;
}

.rg-text{
    font-size:16px;
}

.rg-btn-group{
    flex-direction:column;
}

.rg-btn,
.rg-btn-outline{
    width:100%;
    text-align:center;
}

.rg-box{
    margin-bottom:15px;
}

}
/*=================================
Financial Support
==================================*/

.rg-support{
padding: 70px 0;
  background: #f2f2f2;
}

.rg-support-image{
    position:relative;
}

.rg-support-image img{
    width:100%;
    border-radius:18px;
}

.rg-support-card{
    position:absolute;
    left:30px;
    bottom:30px;
    background:#fff;
    padding:20px;
    border-radius:15px;
    display:flex;
    align-items:center;
    gap:18px;
    width:320px;
    box-shadow:0 20px 45px rgba(0,0,0,.12);
}

.rg-support-icon{
    width:65px;
    height:65px;
    border-radius:50%;
    background:#24890d;
    color:#fff;
    display:flex;
    align-items:center;
    justify-content:center;
    font-size:24px;
    flex-shrink:0;
}

.rg-support h2{
    font-size:40px;
    font-weight:800;
    color:#222;
    margin-bottom:20px;
}

.rg-support p{
    font-size:16px;
    color:#666;
    line-height:1.9;
    margin-bottom:18px;
}

.rg-testimonial{
    margin-top:35px;
    padding:30px;
    background:#fff;
    border-left:5px solid #0a66c3;
    border-radius:12px;
    box-shadow:0 10px 30px rgba(0,0,0,.06);
}

.rg-quote {
  font-size: 20px;
  color: #0a66c3;
  margin-bottom: 10px;
}

.rg-testimonial h5{
    margin-top:15px;
    color:#24890d;
    font-size:18px;
    font-weight:700;
}

@media(max-width:991px){

.rg-support{
    padding:50px 0;
}

.rg-support-image{
    margin-bottom:40px;
}

.rg-support h2{
    font-size:34px;
}

.rg-support-card{
    position:relative;
    left:0;
    bottom:0;
    width:100%;
    margin-top:20px;
}

}

@media(max-width:576px){

.rg-support h2{
    font-size:28px;
}

.rg-support-card{
    flex-direction:column;
    text-align:center;
}

}

.rg-text ul {
  margin: 0;
  padding: 0;
}
.rg-text ul li {
  list-style-type: disclosure-closed;
  padding-left: 0;
  padding-bottom: 10px;
  margin-left: 15px;
}
.contact-info li a {
  color: #fff;
}
.contact_det ul {
  margin: 0;
}
.contact_det ul li {
  list-style-type: none;
  margin-bottom: 10px;
}
.contact_det ul li a {
  color: #096daa;
}
.contact_form {
  padding: 40px 25px 10px;
  border-radius: 10px;
  background: linear-gradient(90deg,var(--green),var(--blue));
}
.frm_fld {
  display: inline-block;
  width: 48%;
  margin: 0 5px;
}
.frm_fld p, .frm_fld_full p {
  margin: 0 0 15px 0;
}
.frm_fld_full, .frm_fld_full_msg textarea {
  margin: 0 5px;
}
.frm_fld input, .frm_fld_full input, .frm_fld_full_msg textarea{
  width: 100%;
  padding: 14px;
  border-radius: 6px;
  color: #000;
  font-size: 15px;
}
.frm_fld_full_msg textarea {
  height: 80px;
}
.send_btn input {
  background: #fff !important;
  color: #000 !important;
  padding: 16px 30px;
  margin-left: 6px;
  border-radius: 5px !important;
}