.banner-image {
  background-size: cover;
  background-position: bottom;
  background-repeat: no-repeat;
}

.banner-content {
  padding-top: 315px;
  padding-bottom: 233px;
}

.home-banner .banner-title {
  font-weight: 700;
  font-family: 'Oswald';
  font-size: 75px;
  line-height: 100%;
  margin-bottom: 30px;
}

.banner-subtitle {
  font-size: 35px;
  margin-bottom: 30px;
}

.banner-description{
  margin-bottom: 40px;
}

.banner-description p {
  font-size: 30px;
}

.banner-cta {
  gap: 20px;
}

.form-under-banner {
  padding: 51px 0px;
  box-shadow: 3.6px 3.6px 54px 0px #0000001A;
}
.home-banner-form-btn input {
  width: 100%;
  text-align: left;
}

.form-under-banner .form-control {
    border: .9px solid #E9E9E9;
    border-radius: 38.7px;
    max-height: 56px;
    height: 100%;
    min-height: 100%;
}

.form-under-banner .form-control:focus {
    background-color: transparent;
    box-shadow: none;
    outline: none;
    border: .9px solid var(--green-color);
}

.form-under-banner .form-control:hover{
    border: .9px solid var(--green-color);
    border-radius: 38.7px;
}


.banner-form{
  padding: 40px 0px;
  box-shadow: 3.6px 3.6px 54px 0px #0000001A;

}
.banner-form .btn{
  width: 100%;text-align: left;
  padding: 14px 60px 14px 20px;
}
.banner-form .form-control{
  border: 1px solid #E9E9E9; 
  color: black;
  font-size: 16px;
  line-height: 1;
  padding: 12px 15px;
  border-radius: 38px;
  height: auto;
}
.banner-form .form-control::placeholder{
  color: #B6B6B6 !important;
}
.banner-form textarea.form-control{
  height: 46px;
  min-height: auto;
}
.right-img-blue-background{
  background-color: transparent;
}
.content-section-full ul li{
	list-style:disc;
	list-style-position:inside;
}
.award-section h2{
  margin-bottom: 30px;
}

