@font-face {
    font-family: 'Mundial';
    src: url('../fonts/Mundial-Black.woff2') format('woff2'),
        url('../fonts/Mundial-Black.woff') format('woff');
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Mundial';
    src: url('../fonts/Mundial-Regular.woff2') format('woff2'),
        url('../fonts/Mundial-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Mundial';
    src: url('../fonts/Mundial-Hair.woff2') format('woff2'),
        url('../fonts/Mundial-Hair.woff') format('woff');
    font-weight: 100;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Mundial';
    src: url('../fonts/Mundial-Light.woff2') format('woff2'),
        url('../fonts/Mundial-Light.woff') format('woff');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Mundial';
    src: url('../fonts/Mundial-Thin.woff2') format('woff2'),
        url('../fonts/Mundial-Thin.woff') format('woff');
    font-weight: 100;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Mundial';
    src: url('../fonts/Mundial-Demibold.woff2') format('woff2'),
        url('../fonts/Mundial-Demibold.woff') format('woff');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Mundial';
    src: url('../fonts/Mundial-Bold.woff2') format('woff2'),
        url('../fonts/Mundial-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

body {
    margin: 0 !important;
    padding: 0;
    overflow-x: hidden;
    font-family: 'Mundial';
}

img {
    display: block;
    max-width: 100%;
    height: auto;
}
.more {
    color: #fff;
    border-radius: 0px;
    padding: 10px 30px;
    background-color: #7EB842;
    margin: 0 5px;
    text-decoration: none;
    text-transform: capitalize;
    transition: 0.4s;
    display: inline-block;
    border-radius: 5px;
}
.more:hover{
    background-color: #000;
}

.site-header {
    position: relative;
    width: 100%;
    border-top: none;
    margin-bottom: 0;
    top: 0;
    left: 0;
    z-index: 999;
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#000000+0,000000+20,efefef+100&0.5+0,0.5+100 */
    background-color: rgb(0, 0, 0, 0, 6);
}
.site-header .toppest-bar .content p {
    font-size: 14px;
    margin-bottom: 0;
    color: #00447E;
}

.site-header .toppest-bar {
    padding: 5px 0;
    background-color: #fff;
    display: inline-block;
    width: 100%;
    position: relative;
    border-bottom: 1px solid #e7e7e7;
}

.site-header .toppest-bar .top-info2 {
    display: flex;
    align-items: center;
    float: right;
}

.site-header .toppest-bar .top-info2 p {
    margin-bottom: 0;
    font-size: 12px;
    color: #fff;
}

.site-header .toppest-bar .top-info2 .contact-num,
.site-header .toppest-bar .top-info2 .contact-num2,
.site-header .toppest-bar .top-info2 .email {
    display: flex;
    align-items: center;
    padding-left: 20px;
}

.site-header .toppest-bar .top-info2 .contact-num2 img {
    width: 20px;
}

.site-header .toppest-bar .top-info2 .contact-num i, .site-header .toppest-bar .top-info2 .email i {
    color: #009FE3;
    margin: 0;
    font-size: 13px;
    width: 25px;
    height: 25px;
    border-radius: 50%;
    text-align: center;
    line-height: 25px;
    margin-right: 0;
}

.site-header .toppest-bar .top-info2 .contact-num a,
.site-header .toppest-bar .top-info2 .contact-num2 a,
.site-header .toppest-bar .top-info2 .email a {
    color: #009FE3;
    text-decoration: none;
    font-size: 14px;
    padding-left: 5px;
}

.site-header .toppest-bar .top-info2 .email {
    /* padding-left: 20px; */
}

.site-header .top-social {
    float: right;
}

.site-header .top-social a i {
    color: #00447E;
    margin: 0 5px;
    font-size: 15px;
    border-radius: 50%;
    text-align: center;
}

/* .site-header .top-social a i:hover {
    color: #fff;
} */

.fixed-header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
}

.site-header .bg-light {
    width: 100%;
    padding: 10px 0;
    background-color: #fff !important;
    margin-top: 0px;
}

.site-header .navbar-light .navbar-nav .active>.nav-link {
    color: #7eb842;
    position: relative;
    font-weight: 500;
}

.site-header .navbar-light .navbar-nav .active>.nav-link:hover {
    color: #7eb842;
}

.site-header .navbar-light .navbar-nav .active>.nav-link i {
    color: #1f3e28;
    font-size: 30px;
}

.site-header .navbar-light .quote2 {
    color: #fff;
    text-transform: uppercase;
    background-color: #df651c;
    padding: 12px 30px;
    border-radius: 0;
    display: inline-block;
    font-weight: 700;
    text-decoration: none;
    font-size: 14px;
}

/* .site-header .navbar-light .navbar-nav .nav-link:hover::before,
.site-header .navbar-light .navbar-nav .nav-link::before {
    position: absolute;
    width: 50px;
    height: 3px;
    background-color: #009FE3;
    content: "";
    left: 0;
    right: 0;
    margin: 0 auto;
    bottom: -10px;
    -webkit-transition: all ease 0.4s;
    transition: all ease 0.4s;
    opacity: 1;
}

.site-header .navbar-light .navbar-nav .nav-link::before,
.site-header .navbar-light .navbar-nav .nav-link::before {
    position: absolute;
    width: 1px;
    height: 3px;
    background-color: #009FE3;
    content: "";
    left: 0;
    right: 0;
    margin: 0 auto;
    bottom: -10px;
    -webkit-transition: all ease 0.4s;
    transition: all ease 0.4s;
    opacity: 0;
}

.site-header .navbar-light .navbar-nav .active>.nav-link:before {
    position: absolute;
    width: 50px;
    height: 3px;
    background-color: #009FE3;
    content: "";
    left: 0;
    right: 0;
    margin: 0 auto;
    bottom: -10px;
    -webkit-transition: all ease 0.4s;
    transition: all ease 0.4s;
    opacity: 1;
} */

.site-header .navbar-light .navbar-nav .nav-item {
    position: relative;
}

.site-header .navbar-light .navbar-nav .nav-link {
    color: #000;
    padding-right: 18px;
    padding-left: 18px;
    position: relative;
    font-size: 16px;
    font-weight: 500;
    text-transform: capitalize;
}

.site-header .navbar-light .navbar-nav .nav-link:focus,
.site-header .navbar-light .navbar-nav .nav-link:hover {
    color: #7eb842;
}

.navbar-brand {
    display: inline-block;
    padding-top: 0;
    padding-bottom: 0;
    margin-right: 1rem;
    font-size: 1.25rem;
    line-height: inherit;
    white-space: nowrap;
    margin-left: 0px;
    width: 220px;
}

.site-header .navbar-nav {
    margin-top: 0;
    background-color: transparent;
    padding: 10px 0px;
}

.site-header .navbar .other-btns {
    display: flex;
    align-items: center;
    justify-content: center;
}

.site-header .navbar .other-btns .phone i {
    font-size: 30px;
    padding-right: 8px;
}

.site-header .navbar .other-btns .phone {
    background-color: #012e41;
    color: #fff;
    text-decoration: none;
    padding: 9px 15px;
    border-radius: 5px;
    margin-right: 5px;
    font-size: 13px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.site-header .navbar .more{
    color: #fff;
}
.site-header .navbar .more img{
    margin-right: 10px;
}
.site-header .dropdown-item {
    transition: 0.5s;
    display: block;
    width: 100%;
    padding: .25rem 1.5rem;
    clear: both;
    font-weight: 400;
    color: #212529;
    text-align: inherit;
    white-space: nowrap;
    background-color: transparent;
    border: 0;
    font-size: 15px;
    text-transform: initial;
}

.site-header .dropdown-item:focus,
.site-header .dropdown-item:hover {
    color: #fff;
    text-decoration: none;
    background-color: #7eb842;
    padding-left: 40px;
}

.site-header .other-btns {
    position: relative;
}

.site-header .other-btns i {
    color: #fff;
    font-size: 20px;
    padding-left: 0;
    width: 40px;
    height: 40px;
    text-align: center;
    line-height: 36px;
    margin-left: 10px;
    transition: 0.3s;
}

.site-header .other-btns i:hover {
    color: #83de17;
}

/*.dropdown:hover>.dropdown-menu {
  display: block;
}*/
.site-header .navbar .top-contact {
    display: flex;
    align-items: center;
    justify-content: center;
    padding-left: 35px;
    position: relative;
    padding-right: 20px;
}

.site-header .navbar .top-contact i {
    font-size: 45px;
    color: #9b3135;
    padding-right: 5px;
}

.site-header .navbar .top-contact .content p {
    margin-bottom: 0;
    color: #000;
}

.site-header .navbar .top-contact img {
    width: 50px;
    margin-right: 10px;
}

.site-header .navbar .top-contact .num {
    color: #1f3e2b;
    font-weight: 800;
    letter-spacing: 0;
    font-size: 30px;
    text-decoration: none;
    position: relative;
    top: -5px;
}

.site-header .navbar .top-contact .contact p {
    margin-bottom: 0;
    color: #fff;
    font-weight: 200;
    letter-spacing: 1px;
}



.main-slider {
    position: relative;
    padding: 150px 0 150px 0;
    background: url(../images/banner.png) no-repeat;
    background-position: center;
    background-size: cover;
    overflow: hidden;
}
.main-slider .desktop-banner{
    position: relative;
}
.main-slider .banner-content{
    margin-top: 0%;
    padding: 0px;
}
.main-slider .banner-content h4 {
    color: #fff;
    font-size: 20px;
    font-weight: 500;
    text-transform: capitalize;
    display: flex;
    align-items: center;
    margin-bottom: 0;
}
.main-slider .banner-content h2 span{
    display: block;
    font-weight: 300;
}
.main-slider .banner-content h2 {
    color: #fff;
    font-size: 50px;
    font-weight: 600;
}
.main-slider .banner-content p {
    color: #fff;
    font-size: 16px;
    margin-bottom: 15px;
}
.main-slider .banner-btn .more{
    color: #fff;
}
.carousel-fade .carousel-item {
    display: block;
    opacity: 0;
    transition: opacity 1s ease-in-out;
}
.carousel-fade .carousel-item.active {
    opacity: 1;
}
/* .main-slider .banner-content .more:hover{
    background-color: #fff;
    color: #000;
} */
.main-slider .carousel-inner{
    padding-bottom: 0px;
}
.main-slider .carousel-caption {
    position: relative;
    right: 0;
    bottom: 0px;
    left: inherit;
    z-index: 10;
    padding-top: 20px;
    padding-bottom: 0px;
    color: #fff;
    text-align: right;
    top: 0;
    width: 100%;
}
.main-slider .carousel-indicators {
    bottom: 0px;
}
.main-slider .carousel-indicators .active{
    background-color: #c26e0c;
    height: 50px;
}
.main-slider .carousel-indicators {
    position: absolute;
    right: -160%;
    bottom: 40%;
    left: inherit;
    z-index: 15;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    padding-left: 0;
    margin-right: 15%;
    margin-left: 15%;
    list-style: none;
    align-items: center;
    display: inline-block;
    margin: 0;
}
.main-slider .carousel-indicators li {
    box-sizing: initial;
    -ms-flex: initial;
    flex: initial;
    width: 8px;
    height: 35px;
    margin: 10px 0px;
    text-indent: initial;
    /* text-align: center; */
    cursor: pointer;
    background-color: #333333;
    background-clip: initial;
    border-top: none;
    border-bottom: none;
    opacity: 1;
    border-radius: 5px;
}
.main-slider .inner-contact-form{
    padding: 0px;
    border-radius: 10px;
    position: relative;
    z-index: 2;
    text-align: center;
    overflow: hidden;
}
.main-slider .inner-contact-form .heading {
    margin-bottom: 0px;
    background-color: rgb(255 255 255 / 50%);
    padding: 20px 0 0 0;
}
.main-slider .inner-contact-form .heading h2 {
    color: #fff;
    font-size: 25px;
    font-weight: 600;
    margin-bottom: 0;
}
.main-slider .inner-contact-form form {
    background-color: rgb(255 255 255 / 50%);
    padding: 20px 30px 30px 30px;
}
.main-slider .inner-contact-form .submit-btn {
    text-align: center;
}
.main-slider .inner-contact-form .submit-btn .submit {
    color: #fff;
    text-decoration: none;
    background: #7EB842;
    padding: 12px 50px;
    margin-top: 10px;
    border: none;
    border-radius: 5px;
    font-weight: 600;
    width: 100%;
}
.main-slider .inner-contact-form .form-group{
    margin-bottom: 15px;
}
.main-slider .inner-contact-form .form-control {
    display: block;
    width: 100%;
    height: 40px;
    padding: 6px 10px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #000;
    background-color: #fff;
    background-image: none;
    border: none;
    border-bottom: 1px solid #fff;
    border-radius: 5px;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-transition: border-colorease-in-out .15s, -webkit-box-shadowease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-colorease-in-out .15s, box-shadowease-in-out .15s;
}
.main-slider .inner-contact-form select option{
    color: #000;
}
.main-slider .inner-contact-form textarea{
    height: 50px !important;
}
.main-slider .inner-contact-form .form-control::-webkit-input-placeholder { /* Edge */
  color: #000;
}
.main-slider .inner-contact-form .form-control:-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: #000;
}
.main-slider .inner-contact-form .form-control::placeholder {
  color: #000;
}  



.featured-in {
  background-color: #fff;
  border-top: 1px solid #e5e5e5;
  border-bottom: 1px solid #e5e5e5;
}

.featured-in__label {
  font-size: 20px;
  font-weight: 600;
  color: #333;
  white-space: nowrap;
  letter-spacing: 0.03em;
}

.featured-in__logo {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0.35rem 0;
}

.featured-in__logo img {
  max-height: 36px;
  max-width: 100%;
  width: 100%;
  opacity: 0.85;
  transition: opacity 0.2s ease, transform 0.2s ease;
}

.featured-in__logo img:hover {
  opacity: 1;
  transform: scale(1.02);
}



.about-wrap {
  color: #fff;
  position: relative;
  overflow: hidden;
  background: url('../images/aboutBg.png') no-repeat;
  background-size: cover;
  background-position: center;
}

.about-wrap .container {
  position: relative;
  z-index: 1;
}

.about-wrap__title {
    font-size: 42px;
    line-height: 1.05;
    font-weight: 700;
    letter-spacing: -0.02em;
    margin-bottom: 0;
}

.about-wrap__title span {
  display: inline-block;
}
.about-wrap__intro{
    position: relative;
}
.about-wrap__intro img{
    position: absolute;
    clear: both;
    content: "";
    bottom: 10px;
    right: 22%;
}
.about-wrap__text {
  font-size: 1rem;
  line-height: 1.85;
  max-width: 680px;
  opacity: 0.95;
  margin-bottom: 1rem;
}

.about-wrap__callcard {
  background: rgba(255, 255, 255, 0.12);
  border: 1px solid rgba(255, 255, 255, 0.22);
  border-radius: 1rem;
  display: flex;
  align-items: center;
  gap: 1rem;
  min-height: 170px;
  box-shadow: 0 20px 45px rgba(0, 0, 0, 0.13);
}

.about-wrap__icon {
  flex-shrink: 0;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.18);
  display: grid;
  place-items: center;
  font-size: 1.75rem;
  color: #fff;
  border: 1px solid rgba(255, 255, 255, 0.28);
}

.about-wrap__call-info {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.about-wrap__call-label {
  font-size: 0.88rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  opacity: 0.9;
  margin-bottom: 0.4rem;
}

.about-wrap__phone {
    font-size: 28px;
    font-weight: 700;
    letter-spacing: 0.02em;
}
.about-wrap__phone a {
    color: #fff;
    text-decoration: none;
    font-size: 25px;
}
@media (max-width: 991.98px) {
  .about-wrap__callcard {
    min-height: auto;
    padding: 1.5rem;
  }
}

@media (max-width: 767.98px) {
  .about-wrap__title {
    font-size: 2rem;
  }

  .about-wrap__callcard {
    flex-direction: row;
    justify-content: flex-start;
  }
}


.choice-wrap {
  position: relative;
  padding: 4.5rem 0;
  background: url('../images/choiceBg.png') no-repeat;
  background-size: cover;
  background-position: center;
  color: #ffffff;
  overflow: hidden;
}

.choice-wrap .container {
  position: relative;
  z-index: 1;
}

.choice-wrap__title {
  font-size: clamp(2rem, 3.2vw, 3.4rem);
  font-weight: 700;
  line-height: 1.05;
  margin-bottom: 2rem;
  color: #ffffff;
  position: relative;
}
.choice-wrap__title img {
    position: absolute;
    clear: both;
    content: "";
    bottom: 5px;
    right: 13%;
}
.choice-wrap__grid {
  max-width: 1200px;
  margin: 0 auto;
}

.choice-wrap__item {
    display: flex;
    align-items: center;
    gap: 0.95rem;
    width: 100%;
    min-height: 72px;
    padding: 1rem 1.2rem;
    background: #fff;
    border: 1px solid rgba(255, 255, 255, 0.18);
    border-radius: 0.85rem;
    color: #000;
    font-size: 0.98rem;
    font-weight: 500;
    transition: transform 0.3s ease, background 0.3s ease, border-color 0.3s ease;
    opacity: 0;
    transform: translateY(24px);
    animation: choiceFadeUp 0.65s ease forwards;
}

.choice-wrap__item:nth-child(1)  { animation-delay: 0.08s; }
.choice-wrap__item:nth-child(2)  { animation-delay: 0.14s; }
.choice-wrap__item:nth-child(3)  { animation-delay: 0.2s; }
.choice-wrap__item:nth-child(4)  { animation-delay: 0.26s; }
.choice-wrap__item:nth-child(5)  { animation-delay: 0.32s; }
.choice-wrap__item:nth-child(6)  { animation-delay: 0.38s; }
.choice-wrap__item:nth-child(7)  { animation-delay: 0.44s; }
.choice-wrap__item:nth-child(8)  { animation-delay: 0.5s; }
.choice-wrap__item:nth-child(9)  { animation-delay: 0.56s; }
.choice-wrap__item:nth-child(10) { animation-delay: 0.62s; }
.choice-wrap__item:nth-child(11) { animation-delay: 0.68s; }
.choice-wrap__item:nth-child(12) { animation-delay: 0.74s; }

.choice-wrap__item:hover {
  transform: translateY(-4px);
  background: rgba(255, 255, 255, 0.22);
  border-color: rgba(255, 255, 255, 0.28);
}

.choice-wrap__icon {
    display: inline-flex;
    min-width: 34px;
    min-height: 34px;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.2);
    border: 1px solid rgba(255, 255, 255, 0.18);
    color: #013691;
    font-size: 0.95rem;
}

@keyframes choiceFadeUp {
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@media (max-width: 991.98px) {
  .choice-wrap {
    padding: 3.5rem 0;
  }
}

@media (max-width: 767.98px) {
  .choice-wrap {
    padding: 3rem 0;
  }

  .choice-wrap__title {
    font-size: 2.2rem;
  }

  .choice-wrap__item {
    min-height: auto;
    padding: 0.95rem 1rem;
  }
}



.service-wrap{
    position: relative;
    padding: 60px 0 100px 0;
    background: url(../images/serviceBg.webp) no-repeat;
    background-position: center;
    background-size: cover;
}
.service-wrap .heading {
    text-align: center;
    margin-bottom: 50px;
    color: #000;
    padding-left: 0;
}
.service-wrap .heading h4 {
    font-size: 18px;
    color: #D33327;
    position: relative;
}
.service-wrap .heading h2{
    font-weight: 700;
    font-size: 50px;
    padding: 5px 0;
        color: #2D2A6D;
    text-transform: capitalize;
    margin-bottom: 10px;
    position: relative;
}
.service-wrap .heading h2 img {
    position: absolute;
    clear: both;
    content: "";
    bottom: 20px;
    right: 9%;
}
#service-slider .owl-stage-outer{
    padding: 40px 0 0 0;
}
.service-wrap .service-box {
    position: relative;
    border-radius: 10px;
    transition: 0.4s;
    margin: 5px;
    box-shadow: 0px 0px 6px 0px #62626233;
    overflow: hidden;
    background-color: #F7F7F7;
    padding: 10px;
    margin-bottom: 20px;
}
.service-wrap .service-box .image {
    padding: 0px;
    overflow: hidden;
    border-radius: 10px;
}

.service-wrap .service-box .image img {
    width: 100%;
    height: 230px;
    object-fit: cover;
    border-radius: 0;
}

.service-wrap .service-box .service-cont {
    position: relative;
    padding: 10px;
    color: #fff;
    height: auto;
    text-align: left;
    min-height: auto;
    width: 100%;
    margin-top: 0;
}
.service-wrap .service-box .service-cont .icon {
    width: 16%;
    background-color: #d33327;
    padding: 9px;
    border-radius: 50%;
    margin-bottom: 10px;
}
.service-wrap .service-box .service-cont p {
    font-size: 14px;
    padding: 10px 0;
    color: #000;
    margin-bottom: 0;
}

.service-wrap .service-box .service-cont h4 {
    font-weight: 600;
    padding: 0;
    margin-bottom: 0;
    text-transform: capitalize;
    position: relative;
    font-size: 20px;
    color: #013691;
}

/*#service-slider .service-cont .image{
    height: 300px;
    overflow: hidden;
}*/
.service-wrap .service-cont .image img {
    height: 100%;
    width: 100%;
    object-fit: cover;
}

.service-wrap .service-cont .more {
    color: #fff;
}
.service-wrap .service-cont img{
    position: absolute;
    clear: both;
    content: "";
    right: 0;
    bottom: 0;
}
.service-wrap .service-cont .more:hover {
    background-color: #000;
    color: #fff;
}
/* arrow */
#service-slider .owl-nav .owl-prev {
    color: #fff;
    background-color: #2D2A6D;
    padding: 6px 12px;
    font-size: 16px;
    border-radius: 50%;
    position: absolute;
    clear: both;
    content: "";
    left: -3%;
    top: 45%;
    z-index: 999;
    margin: 0;
}

