.contact-us-sec p,
.experience-details p,
section.features-sec .features h5,
section.why-us-sec .why-us p {
    font-family: var(--secondary-font)
}

section.about-sec .about a.main-btn,
section.why-us-sec .why-us a.main-btn {
    border-radius: 7px;
    font-size: var(--f13);
    display: block;
    text-decoration: none;
    text-align: center
}

.contact-us form h5,
.contact-us form label,
.contact-us form p {
    color: var(--black-color);
    margin-bottom: var(--m5);
    font-family: var(--primary-font)
}

section.rentakent {
    position: relative;
    padding: var(--p40) var(--p12)
}

section.rentakent-top {
    padding-top: var(--p60)
}

section.rentakent-btm {
    padding-bottom: var(--p60)
}

section.rentakent ul {
    padding-left: 1rem
}

section.rentakent ul li {
    list-style-type: disc;
    font-size: var(--f18);
    line-height: 30px
}

section.rentakent p {
    margin-bottom: 5px
}

section.rentakent h5 {
    margin-bottom: 10px
}

img.img-fluid.rishipro-img {
    height: 300px;
    width: 100%;
    border-radius: 5px;
    object-fit: cover
}

section.about-sec .about {
    text-align: center;
    position: relative
}

section.about-sec .about .upper-head {
    width: 85%;
    margin: auto
}

section.about-sec .about h2 {
    margin-bottom: var(--m20);
    font-size: var(--f30)
}

.experience-details h3,
section.work-with-us-sec .work-with-us h3 {
    font-size: var(--f28)
}

section.about-sec .about a.main-btn {
    width: 150px;
    margin: auto;
    margin-top: var(--m30)
}

section.work-with-us-sec .work-with-us .upper-head {
    text-align: center;
    margin: auto;
    margin-bottom: var(--m40)
}

section.work-with-us-sec .work-with-us img {
    height: 370px;
    width: 100%;
    object-fit: cover;
    border-radius: 15px
}

img.exce-img {
    object-position: left
}

section.work-with-us-sec .work-with-us .screening-content,
section.work-with-us-sec .work-with-us .transparency-content {
    padding-left: 5%;
    display: flex;
    flex-direction: column;
    justify-content: center
}

section.work-with-us-sec .work-with-us .row.exceptional-care {
    padding: var(--p120) 0
}

section.work-with-us-sec .work-with-us .exceptional-content {
    padding-right: 5%;
    display: flex;
    flex-direction: column;
    justify-content: center
}

section.work-with-us-sec .work-with-us .exceptional-image {
    display: flex;
    justify-content: space-between;
    align-items: center
}

section.work-with-us-sec .work-with-us .exceptional-image img {
    width: 48.5%
}

section.features-sec .features {
    position: relative;
    text-align: center
}

section.features-sec .features .features-content {
    background: var(--secondary-color);
    padding: var(--p30);
    border-radius: 15px;
    height: 100%
}

section.features-sec .features img {
    height: 55px;
    object-fit: cover;
    margin-bottom: var(--m20);
    width: auto
}

section.features-sec .features P {
    margin-bottom: 0;
    color: var(--white-color);
    line-height: 24px;
    font-weight: var(--secondary-font)
}

section.features-sec .features h5 {
    color: var(--white-color);
    font-size: var(--f20);
    font-weight: 600;
    margin-bottom: var(--m15)
}

.contact-us h2,
section.why-us-sec .why-us {
    text-align: center
}

section.why-us-sec .why-us-content {
    width: 60%;
    margin: auto
}

section.why-us-sec .why-us h2 {
    margin-bottom: var(--m25);
    color: var(--white-color);
    font-size: var(--f30)
}

section.why-us-sec .why-us p {
    color: var(--white-color);
    line-height: 1.6
}

section.why-us-sec.why-us h4 {
    margin-bottom: 0;
    margin-top: 30px;
    font-family: var(--primary-font);
    font-size: var(--f24)
}

section.why-us-sec .why-us b {
    font-weight: 600
}