.award-blk .inner-wp{
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 10px;
}
.left-image-with-blu-bck .inner-row, .right-img-blue-background .inner-row{
  background-color: var(--blue-color);
}
.single .content-area img{
  width:100%;  
}
.static-page .content-area ul li{
  list-style: disc;
  padding-left: 0px;
  margin-left:25px;
    
}
.home-banner-image video {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.content-area img:is([sizes="auto" i], [sizes^="auto," i]) {
    contain-intrinsic-size: auto 300px!important;
}
.right-img-blue-background  .img-sc img{
  display: block;
  height: 100%;
  object-fit: inherit;
  object-position: right top;
  width:100%;
}
.left-image-with-blu-bck .inner-row *,  
.right-img-blue-background .inner-row *{
  color: white;
}
.left-image-with-blu-bck .lft img{
  display: block;
}
.left-form-with-content  h2, .left-form-with-content  h3, .left-form-with-content  h4,
.left-form-with-content  h5, .left-form-with-content  h6{
  color: var(--blue-color);
  font-weight: 600;
}
.blue-form{
  padding: 20px;
  border-radius: 30px;
  background-color: var(--blue-color);
}
.blue-form .form-control{
  border: 1px solid #FFFFFF;
  padding: 15px;
  border-radius: 5px;
  color: white;
}
.blue-form .form-control:focus {
    border: 2px solid var(--green-color);
}
.blue-form .form-control::placeholder{
  color: #FFFFFF !important;
}
.blue-form textarea.form-control{
  height: 170px;
}
.blue-form .btn{
  color: #000000;
  min-width: 170px;
  background-color: #fff;
}
.blue-form .btn:hover{
  background-color: var(--green-color);
}
.services-section a{
  display: block;
  border:1px solid transparent;
  background-color: #EBF3F8CC;
}
.services-section a:hover{
  border: 1px solid #000;
}
.services-section .col-inner{
  padding: 75px 15px 50px 15px;
  position: relative;
  background-image: url(../img/right-blue-icon.svg);
  background-position: calc(100% - 15px) 40px;
  background-repeat: no-repeat;
}

.testimonial-blk svg path{
    fill:var(--blue2);
}
.services-section .col-inner *{
  position: relative;z-index: 2;
}
.services .title{
  font-size: 18px;
  color: var(--blue-color);
  font-weight: 700;
  line-height: 1.4;
  text-transform: uppercase;
  margin-bottom: 15px;
}
.services .content{
  color: #000000;
  font-weight: 400;
}
.services-section a:hover .img-sc img{
    opacity: 0.7;
}
.services-section a:hover .col-inner{
    background-image: url(../img/right-blue-icon.svg);
    background-color: #EBF3F8CC;
}
.services-section a:hover .col-inner .title{
    color:var(--blue-color); 
}
.services-section a:hover .col-inner .content{
    color:#000000; 
}
.services a .img-sc img{
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  opacity: 0;
  object-fit: cover;
} 

.chooseus-section{
  margin-bottom: 200px !important;
}
.chooseus-section .title{
  color: #000000;
  margin-top: 15px;
  font-size: 47px;
  font-weight: 400;
  line-height: 57.6px;
}
.chooseus-section  .content{
  margin-bottom: 13px;
}
.chooseus-section .link{
  font-size: 22px;
  color: var(--blue-color);
  font-weight: 700;
  text-transform: uppercase;
  gap: 0px 14.5px;
}
.chooseus-section .link:hover{
  color: var(--green-color);
}
.chooseus-section .link:hover svg path{
  fill: var(--green-color);
}
.chooseus-section .col-inner{
    padding: 40px 75px 30px 35px;
    border: 1px solid #191919;
    background-color: white;
    height: 379px;
    align-content: center;
}
.col-wp.chooseus-content-cal {
    padding: 0px;
}
.chooseus-section .icon svg{
  width: 75px;
  height: 75px;
}

.chooseus-content-row{
    max-width: 1272px;
    position: relative;
    gap: 0px 30%;
    margin: 0 auto;
    justify-content: center;
}

.chooseus-content-cal:nth-child(2){
    position: absolute;
    top: 35%;
    outline: 12px solid #fff;
    padding: 0px;
}


.team-members{
  background-color: #85b84012;
}
.team-members .img-sc img{
  display: block;
  height: 480px;
  object-fit: cover;
  width: 100%;
  object-position: top;
}
.home .left-image-with-content:before{
  content: '';
  width: calc(50vw - 240px);
  height: calc(50% + 100px);
  background-color: var(--blue-color);
  position: absolute;
  left: 0;
  bottom: 0;
}
.left-image-with-content .container{
  position: relative;
  z-index: 2;
}
.team-members .title{
  color: #000;
  font-size: 30px;
  font-weight: 500;
  line-height: 36.57px;
  margin-bottom: 15px;
}
.team-members .sub-title{
  color: #5B5B5B;
  font-size: 18px;
  font-weight: 400;
  line-height: 21.94px;
  letter-spacing: 0.02em;
  text-transform: capitalize;
}
.team-sec .img-sc:after{
  content: '';
  width: 12vw;
  height: 1px;
  background-color:var(--blue-color);
  position: absolute;
  top: 50%;
  right: calc(100% - 80px);
}
.team-sec .title-sc{
  width: fit-content;
  margin-right: 9vw;
  margin-left: auto;
  margin-left: 60px;
}
.team-sec .col-wp:nth-child(3n) .row, .team-sec .col-wp:nth-child(4n) .row{
  flex-direction: row-reverse;
}
.team-sec .col-wp:nth-child(3n) .row .img-sc:after, 
.team-sec .col-wp:nth-child(4n) .row .img-sc:after{
  left: calc(100% - 140px);
  top: 51%;
}
.team-sec .col-wp:nth-child(3n) .title-sc, 
.team-sec .col-wp:nth-child(4n) .title-sc{
  margin-left: 5vw;
  margin-right:4vw;
}
.footer-form.contact-form .btn{
  min-width: 170px;
}
iframe{
  height: 500px;
  display: block;
  width: 100%;
}
.testimonial-inner-slider .testimonial-blk{
  padding: 40px;
  border: 1px solid var(--blue3);
  margin: 0px 15px;
}
.testimonial-inner-slider .testimonial-blk svg{
  margin-bottom: 20px;
}
.testimonial-inner-slider .testimonial-blk .title{
  font-size: 24px;
  font-weight: 500;
  color: #111111;
  margin-bottom: 10px;
  line-height: 1.3;
}
.testimonial-inner-slider .author{
  font-size: 20px;
  color: #111111;
  font-weight: 400;
  line-height: 1.1;
  margin-bottom: 5px;
}


.testimonial-inner-slider  p{
  margin-bottom: 15px;
  color: rgba(17, 17, 17, 0.6);
}
.testmonial-inner-sc h2{
  color: var(--blue);
}
.slick-dots{
  margin-top: 25px;
}
.slick-dots button{
  width: 14px;
  height: 14px;
  background-color: #fff;
  margin: 0px 5px;
}

.testimonial-inner-slider .testimonial-blk blockquote{
  font-size: unset;
  width: 100%;
  margin: 0 auto;
  font-style: unset;
  padding:0;
  border: none;
  background: none;
}
.testimonial-inner-slider .testimonial-blk blockquote::before{
  content: none;
}
.testimonial-inner-sc h2{
  color: var(--blue);
}
.grid-width-icon-section{
  background-color: var(--blue2);
}
.grid-width-icon-section *{
  color: white!important;
}
.grid-width-icon-section h2{
    font-size: 45px;
    font-weight: 600;
    color: #fff!important;
}
.grid-width-icon-section .content{
  font-size: 18px;
  line-height: 32px;
}
.grid-width-icon-section .content a{
    color:var(--blue)!important;
}
.grid-width-icon-section .content a:hover{
    color:#fff!important;
}
.grid-width-icon-section .title{
  font-size: 28px;font-weight: 500;line-height: 1.3;margin-top: 15px;
  margin-bottom: 20px;
}
.services-list .img-sc img{
  width: 100%;height: 100%;
  object-fit: cover;left: 0;
  top: 0;transition: all 0.5s;
}
.services-list a:hover .img-sc img{
  opacity: 1;transition: all 0.5s;
}
.services-blk .img-sc{
    line-height:0!important;
}
.services-list .col-inner{
  position: relative;background-color: #EBF3F8B2;padding:20px; 
}
.services-list .col-wp{
  position: relative;z-index: 2;
}
.services-list .title{
  font-size: 18px;
  font-weight: 700;
  color: var(--blue2);line-height: 1.3;margin-bottom: 15px;
  text-transform: uppercase;
}
.services-list .content{
 color: black;font-weight: 400;
}
.contact-form h2{
  color: var(--blue);
}
.footer-form.remove-bg{
  background-color: transparent;padding-top: 0;
}
.left-image-with-left-border .col-inner{
  padding-left: 40px;
}
.left-image-with-left-border  .img-sc img , .left-image-with-left-dark-border .img-sc img {
  display: block;
  position: relative;
  z-index: 2;
  display: block;
  width: 100%;
}

.left-image-with-left-border  .img-sc  , .left-image-with-left-dark-border .img-sc{
  padding-left: 30px;
  padding-bottom: 30px;
  position: relative;
}
.left-image-with-left-border  .img-sc::after {
  content: '';
  width: calc(100% - 35px);
  height: calc(100% - 35px);
  background-color: var(--blue2);
  position: absolute;
  left: 0;
  bottom: 0;
}
.left-image-with-left-dark-border .img-sc::after {
  content: '';
  width: calc(100% - 35px);
  height: calc(100% - 35px);
  background-color: var(--blue2);
  position: absolute;
  left: 0;
  bottom: 0;
}
.left-image-with-left-border .col-inner p , .left-image-with-left-dark-border .col-inner p{
  text-align: justify;
}
.left-image-with-left-border .col-inner  h4,  .left-image-with-left-dark-border .col-inner h4{
  font-size: 24px;
}
.right-image-wd-bg-img{
  background-size: cover;

}
.right-image-wd-bg-img ul li:before, .left-image-with-blu-bck ul li:before, .right-img-blue-background  ul li:before{
  background-color: white;
}
.right-image-wd-bg-img *{
  color: white;
}
.right-image-wd-bg-img .img-sc img {
  display: block;
  position: relative;
  z-index: 2;
  display: block;
  width: 100%;
}

.right-image-wd-bg-img .img-sc{
  padding-right: 30px;
  padding-bottom: 30px;
  position: relative;
}
.right-image-wd-bg-img  .img-sc::after {
  content: '';
  width: calc(100% - 35px);
  height: calc(100% - 35px);
  background-color: var(--light-blue);
  position: absolute;
  right: 0;
  bottom: 0;
}
.testimonial-hm{
  background-color: var(--blue-color);
}

.testimonial-hm h2{
  color: var(--blue);
}
.testimonial-hm .testimonial-blk {
    justify-content: center;
    display: flex;
    flex-direction: column;
    padding: 40px;
    border: 1px solid var(--blue2);
    margin: 0px 15px;

}
.video-section .h2{
    color:var(--blue);
}
.testimonial-hm .testimonial-blk svg {
  margin-bottom: 20px;
}
.testimonial-hm .testimonial-blk .title {
  font-size: 24px;
  font-weight: 500;
  color: #111111;
  margin-bottom: 10px;
  line-height: 1.3;
}
.testimonial-hm p {
  margin-bottom: 15px;
  color: rgba(17, 17, 17, 0.6);
  line-height: 28px;
}
.testimonial-blk .author{
  font-size: 20px;
  font-weight: 500;
  line-height: 36px;
  color:#000;
}
.testimonial-home-slider  .slick-arrow {
  position: absolute;
  right: calc(50vw - 690px);
  top: 40px;
  width: 50px;
  left: auto;
  font-size: 0;z-index: 5;
}
.testimonial-home-slider  .slick-arrow:hover{
  opacity: 1;
}
.testimonial-home-slider  .slick-arrow.slick-next:after{
  content: '';
  border: solid var(--blue2);
  border-width: 0 4px 4px 0;
  display: inline-block;
  padding: 3px;
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  width: 25px;
  height: 25px;
}
.testimonial-home-slider  .slick-arrow.slick-next:hover:after{
  border: solid #C0C0C0;
  border-width: 0 4px 4px 0;

}
.testimonial-home-slider  .slick-arrow.slick-prev:after{
  content: '';
  border: solid var(--blue2);
  border-width: 0 4px 4px 0;
  display: inline-block;
  padding: 3px;
  transform: rotate(135deg);
  -webkit-transform: rotate(135deg);
  width: 25px;
  height: 25px;
}
.testimonial-home-slider  .slick-arrow.slick-prev{
  right: calc(50vw - 640px);
}
.testimonial-home-slider  .slick-list{
  padding-top: 150px;
}
.testimonial-hm .top-sec{
  margin-bottom: -100px;
}
.testimonial-home-slider  .slick-arrow.slick-prev:hover:after{
  content: '';
  border: solid #C0C0C0;
  border-width: 0 4px 4px 0;
  display: inline-block;
  padding: 3px;
}
.testimonial-outer-wp .slick-list{
  padding-right: 20%;
}
.testimonial-outer-wp{
  --lwd:695px;
  margin-left: calc(50vw - var(--lwd));
}
.left-image-with-blu-bck .lft img{
  height: 100%;
  width: 100%;
  object-fit: cover;
  max-height: 512px;
}
.left-image-with-content .img-sc img{
  width: 100%;
}
.patient-form .form-control{
  border: 1px solid grey;padding: 10px;
}
.has-text-align-center{
  text-align: center;
}
.patient-form  form br{
  display: none;
}
.patient-form .wpcf7-list-item{margin-left: 0px;margin-right: 20px;}
.patient-form .wpcf7-list-item label span{
  margin-left: 10px;
}

.patient-form .wpcf7-checkbox .wpcf7-list-item label{
  align-items: center;
}
.wpcf7-checkbox .wpcf7-list-item  label input{
margin-top: 0;
}
.zigzag-captcha {
  display: flex;
  gap: 5px;
  font-size: 24px;
  font-weight: bold;
  color: #333;
  letter-spacing: 2px;
  user-select: none; /* Prevent user from selecting the text */
}

.captcha-char {
  display: inline-block;
  transform: rotate(var(--rotation)) translate(var(--x-offset), var(--y-offset));
  position: relative;
}

/* Optional background styling for better CAPTCHA visibility */
.zigzag-captcha {
  padding: 10px;
  background-color: #f0f0f0;
  border: 2px dashed #ccc;
  border-radius: 5px;
  display: inline-block;
}

#block_b85b5e92cd064ce4e1fc96aa8dbf90f3{
  padding: 100px 0px 70px 0px;
}
#block_082841b5cb002deaeec2b89381269aeb{
  display:none;
}
#block_2313338b3c1337f7437b42d8bd36238c{
  background: none;
}
#block_c9d9a0098e9277b22a9dcb995cd6a1d5{
  display:none;
}
#block_5ab9af01a0099f8c9536302048f7298e .btn-sc{
  margin-top: 20px;
}
.testmonial-inner-sc .btn-sc {
  margin-top: 25px;
}
.left-image-with-left-dark-border .col-inner {
  padding-left: 40px;
}
body .Page-title-sec{
  margin-bottom: -80px;margin-top: 100px;
}
.right-img-blue-background .inner-row {
  border-radius: 24px;
  overflow: hidden;
}
.left-image-with-left-dark-border h3 a{
  font-size: var(--h3);
  color: #2c2c2c;
  font-weight: 700;
  line-height: 1.2;
  margin-bottom: 15px;
  text-transform: capitalize;
}
.left-image-with-left-dark-border h3 a:hover{
  color: var(--blue);
}
.list-style ul li{
  line-height: 15px;
}