#service-slider .owl-nav .owl-next {
    color: #fff;
    background-color: #2D2A6D;
    padding: 6px 12px;
    font-size: 16px;
    border-radius: 50%;
    position: absolute;
    clear: both;
    content: "";
    right: -3%;
    top: 45%;
    z-index: 999;
    margin: 0;
}


.expert-wrap {
  position: relative;
  overflow: hidden;
  background: url('../images/expertBg.png') no-repeat;
  background-size: cover;
  background-position: center;
}

.expert-wrap .container {
  position: relative;
  z-index: 1;
}

.expert-wrap__intro {
  max-width: 620px;
}

.expert-wrap__title {
  font-size: clamp(2.6rem, 4vw, 4.4rem);
  line-height: 1.05;
  font-weight: 700;
  color: #111827;
  margin-bottom: 1.75rem;
}

.expert-wrap__text {
  font-size: 1rem;
  line-height: 1.8;
  color: #4f5666;
  margin-bottom: 1rem;
  max-width: 660px;
}

.expert-wrap__arrow {
    position: absolute;
    top: 1rem;
    right: -20px;
    width: 160px;
    max-width: 22%;
    pointer-events: none;
    opacity: 1;
}

.expert-wrap__benefits {
  background: #ffffff;
  border: 1px solid rgba(15, 23, 42, 0.08);
  border-radius: 28px;
  min-height: 420px;
}

