* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}

body {
  font-family: "Sora", sans-serif;
}

@font-face {
  font-family: "Sora";
  src: url("../fonts/Sora/Sora-VariableFont_wght.ttf");
}

/* meet the team section */
.tab_section {
  background-image: url(../img/banner_image.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  width: 100%;
  height: auto;
  padding: 50px 0;
}

.team_heading {
  font-size: 60px;
  line-height: 80px;
  color: #ffffff;
  font-weight: 400;
  font-family: "Sora";
  text-align: center;
  padding-top: 40px;
  padding-bottom: 90px;
}

.tab_list_row {
  padding: 25px 0px;
}

.tab_btn .tab_list {
  list-style: none;
  margin: 0;
  padding: 0;
}

.tab_btn .tab_list li {
  display: inline-block;
}

.tab_btn .tab_list li a {
  display: block;
  text-decoration: none;
  font-size: 14px;
  margin-right: 18px;
  background-color: #0382c4;
  color: #fff;
  padding: 10px 15px;
  font-family: "Sora";
  font-weight: 600;
  border-radius: 5px;
  transition: all 0.5s linear;
}

.tab_btn .tab_list li a:hover {
  color: #fff;
}

.tab_btn .tab_list li a:focus {
  background-color: #ed7d31 !important;
}

.search_field input {
  border: 1px solid #0382c4 !important;
}

.search_field input:focus {
  outline: none !important;
  box-shadow: unset !important;
}

.img_section {
  position: relative;
  height: 300px;
  display: flex;
  justify-content: center;
  align-items: center;
}

/*
.img_section .circle_img{
    height: 250px;
    width: 250px;
    border-radius: 50%;
    z-index: 1;
}*/
/* .img_section .circle_1{
    position: absolute;
    top: 5%;
    left: 22%;
    background-color: #f6be98;
    height: 90px;
    width: 90px;
    border-radius: 50%;
    z-index: 0;
}
.img_section .circle_2{
    position: absolute;
    bottom: 5%;
    right: 22%;
    background-color: #81c0e1;
    height: 90px;
    width: 90px;
    border-radius: 50%;
    z-index: 0;
}*/

#team_filter .team_section {
  height: 100%;
  box-shadow: 0 16px 32px 0 rgba(7, 28, 31, 0.1);
  -webkit-box-shadow: 0 0px 25px 0 rgba(0, 0, 0, 0.15);
  padding: 30px;
  border-radius: 10px !important;
  transition: all 0.2s linear;
}

#team_filter .text-section {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
}

#team_filter .team_section:hover {
  background-color: #0382c4;
}

#team_filter .team_section:hover .member_name a,
#team_filter .team_section:hover .member_post {
  color: #ffffff !important;
}

#team_filter .team_section:hover ul.social_section li i {
  color: #ed7d31;
}

/*.our_team_member_list_part{
	padding-top:20px !important;
}*/

/* @media (max-width:1024px){
	.our_team_member_list_part{
      margin-top:50px !important;
 	 }
} */
#team_filter .team_section .img_section {
  display: block !important;
  max-width: 350px !important;
  margin: 0 auto;
  height: 330px !important;
}

#team_filter .team_section .img_section img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  border-radius: 20px;
}

#team_filter .social_section {
  padding: 0px !important;
  margin: 0px !important;
}

.member_name {
  margin-top: 20px;
  font-size: 24px;
  color: #333333;
  font-weight: 400;
  font-family: "Sora";
  text-align: center;
  margin-bottom: 0px !important;
}

.member_name a {
  color: #333333;
}

.member_name a:hover {
  text-decoration: none;
  color: #333333;
}

.member_post {
  font-size: 14px;
  text-transform: uppercase;
  color: #0382c4;
  font-weight: 400;
  font-family: "Sora";
  text-align: center;
  /*    padding: 15px 0px; */
  margin-bottom: 0px;
}

.member_designation {
  font-size: 14px;
  text-transform: uppercase;
  color: #ed7d31;
  font-weight: 600;
  font-family: "Sora";
  text-align: center;
  margin-bottom: 0px;
}

.member_description {
  max-width: 330px;
  height: 63px;
  font-size: 14px;
  line-height: 24px;
  color: #333333;
  font-weight: 400;
  font-family: "Sora";
  text-align: center;
  margin: 0px auto;
  margin-bottom: 15px;
}

.social_section {
  padding: 0px 0px 20px;
}

ul.social_section {
  list-style: none;
}

ul.social_section li {
  display: inline-block;
  padding: 0px 10px;
}

ul.social_section li i {
  font-size: 20px;
  color: #666666;
}

ul.social_section li a:hover i {
  color: #ed7d31;
}

h6.member_designation {
  min-height: 40px;
  align-items: center;
}

h6.member_post {
  min-height: 45px;
}

.member_designation,
.member_post {
  display: flex;
  /*  align-items: center; */
  justify-content: center;
}

.social_section {
  min-height: 45px;
  display: flex;
  justify-content: center;
  align-items: center;
}

@media (min-width: 768px) and (max-width: 991px) {
  .img_section .circle_1 {
    top: 5%;
    left: 12%;
  }

  .img_section .circle_2 {
    bottom: 5%;
    right: 12%;
  }
}

.circle-image {
  /*  display: inline-block;*/
  border-radius: 50%;
  overflow: hidden;
  width: 250px;
  height: 250px;
}

.circle-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.static-team {
  display: none;
}

/* Services Css */
/*.slider_area{
    background-color: #edf6fb;
}*/
.slider_area .heading {
  font-size: 40px;
  color: #333333;
  font-weight: 400;
  font-family: "Sora", sans-serif;
  text-align: center;
}

.slider {
  margin-bottom: 30px;
  position: relative;
  padding-bottom: 20px;
}

.slider-card {
  /*background: #edf6fb;*/
  background: #ffffff;
  padding: 0px 0px;
  margin: 20px 10px 30px 10px;
  border-radius: 5px;
  transition: all 0.3s;
}

.slider-card .srv_img {
  max-width: 380px;
  height: 250px;
  margin: 0 auto;
}

.slider-card .srv_img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.services-carousel .owl-nav .owl-prev {
  position: absolute;
  top: calc(50% - 25px);
  left: -2%;
  opacity: 1;
  font-size: 30px !important;
  z-index: 1;
  color: #333333;
  background-color: inherit !important;
}

.services-carousel .owl-nav .owl-next {
  position: absolute;
  top: calc(50% - 25px);
  right: -2%;
  opacity: 1;
  font-size: 30px !important;
  z-index: 1;
  background-color: inherit !important;
}

.owl-carousel.services-carousel .owl-nav button {
  color: #cad0d3 !important;
}

.owl-carousel.services-carousel .owl-dots {
  text-align: center;
}

.owl-carousel.services-carousel .owl-dots .owl-dot {
  height: 10px;
  width: 10px;
  border-radius: 10px;
  background: #ccc !important;
  margin-left: 3px;
  margin-right: 3px;
  outline: none;
}

.owl-carousel.services-carousel .owl-dots .owl-dot.active {
  background: #333333 !important;
}

.slider_content {
  padding: 20px 0px;
}

.slider_content h5 {
  font-size: 24px;
  color: #333333;
  font-weight: 400;
  font-family: "Sora";
  text-align: center;
  margin-bottom: 0px;
}

.slider_content h5 a {
  color: #333333;
}

.slider_content p {
  display: block;
  max-width: 380px;
  min-height: 89px;
  font-size: 16px;
  line-height: 30px;
  color: #333333;
  font-weight: 300;
  font-family: "Sora";
  text-align: center;
  margin: 0 auto;
}

/* services section css end */
/* Latest News css start  */
.news_rows {
  margin: 50px 0px;
}

.latest_news .news_rows h3 {
  font-size: 40px;
  color: #333333;
  font-weight: 400;
  font-family: "Sora", sans-serif;
  margin-top: 200px;
}

.news_image {
  position: relative;
  margin: 20px;
  max-width: 360px;
  height: 260px;
}

.latest_news_section .news_image img.read_the_latest_news_img {
  width: 100% !important;
  height: 100% !important;
  object-fit: cover !important;
}

.news_image .overlay_img {
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #000000;
  opacity: 0.3;
}

.side_arrow img {
  width: 75px !important;
  height: 75px !important;
  z-index: 2;
  position: absolute;
  right: 0;
  bottom: 0;
}

.news_content {
  margin: 20px;
}

.news_content p {
  max-width: 380px;
  min-height: 79px;
  font-size: 18px;
  line-height: 30px;
  color: #333333;
  font-weight: 400;
  font-family: "Sora", sans-serif;
}

.news_content ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.news_content ul li {
  display: inline-block;
  margin: 10px 0px;
  margin-right: 15px;
  position: relative;
  font-size: 14px;
  letter-spacing: 0px;
  line-height: 22px;
  text-transform: uppercase;
  color: #999999;
  font-weight: 400;
  font-family: "Sora", sans-serif;
}

.news_content ul li:first-child::after {
  content: "\00B7";
  color: #999999;
  padding-left: 15px;
}

.news_content ul li span {
  color: #ed7d31;
}

.owl-carousel.latest_news_slider .owl-dots,
.owl-carousel.latest_news_slider .owl-nav {
  display: block;
}

.owl-carousel.latest_news_slider .owl-nav {
  position: absolute;
  width: auto;
  left: -50%;
  bottom: 100px;
}

.owl-carousel.latest_news_slider .owl-nav button.owl-next {
  font-size: 30px !important;
  color: #cad0d3 !important;
}

.owl-carousel.latest_news_slider .owl-nav button.owl-prev {
  margin-right: 50px;
  font-size: 30px !important;
  color: #cad0d3 !important;
}

.owl-carousel.latest_news_slider .owl-nav button:hover {
  background-color: #ffffff !important;
}

/* Latest News css end  */
/* Our Page History css start */
/* History css start */
.timelines h2 {
  text-align: center;
  color: #000;
  font-weight: 600;
  margin-bottom: 40px;
  font-size: 32px;
}

.d-flex-2 {
  display: flex;
  align-items: center;
}

.timeline-area {
  padding: 80px 0;
}

.all-timelines {
  position: relative;
}

.single-timeline:nth-child(odd) .history_content {
  padding-right: 90px;
}

.history_content h2 {
  font-size: 40px;
  color: #333333;
  font-weight: 400;
  font-family: "Sora";
}

.history_content p {
  max-width: 551px;
  font-size: 16px;
  line-height: 30px;
  color: #333333;
  font-weight: 300;
  font-family: "Sora";
}

.history_content ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.history_content ul li {
  margin: 0 !important;
  padding: 0 0 7px 30px;
  background: url(../img/our_history_arrow.png) left 5px no-repeat;
}

.all-timelines::before {
  content: "";
  position: absolute;
  left: 2%;
  right: 0;
  margin: auto;
  height: 100%;
  width: 2px;
  background: #bbbbbb;
}

.single-timeline {
  margin-bottom: 80px;
}

.timeline-blank {
  width: 50%;
}

.timeline-blank img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.timeline-text {
  width: 50%;
  padding-left: 0px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
}

.timeline-text h6 {
  color: #000000;
  font-weight: 900;
  display: inline-block;
  font-size: 1rem;
}

.timeline-text span {
  color: #000000;
  display: block;
  width: 100%;
  padding: 0px 40px;
}

.single-timeline:nth-child(even) .timeline-text span {
  text-align: left;
}

.t-square {
  background-image: url(../img/our_history_line.png);
  background-repeat: no-repeat;
  position: absolute;
  width: 90px;
  height: 20px;
}

.t-square.left_content {
  right: -45px;
}

.single-timeline:nth-child(even) {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}

.single-timeline:nth-child(even) .right_content {
  left: -45px;
}

.single-timeline:nth-child(even) .timeline-text {
  padding-left: 90px;
  text-align: left;
}

/* History End start */
/* meet our people css start */
.meet_our_people {
  background-color: #edf6fb;
  width: 100%;
  padding: 80px 0;
}

.team_content_section h2 {
  font-size: 40px;
  color: #333333;
  font-weight: 400;
  font-family: "Sora";
}

.team_content_section p {
  max-width: 520px;
  min-height: 167px;
  font-size: 16px;
  line-height: 30px;
  color: #333333;
  font-weight: 300;
  font-family: "Sora";
  padding: 40px 0px;
  margin-bottom: 0;
}

.team_content_section .meet_team_btn {
  margin-top: 15px;
}

.team_content_section .meet_team_btn a {
  text-decoration: none;
  padding: 15px 40px;
  border-radius: 10px;
  background-color: #ed7d31;
  font-size: 16px;
  text-transform: uppercase;
  color: #ffffff;
  font-weight: 400;
  font-family: "Sora";
  text-align: center;
}

.team_content_section .meet_team_btn a:hover {
  text-decoration: none;
  color: #fff;
}

.team_img {
  max-width: 629px;
  max-height: 610px;
  border-radius: 50%;
}

.team_img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.team_content_img {
  position: relative;
}

.team_content_img .team_img {
  position: relative;
  z-index: 2;
}

.team_content_img .overlay_meet_team {
  opacity: 0.149;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background-color: #000000;
  position: absolute;
}

.team_content_img .bgcircle_1 {
  position: absolute;
  top: 0%;
  left: 10%;
  background-color: #f6be98;
  height: 150px;
  width: 150px;
  border-radius: 50%;
  z-index: 1;
}

.team_content_img .bgcircle_2 {
  position: absolute;
  bottom: 0%;
  right: 10%;
  background-color: #81c0e1;
  height: 150px;
  width: 150px;
  border-radius: 50%;
  z-index: 1;
}

/* Our Page History css End */
/* News List Page CSS Start  */
.news_section {
  padding: 50px 0;
}

.news_select_part {
  text-align: center;
}

.news_select_part h5 {
  font-size: 24px;
  color: #333333;
  font-weight: 400;
  font-family: "Sora";
}

.news_select_part form {
  display: inline-block;
}

.news_select_part form .form-select {
  background-image: unset;
  padding: 0 10px;
  text-align: center;
  font-size: 22px;
  color: #0382c4;
  font-weight: 400;
  font-family: "Sora";
}

.news_select_part form .form-select {
  border: 0;
  border-bottom: 2px solid #ed7d31;
  border-radius: unset;
}

.news_select_part form .form-select:focus {
  outline: none;
  box-shadow: none;
  border-bottom: 2px solid #ed7d31;
}

.news_select_part form .form-select option {
  border: none !important;
  outline: none;
  box-shadow: unset;
}

.news_select_part form .form-select option:hover {
  background-color: #ed7d31;
  color: #ffffff;
}

.news_select_part .or {
  display: inline-block;
  margin: 0px 5px;
}

.select_down_arrow i {
  color: #e0e0e0;
}

.news_image {
  position: relative;
  margin: 20px;
  max-width: 380px;
  height: 280px;
}

.news_image img {
  width: 100% !important;
  height: 100% !important;
  object-fit: cover !important;
}

.news_image .overlay_img {
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #000000;
  opacity: 0.3;
}

.side_arrow img {
  width: 75px !important;
  height: 75px !important;
  z-index: 2;
  position: absolute;
  right: 0;
  bottom: 0;
}

.news_content {
  margin: 20px;
}

.news_content p {
  max-width: 380px;
  min-height: 79px;
  font-size: 16px;
  line-height: 30px;
  color: #333333;
  font-weight: 300;
  font-family: "Sora";
}

.news_content ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.news_content ul li {
  display: inline-block;
  margin: 10px 0px;
  margin-right: 15px;
  position: relative;
  font-size: 14px;
  letter-spacing: 0px;
  line-height: 22px;
  text-transform: uppercase;
  color: #0381c3;
  font-weight: 400;
  font-family: "Sora";
}

.news_content ul li:first-child::after {
  content: "\00B7";
  color: #999999;
  padding-left: 15px;
}

.news_content ul li span {
  color: #ed7d31;
}

.news_image_main {
  position: relative;
  margin: 20px;
  max-width: 825px;
  height: 608px;
}

.news_image_main img.news_image_main_section {
  width: 100% !important;
  height: 100% !important;
  object-fit: cover !important;
}

