
/** Rent a kent section css **/


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);
}
section.about-sec .about a.main-btn{
    display: block;
    border-radius: 7px;
    width: 150px;
    text-align: center;
    margin: auto;
    margin-top: var(--m30);
    text-decoration: none;
    font-size: var(--f13);
}

/*Work with us css start*/
section.work-with-us-sec .work-with-us {
    /*padding: var(--p70) var(--p12);*/
}
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 h3{
    font-size: var(--f28);
}
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%;
}

/*Features css start*/

section.features-sec .features {
    position:relative;
    text-align: center;
}
section.features-sec .features .features-content {
    background: var(--secondary-color);
    padding: var(--p30);
    /* box-shadow: 0 0 20px 2px #00000029; */
    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: 0px;
    color: var(--white-color);
    line-height: 24px;
}
section.features-sec .features h5{
  color: var(--white-color);
  font-size: var(--f20);
  font-family: var(--primary-font);
  font-weight: 600;
  margin-bottom: var(--m15);
}

/*Why us css start*/

section.why-us-sec .why-us {
    /*background: #e1e1e1;
    padding: var(--p120) var(--p12);*/
    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);
}

section.why-us-sec .why-us p{
    color: var(--white-color);
}

section.why-us-sec.why-us h4{
    margin-bottom: 0px;
    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 {
    display: block;
    border-radius: 7px;
    width: 150px;
    text-align: center;
    margin: auto;
    margin-top: var(--m30);
    text-decoration: none;
    font-size: var(--f13);
      background: #fff;
    border-color: #fff;
  color:var(--secondary-color);
  font-weight:600;
}

section.why-us-sec {
    background: var(--secondary-color);
}

/* Join our collection css end */



/* form css */


.contact-us {
    
}
.contact-us h2{
    text-align: center;
}
.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{
    font-size: var(--f13);
    font-weight: 700;
    color: var(--black-color);
    font-family: var(--primary-font);
    margin-bottom: var(--m5);
}
.contact-us form h5{
    font-size: var(--f10);
    font-weight: 800;
    color: var(--black-color);
    font-family: var(--primary-font);
    margin-bottom: var(--m5);
}
.contact-us form input{
    width: 100%;
    padding: var(--p10) var(--p15);
    border: 1px solid #e9e9e9;
    font-size: var(--f13);
    font-family: var(--primary-font);
    color: var(--black-color);
    border-radius: 5px;
    margin-bottom: var(--m10);
}
.contact-us form input[type="file"] {
    padding: var(--p7) var(--p15) !important;
}
.contact-us form .row {
    margin-left: 0px;
    margin-right: 0px;
}
.contact-us form .col-6, .contact-us form .col-12, .contact-us form .col-4, .contact-us form .col-3{
    padding-left: 6px;
    padding-right: 6px;
}
.contact-us form textarea {
    width: 100%;
    padding: var(--p10) var(--p15);
    border: 1px solid #e9e9e9;
    font-size: var(--f13);
    font-family: var(--primary-font);
    color: var(--black-color);
    border-radius: 5px;
    margin-bottom: var(--m10);
    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: 0px;
    width: 20px;
}
.contact-us form .col-12.check-btn label{
    font-size: 13px;
    font-weight: 400;
    margin-bottom: 0px;
}
.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);
}
.contact-us form .col-12 .row .col-3{
    padding-left: 0px;
    padding-right: 0px;
}
.contact-us form .pro-sale {
    display: flex;
    gap: 15px;
}
.contact-us form .pro-sale svg{}
.contact-us form p{
    font-size: var(--f13);
    font-weight: 700;
    color: var(--black-color);
    font-family: var(--primary-font);
    margin-bottom: var(--m5);
}




.checkbox-wrapper-19, 
.checkbox-wrapper-20, 
.checkbox-wrapper-21, 
.checkbox-wrapper-22, 
.checkbox-wrapper-23,
.checkbox-wrapper-24{
   box-sizing: border-box;
    /*--background-color: #fff;*/
    --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: 0px;
    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% {
      height: 0;
    }
    50% {
      height: 0;
    }
    100% {
      height: calc(var(--checkbox-height) * 1.2);
    }
  }

  @-webkit-keyframes dothatopcheck-19 {
    0% {
      height: 0;
    }
    50% {
      height: 0;
    }
    100% {
      height: calc(var(--checkbox-height) * 1.2);
    }
  }

  @-moz-keyframes dothatopcheck-19 {
    0% {
      height: 0;
    }
    50% {
      height: 0;
    }
    100% {
      height: calc(var(--checkbox-height) * 1.2);
    }
  }