.expert-wrap__benefits-title {
  font-size: 1.45rem;
  line-height: 1.3;
  font-weight: 700;
  color: #111827;
  margin-bottom: 1.35rem;
}

.expert-wrap__benefits-list{
    display: grid;
    gap: 0.9rem;
    margin: 0;
}

.expert-wrap__benefits-list li {
  position: relative;
  padding-left: 2rem;
  color: #4f5666;
  line-height: 1.7;
}

.expert-wrap__benefits-list li::before {
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    line-height: 1;
    width: 25px;
    height: 25px;
    background: url(../images/star2.png) no-repeat;
    background-size: 100% 100%;
}

@media (max-width: 991.98px) {
  .expert-wrap__benefits {
    min-height: auto;
  }
}

@media (max-width: 767.98px) {
  .expert-wrap__title {
    font-size: 2.4rem;
  }

  .expert-wrap__arrow {
    display: none;
  }
}


.benefit-wrap {
  position: relative;
  padding: 5rem 0;
  background: #f5f7fb;
}
.benefit-wrap::before {
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    width: 15%;
    height: 260px;
    background: url(../images/star4.png) no-repeat;
    background-size: 100%;
}
.benefit-wrap::after {
    position: absolute;
    content: "";
    right: 0;
    bottom: 0;
    width: 15%;
    height: 260px;
    background: url(../images/star4.png) no-repeat;
    background-size: 100%;
}
.benefit-wrap__container {
  position: relative;
  z-index: 1;
}

