/*----------------------------------------------------
	SITE MAIN STRUCTURE
------------------------------------------------------*/

.container {
  width: 1280px;
  margin: auto;
}

/* columns */
.one_half,
.one_third,
.one_fourth,
.two_third,
.three_fourth,
.one_fifth,
.onecol_forty,
.onecol_sixty,
.onecol_thirtyfive {
  position: relative;
  margin-right: 4%;
  float: left;
}

.one_full {
  width: 100%;
}

.one_half {
  width: 48%;
}

.one_third {
  width: 30.650%;
}

.one_fourth {
  width: 22%;
}

.one_fifth {
  width: 16.800%;
}

.two_third {
  width: 65.350%;
}

.three_fourth {
  width: 74%;
}

.onecol_forty {
  width: 40%;
}

.onecol_sixty {
  width: 56%;
}

.onecol_thirtyfive {
  width: 35%;
}

/* Less Space Bitween Columns */
.one_half_less,
.one_third_less,
.one_fourth_less,
.two_third_less,
.three_fourth_less,
.one_fifth_less,
.onecol_forty_less,
.onecol_sixty_less,
.onecol_thirtyfive_less {
  position: relative;
  margin-right: 2%;
  float: left;
}

.one_full_less {
  width: 100%;
}

.one_half_less {
  width: 49%;
}

.one_third_less {
  width: 32%;
}

.one_fourth_less {
  width: 23.500%;
}

.one_fifth_less {
  width: 18.400%;
}

.two_third_less {
  width: 66%;
}

.three_fourth_less {
  width: 74.500%;
}

.onecol_forty_less {
  width: 40%;
}

.onecol_sixty_less {
  width: 58%;
}

.onecol_thirtyfive_less {
  width: 36.250%;
}

.last {
  margin-right: 0 !important;
  clear: right;
}


/*---------------------------------------------------
	HEADER
------------------------------------------------------*/

/* Logo */
/* #logo {
  float: left;
  display: block;
  width: 100%;
  min-height: 70px;
  margin-top: 0px;
  position: relative;
  text-indent: -999em;
  background: url(../images/logo.png) no-repeat left top;
} */

#logo {
    float: left;
    display: block;
    /*width: 290px;*/
    width: 400px;
    height: 72px;
    margin-top: 9px;
    position: relative;
    text-indent: -999em;
    background: url(../images/vsr-logo.svg) no-repeat left center;
    background-size: contain;
}


/* header area adinationals */
.logo {
  float: left;
  width: 33%;
  margin-top: 0px;
}

.menu_main {
  float: left;
  width: 67%;
  z-index: 9999;
  margin-top: 12px;
  margin-right: 0%
}

/*.schedule-consultation {*/
/*  float: left;*/
/*  width: 19%;*/
/*}*/



.menu_main.rslinks {
  width: 67%;
}

.menu_main_full {
  float: left;
  width: 84%;
  z-index: 9999;
}

.mstslider {
  width: 100%;
  float: left;
}

/* top navigations */
.top_nav {
  width: 100%;
  height: 60px;
  background: #edb611;
  -webkit-transition: all 400ms ease;
  -moz-transition: all 400ms ease;
  -ms-transition: all 400ms ease;
  -o-transition: all 400ms ease;
  transition: all 400ms ease;
}

.right-bar {
  padding-top: 5px;
  padding-bottom: 3px;
  height: 60px;
  /*-webkit-clip-path: polygon(5% 0%, 100% 0%, 100% 100%, 0% 100%);
    clip-path: polygon(5% 0%, 100% 0%, 100% 100%, 0% 100%);*/
  background: #edb611;
  /*padding-right: calc(33% - 600px);*/
  width: calc(70% + 38px);
  float: right;
  position: relative;
  margin-left: -38px;
  padding-right: 1%;
}

.right-bar::before {
  content: '';
  position: absolute;
  top: 0px;
  left: 0px;
  /* height: 60px;
 width: 6px;
 transform: skew(12deg);*/
  width: 0;
  height: 0;
  border-top: 60px solid #edb611;
  border-right: 60px solid transparent;
}

.right-bar::after {
  content: '';
  position: absolute;
  top: 0px;
  left: 99%;
  height: 60px;
  width: 800px;
  background: #edb611;
}

.left_bar {
  width: 30%;
  /*background: #6f3864;*/
  padding-left: calc(33% - 600px);
  -webkit-clip-path: polygon(0 0, 100% 0%, 85% 100%, 0% 100%);
  clip-path: polygon(0 0, 100% 0%, 90% 100%, 0% 100%);
  float: left;
  padding-top: 6px;
}

.social {
  display: inline-block;
  float: right;
  margin-left: 15px;
}

.user_box_link a i {
  font-size: 14px;
  margin-right: 3px;
  width: 30px;
  height: 30px;
  border-radius: 100%;
  border: 1px solid #6f3864;
  padding: 6px;
  top: -2px;
  position: relative;
  text-align: center;
  background: #6f3864;
  line-height: 16px;
}

.phone {
  display: inline-block;
  margin-right: 36px;
  line-height: 43px;
  font-size: 16px;
  font-weight: 500;
  color: #000;
  height: 45px
}

.phone a i {
  font-size: 18px;
  position: relative;
  top: 1px;
  padding-right: 5px;
  padding-left: 8px;
  color: #000;
}

.social_list_item {
  position: relative;
  display: inline-block;
  margin-right: 3px;
}

.social_list_item:last-child {
  margin-right: 0px;
}

.social_list_item a {
  display: block;
  width: 100%;
  padding: 5px 6px;
  line-height: 36px;
  color: #fff;
  font-size: 16px;
  line-height: 30px;
  font-weight: 600;
}

.social_list_item:hover a i {
  color: #b70d00;
}

.social_list_item a i {
  font-size: 16px;
  color: #FFFFFF;
  -webkit-transition: all 200ms ease;
  -moz-transition: all 200ms ease;
  -ms-transition: all 200ms ease;
  -o-transition: all 200ms ease;
  transition: all 200ms ease;
}

.social_list_item a:hover {
  color: #b70d00;
}

.user_box_link {
  float: left;
  display: inline-block;
  margin-top: 5px;
}

.user_box_link a {
  display: block;
  font-size: 16px;
  line-height: 30px;
  font-weight: 600;
  color: #FFFFFF;
  text-transform: none;
  padding: 0px 12px;
  letter-spacing: 1px;
}

.user_box_link a:hover {
  color: #fff;
}

.user_box_login {
  margin-left: 52px;
}

.user_box_login::after,
.user_box_register::after {
  display: block;
  position: absolute;
  top: 7px;
  right: -9px;
  background: #FFFFFF;
  width: 1px;
  height: 12px;
  content: '';
}

.text-right {
  text-align: right;
}

.header-cta ul li {
  display: inline-block;
  padding-right: 15px;
  margin-right: 15px;
  border-right: 1px solid #e1e1e140;
}


.header-cta ul li:first-child {
  margin-left: 0;
}

.header-cta .call-box {
  display: flex;
  text-align: left;
}

.call-box .icon {
  display: inline-block;
}

.header-cta .call-box .icon img {
    width: 35px;
    vertical-align: middle;
    padding-top: 3px;
    filter: brightness(0);
}

.call-box .text {
  margin-left: 16px;
}

.call-box span {
  display: block;
  font-size: 13px;
  color: #000;
  letter-spacing: 0.5px;
}

.call-box strong a {
  font-size: 16px;
  color: #000;
  letter-spacing: 0.5px;
  font-weight: 400;
}

.header-cta ul li:last-child {
  padding-right: 0;
  border-right: none;
  margin-right: 0;
}

/*=======*/
.top_nav .left {
  float: left;
  width: 50%;
  padding: 7px 0px;
}

.top_nav .left i {
  color: #000;
}

.top_nav .left a {
  color: #000;
  margin-right: 25px;
}

.top_nav .left a:hover {
  color: #999;
  transition: all 0.3s ease;
}

.top_nav .right {
  float: left;
  width: 50%;
  text-align: right;
}

.top_nav ul.topsocial {
  float: right;
  padding: 0px;
  margin: 0px 10px 0px 0px;
  padding: 7px 0px;
}

.top_nav .topsocial li {
  float: left;
  padding: 0px;
  margin: 0px 14px 0px 0px;
}

.top_nav .topsocial li a {
  float: left;
  color: #c3c3c3;
  font-size: 13px;
  border-radius: 100%;
  text-align: center;
  vertical-align: middle;
  transition: all 0.3s ease;
  margin-right: 0px;
}

.top_nav .topsocial li a:hover {
  color: #999;
}

.tpbut {
  float: right;
  color: #000;
  margin-left: 0px;
  padding: 7px 18px;
  transition: all 0.3s ease;
}

.tpbut:hover,
.tpbut.active {
  color: #999;
  background: #f9f9f9;
}

.tpbut.two {
  border-right: 1px solid #f3f3f3;
  border-left: none;
}


.slidermar {
  margin-top: 80px;
}

.red-text {
  color: #df2e28;
}

.black-text {
  color: #000;
}

.d-flex {
  display: flex;
}

.align-center {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}

.justify-center {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}

.about-section {
  padding: 100px 0px 80px;
}

.about-left {
  width: 45%;
  float: left;
  margin-right: 5%;

}

.about-left img{padding-left: 40px; width: 100%;}

.about-right {
  width: 50%;
  float: left;
  margin-right: 0%;
}

.about-right h6 {
  font-size: 18px;
  font-family: 'Poppins', sans-serif;
  color: #000;
  margin-bottom: 15px;
  text-align: left;
  font-weight: 400;
  padding-top: 5px;
}

.about-right h2 {
  font-size: 30px;
  font-weight: 400;
  color: #edb611;
  font-family: "Playfair Display", serif;
  font-style: italic;
  margin-bottom: 20px;
  text-align: left;
  line-height: 45px;
}

.about-right p {
  font-size: 15px;
  font-weight: 400;
  font-family: 'Poppins', sans-serif;
  color: #000;
  margin-bottom: 20px;
  text-align: left;
  line-height: 30px;
}

.about-bton {
    background-color: #edb611;
    padding: 11px 25px;
    color: #000;
    font-family: 'Poppins', sans-serif;
    font-size: 16px;
    border-radius: 5px;
    display: inline-block;
    letter-spacing: 0.5px;
    font-weight: 400;
    border: none;
}

.about-bton i {
    color: #000;
    font-size: 16px;
    font-weight: 400;
    padding-left: 15px;
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=0.5);
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
    display: inline-block;
    font-weight: 600;
    float: right;
    padding-top: 12px;
}

/*.bloggs {
  background: url(../images/law-abt-img-1.png) no-repeat scroll right bottom;
}*/


.practice-wrap-shape {
  position: absolute;
  right: 0;
  top: 0;
  z-index: -1;
}

.practice-wrap-top-title {
  position: absolute;
  right: 235px;
  top: 15px;
  display: flex;
  align-items: center;
  max-width: 640px;
}

.practice-wrap-top-title img {
  max-width: 50px;
  margin-right: 20px;
}

.practice-wrap-top-title h3,
.practice-wrap-top-title .h3 {
  font-size: 30px;
  margin-bottom: 0;
  line-height: 1.4;
  font-family: "Playfair Display", serif;
}