.news_image_main .overlay_img {
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #000000;
  opacity: 0.3;
}

.news_content_main {
  margin: 20px;
}

.news_content_main p {
  max-width: 378px;
  min-height: 129px;
  font-size: 16px;
  line-height: 30px;
  color: #333333;
  font-weight: 300;
  font-family: "Sora";
}

.news_content_main h3 {
  font-size: 36px;
  line-height: 46px;
  color: #333333;
  font-weight: 400;
  font-family: "Sora";
  margin-bottom: 25px;
}

.news_content_main ul {
  margin: 0;
  padding: 0;
  list-style: none;
  margin-bottom: 15px;
}

.news_content_main ul li {
  display: inline-block;
  margin: 10px 0px;
  margin-right: 15px;
  position: relative;
  font-size: 14px;
  letter-spacing: 0px;
  line-height: 22px;
  text-transform: uppercase;
  color: #0381c3;
  font-weight: 400;
  font-family: "Sora";
}

.news_content_main ul li:first-child::after {
  content: "\00B7";
  color: #999999;
  padding-left: 15px;
}

.news_content_main ul li span {
  color: #ed7d31;
}

.news_section .pagination .page-numbers {
  margin: 0px 10px;
  text-decoration: none;
}

.news_section .pagination .page-numbers {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  border: none;
  border-radius: 50%;
  font-size: 24px;
  line-height: 30px;
  color: #000000;
  font-weight: 400;
  font-family: "Sora";
  margin-left: 0;
  -webkit-transition: all 0.5s linear;
  -moz-transition: all 0.5s linear;
  -ms-transition: all 0.5s linear;
  -o-transition: all 0.5s linear;
  transition: all 0.5s linear;
}

.news_section .pagination .page-numbers:focus {
  box-shadow: unset;
  background-color: #ed7d31;
  color: #fff;
}

.news_section .pagination .page-numbers.current,
.news_section .pagination .page-numbers:hover {
  background-color: #ed7d31;
  color: white;
}

/* News List Page CSS End  */
/* Accolades Page Start  */
.accolades_section {
  margin: 80px 0;
}

.accolades_row {
  padding-bottom: 40px;
  margin-bottom: 50px;
  border-bottom: 2px solid #dddddd;
}

.accolades_image_section {
  width: 100%;
  max-width: 175px;
  min-height: 175px;
  height: auto;
  margin: 0px auto;
}

.accolades_image_section img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.accolades_section .content h6 {
  font-size: 14px;
  letter-spacing: 0px;
  line-height: 22px;
  text-transform: uppercase;
  color: #ed7d31;
  font-weight: 400;
  font-family: "Sora";
  margin-bottom: 25px;
}

.accolades_section .content h4 {
  font-size: 20px;
  line-height: 24px;
  color: #333333;
  font-weight: 400;
  font-family: "Sora";
  margin-bottom: 25px;
}

.accolades_section .content p {
  max-width: 739px;
  font-size: 16px;
  line-height: 30px;
  color: #333333;
  font-weight: 300;
  font-family: "Sora";
}

.accolades_section_pagination .pagination .page-numbers {
  margin: 0px 10px;
  text-decoration: none;
}

.accolades_section_pagination .pagination .page-numbers {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  border: none;
  border-radius: 50%;
  font-size: 24px;
  line-height: 30px;
  color: #000000;
  font-weight: 400;
  font-family: "Sora";
  margin-left: 0;
  -webkit-transition: all 0.5s linear;
  -moz-transition: all 0.5s linear;
  -ms-transition: all 0.5s linear;
  -o-transition: all 0.5s linear;
  transition: all 0.5s linear;
}

.accolades_section_pagination .pagination .page-numbers:focus {
  box-shadow: unset;
  background-color: #ed7d31;
  color: #fff;
}

.accolades_section_pagination .pagination .page-numbers.current,
.accolades_section_pagination .pagination .page-numbers:hover {
  background-color: #ed7d31;
  color: white;
}

/* Accolades Page End  */
/* meet our people css start  */
.mission_statement {
  background-color: #edf6fb;
  width: 100%;
  padding: 80px 0;
}

.mission h2 {
  font-size: 40px;
  color: #333333;
  font-weight: 400;
  font-family: "Sora";
  margin-bottom: 20px;
}

.mission p {
  max-width: 521px;
  font-size: 16px;
  line-height: 30px;
  color: #333333;
  font-weight: 300;
  font-family: "Sora";
  margin-bottom: 20px;
}

.mission .meet_team_btn {
  padding-top: 20px;
}

.mission .meet_team_btn a {
  text-decoration: none;
  padding: 15px 40px;
  border-radius: 10px;
  background-color: #ed7d31;
  font-size: 16px;
  text-transform: uppercase;
  color: #ffffff;
  font-weight: 400;
  font-family: "Sora";
  text-align: center;
}

.mission .meet_team_btn a:hover {
  text-decoration: none;
}

.team_img {
  max-width: 629px;
  max-height: 610px;
  border-radius: 50%;
}

.team_img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.team_content_img {
  position: relative;
}

.team_content_img .team_img {
  position: relative;
  z-index: 2;
}

.team_content_img .bgcircle_1 {
  position: absolute;
  top: 0%;
  left: 10%;
  background-color: #f6be98;
  height: 150px;
  width: 150px;
  border-radius: 50%;
  z-index: 1;
}

.team_content_img .bgcircle_2 {
  position: absolute;
  bottom: 0%;
  right: 10%;
  background-color: #81c0e1;
  height: 150px;
  width: 150px;
  border-radius: 50%;
  z-index: 1;
}

/* meet our people css end */
.shape_images {
  position: relative;
}

.shape_images .bgcircle_11 {
  position: absolute;
  top: 5%;
  left: 20%;
  background-color: #f6be98;
  height: 150px;
  width: 150px;
  border-radius: 50%;
  z-index: 1;
}

.shape_images .bgcircle_22 {
  position: absolute;
  bottom: 0%;
  right: 10%;
  background-color: #81c0e1;
  height: 150px;
  width: 150px;
  border-radius: 50%;
  z-index: 1;
}

.clip {
  max-width: 629px;
  height: 610px;
}

.clip img {
  clip-path: polygon(45% 5%, 90% 20%, 100% 65%, 65% 100%, 20% 90%, 10% 42%);
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  z-index: 2;
}

.explore_open_positions {
  padding: 80px 0px;
}

.explore_open_positions .explore_heading {
  font-size: 40px;
  color: #333333;
  font-weight: 400;
  font-family: "Sora";
  text-align: center;
}

.explore_position {
  max-width: 850px;
  margin: 70px auto 0px;
}

.explore_position_splace {
  border-bottom: 2px solid #cbcbcb;
  position: relative;
  padding-bottom: 20px;
  margin-bottom: 20px;
}

.explore_position_splace .explore_position_content .small_img {
  display: inline-block;
  vertical-align: top;
}

.explore_position_splace .explore_position_content .splace_address {
  display: inline-block;
  padding-left: 20px;
}

.explore_position_content .splace_address h4 a {
  font-size: 20px;
  color: #333333;
  font-weight: 500;
  font-family: "Sora";
  margin-top: 0px !important;
  margin-bottom: 0px !important;
}

.explore_position_content .splace_address h6 {
  font-size: 16px;
  color: #333333;
  font-weight: 300;
  font-family: "Sora";
}

.explore_position_splace .splace_btn {
  position: absolute;
  top: 0;
  right: 0;
  margin-top: 10px;
}

.btn_apply {
  display: block;
  text-decoration: none;
  font-size: 16px;
  text-transform: uppercase;
  color: #0382c4;
  font-weight: 400;
  font-family: "Sora";
  text-align: center;
  border-bottom: 3px solid #ed7d31;
  -webkit-transition: all 0.5s linear;
  -moz-transition: all 0.5s linear;
  -ms-transition: all 0.5s linear;
  -o-transition: all 0.5s linear;
  transition: all 0.5s linear;
}

.btn_apply:hover {
  color: #ed7d31;
  text-decoration: none !important;
}

.rotate_images {
  position: relative;
}

.rotate_images .rotate_bgcircle_1 {
  position: absolute;
  top: 5%;
  left: 18%;
  background-color: #f6be98;
  height: 100px;
  width: 100px;
  border-radius: 50%;
  z-index: 0;
}

.rotate_images .rotate_bgcircle_2 {
  position: absolute;
  bottom: 5%;
  right: 18%;
  background-color: #81c0e1;
  height: 100px;
  width: 100px;
  border-radius: 50%;
  z-index: 0;
}

.rotate_img {
  max-width: 400px;
  height: 400px;
  margin: 0 auto;
  overflow: hidden;
  transform: rotate(-50deg);
  border-radius: 100px;
  position: relative;
  z-index: 1;
}

.rotate_img img {
  transform: rotate(50deg) scale(1);
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 100px;
}

.join_the_team .join_team_heading {
  font-size: 40px;
  color: #333333;
  font-weight: 400;
  font-family: "Sora";
  text-align: center;
  margin-bottom: 50px;
}

.joining_form input,
.joining_form textarea,
.joining_form select {
  border: 0;
  border-bottom: 2px solid #bbbbbb !important;
  border-radius: unset;
}

.joining_form input:focus,
.joining_form textarea:focus,
.joining_form select:focus {
  outline: none;
  box-shadow: unset;
}

.joining_form input.upload_resume {
  width: 100%;
}

.submit_btn {
  text-align: center;
}

.submit_btn .form_btn {
  font-size: 16px;
  text-transform: uppercase;
  color: #ffffff !important;
  font-weight: 400;
  font-family: "Sora";
  text-align: center;
  background-color: #ed7d31 !important;
  text-decoration: none;
  padding: 15px 60px;
  border-radius: 10px;
}

/* valuation slider css start */
.slider_area_valuation .heading {
  font-size: 40px;
  color: #333333;
  font-weight: 400;
  font-family: "Sora", sans-serif;
  text-align: center;
  line-height: 52px;
}

.slider_valuation {
  margin-bottom: 30px;
  position: relative;
  padding-bottom: 20px;
}

.slider-card-valuation {
  background: #ffffff;
  margin: 30px 10px 30px 10px;
  border-radius: 5px;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
}

.slider-card-valuation .valuation_service_image {
  max-width: 410px;
  height: 310px;
}

.slider-card-valuation .valuation_service_image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.owl-carousel.services-carousel-valuation .owl-nav .owl-prev {
  position: absolute;
  top: calc(50% - 25px);
  left: -4%;
  opacity: 1;
  font-size: 30px !important;
  z-index: 1;
  color: #333333;
}

.owl-carousel.services-carousel-valuation .owl-nav .owl-next {
  position: absolute;
  top: calc(50% - 25px);
  right: -4%;
  opacity: 1;
  font-size: 30px !important;
  z-index: 1;
}

.owl-carousel.services-carousel-valuation .owl-nav button {
  color: #cad0d3 !important;
}

.owl-carousel.services-carousel-valuation .owl-dots {
  text-align: center;
}

.owl-carousel.services-carousel-valuation .owl-dots .owl-dot {
  height: 10px;
  width: 10px;
  border-radius: 10px;
  background: #ccc !important;
  margin-left: 3px;
  margin-right: 3px;
  outline: none;
}

.owl-carousel.services-carousel-valuation .owl-dots .owl-dot.active {
  background: #333333 !important;
}

.slider_content h5 {
  font-size: 24px;
  color: #333333;
  font-weight: 400;
  font-family: "Sora", sans-serif;
  text-align: center;
  margin-bottom: 0px;
}

.slider_content p {
  display: block;
  max-width: 370px;
  min-height: 90px;
  font-size: 16px;
  line-height: 30px;
  color: #333333;
  font-weight: 300;
  font-family: "Sora", sans-serif;
  text-align: center;
  margin: 0 auto;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
}

.valuation_service_link {
  text-align: center;
  padding: 20px 0px;
}

.valuation_service_link a {
  display: inline-block;
  text-decoration: none;
  font-weight: 400;
  color: #0383c4;
  line-height: 20px;
  border-bottom: 3px solid #ed7d31;
  transition: all 0.3s linear;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
}

.valuation_service_link a:hover {
  color: #ed7d31;
}

@media (max-width: 1199px) {
  .owl-carousel.services-carousel-valuation .owl-nav .owl-prev {
    left: -2%;
  }

  .owl-carousel.services-carousel-valuation .owl-nav .owl-next {
    right: -2%;
  }

  .slider-card-valuation .valuation_service_image {
    height: 270px;
  }
}

@media (max-width: 991px) {
  .slider-card-valuation {
    margin: 40px 20px 40px 20px;
  }
}

@media (max-width: 767px) {
  .slider-card-valuation {
    margin: 35px 20px 35px 20px;
  }
}

@media (max-width: 575px) {
  .slider_area_valuation .heading {
    font-size: 30px;
    text-align: center;
  }

  .slider-card-valuation {
    margin: 30px 20px 30px 20px;
  }
}

/* valuation slider css end */

/* services list css start */
@media (min-width: 1400px) {

  .container,
  .container-lg,
  .container-md,
  .container-sm,
  .container-xl,
  .container-xxl {
    max-width: 1300px;
  }
}

.slider-card-valuation-list {
  background: #ffffff;
  margin: 30px 0px 30px 0px;
  border-radius: 5px;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
}

.slider-card-valuation-list .valuation_service_image {
  max-width: 420px;
  height: 310px;
}