.banner-form .wpcf7 label.error {
  right: 20px;
}
.home .left-image-with-content .img-sc img{
  height: 629px;
  object-fit:contain;
}
.home .right-img-blue-background{

  background: #F6F8F8;
}

.page-template-default .left-image-with-left-dark-border .img-sc img{
  height: 495px;
  object-fit: cover;
}
.page-template-default .right-image-wd-bg-img .img-sc img{
  height: 495px;
  object-fit: cover;
}

#block_cdc192800f1123fd75a0135bd2e9f89b ul{
  column-count: 2;
}
.page-template-default .wp-block-columns{
  justify-content: flex-start;
  margin: 0 auto;
  padding: 0px 20px 80px 20px;
  align-items: self-start;
}

.page-template-default .right-image-wd-bg-img h4{
  font-size: 24px;
}

.page-template-default .left-image-with-left-border{
  background: #004a87;
  color: #fff;
}
.page-template-default .list-style ul li:before{
  background: #ffffff;
}
.page-template-default .left-image-with-left-dark-border.list-style ul li:before{
  background: #000;
}
.home .left-image-with-content .btn{
  margin-bottom: 25px;
}
.home .right-img-blue-background .d-flex.justify-content-end{
  display: none;
}
.home .right-img-blue-background h2{
  margin-bottom: 20px !important;
}
.home .blue-form{
  padding: 60px 35px 50px 35px;
}