.cardbg {
  position: relative;
  z-index: 1;
  border: 0px solid #ddd;
  font-family: "Poppins", sans-serif;
  -webkit-transition: all .5s ease-in-out;
  -moz-transition: all .5s ease-in-out;
  -ms-transition: all .5s ease-in-out;
  -o-transition: all .5s ease-in-out;
  transition: all .5s ease-in-out;

}

.cardbg-pic {
  background-size: cover;
  position: absolute;
  top: 0px;
  left: 0px;
  bottom: 0px;
  right: 0px;
  z-index: -1;
  opacity: 0;

  -webkit-transition: all .5s ease-in-out;
  -moz-transition: all .5s ease-in-out;
  -ms-transition: all .5s ease-in-out;
  -o-transition: all .5s ease-in-out;
  transition: all .5s ease-in-out;
}

.cardbg:hover {
  background-color: #000 !important;
  border: 1px solid transparent;
  color: #fff;
}

.cardbg:hover .s-title-one,
.cardbg:hover .site-button-link {
  color: #fff;
}

.cardbg:hover .icon-cell img {
  filter: brightness(0) invert(1)
}

.cardbg:hover .cardbg-pic {
  opacity: 0.2;

}

.service-box-1-new {
  position: relative;
  padding: 28px 20px 28px 28px;
}

.wt-icon-box-wraper-new {
  position: relative;
  margin-bottom: 10px;
}

.icon-xl {
  line-height: 80px;
}

.icon-xl.inline-icon {
  width: auto;
  text-align: left !important;
}

.wt-icon-number-new {
  position: absolute;
  right: 0px;
  top: 0px;
}

.site-text-secondry {
  color: #00173c;
}

.service-box-title-new {
  margin-left: 0px;
  margin-bottom: 20px;
  font-size: 30px;
}

.service-box-content-new {

  padding-bottom: 30px;
}

.site-button-link {
  display: inline-block;
  position: relative;
  font-weight: 400;
  font-family: "Poppins", sans-serif;
}

.wt-icon-number-new span {
  font-size: 90px;
  line-height: 100px;
  color: rgba(0, 0, 0, 0.1);
  font-weight: 700;
  opacity: 0.5;
  display: block;
  font-family: "Poppins", sans-serif;
}

.services-ul ul {
  margin-bottom: 0px
}

.services-ul ul li {
  margin-top: 13px;
  float: left;
  margin-left: 24px;
}

.services-ul ul li img {
  float: left;
  padding-top: 3px;
  padding-right: 10px;
  margin-left: -24px;
}

.align-items-center {
  align-items: center !important;
}

.g-4,
.gy-4 {
  --bs-gutter-y: 1.5rem;
}

.g-4,
.gx-4 {
  --bs-gutter-x: 1.5rem;
}

.mb-4 {
  margin-bottom: 1.5rem !important;
}

/* end-section-six-styles */

.align-items-center {
  align-items: center !important;
}

.me-3 {
  margin-right: 1rem !important;
}

/* ==================================================== */

.page-banner {
  width: 100%;
  float: left;
  background: url(../images/innerbaner-1.jpg) no-repeat center;
  background-size: cover;
  margin-top: 80px;
}

.page-banner-layer {
  width: 100%;
  float: left;
  height: 100%;
  background: rgb(49 47 45 / 80%);
  padding: 75px 0px;
}

.pagebanner-text {
  margin-top: 100px;
  text-align: center;
}

.pagebanner-text-1 {
  margin-top: 50px;
  text-align: center;
}

.pagebanner-text-1 h5 {
  color: #fff;
  margin-top: 21px;
  font-weight: 500;
}

.pagebanner-text-1 h5 a:hover {
  color: #49ad3c;
}

.pagebanner-text-1 h5 span {
  color: #c0850e;

}

.pagebanner-text h1 {
  font-size: 30px;
  font-weight: 600;
  color: #fff;
  font-family: 'Poppins', sans-serif;
  margin-bottom: 0px;
  line-height: 15px;
  padding-top: 15px;
}

.pagebanner-text-1 h1 {
  font-size: 30px;
  font-weight: 600;
  color: #fff;
  font-family: 'Poppins', sans-serif;
  margin-bottom: 0px;
  line-height: 15px;
  padding-top: 15px;
}

/* featured section 12 */
.featured_section12 {
  float: left;
  width: 100%;
  padding: 80px 0px 70px 0px;
  text-align: center;
  background: #fff url(../images/pattern1.jpg) repeat left top;
}

.featured_section12 h6 {
  color: #000;
  font-family: 'Poppins', sans-serif;
  font-size: 15px;
  font-weight: 400;
  line-height: 1.2em;
  text-transform: uppercase;
  letter-spacing: 0.8px;
  font-style: italic;
  margin-bottom: 30px;
}

.featured_section12 h6 span {
  color: #edb611;
  font-style: italic;
  font-size: 13px;
  line-height: 0.8em;
}

.featured_section12 h2 {
  color: #000;
  font-family: "Playfair Display", serif;
  font-size: 35px;
  font-weight: 400;
  line-height: 1.2em;
  margin-bottom: 80px
}

.featured_section12 h2 span {
  color: #edb611;
  font-style: italic;
}

.featured_section12.two {
  background: #00082e;
}

.featured_section12 .peosays {
  width: 100%;
  margin: 0 auto;
}

.featured_section12 .peosays .box {
  float: left;
  width: 100%;
  background: transparent;
  border-radius: 3px;
  text-align: left;
  padding: 0px 40px 0px 20px;

  line-height: 30px;
  color: #000;
  font-family: 'Poppins', sans-serif;
  font-size: 15px;
  font-weight: 300;
  letter-spacing: 0.5px;
}

.featured_section12 .peosays .who {
  float: left;
  width: 100%;
  text-align: left;
  padding: 40px 0px 18px 20px;
  background: url(../images/down-arrow.png) no-repeat 45px top;
  margin-top: -2px;
  font-size: 12px;
  color: #000;
}

.featured_section12 .peosays .who img {
  border-radius: 100%;
  float: left;
  margin-right: 18px;
}

.featured_section12 .peosays .who strong {
  font-size: 14px;
  color: #000;
  display: block;
  line-height: 16px;
  font-weight: 600;
  margin-top: 5px;
} 

.footer {
  background: #072950;
  color: #fff;
  padding: 80px 0 0px;
}

.footer h3 {
    color: #edb611;
}

/*.footer .new-footer-about img{
  width: 220px;
  margin-bottom: 20px;
}*/

.footer .new-footer-about img {
    width: 280px;
    margin-bottom: 7px;
}

.footer .new-footer-about a {
    color: #fff;
    font-size: 14px;
    letter-spacing: 0.5px;
    font-family: 'Poppins', sans-serif;
    font-weight: 400;
    line-height: 25px;
    text-transform: uppercase;
    text-decoration: underline;
}

.footer .new-footer-about p {
    color: #fff;
    font-size: 15px;
    font-style: normal;
    font-weight: 300;
    line-height: normal;
    font-family: 'Poppins', sans-serif;
    letter-spacing: 0.8px;
    line-height: 29px;
    padding-bottom: 15px;
}

.footer ul li a {
    color: #fff;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    font-family: 'Poppins', sans-serif;
    letter-spacing: 0.8px;
    line-height: 29px;
}
.footer ul li a:hover {
    color: #edb611;
}

.footer ul li{
    margin-bottom: 10px;
}

.footer-grid {
        display: grid;
    grid-template-columns: .9fr 0.8fr 0.9fr 1.1fr;
    gap: 40px;
    padding-bottom: 30px;
}

.copyrights {
    padding-top: 25px;
    display: ruby-text;
    border-top: 0.8px solid #757575;
}

.copyrights p {

  color: #454545;
  font-family: 'Poppins', sans-serif;
  font-size: 14px;
}

.copyrights-left {
  width: 35%;
  float: left
}

.copyrights-left ul{margin-bottom: 0px;}

.copyrights-left ul li {
  float: left;
  padding-right: 15px;
  color: #fff;
  margin-bottom: 0px;
}

.copyrights-right {
  width: 65%;
  float: left;
  font-family: 'Poppins', sans-serif;
  color: #fff;
}

/*** ====================================================================
	Counter Section
====================================================================***/

.m-0{
  margin: 0px !important;
}

.counter-section{
	position:relative;
	padding:90px 0px 70px;
  background-attachment:fixed;
	background-position:center center;
	background-repeat:no-repeat;
  z-index: 1
}

/* .counter-section .image-layer{
	position:absolute;
	left:0px;
	top:0px;
	right:0px;
	height: 455px;
	background-attachment:fixed;
	background-position:center center;
	background-repeat:no-repeat;
} */

.counter-section:before{
	position:absolute;
	content:'';
	left:0px;
	top:0px;
	right:0px;
	bottom:0px;
	opacity:0.80;
	z-index:1;
	background-color:#00204c;
}

.counter-section .fact-counter{
	margin: 70px 20px 0px;
  margin-top: 70px;
}

/* Fact Counter */

.fact-counter{
	position:relative;
}

.fact-counter .counter-column{
	position:relative;
	z-index:1;
	margin-bottom:20px;
}

.fact-counter .counter-column .inner{
	position:relative;
	text-align:left;
	padding:40px 20px;
	border:1px solid rgba(255,255,255,0.15);
	background-color:rgba(0,30,73,0.80);
	-webkit-transition:all 300ms ease;
	-ms-transition:all 300ms ease;
	-o-transition:all 300ms ease;
	-moz-transition:all 300ms ease;
	transition:all 300ms ease;
}

.fact-counter .counter-column .inner:hover{
	border-color:#edb611;
}

.fact-counter .counter-column .inner .content{
	position:relative;
	padding-left:64px;
}

.fact-counter .counter-column .count-box{
	position:relative;
	color:#ffffff;
	font-size:45px;
	line-height:1em;
	font-family: 'Bellefair', serif;
}

.fact-counter .counter-column .count-box sup{
	position:relative;
	color:#ffffff;
}

.fact-counter .counter-column .icon{
	position:absolute;
	left:0px;
	top:0px;
	color:#edb611;
	font-size:44px;
	line-height:1em;transition: all 600ms ease;
    -moz-transition: all 600ms ease;
    -webkit-transition: all 600ms ease;
    -ms-transition: all 600ms ease;
    -o-transition: all 600ms ease;
}

.fact-counter .counter-column .inner:hover .icon{
	-webkit-transform: scale(-1) rotate(180deg);
    -moz-transform: scale(-1) rotate(180deg);
    -ms-transform: scale(-1) rotate(180deg);
    -o-transform: scale(-1) rotate(180deg);
    transform: scale(-1) rotate(180deg);
}

.fact-counter .counter-column .count-text{
	display:inline-block;
	color:#ffffff;
	line-height:1em;
}

.fact-counter .counter-column .count-outer{
	position:relative;
	font-size:48px;
	line-height:1em;
}

.fact-counter .counter-column .counter-title{
	margin-top:10px;
	color:#ffffff;
	font-family: 'Open Sans', sans-serif;
}