.slider-card-valuation-list .valuation_service_image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.slider_content_list {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.slider-card-valuation-list {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
}

.slider_content_list {
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding-bottom: 30px;
}

.slider_content_list h5 a {
  font-size: 24px;
  color: #333333;
  font-weight: 400;
  font-family: "Sora", sans-serif;
  text-align: center;
  margin-bottom: 0px;
  display: block;
}

.slider_content_list p {
  display: block;
  max-width: 380px;
  min-height: 90px;
  font-size: 16px;
  line-height: 30px;
  color: #333333;
  font-weight: 300;
  font-family: "Sora", sans-serif;
  text-align: center;
  margin: 0 auto;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
}

.valuation_service_link_list {
  text-align: center;
}

.valuation_service_link_list a {
  display: inline-block;
  text-decoration: none;
  font-weight: 400;
  color: #0383c4;
  line-height: 20px;
  border-bottom: 3px solid #ed7d31;
  transition: all 0.3s linear;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
}

.valuation_service_link_list a:hover {
  color: #ed7d31;
}

@media (max-width: 767px) {
  .slider-card-valuation-list .valuation_service_image {
    max-width: 100%;
    height: 310px;
  }
}

/* services list css end */

/* services grid css start */
@media (min-width: 1400px) {

  .container,
  .container-lg,
  .container-md,
  .container-sm,
  .container-xl,
  .container-xxl {
    max-width: 1300px;
  }
}

.valuation_services_grid .slider-card-valuation-grid .valuation_service_image {
  max-width: 410px;
  height: 270px;
}

.valuation_services_grid .slider-card-valuation-grid .valuation_service_image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.valuation_services_grid .slider_content_grid {
  padding: 30px 0px;
  background-color: #ffffff;
}

.valuation_services_grid .slider_content_grid h5 a {
  display: block;
  font-size: 24px;
  color: #333333;
  font-weight: 400;
  font-family: "Sora", sans-serif;
  text-align: center;
  margin-bottom: 15px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
}

.valuation_services_grid .valuation_service_link_list {
  text-align: center;
}

.valuation_services_grid .valuation_service_link_list a {
  display: inline-block;
  text-decoration: none;
  font-weight: 400;
  color: #0383c4;
  line-height: 20px;
  border-bottom: 3px solid #ed7d31;
  transition: all 0.3s linear;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
}

.valuation_services_grid .valuation_service_link_list a:hover {
  color: #ed7d31;
}

@media (max-width: 1199px) {
  .valuation_services_grid .slider-card-valuation-grid .valuation_service_image {
    height: 200px;
  }
}

@media (max-width: 991px) {
  .valuation_services_grid .slider_content_grid {
    padding: 25px 0px;
  }
}

@media (max-width: 767px) {
  .valuation_services_grid .slider-card-valuation-grid .valuation_service_image {
    max-width: 100%;
    height: 310px;
  }
}

/* services list css end */

.details_page_list_part {
  margin: 0 0 3% 0;
  padding: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.details_page_list_part li {
  margin: 0;
  padding: 0 0 0 2rem;
  background: url(../img/arrow.png) left 0px no-repeat;
  color: var(--secondary-color);
  text-align: left;
  font-family: Sora;
  font-size: 16px;
  font-weight: 300;
  line-height: 30px;
  width: 48%;
}

@media (max-width: 767px) {
  .details_page_list_part li {
    width: 100%;
  }
}

/* accordian area css start */
.exploring_coverage_areas .heading {
  color: #333333;
  font-size: 40px;
  font-weight: 400;
  line-height: 52px;
  margin-bottom: 30px;
}

.accordion_area {
  max-width: 100%;
  margin: 0 auto;
}

.accordion_area .accordion-item {
  border: 1px solid #ddd;
  margin-bottom: 10px;
  border-radius: 10px;
  overflow: hidden;
  transition: all0.5s linear;
  -webkit-transition: all0.5s linear;
  -moz-transition: all0.5s linear;
  -ms-transition: all0.5s linear;
  -o-transition: all0.5s linear;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
}

.accordion_area .accordion-item .accordion-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 15px 35px;
  cursor: pointer;
  background-color: #f8f9fa;
  font-size: 18px;
}

.accordion_area .accordion-item .accordion-header:hover {
  background-color: #e9ecef;
}

.accordion_area .accordion-item .accordion-header .accordion-title {
  display: flex;
  align-items: center;
  gap: 10px;
}

.accordion_area .accordion-item .accordion-header .accordion-icon {
  font-size: 24px;
  transition: transform 0.3s;
}

.accordion_area .accordion-item .accordion-content {
  padding: 15px;
  display: none;
  background-color: #ffffff;
  font-size: 16px;
}

.accordion_area .accordion-item .accordion-content span {
  display: flex;
  align-items: center;
  gap: 5px;
}

.accordion_area .accordion-item.active_stage {
  border: none;
}

.accordion_area .accordion-item.active_stage .accordion-header {
  color: #ffffff;
  background-color: #0383c4;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
}

.accordion_area .accordion-item .accordion-header .accordion-title svg {
  width: 70px;
}

.accordion_area .accordion-item.active_stage .accordion-header .accordion-title svg path {
  fill: #ffffff !important;
}

.accordion_area .accordion-item.active_stage .accordion-content {
  display: block;
}

.accordion_area .accordion-item.active_stage .accordion-icon {
  content: "-";
}

.accordion_area .accordion-item .accordion-content .locations {
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
  margin: 0 auto;
  padding: 0px 50px;
}

.area_with_location {
  display: flex;
  gap: 10px;
  align-items: center;
  width: 220px;
}

.area_with_location span {
  font-size: 16px;
  font-weight: 300;
  line-height: 30px;
  color: #333333;
}

@media (max-width: 991px) {
  .exploring_coverage_areas .heading {
    font-size: 35px;
    line-height: 40px;
  }
}

@media (max-width: 767px) {
  .exploring_coverage_areas .heading {
    font-size: 30px;
    line-height: 35px;
  }
}

/* accordian area css end */

/* Target the menu item with the custom class 'remove-indicator' */
li.remove-indicator .mega-menu-link .mega-indicator {
  display: none !important;
}

.tab_list li a:hover {
  background-color: #ed7d31 !important;
}

.tab_list li.active a {
  background-color: #ed7d31 !important;
}

.accordion_content_part table,
.accordion_content_part td {
  border: none !important;
}

.secondary_text_valution {
  color: #ed7d31 !important;
}

.slider_content a:hover {
  color: #ed7d31 !important;
}

/* Testimonial Page css start */
.testimonial-card {
  border: none;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  transition: transform 0.3s ease;
}

.testimonial-card:hover {
  transform: translateY(-5px);
}

.testimonial-img {
  width: 100px;
  height: 100px !important;
  border-radius: 50% !important;
  object-fit: cover;
  border: 3px solid #ed7d31 !important;
  padding: 2px;
}

.quote-icon {
  font-size: 1.5rem;
  color: #ed7d31;
}

.star-rating {
  color: #ed7d31;
}

.testimonial_image {
  max-width: 120px;
}

.testimonials__button-row {
  /*             gap: var(--space-lg); */
  gap: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.testimonials__button-row h4 {
  font-size: 20px;
  font-weight: 600;
  line-height: 29.05px;
  color: #0381c3;
  margin-bottom: 0px;
}

@keyframes spin {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

.spinning {
  animation: spin 1s linear infinite;
}

.testimonials__button-row {
  cursor: pointer;
}

.testimonials__image-2 {
  transition: transform 0.3s ease;
}

/* Testimonial Page css end */

.read-more {
  color: #0381c3 !important;
  text-align: right;
  float: right;
}

.read-more:hover {
  color: #ed7d31 !important;
}

.news_content_main a {
  color: #212529;
}

.news_content_main a:hover {
  color: #ed7d31;
}

/* Privacy policy page start */
/* Privacy Policy Page Wrapper */
.privacy-policy-page {
  max-width: 1320px;
  margin: 0 auto;
  padding: 10px 12px;
  /* font-family: inherit; */
}

/* style_cust_review.css */

/*.owl-prev {
    width: 15px;    height: 100px;    position: absolute;    top: 40%;    margin-left: -20px;    display: block !important;    border:0px solid black;
}*/
/*.owl-next {
    width: 15px;    height: 100px;    position: absolute;    top: 40%;    right: -25px;    display: block !important;    border:0px solid black;
}*/
/*.owl-prev i, .owl-next i {transform : scale(1,6); color: #ccc;}*/
.item {
  text-align: center;
}

.item img {
  width: 30px !important;
  height: auto;
  margin: 25px auto;
}

.item .review_heading {
  font-size: 20px;
  line-height: 24px;
  color: #333333;
  font-weight: 400;
  font-family: "Sora";
  text-align: center;
  margin: 15px 0px;
}

.item .review_text {
  max-width: 300px;
  min-height: 103px;
  font-size: 16px;
  line-height: 30px;
  color: #333333;
  font-weight: 400;
  font-family: "Sora";
  text-align: center;
  margin: 0px auto;
}

.item .review_name {
  font-size: 14px;
  letter-spacing: 0px;
  line-height: 22px;
  text-transform: uppercase;
  color: #0382c4;
  font-weight: 400;
  font-family: "Sora";
  text-align: center;
}

.owl-carousel.reviews .owl-nav {
  display: block;
}

.reviews .owl-nav .owl-prev {
  position: absolute;
  top: calc(50% - 25px);
  left: 0%;
  opacity: 1;
  font-size: 30px !important;
  z-index: 1;
  color: #333333;
  /* background-color: inherit !important;*/
}

.reviews .owl-nav .owl-next {
  position: absolute;
  top: calc(50% - 25px);
  right: 0%;
  opacity: 1;
  font-size: 30px !important;
  z-index: 1;
  /* background-color: inherit !important;*/
}

.reviews .owl-nav button {
  color: #cad0d3 !important;
}

.reviews .owl-nav button:hover {
  background-color: #ffffff !important;
}

.reviews .owl-dots {
  text-align: center;
}

/* .reviews .owl-dots .owl-dot {
    height: 10px;
    width: 10px;
    border-radius: 10px;
    background: #ccc !important;
    margin-left: 3px;
    margin-right: 3px;
    outline: none;
}
.reviews .owl-dots .owl-dot.active {
    background: #333333 !important;
  }
*/

/* style_cust_review.css */

/* style_detail.css */

.image_section {
  border-bottom: 2px solid #0382c4;
}

.member_post_detail {
  border-bottom: 1px solid gray;
}

.member_post_detail h5 {
  margin: 0;
  color: #333333;
  font-weight: 500;
  padding: 15px 0;
}

.progress {
  height: 3px !important;
  background-color: rgba(3, 130, 196, 0.3);
}

.progress-bar {
  background-color: #0382c4;
}

.person_name {
  color: #333333;
}

.person_name span {
  color: #ed7d31;
}

.person_description {
  color: #333333;
}

/* News Detail Page CSS Start  */
.news_detail_section {
  margin: 15px 0px;
}

.news_detail_section .news_detail_part {
  margin: 0 auto;
  /* max-width: 850px; */
}

.news_detail_section .news_detail_part h3 {
  font-size: 40px;
  color: #333333;
  font-weight: 400;
  font-family: "Sora";
}

ul.news_date {
  margin: 0;
  padding: 0;
  list-style: none;
}

ul.news_date li {
  display: inline-block;
  margin: 10px 0px;
  margin-right: 15px;
  position: relative;
  font-size: 14px;
  letter-spacing: 0px;
  line-height: 22px;
  text-transform: uppercase;
  color: #0382c4;
  font-weight: 400;
  font-family: "Sora";
}

ul.news_date li:first-child::after {
  content: "\00B7";
  color: #999999;
  padding-left: 15px;
}

ul.news_date li span {
  color: #ed7d31;
}

.news_detail_content {
  font-size: 16px;
  line-height: 30px;
  color: #333333;
  font-weight: 300;
  font-family: "Sora";
  margin: 20px 0px;
}

.news_detail_content_bg {
  background-color: #e5f2f9;
  border-left: 10px solid #0382c4;
  padding: 40px;
}

.news_detail_content_bg h5 {
  font-size: 20px;
  letter-spacing: 0px;
  line-height: 24px;
  text-transform: uppercase;
  color: #0382c4;
  font-weight: 400;
  font-family: "Sora";
  margin-bottom: 0;
}

.news_detail_content_bg h6 {
  font-size: 16px;
  font-weight: 400;
  font-family: "Sora";
  margin-bottom: 0;
}

.news_detail_main_image {
  /* margin: 50px 0px; */
  max-width: 850px;
  /* height: auto; */
  height: 450px;
}

.news_detail_main_image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 30px;
}

.new_revenue_oppo h4 {
  font-size: 36px;
  color: #333333;
  font-weight: 400;
  font-family: "Sora";
}

.new_revenue_oppo p {
  font-size: 16px;
  line-height: 30px;
  color: #333333;
  font-weight: 300;
  font-family: "Sora";
  margin: 20px 0px;
}

.new_revenue_oppo ul.new_revenue {
  list-style: none;
  padding-left: 0;
  padding-bottom: 50px;
  border-bottom: 2px solid #dddddd;
}

.new_revenue_oppo ul.new_revenue li {
  margin: 0 !important;
  padding: 0 0 7px 30px;
  background: url(../img/our_history_arrow.png) left 10px no-repeat;
  font-size: 16px;
  line-height: 36px;
  color: #333333;
  font-weight: 300;
  font-family: "Sora";
}

ul.detail_page_social_media {
  margin: 0;
  padding: 0;
  list-style: none;
}

ul.detail_page_social_media li {
  display: inline-block;
}

.detail_page_social_media li span {
  display: block;
  padding-right: 15px;
  font-size: 16px;
  text-transform: uppercase;
  color: #0382c4;
  font-weight: 400;
  font-family: "Sora";
}

.detail_page_social_media li a {
  display: block;
  padding: 0px 10px;
}

.detail_page_social_media li a {
  display: block;
  padding: 0px 10px;
  color: #666666;
  -webkit-transition: all 0.5s linear;
  -moz-transition: all 0.5s linear;
  -ms-transition: all 0.5s linear;
  -o-transition: all 0.5s linear;
  transition: all 0.5s linear;
}

.detail_page_social_media li a:hover {
  color: #ed7d31;
}

.detail_page_slider {
  padding: 80px 0px;
  background-color: #edf6fb;
}

.detail_page_slider .detail_page_slider_heading {
  font-size: 40px;
  color: #333333;
  font-weight: 400;
  font-family: "Sora";
  text-align: center;
  margin-bottom: 30px;
}

.latest_news_section_detail .news_image {
  position: relative;
  margin: 20px;
  max-width: 380px;
  height: 280px;
}

.latest_news_section_detail .news_image .detail_slide_img {
  max-width: 100% !important;
  min-height: 100% !important;
  object-fit: cover !important;
}

.latest_news_section_detail .news_image .overlay_img {
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #000000;
  opacity: 0.3;
}

.latest_news_section_detail .side_arrow img {
  width: 75px !important;
  height: 75px !important;
  z-index: 2;
  position: absolute;
  right: 0;
  bottom: 0;
}

.latest_news_section_detail .news_content {
  margin: 20px;
}

.latest_news_section_detail .news_content p {
  max-width: 380px;
  min-height: 79px;
  font-size: 18px;
  line-height: 30px;
  color: #333333;
  font-weight: 400;
  font-family: "Sora", sans-serif;
}

.latest_news_section_detail .news_content ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.latest_news_section_detail .news_content ul li {
  display: inline-block;
  margin: 10px 0px;
  margin-right: 15px;
  position: relative;
  font-size: 14px;
  letter-spacing: 0px;
  line-height: 22px;
  text-transform: uppercase;
  color: #999999;
  font-weight: 400;
  font-family: "Sora", sans-serif;
}

.latest_news_section_detail .news_content ul li:first-child::after {
  content: "\00B7";
  color: #999999;
  padding-left: 15px;
}

.latest_news_section_detail .news_content ul li span {
  color: #ed7d31;
}

.news_content a {
  color: #212529;
}

.news_content a:hover {
  color: #ed7d31;
}

.news_content_main h3:hover {
  color: #ed7d31;
}

.owl-carousel.news_detail_page_slider .owl-dots {
  display: block;
}

.owl-carousel.news_detail_page_slider .owl-dots {
  text-align: center;
}

.owl-carousel.news_detail_page_slider .owl-dots .owl-dot {
  height: 10px;
  width: 10px;
  border-radius: 10px;
  background: #ccc !important;
  margin-left: 3px;
  margin-right: 3px;
  outline: none;
}

.owl-carousel.news_detail_page_slider .owl-dots .owl-dot.active {
  background: #333333 !important;
}

/*news detail header */
.news_details_header .header_content {
  overflow-x: hidden;
}

.news_details_header .news_details_name {
  background-color: #fceee5;
  padding: 100px 0px;
}

.news_details_header .news_details_name h2 {
  font-size: 32px;
  color: #333333;
  font-weight: 400;
  font-family: "Sora";
}

.news_details_header .news_details_date ul {
  margin: 0;
  padding: 0;
  list-style: none;
  margin: 25px 0px;
}

.news_details_header .news_details_date ul li {
  display: inline-block;
  margin: 10px 0px;
  margin-right: 15px;
  position: relative;
  font-size: 14px;
  letter-spacing: 0px;
  line-height: 22px;
  text-transform: uppercase;
  color: #999999;
  font-weight: 400;
  font-family: "Sora", sans-serif;
}

.news_details_header .news_details_date ul li:first-child::after {
  content: "\00B7";
  color: #999999;
  padding-left: 15px;
}

.news_details_header .news_details_date ul li span {
  color: #ed7d31;
}

.news_details_header .news_details_name p {
  max-width: 630px;
  font-size: 14px;
  line-height: 30px;
  color: #333333;
  font-weight: 300;
  font-family: "Sora";
}

.news_details_header .news_details_img {
  background-color: rgba(0, 0, 0, 0.2) !important;
  position: relative;
  overflow: hidden;
}

.news_details_front_img {
  max-width: 1300px;
  height: 850px;
}

.news_details_header .news_details_img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.news_details_header .news_details_img::before {
  content: "";
  position: absolute;
  left: -14%;
  width: 30%;
  height: 112%;
  background-color: #fceee5 !important;
  top: 0;
  -webkit-transform: rotate(-14deg);
  -moz-transform: rotate(-14deg);
  transform: rotate(-14deg);
  z-index: 2;
}

.breadcrumbs_post_details {
  padding: 20px 0px;
}

.breadcrumbs_post_details a {
  color: #000000;
  font-size: 16px;
  text-decoration: none;
}

.breadcrumbs_post_details a.landing_page:hover {
  color: #ed7d31;
}

.breadcrumbs_post_details a:hover {
  text-decoration: none;
}

.breadcrumbs_post_details span.active {
  color: #ed7d31 !important;
  font-size: 16px;
}

.breadcrumbs_post_details span.divider {
  padding-right: 10px;
  padding-left: 10px;
  font-size: 16px;
  color: #000000;
}

.breadcrumbs_post_details a:focus {
  text-decoration: none !important;
}

/* News Detail Page CSS End  */
.news_details_sort_header .header_bg {
  background-image: url(https://www.principlerec.com/wp-content/uploads/2023/04/careers_banner.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  width: 100%;
  /* min-height: 135px; */
  display: flex;
  align-items: center;
  padding: 10px 0px;
}

.news_details_sort_header .details_header_sort h2 {
  font-size: 45px;
  color: #ffffff;
  font-weight: 400;
  font-family: "Sora";
  margin-bottom: 0;
}

.breadcrumbs_post_details {
  padding: 20px 0px;
}

.breadcrumbs_post_details a {
  color: #000000;
  font-size: 16px;
  text-decoration: none;
}

.breadcrumbs_post_details a.landing_page:hover {
  color: #ed7d31;
}

.breadcrumbs_post_details a:hover {
  text-decoration: none;
}

.breadcrumbs_post_details span.active {
  color: #ed7d31 !important;
  font-size: 16px;
}

.breadcrumbs_post_details span.divider {
  padding-right: 10px;
  padding-left: 10px;
  font-size: 16px;
  color: #000000;
}

.breadcrumbs_post_details a:focus {
  text-decoration: none !important;
}

/*Job Detail Page css Start*/
.job_detatl_section {
  background-color: #edf6fb;
  padding: 80px 0px;
}

.full_time_billing {
  border-right: 2px solid #d3d3d3;
}

.full_time_billing h2 {
  font-size: 40px;
  color: #333333;
  font-weight: 400;
  font-family: "Sora", sans-serif;
}

.full_time_billing .post_condition {
  font-size: 18px;
  font-weight: 400;
  font-family: "Sora", sans-serif;
  padding: 10px 0px;
}

.full_time_billing .post_condition .wfh {
  color: #ed7d31;
}

.full_time_billing .post_condition .ft {
  color: #0382c4;
}

.full_time_billing .post_condition .pos {
  color: #333333;
}

.full_time_billing .post_condition .separator_line {
  display: inline-block;
  padding: 0px 10px;
}

.full_time_billing .content_para {
  font-size: 16px;
  color: #333333;
  font-weight: 300;
  font-family: "Sora", sans-serif;
  max-width: 521px;
  padding-bottom: 20px;
}

.full_time_billing .apply_now_btn {
  font-size: 16px;
  text-transform: uppercase;
  color: #ffffff;
  font-weight: 400;
  font-family: "Sora";
  text-align: center;
  background-color: #ed7d31;
  padding: 15px 70px;
}

.full_time_billing .apply_now_btn:hover {
  color: #ffffff;
}

.full_time_billing .apply_now_btn:focus {
  box-shadow: none;
}

.requirement .sub_heading {
  font-size: 16px;
  color: #333333;
  font-weight: 300;
  font-family: "Sora", sans-serif;
}

.requirement .main_heading {
  font-size: 20px;
  color: #333333;
  font-weight: 500;
  font-family: "Sora", sans-serif;
}

.requirement .top_space {
  margin-top: 40px;
}

.term_conditions {
  padding: 100px 0px;
}

.term_conditions .responsibilities {
  font-size: 30px;
  color: #333333;
  font-weight: 400;
  font-family: "Sora", sans-serif;
  margin-bottom: 30px;
}

.term_conditions .responsibilities_rules {
  padding: 0;
  margin: 0;
  list-style: none;
}

.term_conditions .responsibilities_rules li {
  margin: 0 !important;
  padding: 0 0 12px 30px;
  background: url(../img/our_history_arrow.png) left 5px no-repeat;
}

.term_conditions .knowledge {
  font-size: 30px;
  color: #333333;
  font-weight: 400;
  font-family: "Sora", sans-serif;
  margin-bottom: 30px;
}

.term_conditions .knowledge_rules {
  padding: 0;
  margin: 0;
  list-style: none;
}

.term_conditions .knowledge_rules li {
  margin: 0 !important;
  padding: 0 0 12px 30px;
  background: url(../img/our_history_arrow.png) left 5px no-repeat;
}

.term_conditions .skills_section .skill_heading {
  font-size: 30px;
  color: #333333;
  font-weight: 400;
  font-family: "Sora";
}

.term_conditions .skills_section .skills_btn {
  border-radius: 10px !important;
  background-color: #edf6fb !important;
  padding: 20px 15px !important;
  margin: 10px 0px !important;
  margin-right: 20px !important;
  color: #212529 !important;
}

.term_conditions .skills_section .skills_btn:focus {
  box-shadow: none;
}

.full_time_billing p strong {
  font-size: 30px;
  color: #333333 !important;
  font-weight: 400;
  font-family: "Sora", sans-serif;
  margin-bottom: 30px;
}

.full_time_billing ul {
  padding: 0;
  margin: 0;
  list-style: none;
}

.full_time_billing ul li {
  margin: 0 !important;
  padding: 0 0 12px 30px;
  background: url(../img/our_history_arrow.png) left 5px no-repeat;
  font-size: 16px;
  color: #333333;
  font-weight: 300;
  font-family: "Sora", sans-serif;
}

/*Job Detail Page css End*/

/* style_detail.css */

/*style_property_type_list*/

/* .slider-card-valuation-list .property_type_main_image{
  max-width: 410px;
  height: 510px;
}
.slider-card-valuation-list .property_type_main_image img{
  width: 100%;
  height: 100%;
  object-fit: cover;
} */

.property_list_card {
  position: relative;
  max-width: 410px;
  height: 510px;
  color: #fff;
  overflow: hidden;
}

.property_list_card::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  top: 100%;
  z-index: 2;
  transition: all 0.4s linear;
  -webkit-transition: all 0.4s linear;
  -moz-transition: all 0.4s linear;
  -ms-transition: all 0.4s linear;
  -o-transition: all 0.4s linear;
}

.property_list_card:hover::before {
  background-color: #0383c4cc;
  top: 0%;
}

.property_type_main_image {
  max-width: 410px;
  height: 510px;
  position: relative;
}

.property_type_main_image img {
  width: 100%;
  height: 100% !important;
  object-fit: cover;
  transition: all 0.3s linear;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
}

.property_type_main_image .bg_overlay {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(180deg,
      rgba(0, 0, 0, 0) 32.84%,
      rgba(0, 0, 0, 0.4) 100%);
  transition: all 0.3s linear;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  z-index: 1;
}

.property_list_caption {
  position: absolute;
  top: 10%;
  bottom: 0;
  left: 0;
  text-align: center;
  width: 100%;
  z-index: 3;
  height: 100%;
  padding: 15px;
  -webkit-transform: translateY(55%);
  transform: translateY(55%);
  -moz-transform: translateY(55%);
  -ms-transform: translateY(55%);
  -o-transform: translateY(55%);
  transition: all 0.4s linear;
  -webkit-transition: all 0.4s linear;
  -moz-transition: all 0.4s linear;
}

.newsCaption-title {
  margin-top: 0px;
}

.property_list_name {
  color: #ffffff;
  text-decoration: none;
  margin: 20px 0px;
  display: block;
  font-size: 24px;
  font-weight: 400;
  line-height: 31.2px;
}

.property_card_hover:hover .property_list_caption {
  -webkit-transform: translateY(0px);
  transform: translateY(0px);
  padding: 100px 15px;
}

.property_list_card:hover .icon_property_type {
  margin-top: 0px;
}

.description_part_icon p {
  color: #ffffff;
  font-size: 16px;
  font-weight: 300;
  line-height: 30px;
  padding: 0px 25px;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

@media (max-width: 767px) {
  .property_list_card {
    max-width: 100%;
  }

  .property_type_main_image {
    max-width: 100%;
  }

  .property_list_card {
    height: 450px;
  }

  .property_type_main_image {
    height: 450px;
  }

  .property_list_name {
    margin: 10px 0px;
  }
}

@media (max-width: 575px) {
  .description_part_icon p {
    padding: 0px 15px;
  }
}

.valuation_property_link_list {
  text-align: center;
}

.valuation_property_link_list a {
  display: inline-block;
  background-color: #ed7d31;
  padding: 10px 30px;
  border-radius: 10px;
  text-transform: uppercase;
  text-align: center;
  color: #ffffff;
  font-size: 16px;
  font-weight: 400;
  text-decoration: none;
  -webkit-border-radius: 10px;
}

.valuation_property_link_list a:hover {
  color: #ffffff;
}

/*style_property_type_list*/

/*style_property_type_single*/
@import url("https://fonts.googleapis.com/css2?family=Sora:wght@400;500;600;700;800&display=swap");

.news_details_sort_header .header_bg {
  /* background-image: url(../img/banner_image.png); */
  background-image: url(https://val.principlerec.com/wp-content/uploads/sites/2/2024/08/careers_banner.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  width: 100%;
  /* min-height: 50px; */
  display: flex;
  align-items: center;
  padding: 10px 0px;
}

.news_details_sort_header .details_header_sort h2 {
  font-size: 30px;
  color: #ffffff;
  font-weight: 500;
  font-family: "Sora";
  margin-bottom: 0;
}

.breadcrumbs_post_details {
  padding: 20px 0px;
}

.breadcrumbs_post_details a {
  color: #000000;
  font-size: 16px;
  text-decoration: none;
}

.breadcrumbs_post_details a.landing_page:hover {
  color: #ed7d31;
}

.breadcrumbs_post_details a:hover {
  text-decoration: none;
}

.breadcrumbs_post_details span.active {
  color: #ed7d31 !important;
  font-size: 16px;
}

.breadcrumbs_post_details span.divider {
  padding-right: 10px;
  padding-left: 10px;
  font-size: 16px;
  color: #000000;
}

.breadcrumbs_post_details a:focus {
  text-decoration: none !important;
}

.about_services_bredcrum_bg {
  background-color: #0383c412;
}

.bredcrum_bg_orange {
  background-color: #FFFFFF;
  background-image: url(https://principlerec.com/wp-content/uploads/2026/05/banner_image.png);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}

.bredcrum_bg_blue {
  background-color: #FFFFFF;
  background-image: url(https://val.principlerec.com/wp-content/uploads/sites/2/2026/05/careers_banner.png);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}

.property_type_details {
  background-color: #0383c412;
  padding: 70px 0px;
}

.property_type_details .about_services_content h2 {
  max-width: 395px;
  color: #333333;
  font-weight: 400;
  line-height: 52px;
  font-size: 40px;
  margin-bottom: 30px;
}

.property_type_details .about_services_content p {
  max-width: 520px;
  color: #333333;
  font-weight: 300;
  line-height: 30px;
  font-size: 16px;
  margin-bottom: 30px;
}

.property_type_details .about_services_content a {
  display: inline-block;
  background-color: #ed7d31;
  padding: 15px 40px;
  border-radius: 10px;
  /* text-transform: uppercase; */
  text-align: center;
  color: #ffffff;
  font-size: 16px;
  font-weight: 400;
  text-decoration: none;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
}

.property_type_details .about_services_image_part {
  position: relative;
  height: 100%;
  width: 100%;
}

.property_type_details .shape_circle_first {
  position: absolute;
  top: 50px;
  left: -40px;
  width: 150px;
  height: 150px;
  border-radius: 50%;
  background-color: rgba(237, 125, 49, 0.5);
  z-index: 1;
}

.property_type_details .image_portion {
  position: relative;
  height: 500px;
  max-width: 630px;
  z-index: 2;
  overflow: hidden;
  border-radius: 40px;
  margin: 0 auto;
}

.property_type_details .image_portion::before {
  position: absolute;
  width: 100%;
  height: 100%;
  content: "";
  background: linear-gradient(180deg,
      rgba(0, 0, 0, 0) 32.84%,
      rgba(0, 0, 0, 0.4) 100%);
  z-index: 3;
}

.property_type_details .image_portion .details_icon_image {
  position: absolute;
  width: 150px;
  height: 150px;
  z-index: 4;
  margin: 0 auto;
  top: 65%;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
}

.property_type_details .image_portion img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.property_type_details .shape_circle_second {
  position: absolute;
  bottom: 50px;
  right: -40px;
  width: 150px;
  height: 150px;
  border-radius: 50%;
  background-color: rgba(3, 131, 196, 0.5);
  z-index: 1;
}

.office_experience_section {
  margin: 70px 0px;
}

.office_experience_section .office_row_border {
  padding: 30px 0px;
  border-bottom: 1px solid rgba(51, 51, 51, 0.2);
}

.office_experience_section .selected_heading {
  font-size: 40px;
  font-weight: 400;
  line-height: 52px;
  color: #333333;
}

.office_experience_section .square_feet_box {
  max-width: 190px;
  height: 150px;
  background-color: rgba(3, 131, 196, 0.1);
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  margin: 0 auto;
}

.office_experience_section .square_feet_box .number {
  color: #0383c4;
  font-size: 40px;
  font-weight: 500;
  line-height: 52px;
  text-transform: uppercase;
}

.office_experience_section .square_feet_box .text {
  color: #333333;
  font-size: 16px;
  font-weight: 300;
  line-height: 30px;
}

.office_experience_section .office_address_box {
  position: relative;
}

.office_experience_section .office_address_box::after {
  position: absolute;
  content: "";
  width: 1px;
  height: 80%;
  background-color: rgba(51, 51, 51, 0.3);
  top: 50%;
  right: 0%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
}

.office_experience_section .office_address_box .office_name {
  color: #333333;
  font-size: 24px;
  font-weight: 400;
  line-height: 31.2px;
  margin-bottom: 30px;
  position: relative;
}

.office_experience_section .office_address_box .office_name::after {
  position: absolute;
  content: "";
  width: 50px;
  height: 3px;
  background-color: #ed7d31;
  bottom: -8px;
  left: 0%;
}

.office_experience_section .office_address_box .office_details {
  color: #333333;
  font-size: 16px;
  font-weight: 300;
  line-height: 30px;
}

.office_experience_section .location_address p {
  margin-bottom: 0px;
  color: #333333;
  font-size: 16px;
  font-weight: 300;
  line-height: 20px;
}

@media (max-width: 1399px) {
  .property_type_details .image_portion {
    height: 450px;
    max-width: 550px;
  }

  .property_type_details .shape_circle_first {
    left: 0px;
  }

  .property_type_details .shape_circle_second {
    right: 0px;
  }
}

@media (max-width: 1199px) {
  .property_type_details .image_portion {
    height: 400px;
    max-width: 500px;
  }
}

@media all and (max-width: 991px) {
  .property_type_details .details_header_sort h2 {
    font-size: 30px;
  }

  .property_type_details {
    padding: 50px 0px;
  }

  .property_type_details .about_services_content h2 {
    max-width: 100%;
    font-size: 35px;
    line-height: 40px;
    text-align: center;
    margin-bottom: 20px;
  }

  .property_type_details .about_services_content p {
    max-width: 100%;
    text-align: center;
  }

  .property_type_details .about_services_content a {
    margin: 0px auto;
  }

  .property_type_details .shape_circle_first {
    display: none;
  }

  .property_type_details .shape_circle_second {
    display: none;
  }

  .office_experience_section {
    margin: 50px 0px;
  }

  .office_experience_section .selected_heading {
    font-size: 35px;
    line-height: 40px;
    text-align: center;
  }

  .office_experience_section .square_feet_box .number {
    font-size: 30px;
    line-height: 35px;
  }
}

@media all and (max-width: 767px) {
  .news_details_sort_header .header_bg {
    background-image: url(../img/banner_image_old.png);
  }

  .property_type_details {
    padding: 30px 0px 50px;
  }

  .property_type_details .about_services_content h2 {
    max-width: 100%;
    font-size: 30px;
    line-height: 35px;
    text-align: center;
  }

  .property_type_details .image_portion {
    height: 450px;
  }

  .office_experience_section {
    margin: 50px 0px;
  }

  .office_experience_section .selected_heading {
    font-size: 30px;
    line-height: 35px;
    text-align: center;
  }

  .office_experience_section .office_address_box::after {
    display: none;
  }
}

@media all and (max-width: 575px) {
  .property_type_details .image_portion {
    height: auto;
  }

  .office_experience_section .office_address_box .office_name {
    font-size: 22px;
    font-weight: 400;
    line-height: 25px;
  }
}

/*style_property_type_single*/

/* /var/www/html/front_principle_real_estate/wp-content/plugins/teams/css/style_service_detail.css */

.news_details_sort_header .header_bg {
  background-image: url(https://www.principlerec.com/wp-content/uploads/2023/04/careers_banner.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  width: 100%;
  /* min-height: 50px; */
  display: flex;
  align-items: center;
  padding: 10px 0px;
}

.news_details_sort_header .details_header_sort h2 {
  font-size: 30px;
  color: #ffffff;
  font-weight: 500;
  font-family: "Sora";
  margin-bottom: 0;
}

.breadcrumbs_post_details {
  padding: 20px 0px;
}

.breadcrumbs_post_details a {
  color: #000000;
  font-size: 16px;
  text-decoration: none;
}

.breadcrumbs_post_details a.landing_page:hover {
  color: #ed7d31;
}

.breadcrumbs_post_details a:hover {
  text-decoration: none;
}

.breadcrumbs_post_details span.active {
  color: #ed7d31 !important;
  font-size: 16px;
}

.breadcrumbs_post_details span.divider {
  padding-right: 10px;
  padding-left: 10px;
  font-size: 16px;
  color: #000000;
}

.breadcrumbs_post_details a:focus {
  text-decoration: none !important;
}

.about_services_bredcrum_bg {
  background-color: #0383c412;
}

.intro_about_services {
  background-color: #0383c412;
  padding: 70px 0px;
}

.intro_about_services .about_services_content h2 {
  max-width: 395px;
  color: #333333;
  font-weight: 400;
  line-height: 52px;
  font-size: 40px;
  margin-bottom: 30px;
}

.intro_about_services .about_services_content p {
  max-width: 520px;
  color: #333333;
  font-weight: 300;
  line-height: 30px;
  font-size: 16px;
  margin-bottom: 30px;
}

.intro_about_services .about_services_content a {
  display: inline-block;
  background-color: #ed7d31;
  padding: 15px 40px;
  border-radius: 10px;
  /* text-transform: uppercase; */
  text-align: center;
  color: #ffffff;
  font-size: 16px;
  font-weight: 400;
  text-decoration: none;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
}

.intro_about_services .about_services_image_part {
  position: relative;
  height: 100%;
  width: 100%;
}

.intro_about_services .shape_circle_first {
  position: absolute;
  top: 50px;
  left: -40px;
  width: 150px;
  height: 150px;
  border-radius: 50%;
  background-color: rgba(237, 125, 49, 0.5);
  z-index: 1;
}

.intro_about_services .image_portion {
  position: relative;
  height: 530px;
  max-width: 630px;
  z-index: 2;
}

.intro_about_services .image_portion img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.intro_about_services .shape_circle_second {
  position: absolute;
  bottom: 50px;
  right: -40px;
  width: 150px;
  height: 150px;
  border-radius: 50%;
  background-color: rgba(3, 131, 196, 0.5);
  z-index: 1;
}

.financial_reporting_text {
  padding: 70px 0px;
}

.financial_reporting_text .resporting_text {
  max-width: 850px;
  margin: 0px auto;
  text-align: center;
}

.financial_reporting_text .small_heading_text {
  color: #0383c4;
  font-size: 18px;
  font-weight: 400;
  line-height: 22px;
}

.financial_reporting_text .large_heading_text {
  color: #333333;
  font-size: 40px;
  font-weight: 400;
  line-height: 52px;
  margin-bottom: 30px;
}

.financial_reporting_text .para_heading_text {
  color: #333333;
  font-size: 16px;
  font-weight: 300;
  line-height: 30px;
  margin-bottom: 0px;
}

.example_of_valuation {
  background-color: #33333312;
  padding: 70px 0px 10px;
}

.example_of_valuation .heading {
  color: #333333;
  font-size: 40px;
  font-weight: 400;
  line-height: 52px;
}

.example_of_valuation .contant_part h4 {
  color: #333333;
  font-size: 24px;
  font-weight: 400;
  line-height: 30px;
  text-transform: capitalize;
}

.example_of_valuation .contant_part p {
  color: #333333;
  font-size: 16px;
  font-weight: 300;
  line-height: 30px;
  text-transform: capitalize;
}

.case_study_services_details {
  margin: 70px 0px;
}

.case_study_image_part {
  position: relative;
}

.case_study_services_details .case_study_image_part .shape__1 {
  position: absolute;
  top: 100px;
  left: -20px;
  width: 130px;
  height: 130px;
  border-radius: 50%;
  background-color: rgba(237, 125, 49, 0.5);
  z-index: 1;
}

.case_study_services_details .case_study_image_part .shape__2 {
  position: absolute;
  bottom: 100px;
  right: -20px;
  width: 130px;
  height: 130px;
  border-radius: 50%;
  background-color: rgba(3, 131, 196, 0.5);
  z-index: 1;
}

.case_study_image_part .img_part {
  max-width: 560px;
  height: 560px;
  position: relative;
  margin: 0px auto;
  z-index: 2;
  border-radius: 150px;
  -webkit-border-radius: 150px;
  -moz-border-radius: 150px;
  -ms-border-radius: 150px;
  -o-border-radius: 150px;
}

.case_study_image_part .img_part img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 150px;
  -webkit-border-radius: 150px;
  -moz-border-radius: 150px;
  -ms-border-radius: 150px;
  -o-border-radius: 150px;
}

.case_study_services_details .content_area {
  max-width: 520px;
  margin: 0px auto;
}

.case_study_services_details .content_area .sub_heading {
  color: #0383c4;
  font-size: 18px;
  line-height: 22px;
  font-weight: 400;
}

.case_study_services_details .content_area .large_heading {
  color: #333333;
  font-size: 40px;
  line-height: 52px;
  font-weight: 400;
  margin-bottom: 30px;
}

.case_study_services_details .content_area .para_content {
  color: #333333;
  font-size: 16px;
  line-height: 30px;
  font-weight: 300;
  margin-bottom: 0px;
}

.services_feature_list {
  margin-bottom: 30px;
}

.services_feature_list h3 {
  font-size: 24px;
  font-weight: 400;
  line-height: 31.2px;
  color: #333333;
  margin-bottom: 30px;
  position: relative;
}

.services_feature_list h3::after {
  position: absolute;
  content: "";
  background-color: #ed7d31;
  width: 50px;
  left: 0;
  bottom: -5px;
  height: 3px;
}

.services_feature_list p {
  font-size: 16px;
  font-weight: 300;
  line-height: 30px;
  color: #333333;
}

.maximize_your_valuation_section {
  padding-bottom: 90px;
}

.maximize_your_valuation_section .image_portion_maximize {
  position: relative;
}

.maximize_your_valuation_section .image_portion_maximize .content_poretion_maximize {
  height: 470px;
  width: 470px;
  background: url(https://www.principlerec.com/wp-content/plugins/teams/img/service_images/text_bg.jpg);
  position: absolute;
  z-index: 2;
  top: 15%;
  right: -20%;
  padding: 75px 45px;
  text-align: center;
}

.maximize_your_valuation_section .image_portion_maximize .content_poretion_maximize h4 {
  font-size: 40px;
  font-weight: 400;
  line-height: 52px;
  color: #ffffff;
  margin-bottom: 30px;
}

.maximize_your_valuation_section .image_portion_maximize .content_poretion_maximize p {
  font-size: 16px;
  font-weight: 300;
  line-height: 30px;
  color: #ffffff;
  margin-bottom: 30px;
}

.maximize_your_valuation_section .image_portion_maximize .content_poretion_maximize a {
  display: inline-block;
  padding: 15px 40px;
  color: #ffffff;
  background-color: #ed7d31;
  font-size: 16px;
  font-weight: 400;
  line-height: 20.16px;
  text-align: center;
  text-decoration: none;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
}

.maximize_your_valuation_section .banner_image {
  max-width: 1070px;
  height: 670px;
}

.maximize_your_valuation_section .banner_image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.valuation_for_successful {
  background-color: #0383c412;
  padding: 70px 0px 50px;
}

.valuation_for_successful .content_area_valuation_for_successful {
  max-width: 850px;
  margin: 0px auto;
  text-align: center;
}

.valuation_for_successful .content_area_valuation_for_successful h2 {
  color: #333333;
  font-size: 40px;
  font-weight: 400;
  line-height: 52px;
  margin-bottom: 20px;
}

.valuation_for_successful .content_area_valuation_for_successful p {
  color: #333333;
  font-size: 16px;
  font-weight: 300;
  line-height: 30px;
  margin-bottom: 30px;
}

@media all and (max-width: 1199px) {
  .case_study_services_details .content_area {
    max-width: 450px;
  }
}

@media all and (max-width: 991px) {
  .news_details_sort_header .details_header_sort h2 {
    font-size: 30px;
  }

  .intro_about_services {
    padding: 50px 0px;
  }

  .intro_about_services .about_services_content h2 {
    max-width: 100%;
    font-size: 35px;
    line-height: 40px;
    text-align: center;
    margin-bottom: 20px;
  }

  .intro_about_services .about_services_content p {
    max-width: 100%;
    text-align: center;
  }

  .intro_about_services .about_services_content a {
    margin: 0px auto;
  }

  .intro_about_services .shape_circle_first {
    display: none;
  }

  .intro_about_services .shape_circle_second {
    display: none;
  }

  .financial_reporting_text {
    padding: 50px 0px;
  }

  .financial_reporting_text .large_heading_text {
    font-size: 35px;
    font-weight: 400;
    line-height: 40px;
    margin-bottom: 20px;
  }

  .example_of_valuation {
    padding: 50px 0px 0px;
  }

  .example_of_valuation .heading {
    font-size: 35px;
    line-height: 40px;
    margin-bottom: 30px;
  }

  .case_study_image_part .img_part {
    border-radius: 100px;
    -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
    -ms-border-radius: 100px;
    -o-border-radius: 100px;
  }

  .case_study_image_part .img_part img {
    border-radius: 100px;
    -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
    -ms-border-radius: 100px;
    -o-border-radius: 100px;
  }

  .case_study_services_details .case_study_image_part .shape__1 {
    display: none;
  }

  .case_study_services_details .case_study_image_part .shape__2 {
    display: none;
  }

  .case_study_services_details .content_area {
    max-width: 100%;
  }

  .case_study_services_details .content_area .large_heading {
    font-size: 35px;
    line-height: 40px;
    margin-bottom: 20px;
  }

  .maximize_your_valuation_section .image_portion_maximize .content_poretion_maximize h4 {
    font-size: 35px;
    line-height: 40px;
  }

  .maximize_your_valuation_section {
    padding-bottom: 50px;
  }

  .valuation_for_successful {
    padding: 50px 0px 30px;
  }

  .valuation_for_successful .content_area_valuation_for_successful h2 {
    font-size: 35px;
    line-height: 40px;
  }
}

@media all and (max-width: 768px) {
  .intro_about_services {
    padding: 30px 0px 50px;
  }

  .intro_about_services .about_services_content h2 {
    max-width: 100%;
    font-size: 30px;
    line-height: 35px;
    text-align: center;
  }

  .intro_about_services .image_portion {
    height: 450px;
  }

  .financial_reporting_text {
    padding: 40px 0px;
  }

  .financial_reporting_text .large_heading_text {
    font-size: 30px;
    font-weight: 400;
    line-height: 35px;
  }

  .example_of_valuation .heading {
    font-size: 30px;
    font-weight: 400;
    line-height: 35px;
  }

  .case_study_image_part .img_part {
    height: 500px;
  }

  .case_study_services_details .content_area .large_heading {
    font-size: 30px;
    line-height: 35px;
  }

  .services_feature_list {
    margin-bottom: 10px;
  }

  .maximize_your_valuation_section .image_portion_maximize .content_poretion_maximize {
    position: unset;
    width: 100%;
    height: auto;
    padding: 50px 20px;
  }

  .maximize_your_valuation_section .banner_image {
    height: 400px;
  }

  .maximize_your_valuation_section .image_portion_maximize .content_poretion_maximize h4 {
    font-size: 30px;
    line-height: 35px;
  }

  .valuation_for_successful .content_area_valuation_for_successful h2 {
    font-size: 30px;
    line-height: 35px;
  }
}

@media all and (max-width: 575px) {
  .intro_about_services .image_portion {
    height: auto;
  }

  .example_of_valuation .contant_part h4 {
    font-size: 22px;
    line-height: 25px;
  }

  .case_study_image_part .img_part {
    height: auto;
    border-radius: 50px;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    -ms-border-radius: 50px;
    -o-border-radius: 50px;
  }

  .case_study_image_part .img_part img {
    height: auto;
    border-radius: 50px;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    -ms-border-radius: 50px;
    -o-border-radius: 50px;
  }

  .services_feature_list h3 {
    font-size: 22px;
    line-height: 25px;
    margin-bottom: 20px;
  }

  .maximize_your_valuation_section .banner_image {
    height: auto;
  }
}

/* /var/www/html/front_principle_real_estate/wp-content/plugins/teams/css/style_service_detail.css */

/* /var/www/html/front_principle_real_estate/wp-content/plugins/teams/css/style_service_detail_capital.css  */

.news_details_sort_header .header_bg_capital {
  /* background-image: url(https://www.principlerec.com/wp-content/plugins/teams/img/service_images_capital/careers_banner.png);*/
  background-image: url(https://capital.principlerec.com/wp-content/uploads/sites/4/2024/12/banner_image.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  width: 100%;
  /*  min-height: 50px; */
  display: flex;
  align-items: center;
  padding: 10px;
}

.news_details_sort_header .details_header_sort h2 {
  font-size: 30px;
  color: #ffffff;
  font-weight: 500;
  font-family: "Sora";
  margin-bottom: 0;
}

.breadcrumbs_post_details {
  padding: 20px 0px;
}

.breadcrumbs_post_details a {
  color: #000000;
  font-size: 16px;
  text-decoration: none;
}

.breadcrumbs_post_details a.landing_page:hover {
  color: #ed7d31;
}

.breadcrumbs_post_details a:hover {
  text-decoration: none;
}

.breadcrumbs_post_details span.active {
  color: #ed7d31 !important;
  font-size: 16px;
}

.breadcrumbs_post_details span.divider {
  padding-right: 10px;
  padding-left: 10px;
  font-size: 16px;
  color: #000000;
}

.breadcrumbs_post_details a:focus {
  text-decoration: none !important;
}

.about_services_bredcrum_bg {
  background-color: #0383c412;
}

.intro_about_services {
  background-color: #0383c412;
  padding: 80px;
}

.intro_about_services .about_services_content {
  padding: 20px;
  border-radius: 10px;
  box-shadow: 0px 1px 5px 0px rgba(0, 0, 0, 0.2);
  background: #ffffff;
  position: relative;
}

.intro_about_services .about_services_content h2 {
  color: #333333;
  font-weight: 600;
  line-height: 52px;
  font-size: 40px;
  margin-bottom: 30px;
}

.intro_about_services .about_services_content p {
  max-width: 520px;
  color: #333333;
  font-weight: 300;
  line-height: 30px;
  font-size: 16px;
  margin-bottom: 30px;
}

.intro_about_services .about_services_content a {
  display: inline-block;
  background-color: #ed7d31;
  padding: 15px 40px;
  border-radius: 10px;
  /* text-transform: uppercase; */
  text-align: center;
  color: #ffffff;
  font-size: 16px;
  font-weight: 400;
  text-decoration: none;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
}

.intro_about_services .about_services_image_part {
  position: relative;
  height: 100%;
  width: 100%;
}

.intro_about_services .shape_circle_first {
  position: absolute;
  top: 75px;
  left: -50px;
  width: 150px;
  height: 150px;
  border-radius: 50%;
  background-color: rgba(237, 125, 49, 0.5);
  z-index: 1;
}

.intro_about_services .image_portion {
  position: relative;
  height: 530px;
  max-width: 630px;
  z-index: 2;
  border-top-left-radius: 100px;
  border-bottom-right-radius: 100px;
  margin: 0 auto;
}

.intro_about_services .image_portion img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-top-left-radius: 100px;
  border-bottom-right-radius: 100px;
}

.intro_about_services .shape_circle_second {
  position: absolute;
  bottom: 75px;
  right: -50px;
  width: 150px;
  height: 150px;
  border-radius: 50%;
  background-color: rgba(3, 131, 196, 0.5);
  z-index: 1;
}

.financial_reporting_text {
  padding: 70px 0px;
}

.financial_reporting_text .resporting_text {
  max-width: 720px;
  margin: 0px auto;
  text-align: center;
}

.financial_reporting_text .small_heading_text {
  color: #0383c4;
  font-size: 18px;
  font-weight: 400;
  line-height: 22px;
}

.financial_reporting_text .large_heading_text {
  color: #333333;
  font-size: 40px;
  font-weight: 400;
  line-height: 52px;
  margin-bottom: 30px;
}

.financial_reporting_text .para_heading_text {
  color: #333333;
  font-size: 16px;
  font-weight: 300;
  line-height: 30px;
  margin-bottom: 0px;
}

.example_of_valuation {
  background-color: #33333312;
  padding: 70px 0px 10px;
}

.example_of_valuation .heading {
  color: #333333;
  font-size: 40px;
  font-weight: 400;
  line-height: 52px;
}

.example_of_valuation .contant_part h4 {
  color: #333333;
  font-size: 24px;
  font-weight: 400;
  line-height: 30px;
  text-transform: capitalize;
}

.example_of_valuation .contant_part p {
  color: #333333;
  font-size: 16px;
  font-weight: 300;
  line-height: 30px;
  text-transform: capitalize;
}

@media (max-width: 1399px) {
  .intro_about_services .image_portion {
    height: 450px;
    max-width: 550px;
  }

  .intro_about_services .shape_circle_second {
    right: 0px;
  }

  .intro_about_services .shape_circle_first {
    left: 0px;
  }
}

@media all and (max-width: 1199px) {
  .case_study_services_details .content_area {
    max-width: 450px;
  }

  .intro_about_services .image_portion {
    height: 400px;
    max-width: 500px;
  }
}

@media all and (max-width: 991px) {
  .news_details_sort_header .details_header_sort h2 {
    font-size: 20px !important;
  }

  .intro_about_services {
    padding: 50px 12px;
  }

  .intro_about_services .about_services_content h2 {
    max-width: 100%;
    font-size: 35px;
    line-height: 40px;
    text-align: center;
    margin-bottom: 20px;
  }

  .intro_about_services .about_services_content p {
    max-width: 100%;
    text-align: center;
  }

  .intro_about_services .about_services_content a {
    margin: 0px auto;
  }

  .intro_about_services .shape_circle_first {
    display: none;
  }

  .intro_about_services .shape_circle_second {
    display: none;
  }

  .financial_reporting_text {
    padding: 50px 0px;
  }

  .financial_reporting_text .large_heading_text {
    font-size: 35px;
    font-weight: 400;
    line-height: 40px;
    margin-bottom: 20px;
  }

  .example_of_valuation {
    padding: 50px 0px 0px;
  }

  .example_of_valuation .heading {
    font-size: 35px;
    line-height: 40px;
    margin-bottom: 30px;
  }

  .case_study_image_part .img_part {
    border-radius: 100px;
    -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
    -ms-border-radius: 100px;
    -o-border-radius: 100px;
  }

  .case_study_image_part .img_part img {
    border-radius: 40px;
    -webkit-border-radius: 40px;
    -moz-border-radius: 40px;
    -ms-border-radius: 40px;
    -o-border-radius: 40px;
  }

  .case_study_services_details .case_study_image_part .shape__1 {
    display: none;
  }

  .case_study_services_details .case_study_image_part .shape__2 {
    display: none;
  }

  .case_study_services_details .content_area {
    max-width: 100%;
  }

  .case_study_services_details .content_area .large_heading {
    font-size: 35px;
    line-height: 40px;
    margin-bottom: 20px;
  }

  .maximize_your_valuation_section .image_portion_maximize .content_poretion_maximize h4 {
    font-size: 35px;
    line-height: 40px;
  }

  .maximize_your_valuation_section {
    padding-bottom: 50px;
  }

  .valuation_for_successful {
    padding: 50px 0px 30px;
  }

  .valuation_for_successful .content_area_valuation_for_successful h2 {
    font-size: 35px;
    line-height: 40px;
  }

  .intro_about_services .image_portion img {
    border-top-left-radius: 40px;
    border-bottom-right-radius: 40px;
  }
}

@media all and (max-width: 768px) {
  .intro_about_services {
    padding: 30px 12px;
  }

  .intro_about_services .about_services_content h2 {
    max-width: 100%;
    font-size: 30px;
    line-height: 35px;
    text-align: center;
  }

  .intro_about_services .image_portion {
    height: 450px;
  }

  .financial_reporting_text {
    padding: 40px 0px;
  }

  .financial_reporting_text .large_heading_text {
    font-size: 30px;
    font-weight: 400;
    line-height: 35px;
  }

  .example_of_valuation .heading {
    font-size: 30px;
    font-weight: 400;
    line-height: 35px;
  }

  .case_study_image_part .img_part {
    height: 500px;
  }

  .case_study_services_details .content_area .large_heading {
    font-size: 30px;
    line-height: 35px;
  }

  .services_feature_list {
    margin-bottom: 10px;
  }

  .maximize_your_valuation_section .image_portion_maximize .content_poretion_maximize {
    position: unset;
    width: 100%;
    height: auto;
    padding: 50px 20px;
  }

  .maximize_your_valuation_section .banner_image {
    height: 400px;
  }

  .maximize_your_valuation_section .image_portion_maximize .content_poretion_maximize h4 {
    font-size: 30px;
    line-height: 35px;
  }

  .valuation_for_successful .content_area_valuation_for_successful h2 {
    font-size: 30px;
    line-height: 35px;
  }
}

@media all and (max-width: 575px) {
  .intro_about_services .image_portion {
    height: auto;
  }

  .example_of_valuation .contant_part h4 {
    font-size: 22px;
    line-height: 25px;
  }

  .case_study_image_part .img_part {
    height: auto;
    border-radius: 50px;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    -ms-border-radius: 50px;
    -o-border-radius: 50px;
  }

  .case_study_image_part .img_part img {
    height: auto;
    border-radius: 50px;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    -ms-border-radius: 50px;
    -o-border-radius: 50px;
  }

  .services_feature_list h3 {
    font-size: 22px;
    line-height: 25px;
    margin-bottom: 20px;
  }

  .maximize_your_valuation_section .banner_image {
    height: auto;
  }
}

.exploring_coverage_areas .heading {
  color: #333333;
  font-size: 40px;
  font-weight: 400;
  line-height: 52px;
  margin-bottom: 30px;
}

.accordion_area {
  max-width: 100%;
  margin: 0 auto;
}

.accordion_area .accordion-item {
  border: 1px solid #ddd;
  margin-bottom: 10px;
  border-radius: 10px;
  overflow: hidden;
  transition: all0.5s linear;
  -webkit-transition: all0.5s linear;
  -moz-transition: all0.5s linear;
  -ms-transition: all0.5s linear;
  -o-transition: all0.5s linear;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
}

.accordion_area .accordion-item .accordion-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 15px 35px;
  cursor: pointer;
  background-color: #f8f9fa;
  font-size: 18px;
}

.accordion_area .accordion-item .accordion-header:hover {
  background-color: #e9ecef;
}

.accordion_area .accordion-item .accordion-header .accordion-title {
  display: flex;
  align-items: center;
  gap: 10px;
}

.accordion_area .accordion-item .accordion-header .accordion-icon {
  font-size: 24px;
  transition: transform 0.3s;
}

.accordion_area .accordion-item .accordion-content {
  padding: 30px 15px;
  display: none;
  background-color: #ffffff;
  font-size: 16px;
}

.accordion_area .accordion-item .accordion-content span {
  display: flex;
  align-items: center;
  gap: 5px;
}

.accordion_area .accordion-item.active_stage {
  border: none;
}

.accordion_area .accordion-item.active_stage .accordion-header {
  color: #ffffff;
  background-color: #0383c4;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
}

.accordion_area .accordion-item .accordion-header .accordion-title svg {
  width: 70px;
}

.accordion_area .accordion-item.active_stage .accordion-header .accordion-title svg path {
  fill: #ffffff !important;
}

.accordion_area .accordion-item.active_stage .accordion-content {
  display: block;
}

.accordion_area .accordion-item .accordion-icon {
  height: 50px;
  width: 70px;
}

.accordion_area .accordion-item .accordion-icon img {
  height: 100%;
  width: 100%;
  object-fit: contain;
}

.accordion_area .accordion-item.active_stage .accordion-icon {
  content: "-";
}

.accordion_area .accordion-item .accordion-icon img {
  filter: invert(80%) sepia(96%) saturate(1156%) hue-rotate(174deg) brightness(96%) contrast(98%);
}

.accordion_area .accordion-item.active_stage .accordion-icon img {
  filter: invert(100%) sepia(100%) saturate(0%) hue-rotate(255deg) brightness(1000%) contrast(101%);
}

.accordion_area .accordion-item .accordion-content .locations {
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
  margin: 0 auto;
  padding: 0px 50px;
}

.area_with_location {
  display: flex;
  gap: 10px;
  align-items: center;
  width: 220px;
}

.area_with_location span {
  font-size: 16px;
  font-weight: 300;
  line-height: 30px;
  color: #333333;
}

@media (max-width: 991px) {
  .exploring_coverage_areas .heading {
    font-size: 35px;
    line-height: 40px;
  }
}

@media (max-width: 767px) {
  .exploring_coverage_areas .heading {
    font-size: 30px;
    line-height: 35px;
  }
}

.half-width-banner-section {
  min-height: 800px;
  align-items: center;
}

.half_banner_image_row {
  align-items: center;
}

.half-width-banner-section .banner-desc {
  padding: 20px;
  background: #ffffff;
  border-radius: 10px;
  color: #333333;
  position: relative;
  max-width: 500px;
}

.card-top-right-image {
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
  max-width: 150px;
  object-fit: contain;
}

.half-width-banner-section .banner-desc h1 {
  font-weight: 600;
  font-size: 40px;
  line-height: 51px;
}

.half-width-banner-section .banner-desc p {
  font-weight: 400;
  font-size: 16px;
  line-height: 33px;
}

.half-width-banner-section .banner-desc button {
  width: 204px;
  border-radius: 10px;
  gap: 10px;
  padding: 15px 35px;
  background-color: #0085bf !important;
  color: #ffffff !important;
}

.half_banner_img_part {
  height: 800px;
}

.half-width-banner-section .half-banner-img {
  position: absolute;
  right: 0;
  top: 0;
  width: 50%;
  height: 550px;
  object-fit: cover;
  object-position: center;
}

.half-width-banner-section .half-banner-img img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  object-position: top;
  margin-top: -50px;
}

.secondary-bg-color-1 {
  background-color: #f47640 !important;
}

.text-primary-color {
  color: var(--primary-color) !important;
}

.text-secondary-color {
  color: var(--secondary-color) !important;
}

.empty_div {
  width: 100%;
  height: 50px;
  background-color: #fff;
}

@media (max-width: 991px) {
  .half-width-banner-section .half-banner-img {
    display: none;
  }

  .half-width-banner-section {
    /* min-height: auto; */
    align-items: center;
    text-align: -webkit-center;
  }
}

.other_services .heading {
  font-size: 40px;
  color: #333333;
  font-weight: 400;
  line-height: 52px;
}

.other_services .other_services_card {
  display: flex;
  flex-direction: column;
  align-items: center;
  height: auto;
}

.other_services .owl-carousel.other_services_carousel .owl-stage {
  display: flex;
  align-items: stretch;
}

.other_services .other_services_card {
  height: 100%;
}

.other_services .slider_valuation {
  margin-bottom: 30px;
  position: relative;
  padding-bottom: 20px;
}

.other_services .other_services_card {
  background: #ffffff;
  margin: 0px 10px 0px 10px;
  border-radius: 5px;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  padding: 10px 20px;
}

.other_services .other_services_card .valuation_service_image {
  max-width: 100px;
  height: 100px;
}

.other_services .other_services_card .valuation_service_image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.other_services .owl-carousel.other_services_carousel .owl-nav .owl-prev {
  position: absolute;
  top: calc(50% - 25px);
  left: -4%;
  opacity: 1;
  font-size: 30px !important;
  z-index: 1;
  color: #333333;
}

.other_services .owl-carousel.other_services_carousel .owl-nav .owl-next {
  position: absolute;
  top: calc(50% - 25px);
  right: -4%;
  opacity: 1;
  font-size: 30px !important;
  z-index: 1;
}

.other_services .owl-carousel.other_services_carousel .owl-nav button {
  color: #cad0d3 !important;
}

.other_services .owl-carousel.other_services_carousel .owl-dots {
  text-align: center;
}

.other_services .owl-carousel.other_services_carousel .owl-dots .owl-dot {
  height: 10px;
  width: 10px;
  border-radius: 10px;
  background: #ccc !important;
  margin-left: 3px;
  margin-right: 3px;
  outline: none;
}

.other_services .owl-carousel.other_services_carousel .owl-dots .owl-dot.active {
  background: #333333 !important;
}

.other_services .slider_content h5 {
  font-size: 24px;
  color: #333333;
  font-weight: 400;
  font-family: "Sora", sans-serif;
  text-align: center;
  margin-bottom: 15px;
}

.other_services .slider_content p {
  font-size: 16px;
  line-height: 30px;
  color: #333333;
  font-weight: 300;
  text-align: center;
}

@media (max-width: 1199px) {
  .other_services .owl-carousel.other_services_carousel .owl-nav .owl-prev {
    left: -2%;
  }

  .other_services .owl-carousel.other_services_carousel .owl-nav .owl-next {
    right: -2%;
  }
}

@media (max-width: 991px) {
  .other_services .other_services_card {
    margin: 40px 20px 40px 20px;
  }
}

@media (max-width: 767px) {
  .other_services .other_services_card {
    margin: 0px 20px 0px 20px;
  }
}

@media (max-width: 575px) {
  .other_services .capital_slider_area_valuation .heading {
    font-size: 30px;
    text-align: center;
    line-height: 35px;
  }

  .other_services .other_services_card {
    margin: 30px 20px 30px 20px;
  }
}

/* valuation slider css start */

.other_services_image_part {
  max-width: 550px;
  height: 390px;
  position: relative;
}

.other_services_image_part img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.other_services_image_part .overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.1);
  z-index: 1;
}

.capital_services_content {
  padding: 50px 30px;
  height: 100%;
  display: flex;
  justify-content: center;
  flex-direction: column;
}

.capital_service_link a {
  display: inline-block;
  text-decoration: none;
  font-weight: 400;
  color: #0383c4;
  line-height: 20px;
  border-bottom: 3px solid #ed7d31;
  transition: all 0.3s linear;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
}

.capital_service_link a:hover {
  color: #ed7d31;
}

@media (max-width: 991px) {
  .capital_services_list {
    padding: 50px 0px 10px;
  }

  .capital_services_content {
    padding: 30px;
  }

  .other_services .heading {
    text-align: center;
  }
}

@media (max-width: 767px) {
  .other_services_image_part {
    max-width: 100%;
  }
}

@media (max-width: 575px) {
  .other_services_image_part {
    max-width: 100%;
    height: auto;
  }
}

.primary_circle_realty {
  position: relative;
}

/* rgba(3, 131, 196, 0.2) */

#sample_assignments {
  padding: 0 80px 80px 80px;
  color: #333333;
}

h2.section_title {
  font-family: Sora;
  font-weight: 400;
  font-size: 40px;
  line-height: 51px;
}

#sample_assignments * {
  margin: 0;
  font-family: "Sora", sans-serif;
}

#sample_assignments .sample_assignment_row {
  padding: 30px 0 45px 0;
  border-bottom: 1px solid #d6d6d6;
}

#sample_assignments .total-unit {
  padding: 30px;
  background: #e5f3f9;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}

#sample_assignments .total-unit h2.unit-number {
  font-family: Sora;
  font-weight: 400;
  font-style: Regular;
  font-size: 45px;
  line-height: 45px;
  color: #0071bc;
  text-align: center;
}

#sample_assignments .total-unit p {
  font-weight: 400;
  font-size: 16px;
  line-height: 33px;
}