section.why-us-sec .why-us span {
    font-family: var(--secondary-font);
    font-size: var(--f34)
}

section.why-us-sec .why-us a.main-btn {
    width: 150px;
    margin: auto;
    margin-top: var(--m30);
    background: #fff;
    border-color: #fff;
    color: var(--secondary-color);
    font-weight: 600;
    letter-spacing: 4px
}

section.why-us-sec .why-us a.main-btn:hover {
    background: #fff !important;
    border-color: #fff !important;
    color: var(--drk-green-blue) !important
}

.contact-us-sec h2 {
    font-size: var(--f30)
}

section.why-us-sec {
    background: var(--secondary-color)
}

.contact-us .upper-head p {
    text-align: center;
    width: 80%;
    margin: auto;
    margin-bottom: var(--m40)
}

.contact-us form h4 {
    margin-top: 20px;
    font-size: 20px
}

.contact-us form label,
.contact-us form p {
    font-size: var(--f13);
    font-weight: 700
}

.contact-us form h5 {
    font-size: var(--f10);
    font-weight: 800
}

.contact-us form input,
.contact-us form textarea {
    width: 100%;
    padding: var(--p10) var(--p15);
    margin-bottom: var(--m10);
    font-size: var(--f13);
    color: var(--black-color);
    font-family: var(--primary-font)
}

.contact-us form input {
    border: 1px solid #e9e9e9;
    border-radius: 5px
}

.contact-us form input[type=file] {
    padding: var(--p7) var(--p15) !important
}

.contact-us form .row {
    margin-left: 0;
    margin-right: 0
}

.contact-us form .col-12,
.contact-us form .col-3,
.contact-us form .col-4,
.contact-us form .col-6 {
    padding-left: 6px;
    padding-right: 6px
}

.contact-us form textarea {
    border: 1px solid #e9e9e9;
    border-radius: 5px;
    height: 110px
}

.contact-us form .col-12.check-btn {
    display: flex;
    gap: 10px;
    align-items: center
}

.contact-us form .form-group.col-lg-12.col-md-12.col-sm-12 {
    padding-left: 6px;
    padding-right: 6px;
    margin-top: 15px
}

.contact-us form input[type=checkbox] {
    height: 20px;
    border-color: #e9e9e9 !important;
    border-radius: 5px;
    margin-bottom: 0;
    width: 20px
}

.contact-us form .col-12.check-btn label {
    font-size: 13px;
    font-weight: 400;
    margin-bottom: 0
}

.contact-us form button.main-btn {
    display: block;
    border-radius: 7px;
    width: 300px;
    text-align: center;
    margin: auto;
    margin-top: var(--m20);
    text-decoration: none;
    font-size: var(--f13);
    box-shadow: rgba(50, 50, 93, .25) 0 6px 12px -2px, rgba(0, 0, 0, .3) 0 3px 7px -3px
}

.contact-us form .col-12 .row .col-3 {
    padding-left: 0;
    padding-right: 0
}

.contact-us form .pro-sale {
    display: flex;
    gap: 15px
}

.checkbox-wrapper-19,
.checkbox-wrapper-20,
.checkbox-wrapper-21,
.checkbox-wrapper-22,
.checkbox-wrapper-23,
.checkbox-wrapper-24 {
    box-sizing: border-box;
    --checkbox-height: 20px;
    display: flex;
    align-items: center;
    margin-bottom: 10px
}

.contact-us form .checkbox-wrapper-19 label,
.contact-us form .checkbox-wrapper-20 label,
.contact-us form .checkbox-wrapper-21 label,
.contact-us form .checkbox-wrapper-22 label,
.contact-us form .checkbox-wrapper-23 label,
.contact-us form .checkbox-wrapper-24 label {
    margin-bottom: 0;
    margin-right: 10px !important
}

.checkbox-wrapper-19 span,
.checkbox-wrapper-20 span,
.checkbox-wrapper-21 span,
.checkbox-wrapper-22 span,
.checkbox-wrapper-23 span,
.checkbox-wrapper-24 span {
    font-size: var(--f12);
    font-weight: 600;
    color: var(--black-color);
    font-family: var(--primary-font)
}