.benefit-wrap__title {
  font-size: clamp(2.4rem, 3.2vw, 3.6rem);
  line-height: 1.05;
  font-weight: 700;
  color: #111827;
  margin-bottom: 1rem;
  position: relative;
}
.benefit-wrap__title img {
    position: absolute;
    clear: both;
    content: "";
    bottom: 0px;
    right: 5%;
}
.benefit-wrap__subtitle {
  max-width: 760px;
  margin: 0 auto;
  color: #56607b;
  line-height: 1.9;
  font-size: 1rem;
}

.benefit-wrap__grid {
    display: flex;
    flex-wrap: wrap;
    gap: 0;
    justify-content: center;
    margin-top: 2.5rem;
    align-items: center;
    position: relative;
    z-index: 1;
}

.benefit-wrap__panel {
  flex: 1 1 300px;
  min-width: 280px;
  border-radius: 32px;
  background: #ffffff;
  padding: 2rem;
  box-shadow: 0 24px 64px rgba(15, 23, 42, 0.08);
}
.benefit-wrap__panel--info{
    height: 400px;
}
.benefit-wrap__panel--brand {
  flex: 1 1 320px;
  min-width: 280px;
  background: linear-gradient(180deg, #0d4eb4 0%, #0b3b86 100%);
  color: #ffffff;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  text-align: center;
  padding: 2.5rem 1.75rem;
  position: relative;
}
.benefit-wrap__panel--brand .star{
    position: absolute;
    clear: both;
    content: "";
    bottom: 20%;
}
.benefit-wrap__panel-title {
  font-size: 1.45rem;
  font-weight: 700;
  line-height: 1.3;
  color: #111827;
  margin-bottom: 1.5rem;
}

.benefit-wrap__panel--brand .benefit-wrap__panel-title {
  color: #ffffff;
}

.benefit-wrap__panel-list,
.benefit-wrap__compare-list,
.benefit-wrap__tick-list {
  list-style: none;
  margin: 0;
  padding: 0;
}

.benefit-wrap__panel-list {
  display: grid;
  gap: 1rem;
  color: #4f5666;
  font-size: 1rem;
  line-height: 1.8;
}

.benefit-wrap__compare-list {
  display: grid;
  gap: 1rem;
  color: #4f5666;
  font-size: 1rem;
  line-height: 1.8;
}

.benefit-wrap__compare-list li {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 1rem;
}

.benefit-wrap__compare-list li span {
  flex: 1;
}

.benefit-wrap__compare-list li i {
  width: 26px;
  height: 26px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  font-size: 0.9rem;
  color: #ffffff;
  background: #d64545;
}

.benefit-wrap__compare-list li i.fa-check {
  background: #3fc26e;
}

.benefit-wrap__tick-list{
    display: grid;
    gap: 1rem;
    margin: 0.5rem 0 2rem;
}

.benefit-wrap__tick-list li {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.16);
  border: 1px solid rgba(255, 255, 255, 0.22);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 1.2rem;
}