.fact-counter.style-two .counter-column .inner{
	background:none;
	border:0px;
	padding:40px 0px;
}
.sec-title h2 {
    color: #ffffff;
    padding-bottom: 38px !important;
    font-size: 35px;
    line-height: 1.6em;
    text-align: center;
    font-family: "Playfair Display", serif;
}
.sec-title h2 {
    --s: 1.8em;
    --d: .8em;
    --c: .8em;
    padding: 0 calc(var(--s) + 1em) var(--d);
    background: conic-gradient(at left var(--s) bottom var(--d), #0000 25%, #0008 0 37.5%, #0004 0) 0 / 50% 100% no-repeat, conic-gradient(at right var(--s) bottom var(--d), #0004 62.5%, #0008 0 75%, #0000 0) 100% / 50% 100% no-repeat;
    clip-path: polygon(0 var(--d), var(--s) var(--d), var(--s) 0, calc(100% - var(--s)) 0, calc(100% - var(--s)) var(--d), 100% var(--d), calc(100% - var(--c)) calc(50% + var(--d) / 2), 100% 100%, calc(100% - var(--s) - var(--d)) 100%, calc(100% - var(--s) - var(--d)) calc(100% - var(--d)), calc(var(--s) + var(--d)) calc(100% - var(--d)), calc(var(--s) + var(--d)) 100%, 0 100%, var(--c) calc(50% + var(--d) / 2));
    background-color: #edb611;
    /* width: fit-content; */
}

.sec-title h2 span{
    font-size: 45px;
    
}

.sec-title{
  z-index: 9999999999999;
  position: relative;
  text-align: center;
}

.sec-title.centered h2:before {
    left: 50% !important;
    margin-left: 0px;
}
.sec-title h2:before {
    position: absolute;
    content: '';
    left: 0px;
    top: 72px;
    height: 2px;
    width: 60px;
    background-color: #edb611;
}

.sec-title .text {
    color: #ffffff;
    font-family: 'Poppins', sans-serif;
    font-weight: 300;
    letter-spacing: 1px;
    line-height: 28px;
    width: 80%;
    text-align: center;
    margin: 0 auto;
}

.fact-counter .counter-column .count-box sup {
    position: relative;
    color: #ffffff;
    top: -5px;
    font-size: 35px;
    font-weight: 600;
    margin-left: -5px;
}

.about-counter-section .fact-counter .counter-column .count-box sup{margin-left:8px;}



/* ================================================================= */


.contact-two {
  position: relative;
  z-index: 2;
  padding: 100px 0 90px;
  background-color: var(--procounsel-gray2, #ededed);
  overflow: hidden;
}
@media (max-width: 767px) {
  .contact-two {
    padding: 30px 0 80px;
  }
}
.contact-two__bg {
  position: absolute;
  top: 0;
  right: 0;
  width: 28.91%;
  height: 100%;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}
.contact-two__bg::after {
  background: radial-gradient(111.51% 143.6% at 0% 2.69%, rgba(var(--procounsel-base-rgb, 199, 149, 74), 0.8) 6.19%, rgba(var(--procounsel-primary-rgb, 25, 34, 58), 0.8) 80.27%);
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  content: "";
  transform: rotate(-180deg) scaleX(-1);
}
@media (max-width: 767px) {
  .contact-two__bg {
    display: none;
  }
}
.contact-two__bg__shape {
  position: absolute;
  width: 825px;
  height: 825px;
  border-radius: 50%;
  background-color: rgba(var(--procounsel-primary-rgb, 25, 34, 58), 0.1);
  bottom: -260px;
  left: -60px;
  animation: zoomsIn 3s linear 0s infinite;
}
.contact-two__img {
  position: absolute;
  bottom: 0;
  left: 100px;
  width: auto;
  height: auto;
  z-index: 1;
}
@media (max-width: 1600px) {
  .contact-two__img {
    left: -150px;
  }
}
@media (max-width: 1299px) {
  .contact-two__img {
    display: none;
  }
}
.contact-two__content {
  position: relative;
  z-index: 2;
}
@media (min-width: 1200px) {
  .contact-two__content {
    padding-left: 165px;
  }
}
.contact-two__info {
  margin: 0;
  position: relative;
  border: 1px solid var(--procounsel-border-color, #d9d9d9);
  background-color: var(--procounsel-gray2, #ededed);
  padding: 50px 40px;
  padding-right: 32px;
}
@media (max-width: 991px) {
  .contact-two__info {
    width: 100%;
  }
}
@media (max-width: 1199px) {
  .contact-two__info {
    width: fit-content;
  }
}
.contact-two__info__shape {
  clip-path: polygon(100% 0, 0 0, 100% 100%);
  width: 200px;
  height: 61px;
  position: absolute;
  right: 0;
  top: 0;
  background-color: #edb611;
}
.contact-two__info__item {
  display: flex;
  align-items: center;
  gap: 17px;
  margin-bottom: 39px;
}
.contact-two__info__item:last-child {
  margin-bottom: 0;
}
.contact-two__info__item:hover .contact-two__info__icon {
  border-color: var(--procounsel-base, #c7954a);
}
.contact-two__info__item:hover .contact-two__info__icon__zoom {
  animation: iconsZoom 0.25s ease-out;
}
.contact-two__info__icon {
  width: 60px;
  height: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 20px;
  transition: all 500ms ease;
  color: #edb611;
  flex-shrink: 0;
  position: relative;
  border-radius: 50%;
  border: 1px solid var(--procounsel-border-color, #d9d9d9);
}
.contact-two__info__icon__zoom {
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 0;
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}
.contact-two__info__text {
  margin: 0;
  color: var(--procounsel-primary, #19223a);
  line-height: 26px;
  font-weight: 600;
  font-size: 16px;
}
.contact-two__info__text a {
  color: inherit;
  background: linear-gradient(to right, currentcolor 0%, currentcolor 100%) 0px 95%/0px 1px no-repeat;
  transition: all 500ms ease;
}
.contact-two__info__text a:hover {
  background-size: 100% 1px;
}
.contact-two__info__text a:hover {
  color: var(--procounsel-base, #c7954a);
}
.contact-two .contact-one__form {
  padding: 39px 50px 60px;
  margin: 0;
}
@media (max-width: 1199px) {
  .contact-two .contact-one__form {
    padding: 39px 30px 60px;
  }
}
@media (max-width: 767px) {
  .contact-two .contact-one__form {
    margin-top: 30px;
  }
}
.contact-two .contact-one__form__bg-one {
  background: #edb611;
  width: 32px;
  height: 32px;
  right: -20px;
  bottom: 0;
  z-index: 2;
  position: absolute;
}
.contact-two .contact-one__form__bg-two {
  border: 1px solid var(--procounsel-border-color, #d9d9d9);
}

.contact-one__form__bg-two {
    background-color: var(--procounsel-white, #fff);
    width: 100%;
    height: 100%;
    position: absolute;
    right: -20px;
    bottom: 0;
}

.contact-one__form .form-one__group {
    grid-gap: 7px;
}
@media (min-width: 576px) {
.form-one__group {
    grid-template-columns: repeat(2, 1fr);
  }
}
.form-one__group {
    display: grid;
    grid-template-columns: 1fr;
    grid-gap: 30px;
    margin: 0;
}

.form-one__control--full {
    grid-column-start: 1;
    grid-column-end: -1;
}

.form-one__control {
    border: none;
    width: auto;
    height: auto;
    border-radius: 0;
    padding: 0;
    position: relative;
}

.contact-one__form .bootstrap-select > .dropdown-toggle, .contact-one__form input[type=text], .contact-one__form input[type=email], .contact-one__form textarea {
    height: 52px;
    background-color: transparent;
    border-bottom: 1px solid #d9d9d9 !important;
    padding-left: 0;
}

.form-one .bootstrap-select > .dropdown-toggle, .form-one input[type=text], .form-one input[type=email], .form-one textarea {
    display: block;
    width: 100%;
    height: 60px;
    /* background-color: var(--procounsel-gray2, #ededed); */
    color: var(--procounsel-text, #838790);
    font-size: 14px;
    font-weight: 600;
    font-size: 14px;
    line-height: 25px;
    border: none;
    border-radius: 0px;
    outline: none;
    font-family: var(--procounsel-font);
    transition: all 500ms ease;
    padding: 0 0px;
}

.form-one .bootstrap-select > .dropdown-toggle:focus, .form-one input[type=text]:focus, .form-one input[type=email]:focus, .form-one textarea:focus {
    color: #0e0b06;
    font-weight: 500;
    border-color: #fff;
}

.form-one__control .procounsel-btn {
  padding: 15px 35px;
  background-color: #0D2C4F;
  color: #fff;
  margin-top: 20px;
  border:0;
  border-radius: 7px;
  font-size: 15px;
  font-family: 'Poppins', sans-serif;
}

.contact-two__info__text a {
    color: inherit;
    background: linear-gradient(to right, currentcolor 0%, currentcolor 100%) 0px 95% / 0px 1px no-repeat;
    transition: all 500ms ease;
}

.sec-title__tagline {
    margin: 0;
    color: #838790;
    display: inline-block;
    font-weight: 500;
    font-size: 16px;
    line-height: 100%;
    text-transform: uppercase;
    margin-bottom: 6px;
    text-align: left;
}
.sec-title__title {
    margin: 0 0 20px 0;
    font-weight: 400;
    font-family: "Playfair Display", serif;
    font-size: 50px;
    line-height: 60px;
    letter-spacing: 0%;
    text-align: left;
}

.sec-title__title span {
    color:  #edb611;
}

/* ===================================================== */


.legal-service-section{
  padding: 0px 0px 55px;
  text-align: center;
}

.legal-service-section h1{
  color: #0D2C4F;
  font-family: "Playfair Display", serif;
  margin-bottom: 15px;
  text-align: center;
}

.legal-service-section p{
  text-align: center;
  margin-bottom: 50px;
}

.practice-areabox {
  margin-bottom: 28px;
  text-align: center;
  padding: 20px;
  border: 1px solid rgba(153, 153, 153, 0.1);
  height: 100%;
  text-align: center;
  min-height: 180px;
}

.practice-areabox .icon {margin-bottom: 20px;}

.practice-areabox:hover {
  background-color: rgba(153, 153, 153, 0.1);
}

.practice-areabox .content h4{
  font-weight: 500;
  color: #000;
  font-size: 16px;
  line-height: 25px;
  margin-bottom: 10px;
  font-family: 'Poppins', sans-serif;
}


.practice-areabox .icon img {
  width: 50px;
  filter: brightness(0) saturate(100%) invert(54%) sepia(78%) saturate(659%) hue-rotate(10deg) brightness(95%) contrast(94%);
}

.support-servicesbox {
  margin-bottom: 28px;
  text-align: center;
  padding: 20px;
  border: 1px solid rgba(153, 153, 153, 0.1);
  height: 100%;
  text-align: center;
  min-height: 180px;
}

.support-servicesbox .support-servicesboxicon {margin-bottom: 20px;}

.support-servicesbox:hover {
  background-color: rgba(153, 153, 153, 0.1);
}

.support-servicesbox .support-servicesboxicon img {
  width: 50px;
  filter: brightness(0) saturate(100%) invert(54%) sepia(78%) saturate(659%) hue-rotate(10deg) brightness(95%) contrast(94%);
}

.support-servicesbox .support-servicesboxcontent h4{
  font-weight: 500;
  color: #000;
  font-size: 16px;
  line-height: 25px;
  margin-bottom: 10px;
}

/* ==================================================== */

.global-reach-section{
  background: #fff4ee5c;
  position: relative;
  padding: 80px 0px 55px;
}

.service3-imag1 img {
  border-radius: 130px 130px 0 0;
  width: 100%;
  min-height: 255px;
  object-fit: cover;
}

.service3-boxarea {
  position: relative;
  border-radius: 2px;
  background: #FFF;
  padding: 25px 20px 20px 25px;
  margin-bottom: 35px;
  box-shadow: 0 10px 30px rgb(0 0 0 / 6%);
  transition: all .4s ease-in-out;
  min-height: 330px;
}

.service3-boxarea:hover{
  transform: translateY(-10px);
}

.service3-text2 a h1 {
  color: #0D2C4F;
  font-family: "Playfair Display", serif;
  margin-bottom: 10px;
  text-align: left;
  margin-left: 0px;
  font-size: 22px;
  line-height: 29px;
}

.service3-text2 p {
  font-size: 14px;
  font-weight: 400;
  font-family: 'Poppins', sans-serif;
  color: #000;
  margin-bottom: 13px;
  text-align: left;
  line-height: 25px;
}

.service3-text2 a {
  color: #edb611;
  font-size: 16px;
}

.service3-text2 a:hover{color: #0D2C4F;}

.service3-text2 a span i {
  margin-left: 4px;
  transform: rotate(-45deg);
}

.global-reach-section h1 {
  color: #0D2C4F;
  font-family: "Playfair Display", serif;
  margin-bottom: 15px;
  text-align: center;
}

.global-reach-section .headpera {
  text-align: center;
  margin-bottom: 50px;
  letter-spacing: 0.5px;
}

.service3-boxarea .col-lg-7, .col-lg-5{padding: 0px !important;}

.page_title2 {
  float: left;
  width: 100%;
  padding: 40px 0px;
  margin-top: 87px;
  background: #dddddd url(../images/bg-pattern.png) repeat center bottom;
}

.page_title2 h1 {
  float: left;
  font-size: 24px;
  font-weight: 500;
  margin-bottom: 0px;
  color: #072950;
  font-family: 'Poppins', sans-serif;
}

.page_title2 .pagenation {
  float: right;
  font-size: 14px;
  text-align: left;
  font-weight: 600;
  color: #072950;
  margin: 7px 0px 0px 0px;
  font-family: 'Poppins', sans-serif;
}

.page_title2 .pagenation i {
  color: #072950;
  margin: 0px 2px 0px 2px;
}

.page_title2 .pagenation a {
  padding: 0px;
  color: #072950;
  font-weight: 400;
  transition: all 0.3s ease;
  
}

.page_title2 .pagenation a:hover {
  color: #072950;
}

.services-section{
  padding: 80px 0 50px;
}

.services-section h3{
  color: #000;
  font-size: 20px;
  margin-bottom: 20px;
  margin-top: 18px;
  padding-left: 15px;
  font-family: "Playfair Display", serif; 
}

.services-box{
  border:1px solid #eee;
  border-radius: 10px;
  margin-bottom: 25px;
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
  min-height: 635px;
  border-bottom: 8px solid #072950;
}
/*.row .col-md-3:nth-child(5) .services-box {
  min-height: 585px;
}
.row .col-md-3:nth-child(6) .services-box {
  min-height: 585px;
}
.row .col-md-3:nth-child(7) .services-box {
  min-height: 585px;
}
.row .col-md-3:nth-child(8) .services-box {
  min-height: 585px;
}
.row .col-md-3:nth-child(9) .services-box {
  min-height: 635px;
}
.row .col-md-3:nth-child(10) .services-box {
  min-height: 635px;
}
.row .col-md-3:nth-child(11) .services-box {
  min-height: 635px;
}
.row .col-md-3:nth-child(14) .services-box {
  min-height: 690px;
}
.row .col-md-3:nth-child(15) .services-box {
  min-height: 690px;
}
.row .col-md-3:nth-child(16) .services-box {
  min-height: 690px;
}*/

.gold-color{
  border-bottom: 8px solid #edb611 !important;
}

.gold-color h5{
  color: #edb611 !important;
}

.services-box h4{
  background-color: #072950;
  color: #edb611;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  padding: 15px 25px;
  margin-bottom: 20px;
}

.core-icon img{
  margin-top: 20px;
  
}

.services-box h5{
  /*background-color: #072950;*/
  color: #001129;
  /*border-top-left-radius: 10px;
  border-top-right-radius: 10px;*/
  padding: 5px 30px 10px;
  margin-bottom: 4px;
  font-size: 20px;
  text-align: center;
  font-family: "Playfair Display", serif;
  line-height: 32px;
}

/*.additional-services{min-height: 365px;}*/

.services-box ul{padding: 0px 25px; margin: 0}

.services-box ul li {
   padding-bottom: 10px;
    padding-left:26px;
    border-bottom: 1px solid #f3f3f4;
    margin-bottom: 10px;
}


.services-box ul li:last-child{
   
    border-bottom: 0px solid #f3f3f4;
   
}


.services-box ul li img {
    padding-right: 10px;
    margin-left: -27px;
    padding-top: 3px;
    float: left;
    /* filter: brightness(0) saturate(100%) invert(76%) sepia(32%) saturate(604%) hue-rotate(6deg) brightness(91%) contrast(88%); */
}

.contact-us-page{background-color: #f8f9fc}

.contact-us-page .container{width: 1200px}

.contactus-box {
   /* background-color: #ffffff;
    box-shadow: 0 5px 24px 6px rgba(0, 0, 0, 0.1);*/
    margin-top: 80px;
}

.contact-top-box{
    padding: 20px 20px 20px;
    color: #000;
    background-color: #ffffff;
    box-shadow: rgba(99, 99, 99, 0.1) 0px 2px 8px 0px;
    border-radius: 8px;
    margin-bottom: 35px;
}

 .contact-container {
            
            display: grid;
            grid-template-columns: 1fr 1fr 1fr;
            align-items: center;
        }

        .contact-item {
            display: flex;
            align-items: center;
            min-height: 65px;
            padding: 0 35px;
            position: relative;
        }

        /* Divider */
        .contact-item:not(:last-child)::after {
            content: "";
            position: absolute;
            right: 0;
            top: 5px;
            width: 1px;
            height: 60px;
            background: #d9d9d9;
        }

        .icon1 {
            width: 58px;
            height: 58px;
            min-width: 58px;
            border-radius: 50%;
            background: #edb611;
            display: flex;
            align-items: center;
            justify-content: center;
            margin-right: 18px;
        }

        .icon1 svg {
            width: 30px;
            height: 30px;
            stroke: #0b2b55;
            stroke-width: 2;
            fill: none;
        }

        .contact-content {
            display: flex;
            flex-direction: column;
            gap: 4px;
        }

        .contact-label {
            font-size: 15px;
            line-height: 1.2;
            color: #000;
            font-weight: 400;
        }

        .contact-value {
            font-size: 18px;
            line-height: 1.55;
            color: #082b59;
            font-weight: 500;
            white-space: nowrap;
        }

        .contact-subtext {
            font-size: 14px;
            color: #8993a1;
            line-height: 1.3;
        }

        /* Tablet */
        @media (max-width: 900px) {
            .contact-container {
                display: grid;
            grid-template-columns: 2fr 2fr;
            align-items: center;
            }

            .contact-item {
                padding: 15px 20px;
            }

            .contact-item:not(:last-child)::after {
                top: auto;
                bottom: 0;
                left: 20px;
                right: 20px;
                width: auto;
                height: 1px;
                display: none;
            }
            .office-hours{display: none;}
        }

        /* Mobile */
        @media (max-width: 500px) {
            
           .contact-container {
                display: grid;
            grid-template-columns: 3fr;
            align-items: center;
            }
            .contact-item {
                padding: 15px 5px;
            }

            .icon1 {
                width: 52px;
                height: 52px;
                min-width: 52px;
                margin-right: 14px;
            }

            .icon1 svg {
                width: 26px;
                height: 26px;
            }

            .contact-label {
                font-size: 13px;
            }

            .contact-value {
                font-size: 17px;
                white-space: normal;
            }

            .contact-subtext {
                font-size: 12px;
            }
            .contact-item:not(:last-child)::after {
                top: auto;
                bottom: 0;
                left: 20px;
                right: 20px;
                width: auto;
                height: 1px;
                display: none;
            }
            .office-hours{display: none;}
        }



.contactus-box-left {
    width: 40%;
    margin-right: 5%;
    float: left;
   /* background: #072950;*/
    
}

.contactus-left-address{
  padding: 18px 20px 20px;
    color: #000;
    background-color: #ffffff;
    box-shadow: rgba(99, 99, 99, 0.1) 0px 2px 8px 0px;
    border-radius: 8px;
    margin-bottom: 25px;
}
.contactus-left-address img{
    float: left;
    padding-right: 15px;
    margin-top: -14px;
  }

.contactus-left-address h4 {
    font-size: 20px;
    font-weight: 500;
    font-family: 'Poppins', sans-serif;
    margin-bottom: 14px;
    color: #000;
    padding-top: 15px;
    border-bottom: 1px solid #ededed;
    padding-bottom: 25px;
}
/*.section-divied {
    border-bottom: 1px solid #2f3b56;
    padding: 30px 0px;
}*/

.contactus-left-address span {
    float: left;
    padding-bottom: 32px;
    padding-right: 15px;
    font-size: 23px;
    padding-top: 3px;
    color: #edb611;
}

.contactus-left-address h6 {
    margin-bottom: 8px;
    font-size: 16px;
    font-weight: 500;
    font-family: 'Poppins', sans-serif;
    color: #000;
}
.contactus-left-address p {
       font-size: 15px;
    font-weight: 400;
    font-family: 'Poppins', sans-serif;
    line-height: 25px;
    text-align: left;
    color: #000;
    margin-bottom: 18px;
    padding-top: 0px;
    width: 100%;
}

.contactus-box-right {
    width: 55%;
    float: left;
    padding: 45px;
    color: #fff;
}

.contactus-right-from{
  padding: 22px 25px 50px;
    color: #000;
    background-color: #ffffff;
    box-shadow: rgba(99, 99, 99, 0.1) 0px 2px 8px 0px;
    border-radius: 8px;
    margin-bottom: 25px;
}

.contactus-box-right h3 {
    font-size: 20px;
    font-weight: 500;
    font-family: 'Poppins', sans-serif;
    margin-bottom: 12px;
    color: #000;
}

.message-line{
    width: 70px;
    height: 5px;
    background-color: #edb611;
    border-radius: 25px;
    margin-bottom: 15px;
}

.contactus-box-right p {
    font-size: 14px;
    font-weight: 400;
    font-family: 'Poppins', sans-serif;
    margin-bottom: 20px;
    color: #8c9db0;
}

.contact-from {
    width: 100%;
    float: left;
    margin-right: 0%;
}

.contact-from, .contact-from-textarea  span{
  font-size: 14px;
    font-weight: 400;
    font-family: 'Poppins', sans-serif;
    color: #454545;
}

.contact-from input {
   border: 1px solid #d6deef;
    color: #222222;
    padding: 10px 15px;
    width: 100%;
    margin-bottom: 15px;
    border-radius: 5px;
     margin-top: 5px;
}



.contact-from-textarea {
    width: 100%;
    float: left;

}

.contact-from-textarea textarea {
    border: 1px solid #d6deef;
    color: #222222;
    padding: 10px 10px;
    width: 100%;
    height: 100px;
    margin-bottom: 30px;
   border-radius: 5px;
     margin-top: 5px;
}

.contact-from-submit {
    background: #edb611;
    padding: 12px 25px;
    color: #000;
    font-size: 16px;
    display: inline-block;
    font-family: 'roboto';
    font-weight: 500;
    border: 0;
    border-radius: 5px;
}

.google-map-text {
     margin-bottom: 60px;
}

.google-map-text h4 {
    font-size: 24px;
    font-weight: 500;
    font-family: 'roboto';
    color: #000;
    margin-top: 70px;
    margin-bottom: 25px;
}

.google-map {
    box-shadow: 0 5px 24px 6px rgba(0, 0, 0, 0.1);
    border: 1px solid #ddd;
}


.inner-about-section {
  padding: 60px 0px 80px;
}

.inner-about-left {
  width: 45%;
  float: left;
  margin-right: 5%;

}

.inner-about-left img{padding-left: 0px; width: 100%;}

.inner-about-right {
  width: 50%;
  float: left;
  margin-right: 0%;
}

.inner-about-right h6 {
  font-size: 16px;
  font-family: 'Poppins', sans-serif;
  color: #edb611;
  margin-bottom: 5px;
  text-align: left;
  font-weight: 400;
  padding-top: 40px;
}

.inner-about-right h2 {
  font-size: 34px;
  font-weight: 400;
  color: #072950;
  font-family: "Playfair Display", serif;
  font-style: italic;
  margin-bottom: 20px;
  text-align: left;
  line-height: 45px;
}

.inner-about-right h2 span{
  color: #edb611;
 float: left;
 margin-bottom: 20px;
}




.inner-about-right p {
  font-size: 15px;
  font-weight: 400;
  font-family: 'Poppins', sans-serif;
  color: #000;
  margin-bottom: 20px;
  text-align: left;
  line-height: 30px;
}


.executive-team {
  padding: 100px 0px 80px;
  background-color: #fff
}

.executive-team-left {
  width: 30%;
  float: left;
  margin-right: 5%;
}

/*.executive-team-left img{width: 100%; box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px; padding: 20px; border-radius: 15px;}*/

.executive-team-right {
  width: 65%;
  float: left;
  margin-right: 0%;
}

.executive-team-right h6 {
  font-size: 16px;
  font-family: 'Poppins', sans-serif;
  color: #000;
  margin-bottom: 15px;
  text-align: left;
  font-weight: 400;

}

.executive-team-right h2 {
  font-size: 30px;
  font-weight: 400;
  color: #000;
  font-family: "Playfair Display", serif;
 /* font-style: italic;*/
  margin-bottom: 15px;
  text-align: left;
  font-style: italic;
}

.executive-team-right p {
    font-size: 14px;
    font-weight: 400;
    font-family: 'Poppins', sans-serif;
    color: #000;
    margin-bottom: 20px;
    text-align: justify;
    line-height: 28px;
}

.line{width: 100%; height: 1px; background-color: #ddd; margin-top: 15px; margin-bottom: 15px;}

.global-reach {
  padding: 100px 0px 80px;
  background-color: #fff
}

.global-reach-left {
  width: 35%;
  float: left;
  margin-right: 5%;
}

.global-reach-left img{width: 100%; border-radius: 25px;}

.global-reach-right {
  width: 60%;
  float: left;
  margin-right: 0%;
}

.global-reach-right h6 {
  font-size: 18px;
  font-family: 'Poppins', sans-serif;
  color: #000;
  margin-bottom: 15px;
  text-align: left;
  font-weight: 400;
  padding-top: 5px;
}

.phone-global-image{display: none;}

.global-reach-right h2 {
  font-size: 30px;
  font-weight: 400;
  color: #072950;
  font-family: "Playfair Display", serif;
 /* font-style: italic;*/
  margin-bottom: 20px;
  text-align: left;
  line-height: 45px;
}

.global-reach-right p {
  font-size: 15px;
  font-weight: 400;
  font-family: 'Poppins', sans-serif;
  color: #000;
  margin-bottom: 20px;
  text-align: justify;
  line-height: 30px;
}




.global-reach-left1 {
  width: 60%;
  float: left;
 margin-right: 5%;
}

.global-reach-left1 h6 {
  font-size: 18px;
  font-family: 'Poppins', sans-serif;
  color: #000;
  margin-bottom: 15px;
  text-align: left;
  font-weight: 400;
  padding-top: 5px;
}

.global-reach-left1 h2 {
  font-size: 30px;
  font-weight: 400;
  color: #072950;
  font-family: "Playfair Display", serif;
 /* font-style: italic;*/
  margin-bottom: 20px;
  text-align: left;
  line-height: 45px;
}

.global-reach-left1 p {
  font-size: 15px;
  font-weight: 400;
  font-family: 'Poppins', sans-serif;
  color: #000;
  margin-bottom: 20px;
  text-align: justify;
  line-height: 30px;
}

.global-reach-right1 {
  width: 35%;
  float: left;
  
}

.global-reach-right1 img{width: 100%; border-radius: 25px;}

.consultancy-services{margin: 90px 0 50px}

/*.consultancy-services-box{
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px; 
  padding: 35px;
  border-left: 1px solid #fff;
  display: flow-root;
  margin-bottom: 40px;
  border-radius: 10px
}*/

.consultancy-services-box{
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px; 
  padding: 25px;
  width: 30%;
  margin-right: 5%;
  margin-bottom: 60px;
  border-radius: 10px;
  float: left;
  background-color: #fff;
  min-height: 422px;
   position: relative;
}

.consultancy-services-box:nth-child(3n+3){
 margin-right: 0%;
}

.consultancy-services-box h2{
  font-size: 20px;
  line-height: 32px;
  margin-bottom: 10px;
  margin-top: 10px;
  color: #072950;
   font-weight: 500;
   text-align: left;
}

.consultancy-services-box:nth-child(3n + 2) h2 {
    color: #edb611;
}

.consultancy-services-box h6{
  font-size: 18px;
  line-height: 28px;
  color: #072950;
  font-weight: 600;
  text-align: left !important;
}

.consultancy-services-box p{
  font-size: 14px;
  line-height: 26px;
  color: #000;
  text-align: left;
}
.consultancy-services-box i{
  font-size: 28px;
  color: #edb611;
  font-weight: 800
}

.consultancy-services-box:nth-child(3n + 2) i {
    color: #072950;
}

.consultancy-services-box > div:last-child {
    position: absolute;
    bottom: 20px;
    right: 20px;
}



.why-work h2{
  color: #0D2C4F;
  font-family: "Playfair Display", serif;
  margin-bottom: 30px;
  text-align: center;
  font-size: 34px;
}

.why-work h4{
  color: #000;
  font-family: 'Poppins', sans-serif;
  margin-bottom: 15px;
  text-align: center;
}

.why-work p{
  color: #000;
  font-family: 'Poppins', sans-serif;
  text-align: center;
  font-size: 14px;
  width: 75%;
  margin: 0 auto;
  margin-bottom: 35px;
  line-height: 28px;
  
}

.opportunities{
  background-color: #f4f8fd;
  padding: 35px;
  border-radius: 8px;
  margin-bottom: 35px;
  display: flex;
}

.opportunities-left h3{
  color: #0D2C4F;
  font-family: 'Poppins', sans-serif;
  margin-bottom: 15px;
  text-align: left;
  font-size: 20px;
}

.opportunities-left p{
  color: #000;
  font-family: 'Poppins', sans-serif;
  margin-bottom: 20px;
  text-align: left;
  font-size: 14px;
}

.opportunities-left img{width: 90%; ;}

.opportunities-left{width: 26%; float: left; margin-right: 9%;}

.opportunities-right{width: 65%; float: left; margin-right:0%;}

.opportunities-right .col-md-4{
  border-bottom: 1px solid #d3dff5;
  border-right:  1px solid #d3dff5;
  padding: 35px 18px;
  color: #000;
  font-family: 'Poppins', sans-serif;
  text-align: left;
  font-size: 14px;
}

.opportunities-right .col-md-4:nth-child(3n+3){
  border-right:  0px solid #ff0000;
}

/*.opportunities-right .col-md-4:nth-child(n+5):nth-child(-n+6) {
  border-bottom: 0px solid #ff0000;
}*/


.opportunities-right img {    
  float: left;
  padding-right: 12px;
}

.opportunities-right .col-md-6{
  padding: 35px 18px;
  color: #000;
  font-family: 'Poppins', sans-serif;
  text-align: left;
  font-size: 14px;
}

.culture-excellence{
  background-color: #012b5c;
  border-radius: 8px;
  margin-bottom: 35px;
  margin-top: 35px;
}

.culture-excellence-text{padding: 25px;}

.culture-excellence-text img{
  float: left;
  padding-right: 20px;
  padding-top: 14px;
}

.culture-excellence-text h4{
  color: #fff;
  font-family: 'Poppins', sans-serif;
  text-align: left;
  font-size: 20px;
}

.culture-excellence-text p{
  color: #fff;
  font-family: 'Poppins', sans-serif;
  text-align: left;
  font-size: 14px;
  letter-spacing: 0.5px;
  line-height: 26px;
}

.we-looking{padding: 10px 0 80px;} 

.we-looking h2{
  color: #0D2C4F;
  font-family: "Playfair Display", serif;
  margin-bottom: 20px;
  text-align: center;
  font-size: 34px;
}


.we-looking p{
  color: #000;
  font-family: 'Poppins', sans-serif;
  text-align: center;
  font-size: 14px;
  width: 75%;
  margin: 0 auto;
  margin-bottom: 50px;
  line-height: 28px;
  
}

.we-looking-box{
  width: 31%;
  float: left;
  margin-right:3.5%; 
  padding: 15px;
  box-shadow: rgba(0, 0, 0, 0.08) 0px 4px 12px;
  margin-bottom: 35px;
  border-radius: 8px;
  font-size: 14px;
  color: #000;
  font-family: 'Poppins', sans-serif;
  }

.we-looking-box:nth-child(3n+3){
  margin-right:0%; 
}

.we-looking-box:last-child{
  width: 100%;
  margin-right:0%; 
}

.we-looking-box i{
  float: left;
  padding-right: 15px;
  color: #efa800;
  font-size: 24px;
}

.detail-oriented{
  background-color: #072950;
  border:1px solid #072950;
  padding: 25px 25px;
  border-radius: 8px;
}

.detail-oriented p{
 color: #fff;
  font-family: 'Poppins', sans-serif;
  text-align: left;
  font-size: 14px;
  line-height: 28px;
  width: 100%;
  margin: 0 auto;

}

.life-at{padding: 30px 0 50px;}

.life-at h2{
  color: #edb611;
  font-family: "Playfair Display", serif;
  margin-bottom: 40px;
  text-align: center;
  font-size: 34px;
}

.life-at-box{
  width: 23%;
  float: left;
  margin-right:2.66666%; 
  padding: 25px 15px;
  box-shadow: rgba(0, 0, 0, 0.08) 0px 4px 12px;
  margin-bottom: 35px;
  border-radius: 8px;
  font-size: 14px;
  color: #000;
  font-family: 'Poppins', sans-serif;
  min-height: 321px;
}

.life-at-box:last-child{
  margin-right:0%; 
}

.life-at-box h6{
  color: #0e3675;
  font-family: 'Poppins', sans-serif;
  text-align: center;
  font-size: 16px;
  line-height: 28px;
}

.life-at-box p{
  color: #000;
  font-family: 'Poppins', sans-serif;
  text-align: center;
  font-size: 14px;
  line-height: 28px;
}

.join-our-team{
  background-color: #012a6b;
  border-radius: 10px;
  padding: 35px 25px;
  margin-top: 35px;
}

.world-map{
    background:  url(../images/world-map.png) no-repeat scroll right top;
}

.world-map h3{
  color: #fff;
  font-family: 'Poppins', sans-serif;
  text-align: left;
  font-size: 20px;
  line-height: 28px;
}

.world-map p{
  color: #fff;
  font-family: 'Poppins', sans-serif;
  text-align: left;
  font-size: 15px;
  line-height: 28px;
}

.world-map img{
  float: left;
  padding-right: 15px;
}

.world-map .col-md-8{padding-left: 80px;}

.world-map h6{
      color: #edb611;
    font-family: 'Poppins', sans-serif;
    text-align: left;
    font-size: 15px;
    line-height: 25px;
    margin-bottom: 2px;
}

.world-map p{
  color: #fff;
  font-family: 'Poppins', sans-serif;
  text-align: left;
  font-size: 14px;
  line-height: 28px;
}

.build-your-future{
  padding: 0px 0 50px
}

.build-your-future h2{
    color: #0D2C4F;
    font-family: "Playfair Display", serif;
    text-align: left;
    font-size: 34px;
    line-height: 25px;
    margin-bottom: 30px;
    padding-top: 15px;
}


.build-your-future p{
  color: #000;
  font-family: 'Poppins', sans-serif;
  text-align: left;
  font-size: 14px;
  line-height: 28px;
  margin-bottom: 15px;
}



.overlay {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.7);
  transition: opacity 500ms;
  visibility: hidden;
  opacity: 0; z-index: 9999;
}
.overlay:target {
  visibility: visible;
  opacity: 1;
}

.popup {
  margin: 70px auto;
  padding: 40px;
  background: #fff;
  border-radius: 5px;
  width: 50%;
  position: relative;
  transition: all 5s ease-in-out;
}

.popup h2 {
  margin-top: 0;
  font-family: "Playfair Display", serif;
  color: #072950; 
  font-size: 24px;
}

.popup .close {
  position: absolute;
  top: 20px;
  right: 30px;
  transition: all 200ms;
  font-size: 30px;
  font-weight: bold;
  text-decoration: none;
  color: #333;
}
.popup .close:hover {
  color: #000;
}
.popup .content {
  max-height: 30%;
  overflow: auto;
}

.popup .content p{
  color: #000;
  font-family: 'Poppins', sans-serif;
  text-align: justify;
  font-size: 14px;
  line-height: 28px;
}

@media only screen and (min-width: 1181px) and (max-width: 1280px){
  .box{
    width: 70%;
  }
  .popup{
        width: 75%;
        margin: 20px auto;
        height: auto;
  }
}

@media only screen and (min-width: 1000px) and (max-width: 1180px){
  .box{
    width: 70%;
  }
  .popup{
        width: 75%;
        margin: 20px auto;
        height: auto;
  }
}



@media only screen and (min-width: 768px) and (max-width: 999px){
  .box{
    width: 70%;
  }
  .popup{
        width: 80%;
        margin: 20px auto;
        height: auto;
  }
}


@media only screen and (min-width: 640px) and (max-width: 767px){
  .box{
    width: 70%;
  }
  .popup{
        width: 88%;
        margin: 15px auto;
        height: auto;
        padding: 26px;
  }
  .popup .content p {
    color: #000;
    font-family: 'Poppins', sans-serif;
    text-align: justify;
    font-size: 13px;
    line-height: 26px;
}
.popup h2 {
    margin-top: 0;
    font-family: "Playfair Display", serif;
    color: #072950;
    font-size: 22px;
    margin-bottom: 15px;
}
}


@media only screen and (min-width: 480px) and (max-width: 639px){
  .box{
    width: 70%;
  }
  .popup{
        width: 88%;
        margin: 20px auto;
        height: auto;
        padding: 26px;
  }
  .popup .content p {
    color: #000;
    font-family: 'Poppins', sans-serif;
    text-align: justify;
    font-size: 13px;
    line-height: 26px;
}
.popup h2 {
    margin-top: 0;
    font-family: "Playfair Display", serif;
    color: #072950;
    font-size: 22px;
    margin-bottom: 15px;
}
}


@media screen and (max-width: 479px){
  .box{
    width: 70%;
  }
  .popup{
        width: 88%;
        margin: 20px auto;
        height: 400px;
        padding: 26px;
  }
  .popup .content p {
    color: #000;
    font-family: 'Poppins', sans-serif;
    text-align: justify;
    font-size: 13px;
    line-height: 26px;
}
.popup h2 {
    margin-top: 0;
    font-family: "Playfair Display", serif;
    color: #072950;
    font-size: 22px;
    margin-bottom: 15px;
}
}



/* ======================================================= */

.inner-banner{
  
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    align-items: center;
    justify-content: center;
    display: flex;
    min-height: 260px;
    margin-top: 87px;
}

.head-underline {
    margin: 0px 0px 20px 0px;
    width: 70px;
    height: 4px;

    background: #edb611;
    border-radius: 3px;
    text-align: center;
}

.inner-banner h1 {
        color: white;
    font-weight: 600;
    width: 100%;
    line-height: 44px;
    margin-bottom: 7px;
    font-size: 40px;
}

.inner-banner p {
    color: white;
    width: 34%;
    line-height: 27px;
    letter-spacing: 1px;
    font-family: 'Poppins', sans-serif;
    font-weight: 300;
    font-size: 14px;
    letter-spacing: 0.8px;
}

.consultancy-banner{
  background-image: url(../images/banner-01.png);
}

/* ======================================================= */

.careers-banner{
  background-image: url(../images/banner-02.jpg);
}

.core-competencies-banner{
  background-image: url(../images/core-competencie-banner.jpg);
}

.contact-banner{
  background-image: url(../images/contact-banner.jpg);
}

.global-banner{
  background-image: url(../images/global-reach-banner.jpg);
}

.team-banner{
  background-image: url(../images/executive-team-banner.jpg);
}

.about-banner{
  background-image: url(../images/about-banner.jpg);
}

.management-consultancy-services-banner{
  background-image: url(../images/management-consultancy-services-banner.jpg);
}

.property-banner{
  background-image: url(../images/property-management-banner.jpg);
}

/* ================================ */

.who-looking-box{
  width: 48.2%;
  float: left;
  margin-right: 3%;
  padding: 0px;
  box-shadow: rgba(0, 0, 0, 0.08) 0px 4px 12px;
  margin-bottom: 35px;
  border-radius: 8px;
  font-size: 14px;
  color: #000;
  font-family: 'Poppins', sans-serif;
  display: flex;
  gap: 6px;
  align-items: center;
  background-color: #edb611;
}

.who-looking-box:nth-child(3n+2){
  margin-right:0%; 
}
.who-looking-box:nth-child(3n+4){
  margin-right:0%; 
}
.who-looking-box:nth-child(3n+6){
  margin-right:0%; 
}
.who-looking-box:nth-child(3n+5){
  margin-right:3.5%; 
}
.who-looking-box:last-child{
  width: 100%;
  margin-right:0%; 
  margin-bottom: 5px;
}

/* Left blue section */
.who-looking-box .icon {
    width: 70px;
    height: 60px;
    background: #012b5c;
    display: flex;
    align-items: center;
    /* justify-content: center; */
    position: relative;
    flex-shrink: 0;
    clip-path: polygon(0 0, calc(100% - var(--s)) 0, 100% 50%, calc(100% - var(--s)) 100%, 0 100%);
    --s: 20px;
}

/* Gold angled border */
.who-looking-box .icon::after {
    content: "";
    position: absolute;
    top: 0;
    right: -12px;
    width: 35px;
    height: 100%;
    background: #b98814;
    clip-path: polygon(0 0, 50% 0, 100% 50%, 50% 100%, 0 100%, 50% 50%);
}

/* White icon */
.who-looking-box .icon i {
    color: #fff;
    font-size: 28px;
    position: relative;
    z-index: 2;
    padding-left: 13px;
}

/* Text */
.who-looking-box .text {
    padding: 10px 0px 08px 05px;
}

.who-looking-box .text h5 {
    margin: 0;
    color: #072950;
    font-size: 15px;
    font-weight: 500;
    line-height: 1.4;
    font-family: 'Poppins', sans-serif;
}





 .grid-wrap{
    max-width:1200px;
    margin:0 auto;
    padding:80px 16px 64px;
  }
 
  .card-svc{
    position:relative;
    background:#fff;
    border:1px solid #e6e9ec;
    border-radius:6px;
    padding:36px 18px 28px;
    height:100%;
    overflow:hidden;
    transition:box-shadow .2s ease, transform .2s ease;
    min-height: 475px;
    margin-bottom: 30px;
  }
  .card-svc:hover{
    box-shadow:0 10px 24px rgba(11,43,69,.08);
    transform:translateY(-2px);
  }
 
  /* corner ribbon with number */
  .corner-tag{
    position:absolute;
    top:0;
    left:0;
    width:0;
    height:0;
    border-style:solid;
    border-width:64px 64px 0 0;
    border-color:#072950 transparent transparent transparent;
  }
  .corner-tag.teal{ border-color:#edb611  transparent transparent transparent; }
 
  .corner-num{
    position:absolute;
    top:8px;
    left:8px;
    color:#fff;
    font-weight:700;
    font-size:.95rem;
    letter-spacing:.5px;
  }
 
  .icon-circle{
    width:88px;
    height:88px;
    border-radius:50%;
    border:2px solid #edb611;
    display:flex;
    align-items:center;
    justify-content:center;
    margin:8px auto 20px;
  }
  .icon-circle i{
    font-size:2.1rem;
    color:#edb611 ;
  }
 
  .card-title-svc{
    color:#072950;
    font-weight: 500;
    font-size: 20px;
    text-align: center;
    margin-bottom: 16px;
    min-height: 52px;
    font-family: "Playfair Display", serif;
  }
 
  .list-svc{
    list-style:none;
    padding-left:0;
    margin-bottom:0;
    font-size:.86rem;
    line-height:1.45;
  }
  .list-svc li{
    position:relative;
    padding-left:16px;
    margin-bottom:10px;
    color:#121212;
  }
  .list-svc li::before{
    content:"";
    position:absolute;
    left:0;
    top:.5em;
    width:6px;
    height:6px;
    border-radius:50%;
    background:#edb611 ;
  }
 
  .section-heading{
    text-align:center;
    color:var(--navy);
    font-weight:800;
    letter-spacing:.5px;
    margin-bottom:8px;
  }
  .section-sub{
    text-align:center;
    color:#7a8a97;
    margin-bottom:40px;
  }












.cd-panel {
  position: fixed;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  visibility: hidden;
  -webkit-transition: visibility 0s 0.6s;
  transition: visibility 0s 0.6s;
  z-index: 9999;
}

.cd-panel::after {
  /* overlay layer */
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: transparent;
  cursor: pointer;
  -webkit-transition: background 0.3s 0.3s;
  transition: background 0.3s 0.3s;
}

.cd-panel.cd-panel--is-visible {
  visibility: visible;
  -webkit-transition: visibility 0s 0s;
  transition: visibility 0s 0s;
      z-index: 9999;
}

.cd-panel.cd-panel--is-visible::after {
  background: rgba(0, 0, 0, 0.8);
  -webkit-transition: background 0.3s 0s;
  transition: background 0.3s 0s;
}

.cd-panel__header {
  position: fixed;
  width: 100%;
  height: 50px;
  line-height: 50px;
  background: #002147;
  z-index: 2;
  -webkit-box-shadow: 0 1px 1px #454545;
          box-shadow: 0 1px 1px #454545;
  -webkit-transition: -webkit-transform 0.3s 0s;
  transition: -webkit-transform 0.3s 0s;
  transition: transform 0.3s 0s;
  transition: transform 0.3s 0s, -webkit-transform 0.3s 0s;
  -webkit-transform: translateY(-50px);
      -ms-transform: translateY(-50px);
          transform: translateY(-50px);
}

.cd-panel__header h1 {
 padding-left: 5%;
  font-size: 16px; 
  margin:10px 0px 0px 0px; 
  color:  #fff; 
  font-weight: 400;    font-family: 'poppins', sans-serif;       text-align: left;
}

.cd-panel--from-right .cd-panel__header {
  right: 0;
}

.cd-panel--from-left .cd-panel__header {
  left: 0;
}

.cd-panel--is-visible .cd-panel__header {
  -webkit-transition: -webkit-transform 0.3s 0.3s;
  transition: -webkit-transform 0.3s 0.3s;
  transition: transform 0.3s 0.3s;
  transition: transform 0.3s 0.3s, -webkit-transform 0.3s 0.3s;
  -webkit-transform: translateY(0px);
      -ms-transform: translateY(0px);
          transform: translateY(0px);
}

@media only screen and (min-width: 768px) {
  .cd-panel__header {
    width: 70%;
  }
}

@media only screen and (min-width: 1170px) {
  .cd-panel__header {
    width: 28%;
  }
}

.cd-panel__close {
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  width: 60px;
  /* image replacement */
  display: inline-block;
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
}

.cd-panel__close::before, .cd-panel__close::after {
  /* close icon created in CSS */
  content: '';
  position: absolute;
  top: 22px;
  left: 20px;
  height: 3px;
  width: 20px;
  background-color: #fff;
  /* this fixes a bug where pseudo elements are slighty off position */
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}

.cd-panel__close::before {
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
}

.cd-panel__close::after {
  -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

.cd-panel__close:hover {
  background-color: #000;
}

.cd-panel__close:hover::before, .cd-panel__close:hover::after {
  background-color: #ffffff;
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}

.cd-panel__close:hover::before {
  -webkit-transform: rotate(220deg);
      -ms-transform: rotate(220deg);
          transform: rotate(220deg);
}

.cd-panel__close:hover::after {
  -webkit-transform: rotate(135deg);
      -ms-transform: rotate(135deg);
          transform: rotate(135deg);
}

.cd-panel--is-visible .cd-panel__close::before {
  -webkit-animation: cd-close-1 0.6s 0.3s;
          animation: cd-close-1 0.6s 0.3s;
}

.cd-panel--is-visible .cd-panel__close::after {
  -webkit-animation: cd-close-2 0.6s 0.3s;
          animation: cd-close-2 0.6s 0.3s;
}

@-webkit-keyframes cd-close-1 {
  0%, 50% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
  }
}

@keyframes cd-close-1 {
  0%, 50% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
  }
}

@-webkit-keyframes cd-close-2 {
  0%, 50% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg);
  }
}

@keyframes cd-close-2 {
  0%, 50% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg);
  }
}

.cd-panel__container {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  background: #ffffff;
  z-index: 1;
  -webkit-transition: -webkit-transform 0.3s 0.3s;
  transition: -webkit-transform 0.3s 0.3s;
  transition: transform 0.3s 0.3s;
  transition: transform 0.3s 0.3s, -webkit-transform 0.3s 0.3s;
}

.cd-panel--from-right .cd-panel__container {
  right: 0;
  -webkit-transform: translate3d(100%, 0, 0);
          transform: translate3d(100%, 0, 0);
}

.cd-panel--from-left .cd-panel__container {
  left: 0;
  -webkit-transform: translate3d(-100%, 0, 0);
          transform: translate3d(-100%, 0, 0);
}

.cd-panel--is-visible .cd-panel__container {
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
  -webkit-transition-delay: 0s;
          transition-delay: 0s;
}

@media only screen and (min-width: 768px) {
  .cd-panel__container {
    width: 70%;
  }
}

@media only screen and (min-width: 1170px) {
  .cd-panel__container {
    width: 28%;
  }
}

.cd-panel__content {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 70px 5%;
  overflow: auto;
  /* smooth scrolling on touch devices */
  -webkit-overflow-scrolling: touch;background: #002147;
}

.cd-panel__content p {
  font-size: 1.4rem;
  color: #424f5c;
  line-height: 1.4;
  margin: 2em 0;
}

.cd-panel__content p:first-of-type {
  margin-top: 0;
}

@media only screen and (min-width: 768px) {
  .cd-panel__content p {
    font-size: 1.6rem;
    line-height: 1.6;
  }
}

.menu-desktop{display: block;}

.menu-mobile{display: none;}

.cd-panel__content ul {padding:5px ;}

.cd-panel__content ul li{padding-bottom:12px; margin-bottom: 12px; border-bottom: 1px solid #031325}

.cd-panel__content ul li a{ font-family: "Roboto", serif;
    color: #fff;
    font-size: 18px;
    letter-spacing: 0.5px;}

.cd-panel__content ul li ul {padding:15px ;}

.cd-panel__content ul li ul li{padding-bottom:10px; margin-bottom: 0px; border-bottom: 0px solid #031325}

.cd-panel__content ul li ul li a{ font-family: "Poppins", sans-serif;
    color: #fff;
    font-size: 18px;
    letter-spacing: 0.5px;}

.cd-panel__content ul li ul li a i{ 
        color: #fff;
    font-size: 6px;
    float: left;
    padding-right: 10px;
    padding-top: 8px;}


.panel-title > a {
  display: block;
  position: relative;
}
.panel-title > a:after {
  content: "\f078"; /* fa-chevron-down */
  font-family: 'FontAwesome';
  position: absolute;
  right: 0;
}
.panel-title > a[aria-expanded="true"]:after {
  content: "\f077"; /* fa-chevron-up */
}

.panel-heading a{    font-size: 16px;
    color: #fff;
    font-family: "Poppins", sans-serif;
    font-weight: 400;
    letter-spacing: 0.5px;}

.panel-heading{    border-bottom: 1px solid #1d3b5e;
    margin-bottom: 10px;}

.panel-body ul li { border-bottom: 0px solid #1d3b5e; padding-bottom: 12px;
    margin-bottom: 0px; padding-left: 10px;}

.panel-body ul li a{font-size: 14px;
    color: #fff;
    font-family: "Poppins", sans-serif;
    font-weight: 400;
    letter-spacing: 0.5px; }

.submenu-padd{padding-left: 10px; }

.submenu-padd a{font-size: 15px;}



.profile-card {
    position: relative;
    width: 370px;
    height: 530px;
    overflow: hidden;
    border-radius: 8px;
    background: #101d35;
    border: 2px solid #fff;
    box-shadow: 0 8px 25px rgba(0,0,0,.15);
}

/* Portrait */
.profile-image {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

/* Dark navy geometric areas */
.shape-top-left {
    position: absolute;
    top: 0;
    left: 0;
    width: 115px;
    height: 225px;
    background: #0b1c35;
    clip-path: polygon(0 0, 100% 0, 0 100%);
    z-index: 2;
}

.shape-bottom-left {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 215px;
    height: 155px;
    background: #0b1c35;
    clip-path: polygon(0 0, 0 100%, 100% 100%);
    z-index: 2;
}

/* Gold top diagonal line */
.gold-top {
    position: absolute;
    top: -5px;
    left: 107px;
    width: 4px;
    height: 260px;
    background: #c99b3b;
    transform: rotate(27deg);
    transform-origin: top center;
    z-index: 4;
}

/* Gold bottom diagonal section */
.shape-bottom-right {
    position: absolute;
    right: -5px;
    bottom: -5px;
    width: 115px;
    height: 175px;
    background: #c99b3b;
    clip-path: polygon(100% 0, 100% 100%, 0 100%);
    z-index: 3;
}

/* Gold diagonal separator */
.gold-bottom-line {
    position: absolute;
    right: 57px;
    bottom: -30px;
    width: 4px;
    height: 205px;
    background: #d2a547;
    transform: rotate(37deg);
    transform-origin: bottom center;
    z-index: 5;
}

/* Subtle dark overlay */
.photo-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(
        90deg,
        rgba(5,15,30,.10),
        transparent 35%,
        transparent 75%,
        rgba(0,0,0,.08)
    );
    z-index: 1;
}

/* Keep geometric elements above photo */
.shape-top-left,
.shape-bottom-left,
.shape-bottom-right,
.gold-top,
.gold-bottom-line {
    pointer-events: none;
}


.footer-4 ul li {
    color: #fff;
    font-weight: 400;
    font-size: 15px;
    font-family: "Roboto", Sans-serif;
    line-height: 28px;
    margin-bottom: 12px;
    letter-spacing: 0.5px;
    padding-left: 27px;
}

.footer-4 ul li i {
    margin-left: -27px;
    color: #fff;
}

.property-management {
  padding: 70px 0px 0px;
  background-color: #fff;
}



.core-segment-1{
  background-color: #fffbed;
  margin-bottom: 35px;
  border-radius: 15px
}

.core-litigation-left{width: 35%; float: left; margin-right: 1%}

.core-litigation-left img{
  -webkit-border-top-right-radius: 160px;
-webkit-border-bottom-right-radius: 160px;
-moz-border-radius-topright: 160px;
-moz-border-radius-bottomright: 160px;
border-top-right-radius: 160px;
border-bottom-right-radius: 160px;
margin-bottom: -7px
}

.core-litigation-right{width: 64%; float: left; margin-right: 0%; padding: 25px 35px 0}

.core-litigation-right h3{
    color: #001129;
    margin-bottom: 20px;
    font-size: 26px;
    text-align: left;
    font-family: "Playfair Display", serif;
    line-height: 32px;
}
.core-litigation-right p{
    font-size: 14px;
    line-height: 26px;
    color: #000;
    text-align: justify;
    font-family: 'Poppins', sans-serif;    
}
.quote{
  background-color: #e2bd4d;
  padding: 15px 25px;
  color: #000;
  font-size: 15px;
  line-height: 28px;
  float: left;
  -webkit-border-bottom-right-radius: 15px;
-webkit-border-bottom-left-radius: 15px;
-moz-border-radius-bottomright: 15px;
-moz-border-radius-bottomleft: 15px;
border-bottom-right-radius: 15px;
border-bottom-left-radius: 15px;
font-family: 'Poppins', sans-serif;
letter-spacing: 0.5px;
}

.quote span img{
  float: left;
    padding-right: 15px;
}


.core-segment-2{
  background-color: #fffbed;
  border-radius: 15px
}



.core-performing-left{width: 64%; float: left; margin-right: 0%; padding: 25px 35px 0}

.core-performing-left h3{
    color: #001129;
    margin-bottom: 20px;
    font-size: 26px;
    text-align: left;
    font-family: "Playfair Display", serif;
    line-height: 32px;
}
.core-performing-left p{
    font-size: 14px;
    line-height: 26px;
    color: #000;
    text-align: justify;
        font-family: 'Poppins', sans-serif;
    
}

.core-performing-right{width: 35%; float: left; margin-left: 1%}

.core-performing-right img{
  -webkit-border-top-left-radius: 160px;
-webkit-border-bottom-left-radius: 160px;
-moz-border-radius-topleft: 160px;
-moz-border-radius-bottomleft: 160px;
border-top-left-radius: 160px;
border-bottom-left-radius: 160px;
margin-bottom: -7px
}
.quote1{
  background-color: #e2bd4d;
  padding: 15px 25px;
  color: #000;
  font-size: 15px;
  line-height: 28px;
  float: left;
  -webkit-border-bottom-right-radius: 15px;
-webkit-border-bottom-left-radius: 15px;
-moz-border-radius-bottomright: 15px;
-moz-border-radius-bottomleft: 15px;
border-bottom-right-radius: 15px;
border-bottom-left-radius: 15px;
font-family: 'Poppins', sans-serif;
letter-spacing: 0.5px;
}

.quote1 span img{
  float: left;
    padding-right: 15px;
}

.our-services{
padding: 60px 0;
}

.our-services h4{
    font-size: 34px;
    line-height: 26px;
    color: #000;
    text-align: center;
    font-family: "Playfair Display", serif;  
    margin-bottom: 20px
}

.our-services p{
    font-size: 14px;
    line-height: 26px;
    color: #000;
    text-align: center;
    font-family: 'Poppins', sans-serif;
    margin-bottom: 80px
}

.our-services-box {
    width: 23%;
    float: left;
    margin-right: 2.66666%;
    padding: 25px 15px;
    box-shadow: rgba(0, 0, 0, 0.08) 0px 4px 12px;
    margin-bottom: 35px;
    border-radius: 8px;
    
}

.our-services-box:nth-child(4n+4) {
    margin-right: 0%;
}

.our-services-box h6{
        color: #001129;
    margin-bottom: 10px;
    font-size: 16px;
    text-align: center;
    font-family: 'Poppins', sans-serif;
    line-height: 26px;
    margin-top: 10px;
}
.our-services-box p{
    font-size: 14px;
    color: #000;
    font-family: 'Poppins', sans-serif;
    text-align: center;
    margin-bottom: 0px;
    
}



.our-services-text .row > div:nth-child(odd) {
    margin-right: 25px;
    width: 48%;
}

.our-services-text .row > div:nth-child(even) {
    margin-left: 25px;
    width: 48%;
}

.our-services-card {
    display: flex;
    gap: 15px;
    min-height: 150px;
}

.our-services-card .icon {
    width: 20%;
}

.our-services-card .icon img {
    /*width: 95%;*/
    margin: 0 auto;
    justify-content: center;
    display: block;
}

.our-services-card .text {
    width: 80%;
}

.our-services-card .text h6 {
    margin-bottom: 17px;
    font-size: 18px;
    font-weight: 600;
    color: #0c2671;

}

.our-services-card .text p {
    margin-bottom: 10px;
    margin-right: 0px;
    position: relative;
    margin-left: 50px;
    font-size: 15px;
    text-align: left;
    line-height: 26px;
    color: #000;
    font-weight: 400;
}

.our-services-card .text p:before {
    position: absolute;
    content: "";
    width: 35px;
    height: 1px;
    border-top: 1px solid #cdcdcd;
    left: -50px;
    top: 14px;
}









/* ================================
   MAIN SECTION
================================ */

.vsr-property-section {
    width: 100%;
    min-height: 430px;
    position: relative;
    display: flex;
    overflow: hidden;
    background: #001e52;
     font-family: 'Poppins', sans-serif;
}


/* ================================
   BACKGROUND IMAGE
================================ */

.vsr-property-image {
    position: absolute;
    top: 0;
    right: 0;
    width: 64%;
    height: 100%;
   background-image: url(../images/why-choose.png);
    background-size: cover;
    background-position: center;
    z-index: 1;
}


/* ================================
   IMAGE OVERLAY
================================ */

.vsr-property-image::before {
    content: "";
    position: absolute;
    inset: 0;
    background:
        linear-gradient(
            90deg,
            rgba(0, 30, 82, 0.95) 0%,
            rgba(34, 61, 109, 0.65) 18%,
            rgba(10, 40, 35, 0.15) 45%,
            rgba(10, 40, 35, 0) 70%
        );
}


/* ================================
   LEFT CONTENT
================================ */

.vsr-property-content {
    position: relative;
    z-index: 3;
    width: 48%;
    min-height: 430px;
    padding: 45px 40px 45px 55px;
    color: #ffffff;
    display: flex;
    flex-direction: column;
    justify-content: center;

   /* background:
        linear-gradient(
            90deg,
            #0d302b 0%,
            #103a34 65%,
            rgba(16, 58, 52, 0.82) 85%,
            rgba(16, 58, 52, 0) 100%
        );*/
}


/* ================================
   HEADING
================================ */

.vsr-property-content h2 {
    margin: 0;
    font-family: "Playfair Display", serif;
    font-size: 32px;
    line-height: 43px;
    font-weight: 500;
    color: #ffffff;
    text-align: left;
}


/* ================================
   GOLD LINE
================================ */

.vsr-gold-line {
    width: 48px;
    height: 3px;
    background: #edb611;
    margin: 18px 0  17px 0;
}


/* ================================
   CHECKLIST
================================ */

.vsr-property-list {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: column;
    gap: 8px;
}


.vsr-property-list li {
    display: flex;
    align-items: center;
    gap: 10px;
    color: #ffffff;
    font-size: 14.8px;
    line-height: 1.3;
    font-family: 'Poppins', sans-serif;
    letter-spacing: 1px;
    padding-bottom: 10px;
    font-weight: 300;
}


/* ================================
   CHECK ICON
================================ */

.vsr-check {
    width: 18px;
    height: 18px;
    min-width: 18px;
    border-radius: 50%;
    background: #edb611;
    color: #001e52;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 11px;
    font-weight: 700;
}


/* ================================
   RIGHT MESSAGE
================================ */

.vsr-priority {
    position: absolute;
    z-index: 5;
    right: 6%;
    top: 50%;
    transform: translateY(-50%);
    width: 145px;
    color: #152f2b;
    font-size: 18px;
    line-height: 1.5;
    font-weight: 400;
    letter-spacing: 0.5px;
}


/* Gold line below priority */

.vsr-priority::after {
    content: "";
    display: block;
    width: 48px;
    height: 3px;
    background: #c89a4a;
    margin-top: 20px;
}


/* ================================
   RESPONSIVE TABLET
================================ */

@media (max-width: 900px) {

    .vsr-property-section {
        min-height: 400px;
    }

    .vsr-property-image {
        width: 70%;
    }

    .vsr-property-content {
        width: 60%;
        padding: 40px 25px 40px 35px;
    }

    .vsr-property-content h2 {
        font-size: 36px;
    }

    .vsr-property-list {
        gap: 7px;
    }

    .vsr-property-list li {
        font-size: 14px;
    }

    .vsr-priority {
        right: 4%;
        width: 120px;
        font-size: 16px;
    }
}


/* ================================
   MOBILE
================================ */

@media (max-width: 650px) {

    .vsr-property-section {
        display: block;
        min-height: auto;
        background: #103a34;
    }


    /* Image becomes top section */

    .vsr-property-image {
        position: relative;
        width: 100%;
        height: 260px;
        background-position: center;
        order: 1;
    }


    .vsr-property-image::before {
        background:
            linear-gradient( 180deg, rgba(10,40,35,0.05),  rgba(10,40,35,0.5) );
    }


    /* Content */

    .vsr-property-content {
        width: 100%;
        min-height: auto;
        padding: 35px 25px 40px;
        background: #103a34;
        order: 2;
    }


    .vsr-property-content h2 {
        font-size: 34px;
    }


    .vsr-property-list {
        gap: 9px;
    }


    .vsr-property-list li {
        font-size: 14px;
    }


    /* Priority message */

    .vsr-priority {
        position: absolute;
        right: 25px;
        top: 185px;
        transform: none;
        width: 110px;
        color: #ffffff;
        font-size: 15px;
        line-height: 1.4;
    }


    .vsr-priority::after {
        margin-top: 14px;
    }
}


/* ================================
   SMALL MOBILE
================================ */

@media (max-width: 400px) {

    .vsr-property-image {
        height: 230px;
    }

    .vsr-property-content {
        padding: 30px 20px 35px;
    }

    .vsr-property-content h2 {
        font-size: 30px;
    }

    .vsr-property-list li {
        font-size: 13px;
    }

    .vsr-priority {
        top: 160px;

        right: 18px;

        font-size: 14px;
    }
}

.our-commitment{
  padding: 60px 0
}

.our-commitment-left{
  width: 57%;
  float: left;
  margin-right: 8%
}

.our-commitment-right{
  width: 35%;
  float: left;
}

.our-commitment-left h3{
  font-family: "Playfair Display", serif;
    font-size: 32px;
    line-height: 43px;
    font-weight: 500;
    color: #001e52;
    text-align: left;
  }

.our-commitment-left p {
    color: #000;
    font-size: 15px;
    line-height: 1.9;
    font-family: 'Poppins', sans-serif;
    letter-spacing: 0.5px;
    font-weight: 400;
    text-align: justify;
}

.our-commitment-right ul{
  padding: 0;
  margin: 0;
  margin-top: 90px;
}

.our-commitment-right ul li{
  float: left;
  list-style: none;
  padding-right: 53px;
  margin-right: 53px;
  border-right: 1px solid #e6e6e6;
  text-align: center;
  color: #000;
  font-size: 16px;
}

.our-commitment-right ul li:last-child{
  padding-right: 0px;
  margin-right: 0px;
  border-right: 0px solid #ff0000;
 }

 .our-commitment-right ul li img{
  padding-bottom: 8px
 }


.our-commitment-right ul li p{
 color: #000;
    font-size: 18px;
    line-height: 1.9;
    font-family: "Playfair Display", serif;
    letter-spacing: 0.5px;
    font-weight: 500;
    text-align: center;
 }


.services-heading {
    width: 100%;
    padding: 15px 20px;
    text-align: center;
}

/* Heading row */

.services-title-row {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 18px;
}

/* Gold lines */

.services-line {
    width: 52px;
    height: 2px;
    background: #edb611;
    flex-shrink: 0;
    border-radius: 25px;
}

/* Main title */

.services-title {
    margin: 0;
    font-family: "Playfair Display", serif;
    font-size: 32px;
    line-height: 1;
    font-weight: 500;
    color: #102c56;
    white-space: nowrap;
}

/* Subtitle */

.services-subtitle {
    margin: 15px 0 35px!important;
    font-family: 'Poppins', sans-serif !important;
    font-size: 15px!important;
    line-height: 1.3!important;
    font-weight: 400!important;
    color: #000;
    text-align: center !important;
}


/* =================================
   RESPONSIVE
================================= */

@media (max-width: 600px) {

    .services-heading {
        padding: 12px 15px;
    }

    .services-title-row {
        gap: 12px;
    }

    .services-line {
        width: 35px;
    }

    .services-title {
        font-size: 27px;
    }

    .services-subtitle {
        font-size: 9px;
        letter-spacing: 1px;
    }
}


@media (max-width: 400px) {

    .services-title-row {
        gap: 9px;
    }

    .services-line {
        width: 25px;
    }

    .services-title {
        font-size: 24px;
    }

    .services-subtitle {
        font-size: 8px;
    }
}


.property-management-text p{
    font-family: 'Poppins', sans-serif;
    font-size: 15px;
    line-height: 32px;
    font-weight: 400;
    color: #000;
    text-align: justify;
    padding-bottom: 50px;
}