.checkbox-wrapper-19 input[type=radio],
.checkbox-wrapper-20 input[type=radio],
.checkbox-wrapper-20 input[type=checkbox],
.checkbox-wrapper-21 input[type=checkbox], 
.checkbox-wrapper-22 input[type=checkbox],
.checkbox-wrapper-23 input[type=checkbox],
.checkbox-wrapper-24 input[type=checkbox]
{
    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 ease 0.2s;
    -o-transition: border-color ease 0.2s;
    -webkit-transition: border-color ease 0.2s;
    transition: border-color ease 0.2s;
    cursor: pointer;
  }
  .checkbox-wrapper-19 .check-box::before,
  .checkbox-wrapper-19 .check-box::after,
  .checkbox-wrapper-20 .check-box::before,
  .checkbox-wrapper-20 .check-box::after,  
  .checkbox-wrapper-21 .check-box::before,
  .checkbox-wrapper-21 .check-box::after, 
  .checkbox-wrapper-22 .check-box::before,
  .checkbox-wrapper-22 .check-box::after, 
  .checkbox-wrapper-23 .check-box::before,
  .checkbox-wrapper-23 .check-box::after,
  .checkbox-wrapper-24 .check-box::before,
  .checkbox-wrapper-24 .check-box::after{
    -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: " ";
    -webkit-transition: opacity ease 0.5;
    -moz-transition: opacity ease 0.5;
    transition: opacity ease 0.5;
  }

  .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 input[type=radio]:checked + .check-box,
  .checkbox-wrapper-19 .check-box.checked, 
  .checkbox-wrapper-20 input[type=radio]:checked + .check-box,
  .checkbox-wrapper-20 .check-box.checked, 
  .checkbox-wrapper-21 input[type=checkbox]:checked + .check-box,
  .checkbox-wrapper-21 .check-box.checked, 
  .checkbox-wrapper-22 input[type=checkbox]:checked + .check-box,
  .checkbox-wrapper-22 .check-box.checked, 
  .checkbox-wrapper-23 input[type=checkbox]:checked + .check-box,
  .checkbox-wrapper-23 .check-box.checked,
	.checkbox-wrapper-24 input[type=checkbox]:checked + .check-box,
  .checkbox-wrapper-24 .check-box.checked{
    border-color: var(--secondary-color);
  }
  .checkbox-wrapper-19 input[type=radio]:checked + .check-box::after,
  .checkbox-wrapper-19 .check-box.checked::after, .checkbox-wrapper-20 input[type=radio]:checked + .check-box::after,
  .checkbox-wrapper-20 .check-box.checked::after, .checkbox-wrapper-21 input[type=checkbox]:checked + .check-box::after,
  .checkbox-wrapper-21 .check-box.checked::after, .checkbox-wrapper-22 input[type=checkbox]:checked + .check-box::after,
  .checkbox-wrapper-22 .check-box.checked::after, .checkbox-wrapper-23 input[type=checkbox]:checked + .check-box::after,
  .checkbox-wrapper-23 .check-box.checked::after, .checkbox-wrapper-24 input[type=checkbox]:checked + .check-box::after,
  .checkbox-wrapper-24 .check-box.checked::after{
    height: calc(var(--checkbox-height) / 2);
    -moz-animation: dothabottomcheck-19 0.2s ease 0s forwards;
    -o-animation: dothabottomcheck-19 0.2s ease 0s forwards;
    -webkit-animation: dothabottomcheck-19 0.2s ease 0s forwards;
    animation: dothabottomcheck-19 0.2s ease 0s forwards;
  }
  .checkbox-wrapper-19 input[type=radio]:checked + .check-box::before,
  .checkbox-wrapper-19 .check-box.checked::before,  
.checkbox-wrapper-20 input[type=radio]:checked + .check-box::before,
  .checkbox-wrapper-20 .check-box.checked::before,  
.checkbox-wrapper-21 input[type=checkbox]:checked + .check-box::before,
  .checkbox-wrapper-21 .check-box.checked::before, 
.checkbox-wrapper-22 input[type=checkbox]:checked + .check-box::before,
  .checkbox-wrapper-22 .check-box.checked::before, 
.checkbox-wrapper-23 input[type=checkbox]:checked + .check-box::before,
  .checkbox-wrapper-23 .check-box.checked::before, 