.benefit-wrap__brand-logo img {
  max-width: 180px;
  width: 100%;
  height: auto;
  filter: brightness(0) invert(1);
  margin-bottom: 1.5rem;
}

.benefit-wrap__button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0.95rem 1.6rem;
  border-radius: 999px;
  background: #7eb842;
  color: #ffffff;
  font-weight: 700;
  text-decoration: none;
  transition: transform 0.3s ease, background 0.3s ease;
}

.benefit-wrap__button:hover {
  background: #6fa12f;
  transform: translateY(-2px);
}

@media (max-width: 991.98px) {
  .benefit-wrap {
    padding: 4rem 0;
  }
}

@media (max-width: 767.98px) {
  .benefit-wrap {
    padding: 3rem 0;
  }

  .benefit-wrap__grid {
    flex-direction: column;
  }

  .benefit-wrap__panel--brand {
    min-width: 100%;
  }
  .benefit-wrap__panel--info{
      min-width: 100%;
  }
}


.about-wrap2{
    position: relative;
}
.about-wrap2 .about-cont h2{
    font-size: 35px;
    font-weight: 600;
    color: #111827;
    position: relative;
    margin: 15px 0;
}

/*-----------------------------------
 Testimonials Styling
------------------------------------*/
.testimonials{
    position: relative;
    padding: 60px 0;
    background: url('../images/testiBg.png') no-repeat;
    background-size: cover;
}
.testimonials .heading {
    text-align: center;
    margin-bottom: 50px;
    color: #000;
    padding-left: 0;
}
.testimonials .heading h2{
    font-weight: 700;
    font-size: 40px;
    padding: 5px 0;
        color: #fff;
    text-transform: capitalize;
    position: relative;
    margin-bottom: 10px;
}
.testimonials .heading h2 img {
    position: absolute;
    clear: both;
    content: "";
    bottom: 5px;
    right: 17%;
}
.testimonials .heading p{
    color: #646464;
}
.testimonials .owl-stage-outer{
    padding: 20px 0;
}
.testimonials .testimonials-wrapper .testimonials-content {
    background-color: #fff;
    background-size: cover;
    padding: 40px;
    box-shadow: 0 0 12px 0 rgb(66 66 66 / 22%);
    border-radius: 10px;
}
.testimonials .testimonials-wrapper .testimonials-content .testimonials-content-text p{
	color: #fff;
}
.testimonials .testimonials-wrapper .testimonials-content .testimonials-rating svg{
	color: #ffc107;
}
.testimonials .testimonials-wrapper .testimonials-content .testimonials-content-profile-img{
	width: 50px;
	height: 50px;
	border-radius: 50px;
}
.testimonials .testimonials-wrapper .testimonials-content .testimonials-content-text{
    margin-bottom: 15px;
}
.testimonials .testimonials-wrapper .testimonials-content .testimonials-content-profile-text h3{
	color: #646464;
	font-family: "Tenor Sans", sans-serif;
}
.testimonials .testimonials-wrapper .testimonials-content .testimonials-content-profile-text p{
	color: #000;
}
@media screen and (min-width:991px){
	.testimonials .testimonials-wrapper .testimonials-content .testimonials-content-profile-text h3{
		font-size: 20px;
	}	
}
.testimonials .testimonials-wrapper .testimonials-content .testimonials-content-google svg{
	width: 50px;
	height: 50px;
}
.testimonials .testimonials-wrapper .slick-dots{
	font-size: 0;
	display: flex;
	justify-content: center;
	margin-top: 20px;
	bottom: unset !important;
}
.testimonials .testimonials-wrapper .slick-dots li button{
	width: 15px;
	height: 15px;
	margin: 0 15px;
	border: 1px solid #2c4a28 !important;
	border: none;
	border-radius: 50px;
}
.testimonials .testimonials-wrapper .slick-active button{
	background: #2c4a28;
}
.testimonials .testimonials-wrapper .slick-prev{
	font-size: 0;
	width: 30px;
	height: 30px;
	background: #2c4a28;
	border: none;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	left: -5%;
}
.testimonials .testimonials-wrapper .slick-prev:before{
	content:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16'%3E%3Cpath fill='%23fff' fill-rule='evenodd' d='M15 8a.5.5 0 0 0-.5-.5H2.707l3.147-3.146a.5.5 0 1 0-.708-.708l-4 4a.5.5 0 0 0 0 .708l4 4a.5.5 0 0 0 .708-.708L2.707 8.5H14.5A.5.5 0 0 0 15 8'/%3E%3C/svg%3E");
}
.testimonials .testimonials-wrapper .slick-next{
	font-size: 0;
	width: 30px;
	height: 30px;
	background: #2c4a28;
	border: none;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	right: -5%;
}
.testimonials .testimonials-wrapper .slick-next:before{
	content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16'%3E%3Cpath fill='%23fff' fill-rule='evenodd' d='M1 8a.5.5 0 0 1 .5-.5h11.793l-3.147-3.146a.5.5 0 0 1 .708-.708l4 4a.5.5 0 0 1 0 .708l-4 4a.5.5 0 0 1-.708-.708L13.293 8.5H1.5A.5.5 0 0 1 1 8'/%3E%3C/svg%3E");
}
/* arrow */
#testi-slider .owl-nav .owl-prev {
    color: #000;
    background-color: #fff;
    padding: 6px 12px;
    font-size: 16px;
    border-radius: 50%;
    position: absolute;
    clear: both;
    content: "";
    left: -2%;
    top: 45%;
    z-index: 9;
    margin: 0;
}

#testi-slider .owl-nav .owl-next {
    color: #000;
    background-color: #fff;
    padding: 6px 12px;
    font-size: 16px;
    border-radius: 50%;
    position: absolute;
    clear: both;
    content: "";
    right: -2%;
    top: 45%;
    z-index: 9;
    margin: 0;
}