#sample_assignments .unit-desc {
  border-right: 1px solid #d6d6d6;
  padding: 0px 80px 0px 80px;
}

#sample_assignments .unit-desc h4 {
  font-weight: 600;
  font-style: SemiBold;
  font-size: 24px;
  line-height: 31px;
}

#sample_assignments .unit-desc p {
  font-size: 16px;
  font-weight: 300;
  line-height: 24px;
}

#sample_assignments .unit-location {
  padding: 30px;
  background: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  text-align: center;
}

#sample_assignments .unit-location p {
  font-weight: 400;
  font-size: 16px;
  line-height: 33px;
}

#sample_assignments .unit-location .location-icon img {
  height: clamp(30px, 3vw, 40px);
  width: clamp(30px, 3vw, 40px);
  object-fit: contain;
  object-position: center;
}

@media (max-width: 1024px) {
  #sample_assignments .sample_assignment_row {
    margin-top: 20px;
  }

  h2.section_title {
    font-size: 33px;
    line-height: 35px;
    text-align: center;
  }

  #sample_assignments .total-unit h2.unit-number {
    font-size: 30px;
    line-height: 35px;
  }

  #sample_assignments {
    padding: 0 12px 50px 12px;
    color: #333333;
  }

  #sample_assignments .unit-desc {
    padding: 0px 40px;
  }
}