.checkbox-wrapper-19 span a,
.checkbox-wrapper-20 span a,
.checkbox-wrapper-21 span a,
.checkbox-wrapper-22 span a,
.checkbox-wrapper-23 span a,
.checkbox-wrapper-24 span a {
    color: var(--btn-color)
}

@-moz-keyframes dothabottomcheck-19 {
    0% {
        height: 0
    }

    100% {
        height: calc(var(--checkbox-height)/ 2)
    }
}

@-webkit-keyframes dothabottomcheck-19 {
    0% {
        height: 0
    }

    100% {
        height: calc(var(--checkbox-height)/ 2)
    }
}

@keyframes dothabottomcheck-19 {
    0% {
        height: 0
    }

    100% {
        height: calc(var(--checkbox-height)/ 2)
    }
}

@keyframes dothatopcheck-19 {

    0%,
    50% {
        height: 0
    }

    100% {
        height: calc(var(--checkbox-height) * 1.2)
    }
}

@-webkit-keyframes dothatopcheck-19 {

    0%,
    50% {
        height: 0
    }

    100% {
        height: calc(var(--checkbox-height) * 1.2)
    }
}

@-moz-keyframes dothatopcheck-19 {

    0%,
    50% {
        height: 0
    }

    100% {
        height: calc(var(--checkbox-height) * 1.2)
    }
}

.checkbox-wrapper-19 input[type=radio],
.checkbox-wrapper-20 input[type=checkbox],
.checkbox-wrapper-20 input[type=radio],
.checkbox-wrapper-21 input[type=checkbox],
.checkbox-wrapper-22 input[type=checkbox],
.checkbox-wrapper-23 input[type=checkbox],
.checkbox-wrapper-24 input[type=checkbox],
.m-view-text,
.mob-sec {
    display: none
}

.checkbox-wrapper-19 .check-box,
.checkbox-wrapper-20 .check-box,
.checkbox-wrapper-21 .check-box,
.checkbox-wrapper-22 .check-box,
.checkbox-wrapper-23 .check-box,
.checkbox-wrapper-24 .check-box {
    height: var(--checkbox-height);
    width: var(--checkbox-height);
    background-color: transparent;
    border: 1px solid #aba6a6;
    border-radius: 5px;
    position: relative;
    display: inline-block;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -moz-transition: border-color .2s;
    -o-transition: border-color .2s;
    -webkit-transition: border-color .2s;
    transition: border-color .2s;
    cursor: pointer
}

.checkbox-wrapper-19 .check-box::after,
.checkbox-wrapper-19 .check-box::before,
.checkbox-wrapper-20 .check-box::after,
.checkbox-wrapper-20 .check-box::before,
.checkbox-wrapper-21 .check-box::after,
.checkbox-wrapper-21 .check-box::before,
.checkbox-wrapper-22 .check-box::after,
.checkbox-wrapper-22 .check-box::before,
.checkbox-wrapper-23 .check-box::after,
.checkbox-wrapper-23 .check-box::before,
.checkbox-wrapper-24 .check-box::after,
.checkbox-wrapper-24 .check-box::before {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    position: absolute;
    height: 0;
    width: calc(var(--checkbox-height) * .2);
    background-color: var(--secondary-color);
    display: inline-block;
    -moz-transform-origin: left top;
    -ms-transform-origin: left top;
    -o-transform-origin: left top;
    -webkit-transform-origin: left top;
    transform-origin: left top;
    border-radius: 5px;
    content: " "
}