.faq-wrap {
  position: relative;
  padding: 5rem 0;
  background: #ffffff;
}

.faq-wrap__title {
  position: relative;
  display: inline-block;
  font-size: clamp(2.2rem, 3vw, 3.2rem);
  font-weight: 700;
  line-height: 1.05;
  color: #111827;
  margin-bottom: 0;
}

.faq-wrap__title-icon {
  position: absolute;
  width: 32px;
  top: -12px;
  right: -48px;
}

.faq-wrap__list {
  position: relative;
  padding: 0;
}

.faq-wrap__list::before {
  content: "";
  position: absolute;
  left: 18px;
  top: 40px;
  bottom: 40px;
  width: 2px;
  background: linear-gradient(180deg, #0d4eb4 0%, #7eb842 100%);
}

.faq-wrap__item {
  display: flex;
  gap: 2rem;
  margin-bottom: 2.5rem;
  position: relative;
  align-items: center;
}

.faq-wrap__marker {
  flex-shrink: 0;
  position: relative;
  z-index: 2;
}

.faq-wrap__number {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: #ffffff;
  border: 2px solid #0d4eb4;
  font-weight: 700;
  font-size: 0.9rem;
  color: #0d4eb4;
}

.faq-wrap__content {
  flex: 1;
  margin-top: 0.5rem;
}

.faq-wrap__question {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  padding: 0;
  border: none;
  background: none;
  cursor: pointer;
  text-align: left;
  font-size: 1rem;
  font-weight: 600;
  color: #111827;
  transition: color 0.3s ease;
}

.faq-wrap__question:hover {
  color: #0d4eb4;
}

.faq-wrap__question span:first-child {
  flex: 1;
}

.faq-wrap__toggle {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 44px;
    height: 44px;
    border-radius: 50%;
    background: #7eb842;
    color: #ffffff;
    font-size: 1.2rem;
    flex-shrink: 0;
    transition: transform 0.3s ease, background 0.3s ease;
    position: relative;
    top: -5px;
}

.faq-wrap__question:hover .faq-wrap__toggle {
  background: #6fa12f;
  transform: rotate(90deg);
}

/* Update these styles in your CSS */

.faq-wrap__answer {
  display: block;
  max-height: 0;
  overflow: hidden;
  margin-top: 0;
  padding-top: 0;
  border-top: 1px solid #e5e7eb;
  color: #56607b;
  font-size: 0.95rem;
  line-height: 1.8;
  opacity: 0;
  transition: max-height 0.8s ease, opacity 0.8s ease, margin-top 0.8s ease, padding-top 0.8s ease;
}

.faq-wrap__answer p {
  margin: 0;
}

.faq-wrap__item.active .faq-wrap__answer {
  max-height: 300px;
  opacity: 1;
  margin-top: 1.25rem;
  padding-top: 1.25rem;
}

.faq-wrap__item.active .faq-wrap__toggle {
  background: #0d4eb4;
  transform: rotate(45deg);
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@media (max-width: 991.98px) {
  .faq-wrap {
    padding: 4rem 0;
  }

  .faq-wrap__list::before {
    left: 17px;
  }

  .faq-wrap__item {
    gap: 1.5rem;
  }
}

@media (max-width: 767.98px) {
  .faq-wrap {
    padding: 3rem 0;
  }

  .faq-wrap__title {
    font-size: 2rem;
  }

  .faq-wrap__title-icon {
    width: 28px;
    top: -10px;
    right: -36px;
  }

  .faq-wrap__item {
    gap: 1rem;
    margin-bottom: 2rem;
  }

  .faq-wrap__number {
    width: 36px;
    height: 36px;
    font-size: 0.85rem;
  }

  .faq-wrap__question {
    font-size: 0.95rem;
  }

  .faq-wrap__toggle {
    width: 40px;
    height: 40px;
    font-size: 1rem;
  }
}


  
.site-footer {
    position: relative;
    margin-top: 0;
    background: url('../images/footerBg.png') no-repeat;
    background-position: center;
    background-size: cover;
}
.site-footer .footer-sec{
    position: relative;
    padding: 40px 0 20px 0;
}
.site-footer .container{
    position: relative;
    z-index: 9;
}
.site-footer .logo {
    display: block;
    width: 60%;
    margin-top: 0px;
    margin-bottom: 10px;
}
.site-footer .heading {
    text-align: left;
    margin-bottom: 60px;
    color: #fff;
}
.site-footer .heading h2 {
    font-weight: 500;
    font-size: 40px;
    color: #fff;
}
.site-footer .footer-location {
    padding: 0;
    margin: 0;
    display: inline-block;
    width: 100%;
  }
  .site-footer .footer-location li {
    color: #fff;
    display: flex;
    margin-bottom: 13px;
    font-weight: 500;
    font-size: 13px;
  }
  .site-footer .footer-location li a {
    color: #fff;
    font-size: 14px;
    text-decoration: none;
}
.site-footer .footer-location li i {
    padding-top: 4px;
    padding-right: 12px;
    color: #fff;
}
.site-footer .footer-social {
    /* padding-left: 88px; */
    padding: 0;
    margin: 0;
    display: flex;
    width: 100%;
    align-items: center;
    position: relative;
    z-index: 1;
}
  .site-footer .footer-social li {
    color: #fff;
    display: flex;
    margin-bottom: 13px;
    font-weight: 300;
    font-size: 15px;
  }
  .site-footer .footer-social li a{
    color: #fff;
  }
  .site-footer .footer-social li i {
    padding-top: 4px;
    padding-right: 12px;
    color: #fff;
  }
.site-footer .footer-social i {
    color: #7eb842;
    padding-right: 10px;
    font-size: 20px;
}
.site-footer .footer-social a {
    color: #fff;
}
.site-footer .footer-social {
    color: #fff;
    font-size: 14px;
    padding-top: 0;
}
.site-footer .footer-nav {
    position: relative;
    padding-left: 0;
    margin: 0;
    display: inline-block;
    width: 100%;
}

.site-footer .footer-nav li {
    display: inline-block;
    width: 100%;
    margin-bottom: 10px;
    float: left;
    position: relative;
    color: #fff;
    font-size: 13px;
    padding-left: 20px;
}
.site-footer h4 {
    font-size: 24px;
    color: #fff;
    text-transform: capitalize;
    font-weight: 600;
    display: inline-block;
    margin-bottom: 15px;
}
.site-footer .footer-nav li::before {
    position: absolute;
    font-family: FontAwesome;
    content: "\f0a9";
    left: 0;
    top: 0px;
    color: #fff;
    font-size: 13px;
    z-index: 9;
}

.site-footer .footer-nav li a {
    text-decoration: none;
    color: #fff;
    font-weight: 400;
    font-size: 14px;
    padding: 0px;
}
.site-footer .footer-location .footer-social {
    color: #fff;
    font-size: 25px;
    margin-bottom: 30px;
    margin-top: 20px;
    font-family: 'Oswald', sans-serif;
}
.site-footer .footer-location .footer-social i {
    color: #D33327;
    font-size: 20px;
    padding-left: 0;
    border-radius: 50%;
    border: 2px solid #fff;
    width: 40px;
    height: 40px;
    text-align: center;
    line-height: 36px;
    margin-left: 10px;
    transition: 0.3s;
}
.site-footer .footer-location .footer-social i:hover{
    border: 2px solid #D33327;
    color: #D33327;
}
.site-footer .footer-blog {
    display: flex;
    align-items: center;
    margin-bottom: 20px;
}
.site-footer .footer-blog img {
    border-radius: 0px;
    width: 60px;
    height: 60px;
    object-fit: cover;
}
.site-footer .footer-blog .content {
    margin-left: 15px;
}
.site-footer .footer-info .num{
    font-size: 30px;
    font-weight: 600;
    color: #fff;
    text-decoration: none;
}
.site-footer .footer-info .online{
    font-size: 14px;
    padding: 12px 20px;
    color: #fff;
    text-decoration: none;
    border: 1px solid #fff;
    display: inline-block;
    margin-top: 20px;
}
.site-footer .form-control {
    display: block;
    width: 100%;
    height: 50px;
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: 0;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}
.site-footer .submit {
    background: #D33327;
    border: none;
    color: #fff;
    padding: 12px 30px;
    text-decoration: none;
    display: inline-block;
    margin-top: 10px;
    font-size: 14px;
    font-weight: 500;
    position: relative;
    text-transform: uppercase;
    transition: 0.4s;
    width: 100%;
    z-index: 1;
}
.site-footer p {
    color: #fff;
    font-size: 14px;
    margin-bottom: 20px;
    font-weight: 400;
}

            
.copyright {
    font-size: 13px;
    text-align: center;
    position: relative;
    padding: 20px 0 0 0;
    background-color: transparent;
    border-top: 1px solid #434343;
    margin-top: 15px;
}
.copyright p.special{
    float: none;
}
.copyright p {
    color: #fff;
    margin-bottom: 0;
    text-align: center;
    position: relative;
}
.copyright p a {
    color: #fff;
    margin: 0 5px;
    font-size: 15px;
}

/********************inner-banner*********************/

.breadcrumb-wrapper {
    text-align: center;
    background-image: url(../images/serviceBg.png);
    background-size: cover;
    background-position: center;
    height: 400px;
    position: relative;
}

.breadcrumb-wrapper::before {
    position: absolute;
    clear: both;
    content: "";
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgb(0 0 0 / 0%);
}
.breadcrumb-wrapper1 {
    text-align: center;
    background-image: url(../images/inner-banner2.jpg);
    background-size: cover;
    background-position: center;
    height: 500px;
    position: relative;
}

.breadcrumb-wrapper2 {
    text-align: center;
    background-image: url(../images/inner-banner3.jpg);
    background-size: cover;
    background-position: center;
    height: 500px;
    position: relative;
}

.breadcrumb-wrapper .shell, .breadcrumb-wrapper1 .shell, .breadcrumb-wrapper2 .shell {
    position: absolute;
    clear: both;
    content: "";
    top: 50%;
    left: 10%;
    transform: translate(0%, -50%);
    text-align: left;
    width: 50%;
}

.breadcrumb-wrapper .shell h1,
.breadcrumb-wrapper1 .shell h2,
.breadcrumb-wrapper2 .shell h2 {
    font-size: 50px;
    margin-bottom: 0;
    font-weight: 600;
    color: #fff;
    text-transform: capitalize;
    letter-spacing: 0px;
}
.breadcrumb-wrapper .shell p{
    color: #fff;
    margin-bottom: 10px;
    font-size: 18px;
}



/***********************about-us-page*******************/

.inner-about-wrap {
    padding: 60px 0 60px 0;
    margin-top: 0px;
}

.inner-about-wrap .about-cont {
    position: relative;
}

.inner-about-wrap .about-cont .heading {
    position: relative;
}
.inner-about-wrap .about-cont h4{
    font-size: 20px;
	font-weight: 700;
	display: inline;
	text-transform: capitalize;
	color: #044ea8;
}
.inner-about-wrap .about-cont h2 {
    font-weight: 700;
    font-size: 35px;
    color: #044ea8;
    text-transform: capitalize;
    position: relative;
    margin-bottom: 15px;
    display: inline;
}
.inner-about-wrap .about-cont h3 {
    font-weight: 600;
    font-size: 25px;
    padding: 5px 0;
    color: #02254C;
    text-transform: capitalize;
    position: relative;
    margin-bottom: 20px;
}
.inner-about-wrap .about-cont ul{
	margin: 0;
    padding: 0;
    padding-left: 20px;
    display: flow-root;
    padding-top: 10px;
}
.inner-about-wrap .about-cont ul li::marker {
    color: #044ea8;
    font-size: 22px;
}
.inner-about-wrap .about-cont .special {
    color: #2a2a2a;
    font-size: 20px;
    margin-bottom: 10px;
    line-height: initial;
    font-weight: 700;
}

.inner-about-wrap .about-cont p {
    margin: 15px 0;
    line-height: 26px;
    color: #202020;
    font-size: 16px;
}

.inner-about-wrap .about-img {
    position: relative;
    width: 40%;
    margin-right: 15px;
    margin-bottom: 15px;
    float: left;
}
.inner-about-wrap .flex-row-reverse .about-img {
    margin-left: 15px;
    float: right;
}

.inner-about-wrap .about-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 10px;
}
.inner-about-wrap .about-cont .more {
    color: #fff;
    display: inline-block;
    border-radius: 0px;
    padding: 10px 30px;
    background-color: #009FE3;
    text-decoration: none;
    text-transform: capitalize;
    margin-top: 0px;
}
.inner-about-wrap .inner-about-box {
    position: relative;
    padding: 0 40px;
}

.inner-about-wrap .inner-about-box .image {
    border-radius: 5px;
    overflow: hidden;
}

.inner-about-wrap .inner-about-box .image img {
    width: 100%;
    height: 320px;
    object-fit: cover;
}

.inner-about-wrap .inner-about-box .content {
    position: absolute;
    clear: both;
    content: "";
    bottom: 30px;
    left: -10px;
    background-color: #e39e01;
    border-radius: 5px;
    display: flex;
    align-items: center;
    padding: 20px 0;
    justify-content: space-around;
}

.inner-about-wrap .inner-about-box .content h4 {
    color: #000;
    font-size: 18px;
    font-family: 'Conv_Bebas-Regular';
    margin-bottom: 0;
    width: 40%;
    text-transform: uppercase;
}

.inner-about-wrap .inner-about-box .content a {
    width: 40px;
}


/*********************faq-page************************/



.inner-faq-wrap {

    margin: 10px 0 120px 0;

}

.inner-faq-wrap .heading {

    text-align: center;

    margin-bottom: 60px;

}

.inner-faq-wrap .heading h2 {

    font-size: 50px;

    color: #000;

    font-weight: 700;

    text-transform: uppercase;


}

.accordion .card {
    border: none;
    border: 1px solid #000;
    margin-bottom: 10px;
    border-bottom: 1px solid #000 !important;
    border-radius: 6px !important;
}

.accordion .card .card-header {
    position: relative;
    transition: 0.4s;
    padding: 0;
    background-color: #fff;
    border: none;
}

.accordion .card .card-header .mb-0{
    padding: 0;
}

.accordion .card .card-header button {
    color: #36458d;
    width: 100%;
    text-align: left;
    font-family: 'Montserrat', sans-serif;
    padding: 15px;
    text-decoration: none;
    border-radius: none;
}

.accordion .card .card-header button.collapsed {
    background-color: #185D94 !important;
    color: #fff !important;
}
.accordion .card .card-header button.btn-link {
    background-color: #449a1300;
}

.accordion .card .collapse.show {
    background-color: rgb(234 232 232 / 0%);
    margin-top: 0px;
    position: relative;
}
.accordion .card .collapsing .card-body p{
    font-size: 14px;
}
.accordion .card .collapse .card-body p{
    font-size: 14px;
}
/*.accordion .card .card-header:hover{

    background-color: #c90a67;

}*/

.accordion .card .card-header:hover button{

    color: #36458d;

}

.bs-example{

        margin: 20px;

    }

    .accordion .fa {
        margin-right: 0.5rem;
        float: right;
        color: #7CB951;
    }

.btn-link {

    font-weight: 600;

    color: #000;

    text-decoration: none;

}

/*****************contact-page*******************/

.inner_page_wrap {
    padding: 60px 0;
    position: relative;
}

.form_bg {
    position: relative;
    padding: 30px;
    z-index: 2;
    text-align: center;
    border-radius: 30px;
    overflow: hidden;
       background-color: rgb(4 96 124 / 9%);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
}

.form-title h3 {
    color: #035872;
    font-size: 24px;
    font-weight: 400;
}

.form-title h3 span {
    color: #035872;
}

.rd-mailform1 {
    margin-top: 30px;
}
.rd-mailform1 .form-group{
    margin-bottom: 20px;
}
.rd-mailform1 .form-control {
    display: block;
    width: 100%;
    height: 40px;
    padding: 6px 0px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #035872 !important;
    background-color: rgb(219 219 219);
    background-image: none;
    border: none;
    border-bottom: none;
    border-radius: 30px;
    padding-left: 15px;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-transition: border-colorease-in-out .15s, -webkit-box-shadowease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-colorease-in-out .15s, box-shadowease-in-out .15s;
}

.rd-mailform1 textarea {
    height: 100px !important;
}

.rd-mailform1 .submit-btn .submit {
    display: block;
    text-decoration: none;
    color: #fff;
    padding: 10px 30px;
    font-size: 15px;
    background-color: #7eb842;
    transition: 0.4s;
    border-radius: 30px;
    text-transform: capitalize;
    margin-left: 0;
    font-weight: 600;
    border: none;
    width: 100%;
}

.rd-mailform1 .form-control::-webkit-input-placeholder {
    /* Edge */
    color: #035872;
}

.rd-mailform1 .form-control:-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    color: #035872;
}