.checkbox-wrapper-24 input[type=checkbox]:checked + .check-box::before,
  .checkbox-wrapper-24 .check-box.checked::before {
    height: calc(var(--checkbox-height) * 1.2);
    -moz-animation: dothatopcheck-19 0.4s ease 0s forwards;
    -o-animation: dothatopcheck-19 0.4s ease 0s forwards;
    -webkit-animation: dothatopcheck-19 0.4s ease 0s forwards;
    animation: dothatopcheck-19 0.4s ease 0s forwards;
  }


  .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: none;
    margin: 0;
    padding: 0;
    transition: all calc(var(--dur) / 3) linear;
  }
  .checkbox-wrapper-30 .checkbox input:hover,
  .checkbox-wrapper-30 .checkbox input:checked, .checkbox-wrapper-31 .checkbox input:hover,
  .checkbox-wrapper-31 .checkbox input:checked {
    --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 svg,
  .checkbox-wrapper-30 .checkbox input, .checkbox-wrapper-31 .checkbox svg,
  .checkbox-wrapper-31 .checkbox input {
    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;
}
.contact-us form .checkbox-wrapper-30 label, .contact-us form .checkbox-wrapper-31 label{
    font-weight: 600;
    margin-bottom: 0px;
    text-transform: capitalize;
}

section.features-sec {
  background: var(--white-color);
  border-bottom: 1px solid #fff;
}



section.experience-section {
    background: #fff;
    padding-top: 20px;
    /* padding-left: 0; */
}
section.experience-section .container-fluid{
    padding:0;
}
section.experience-section .experience-image {
    background-image: url(../images/experience.avif);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover
}
section.experience-section.rev .experience-image{
     background-image: url(../images/experience1.avif);
}
section.experience-section .experience-content {
    padding-top: 100px;
    padding-bottom: 100px
}

section.experience-section .experience-details {
    padding: 50px;
    box-shadow: 10px 10px 45px 0 rgba(0,0,0,.1);
    border-radius: 10px;
    max-width: 700px;
    margin-left: -100px;
    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 .experience-details{
    margin-left: auto;
    margin-right: -100px;
    z-index: 1;
    position: relative;
}
section.experience-section .experience-details p {
    margin-bottom: 35px
}


section.experience-section .head-sec{
    text-align: center;
    margin-bottom: 40px;
}

         
              .bg-dark.light-content {
  background-color: #1d2d36 !important;
  color: #fff;
}

.page-section {
  margin-top: 5rem;
    width: 100%;
    display: block;
    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 0;
    overflow: hidden;
    -webkit-transform: translateZ(0) rotate(0.0001deg);
    transform: translateZ(0) rotate(0.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(0.0001deg);
    transform: translateZ(0) rotate(0.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: 0.5em;
    font-size: 28px;
    font-weight: 600;
    line-height: 1.196;
    letter-spacing: -0.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-transform: uppercase; */
    text-decoration: none;
    letter-spacing: .065em;
    border-radius: 0;
    box-shadow: none;
    -webkit-transition: all 0.2s cubic-bezier(0.000, 0.000, 0.580, 1.000);
    transition: all 0.2s cubic-bezier(0.000, 0.000, 0.580, 1.000);
}
.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-rev {
    background: #fff;
    /* padding-top: 20px; */
    /* padding-left: 0; */
}
section.experience-section-rev .container-fluid{
    padding:0;
}
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-rev.rev .experience-image{
     background-image: url(../images/experience1.avif);
}
section.experience-section-rev .experience-content {
    padding-top: 100px;
    padding-bottom: 100px;
    /* display: flex; */
    /* align-items: center; */
    /* justify-content: flex-end; */
}

section.experience-section-rev .experience-details {
    padding: 50px;
    box-shadow: 10px 10px 45px 0 rgba(0,0,0,.1);
    border-radius: 20px;
    width: 120%;
    max-width: 700px;
    margin-left: -100px;
    background-color: #f8f8f8e8;
    background-image: url(../images/frame.png);
    background-position: bottom right;
    background-repeat: no-repeat;
    background-size: cover;
    background-blend-mode: saturation;
    /* z-index: 2; */
}
section.experience-section-rev.rev .experience-details{
    margin-left: auto;
    margin-right: -100px;
    z-index: 1;
    position: relative;
}

section.experience-section-rev .head-sec{
    text-align: center;
    margin-bottom: 40px;
}

section.experience-section {
    background: #fff;
    /* padding-top: 20px; */
    /* padding-left: 0; */
}
section.experience-section .container-fluid{
    padding:0;
}
section.experience-section .experience-image {
    background-image: url(../images/experience.avif);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover
}
section.experience-section.rev .experience-image{
     background-image: url(../images/experience1.avif);
}
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;
    box-shadow: 10px 10px 45px 0 rgba(0,0,0,.1);
    border-radius: 20px;
    width: 700px;
    max-width: 700px;
    margin-left: a;
    margin-right: -100px;
    background-color: #f8f8f8e8;
    background-image: url(../images/frame.png);
    background-position: bottom right;
    background-repeat: no-repeat;
    background-size: cover;
    background-blend-mode: saturation;
    z-index: 2;
}
section.experience-section.rev .experience-details{
    margin-left: auto;
    margin-right: -100px;
    z-index: 1;
    position: relative;
}

section.experience-section .head-sec{
    text-align: center;
    margin-bottom: 40px;
}

.d-view-text{
  display:block;

}

.m-view-text{
  display:none;

}
.mob-sec{
    display:none;
}