.footer-form .wpcf7-list-item{margin:10px 0px;display: block;}
.footer-form .wpcf7-list-item label{
  align-items: center;
}
.blue-form select{
    -moz-appearance: none !important;
    -webkit-appearance: none !important;
    appearance: none !important;
    background-image: url(img/select-arrow.svg) !important;
    background-repeat: no-repeat !important;
    background-position: calc(100% - 15px) center !important;
    margin-right: 20px !important;
    width: 100% !important;
    max-width: 100% !important;
    margin: 0 !important;
    background-size: 30px !important;
    color: #fff !important;
    padding: 15px;
    background-color: transparent;
    outline: none;
    cursor: pointer;
    border: 1px solid #fff;

}
.services-blk a{
    overflow: hidden;
}
.services-blk a .img-sc{
  transition: 1s all;
}
.services-blk a .img-sc:hover{
    transform:scale(1.1);
}
.home .services-list .col-inner {
  height:300px;
}
.cat-list  a{
  display:inline-block;   
}
.cat-list a{
   color:var(--blue);
}
.cat-list ul{
    display:flex;
    gap:10px;
    flex-wrap:wrap;

}
.cat-list  a:hover{
    color:#000;
    box-shadow:none!important;
    background:none;
    
}
.location-listing a{
    display:inline-block!important;
}
.location-listing{
    display:flex;
    flex-wrap:wrap;
    gap:10px;
}
.location p,.cat-list p{
    color:#000!important;
    font-weight:600;
}
.location-listing a:hover{
  color:#000;
   
}
.image-over-text-box{
    position:relative;
    height:100%;
    Width:100%;
}
.image-over-text-box .content-on-image {
    position: absolute;
    width: 50%;
    top: 16%;
    left: -34%;
    background-color: #000;
    color: #fff;
    padding: 50px;
    font-size: 36px;
    font-weight: 500;
    line-height: 50px;
}
.left-content .subtitle{
    color:var(--blue);
    font-size:18px;
    font-weight:500;
}
.left-content .heading{
   font-size:45px;   
}
.post-content .image img {
    width: 100%;
    height: 360px;
    object-fit: cover;
}
.main-heading .heading{
    font-size:45px;
    margin-bottom:22px;
}
.post-content .title{
    color:#000;
    font-size:20px;   
}
.main-content .subtitle{
    font-size:20px;
    color:#000;
    font-weight:500;
}
.disclaimer{
    background-color:var(--blue);
}
.disclaimer-content{
    padding:8px 12px;
}

#crmWebToEntityForm.zcwf_lblRight * {
    width: 100% !important;
    text-align: left !important;
}
.zcwf_lblRight .zcwf_col_fld input {
    height: 40px;
}
.zcwf_col_fld .zcwf_ckbox {
    height: 20px!important;
}
.zcwf_lblRight .zcwf_col_fld_slt{
    height:40px;
}
.zcwf_col_fld .formsubmit{
    background:var(--blue)!important;
}
.zcwf_button {
    font-size: 15px!important;
}
.accordion-button::after{
    background-image:url(../img/faq-arrow-down.svg);
    width: 38px;
    height: 38px;
    background-size: contain;
    background-repeat: no-repeat;
}

.accordion-button:not(.collapsed)::after{
    background-image:url(../img/faq-arrow-up.svg);
    transform: rotate(0deg);
}
.wpcf7-select option{
   color:var(--blue2);
}
.form-group #checkboxGroup{
    color:#fff;
}
.wpcf7-checkbox .wpcf7-list-item{
    width:100%;
    text-align:left;
    color:#fff;
    margin:0;
}

.video-section .images a {
    position: relative;
    display:block;
    margin-inline: auto;
    text-align: center;
}

.video-section .images a svg,
.video-section .images a {
    height: 122px;
    width: 122px;
}

.video-section .images a svg path,
.video-section .images a svg circle  {
  transition: all .4s ease;
}

.video-section .images a:hover svg path {
  fill: #fff
}

.video-section .images a:hover svg circle {
  fill: var(--sky-blue);
}

.play-video {
  font-size: 30px;
  font-family: "Oswald";
  font-weight: 400;
}

.video-section-bg:after {
  position: absolute;
  content: '';
  inset: 0;
  background-color: #12284B;
  opacity: 0.8;
}

.video-section-bg {
  padding-top: 102px;
  padding-bottom: 123px;
  background-position: center center;
}

.video-section .container {
  z-index: 1;
}

.video-subtitle  {
  font-size: 30px;
  font-weight: 400;
  font-family: "Oswald";
  line-height: 135%;
}

.video-header-wrapper {
  border-right: 2px solid var(--sky-blue);
  padding-right: 15px;
}

.video-sec-right {
  max-width: 515px;
  margin-left: auto;
}

.video-title.section-title {
  line-height: 140%;
  padding-left: 50px;
}

.video-content p {
  font-size: 16px;
  line-height: 26px;
  margin-top: 25px;
}

section.team-list-sc .cat-list a {
    border-right: 1px solid black;
    padding-right: 10px;
}
.about-track {
    color: var(--green-color);
    font-size: var(--h2);
    font-weight: 700;
    line-height: 68px;
}
div#block_8b6ad47a64b1242bd4d37310ff973de3:before{
  display: none;
}

.years-of-experience-section{
    background-color: #F9F8F8;
}
.years-of-experience {
    padding: 32px 0px 35px 0px;
    display: flex;

}
.years-of-experience .experience-item{
  position: relative;
  width: 33.33%; 
  border-right: 1px solid #084575;
}
.experience-item-inner {
    gap: 0px 45px;
    align-items: center;
    height: 100%;
    justify-content: center;
}
.experience-item-inner .experience-image {
    align-self: center;
}

.years-of-experience .experience-item:last-child {
    border-right: none;
}
.years-of-experience .experience-item:last-child::after {
  display: none;
}

.experience-title {
    font-weight: 500;
    font-size: 24px;
    line-height: 105%;
}
.experience-number {
    font-weight: 700;
    font-size: 77px;
    line-height: 38.8px;
    vertical-align: bottom;
    color: var(--blue-color);
    margin-bottom: 32px;
}

.who-slide-item {
    position: relative;
}

.who-slide-item .who-slide-content {
    left: 50%;
    position: absolute;
    top: 50%;
    padding: 40px;
    transform: translate(-50%, -50%);
    width: 100%;
    z-index: 9;
}
.who-slider ul.slick-dots {
    transform: translate(-50%, 0%);
    position: absolute;
    bottom: 20px;
    display: flex;
    gap: 0px 10px;
    left: 50%;
}
.who-slider ul.slick-dots li {
    margin: 0px;
}
.who-slider ul.slick-dots li button {
    margin: 0px;
    width: 91px;
    height: 7px;
    opacity: 0.3;
    border-radius: 0px;
    background: #FFFFFF;
}
.who-slider ul.slick-dots li.slick-active button {
    opacity: 0.6;
}
.who-slide-item:after {
    content: '';
    background: #0000004D;
    width: 100%;
    height: 100%;
    display: block;
    position: absolute;
    top: 0px;
}
.who-slider .slick-track .slick-slide .who-slide-item{
    border-radius: 26px;
    overflow: hidden;
}
.who-slide-item .who-slide-content .who-slide-title {
    font-weight: 700;
    font-size: 50px;
    line-height: 100%;
    text-align: center;
    vertical-align: middle;
    color: #fff;
}
.who-slide-text p {
    font-size: 14px;
    line-height: 1.3;
    text-align: center;
    color: #fff;
}
.who-slider .slick-track .slick-slide .who-slide-item img {
    transition: 0.6s ease-in-out;
}
.who-slider .slick-track .slick-slide .who-slide-item:hover img {
    transform: scale(1.05);
    transition: 0.6s ease-in-out;
}