.rd-mailform1 .form-control::placeholder {
    color: #035872;
}

.contact-item {
    position: relative;
    padding: 15px;
    z-index: 2;
    text-align: left;
    border-radius: 30px;
    overflow: hidden;
        background-color: rgb(4 96 124 / 9%);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    margin-bottom: 20px;
}

.contact-item .content {
    float: left;
}

.contact-item h5 {
    font-size: 16px;
    font-weight: 600;
    margin: 0 0 5px;
    padding: 0;
    text-transform: uppercase;
    color: #035872;
}

.contact-item p {
    color: #035872;
    margin: 0;
    padding: 0;
    line-height: 20px;
}
.contact-item p a{
    color: #035872;
    text-decoration: none;
}
.contact-item .icon {
    color: #035872;
    float: right;
    font-size: 44px;
}

.map_section {
    margin-top: 0;
}

.map_section iframe {
    border: 1px solid #cbcbcb;
    height: 350px;
    margin-bottom: 0;
    overflow: hidden;
    padding: 5px;
    width: 100%;
    background: #fff;
}
.modal .modal-header .btn-close{
    float: right;
    margin-top: -33px;
}
/******************modal*****************/

.modal-body .contact-form .btn-group,
.contact-form .btn-group-vertical {
    margin-top: 20px;
}