.checkbox-wrapper-19 .check-box::before,
.checkbox-wrapper-20 .check-box::before,
.checkbox-wrapper-21 .check-box::before,
.checkbox-wrapper-22 .check-box::before,
.checkbox-wrapper-23 .check-box::before,
.checkbox-wrapper-24 .check-box::before {
    top: calc(var(--checkbox-height) * .72);
    left: calc(var(--checkbox-height) * .41);
    box-shadow: 0 0 0 calc(var(--checkbox-height) * .05) var(--background-color);
    -moz-transform: rotate(-135deg);
    -ms-transform: rotate(-135deg);
    -o-transform: rotate(-135deg);
    -webkit-transform: rotate(-135deg);
    transform: rotate(-135deg)
}

.checkbox-wrapper-19 .check-box::after,
.checkbox-wrapper-20 .check-box::after,
.checkbox-wrapper-21 .check-box::after,
.checkbox-wrapper-22 .check-box::after,
.checkbox-wrapper-23 .check-box::after,
.checkbox-wrapper-24 .check-box::after {
    top: calc(var(--checkbox-height) * .37);
    left: calc(var(--checkbox-height) * .05);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg)
}

.checkbox-wrapper-19 .check-box.checked,
.checkbox-wrapper-19 input[type=radio]:checked+.check-box,
.checkbox-wrapper-20 .check-box.checked,
.checkbox-wrapper-20 input[type=radio]:checked+.check-box,
.checkbox-wrapper-21 .check-box.checked,
.checkbox-wrapper-21 input[type=checkbox]:checked+.check-box,
.checkbox-wrapper-22 .check-box.checked,
.checkbox-wrapper-22 input[type=checkbox]:checked+.check-box,
.checkbox-wrapper-23 .check-box.checked,
.checkbox-wrapper-23 input[type=checkbox]:checked+.check-box,
.checkbox-wrapper-24 .check-box.checked,
.checkbox-wrapper-24 input[type=checkbox]:checked+.check-box {
    border-color: var(--secondary-color)
}

.checkbox-wrapper-19 .check-box.checked::after,
.checkbox-wrapper-19 input[type=radio]:checked+.check-box::after,
.checkbox-wrapper-20 .check-box.checked::after,
.checkbox-wrapper-20 input[type=radio]:checked+.check-box::after,
.checkbox-wrapper-21 .check-box.checked::after,
.checkbox-wrapper-21 input[type=checkbox]:checked+.check-box::after,
.checkbox-wrapper-22 .check-box.checked::after,
.checkbox-wrapper-22 input[type=checkbox]:checked+.check-box::after,
.checkbox-wrapper-23 .check-box.checked::after,
.checkbox-wrapper-23 input[type=checkbox]:checked+.check-box::after,
.checkbox-wrapper-24 .check-box.checked::after,
.checkbox-wrapper-24 input[type=checkbox]:checked+.check-box::after {
    height: calc(var(--checkbox-height)/ 2);
    -moz-animation: .2s forwards dothabottomcheck-19;
    -o-animation: .2s forwards dothabottomcheck-19;
    -webkit-animation: .2s forwards dothabottomcheck-19;
    animation: .2s forwards dothabottomcheck-19
}

.checkbox-wrapper-19 .check-box.checked::before,
.checkbox-wrapper-19 input[type=radio]:checked+.check-box::before,
.checkbox-wrapper-20 .check-box.checked::before,
.checkbox-wrapper-20 input[type=radio]:checked+.check-box::before,
.checkbox-wrapper-21 .check-box.checked::before,
.checkbox-wrapper-21 input[type=checkbox]:checked+.check-box::before,
.checkbox-wrapper-22 .check-box.checked::before,
.checkbox-wrapper-22 input[type=checkbox]:checked+.check-box::before,
.checkbox-wrapper-23 .check-box.checked::before,
.checkbox-wrapper-23 input[type=checkbox]:checked+.check-box::before,
.checkbox-wrapper-24 .check-box.checked::before,
.checkbox-wrapper-24 input[type=checkbox]:checked+.check-box::before {
    height: calc(var(--checkbox-height) * 1.2);
    -moz-animation: .4s forwards dothatopcheck-19;
    -o-animation: .4s forwards dothatopcheck-19;
    -webkit-animation: .4s forwards dothatopcheck-19;
    animation: .4s forwards dothatopcheck-19
}

