
/* About css ==========================*/
.about-section .image-section {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }
  .about-section .image-section .img-box {
    position: relative; }
    .about-section .image-section .img-box + .img-box {
      margin-left: 60px; }
    .about-section .image-section .img-box img {
      -webkit-box-shadow: 5px 8.66px 20px 0px rgba(0, 0, 0, 0.15);
              box-shadow: 5px 8.66px 20px 0px rgba(0, 0, 0, 0.15); }
    .about-section .image-section .img-box .no-class {
      position: absolute;
      top: 50%;
      -webkit-transform: translateY(-50%);
              transform: translateY(-50%);
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      background-color: #ef3f3e;
      padding: 5px;
      left: -15px;
      -webkit-box-shadow: 2.5px 4.33px 25px 0px rgba(239, 63, 62, 0.4);
              box-shadow: 2.5px 4.33px 25px 0px rgba(239, 63, 62, 0.4); }
      .about-section .image-section .img-box .no-class h3 {
        font-size: calc(14px + (24 - 14) * ((100vw - 320px) / (1920 - 320)));
        color: white;
        margin-bottom: 0;
        font-weight: 700; }

.about-section .about-text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100%;
  padding-left: 60px; }
  .about-section .about-text h5 {
    font-size: calc(14px + (18 - 14) * ((100vw - 320px) / (1920 - 320)));
    font-style: italic;
    color: #adadad;
    text-transform: capitalize;
    font-weight: 700;
    margin-bottom: 15px;
    margin-top: -2px; }
    .about-section .about-text h5 span {
      color: #ef3f3e; }
  .about-section .about-text h3 {
    font-size: calc(16px + (24 - 16) * ((100vw - 320px) / (1920 - 320)));
    text-transform: capitalize;
    font-weight: 800;
    letter-spacing: 0.001em;
    margin-bottom: 35px; }
  .about-section .about-text h2 {
    font-size: calc(18px + (45 - 18) * ((100vw - 320px) / (1920 - 320)));
    color: #ef3f3e;
    font-weight: 800;
    margin-bottom: 35px; }
  .about-section .about-text p {
    font-size: calc(14px + (22 - 14) * ((100vw - 320px) / (1920 - 320)));
    line-height: 1.5;
    font-weight: 600;
    margin-bottom: 25px; }

.about-section.three-image .image-section .img-box + .img-box {
  margin-left: 45px; }

.about-section.three-image .about-text {
  padding-left: 20px; }
  .about-section.three-image .about-text h5 {
    font-size: calc(14px + (20 - 14) * ((100vw - 320px) / (1920 - 320)));
    margin-bottom: 30px; }
  .about-section.three-image .about-text h2 {
    color: black;
    font-size: calc(18px + (40 - 18) * ((100vw - 320px) / (1920 - 320)));
    margin-bottom: 10px; }
    .about-section.three-image .about-text h2 span {
      font-size: calc(16px + (30 - 16) * ((100vw - 320px) / (1920 - 320)));
      text-transform: lowercase;
      margin-bottom: 0;
      display: block;
      margin-top: 14px;
      font-weight: 400;
      color: rgba(0, 0, 0, 0.6); }
  .about-section.three-image .about-text p {
    font-size: calc(14px + (18 - 14) * ((100vw - 320px) / (1920 - 320))); }

.about-section.about_page .image-section .img-box:nth-child(odd) {
  margin-bottom: 40px; }
  .about-section.about_page .image-section .img-box:nth-child(odd) .title-box {
    bottom: -40px; }

.about-section.about_page .image-section .img-box:nth-child(even) {
  margin-top: 40px; }
  .about-section.about_page .image-section .img-box:nth-child(even) .title-box {
    top: -40px; }

.about-section.about_page .image-section .img-box .title-box {
  padding: 20px;
  background-color: white;
  display: inline-block;
  text-align: center;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  -webkit-box-shadow: -2px 0px 20px 0px rgba(0, 0, 0, 0.08);
          box-shadow: -2px 0px 20px 0px rgba(0, 0, 0, 0.08);
  min-width: 162px; }
  .about-section.about_page .image-section .img-box .title-box h3 {
    font-size: calc(14px + (24 - 14) * ((100vw - 320px) / (1920 - 320)));
    text-transform: capitalize;
    color: black;
    margin-top: -4px;
    font-weight: 800;
    margin-bottom: 7px; }
  .about-section.about_page .image-section .img-box .title-box h6 {
    font-size: calc(12px + (14 - 12) * ((100vw - 320px) / (1920 - 320)));
    text-transform: uppercase;
    margin-bottom: -4px;
    word-break: break-word;
    color: gray; }

.about-section.about_page .about-text {
  padding-left: 50px;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start; }
  .about-section.about_page .about-text .title-3 {
    text-align: left;
    margin-bottom: 35px; }
    .about-section.about_page .about-text .title-3 .title-label {
      text-transform: uppercase;
      -webkit-box-shadow: 5px 8.66px 20px 0px rgba(239, 63, 62, 0.22);
              box-shadow: 5px 8.66px 20px 0px rgba(239, 63, 62, 0.22); }
  .about-section.about_page .about-text h2 {
    font-weight: 700; }
    .about-section.about_page .about-text h2 span {
      font-size: calc(18px + (40 - 18) * ((100vw - 320px) / (1920 - 320)));
      text-transform: capitalize;
      margin-top: 20px; }
  .about-section.about_page .about-text .buttons-about {
    margin-top: 45px; }
    .about-section.about_page .about-text .buttons-about .btn + .btn {
      margin-left: 20px; }

.about_section .about_img {
  position: relative;
  margin: 0px 0;
  height: 450px;
}
  .about_section .about_img img {
    border-radius: 0;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
    height: 500px;
    width: 100%;
    object-fit: cover;
    object-position: center;
  }
  .about_section .about_img .side-effect:after {
    content: "";
    position: absolute;
    top: -12px;
    height: calc(100% - 18px);
    background: url(../images/about.webp);
    border-radius: 25px;
    width: calc(100% - 65px);
    left: 76px;
    z-index: -1;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
    background-blend-mode: overlay;
    opacity: 0.3;
    display: none;
    }
  .about_section .about_img .side-effect:before {
    content: "";
    position: absolute;
    top: -20px;
    height: calc(100% - 44px);
    background: url('../images/about.jpg');
    border-radius: 25px;
    width: calc(100% - 97px);
    left: 120px;
    z-index: -1;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
    background-blend-mode: overlay;
    opacity: 0.1;
    display: none;
    }
  .about_section .about_img .side-effect span:after {
    content: "";
    position: absolute;
    bottom: -12px;
    height: calc(100% - 18px);
    background: url('../images/about.jpg');
    border-radius: 25px;
    width: calc(100% - 65px);
    right: 76px;
    z-index: -1;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
    background-blend-mode: overlay;
    opacity: 0.3;
    display: none;
    }
  .about_section .about_img .side-effect span:before {
    content: "";
    position: absolute;
    bottom: -20px;
    height: calc(100% - 44px);
    background: url('../images/about.jpg');
    border-radius: 25px;
    width: calc(100% - 97px);
    right: 120px;
    z-index: -1;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
    background-blend-mode: overlay;
    opacity: 0.1;
    display: none;
    }
  .about_section .about_img:hover img {
    -webkit-transform: scale(1.02);
            transform: scale(1.02);
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease; }
  .about_section .about_img:hover .side-effect:before, .about_section .about_img:hover .side-effect:after {
    top: 0;
    left: 20px;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease; }
  .about_section .about_img:hover .side-effect span:after, .about_section .about_img:hover .side-effect span:before {
    bottom: 0;
    right: 20px;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease; }

.about_section .about_content {
  margin-left: 85px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100%; }
  .about_section .about_content h5 {
    font-size: var(--f28);
    color: var(--black-color);
    text-transform: capitalize;
    font-weight: 800;
    font-style: italic;
    margin-bottom: 25px;
    position: relative;
    display: none;
}
.about_section .about_content h5:before{
position: absolute;
bottom: -20px;
width: 100px;
height: 2px;
background: var(--secondary-color);
}

    .about_section .about_content h5 span {
      color: var(--other-color); }
  .about_section .about_content h2 {
    color: black;
    font-weight: 800;
    text-transform: capitalize;
 }
  .about_section .about_content p {
    color: #464646;
    line-height: 1.9;
    font-weight: 300;
    font-size: var(--f16);
  }
  .about_section .about_content .about_bottom {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
    .about_section .about_content .about_bottom h6 {
      margin-left: 25px;
      background-color: #f7f7f7;
      color: #acacac;
      font-size: 14px;
      text-transform: capitalize;
      margin-bottom: 0;
      padding: 8px 12px;
      border-radius: 20px;
      font-weight: 600; }

.about_section .about_content .about_bottom a.main-btn{
    display: block;
}
.about_section .image-sec {
  width: 50%;
  float: left;
  position: relative;
  z-index: 1;
  margin-right: 55px;
}
.about_section .content-sec {
  min-height: 550px;
}

form.manage-form {
padding: var(--p30);
background: var(--white-color);
box-shadow: 0px 1px 3px 2px rgba(0, 0, 0, 0.1);
}

.fields {
display: flex;
gap: 20px;
align-items: center;
margin-bottom: var(--m30);
}

.fields .main-label {
width: 25%;
color: var(--black-color);
font-size: var(--f15);
}

input.form-control.common-i {
border-radius: 0;
border: 2px solid var(--black-color) !important;
}

.submit-btn button {
padding: var(--p10) var(--p50);
background: transparent;
color: var(--black-color);
transition: 0.6s ease-in-out;
}

.submit-btn {
display: flex;
justify-content: center;
align-items: center;
}

form.manage-form {
padding: var(--p30);
background: var(--white-color);
box-shadow: 0px 1px 3px 2px rgba(0, 0, 0, 0.1);
}

video{width: 95% !important;height: 620px;object-fit: cover;}


/* by sell page css */

section.testimonial {
position: relative;
/* background: url('../images/test.webp');*/
/* background-attachment: fixed; */
/* background-size: cover; */
padding-bottom: 20px;
}
section.testimonial  .head-sec p{
color: var(--white-color);
}
section.testimonial  .head-sec h2{
/* color: var(--white-color); */
color: var(--heading-color);
text-align: center;
}
section.testimonial .overlay{
position: absolute;
width: 100%;
height: 100%;
top: 0;
bottom: 0;
left: 0;
background: rgba(0, 0, 0, 0.4);
}
section.testimonial .icon{
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    left: 10%;
    z-index: 1;
    top: 75%;
}
section.testimonial .owl-carousel .owl-item img {margin-top: 0;width: 100%;height: 350px;border-radius: 0;object-fit: contain;/* box-shadow: 0 0 7px rgb(0 0 0 / 11%); *//* padding: 10px; */}
section.testimonial .testy {
width: 100%;
margin: auto;
padding: 0;
padding-bottom: 0;
border-radius: 0px;
background: transparent;
}

#test-slider .owl-nav{
display: none;
}


section.about-owner .abt-owner {
    position: relative;
    height: 100%;
}
section.about-owner .abt-img {
    position: relative;
    left: 0;
    top: 0;
    width: 95%;
    height: 500px;
    text-align: center;
    overflow: hidden;
    display: flex;
    border-radius: 50px;
}
section.about-owner img {
    width: 100%;
    height: 500px;
    object-fit: cover;
    border-radius: 50px;
    transition: 0.5s all;
    border-radius: 50px;
}

/*About owner css*/
section.about-owner {
    background: var(--white-color);
    overflow-x: hidden;
}
section.about-owner .rhea_mask {
    fill: var(--white-color);
}
section.about-owner .svg-img {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
    display: none;
}
section.about-owner .col-6.col-md-6.col-sm-12.img{
   position: relative;
    height:500px;
}
section.about-owner .abt-owner {
    position: relative;
    height: 100%;
}
section.about-owner .abt-img {
    position: absolute;
    left: 0;
    top: 0;
    width: 90%;
    height: 100%;
    text-align: center;
    overflow: hidden;
    display: flex;
    border-radius: 50px;
}

section.about-owner img{
   width: 100%;
    height: 500px;
    object-fit: cover;
    border-radius: 50px;
    transition: 0.5s all;
    border-radius: 50px;
}
section.about-owner img:hover{
    transform: scale(1.14);
}
section.about-owner svg {
    height: 588px;
    width: 100%;
}
section.about-owner .head-sec{
   text-align:left;
   margin-bottom: var(--m15);
}
section.about-owner h4{
    font-size: var(--f21);
    font-weight: 500;
}
section.about-owner p{
    color: var(--black-color);
}
section.about-owner .icon-area {
    border-radius: 100%;
    border: 1px solid #b3b3b3;
    text-align: center;
    width: 50px;
    height: 50px;
    font-size: var(--f20);
    display: flex;
    justify-content: center;
    align-items: center;
}
section.about-owner .call-us, section.about-owner .email-us {
    display: flex;
    align-items: center;
    gap: 10px;
}
section.about-owner .call-area {
    display: block;
}
section.about-owner .call-area a{
    display: block;
}
section.about-owner .abt-detail {
    display: flex;
    gap: 30px;
    align-items: center;
    margin-bottom: var(--m30);
}
section.about-owner a.main-btn {
    display: block;
    width: 180px;
    text-align: center;
    transition: all ease-in-out 300ms;
}
section.about-owner a.main-btn:hover{
    transform: translateY(-4px);
}
section.testimonial .item {height: auto;/* overflow: hidden; */padding: 40px 44px;}
:root {
--mon: "Montserrat", sans-serif;
--blue: #8a6bff;
--darkblue: #0a0a36;
}
.container {
width: 100%;
/* margin: auto; */
padding: 0 15px;
}
.sec-title {
margin-bottom: 50px;
padding-bottom: 15px;
position: relative;
}
.sec-title::after {
content: "";
position: absolute;
left: 0;
bottom: 0;
width: 100px;
height: 3px;
background: #000;
}
.sec-title h2 {
font-size: 60px;
font-family: "Montserrat", sans-serif;
font-weight: 900;
letter-spacing: 0px;
text-transform: uppercase;
color: var(--blue);
}
.sec-title p {
font-size: 18px;
line-height: 28px;
}
.section.testimonial  {
background: var(--blue);
position: relative;
z-index: 2;
padding: 50px 0;
}
section.testimonial  .owl-carousel {
overflow: hidden;
/* padding: 0 20px; */
/* padding-right: 40px; */
}
section.testimonial .owl-stage-outer {/* width: calc(100% + 100px); *//* padding: 30px 50px; */width: 100%;}
.single-testimonial {
/* border: 7px solid #fff; */
/* text-align: center; */
/* border-radius: 45px; */
position: relative;
z-index: 2;
/* flex-direction: column; */
}
.single-testimonial p {
color: #000;
font-size: 16px;
/* line-height: 24px; */
/* padding: var(--p30); */
padding-bottom: 30px;
position: relative;
z-index: 3;
padding-top: 30px;
margin-bottom: 0px;
}
.single-testimonial::before {
/* content: ""; */
position: absolute;
left: 0px;
top: 0px;
background: url(https://i.ibb.co/nb8Hjms/quote.png) no-repeat;
background-size: 60%;
width: 126px;
height: 100px;
transform: rotate(180deg);
background-position: 34px 15px;
}
.client-details h3{
margin-bottom: 0;
margin-bottom: 2px;
font-size: var(--f24);
}
.single-testimonial::after {
content: "";
position: absolute;
right: 0px;
bottom: 0px;
background: url(https://i.ibb.co/nb8Hjms/quote.png) no-repeat;
background-size: 60%;
width: 126px;
height: 100px;
background-position: 34px 19px;
display: none;
}
.round {
width: 100%;
height: 100%;
position: absolute;
z-index: 1;
}
.round-1::before {
content: "";
position: absolute;
left: 88px;
top: -7px;
width: 50px;
height: 7px;
background: #fff;
border-radius: 30px;
}
.round-1::after {
content: "";
position: absolute;
left: -7px;
top: 62px;
width: 7px;
height: 50px;
background: #fff;
border-radius: 30px;
}
.round-2::before {
content: "";
position: absolute;
right: 87px;
bottom: -7px;
width: 50px;
height: 7px;
background: #fff;
border-radius: 30px;
z-index: 1;
}
.round-2::after {
content: "";
position: absolute;
right: -7px;
bottom: 62px;
width: 7px;
height: 50px;
background: #fff;
border-radius: 30px;
z-index: 1;
}
.client-video {
padding-right: 0;
width: 50%;
}
.client-video h3{
margin-bottom: 0;
}
.client-info {
position: relative;
z-index: 3;
}
.client-info a {
width: 120px;
height: 120px;
border-radius: 50%;
display: flex;
justify-content: center;
align-items: center;
box-shadow: 0 0 16px rgba(0, 0, 0, 0.16);
font-size: 22px;
}

.client-info h6 {
color: #000;
font-weight: 700;
font-size: 18px;
color: #fff;
}
.client-info span {
display: inline-block;
color: #fff;
font-size: 12px;
}
.sec-title.white-title h2 {
color: #fff;
} 
.owl-dots button {
background: #fff !important;
width: 10px;
height: 10px;
border-radius: 26px;
margin: 0 5px;
transition: 0.3s;
}
.owl-dots {
text-align: center;
margin-top: 50px;
}
.owl-dot.active{
width: 50px;
background: var(--white-color);
border-radius: 10px;
height: 12px;
}
.owl-dot.active span{
width: 0 !important;
background: var(--white-color) !important;
}
.owl-dots{
display: flex;
justify-content: center;
align-items: center;
}
#test-slider .test-sec {
padding: 50px 60px;
background: #fff;
box-shadow: 0 3px 50px rgba(0, 0, 0, 0.12);
width: 100%;
display: flex;
align-items: center;
}
section.testimonial .owl-carousel .owl-item img {margin-top: 0;width: 100%;height: 350px;border-radius: 0;object-fit: contain;/* box-shadow: 0 0 7px rgb(0 0 0 / 11%); *//* padding: 10px; */}
section.testimonial .testy {
width: 100%;
margin: auto;
padding: 0;
padding-bottom: 0;
border-radius: 0px;
background: transparent;
}
#test-slider .client-details {
padding: 0px 0 0px 40px;
width: 50%;
}


.fields .main-label {
  width: 25%;
  color: var(--black-color);
  font-size: var(--f15);
}

.fields .common-i {
  width: 75%;
}

.fields select {
  width: 75%;
  padding: 6px 12px !important;
  background: #fff !important;
  border: 2px solid var(--black-color) !important;
  border-radius: 0 !important;
  color: #000 !important;
}


section.buy-sell-section .abt-detail {
  display: flex;
  gap: 30px;
  align-items: center;
  margin-bottom: var(--m30);
}

section.buy-sell-section .call-us, section.buy-sell-section .email-us {
  display: flex;
  align-items: center;
  gap: 10px;
}

section.buy-sell-section .icon-area {
  border-radius: 100%;
  border: 1px solid #b3b3b3;
  text-align: center;
  width: 50px;
  height: 50px;
  font-size: var(--f20);
  display: flex;
  justify-content: center;
  align-items: center;
}

section.buy-sell-section .call-area {
  display: block;
}
section.buy-sell-section .call-us, section.buy-sell-section .email-us {
  display: flex;
  align-items: center;
  gap: 10px;
}
section.buy-sell-section .icon-area {
  border-radius: 100%;
  border: 1px solid #b3b3b3;
  text-align: center;
  width: 50px;
  height: 50px;
  font-size: var(--f20);
  display: flex;
  justify-content: center;
  align-items: center;
}

section.buy-sell-section .call-area {
  display: block;
}
.abt-btn .main-btn{
  display: inline-block;
    width: 150px;
    text-align: center;
}