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

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

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

.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: 70px 0px;
}

.intro_about_services .about_services_content h2 {
  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: 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 (max-width:1024px){

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

  .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: 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 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;
  }
}






.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: 56px 0
}
.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: #ED7D31 !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;
  }
}











.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) */
