.height {
    height: 203px;
}

p {
    color: var(--Text-Subtittle, #323435);
    font-family: Montserrat;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 27px;
    margin-bottom: 20px;
}

.banner-text h1 {
    color: var(--BG-White, #FFF);
    text-align: center;
    font-family: Montserrat;
    font-size: 56px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}

.breadcrumb {
    color: var(--BG-White, #FFF);
    font-family: Montserrat;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 27px;
    /* 150% */
    text-transform: capitalize;
    justify-content: center;
}

.breadcrumb a {
    color: #fff;
}

.breadcrumb a:hover {
    color: #2377BD;
}

.breadcrumb span.bread_title {
    color: var(--Primary-Blue-70, #2377BD);
    font-family: Montserrat;
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: 27px;
    text-transform: capitalize;
}

span.dash {
    display: inline-flex;
    padding: 0px 6px;
}

section.container-fluid.portfolio-area-wrap {
    padding: 70px 0px;
}

.inner-title-wrp h3 {
    color: var(--Primary-Blue100, #0B273D);
    text-align: center;
    font-family: Montserrat;
    font-size: 34px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    margin-bottom: 15px;
}

.inner-title-wrp h6 {
    color: var(--Primary-Blue100, #0B273D);
    text-align: center;
    font-family: Montserrat;
    font-size: 22px;
    font-style: normal;
    font-weight: 300;
    line-height: normal;
    margin-bottom: 15px;
}

.main-content {
    color: var(--Primary-Blue100, #0B273D);
    font-family: Montserrat;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 27px;
    text-align: center;
}

.gal_items {
    padding: 8px;
}

.inn_gal_items img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all 0.4s ease;
}

.gallery-wrapper {
    padding-top: 30px;
}

.inn_gal_items {
    position: relative;
    transition: all 0.4s ease;
    overflow: hidden;
    height: 300px;
}

.inn_gal_items:hover img {
    box-shadow: 0px 0px 10px #2377BD;
    transform: scale(1.2);
}

.inn_gal_items::before, .inn_gal_items::after {
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    border: 5px solid #2377BD;
    transition: all 0.4s ease;
    z-index: 9;
    opacity: 0;
}

.inn_gal_items::before {
    top: 0;
    left: 0;
    border-width: 5px 0 0 5px;
}

.inn_gal_items::after {
    bottom: 0;
    right: 0;
    border-width: 0 5px 5px 0;
}

.inn_gal_items:hover::before, .inn_gal_items:hover::after {
    width: 100%;
    height: 100%;
    opacity: 1;
}

.page-id-82 .f-cta-row {
    display: none;
}

section.container-fluid.contact-area-wrap {
    padding: 80px 0px 0px;
    background-image: url('../img/contact_bg.png');
    background-size: cover;
}

.map-wrp {
    height: 500px;
}

.map-wrp {
    background: #1F4571;
}

.map-wrp iframe {
    height: 100%;
    width: 100%;
}

.contact_details_wrp .inner-title-wrp h3, .contact_details_wrp .inner-title-wrp .main-content {
    text-align: left;
}

.contact_details_wrp .inner-title-wrp h3 {
    padding-right: 10%;
    margin-bottom: 8px;
}

.cd_item h6 {
    color: var(--Primary-Blue100, #0B273D);
    font-family: Montserrat;
    font-size: 24px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    margin-bottom: 4px;
}

.cd_item p {
    color: var(--Primary-Blue100, #0B273D);
    font-family: Montserrat;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    margin: 0 0 7px;
}

.cd_item p strong {
    font-weight: 500;
}

.contact_detail_wrp {
    display: flex;
    align-items: center;
    margin-bottom: 2rem;
}

.cd_item {
    width: 53%;
    padding-left: 20px;
}

.cd_item p:last-child {
    margin-bottom: 0;
}

span.wpcf7-form-control-wrap {
    display: flex;
    margin-bottom: 20px;
}

span.wpcf7-form-control-wrap input, span.wpcf7-form-control-wrap textarea {
    border: 1px solid #C0B9B9;
    background: #FFF;
    width: 100%;
    height: 48px;
    padding: 0px 10px;
}

span.wpcf7-form-control-wrap textarea {
    height: 120px;
    padding: 10px 10px;
    resize: none;
}

.form-row.half {
    display: flex;
    justify-content: space-between;
}

.form-row.half .col {
    width: 48%;
    flex: none;
}

input.wpcf7-form-control.wpcf7-submit {
    width: 100%;
    background: #1F4571;
    border: 2px solid #1F4571;
    color: #FFF;
    font-family: Montserrat;
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: 27px;
    height: 60px;
}

input.wpcf7-form-control.wpcf7-submit:hover {
    background-color: #fff;
    color: #1F4571;
}

.contact-area-wrap .container {
    position: relative;
}

img.man_image {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 270px;
    margin: 0px auto;
    max-width: 352px;
}

.contact_details_wrp .inner-title-wrp .main-content {
    padding: 10px 0px 40px;
}

.container-fluid.contact-area-wrap .row {
    justify-content: space-between;
    padding-bottom: 80px;
}

.contact_detail_wrp:first-child {
    margin-bottom: 2.5rem;
    align-items: center;
}

.contact_detail_wrp:last-child {
    margin-bottom: 0;
}

.contact-form-wrp h3 {
    margin-bottom: 30px;
}

.contact-form-wrp {
    padding-left: 8.5%;
    display: flex;
    align-items: flex-end;
}

.blog-list-item-wrap {
    padding: 80px 200px ;
}

.blog_items {
    padding: 20px;
}

.inner-blog-card {
    border: 1px solid #2377BD;
    display: flex;
    padding: 20px;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    gap: 10px;
}

.blog-image {
    height: 342px;
    width: 100%;
    background-size: cover;
    background-position: center center;
    border-radius: 16px 16px 0 0;
}

.blog_items {
    padding: 20px;
    overflow: hidden;
}

.b-date {
    color: #2377BD;
    font-family: Montserrat;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 27px;
    text-transform: capitalize;
    padding: 10px 0px 0px;
}

h3.b-title {
    color: var(--Text-Subtittle, #323435);
    font-family: Montserrat;
    font-size: 24px;
    font-style: normal;
    font-weight: 600;
    line-height: 36px;
    text-transform: capitalize;
}

a.b-link-btn {
    color: #000;
    font-family: Montserrat;
    font-size: 16.407px;
    font-style: normal;
    font-weight: 600;
    line-height: 24.611px;
    text-transform: capitalize;
}

spamn.b-link-btn i.fa-solid {
    position: relative;
    top: 1px;
}

.inner-blog-card {
    position: relative;
    transition: .4s;
    height: 100%;
}

.blog_items {
    transition: all 0.4s ease;
}

.blog_items:hover {
    transform: scale(1.04);
}

.inner-blog-card::before, .inner-blog-card::after {
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    border: 5px solid #2377BD;
    transition: all 0.4s ease;
    z-index: 9;
    opacity: 0;
}

.inner-blog-card::before {
    top: 0;
    left: 0;
    border-width: 5px 0 0 5px;
}

.inner-blog-card::after {
    bottom: 0;
    right: 0;
    border-width: 0 5px 5px 0;
}

.inner-blog-card:hover::before, .inner-blog-card:hover::after {
    width: 100%;
    height: 100%;
    opacity: 1;
}

section.blog-single-section {
    padding: 80px 0px;
}

section.blog-single-section .container {
    max-width: 1100px;
}

.date_wrp {
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-bottom: 0.5px solid #656565;
    padding: 20px 0;
    margin-bottom: 35px;
}

.date_wrp .b-date {
    padding-top: 0;
    color: #000;
    font-family: Montserrat;
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: 27px;
    text-transform: capitalize;
}

.post_thumbnail img {
    width: 100%;
}

.post_image img {
    max-width: 100%;
    max-height: 270px;
}

h3 {
    color: var(--Primary-Blue100, #0B273D);
    font-family: Montserrat;
    font-size: 34px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}

h3 span {
    color: var(--Primary-Blue-70, #2377BD);
}

.blog_content_wrp p {
    color: var(--Text-Subtittle, #323435);
    font-family: Montserrat;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 27px;
    margin: 0;
    padding: 15px 0px;
}

.blog_content_wrp h3 {
    margin: 0;
    padding: 10px 0px;
}

.post_image {
    margin: 20px 0px;
}

.b-author {
    color: #000;
    font-family: Montserrat;
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: 27px;
    text-transform: capitalize;
}

.b-author span {
    color: var(--Primary-Blue-70, #2377BD);
}

.blog_content_wrp li {
    color: var(--Text-Subtittle, #323435);
    font-family: Montserrat;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 27px;
    list-style: none;
    background-image: url('../img/charm_square-tick.png');
    background-repeat: no-repeat;
    padding-left: 40px;
    display: block;
}

.blog_content_wrp ul {
    padding: 15px 0 0;
    margin: 0;
    gap: 15px;
    display: flex;
    flex-wrap: wrap;
}

section.Service-section {
    padding: 80px 0px;
    background-image: url('../img/tbn5.png');
    background-size: cover;
    background-position: center;
}

.service-main-content h2 {
    color: var(--Primary-Blue100, #0B273D);
    text-align: center;
    font-family: Montserrat;
    font-size: 48px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}

.service-main-content h2 strong {
    font-weight: 700;
}

.service-main-content p {
    color: var(--Text-Subtittle, #323435);
    text-align: center;
    font-family: Montserrat;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 27px;
    padding-top: 10px;
}

.service-main-content li {
    color: var(--Text-Subtittle, #323435);
    font-family: Montserrat;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 27px;
    list-style: none;
    background-image: url('../img/charm_square-tick.png');
    background-repeat: no-repeat;
    padding-left: 40px;
    display: block;
    margin-bottom: 15px;
}

.service-main-content ul {
    padding: 15px 0 30px;
    display: inline-block;
    text-align: left;
    margin: 0;
}

.Service-box {
    background: #FFF;
    box-shadow: 4px 4px 14px 0 rgba(0, 0, 0, 0.25);
    height: 100%;
    display: flex;
    padding: 20px 20px;
    flex-direction: column;
    align-items: flex-start;
    gap: 20px;
    transition: 0.4s;
}

.Service-item {
    padding: 15px;
    width: 20%;
}

section.Service-section .container {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.service-main-content {
    text-align: center;
}

.Service-box h4 {
    color: var(--Primary-Blue100, #0B273D);
    font-family: Montserrat;
    font-size: 28px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    min-height: 70px;
    margin-bottom: 12px;
}

.Service-box p {
    color: var(--Text-Subtittle, #323435);
    font-family: Montserrat;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 27px;
    margin-bottom: 22px;
}

.Service-box span {
    color: var(--Text-Subtittle, #323435);
    font-family: Montserrat;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 27px;
}

.image-div {
    height: 62px;
}

.Service-box:hover {
    background: #E8F4FF;
    box-shadow: 4px 4px 14px 0 rgba(0, 0, 0, 0.25);
}

.Service-box:hover span {
    color: var(--Primary-Blue-70, #2377BD);
}

.row.installation-container {
    background: #1F4571;
}

.inn-installtion-content {
    max-width: 960px;
    width: 100%;
}

.inn-installtion-content h5 {
    color: var(--BG-White, #FFF);
    font-family: Montserrat;
    font-size: 28px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    margin-bottom: 25px;
}

.inn-installtion-content p {
    color: var(--BG-White, #FFF);
    font-family: Montserrat;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 27px;
    /* 150% */
    margin-bottom: 25px;
}

.banner_btns .custom-btn {
    background: #fff;
}

.installtion-content {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 64%;
}

.installtion-img {
    padding: 0;
    width: 36%;
}

.installtion-img img {
    height: 100%;
    object-fit: cover;
    box-shadow: 4px 4px 20px 0.5px rgba(0, 0, 0, 0.22);
}

.service_bg-wrp {
    background-image: url('../img/white-abstract-background-vector.png');
    background-size: cover;
    background-position: center center;
}

.service_bg-wrp {
    padding-top: 80px;
}

.why-us-section h4 {
    color: var(--Primary-Blue100, #0B273D);
    font-family: Montserrat;
    font-size: 32px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

.why-us-section p strong {
    color: var(--Primary-Blue100, #0B273D);
    font-family: Montserrat;
    font-size: 24px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    display: block;
    padding: 15px 0px;
}

.why-us-section ul {
    padding: 0;
    margin: 0;
}

.why-us-section li {
    color: var(--Text-Subtittle, #323435);
    font-family: Montserrat;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 27px;
    list-style: none;
    background-image: url('../img/charm_square-tick.png');
    background-repeat: no-repeat;
    padding-left: 40px;
    display: block;
    margin-bottom: 15px;
}

section.testimonial-section {
    padding: 80px 0px;
}

.inn-installtion-content h4 {
    color: var(--BG-White, #FFF);
    font-family: Montserrat;
    font-size: 32px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    margin-bottom: 15px;
}

.inn-installtion-content li {
    color: #FFF;
    font-family: Montserrat;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 27px;
}

.inn-installtion-content ul {
    padding: 10px 20px;
}

.inn-what_we_offer h2 {
    color: var(--Primary-Blue100, #0B273D);
    font-family: Montserrat;
    font-size: 48px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    margin-bottom: 25px;
}

.inn-what_we_offer ul {
    padding: 0;
    margin: 0;
}

.inn-what_we_offer li {
    color: #000;
    font-family: Montserrat;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 27px;
    list-style: none;
    background-image: url('../img/charm_square-tick.png');
    background-repeat: no-repeat;
    padding-left: 40px;
    display: block;
    margin-bottom: 20px;
}

.inn-what_we_offer li strong {
    font-weight: 500;
}

.row.offer_content_row {
    padding-top: 70px;
}

.offer-img {
    padding-left: 25px;
}

.single .installtion-content {
    width: 60%;
}

.single .installtion-img {
    width: 40%;
}

.single .inn-installtion-content {
    max-width: 860px;
    width: 100%;
}

section.for-section {
    padding: 70px 0px;
}

section.about1-section {
    padding: 80px 0px;
    background-image: url('../img/tbn52.png');
    background-size: cover;
    background-position: center center;
}

.inn-abt1 h2, .whyus-top-content h2, .services-top-content h2 , .partner_heading h2{
    color: var(--Primary-Blue100, #0B273D);
    font-family: Montserrat;
    font-size: 48px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    padding-bottom: 5px;
}

.inn-abt1 h2 span {
    display: block;
    font-weight: 500;
}

.inn-abt1 p {
    padding: 10px 0px;
    margin-bottom: 0px;
    line-height: 26px;
}

.abt1_content {
    display: flex;
    align-items: center;
    padding-left: 5%;
}

.abt_btns {
    display: flex;
    padding-top: 18px;
}

section.our-mission-section {
    padding: 80px 0px;
    background-image: url('../img/mission bg.png');
    background-size: cover;
    background-position: center center;
}

.mission-top-content h5 {
    color: var(--Primary-Blue100, #0B273D);
    text-align: center;
    font-family: Montserrat;
    font-size: 28px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    display: flex;
    align-items: center;
    justify-content: center;
}

.mission-top-content h5 span {
    width: 2.442px;
    height: 26.143px;
    background: var(--Primary-Blue-70, #2377BD);
    display: inline-block;
    margin-right: 5px;
}

.mission-top-content h4 {
    color: var(--Primary-Blue100, #0B273D);
    text-align: center;
    font-family: Montserrat;
    font-size: 32px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    padding: 12px 0px;
}

.mission-top-content p {
    color: var(--Text-Subtittle, #323435);
    text-align: center;
    font-family: Montserrat;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 27px;
    padding: 0 6%;
}

.mission_item h5 {
    color: var(--Primary-Blue100, #0B273D);
    text-align: center;
    font-family: Montserrat;
    font-size: 28px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    padding: 0px 15px 5px;
}

.mission_item p {
    color: var(--Text-Subtittle, #323435);
    text-align: center;
    font-family: Montserrat;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 27px;
    margin: 0;
}

.mission-services h4 {
    color: var(--Primary-Blue100, #0B273D);
    text-align: center;
    font-family: Montserrat;
    font-size: 32px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    padding: 25px 0px 40px;
}

.mission_detail_wrp {
    width: 20%;
    text-align: center;
    padding: 0px 20px;
}

.mission_detail_wrp .icon {
    height: 60px;
    margin-bottom: 12px;
}

section.core-value-section {
    padding: 80px 0px;
}

section.core-value-section h4 {
    color: var(--Primary-Blue100, #0B273D);
    font-family: Montserrat;
    font-size: 32px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    margin-bottom: 60px;
}

.core-value-section .icon {
    width: 80px;
    margin-right: 15px;
}

.cv_detail_wrp {
    display: flex;
    align-items: center;
    margin-bottom: 50px;
}

.cv_item p {
    margin: 0;
    color: var(--Text-Subtittle, #323435);
    font-family: Montserrat;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 27px;
}

.cv_item h5 {
    color: var(--Primary-Blue100, #0B273D);
    font-family: Montserrat;
    font-size: 24px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}

.inn-cv-img {
    position: relative;
}

.inn-cv-img img {
    border-radius: 16px;
}

img.img-fluid.cv_image_2 {
    margin-top: -80px;
    margin-left: 93px;
}

section.director-content-section {
    background: #DEF0FF;
    padding: 80px 0px;
}

.inn-director-content h4 {
    color: var(--Primary-Blue100, #0B273D);
    font-family: Montserrat;
    font-size: 28px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    margin: 0px;
    padding-bottom: 12px;
}

.inn-director-content p {
    margin: 0px;
    padding: 12px 0px;
}

.inn-director-content p strong {
    font-weight: 700;
}

.director-img {
    text-align: center;
}

.director-img h6 {
    text-align: center;
    color: var(--Text-Subtittle, #323435);
    text-align: center;
    font-family: Montserrat;
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: 27px;
}

section.about-repeater-content-section .row:nth-child(2n) {
    flex-direction: row-reverse;
    margin-top: 20px;
}

.acr_image img {
    width: 100%;
    border-radius: 16px;
}

.inn-acr-content h5 {
    color: var(--Primary-Blue100, #0B273D);
    font-family: Montserrat;
    font-size: 28px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    margin-bottom: 20px;
}

.inn-acr-content ul {
    padding: 0 0 10px;
    margin: 0 0;
}

.inn-acr-content li {
    color: #323435;
    font-family: Montserrat;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 27px;
    list-style: none;
    background-image: url('../img/charm_square-tick.png');
    background-repeat: no-repeat;
    padding-left: 40px;
    display: block;
    margin-bottom: 18px;
}

.acr_content {
    display: flex;
    align-items: center;
}

section.about-repeater-content-section {
    padding-top: 80px;
}

.inn-abt1-img {
    position: relative;
}

.inn-abt1-img:after {
    content: '';
    position: absolute;
    width: 90%;
    height: 94%;
    top: -32px;
    left: -32px;
    border-radius: 22px;
    background: var(--Primary-Blue-70, #2377BD);
}

.inn-abt1-img img {
    position: relative;
    z-index: 9;
    border-radius: 16px;
}

.list_detail_wrp {
    display: flex;
    margin: 10px 0px;
}

.list_item h5 {
    color: var(--Primary-Blue100, #0B273D);
    font-family: Montserrat;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

.list_detail_wrp .icon {
    width: 60px;
    height: 60px;
    margin-right: 20px;
}

.list_detail_wrp .icon img {
    max-width: 100%;
    display: block;
}

.list_item p {
    padding: 0;
}

section.who-we-are-section {
    padding: 80px 0px;
    background-image: url(../img/tbn52.png);
    background-size: cover;
    background-position: center center;
}

section.who-we-are-section .inn-abt1 p {
    margin-bottom: 22px;
    padding: 0;
}

.who-we-are-section .abt_botto_content {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
}

.who-we-are-section .abt_botto_content p {
    width: 65%;
}

.who-we-are-section .abt_btns .custom-btn {
    padding: 15px 30px;
}

.who-we-are-section .abt_btns {
    padding-top: 5px;
}

.who-we-are-section .inn-abt1 h2, .whyus-top-content h2, .services-top-content h2 , .partner_heading h2{
    display: flex;
    align-items: center;
    margin-bottom: 20px;
}

.who-we-are-section .inn-abt1 h2 span, .whyus-top-content h2 span, .services-top-content h2 span, .partner_heading h2 span.line {
    width: 9.899px;
    height: 50.164px;
    background: var(--Primary-Blue-70, #2377BD);
    display: inline-block;
    margin-right: 12px;
}

.whyus-top-content h2, .services-top-content h2 , .partner_heading h2{
    justify-content: center;
}

.whyus-top-content {
    text-align: center;
    margin-bottom: 50px;
}

.why_image img {
    border-radius: 0 0 16px 16px;
}

.why_image {
    border-top: 5px solid #2377BE;
    margin-bottom: 20px;
}

.why_item {
    text-align: center;
}

.why_item p {
    min-height: 110px;
}

.why_detail_wrp {
    width: 32%;
}

.whyus-top-content p {
    padding: 0px 6%;
}

.row.why_us_repeater {
    justify-content: space-between;
}

.why_item h4 {
    color: var(--Primary-Blue100, #0B273D);
    text-align: center;
    font-family: Montserrat;
    font-size: 32px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}
section.hservices-sec {
    padding: 80px 0px;
    background-image: url(../img/gpt4.png);
    background-size: cover;
    background-position: right center;
}
.services-top-content {
    padding: 0px 16% 40px;
    text-align: center;
}

.services_image img {
    border-radius: 16px;
    border: 2px solid #FFF;
    box-shadow: 4px 4px 20px 0.5px rgba(0, 0, 0, 0.22);
}
.inn_services_detail_content {
    padding: 0px 0px 0px 25px;
}
.services_repeater .row:nth-child(2n) {
    flex-direction: row-reverse;
    padding: 45px 0px;
}
.services_repeater .row:nth-child(2n) .inn_services_detail_content {
    padding: 0px 25px 0px 0px;
}
.inn_services_detail_content h4 {
    color: var(--Primary-Blue100, #0B273D);
    font-family: Montserrat;
    font-size: 32px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    margin-bottom: 15px;
}

.inn_services_detail_content ul {
    PADDING: 0;
    margin: 0;
}

.inn_services_detail_content li {
    color: var(--Text-Subtittle, #323435);
    font-family: Montserrat;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 27px; 
    list-style: none;
    background-image: url('../img/charm_square-tick.png');
    background-repeat: no-repeat;
    padding-left: 40px;
    display: block;
    margin-bottom: 18px;
}
.inn_services_detail_content p {
    margin-bottom: 20px;
}
.inn_services_detail_content p {
    margin-bottom: 20px;
}

.services_items_box {
    width: 48%;
}

.services_repeater .row {
}

.services_detail_content {
    display: flex;
    align-items: center;
}
section.cta-section {
    background-size: auto 100%;
    background-position: right center;
    height: 408px;
}

section.cta-section:after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 50%;
    height: 100%;
    background-image: url('../img/cta_bg.png');
    background-size: cover;
}
section.cta-section:after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 54%;
    height: 100%;
    background-image: url('../img/cta_bg.png');
    background-size: cover;
}
.cta_content_wrp {
    position: relative;
    z-index: 9;
    width: 55%;
    padding-right: 6%;
}
.cta_content_wrp:after {
    width: 0;
    height: 0;
    border-top: 200px solid transparent;
    border-bottom: 208px solid transparent;
    border-right: 230px solid #002557;
    transform: rotate(180deg);
    content: '';
    position: absolute;
    right: -232px;
    top: 0;
    bottom: 0;
    margin: auto;
}
section.cta-section .container {
    height: 100%;
    display: flex;
    align-items: center;
}

.cta_content_wrp h2 {
    color: var(--BG-White, #FFF);
    font-family: Montserrat;
    font-size: 32px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

.cta_content_wrp p {
    color: var(--bg-gray10, #E6E6E6);
    font-family: Montserrat;
    font-size: 24px;
    font-style: normal;
    font-weight: 500;
    line-height: 36px;
    margin: 0;
    padding: 8px 0px 24px;
}
.cta_content_wrp a.custom-btn.light-btn {
    background: var(--bg-gray10, #E6E6E6);
}
section.faqs-section {
    padding: 80px 0px;
}

.big_font {
    color: #B3D9F9;
    text-align: center;
    font-family: Montserrat;
    font-size: 131.61px;
    font-style: normal;
    font-weight: 900;
    line-height: 97.456px;
    opacity: .4;
}

.faqs_heading {
    position: relative;
    margin-bottom: 35px;
}

.faqs_heading h3 {
    color: var(--Primary-Blue100, #0B273D);
    text-align: center;
    font-family: Montserrat;
    font-size: 42px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    position: absolute;
    width: 100%;
    bottom: -8px;
}
/* Right FAQ */
.faq-container {
  
}

.faq-item {
  margin-bottom: 10px;
}

.faq-question {
  background: #fff;
    border-radius: 8px;
  border: 2px solid var(--Primary-Blue-70, #2377BD);
  padding: 15px;
  cursor: pointer;
  color: var(--Text-Black100, #010304);
  font-family: Montserrat;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 28px;
  position: relative;
  border-radius: 8px;
}
.faq-question.active {
    border-radius: 8px 8px 0 0;
    background: var(--Primary-Blue100, #0B273D);
    color: #fff;
    border: 2px solid var(--Primary-Blue-70, #0B273D);
}
.faq-question::after {
  content: '+';
  position: absolute;
  right: 20px;
  font-size: 20px;
  transition: transform 0.3s;
}

.faq-question.active::after {
  content: '−';
}

.faq-answer {
  display: none;
  padding: 28px 20px;
  font-size: 14px;
  color: #555;
  background: var(--bg-gray10, hsl(0deg 0% 90% / 80%));
  color: #000;
  font-family: Montserrat;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px; 
}

.faq-answer.show {
  display: block;
}
.faqs_image img {
    border-radius: 16px;
}.faqs_img_box {
    width: 39%;
}

.faqs_content_wrp {
    width: 61%;
    padding-left: 30px;
}
section.honest-cta-section {
    background: conic-gradient(from 180deg at 50% 50%, #DEF0FF 15.332554131746292deg, #FFF 87.98986673355103deg, #DEF0FF 180.6147837638855deg, #FFF 267.4230623245239deg, #DEF0FF 336.6000008583069deg);
    padding: 20px 0px;
}

.inn_honest_content_wrp h2 {
    color: var(--Primary-Blue100, #0B273D);
    font-family: Montserrat;
    font-size: 48px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

.inn_honest_content_wrp h2 span {
    display: block;
    color: var(--Primary-Blue-70, #2377BD);
}

.inn_honest_content_wrp p {
    padding: 10px 0px;
}

.honest_content_wrp {
    display: flex;
    align-items: center;
}

.inn_honest_content_wrp {
    padding-right: 31px;
}
span.b_text {
    color: var(--Primary-Blue-70, #2377BD);
    margin-left: 10px;
}

.partner_heading {
    margin-bottom: 55px;
}
section.partner-section {
    padding: 10px 0px 100px;
}
.inn_partner_logo {
    height: 130px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.partner_logo_wrp {
    margin: 0px 10px;
}

.partner-section .slick-track {
    display: flex;
    gap: 20px;
}
.btn-col a.custom-btn {
    max-width: 220px;
    width: 100%;
}
.sm-div p {
    color: #fff;
}
.home section.faqs-section {
    padding-bottom: 0;
}
.row.b-inner-row img {
    max-height: 400px;
    min-height: 400px;
    width: 100%;
    border-radius: 10px;
    object-fit: cover;
}