body{font-family: "Montserrat", sans-serif;}
a{text-decoration:none !important; color: #004476;}
a span{text-decoration: none;}
p{font-family: "Montserrat", sans-serif;font-size:22px;margin:0;padding:0;color:#000000;text-align:center;font-weight:300;}
h1,h2,h3,h4,h5,h6{margin:0px;padding:0px;}
h1{font-size:36px;font-weight:500;font-family: "Cormorant", serif;}
h2{font-size:30px;font-weight:500;line-height:36px; font-family: "Cormorant", serif;}
h3{font-size:28px;font-weight:400; font-family: "Cormorant", serif;}
h4{font-size:22px;font-weight:400; font-family: "Cormorant", serif;}
em, i{font-style:italic !important;}
h5 {font-size:25px;font-weight:700;color:#333;line-height:36px;font-family: "Cormorant", serif;}
h6 {
    font-size: 18pt;
    text-transform: uppercase;
    color: #000000;
    line-height: 36px;
    font-family: "Cormorant", sans-serif;
    text-align: left;
    font-weight: 600;  
    margin-left: 10px;
}
.container{
  max-width: 1200px;
  display: block;
  margin: auto;
}
.header{
  transition: background-color 200ms linear;
  width: 100%;
  background-color: #00000075;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  padding: 12px 0;
  max-height: 150px;
  position: sticky;
  top: 0px;
  z-index: 999;
  margin-bottom: -150px;
  overflow: hidden;
  display: flex;
  align-items: center;
}
.header .container{
  display: flex;
  align-items: center;
}
.header .container .logo-img{
  width: 25%;
}
.header .container .logo-img img{
  max-width: 185px;
}
.header .container .header-cta{
  width: 75%;
  display: flex;
  justify-content: flex-end;
}
.header .container .header-cta .mid-cta-head{
  text-align: right;
  color: #fff;
  font-size: 14pt;
  padding-right: 25px;
}
.header .container .header-cta .mid-cta-head a{
    color: #fff;
    transition: .3s;
    font-size: 32px;
    line-height: 1;
}
.header .container .header-cta .mid-cta-head a:hover{
  transition: .3s;
  text-shadow: #fff 0px 0px 5px;
}
.header .container .header-cta button{
  background: #004476;
  color: #fff;
  border: 0;
  padding: 18px 30px;
  border-radius: 10px;
  font-weight: 600;
  transition: .3s;
}
.header .container .header-cta button:hover{
  background-color: #0a5489;
}
.banner{
  background-image: url('../images/banner-sec-bg.jpg');
  min-height: 880px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  display: flex;
  background-position: top center;
  padding-top: 220px;
}
.banner .banner-main{
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  gap: 25px;
  color: #fff;
}
.banner .banner-main h1{
  font-weight: 500;
  font-size: 38pt;
}
.banner .banner-main p{
  color: #fff;
  font-weight: 500;
  font-size: 16pt;
}
.banner .banner-main button{
  background: #fff;
  color: #0a5489;
  border: 0;
  padding: 25px 72px;
  border-radius: 10px;
  font-weight: 600;
  transition: .3s;
  font-size: 14pt;
}
.banner .banner-main button:hover{
  background-color: #0a5489;
  color: #fff;
  transition: .3s;
  transform: translateY(-5px);
}
.banner .banner-stats{
  display: flex;
  margin-top: 50px;
  margin-right: auto;
  margin-left: auto;
  max-width: 1000px;
  justify-content: space-around;
  align-items: center;
  min-height: 190px;
  overflow: hidden;
}
.banner .banner-stats div{
  padding: 25px;
  display: flex;
  flex-direction: column;
  align-items: center;
  color: #fff;
  width: 33%;
  min-height: 196px;
}
.banner .banner-stats div:nth-child(2){
  box-shadow: #ffffff1f 0px 0px 12px 2px;
}
.banner .banner-stats div h2{
  font-size: 58pt;
  font-weight: 200;
  line-height: 1.4em;
}
.banner .banner-stats div p{
  color: #fff;
  font-size: 10pt;
  line-height: 1.4;
  text-transform: uppercase;
  font-weight: 500;
}
.popup-form-modal .modal.show .modal-dialog{
  max-width: 550px;
}
.popup-form-modal .close{
  position: absolute;
  right: 5px;
  top:5px;
  font-size: 25pt;
  line-height: 1;
  border: 0;
  background: #0000;
  color: #fff;
  z-index: 100;
}
.popup-form-modal .modal-body{
  background-image: url('../images/popup-form-modal-bg.jpg');
  padding: 25px 36px;
  display: flex;
  flex-direction: column;
  align-items: center;
  background-size: cover;
}
.popup-form-modal .modal-body img{
  max-width: 180px;
  margin-bottom: 10px;
}
.popup-form-modal .modal-body h2{
  text-align: center;
  color: #fff;
  font-size: 22pt;
  line-height: 1.1;
}
.popup-form-modal .modal-body .header-paragraph{
  color: #fff;
  font-size: 11px;
  font-weight: 600;
  margin-top: 10px;
  margin-bottom: 20px;
}
.popup-form-modal .form-control{
  width: 100%;
  border-radius: 0;
  margin-bottom: 10px;
  font-size: 14px;
  padding: 10px 15px;
}
.popup-form-modal .form-control::placeholder, .popup-form-modal textarea::placeholder{
  font-size: 12px;
  color: #999;
}
.popup-form-modal textarea{
  width: 100%;
  border-radius: 0;
  margin-bottom: 10px;
  font-size: 14px;
  padding: 10px 15px;
  min-height: 130px;
}
.popup-form-modal .form-footer p{
  font-size: 12px;
  color: #fff;
  text-align: left;
  margin-top: 10px;
}
.popup-form-modal .form-footer .acceptbox{
  font-size: 12px;
  color: #fff;
}
.popup-form-modal .form-btn input{
  padding: 10px 0;
  width: 100%;
  margin-top: 10px;
  font-size: 14px;
  font-weight: 700;
  color: #fff;
  background-color: #227aba;
  transition: .3s;
}
.popup-form-modal .form-btn:hover input{
  transition: .3s;
  transform: translateY(-3px);
}
.practice-areas-sec{
  background-color: #004476;
  background-image: url('../images/section-bg.jpg');
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: bottom center;
  padding: 80px 0;
}
.practice-areas-sec .icon-box{
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin: auto;
  max-width: 600px;
  border-top: solid 1px #fff;
  margin-bottom: 50px;
}
.practice-areas-sec .icon-box span{
  font-size: 52px;
  color: #fff;
  background: #004476;
  padding: 0 20px;
  position: absolute;
}
.practice-areas-sec h2{
  text-align: center;
  color: #fff;
  font-size: 24pt;
  margin-bottom: 50px;
  text-transform: uppercase;
  line-height: 1.4;
}
.practice-areas-sec .practice-area-slider-in img{
  max-width: 100%;
  border-radius: 15px;
}
.practice-areas-sec .practice-area-slider-in p{
  color: #fff;
  font-weight: 600;
  margin: auto;
  font-size: 14px;
  border-bottom: solid #fff;
  max-width: 300px;
  padding: 18px;
  text-transform: uppercase;
}
.practice-areas-sec .practice-area-slider span{
  font-size: 9pt;
  font-weight: 500;
  text-transform: none;
}
.practice-areas-sec .practice-area-slider .owl-controls{
  margin-top: 30px;
  display: flex;
  flex-direction: row-reverse;
  align-items: center;
  justify-content: space-between;
}
.practice-areas-sec .practice-area-slider .owl-theme .owl-dots .owl-dot span{
  margin: 4px;
}
.practice-areas-sec .practice-area-slider .owl-theme .owl-nav [class*=owl-]{
  display: flex;
  padding: 8px;
  border-radius: 7px;
}
.practice-areas-sec .practice-area-slider .owl-theme .owl-nav{
  display: flex;
}
.practice-areas-sec .cta-box{
  display: flex;
  max-width: 1250px;
  margin: auto;
  padding-top: 10vh;
  gap: 50px;
  align-items: center;
}
.practice-areas-sec .cta-box img{
  max-width: 22%;
}
.practice-areas-sec .cta-box p{
  max-width: 34%;
  color:#fff;
  font-size: 16px;
  line-height: 1.5;
}
.practice-areas-sec .cta-box button{
  padding: 20px 22px;
  font-weight: 700;
  border: 0;
  color: #004476;
  border-radius: 10px;
  transition: .3s;
  font-size: 14pt;
}
.practice-areas-sec .cta-box button:hover{
  transition: .3s;
  transform: translateY(-5px);
}
.walk-this-path-sec{
  padding: 80px 0;
}
.walk-this-path-sec h2{
  text-align: center;
  color: #004476;
  font-size: 36pt;
  line-height: 1.2;
}
.walk-this-path-sec .title-box p{
  font-size: 16px;
  color: #000;
  font-weight: 400;
  margin-top: 10px;
}
.walk-this-path-sec .content-boxes{
  display: flex;
  gap: 20px;
  margin-top: 50px;
}
.walk-this-path-sec .content-boxes .col-lg-6:nth-child(1){
  padding: 40px 18px 40px 0;
}
.walk-this-path-sec .content-boxes .col-lg-6:nth-child(1) button{
  background: #004476;
  color: #fff;
  border: 0;
  padding: 18px 22px;
  border-radius: 10px;
  font-weight: 600;
  transition: .3s;
  font-size: 12pt;
}
.walk-this-path-sec .content-boxes .cta-box{
  display: flex;
  gap: 15px;
}
.walk-this-path-sec .content-boxes .col-lg-6:nth-child(1) button:hover{
  background-color: #0a5489;
}
.walk-this-path-sec .content-boxes .col-lg-6:nth-child(1) a{
  display: flex;
  align-items: center;
  font-size: 15pt;
  gap: 10px;
  font-weight: 600;
  min-width: fit-content;
}
.walk-this-path-sec .content-boxes p{
  font-size: 16px;
  text-align: left;
  margin-bottom: 20px;
  font-weight: 400;
  color: #000;
  line-height: 1.8;
}
.walk-this-path-sec .content-boxes img{
  max-width: 100%;
}
.team-sec{
  padding: 80px 0;
  background-color: #f4f7fa;
}
.team-sec .icon-box{
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin: auto;
  max-width: 600px;
  border-top: solid 1px #004476;
  margin-bottom: 50px;
}
.team-sec .icon-box span{
  font-size: 52px;
  color: #004476;
  background: #f4f7fa;
  padding: 0 20px;
  position: absolute;
}
.team-sec h2{
  font-size: 28pt;
  color: #004476;
  text-align: center;
}
.team-sec p{
  font-size:12pt;
  color: #000;
  font-weight: 400;
  margin-top: 20px;
}
.team-sec .meet-the-team-slider{
  margin-top: 50px;
}
.team-sec .meet-the-team-slider img{
  border-radius: 10px;
  position: relative;
  max-height: 520px;
  object-fit: cover;
}
.team-sec .meet-the-team-slider p{
  background: #f4f7fa;
  max-width: 90%;
  display: block;
  margin: -23px auto 0;
  z-index: 1000;
  position: relative;
  padding: 10px 0;
  border-radius: 10px;
  font-weight: 700;
  color: #004476;
  text-transform: uppercase;
}
.team-sec .meet-the-team-slider span{
  font-size: 9pt;
  font-weight: 500;
  text-transform: none;
}
.team-sec .meet-the-team-slider .owl-controls{
  display: flex;
  flex-direction: row-reverse;
  align-items: center;
  justify-content: space-between;
}
.team-sec .meet-the-team-slider .owl-theme .owl-dots .owl-dot span{
  margin: 4px;
}
.team-sec .meet-the-team-slider .owl-theme .owl-dots .active span{
  background-color: #004476;
}
.team-sec .meet-the-team-slider .owl-theme .owl-nav [class*=owl-]{
  display: flex;
  padding: 8px;
  border-radius: 7px;
}
.team-sec .meet-the-team-slider .owl-theme .owl-nav [class*=owl-next]{
  background-color: #004476;
}
.team-sec .meet-the-team-slider .owl-theme .owl-nav{
  display: flex;
}
.why-choose-us-sec{
  background-image: url('../images/why-choose-us-bg.jpg');
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top center;
  padding: 80px 0 0;
}
.why-choose-us-sec .icon-box {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin: auto;
  max-width: 600px;
  border-top: solid 1px #fff;
  margin-bottom: 50px;
}
.why-choose-us-sec .icon-box span{
  font-size: 52px;
  color: #fff;
  background: #1d1d1d;
  padding: 0 20px;
  position: absolute;
}
.why-choose-us-sec h2{
  color: #fff;
  text-align: center;
  font-size: 26pt;
  margin-bottom: 50px;
}
.why-choose-us-sec p{
  font-size: 12pt;
  color: #fff;
  line-height: 1.9;
  max-width: 1100px;
  display: block;
  margin: 0px auto 20px;
}
.why-choose-us-sec button{
  display: block;
  width: auto;
  margin: 20px auto;
  border: 0;
  border-radius: 10px;
  background: #004476;
  color: #fff;
  padding: 15px;
  min-width: 220px;
  font-weight: 500;
  transition: .3s;
}
.why-choose-us-sec button:hover{
  transition: .3s;
  background-color: #0a5489;
  transform: translateY(-5px);
}
.why-choose-us-sec .owl-carousel .owl-item{
  display: flex;
  align-items: center;
  min-height: 200px;
}
.read-more-why-choose-us-modal .modal-dialog{
  max-width: 900px;
}
.read-more-why-choose-us-modal .modal-dialog .modal-body{
  background-image: url('../images/read-more-bg.jpg');
  background-size: cover;
  background-repeat: no-repeat;
  padding: 40px;
}
.read-more-why-choose-us-modal img{
  max-width: 200px;
  display: block;
  margin: auto;
  margin-bottom: 20px;
}
.read-more-why-choose-us-modal h2{
  font-size: 20pt;
  color: #fff;
  margin-bottom: 20px;
  text-align: center;
}
.read-more-why-choose-us-modal p{
  font-size: 14px;
  color: #fff;
  margin-bottom: 20px;
  font-weight: 400;
  line-height: 1.7;
}
.read-more-why-choose-us-modal .close{
  position: absolute;
  right: 5px;
  top:5px;
  font-size: 25pt;
  line-height: 1;
  border: 0;
  background: #0000;
  color: #fff;
  z-index: 100;
}
.read-more-why-choose-us-modal .cta-box {
  display: flex;
  gap: 15px;
  justify-content: center;
  margin-top: 50px;
}
.read-more-why-choose-us-modal .cta-box button {
  background: #fff;
  color: #004476;
  border: 0;
  padding: 18px 30px;
  border-radius: 10px;
  font-weight: 600;
  transition: .3s;
  font-size: 10pt;
}
.read-more-why-choose-us-modal .cta-box button:hover {
  transform: translateY(-5px);
  transition: .3s;
}
.read-more-why-choose-us-modal .cta-box a{
  display: flex;
  align-items: center;
  font-size: 15pt;
  gap: 10px;
  color: #fff;
  font-weight: 600;
}
.read-more-why-choose-us-modal .cta-box a:hover{
  text-shadow: #fff 0px 0px 7px;
  transition: .3s;
}
.clients-tt-sec{
  background-image: url('../images/client-tt-bg.jpg');
  background-size: cover;
  background-repeat: no-repeat;
  background-position: bottom center;
}
.clients-tt-sec .container{
  padding-top: 80px;
}
.clients-tt-sec .title-box{
  margin-bottom: 30px;
}
.clients-tt-sec .title-box h2{
  color: #fff;
  font-size: 28pt;
  text-align: center;
  margin-bottom: 18px;
}
.clients-tt-sec .title-box p{
  color: #fff;
  font-size: 15px;
  font-weight: 400;
}
.clients-tt-sec .item{
  border-top: solid 2px #fff;
  padding-top: 40px;
}
.clients-tt-sec .item h3{
  text-transform: uppercase;
  color: #fff;
  margin-bottom: 30px;
  font-size: 18pt;
  line-height: 1.3;
}
.clients-tt-sec .item p{
  font-size: 14px;
  text-align: left;
  color: #fff;
  line-height: 1.8;
  margin-bottom: 30px;
}
.clients-tt-sec .item .material-symbols-outlined {
  color: #ed8a19;
  margin: 0px;
  font-size: 14px;
  padding: 0px;
  font-variation-settings:
  'FILL' 1,
  'wght' 400,
  'GRAD' 0,
  'opsz' 24
}
.clients-tt-sec .item .stars-box{
    display: flex;
}
.clients-tt-sec .review-src{
  display: flex;
  color: #fff;
  align-items: center;
  gap: 5px;
}
.clients-tt-sec .review-src img{
  max-width: 45px;
  height: 15px;
  margin-bottom: -2px;
}
.clients-tt-sec .review-src span{
  font-size: 12px;
  line-height: 1;
}
.clients-tt-sec .owl-controls{
  display: flex;
  flex-direction: row-reverse;
  align-items: center;
  justify-content: space-between;
  margin-top: 30px;
  margin-bottom: 50px;
  border-top: solid 1px #fff;
  padding-top: 20px;
}
.clients-tt-sec .owl-theme .owl-dots .owl-dot span{
  margin: 4px;
}
.clients-tt-sec .owl-theme .owl-dots .active span{
  background-color: #004476;
}
.clients-tt-sec .owl-theme .owl-nav [class*=owl-]{
  display: flex;
  padding: 8px;
  border-radius: 7px;
}
.clients-tt-sec .owl-theme .owl-nav [class*=owl-next]{
  background-color: #004476;
}
.clients-tt-sec .owl-theme .owl-nav{
  display: flex;
}
.clients-tt-sec .owl-theme span{
  font-size: 9pt;
  font-weight: 500;
  text-transform: none;
}
.clients-tt-sec .cta-box{
  display: flex;
  max-width: 1250px;
  margin: auto;
  padding-bottom: 80px;
  gap: 50px;
  align-items: center;
}
.clients-tt-sec .cta-box img{
  max-width: 22%;
}
.clients-tt-sec .cta-box p{
  max-width: 34%;
  color:#fff;
  font-size: 18px;
  line-height: 1.5;
}
.clients-tt-sec .cta-box button{
  padding: 20px 22px;
  font-weight: 700;
  border: 0;
  color: #004476;
  border-radius: 10px;
  transition: .3s;
  font-size: 14pt;
}
.clients-tt-sec .cta-box button:hover{
  transition: .3s;
  transform: translateY(-5px);
}
.peer-reviews-sec{
  background-color: #f4f7fa;
  background-repeat: no-repeat;
  background-position: bottom center;
}
.peer-reviews-sec .container{
  padding-top: 80px;
}
.peer-reviews-sec .title-box{
  margin-bottom: 80px;
}
.peer-reviews-sec .title-box h2{
  color: #004476;
  font-size: 28pt;
  text-align: center;
  margin-bottom: 18px;
}
.peer-reviews-sec .title-box p{
  color: #000;
  font-size: 15px;
  font-weight: 400;
}
.peer-reviews-sec .item{
  border-top: solid 2px #004476;
  padding-top: 40px;
}
.peer-reviews-sec .item h3{
  text-transform: uppercase;
  color: #004476;
  margin-bottom: 30px;
  font-size: 18pt;
  line-height: 1.3;
}
.peer-reviews-sec .item p{
  font-size: 14px;
  text-align: left;
  color: #000;
  line-height: 1.8;
  margin-bottom: 30px;
}
.peer-reviews-sec .review-src{
  display: flex;
  color: #000;
  align-items: center;
  gap: 5px;
}
.peer-reviews-sec .review-src img{
  max-width: 45px;
  height: 15px;
}
.peer-reviews-sec .review-src span{
  font-size: 14px !important;
  line-height: 1;
}
.peer-reviews-sec .owl-controls{
  display: flex;
  flex-direction: row-reverse;
  align-items: center;
  justify-content: space-between;
  margin-top: 30px;
  margin-bottom: 50px;
  border-top: solid 1px #fff;
  padding-top: 20px;
}
.peer-reviews-sec .owl-theme .owl-dots .owl-dot span{
  margin: 4px;
}
.peer-reviews-sec .owl-theme .owl-dots .active span{
  background-color: #004476;
}
.peer-reviews-sec .owl-theme .owl-nav [class*=owl-]{
  display: flex;
  padding: 8px;
  border-radius: 7px;
}
.peer-reviews-sec .owl-theme .owl-nav [class*=owl-next]{
  background-color: #004476;
}
.peer-reviews-sec .owl-theme .owl-nav{
  display: flex;
}
.peer-reviews-sec .owl-theme span{
  font-size: 9pt;
  font-weight: 500;
  text-transform: none;
}
.peer-reviews-sec .owl-theme .owl-dots .owl-dot.active span{
  background-color: #004476;
}
.ft-sec{
  background-image: url('../images/footer-bg.jpg');
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top center;
  padding: 50px 0;
}
.ft-sec img{
  max-width: 200px;
  display: block;
  margin: auto;
}
.ft-sec .title-p{
  color: #fff;
  font-size: 16px;
  font-weight: 500;
  margin-top: 25px;
  margin-bottom: 25px;
}
.ft-sec .naps{
  text-align: center;
  display: flex;
  margin: 0 auto;
  gap: 30px;
  justify-content: center;
}
.ft-sec .naps p{
  color: #fff;
  text-align: center;
  font-size: 16px;
  font-weight: 400;
}
.ft-sec .naps a{
  color: #fff;
  text-align: center;
  font-size: 18px;
  font-weight: 500;
  color: #fff;
  text-shadow: #fff 0px 0px 5px;
}
.ft-sec ul{
  display: flex;
  justify-content: center;
  margin: 50px auto 10px;
  list-style-type: none;
  max-width: 800px;
  gap: 20px;
  color: #fff;
}
.ft-sec ul li a{
  color: #fff;
  transition: .3s;
  font-size: 14px;
}
.ft-sec ul li a:hover{
  transition: .3s;
  text-shadow: #fff 0px 0px 5px;
}
.ft-sec .copyright{
  color: #fff;
  font-size: 14px;
  font-weight: 400;
}

.read-more-modal .modal-dialog{
  max-width: 900px;
}
.read-more-modal .modal-dialog .modal-body{
  background-image: url('../images/read-more-bg.jpg');
  background-size: cover;
  background-repeat: no-repeat;
  padding: 40px;
}
.read-more-modal img{
  max-width: 200px;
  display: block;
  margin: auto;
  margin-bottom: 20px;
}
.read-more-modal h3{
  font-size: 20pt;
  color: #fff;
  margin-bottom: 20px;
  text-align: center;
}
.read-more-modal p{
  font-size: 14px !important;
  color: #fff;
  margin-bottom: 20px !important;
  font-weight: 400 !important;
  line-height: 1.7 !important;
}
.read-more-modal .close{
  position: absolute;
  right: 5px !important;
  top:5px !important;
  font-size: 25pt !important;
  line-height: 1 !important;
  border: 0 !important;
  background: #0000 !important;
  color: #fff !important;
  z-index: 100 !important;
}
.read-more-modal .cta-box {
  display: flex;
  gap: 15px;
  justify-content: center;
  margin-top: 50px;
}
.read-more-modal .cta-box button {
  background: #fff;
  color: #004476;
  border: 0;
  padding: 18px 30px;
  border-radius: 10px;
  font-weight: 600;
  transition: .3s;
  font-size: 10pt;
}
.read-more-modal .cta-box button:hover {
  transform: translateY(-5px);
  transition: .3s;
}
.read-more-modal .legal-links{
  color: #fff !important;
  text-decoration: underline !important;
  font-weight: 600;
}
.read-more-modal .cta-box a{
  display: flex;
  align-items: center;
  font-size: 15pt !important;
  gap: 10px;
  color: #fff;
  font-weight: 600 !important;
}
.read-more-modal .cta-box a:hover{
  text-shadow: #fff 0px 0px 7px;
  transition: .3s;
}
.legal-banner p{
  max-width: 900px !important;
  font-weight: 400;
  font-size: 18px !important;
}
.banner .cta-box a {
  display: flex;
  align-items: center;
  font-size: 15pt;
  gap: 10px;
  color: #fff;
  font-weight: 600;
}
.banner .cta-box a:hover {
  text-shadow: #fff 0px 0px 7px;
  transition: .3s;
}
/* SMALL LAPTOP SCREEN CSS */
@media (min-width:1440px) and (max-width:1460px) {

}

/* TABLET CSS */
@media (min-width:768px) and (max-width:1024px) {

}

/* MOBILE CSS */
@media (max-width:767px) {
  .header{
    padding: 5px 0;
    background-color: #000000de;
  }
  .header .container .logo-img{
    width: 40%;
  }
  .header .logo-img img{
    width: 100%;
  }
  .header .container .header-cta .mid-cta-head{
    text-align: right;
    color: #fff;
    font-size: 8pt;
    padding-right: 0px;
  }
  .header .container .header-cta .mid-cta-head a{
    font-size: 12pt;
  }
  .header .header-cta .cta-btn{
    display: none;
  }
  .banner{
    background-image: url('../images/banner-sec-bg-mobile.jpg');
    padding-top: 200px;
    min-height: auto;
  }
  .banner .banner-main p{
    font-size: 10pt;
  }
  .banner .banner-main h1{
    font-size: 16pt;
    font-weight: 600;
  }
  .banner .banner-main h1 br{
    display: none;
  }
  .banner .banner-main button{
    background: #fff;
    color: #0a5489;
    border: 0;
    padding: 12px 18px;
    border-radius: 10px;
    transition: .3s;
    font-size: 10pt;
    font-weight: 800;
  }
  .banner .banner-stats{
    display: flex;
    margin-top: 30px;
    margin-right: auto;
    margin-left: auto;
    max-width: 1000px;
    justify-content: space-around;
    align-items: center;
    overflow: hidden;
  }
  .banner .banner-stats div{
    padding: 25px;
    display: flex;
    flex-direction: column;
    align-items: center;
    color: #fff;
    width: 33%;
    min-height: 160px;
  }
  .banner .banner-stats div h2{
    font-size: 28pt;
    font-weight: 200;
    line-height: 1.4em;
  }
  .banner .banner-stats div p{
    color: #fff;
    font-size: 8pt;
    line-height: 1.5;
    text-transform: uppercase;
    font-weight: 400;
  }
  .practice-areas-sec h2{
    font-size: 18pt;
    line-height: 1.2;
  }
  .practice-areas-sec .practice-areas-box {
    flex-direction: column;
    align-items: center;
  }
  .practice-areas-sec .practice-areas-box div{
    width: 100%;
    margin-bottom: 25px;
  }
  .practice-areas-sec .cta-box{
    flex-direction: column;
  }
  .practice-areas-sec .cta-box img, .practice-areas-sec .cta-box p{
    max-width: 95%;
  }
  .walk-this-path-sec .content-boxes{
    flex-direction: column;
  }
  .walk-this-path-sec .content-boxes .col-lg-6:nth-child(1){
    padding: 0px;
    text-align: center;
  }
  .walk-this-path-sec .content-boxes p{
    text-align: center;
  }
  .walk-this-path-sec .content-boxes .cta-box{
    flex-direction: column;
    align-items: center;
  }
  .read-more-why-choose-us-modal .cta-box{
    justify-content: center;
    flex-direction: column;
    align-items: center;
  }
  .read-more-why-choose-us-modal .modal-dialog .modal-body{
    padding: 15px;
  }
  .read-more-why-choose-us-modal h2{
    font-size: 18pt;
  }
  .clients-tt-sec .cta-box{
    flex-direction: column;
  }
  .clients-tt-sec .cta-box img, .clients-tt-sec .cta-box p{
    max-width: 90%;
  }
  .ft-sec ul{
    flex-direction: column;
    gap: 12px;
    padding: 0px;
    align-items: center;
  }
  .ft-sec ul li:nth-child(2),.ft-sec ul li:nth-child(4),.ft-sec ul li:nth-child(6),.ft-sec ul li:nth-child(8){
    display: none;
  }
  .ft-sec ul li a{
    font-size: 16px;
  }
  .copyright{
    font-size: 16px;
    text-align: center;
  }

}