@media (max-width: 768px) {
  h2.section_title {
    font-size: 33px;
  }

  #sample_assignments {
    padding: 0 12px 30px 12px;
    color: #333333;
  }

  #sample_assignments .total-unit h2.unit-number {
    font-size: 24px;
  }

  #sample_assignments .sample_assignment_row {
    border-radius: 10px;
    overflow: hidden;
    border: 1px solid #d6d6d6;
    padding: 0;
    margin-top: 20px;
  }

  #sample_assignments .total-unit {
    padding: 10px;
  }

  #sample_assignments .total-unit p {
    line-height: 20px;
  }

  #sample_assignments .unit-desc {
    border-right: none;
    padding: 20px 6px;
    text-align: center;
  }

  #sample_assignments .unit-location {
    padding: 0 0 10px 0;
  }

  #sample_assignments .unit-location p {
    line-height: 20px;
  }
}

#sponsor-pain-points {
  padding: 80px;
  color: #333333;
  background: #f1f1f187;
}

#sponsor-pain-points * {
  margin: 0;
  font-family: "Sora", sans-serif;
}

#sponsor-pain-points p {
  font-weight: 300;
  font-size: 16px;
  line-height: 30px;
  margin-top: 20px;
}

#sponsor-pain-points ul {
  padding: 0;
}

