@charset "UTF-8";
.wpcf7 .screen-reader-response {
position: absolute;
overflow: hidden;
clip: rect(1px, 1px, 1px, 1px);
clip-path: inset(50%);
height: 1px;
width: 1px;
margin: -1px;
padding: 0;
border: 0;
word-wrap: normal !important;
}
.wpcf7 .hidden-fields-container {
display: none;
}
.wpcf7 form .wpcf7-response-output {
margin: 2em 0.5em 1em;
padding: 0.2em 1em;
border: 2px solid #00a0d2; }
.wpcf7 form.init .wpcf7-response-output,
.wpcf7 form.resetting .wpcf7-response-output,
.wpcf7 form.submitting .wpcf7-response-output {
display: none;
}
.wpcf7 form.sent .wpcf7-response-output {
border-color: #46b450; }
.wpcf7 form.failed .wpcf7-response-output,
.wpcf7 form.aborted .wpcf7-response-output {
border-color: #dc3232; }
.wpcf7 form.spam .wpcf7-response-output {
border-color: #f56e28; }
.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.unaccepted .wpcf7-response-output,
.wpcf7 form.payment-required .wpcf7-response-output {
border-color: #ffb900; }
.wpcf7-form-control-wrap {
position: relative;
}
.wpcf7-not-valid-tip {
color: #dc3232; font-size: 1em;
font-weight: normal;
display: block;
}
.use-floating-validation-tip .wpcf7-not-valid-tip {
position: relative;
top: -2ex;
left: 1em;
z-index: 100;
border: 1px solid #dc3232;
background: #fff;
padding: .2em .8em;
width: 24em;
}
.wpcf7-list-item {
display: inline-block;
margin: 0 0 0 1em;
}
.wpcf7-list-item-label::before,
.wpcf7-list-item-label::after {
content: " ";
}
.wpcf7-spinner {
visibility: hidden;
display: inline-block;
background-color: #23282d; opacity: 0.75;
width: 24px;
height: 24px;
border: none;
border-radius: 100%;
padding: 0;
margin: 0 24px;
position: relative;
}
form.submitting .wpcf7-spinner {
visibility: visible;
}
.wpcf7-spinner::before {
content: '';
position: absolute;
background-color: #fbfbfc; top: 4px;
left: 4px;
width: 6px;
height: 6px;
border: none;
border-radius: 100%;
transform-origin: 8px 8px;
animation-name: spin;
animation-duration: 1000ms;
animation-timing-function: linear;
animation-iteration-count: infinite;
}
@media (prefers-reduced-motion: reduce) {
.wpcf7-spinner::before {
animation-name: blink;
animation-duration: 2000ms;
}
}
@keyframes spin {
from {
transform: rotate(0deg);
}
to {
transform: rotate(360deg);
}
}
@keyframes blink {
from {
opacity: 0;
}
50% {
opacity: 1;
}
to {
opacity: 0;
}
}
.wpcf7 [inert] {
opacity: 0.5;
}
.wpcf7 input[type="file"] {
cursor: pointer;
}
.wpcf7 input[type="file"]:disabled {
cursor: default;
}
.wpcf7 .wpcf7-submit:disabled {
cursor: not-allowed;
}
.wpcf7 input[type="url"],
.wpcf7 input[type="email"],
.wpcf7 input[type="tel"] {
direction: ltr;
}
.wpcf7-reflection > output {
display: list-item;
list-style: none;
}
.wpcf7-reflection > output[hidden] {
display: none;
}
 input::placeholder, textarea::placeholder {
color: #fff;
} 
::-webkit-input-placeholder { color: #fff;
}
:-ms-input-placeholder { color: #fff;
}
::placeholder {
color: #fff;
} 
*{outline:none;}
body{font-family: 'muliregular', sans-serif; color:#fff}
a {
color: #000;
}
.pull-right{float:right;}
#primary-menu-list{margin:0px; margin-top:24px;}
.header.fixed #primary-menu-list {
margin-top: 12px;
}
#primary-menu-list li{float:left; margin-left:50px; position:relative;}
.header.fixed #primary-menu-list li{float:left; margin-left:30px; position:relative;}
.header.fixed #primary-menu-list{margin-right:30px;}
.header.fixed .clearfix{display:none!important}
#primary-menu-list a{text-transform:capitalize; color: #fff;  font-size:16px; position:relative}
#primary-menu-list > li > a:before{width:0px; height:1px; background:#d2ac67; position:absolute; left:0px; bottom:0px; content:''; display:block; border-radius:0px;-webkit-transition: all 0.10s ease-in;
-moz-transition: all 0.10s ease-in;
-o-transition: all 0.10s ease-in;
transition: all 0.10s ease-in;}
#primary-menu-list > li.current-menu-item > a, #primary-menu-list > li.current-menu-parent > a, #primary-menu-list a:hover{color:#d2ac67;}
#primary-menu-list a:hover:before, #primary-menu-list li.current-menu-item > a:before, #primary-menu-list li.current-menu-parent > a:before{width:100%;}
#primary-menu-list li ul, .nav-next svg, .nav-previous svg{-webkit-transition: all 0.20s ease-in;
-moz-transition: all 0.20s ease-in;
-o-transition: all 0.20s ease-in;
transition: all 0.20s ease-in;}
#primary-menu-list li ul{position:absolute; top:-2000px; left:0px; width:300px; background:#d2ac67; padding:0px 0; z-index:9999; opacity:0; visibility:hidden;top:26px; height:0px; overflow:hidden;}
#primary-menu-list li:hover ul{opacity:1; visibility:visible; top:26px; height:auto}
#primary-menu-list li ul a{color:#fff; padding:10px 15px; font-size:14px; display:block}
#primary-menu-list li ul li{
margin: 0px;
padding: 0px;
border-bottom: 1px solid #cb8400;
float: left;
width: 100%;
}
#primary-menu-list li ul li.current-menu-item > a, #primary-menu-list li ul a:hover{color:#000;}
.header .btn_main{margin-top:10px;}
.header.fixed .btn_main {
margin-top: 2px;
}
#owl-demo .slides .content  .btn_main{margin-top:40px;}
#owl-demo .owl-dots {
text-align: center;
margin: 20px 0;
position: absolute;
bottom: 8%;
left: 0;
right: 0;
width: 100%;
max-width: 1320px;
text-align: left;
margin: 0 auto;
padding: 0px 10px;
}
.section_home_about_us{background:#000 url(//chancerychambers.net/wp-content/themes/chancery/assets/images/about_bg_home.png) top right no-repeat; padding:150px 0; color:#FFF; animation: animatedBackground 10s linear infinite alternate;}
.section_home_about_us h3, .articles_home_section h3, .pagecontent_section h3, .section_team_div h3{font-size:30px; color:#fff;font-family: 'muliextralight'; font-weight:300; margin-bottom:15px;}
.pagecontent_section h3{margin-bottom:30px;}
.section_home_sectors{padding:0px;overflow: hidden;}
.section_home_sectors .midle_area_content{background:#fff; max-width:380px; padding:180px 40px 80px; margin:80px 80px; height:auto; position:relative }
.section_home_sectors .midle_area_content h2{
line-height: 60px;
}
.section_home_sectors .midle_area_content p{
color:#000; font-size:14px;
}
.section_home_sectors .midle_area_content a.btn, .owl-carousel .owl-nav button.owl-next, .owl-carousel .owl-nav button.owl-prev{
background:#d2ac67; border-radius:50px; color:#fff; text-align:center; height:40px; width:40px; padding:0px; line-height:37px; margin-top:50px;
}
.owl-carousel .owl-nav button.owl-next, .owl-carousel .owl-nav button.owl-prev{margin-top:-20px;}
.section_home_sectors .midle_area_content a.btn i, .owl-carousel .owl-nav button.owl-next i{margin-left:4px;}
.section_home_sectors .midle_area_content:after{border:1px solid #d2ac67; content:''; position:absolute; left:40px; right:40px; height:25%; top:40px; border-bottom:none; z-index:0}
.section_home_sectors .midle_area_content:before{border:1px solid #d2ac67; content:''; position:absolute; left:40px; right:40px; height:25%; bottom:40px; border-top:none; z-index:0}
.section_home_sectors .midle_area_content:after, .section_home_sectors .midle_area_content:before, .vision_style:after, .vision_style:before{
-webkit-transition: all 0.20s ease-in;
-moz-transition: all 0.20s ease-in;
-o-transition: all 0.20s ease-in;
transition: all 0.20s ease-in;}
.section_home_sectors .midle_area_content:hover:after, .section_home_sectors .midle_area_content:hover:before{height:calc(50% - 40px); background:rgb(210 172 103 / 30%)}
.section_home_sectors .midle_area_content > div{position:relative; z-index:1;}
.btn:hover, .section_home_sectors .midle_area_content a.btn:hover{background:#09484b}
.home .articles_home_section, .archive .articles_home_section {background:url(//chancerychambers.net/wp-content/themes/chancery/assets/images/legal_articles_bg_home2.png) center no-repeat; background-size:cover;}
.latest_articles_outrer{position:relative}
.latest_articles_outrer h4{text-align:center; padding:90px 60px 0; font-size:24px; font-family: 'muliextralight'; position:absolute; top:50px; color:#fff}
#our_services_div_home{margin-top:30px;}
#our_services_div_home .owl-dots{display:none!important}
.aioseo-breadcrumbs a{color:#FFF;}
.aioseo-breadcrumbs{color:#d2ac67;font-size: 14px; text-transform:capitalize}
.aioseo-breadcrumb-separator{color:#FFF; margin:0 20px;}
.pagecontent_section {background:url(//chancerychambers.net/wp-content/themes/chancery/assets/images/page_bg.png) top right no-repeat;
animation: animatedBackground 10s linear infinite alternate;
}
.row_vision_style{margin-top:-235px; margin-bottom:150px;}
.vision_style{background:#fff; position:relative; padding:90px 90px 50px; min-height:300px;}
.vision_style h2{font-size:60px;}
.vision_style p{color:#000; font-size:14px;}
.vision_style:after{border:1px solid #d2ac67; content:''; position:absolute; left:40px; right:40px; height:25%; top:40px; border-bottom:none; z-index:0}
.vision_style:before{border:1px solid #d2ac67; content:''; position:absolute; left:40px; right:40px; height:25%; bottom:40px; border-top:none; z-index:0}
.vision_style:hover:after, .vision_style:hover:before{height:calc(50% - 40px); background:rgb(210 172 103 / 30%)}
.sectors_row_list{margin-top:50px;}
.sectors_row_list ul{display:inline-block; vertical-align:top;}
.sectors_row_list ul li{display:inline-block; vertical-align:top; margin:30px 50px 0px; position:relative; }
.sectors_row_list ul li a{background:#FFF; padding:15px 30px; display:inline-block; vertical-align:top; width:450px; text-align:left; text-transform:uppercase; z-index:1; position:relative;}
.sectors_row_list ul li a:before{background:rgb(210 172 103 / 30%); position:absolute; left:0px;-webkit-transition: all 0.20s ease-in;
-moz-transition: all 0.20s ease-in;
-o-transition: all 0.20s ease-in;
transition: all 0.20s ease-in; top:0px; bottom:0px; content:''; display:inline-block; z-index:0; width:0px;}
.sectors_row_list ul li:hover a:before{width:100%;}
.sectors_row_list ul li a span{margin-right:20px;}
.sectors_row_list ul li img{height:40px;}
.sectors_row_list ul li a label{
float: right;
background: #d2ac67;
width: 26px;
height: 26px;
text-align: center;
border-radius: 50%;
margin-top: 8px;
color: #fff;
font-weight: 300;
}
.sectors_row_list ul li a label img{
height: auto;
display: inline-block;
vertical-align: top;
margin-top: 9px;
margin-left: 2px;
}
.articles_home_section {background:#000 url(//chancerychambers.net/wp-content/themes/chancery/assets/images/legal_articles_bg_home.png) center left no-repeat;background-size:auto 100%;animation: animatedBackground2 10s linear infinite alternate;}
.col-md-img_s img{width:100%;}
.backto_page{float:right; font-size:14px;font-family: 'muliextralight'; color:#fff; margin-top:34px; text-transform:uppercase;}
.backto_page:hover{color:#d2ac67}
.services_row_list.first_row{margin-top:30px;}
.services_row_list .col-md-4{margin-top:50px;}
.services_row_list  img{height:60px; margin-bottom:35px;}
.services_row_list p{min-height:75px;}
.services_row_list h4{font-size:24px; text-transform:uppercase;color:#d2ac67; margin-bottom:15px;}
.services_row_list button{min-width:inherit; padding:5px 13px; font-size:12px; border-radius:5px;}
.section_articles_posts .col-md-12 .img_outer_area{width:49%; float:left;}
.section_articles_posts .col-md-12 .div_content{width:49%; float:right;}
.section_articles_posts .col-md-6{margin-top:30px;}
.section_articles_posts .img_outer_area:after{display:none;}
.section_articles_posts .date{color:#fff; font-size:14px; margin-bottom:0px;}
.section_articles_posts .col-md-6 .date{margin-top:25px;}
.section_articles_posts a{background:rgb(19 137 142 / 25%); padding:25px; display:inline-block; vertical-align:top; width:100%;}
.section_articles_posts {background:#000 url(//chancerychambers.net/wp-content/themes/chancery/assets/images/page_bg.png) top right no-repeat;}
.section_articles_posts h3{font-size:26px;color:#d2ac67; margin-bottom:25px;font-family: 'muliregular', sans-serif;}
.post_art_section .date{margin-top:25px;color:#fff; margin-bottom:0px;}
.post_art_section h1{font-size:50px; color:#d2ac67; margin-bottom:25px;font-family: 'muliregular', sans-serif; font-weight:bold;}
.wpcf7-form label{
color: #fff;
margin-top: 16px;
}
.section_contactform h2{font-size:56px; color:#d2ac67; margin-bottom:50px;font-family: 'muliregular', sans-serif; font-weight:bold; border-bottom:1px solid #d2ac67; display:inline-block; padding-bottom:15px;}
.conn_divs span{display:inline-block; vertical-align:top;color:#d2ac67; font-size:30px; width:100%;}
.conn_divs a{margin-bottom:25px;font-family: 'muliextralightitalic'; font-weight:normal; font-size:18px; color:#fff; display:inline-block; vertical-align:top;}
.section_contactform .follow-us{margin:0px; margin-top:50px;}
.section_contactform .follow-us li{display:inline-block; vertical-align:top;}
.section_contactform .follow-us li a{display:inline-block; vertical-align:top;font-size:30px; color:#d2ac67; margin:0 12px;}
.section_contactform .wpcf7-submit{background:#d2ac67 url(//chancerychambers.net/wp-content/themes/chancery/assets/images/contacts-us.png) center no-repeat; font-size:0px; float:right;padding: 20px 28px; border-radius:0; border:1px solid #d2ac67;}
.section_contactform .wpcf7-submit:hover{background-color:#032527;}
.wpcf7 form.invalid .wpcf7-response-output, .wpcf7 form.unaccepted .wpcf7-response-output, .wpcf7 form.payment-required .wpcf7-response-output {  display: block;
float: left;
width: 100%;
margin: 0;
margin-top: 10px;
}
input[type=date]:after, input[type=date]:before{color:#fff}
@keyframes animatedBackground {
from {
background-position: 130% -400px;
}
to {
background-position: 100% 0;
}
}
@keyframes animatedBackground2 {
from {
background-position: -300px center;
}
to {
background-position: 0 center;
}
}	
.section_team_div{animation: animatedBackground2 10s linear infinite alternate;}
.services_row_list a{display:block; background-repeat:no-repeat; background-position:bottom right; position:relative}
.services_row_list a:after{-webkit-transition: all 0.20s ease-in;
-moz-transition: all 0.20s ease-in;
-o-transition: all 0.20s ease-in;
transition: all 0.20s ease-in;
content:'';  right:0px; bottom:0px; width:0px; height:0px;  display:block; z-index:-1; opacity:0.1; position:absolute; background-repeat:no-repeat; background-position:bottom right; background-size:auto 100%;}
.services_row_list a:hover:after{width:100%; height:100%;}	
.wpcf7-spinner{display:none!important}
::-webkit-calendar-picker-indicator {
content:"\f073"; color:#d2ac67; font-size:24px;font-family:'FontAwesome'; background-image:url(//chancerychambers.net/wp-content/themes/chancery/assets/images/calendar.png);
}
select option{
background: #042627;
} .why-choose {
background-color: #0e0e0e;
padding: 60px 20px;
text-align: center;
}
.container {
max-width: 1200px;
margin: 0 auto;
}
.why-choose h2 {
font-size: 32px;
font-weight: bold;
margin-bottom: 10px;
color: #ffffff;
}
.subtitle {
font-size: 18px;
margin-bottom: 40px;
color: #cccccc;
}
.features {
display: flex;
flex-wrap: wrap;
justify-content: center;
gap: 40px;
}
.feature-box {
flex: 1 1 250px;
max-width: 300px;
background: #d2ac67; text-align: center;
padding: 20px;
border-radius: 12px;
transition: transform 0.3s ease;
color: #141943; }
.feature-box:hover {
transform: translateY(-5px);
}
.feature-box img {
width: 48px;
height: 48px;
margin-bottom: 15px;
filter: brightness(0) invert(1); }
.feature-box h3 {
font-size: 20px;
margin-bottom: 8px;
color: #ffffff;
}
.feature-box p {
font-size: 14px;
color: #000000;
} @media (max-width: 768px) {
.features {
flex-direction: column;
align-items: center;
}
.feature-box {
max-width: 100%;
}
} .services-section {
padding: 60px 20px;
background-color: #000000; text-align: center;
}
.section-title {
font-size: 2.5rem;
color: #ffffff;
margin-bottom: 40px;
} .services-grid {
display: flex;
flex-wrap: wrap;
justify-content: center;
gap: 30px;
} .service-card {
background-color: #1e1e1e;
border: 1px solid #333;
border-radius: 10px;
flex: 1 1 calc(25% - 30px); max-width: calc(25% - 30px);
padding: 20px;
text-align: center;
transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.service-card:hover {
transform: translateY(-5px);
box-shadow: 0 6px 20px rgba(255, 255, 255, 0.1);
}
.service-image {
width: 60px;
height: 60px;
object-fit: contain;
margin-bottom: 15px;
filter: brightness(1.2);
}
.service-title {
font-size: 19px; color: #d2ac67;
text-transform: uppercase;
} @media (max-width: 1024px) {
.service-card {
flex: 1 1 calc(33.333% - 30px); max-width: calc(33.333% - 30px);
}
}
@media (max-width: 768px) {
.service-card {
flex: 1 1 calc(50% - 30px); max-width: calc(50% - 30px);
}
}
@media (max-width: 480px) {
.service-card {
flex: 1 1 100%; max-width: 100%;
}
} .about-section {
padding: 60px 0;
}
.about-text {
padding-right: 30px;
}
.about-title {
font-size: 2rem;
font-weight: 700;
margin-bottom: 20px;
color: #ffffff;
}
.about-description p {
font-size: 1.1rem;
line-height: 1.8;
color: #cccccc;
}
.about-image img {
max-width: 100%;
border-radius: 10px;
box-shadow: 0 4px 20px rgba(0,0,0,0.5);
}
@media (max-width: 768px) {
.about-text {
padding-right: 0;
margin-bottom: 30px;
}
}
.about-list {
list-style: none;
padding-left: 0;
}
.about-list li {
position: relative;
padding-left: 28px;
margin-bottom: 15px;
color: #cccccc;
font-size: 1.05rem;
line-height: 1.6;
}
.about-list li::before {
content: "\2713"; position: absolute;
left: 0;
top: 2px;
color: #00cc99; font-weight: bold;
}
.why-choose-us {
padding: 60px 0;
background-color: #000000;
}
.section-title {
font-size: 2rem;
font-weight: 700;
margin-bottom: 40px;
text-align: center;
color: #ffffff;
}
.feature-box-custom {
background-color: #1e1e1e;
padding: 30px;
border-radius: 12px;
transition: background-color 0.3s ease;
height: 100%; }   .feature-icon {
font-size: 32px;
color: #00cc99;
margin-bottom: 15px;
}
.feature-title {
font-size: 1.3rem;
font-weight: 600;
margin-bottom: 10px;
color: #ffffff;
}
.feature-text {
font-size: 1rem;
color: #cccccc;
line-height: 1.6;
}
.success-section {
padding: 60px 0;
}
.story-box {
background-color: #1f1f1f;
border-radius: 10px;
padding: 40px;
box-shadow: 0 4px 20px rgba(0,0,0,0.5);
}
.story-title {
color: #0d6efd;
font-weight: bold;
}
.story-text {
margin-bottom: 30px;
color: #cccccc;
}
.story-image {
max-width: 100%;
border-radius: 10px;
border: 2px solid #333;
}
@media (max-width: 768px) {
.text-md-end {
text-align: center !important;
margin-top: 30px;
}
}
.faq-section {
padding: 60px 20px;
}
.faq-title {
color: #0d6efd;
margin-bottom: 30px;
}
.faq-item {
background-color: #1f1f1f;
margin-bottom: 10px;
border-radius: 6px;
overflow: hidden;
box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
}
.faq-question {
padding: 15px 20px;
cursor: pointer;
position: relative;
font-weight: 500;
transition: background-color 0.3s ease;
}
.faq-question:hover {
background-color: #2c2c2c;
}
.faq-answer {
max-height: 0;
overflow: hidden;
background-color: #2a2a2a;
transition: max-height 0.4s ease, padding 0.3s ease;
padding: 0 20px;
}
.faq-answer.open {
padding: 50px 20px;
}
.faq-question::after {
content: '+';
position: absolute;
right: 20px;
font-size: 20px;
transition: transform 0.3s ease;
}
.faq-question.active::after {
content: '–';
}
.services-columns ul {
list-style: none;
padding: 0;
margin: 0;
}
.services-columns li {
margin-bottom: 8px;
}
.services-columns a {
text-decoration: none;
color: #cbcbcb;
transition: color 0.2s;
font-size: 11px;
}
.services-columns a:hover {
color: #007BFF;
}
.service-card1 {
background-color: #1e1e1e;
border: 1px solid #333;
border-radius: 10px;
padding: 20px;
transition: transform 0.3s ease, box-shadow 0.3s ease;
}