.section-sub-title {
    font-weight: 400;
    font-size: 30px;
    line-height: 100%;
    font-family: "Oswald";
    margin-bottom: 15px;
}

.who-content p {
    font-weight: 500;
    font-size: 18px;
    line-height: 34px;
    margin-bottom: 30px;
}
.who-content {
    max-width: 466px;
}

.icon-slider-section {
    background: var(--blue-color);
}
.icon-slider-wrapper .slick-track {
    display: flex;
    gap: 0px 66px;
    align-items: center;
}

.why-left-image {
    border-radius: 22px;
    overflow: hidden;
    text-align: center;
}
.why-left-image img {
    max-height: 738px;
    object-fit: cover;
    max-width: 492px;
    border-radius: 22px;
}
.why-content {
    margin: 30px 0;
}

.our-team-inner {
    background-color: var(--blue-color);
    border-radius: 26px;
    overflow: hidden;
}
.our-team-content {
    padding: 150px 50px 150px 84px;
    color: #fff;
}
.our-team-image {
    margin: 0px !important;
    padding: 0px;
}
.our-team-image img {
    width: 100%;
    height: 690px;
    object-fit: cover;
    border-radius: 26px !important;
}
.our-team-inner .section-content {
    margin-bottom: 30px;
}

.our-team-inner .primary-btn {
  background-color: #fff;
  color: var(--blue-color);
}
.our-team-inner .primary-btn:hover{
  background-color: var(--blue-color);
  color: #fff;
  border-color: #fff;
}

.practice-areas-slider .slick-track {
    display: flex;
    gap: 0px 65px;
    align-items: center;
    padding: 50px 0 60px 0;
}

.practice-areas-slider .slick-track .slick-slide {
    position: relative;
}

.practice-slide-item .practice-slide-inner img {
    object-fit: cover;
    height: 100%;
    width: 100%;
    filter: grayscale(1);
}
.practice-slide-item .practice-slide-title {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-weight: 700;
    font-size: 48px;
    line-height: 120%;
    color: #FFFFFF;
    width: 100%;
}
.practice-slide-image {
    height: 464px;
    overflow: hidden;
    position: relative;
    border-radius: 55px;
    transition: 0.6s ease-in-out;
}
.slick-slide.slick-current.slick-active.slick-center .practice-slide-image{
    max-width: 100%;
    width: 479.1px;
    max-width: 100%;
    transition: 0.6s ease-in-out;
    transform: scale(1.1);
}
.slick-slide.slick-current.slick-active .practice-slide-image:after {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    background: #0000004D;
    top: 0px;
    left: 0px;
}
.practice-areas-slider-section .practice-area-slider-btn {
    margin-top: 15px;
}

.slick-slide.slick-current.slick-active.slick-center .practice-slide-image img{
  filter: none;

}
.practice-areas-slider:before {
    content: '';
    position: absolute;
    width: 337px;
    height: 100%;
    bottom: 0px;
    left: 0px;
    z-index: 9;
    background: url(../img/slider-left-overlay.webp);
    background-repeat: no-repeat;
    background-size: cover; 
}
.practice-areas-slider:after{
    content: '';
    position: absolute;
    width: 337px;
    height: 100%;
    bottom: 0px;
    right: 0px;
    z-index: 9;
    background: url(../img/slider-right-overlay.webp);
    background-repeat: no-repeat;
    background-size: cover;
}
.practice-areas-slider {
    margin-top: 7px;
}

.practice-areas-slider-section .container {
    display: flex;
    justify-content: center;
}

.practice-areas-slider .slick-arrow {
  background-color: var(--blue-color);
  width: 40px;
  height: 40px;
  z-index: 11;
  left: 0;
  background-position: center;
  background-repeat: no-repeat;
  font-size: 0
}

.practice-areas-slider .slick-arrow.slick-prev {
  background-image: url('../img/arrow-left.svg');
  left: 15px;
}

.practice-areas-slider .slick-arrow.slick-next {
  background-image: url('../img/arrow-right.svg');
  right: 20px;
  left: unset;
}

.left-image-outside-container {
    margin: 0 auto;
    max-width: 2100px;
}
.outside-container-wrapper {
    display: flex;
    align-items: center;
    gap: 0px 105px;
}

.left-image-outside-section .container {
    margin-left: 0px;
    padding-left: 0px;
}

.left-image-outside-section {
    background-color: #d6e1f31a;
}

.outside-container-image-style-wrapper {
    height: 791px;
    border-radius: 0px 26px 26px 0px;
    overflow: hidden;
    width: 719px;
}
.outside-container-wrapper .outside-container-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.outside-container-content-inner {
    max-width: 654px;
}
.about-page-left-image-outside-section  .outside-container-image-style-wrapper{
    height: 675px;
    width: 718px;
}
.about-page-left-image-outside-section .outside-container-content-inner{
  max-width: 870px;
}

.clients-title.section-title {
    margin-bottom: 10px;
}
.clients-slider {
    margin-top: 96px;
}
.clients-slider .slick-track{
  display: flex;
  gap: 0px 31px;
}
.client-slide-inner .client-text {
    font-style: Italic;
    font-size: 22px;
    line-height: 32px;
    text-transform: capitalize;
}
.client-slide-inner .client-name {
    font-size: 20px;
    line-height: 30px;
    text-align: right;
    text-transform: capitalize;
}
.clients-slider .slick-track .slick-slide .client-slide-inner{
    max-width: 583px;
    padding: 30px;
}
.clients-slider .slick-track .slick-slide {
    display: flex;
    flex-direction: column;
    height: auto;
    align-items:center;
    padding: 10px 0px;
    position: relative;
}
.clients-slider .slick-track .slick-slide:before {
    content: '';
    position: absolute;
    display: block;
    width: 55px;
    height: 55px;
    background: url(../img/up-quotation-mark.svg);
    left: -0px;
    top: 26px;
    background-repeat:no-repeat;
    background-size: contain;
}
.clients-slider .slick-track .slick-slide:after {
    content: '';
    position: absolute;
    display: block;
    width: 55px;
    height: 55px;
    background: url(../img/down-quotation-mark.svg);
    right: -0px;
    bottom: 36%;
    transform: translate(0px, -36%);
    background-repeat:no-repeat;
    background-size: contain;

}
.clients-slider .slick-track .slick-slide > div {
    height: 100%;
}
.client-slide {
    position: relative;
    height: 100%;
}
.clients-slider .slick-track .slick-slide .client-slide-inner {
    max-width: 583px;
    border: 1px solid var(--blue-color);
    border-radius: 18px;
    position: relative;
    margin: 5px 0px;
    padding: 30px 28px 30px 40px;
    height: 100%;
}
.client-name-manager {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 16px;
}