.modal-body .read-more {
    border: none;
    background-color: #fa8900;
    color: #fff;
    padding: 12px 20px;
    font-size: 17px;
    border-radius: 30px;
    text-shadow: none;
    text-transform: uppercase;
}

.modal-body textarea.form-control {
    height: 130px !important;
}

.modal-header {
    display: initial;
}



.service-offered-wrap {
    padding: 80px 0 20px 0;
    background-color: #fff;
}

.service-offered-wrap .content {
    margin-bottom: 40px;
}

.service-offered-wrap .content .content-img {
    width: 100%;
}

.service-offered-wrap .content .content-img img {
    width: 100%;
    height: 350px;
    object-fit: cover;
    object-position: center;
}

.service-offered-wrap .content .content-bx {
    width: 100%;
    border: 1px solid transparent;
    -webkit-box-shadow: 2px 2px 8px 0px rgb(176 176 176 / 80%);
    -moz-box-shadow: 2px 2px 8px 0px rgba(176, 176, 176, 0.8);
    box-shadow: 2px 2px 8px 0px rgb(176 176 176 / 80%);
    padding: 10px 20px 25px 15px;
    min-height: auto;
    text-align: center;
}

.service-offered-wrap .content .content-bx h4 {
    color: #000;
    font-weight: 700;
    font-size: 22px;
}

.service-offered-wrap .content .content-bx p {
    font-weight: 600;
    font-size: 14px;
}

.service-offered-wrap .content .content-bx .more {
    color: #fff;
}

.service-offered-wrap .content .content-bx .more:hover {
    background: rgb(0, 0, 0);
    color: #fff;
}

.inner-service-area .area-point ul{
    margin: 0;
    padding: 0;
    display: inline-block;
    width: 100%;
    list-style-type: none;
}
.inner-about-wrap .about-cont iframe{
    border: 0;
    width: 100%;
    height: 400px;
}