#sponsor-pain-points li {
  list-style: none;
  font-weight: 300;
  font-size: 16px;
  line-height: 30px;
  display: flex;
  gap: 5px;
}

#sponsor-pain-points li img {
  height: clamp(18px, 3vw, 21px);
  width: clamp(18px, 3vw, 21px);
  margin-top: 6px;
}

@media (max-width: 1024px) {
  #sponsor-pain-points {
    padding: 50px 12px;
  }
}

@media (max-width: 768px) {
  #sponsor-pain-points {
    padding: 30px 12px;
  }
}

#loan_placement_process {
  padding: 80px;
  color: #333333;
}

#loan_placement_process h2.section_title {
  font-family: Sora;
  font-weight: 400;
  font-size: 40px;
  line-height: 51px;
  text-align: center;
  max-width: 700px;
  margin: 0 auto;
}

#loan_placement_process .services-wrapper {
  position: relative;
  margin-top: 40px;
}

#loan_placement_process .service-item {
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-items: center;
  width: 100%;
}

#loan_placement_process .service-content {
  display: flex;
  gap: 15px;
}

#loan_placement_process .service-content img {
  height: 50px;
  min-width: 50px;
  width: 50px;
  max-width: 50px;
}

#loan_placement_process .service-content.left {
  text-align: right;
  justify-self: end;
}