.clients-slider ul.slick-dots{
    gap:0px 22px;
    align-items: center;
    justify-content: center;
}
.clients-slider ul.slick-dots li {
    margin: 0px;
    border: 1px solid;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 7px;
}
.clients-slider ul.slick-dots li button {
    border-radius: 52%;
    width: 14px;
    height: 14px;
    background: transparent;
    margin: 0px;
}
.clients-slider ul.slick-dots li.slick-active button {
    border-radius: 52%;
    width: 15px;
    height: 15px;
    background: #084575;
    margin: 0px;
}
.left-image-outside-section-content {
    margin-bottom: 30px;
}

.left-image-outside-section-content strong {
    font-weight: 700;
    font-size: 26px;
    line-height: 40px;
    color: #223A5E;
}

.contact-us-now-cta {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.cta-background {
    background-color: #F8F8F8;
    padding: 90px 80px;
    box-shadow: 6px 6px 25px 0px #0000001A;
}

.contact-us-now-cta-section {
    background-color: #D6E1F3;
    height: 962px;
    background-size: 875px, 962px;
}
.contact-us-now-cta .cta-text {
    margin-bottom: 30px;
}
.map-content iframe {
    width: 100%;
    height: 100%;
}
.map-with-form-wrap .map-side .map-content {
    height: 100%;
}
.map-with-form-wrap {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: end;
    gap: 0px 60px;
}

.map-with-form-on-right {
    background-color: rgba(122, 173, 211, 0.1);
}
.map-with-form-wrap .map-side {
    width: 50%;
    max-width: 911px;
    height: 720px;
}

.map-with-form-wrap .form-side {
    max-width: 672px;
    padding: 70px 0;
}
.custom-map-container {
    max-width: 2100px;
    margin: 0 auto;
}
.map-only {
    border-radius: 30px;
    overflow: hidden;
}
.map-with-form-wrap .form-side .form-content {
    margin-top: 47px;
}

.sign-up-form form .custom-btn .wpcf7-submit:hover {
  background-color: var(--sky-blue);
  color: #fff;
  border: 1px solid var(--sky-blue);
}

.sign-up-form .wpcf7 label.error {
  left: 0;
  bottom: -15px;
  right: unset;
}

.faq-accordion-common {
    background: url(../assets/img/faq-bg.webp);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}
.right-side-image-col img {
    border-radius: 24px;
    width: 100%;
}
.practice-areas-boxes .practice-box {
    position: relative;
}
.practice-areas-boxes .practice-box .practice-title {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-weight: 700;
    font-size: 34px;
    line-height: 44px;
    text-align: center;
    color: #FFFFFF;
    width: 100%;
    z-index: 1;
    padding: 0px 20px;
    margin-bottom: 0px;
}
.practice-areas-boxes .practice-box .practice-image {
    border-radius: 26px;
    overflow: hidden;
    text-align: center;
    border: 26px;
    position: relative;
}
.practice-areas-boxes .practice-box .practice-image:after {
    content: '';
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0px; 
    left: 0px;
    background: #0000004D;
}
.practice-areas-boxes .practice-box .practice-image img {
    width: 100%;
    height: 300px;
    object-fit: cover;
    filter: grayscale(1);
    transition: all .4s ease;
}

.fullwidth-page .inner-row .right-side-image-col {
  padding-right: 0 !important;
  padding-left: 0 !important;
}
.practice-areas-boxes .practice-box .practice-image:hover img {
    filter: grayscale(.4);
}

.practice-areas-boxes .practice-box .practice-image:hover:after {
    content: '';
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0px; 
    left: 0px;
    background: #00000054;
}
.form-with-address {
    margin-top: 70px;
}
.form-with-address .contact-addresses {
    max-width: 550px;
    max-width: 92%;
    border-radius: 16px;
    background-color: #223A5E;
    padding: 40px;
    margin: 0 0 0 auto;
}
.form-with-address .contact-addresses .address-content p {
    color: #fff;
    font-weight: 600;
    font-size: 20px;
    line-height: 26px;
    letter-spacing: 0.99px;
}
.form-with-address .contact-addresses .address-item {
    margin-bottom: 23px;
    border-bottom: 2px solid #FFFFFF30;
    padding-bottom: 23px;
}
.form-with-address .contact-addresses .address-item:last-child {
    border-bottom: none;
    padding-bottom: 0px;
    margin-bottom: 0px;
}


.form-with-address .contact-addresses .address-item .address-image {
    margin-bottom: 16px;
}
.form-with-address a:hover {
    text-decoration: underline 1px solid #FFF;
    color: #fff;
}

.form-with-address-on-right-section {
    background-image: url(../img/form-with-address-bg.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: bottom center;
}

.full-width-overlay-box .overlay-content p {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-weight: 700;
    font-size: 36px;
    line-height: 56px;
    color: #FFFFFF;
    text-align: center;
    width: 100%;
    z-index: 9;
    padding: 0px 128px;
}
.full-width-overlay-box .overlay-content {
    padding: 0px 136px;
}
.full-width-overlay-box:after {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0px;
    left: 0px;
    background: #000000A3;
    z-index: 0;
}
.full-width-overlay-box img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.full-width-overlay-box {
    border-radius: 20px;
    overflow: hidden;
}

.name-stars-wrapper {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 24px;
}

.single-testimonial-quotation-style {
    background: url(../img/up-quotation-mark.svg);
    width: 68px;
    height: 68px;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center center;
}
div#testimonial-list .testimonial-content {
    margin-top: 8px;
}

.all-testimonials .single-testimonial {
    padding: 25px 24px 44px 24px;
    border-radius: 20px;
    border: 1px solid var(--blue-color);
    height: 100%;
}


.all-testimonials .single-testimonial:hover {
    background: var(--blue-color);
    color: #fff;
}

.all-testimonials .single-testimonial:hover .testimonial-content {
    color: #fff;
}

.all-testimonials .single-testimonial:hover a.testimonial-link {
    color: #fff;
}

.all-testimonials .single-testimonial:hover h3.testimonial-title {
    color: #fff;
}
.all-testimonials .single-testimonial:hover .single-testimonial-quotation-style{
    background: url(../img/up-quotation-mark-color-second.svg);
    width: 68px;
    height: 68px;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center center;
}
.all-testimonials .single-testimonial:hover .name-stars-wrapper .stars svg path {
    fill: #D6E1F3;
}
.load-more-wrapper {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 70px;
}
.name-stars-wrapper h3.testimonial-title {
    font-weight: 700;
    font-style: Italic;
    font-size: 20px;
    line-height: 30px;
    text-transform: capitalize;
    color: var(--blue-color);
    margin: 0px;
}
.testimonial-content {
    font-weight: 500;
    font-style: Italic;
    font-size: 18px;
    line-height: 28px;
    text-transform: capitalize;
    color: var(--blue-color);
}
.single-testimonial a {
    font-weight: 700;
    font-size: 16px;
    line-height: 24px;
    text-transform: capitalize;
    text-decoration: underline;
    text-decoration-style: solid;
    text-decoration-thickness: 0%;
    color: var(--blue-color);
}

.home-banner{
  overflow: hidden;
}

.home-banner:after {
  content: '';
  position: absolute;
  inset: 0;
  background-color: rgba(0, 0, 0, 0.50);
}

.banner-content {
  position: relative;
  z-index: 1;
}

.practice-areas-slider-section .practice-areas-header {
    padding: 0px 65px 0px 84px;
}

.service-cards {
  position: relative;
  top: -160px;
}

.service-heading {
  font-family: "Oswald";
  font-size: 35px;
  font-weight: 400;
  line-height: 100%;
}

.service-inner {
  background-color: var(--blue-color);
}

.service-inner:nth-child(2) {
  background-color: var(--sky-blue);
}

.service-single {
  padding: 56px 42px 70px 35px;
}

.service-description {
  position: relative;
  margin-top: 17px;
}

.service-description::before {
  content: '';
  position: absolute;
  background-color: var(--sky-blue);
  left: 25px;
  top: 5px;
  width: 2px;
  height: 88px;
}

.service-inner:nth-child(2) .service-description::before {
  background-color: #fff;
}

.service-description p {
  font-size: 16px;
  line-height: 26px;
  padding-left: 50px;
}


/* right-image-left-content */

.right-image-left-content .subheading {
  font-size: 30px;
  font-weight: 400;
  font-family: "Oswald";
  margin-bottom: 20px;
}

.heading-wrapper {
  border-left: 2px solid var(--sky-blue);
  padding: 8px 0 5px 15px;
  margin-bottom: 25px;
}

.right-image-left-content .subtitle {
  font-weight: 500;
  font-size: 16px;
  line-height: 26px;
  margin-bottom: 20px;
}

.right-image-left-content-desc p {
  font-size: 16px;
  font-family: "Roboto";
  line-height: 26px;
  margin-bottom: 30px;
}

.right-image-left-content .container:before {
  position: absolute;
  content: '';
  left: -225px;
  top: 0;
  background-image: url(../img/law.png);
  height: 643px;
  width: 292px;
  z-index: -1;
}

.play-icon {
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    font-size: 0px;
    opacity: 1 !important;
}
.practice-areas-slider-section .btn {
  padding: 18px 40px;
}

.common-header-wrapper {
    border-left: 2px solid var(--sky-blue);
    padding-left: 12px;
}

.z-1 {
    z-index: 1;
}

.feature-heading {
  font-family: "Oswald";
  font-size: 20px;
  font-weight: 500;
  line-height: 100%;
  margin-bottom: 5px;
}

.features-wrapper {
  margin-bottom: 30px;
}

.features-wrapper:last-of-type {
  margin-bottom: 0;
}

.why-features {
  margin-bottom: 35px;
}

.whychoose-right-image {
    width: fit-content;
    margin-left: auto;
    padding: 23px;
    border: 1px solid var(--sky-blue);
}

.experience {
  max-width: fit-content;
}

.experience_text {
  top: 50%;
  transform: translateY(-50%);
  margin-inline: auto;
  left: 0;
  right: 0;
}

.experience_years {
  font-size: 50px;
  font-family: "Oswald";
  font-weight: 500;
  margin-bottom: 10px;
  line-height: 100%;
}

.experience_text p {
  font-size: 22px;
  font-weight: 400;
  padding: 0 50px;
}

.experience-wrapper {
  bottom: 50px;
    left: -25px;
}

.why-features img, .why-features svg {
  width: 50px;
}

.btn.why-link:hover {
  border-color: #fff;
}

.say-subtitle {
  font-size: 30px;
  font-weight: 400;
  font-family: "Oswald";
  width: max-content;
  margin-inline: auto;
  margin-bottom: 10px;
}

.say-subtitle::before {
  position: absolute;
  content: '';
  height: 2px;
  width: 93px;
  left: -105px;
  top: 50%;
  transform: translateY(-50%);
  background-color: var(--sky-blue);
}

.say-subtitle::after {
  position: absolute;
  content: '';
  height: 2px;
  width: 93px;
  right: -105px;
  top: 50%;
  transform: translateY(-50%);
  background-color: var(--sky-blue);
}

.testimonial-inner-slider {
  max-width: 1200px;
  margin-inline: auto;
}

.content-sec p {
  color: #fff;
  margin-bottom: 0;
  margin-top: 15px;
}

.content-sec {
  padding-left: 83px;
}

.testimonial-inner-slider {
  margin-top: 70px;
}

.testimonial-qoute {
  right: -10px;
  bottom: 25px;
}

.testimonial-card {
  padding-top: 28px;
  padding-bottom: 50px;
  padding-right: 32px;
}

.testimonial-card .title {
  font-family: "Oswald";
  font-weight: 600;
  font-size: 25px;
  line-height: 100%;
  margin-bottom: 5px;
}


.testimonial-inner-slider .sub-title{
  font-size: 16px;
  line-height: 26px;
}

.testimonial-inner-slider .slick-slide {
    margin: 0 93px; 
}

.testimonial-inner-slider .slick-list {
    margin: 0 -90px;
}

.bottom-svg {
  bottom: 0;
}

.top-svg {
  top: 0;
}

.top-svg path,
.bottom-svg path,
.testimonial-qoute path,
.testimonial-qoute svg{
  transition: all .4s ease;
}

.testimonial-card:hover .top-svg path,
.testimonial-card:hover .bottom-svg path,
.testimonial-card:hover .testimonial-qoute path {
  stroke: var(--sky-blue);
}

.testimonial-card:hover .testimonial-qoute svg {
  fill: var(--sky-blue);
}

.testimonial-inner-slider .slick-dots li.slick-active button, 
.testimonial-inner-slider .slick-dots li:hover button{
  background-color: var(--sky-blue);
}

.testimonial-inner-slider .testimonial-card {
    height: 100%;
    display: flex;
    flex-direction: column;
}
.testimonial-inner-slider .slick-slide {
    height: auto !important;
}

.testimonial-inner-slider .slick-track {
    display: flex !important;
}

.testimonial-inner-slider .slick-slide > div {
    height: 100%;
}
.testimonial-bl img {
  height: 67px;
  width: 67px;
  border-radius: 50%;
  object-fit: contain;
}

.testimonial-inner-slider .slick-dots {
  padding-bottom: 0;
}

.btn-sec {
  top: 50%;
  right: 0;
  transform: translateY(-50%);
}

.our-clients-say-inner {
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat
}

.our-clients-say-inner .btn:hover {
  border-color: #fff;
  background-color: transparent
}

.award-slider .slick-dots button {
  background-color: var(--blue-color);
  opacity: 20%;
}

.award-slider  .slick-dots li.slick-active button {
  background-color: var(--sky-blue);
  opacity: 100%;
}

.award-section {
  padding: 100px 0;
}

.award-section .slick-dots {
  padding: 0;
}

.award-section .slick-track {
  display: flex;
  align-items: center;
}

.award-slider.award-not-initialized {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    column-gap: 120px;
}
.latest-blogs-section .common-header-wrapper {
  margin-top: 35px;
}

.latest-blogs-section .link-btn {
  margin-top: 40px;
}

.latest-blogs-section {
  background-color: rgba(18, 40, 75, 0.03);
}

.posts-wrapper .post-title {
  font-size: 22px;
  font-weight: 500;
  font-family: "Oswald";
  line-height: 100%;
}

.posts-wrapper .post-date {
  background-color: var(--blue-color);
  padding: 5px 15px;
  font-size: 12px;
  color: #fff;
  top: 0;
  right: 0;
}

.post-content-inner {
  background-color: #fff;
  padding: 20px 20px 35px 20px;
}

.posts-wrapper .post-item {
  padding: 15px;
  border: 1px solid transparent;
  &:hover {
    border-color: var(--sky-blue);
  }
}

.posts-wrapper .post-item img {
  width: 100%;
  height: 176px;
}

.post-read-more {
  font-size: 16px;
  font-weight: 700;
  right: 19px;
  bottom: 27px;
}

.transtion-4 {
  transition: all .4s ease;
}

.posts-wrapper .post-item:hover .post-title {
  color: var(--sky-blue);
}

.posts-wrapper .post-item:hover .post-date {
  background-color: var(--sky-blue);
}

.posts-wrapper .post-item:hover .post-read-more {
  display: block !important;
}

.latest-blogs-content {
  padding-right: 70px;
}

.posts-wrapper .post-item:hover .post-content-inner {
  box-shadow: 0 4px 50px 0 rgba(0, 0, 0, 0.10);
}

.post-read-more:hover a {
  text-decoration: underline;
}

.our-team-section:before {
    content: '';
    width: calc(45% - 431px);
    height: 794px;
    background-color: var(--sky-blue);
    position: absolute;
    left: 0;
    top: 0;
    z-index: -1;
}

.our-team-section .common-header-wrapper {
  margin-left: 204px;
}

/* slider css */

.main-slider .row {
  display: flex !important;
}

.outside-slider .slick-arrow {
  padding: 19px 23px;
  background-color: #12284B33;
  background-repeat: no-repeat;
  background-position: center center;
  font-size: 0;
  top: -51px;
  right: 0;
  left: unset;
}

.outside-slider .slick-arrow.slick-next {
  background-image: url('../img/arrow-right.svg');
  right: 382px;
}

.outside-slider .slick-arrow.slick-prev {
  background-image: url('../img/arrow-left.svg');
  right: 433px;
}

.outside-slider .slick-slide.slick-current {
  display: none;
}

.slick-arrow:hover,
.slick-arrow:focus {
  opacity: 1 !important;
  background-color: var(--sky-blue);
} 

.main-slider img {
  width: 100%;
  height: 100%;
}

.thumb-item {
  gap: 15px;
  background-color: var(--blue-color);
  max-width: 310px;
}

.outside-slider {
    max-width: 1035px;
    margin-left: auto;
    position: absolute;
    width: 100%;
    right: -372px;
    top: 162px;
}

.thumb-item-img {
  width: 94px;
  height: 97px;
}
.thumb-item-img img {
  height: 100%;
}

.thumb-item-title {
  font-weight: 600;
  font-family: "Oswald";
  font-size: 25px;
  text-transform: uppercase;
  line-height: 100%;
}

.thumb-item-designation {
  font-weight: 400;
  font-family: "Oswald";
  font-size: 16px;
  line-height: 100%;
}

.slick-slide.slick-current .team-left-img:before {
  content: '';
  position: absolute;
  bottom: -20px;
  left: 0;
  height: 100%;
  width: 97%;
  border: 1px solid var(--sky-blue);
  z-index: -1;
}

.main-slider .slick-list {
  padding-bottom: 25px;
}

.team-left-img {
  padding-left: 20px;
}

.attorney-title {
  font-family: "Oswald";
  font-weight: 400;
  font-size: 40px;
  line-height: 100%;
}

.attorney-details .common-header-wrapper {
  margin-left: 0;
  margin-bottom: 25px;
}

.attorney-details .attorney-role {
  font-size: 22px;
  font-weight: 400;
  margin-top: 10px;
}

.attorney-details {
  padding-top: 170px;
  padding-left: 30px;
}

.attorney-details p a {
  color: var(--sky-blue);
  &:hover {
    text-decoration: underline;
  }
}

.team-slider-wrapper {
  margin-top: 50px;
}

.our-team-section, .team-slider-wrapper {
  overflow: hidden;
}

.main-slider .slick-track {
    display: flex;
}

.main-slider .row {
  margin-left: 0;
  margin-right: 0;
}
.thumb-slider .slick-current + .slick-slide + .slick-slide + .slick-slide {
  opacity: 0.3;
}


.fullwidth-page a {
  color: var(--sky-blue);
  &:hover {
    text-decoration: underline;
  }
}

.contact-form-sidebar {
  background-color: #fff;
}

.isaac-kelly-img .left-image-left-content-right img {
    height: 400px;
    width: 100%;
    object-fit: cover;
}

.list-none {
  list-style: none;
}

.our-team-section  .team-left-img img{
    height: 500px;
    width: 100%;
    object-fit: cover;
    object-position: top center;
}

.attorney-detail .common-header-wrapper {
  margin-left: unset !important;
}
    
.case-type img {
   filter: grayscale(1);
   transition: all .4s ease;
   height: 270px;
   width: 100%;
   object-fit: cover;
   border-radius: 16px;
}

.case-type:hover img {
  filter: none;
}

.case-title {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  right: 0;
  margin-inline: auto;
  z-index: 1;
  color: #fff;
  padding: 0 15px;
  font-size: 26px;
  font-weight: 700;
}

.personal-injury-sec.right-image-left-content-desc p {
  margin-bottom: 15px;
}