.checkbox-wrapper-30 .checkbox,
.checkbox-wrapper-31 .checkbox {
    --bg: #fff;
    --brdr: #1d2d36;
    --brdr-actv: #1d2d36;
    --brdr-hovr: #1d2d36;
    --dur: calc((var(--size, 2)/2) * 0.6s);
    display: inline-block;
    width: calc(var(--size, 1) * 22px);
    position: relative
}

.checkbox-wrapper-30 .checkbox:after,
.checkbox-wrapper-31 .checkbox:after {
    content: "";
    width: 100%;
    padding-top: 100%;
    display: block
}

.checkbox-wrapper-30 .checkbox>*,
.checkbox-wrapper-31 .checkbox>* {
    position: absolute
}

.checkbox-wrapper-30 .checkbox input,
.checkbox-wrapper-31 .checkbox input {
    -webkit-appearance: none;
    -moz-appearance: none;
    -webkit-tap-highlight-color: transparent;
    cursor: pointer;
    background-color: var(--bg);
    border-radius: calc(var(--size, 1) * 4px);
    border: calc(var(--newBrdr, var(--size, 1)) * 1px) solid;
    color: var(--newBrdrClr, var(--brdr));
    outline: 0;
    margin: 0;
    padding: 0;
    transition: all calc(var(--dur) / 3) linear
}

.checkbox-wrapper-30 .checkbox input:checked,
.checkbox-wrapper-30 .checkbox input:hover,
.checkbox-wrapper-31 .checkbox input:checked,
.checkbox-wrapper-31 .checkbox input:hover {
    --newBrdr: calc(var(--size, 1) * 2)
}

.checkbox-wrapper-30 .checkbox input:hover,
.checkbox-wrapper-31 .checkbox input:hover {
    --newBrdrClr: var(--brdr-hovr)
}

.checkbox-wrapper-30 .checkbox input:checked,
.checkbox-wrapper-31 .checkbox input:checked {
    --newBrdrClr: var(--brdr-actv);
    transition-delay: calc(var(--dur) /1.3)
}

.checkbox-wrapper-30 .checkbox input:checked+svg,
.checkbox-wrapper-31 .checkbox input:checked+svg {
    --dashArray: 16 93;
    --dashOffset: 109
}

.checkbox-wrapper-30 .checkbox svg,
.checkbox-wrapper-31 .checkbox svg {
    fill: none;
    left: 0;
    pointer-events: none;
    stroke: var(--stroke, var(--border-active));
    stroke-dasharray: var(--dashArray, 93);
    stroke-dashoffset: var(--dashOffset, 94);
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke-width: 2px;
    top: 0;
    transition: stroke-dasharray var(--dur), stroke-dashoffset var(--dur)
}

.checkbox-wrapper-30 .checkbox input,
.checkbox-wrapper-30 .checkbox svg,
.checkbox-wrapper-31 .checkbox input,
.checkbox-wrapper-31 .checkbox svg {
    display: block;
    height: 20px;
    width: 20px;
    border: 1px solid #e9e9e9;
    border-radius: 5px
}

.checkbox-wrapper-30,
.checkbox-wrapper-31 {
    display: flex;
    align-items: center;
    margin-bottom: 10px;
    gap: 10px
}

.d-view-text,
.page-section {
    display: block
}

.contact-us form .checkbox-wrapper-30 label,
.contact-us form .checkbox-wrapper-31 label {
    font-weight: 600;
    margin-bottom: 0;
    text-transform: capitalize
}

section.features-sec {
    background: var(--white-color);
    border-bottom: 1px solid #fff
}

section.experience-section {
    padding-top: 20px
}

section.experience-section .experience-details p {
    margin-bottom: 35px
}

.bg-dark.light-content {
    background-color: #1d2d36 !important;
    color: #fff
}

.page-section {
    margin-top: 5rem;
    width: 100%;
    position: relative;
    overflow: hidden;
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-position: center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 140px 0
}