#loan_placement_process .service-content.right {
  text-align: left;
  justify-self: start;
}

#loan_placement_process .service-content h4 {
  font-weight: 400;
  font-size: 24px;
  line-height: 31px;
}

#loan_placement_process .service-content p {
  font-weight: 300;
  font-size: 16px;
  line-height: 30px;
  max-width: 500px;
  margin-top: 20px;
}

@media (max-width: 1024px) {
  #loan_placement_process {
    padding: 50px 12px;
  }

  #loan_placement_process h2.section_title {
    font-size: 33px;
    line-height: 35px;
  }
}

@media (max-width: 768px) {
  #loan_placement_process {
    padding: 30px 12px;
  }

  #loan_placement_process .service-content img {
    height: 40px;
    min-width: 40px;
    width: 40px;
    max-width: 40px;
  }

  #loan_placement_processh2.section_title {
    font-size: 24px;
  }

  #loan_placement_process .services-wrapper {
    margin-top: 0px;
  }

  #loan_placement_process .service-item {
    grid-template-columns: 1fr;
    align-items: center;
    justify-content: center;
  }

  #loan_placement_process .service-content {
    margin-top: 20px;
  }

  #loan_placement_process .service-content.left {
    text-align: left;
    flex-direction: row-reverse;
  }

  #loan_placement_process .service-content.right {
    text-align: left;
  }

  #loan_placement_process .service-content p {
    margin-top: 15px;
  }
}

/* /var/www/html/front_principle_real_estate/wp-content/plugins/teams/css/style_service_detail_capital.css  */

/* /var/www/html/front_principle_real_estate/wp-content/plugins/teams/css/style_service_type_list.css  */

/* valuation slider css start */
.capital_services_list {
  padding: 0px 0px 50px;
}

.image_part {
  max-width: 40%;
  /*  height: 390px;  */
  position: relative;
}

.image_part img {
  width: 100%;
  height: 100% !important;
  object-fit: cover;
}

.image_part .overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.1);
  z-index: 1;
}

.capital_services_content {
  padding: 50px 30px;
  height: 100%;
  display: flex;
  justify-content: center;
  flex-direction: column;
}

.capital_services_content h2 {
  font-size: 24px;
  font-weight: 400;
  line-height: 31.2px;
  color: #333333;
  margin-bottom: 20px;
}

.capital_services_content p {
  font-size: 16px;
  font-weight: 300;
  line-height: 30px;
  color: #333333;
  /*  min-height: 90px;*/
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.capital_service_link a {
  display: inline-block;
  text-decoration: none;
  font-weight: 400;
  color: #0383c4;
  line-height: 20px;
  border-bottom: 3px solid #ed7d31;
  transition: all 0.3s linear;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
}

.capital_service_link a:hover {
  color: #ed7d31;
}

@media (max-width: 1199px) {}

@media (max-width: 991px) {
  .capital_services_list {
    padding: 50px 0px 10px;
  }

  .capital_services_content {
    padding: 30px;
  }

  .image_part {
    /* max-width: 100%; */
  }
}

@media (max-width: 767px) {}

@media (max-width: 575px) {
  .image_part {
    max-width: 100%;
    height: auto;
  }

  .capital_service_content {
    display: block !important;
  }
}

/* /var/www/html/front_principle_real_estate/wp-content/plugins/teams/css/style_service_type_list.css  */

/* /var/www/html/front_principle_real_estate/wp-content/plugins/teams/css/style_team_detail.css */
.team_detail_header {
  background-color: #edf6fb;
}

.team_detail_header .header_bg {
  background-image: url("https://www.principlerec.com/wp-content/uploads/2023/04/banner_image.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  width: 100%;
  min-height: 50px;
  display: flex;
  align-items: center;
  background-color: #edf6fb;
}

.team_detail_header .details_header_sort h2 {
  font-size: 30px;
  color: #ffffff;
  font-weight: 500;
  font-family: "Sora", sans-serif;
  margin-bottom: 0;
}

.breadcrumbs_post_details {
  padding: 20px 0px;
}

.breadcrumbs_post_details a {
  color: #000000;
  font-size: 16px;
  text-decoration: none;
}

.breadcrumbs_post_details a.landing_page:hover {
  color: #ed7d31;
}

.breadcrumbs_post_details a:hover {
  text-decoration: none;
}

.breadcrumbs_post_details span.active {
  color: #ed7d31 !important;
  font-size: 16px;
}

.breadcrumbs_post_details span.divider {
  padding-right: 10px;
  padding-left: 10px;
  font-size: 16px;
  color: #000000;
}

.breadcrumbs_post_details a:focus {
  text-decoration: none !important;
}

.team_details {
  background-color: #edf6fb;
  padding: 30px 0px 50px;
}

.team_details .about_image {
  max-width: 350px;
  height: 350px;
  border-radius: 50%;
  margin: 0px auto;
}

.team_details .about_image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 50%;
}

.team_details .team_member_name {
  font-size: 40px;
  color: #333333;
  font-weight: 400;
  font-family: "Sora", sans-serif;
}

.team_details .team_member_name span {
  color: #ed7d31;
}

.team_details .team_member_post {
  font-size: 14px;
  text-transform: uppercase;
  color: #0382c4;
  font-weight: 400;
  font-family: "Sora", sans-serif;
}

.team_details .team_member_discreption {
  margin-top: 30px;
}

.team_details .team_member_discreption p {
  font-size: 16px;
  line-height: 30px;
  color: #333333;
  font-weight: 300;
  font-family: "Sora", sans-serif;
}

.member_personal_info {
  padding: 50px 0px;
}

.member_personal_info .personal_info {
  background-color: #0382c4;
  padding: 40px 0px;
  border-radius: 10px;
}

.member_personal_info .personal_info .contact_information {
  padding: 0px 30px 50px;
  margin-bottom: 20px;
}

.member_personal_info .personal_info .contact_information h4 {
  font-size: 24px;
  color: #ffffff;
  text-transform: capitalize;
  font-weight: 400;
  font-family: "Sora", sans-serif;
  margin-bottom: 20px;
  position: relative;
}

.member_personal_info .personal_info .contact_information h4::before {
  content: "";
  position: absolute;
  top: 0;
  left: -30px;
  width: 5px;
  height: 100%;
  background-color: #ed7d31;
}

.member_personal_info .personal_info .contact_information ul {
  margin: 0px;
  padding: 0px;
  list-style: none;
}

.member_personal_info .personal_info .contact_information ul li {
  font-size: 16px;
  line-height: 40px;
  color: #ffffff;
  font-weight: 300;
  font-family: "Sora", sans-serif;
}

.member_personal_info .personal_info .contact_information ul li a {
  color: currentColor;
  text-decoration: none;
  transition: all 0.5s linear;
}

.member_personal_info .personal_info .contact_information ul li a:hover {
  color: #ed7d31;
}

.member_personal_info .personal_info .contact_information .social_media {
  list-style: none;
}

.member_personal_info .personal_info .contact_information .social_media li {
  display: inline-block;
}

.member_personal_info .personal_info .contact_information .social_media li a {
  width: 60px;
  height: 60px;
  border: 1px solid #ffffff;
  border-radius: 50%;
  display: block;
  text-align: center;
  margin-right: 10px;
  line-height: 65px;
  transition: all 0.5s linear;
}

.member_personal_info .personal_info .contact_information .social_media li a:hover {
  color: #ed7d31;
  border-color: #ed7d31;
}

.member_personal_info .personal_info .contact_information .social_media li a i {
  font-size: 24px;
}

.container_1 {
  width: 100%;
}

.container_1 button.accordion {
  width: 100%;
  background-color: #ebebeb;
  border: none;
  outline: none;
  text-align: left;
  padding: 15px 20px;
  font-size: 22px;
  color: #333;
  cursor: pointer;
  transition: background-color 0.5s linear;
}

.container_1 button.accordion i {
  color: #747474;
}

.container_1 button.accordion .span {
  font-size: 30px;
  color: #333333;
  font-weight: 400;
  font-family: "Sora", sans-serif;
}

.container_1 .accordion-content {
  background-color: #ffffff;
  padding: 0px 20px;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.2s ease-in-out;
}

.accordion.is-open {
  max-height: 160px;
  /* Expanded height when is-open class is applied */
}

.container_1 .accordion-content .accordion_content_part {
  padding: 20px 30px;
}

.container_1 .accordion-content .accordion_content_part ul.list_items_info {
  margin: 0px;
  padding: 0px;
  list-style: none;
}

.container_1 .accordion-content .accordion_content_part ul.list_items_info li {
  font-size: 16px;
  line-height: 30px;
  color: #333333;
  font-weight: 300;
  font-family: "Sora", sans-serif;
  position: relative;
}

.container_1 .accordion-content .accordion_content_part ul.list_items_info li::before {
  content: "\2197";
  position: absolute;
  font-family: "Font Awesome 6 Free";
  top: -1px;
  font-size: 20px;
  left: -20px;
  color: #ed7d31;
}

.container_1 .accordion-content .accordion_content_part ul.downloads_part {
  margin: 0px;
  padding: 0px;
  list-style: none;
}

.container_1 .accordion-content .accordion_content_part ul.downloads_part li {
  font-size: 16px;
  line-height: 30px;
  color: #333333;
  font-weight: 300;
  font-family: "Sora", sans-serif;
}

.container_1 .accordion-content .accordion_content_part ul.downloads_part li a {
  color: currentColor;
  text-decoration: none;
}

.container_1 .accordion-content .accordion_content_part ul.downloads_part li a:hover {
  color: #ed7d31;
}

.container_1 .accordion-content .accordion_content_part ul.downloads_part li a i {
  display: inline-block;
  padding-right: 10px;
  color: #ed7d31;
}

@media (max-width: 1199px) {
  .team_details .about_image {
    max-width: 300px;
    height: 300px;
  }
}

@media (max-width: 991px) {
  .member_personal_info .personal_info .contact_information h4::before {
    width: 0px;
  }
}

@media (max-width: 767px) {
  .team_detail_header .details_header_sort h2 {
    font-size: 30px;
  }

  .team_details .team_member_name {
    font-size: 30px;
  }

  .member_personal_info .personal_info .contact_information h4 {
    font-size: 22px;
  }

  .container_1 button.accordion {
    font-size: 20px;
  }

  .container_1 .accordion-content {
    padding: 0px 5px;
  }

  .member_personal_info {
    padding: 40px 0px 60px;
  }

  .team_details {
    padding: 30px 0px 40px;
  }
}

@media (max-width: 575px) {
  .team_details .team_member_name {
    font-size: 25px;
  }
}

/* /var/www/html/front_principle_real_estate/wp-content/plugins/teams/css/style_team_detail.css */

/* capital service list start */

#capital-services-section {
  padding: 80px 0;
}

#capital-services-section .services-grid {
  row-gap: 15px;
}

#capital-services-section .service-card {
  box-shadow: 0px 1px 5px 0px #00000033;
  border-radius: 5px;
  overflow: hidden;
  height: 100%;
}

#capital-services-section .service-card-image {
  max-height: 310px;
  overflow: hidden;
}

#capital-services-section .service-card-image img {
  object-fit: cover;
  width: 100%;
  height: 300px;
}

#capital-services-section .service-card-content {
  display: flex;
  flex-direction: column;
  gap: 15px;
  align-items: center;
  text-align: center;
  padding: 30px 20px;
}

#capital-services-section .service-card-content h4 a {
  font-family: Sora;
  font-weight: 400;
  font-style: Regular;
  font-size: 24px;
  line-height: 31px;
  letter-spacing: 0%;
  text-align: center;
  color: #333333;
  margin: 0;
}

#capital-services-section .service-card-content ul {
  margin: 0;
  padding: 0;
}

#capital-services-section .service-card-content ul li {
  font-family: Sora;
  font-weight: 400;
  font-style: SemiBold;
  font-size: 16px;
  line-height: 33px;
  letter-spacing: 0%;
  text-align: center;
  list-style: none;
  color: #333333;
  margin: 0;
}

#capital-services-section .service-card-content a.learn-more {
  color: #0087c0;
  text-decoration: none;
  padding: 5px;
  border: 2px solid transparent;
  border-bottom-color: #ed7d31;
  margin: 0;
  transition: all 0.3s ease;
}

#capital-services-section .service-card-content a.learn-more:hover {
  border-color: #ed7d31;
  color: #0087c0;
}

@media (max-width: 1024px) {
  #capital-services-section {
    padding: 50px 0px;
  }
}

@media (max-width: 767px) {
  #capital-services-section {
    padding: 30px 0px;
  }
}

@media (min-width: 320px) {
  .container {
    max-width: 1320px;
  }
}

/* capital service list end */

/* realty single service page start*/
.text-highlight-blue {
  color: #0086c0;
}

.text-highlight-orange {
  color: #ed7d31;
}

.content-box-abs-img-1,
.content-box-abs-img-2 {
  position: absolute;
}

.content-box-abs-img-1 {
  top: 0;
  right: 4px;
}

.content-box-abs-img-2 {
  bottom: 0;
  transform: rotate(180deg);
  left: -125px;
}

#redo-service-hero-section {
  background: #ffffff;
  padding: 80px;
}

#redo-service-hero-section h2.section-heading {
  font-family: Sora;
  font-weight: 400;
  font-style: Regular;
  font-size: clamp(26px, 1.77vw, 40px);
  line-height: 51px;
  letter-spacing: 0%;
  color: #333333;
}

#redo-service-hero-section .content-box {
  max-width: 566px;
  box-shadow: 0px 1px 5px 0px #00000033;
  padding: 20px;
  border-radius: 10px;
  position: relative;
  overflow: hidden;
}

#redo-service-hero-section .content-box p {
  font-family: Sora;
  font-weight: 400;
  font-style: Regular;
  font-size: 16px;
  line-height: 33px;
  letter-spacing: 0%;
  color: #333333;
}

#redo-service-hero-section .image-box {
  position: relative;
  display: flex;
  justify-content: center;
  max-width: 600px;
  margin: 0 auto;
}

#redo-service-hero-section .image-box img.hero-image {
  max-height: 500px;
  width: 100%;
  object-fit: cover;
  object-position: center;
  border-radius: 50px;
  z-index: 1;
  position: relative;
}

#redo-service-hero-section .content-box button {
  opacity: 1;
  gap: 10px;
  border-radius: 10px;
  padding-top: 15px;
  padding-right: 35px;
  padding-bottom: 15px;
  padding-left: 35px;
  background: #f47640;
  color: #ffffff !important;
  border: none;
  outline: none;
}

#redo-service-hero-section .image-box-abs-img-1,
#redo-service-hero-section .image-box-abs-img-2 {
  position: absolute;
  height: 120px;
  width: 120px;
  opacity: 0.8;
}

#redo-service-hero-section .image-box-abs-img-1 {
  top: 50px;
  left: -75px;
}

#redo-service-hero-section .image-box-abs-img-2 {
  bottom: 50px;
  right: -75px;
}

#redo-service-representation-section {
  background: #f1f1f1;
  padding: 80px;
}

#redo-service-representation-section h2.section-heading {
  font-family: Sora;
  font-weight: 400;
  font-style: Regular;
  font-size: clamp(26px, 1.77vw, 40px);
  line-height: 51px;
  letter-spacing: 0%;
  text-align: center;
  color: #333333;
}

#redo-service-representation-section .card {
  border-radius: 10px;
  border: 1px solid #0086c0;
  padding: 20px;
  background: #ffffff;
  max-width: 100%
}

#redo-service-representation-section .card-body {
  padding: 0;
}

#redo-service-representation-section .card-body img.card-img-icon {
  height: 40px;
  width: 40px;
}

#redo-service-representation-section .card-body h5.card-title {
  font-family: Sora;
  font-weight: 400;
  font-style: Regular;
  font-size: clamp(20px, 1.16vw, 24px);
  leading-trim: NONE;
  line-height: 32px;
  letter-spacing: 0%;
  margin: 0;
  display: flex;
  align-items: center;
  gap: 10px;
  color: #333333;
}

#redo-service-representation-section .card-body ul li {
  font-family: Sora;
  font-weight: 400;
  font-style: Regular;
  font-size: 16px;
  line-height: 33px;
  letter-spacing: 0%;
  color: #333333;
}

#redo-service-problem-section {
  padding: 80px;
  background: #ffffff;
}

#redo-service-problem-section h2.section-heading {
  font-family: Sora;
  font-weight: 400;
  font-style: Regular;
  font-size: clamp(26px, 1.77vw, 40px);
  line-height: 51px;
  letter-spacing: 0%;
  color: #333333;
}

#redo-service-problem-section .content-box-left p {
  font-family: Sora;
  font-weight: 400;
  font-style: Regular;
  font-size: 16px;
  line-height: 33px;
  letter-spacing: 0%;
  color: #333333;
}

#redo-service-problem-section .content-box-right p {
  font-family: Sora;
  font-weight: 400;
  font-style: Regular;
  font-size: 16px;
  line-height: 33px;
  letter-spacing: 0%;
  color: #333333;
  display: flex;
  gap: 6px;
  margin: 0;
}

#redo-service-problem-section .content-box-right p img.card-img-icon {
  height: clamp(18px, 3vw, 21px);
  width: clamp(18px, 3vw, 21px);
  margin-top: 6px;
}

#redo-service-process-section {
  background: #edf7fb;
  padding: 80px;
}

#redo-service-process-section h2.section-heading {
  font-family: Sora;
  font-weight: 400;
  font-style: Regular;
  font-size: clamp(26px, 1.77vw, 40px);
  line-height: 51px;
  letter-spacing: 0%;
  color: #333333;
  text-align: center;
}

#redo-service-process-section .step-card-grid {
  display: flex;
  justify-content: center;
  /* align-items: center; */
  flex-wrap: wrap;
}

#redo-service-process-section .step-card-grid .step-card {
  padding: 20px;
  height: 100%;
  width: 20%;
}

#redo-service-process-section .step-card h5.card-title {
  font-family: Sora;
  font-weight: 400;
  font-style: Regular;
  font-size: clamp(20px, 1.16, 24px);
  line-height: 32px;
  letter-spacing: 0%;
  margin: 10px 0;
  display: flex;
  align-items: center;
  gap: 10px;
  color: #333333;
}

#redo-service-process-section .step-card p {
  font-family: Sora;
  font-weight: 400;
  font-style: Regular;
  font-size: 16px;
  line-height: 33px;
  letter-spacing: 0%;
  color: #333333;
  display: flex;
  align-items: center;
  gap: 6px;
  margin: 0;
}

#redo-service-engage-section {
  background: #ffffff;
  padding: 80px;
}

#redo-service-engage-section h2.section-heading {
  font-family: Sora;
  font-weight: 400;
  font-style: Regular;
  font-size: clamp(26px, 1.77vw, 40px);
  line-height: 51px;
  letter-spacing: 0%;
  color: #333333;
}

#redo-service-engage-section .content-box {
  max-width: 566px;
  box-shadow: 0px 1px 5px 0px #00000033;
  padding: 20px;
  border-radius: 10px;
  position: relative;
  overflow: hidden;
  margin-left: auto;
}

#redo-service-engage-section .content-box p {
  font-family: Sora;
  font-weight: 400;
  font-style: Regular;
  font-size: 16px;
  line-height: 33px;
  letter-spacing: 0%;
  color: #333333;
}

#redo-service-engage-section .image-box {
  position: relative;
  display: flex;
  justify-content: center;
  max-width: 590px;
  margin: 0 auto;
}

#redo-service-engage-section .image-box img.hero-image {
  height: 550px;
  width: 100%;
  object-fit: cover;
  object-position: center;
  border-radius: 50px;
  z-index: 1;
  position: relative;
  clip-path: polygon(50% 0%,
      90% 20%,
      100% 50%,
      90% 80%,
      50% 100%,
      10% 80%,
      0% 50%,
      10% 20%);
}

#redo-service-engage-section .content-box button {
  opacity: 1;
  gap: 10px;
  border-radius: 10px;
  padding-top: 15px;
  padding-right: 35px;
  padding-bottom: 15px;
  padding-left: 35px;
  background: #f47640;
  color: #ffffff !important;
  border: none;
  outline: none;
}

#redo-service-engage-section .image-box-abs-img-1,
#redo-service-engage-section .image-box-abs-img-2 {
  position: absolute;
  height: 120px;
  width: 120px;
  opacity: 0.8;
}

#redo-service-engage-section .image-box-abs-img-1 {
  top: 50px;
  left: 0px;
}

#redo-service-engage-section .image-box-abs-img-2 {
  bottom: 50px;
  right: 0px;
}

@media (max-width: 1024px) {

  #redo-service-hero-section,
  #redo-service-representation-section,
  #redo-service-problem-section,
  #redo-service-process-section,
  #redo-service-engage-section {
    padding: 50px 12px;
  }

  #redo-service-hero-section .content-box,
  #redo-service-engage-section .content-box {
    max-width: 100%;
  }

  #redo-service-process-section .step-card-grid .step-card {
    width: 33.33%;
  }

  #redo-service-representation-section .card-body img.card-img-icon {
    height: 35px;
    width: 35px;
  }

  #redo-service-engage-section .image-box {
    max-width: 450px;
  }

  #redo-service-engage-section .image-box img.hero-image {
    /* height: 490px; */
    height: 420px;
  }
}

@media (max-width: 767px) {

  #redo-service-hero-section,
  #redo-service-representation-section,
  #redo-service-problem-section,
  #redo-service-process-section,
  #redo-service-engage-section {
    padding: 30px 12px;
  }

  .section-heading,
  #redo-service-engage-section .content-box p,
  #redo-service-process-section .step-card-grid .step-card,
  #redo-service-problem-section .content-box-left p,
  #redo-service-hero-section .content-box p {
    text-align: center;
  }

  #redo-service-hero-section .image-box-abs-img-1,
  #redo-service-hero-section .image-box-abs-img-2,
  #redo-service-engage-section .image-box-abs-img-1,
  #redo-service-engage-section .image-box-abs-img-2 {
    display: none;
  }

  #redo-service-process-section .step-card-grid .step-card {
    width: 50%;
    padding: 10px;
  }

  #redo-service-process-section .step-card h5.card-title,
  #redo-service-process-section .step-card p {
    justify-content: center;
  }

  #redo-service-representation-section .card {
    padding: 10px;
  }

  #redo-service-representation-section .card-body img.card-img-icon {
    height: 28px;
    width: 28px;
  }

  #redo-service-engage-section .image-box img.hero-image {
    height: 420px;
  }
}

@media (max-width: 576px) {
  #redo-service-process-section .step-card-grid .step-card {
    width: 100%;
  }
}

@media (min-width: 320px) {
  .container {
    max-width: 1320px;
  }
}

/* realty single page end  */

select#wpforms-1722-field_10 {
  height: auto;
}

@media only screen and (width: 768px) {
  .maximize_your_valuation_section .image_portion_maximize {
    width: 100% !important;
  }
}

/* case study css start */
.capital-case-study-grid {
 /* padding: 15px 0;*/
}

.capital-case-study-grid * {
  margin: 0;
}

.capital-case-study-grid .capital-case-study-card {
  padding: 20px;
  border: 1px solid transparent;
  border-radius: 10px;
  box-shadow: 0 1px 5px rgba(0, 0, 0, 0.2);
  transition: all 0.3s ease;
}

.capital-case-study-grid .capital-case-study-card:hover {
  border-color: #0086c0;
}

.capital-case-study-grid .capital-case-study-card .image-fluid {
  border-radius: 5px;
  height: 100px;
}

.case-study-location-image-wrapper img {
  width: 100% !important;
  height: 100% !important;
  object-fit: cover;
}

.capital-case-study-grid .capital-case-study-card h4 {
  font-weight: 400;
  font-size: 24px;
  line-height: 31px;
}

.capital-case-study-grid .capital-case-study-card h5 {
  font-weight: 300;
  font-size: 16px;
  line-height: 31px;
}

.capital-case-study-grid .capital-case-study-card .content {
  font-size: 16px;
  line-height: 33px;
  margin-top: 15px;
}

.capital-case-study-grid .location-marker {
  height: 22px;
  width: 22px;
}

@media (max-width: 1024px) {
  .capital-case-study-grid {
    padding: 10px 0;
  }
}

@media (max-width: 768px) {
  .capital-case-study-grid {
    padding: 5px 0;
  }
}

/* case study css end */


/* WordPress spinner styles (frontend use) */
.spinner {
  background: url(/wp-admin/images/spinner.gif) no-repeat;
  background-size: 20px 20px;
  display: inline-block;
  visibility: hidden;
  width: 20px;
  height: 20px;
  margin: 0 5px;
  vertical-align: middle;
}

.spinner.is-active {
  visibility: visible;
}

.news-meta-with-icons {
  display: grid;
  grid-template-columns: 1fr auto;
  align-items: center;
  gap: 20px;
}

.news-meta-with-icons.with-thumb {
  max-width: 46%;
}

.news-meta-with-icons.no-thumb {
  max-width: 100%;
}

.news-meta-left ul {
  padding: 0;
  margin: 0;
  list-style: none;
}

.news-meta-right {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

.sfsi_copylinksficn1 {
  display: none !important;
}

.sfsi_copylinksficn1 {
  position: absolute !important;
  left: -9999px !important;
}

/* New Breadcrumb Design */
.breadcrumb-pill {
  display: inline-flex;
  flex-wrap: wrap;
  row-gap: 6px;
  align-items: center;
  padding: 8px;
  border-radius: 999px;
  font-size: clamp(16px, 1.5vw, 20px);
  margin-left: 2px;
}

/* Shared pill style */
.pill-link,
.pill-current {
  position: relative;
  display: inline-flex;
  align-items: center;
  padding: 10px 22px;
  border-radius: 999px;
  font-size: 14px;
  text-decoration: none;
  white-space: nowrap;
  z-index: 1;
}

/* White outlined pills */
.pill-link {
  color: #fff;
  border: 1.5px solid #fff;
	transition: all 0.3s ease;
}

.pill-link:hover {
  color: #ffffff;
}

.breadcrumb-pill img {
  margin-left: -1px;
}

/* White arrow connector */
/*
.pill-link::after {
  content: "";
  position: absolute;
  right: -6px;
  top: 50%;
  transform: translateY(-50%) rotate(45deg);
  width: 14px;
  height: 14px;
  background: #ffffff;
  z-index: -1;
}
*/

/* Active/current page */
.pill-current {
  background: #fff;
  font-weight: 500;
  margin-left: -1px;
}

span.pill-current.blue {color: #0086C0;}

span.pill-current.orange {color: #ED7D31;}

.bredcrum_bg_blue .col-md-12,
.bredcrum_bg_orange .col-md-12 {
  padding: 0 !important;
}

.bredcrum_bg_orange .pill-link {
  background: #ED7D31;
}

.bredcrum_bg_orange .pill-current {
  color: #ED7D31;
}

.bredcrum_bg_blue .pill-link {
  background: #0086C0;
}

.bredcrum_bg_blue .pill-current {
  color: #0086C0;
}

@media (max-width: 1000px) {
  .news-meta-with-icons {
    grid-template-columns: 1fr;
    gap: 0px;
  }

  .news-meta-right {
    justify-content: flex-start;
  }

  .news-meta-with-icons.with-thumb {
    max-width: 100%;
  }

  .news_detail_content {
    margin-top: 0px;
  }
}

@media (max-width: 767px) {
  .news-meta-with-icons {
    grid-template-columns: 1fr;
  }

  .news-meta-right {
    justify-content: flex-start;

    .news-meta-with-icons.with-thumb {
      max-width: 100%;
    }
  }