.banner-section {
    overflow: visible;
    border-bottom: 1px solid transparent
}

.relative {
    position: relative
}

.banner-image-1 {
    width: 56.3%;
    margin: -30px 0 0;
    overflow: hidden;
    -webkit-transform: translateZ(0) rotate(.0001deg);
    transform: translateZ(0) rotate(.0001deg)
}

.banner-image-1 img {
    height: 450px;
    width: 100%;
    object-fit: cover
}

.banner-image-2 {
    position: absolute;
    right: -33px;
    bottom: -32px;
    width: 55.5%;
    overflow: hidden;
    -webkit-transform: translateZ(0) rotate(.0001deg);
    transform: translateZ(0) rotate(.0001deg)
}

.banner-image-2 img {
    width: 100%;
    height: 450px;
    object-fit: cover
}

.mb-140 {
    margin-bottom: 140px !important
}

.mt-140 {
    margin-top: 140px !important
}

.banner-heading {
    margin-top: 0;
    margin-bottom: .5em;
    font-size: 28px;
    font-weight: 600;
    line-height: 1.196;
    letter-spacing: -.02em;
    color: #fff
}

.light-content .banner-decription {
    font-weight: 400
}

.banner-decription {
    margin-bottom: 2em;
    font-family: var(--font-global-alt);
    font-size: 18px;
    opacity: .72
}

.btn-mod,
a.btn-mod {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 3px 13px 4px;
    color: #fff;
    background: rgba(17, 17, 17, .9);
    border: 2px solid transparent;
    font-size: 12px;
    font-weight: 600;
    text-decoration: none;
    letter-spacing: .065em;
    border-radius: 0;
    box-shadow: none;
    -webkit-transition: .2s cubic-bezier(0, 0, .58, 1);
    transition: .2s cubic-bezier(0, 0, .58, 1)
}

.btn-mod.btn-large {
    height: auto;
    padding: 14px 38px 15px;
    font-size: 15px
}

.btn-mod.btn-w {
    color: #111;
    background: rgba(255, 255, 255, .9)
}

.banner-decription p {
    color: #fff
}

section.work-with-us-sec {
    padding-top: 30px;
    padding-bottom: 100px
}

section.experience-section,
section.experience-section-rev {
    background: #fff
}

section.experience-section .container-fluid,
section.experience-section-rev .container-fluid {
    padding: 0
}

section.experience-section .experience-image,
section.experience-section-rev .experience-image {
    background-image: url(../images/experience.avif);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover
}

section.experience-section .experience-details,
section.experience-section-rev .experience-details {
    margin-left: -100px;
    box-shadow: 10px 10px 45px 0 rgba(0, 0, 0, .1);
    border-radius: 20px;
    max-width: 700px;
    background-color: #f8f8f8e8;
    background-image: url(../images/frame.png);
    background-position: bottom right;
    background-repeat: no-repeat;
    background-size: cover;
    background-blend-mode: saturation
}

section.experience-section-rev.rev .experience-image,
section.experience-section.rev .experience-image {
    background-image: url(../images/experience1.avif)
}

section.experience-section-rev .experience-content {
    padding-top: 100px;
    padding-bottom: 100px
}

section.experience-section-rev .experience-details {
    padding: 50px;
    width: 120%
}

section.experience-section-rev.rev .experience-details,
section.experience-section.rev .experience-details {
    margin-left: auto;
    margin-right: -100px;
    z-index: 1;
    position: relative
}

section.experience-section .head-sec,
section.experience-section-rev .head-sec {
    text-align: center;
    margin-bottom: 40px
}

section.experience-section .experience-content {
    padding-top: 100px;
    padding-bottom: 100px;
    display: flex;
    align-items: center;
    justify-content: flex-end
}

section.experience-section .experience-details {
    padding: 50px;
    width: 700px;
    margin-left: a;
    margin-right: -100px;
    z-index: 2
}

.contact-us form button.main-btn:hover {
    background: var(--drk-green-blue) !important;
    border: 1px solid #000 !important
}