
* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}

body {
  width: 100%;
  height: 100%;
  font-family: "Roboto", sans-serif;
}

a {
  text-decoration: none;
}
ul,li{
  margin:0;
  padding:0;
  list-style-type:none;
}

/*TopBar Css*/
.top-bar{
  background-color:#001241;
  position:relative;
  padding-top:15px;
  padding-bottom:15px;
}
.top-bar:after{
  content:'';
  position:absolute;
  left:0;
  top:0;
  height:100%;
  width:40%;
  background-color:#fa001c;
  clip-path: polygon(0 0, 100% 0%, 80% 100%, 0% 100%);
}

.top-barleft-ul{
  display:flex;
  position:relative;
  z-index:9;
}
.top-barleft-ul li{
  margin-right:20px;
}
.top-barleft-ul li a{
  color:#fff;
  font-size:20px;
  display:inline-block;
}
.top-barleft-ul li a i{
  color:#fff;
  margin-right:10px;
}
.top-bar-rght-ul{
  display:flex;
 
}
.top-bar-rght-ul li a{
 
  width:30px;
  height:30px;
  display:inline-block;
  color:#fff;
  text-align:center;
  line-height:30px;
  border-radius:50%;
}
.top-bar-rght-ul li select{
  border:none;
  background-color:transparent;
  color:#fff;
}
.top-bar-rght-ul li{
  margin-left:10px;
}
/*TopBar Css*/
.container-fluid,
.container{
  padding-left:15px;
  padding-right:15px;
}
.row{
  margin-left:-15px;
  margin-right:-15px;
}
.row>*{
  padding-left:15px;
  padding-right:15px;
}
@media(min-width:1750px){
  .container{
    max-width:1630px;
  }
}
@media(min-width:1650px){
  .container{
    max-width:1530px;
  }
}
@media(min-width:1550px){
  .container{
    max-width:1430px;
  }
}
@media(min-width:1450px){
  .container{
    max-width:1330px;
  }
}
/*Header Css*/
.theme-header .navbar{
  background-color:#fff;
}
.theme-header .navbar-expand-lg .navbar-nav .nav-link{
  color:#0e1641;
  font-size:20px;
 
  font-weight:600;
  padding:0;
}
.theme-header .navbar-expand-lg .navbar-nav .nav-link:hover,
.theme-header .navbar-expand-lg .navbar-nav .nav-link.active{
  color:#fa001c;
}
.theme-header .navbar-expand-lg .navbar-nav{
  column-gap: 80px;
  align-items:center;
}
.hedr-btn{
  background-color: #fa001c;
  color: #fff!important;
  display: inline-block;
  padding: 20px 25px;
  font-size: 20px;
  border-radius: 6px;
  font-weight:700;
  text-transform:uppercase;
  border:none!important;
}
.hedr-btn i{
  margin-left:10px;
}
/*Header Css*/
.hmg-bnr{
  background-image:url(../images/banner-bg.jpg);
  
  background-size:cover;
  background-position:center center;
  background-repeat:no-repeat;
  position:relative;
}
.hmg-bnr:after{
  content:'';
  background-color:rgb(0 18 65 / 51%);
  position:absolute;
  left:0;
  top:0;
  width:100%;
  height:100%;
}
.hmg-bnr .container{
  position:relative;
  z-index:9;
  padding-top:250px;
  padding-bottom:250px;
}


.hmg-bnr h1{
  font-size:52px;
  font-weight:700;
  color:#fff;
  margin-bottom:20px;
  text-transform:uppercase;
}
.hmg-bnr h1 span{
  color:#fa001c;
}
.hmg-bnr p{
  font-size:32px;
  color:#fff;
  margin-bottom:15px;
}
.hmg-bnr-img-right{
  position: absolute;
  right: 0;
  bottom: 0;
  max-width: 585px;
}
.hmg-bnr .hmgbanner_slider{
  z-index:9;
}
.hmg-bnr .slick-prev i, .hmg-bnr .slick-next i{
  font-size:36px;
  color:#fff;
}
.hmg-bnr .slick-prev:before, .hmg-bnr .slick-next:before{
  display:none!important;
}
.hmg-bnr .slick-prev{
  left:46%;
  z-index:99;
  top: auto;
  bottom: 50px;
}
.hmg-bnr .slick-next{
  right:46%;
  z-index:99;
  top: auto;
  bottom: 50px;
}
.hmg-bnr .slick-dots{
  bottom:48px;
}
.hmg-bnr .slick-dots li button{
  width:12px;
  height:12px;
  background-color:#fff;
  border-radius:50%;
  opacity:0.5;
}
.hmg-bnr .slick-dots li.slick-active button{
  opacity:1;
}
.hmg-bnr .slick-dots li button:before{
  display:none;
}
.hmg-itms-sec{
  padding-top:25px;
}
.hmg-itms-sec .hmg-itms{
  background-color:#001366;
  position:relative;
  padding:90px 40px 40px 40px;
  border-radius:20px;
  margin-top:100px;
}
.hmg-itms-sec .hmg-itms .hmg-itms-icn{
  display:inline-block;
  position:absolute;
  width:130px;
  height:130px;
  line-height:130px;
  border-radius:50%;
  color:#fff;
  font-size:72px;
  background-color:#01298b;
  left:30px;
  top:-65px;
  text-align:center;
}
.hmg-itms-sec .hmg-itms h5{
  font-size:25px;
  color:#fff;
}
.hmg-itms-sec .hmg-itms p{
  font-size:18px;
  color:#fff;
  margin-bottom:0;
}
.hmg-abt-sec{
  padding-top:75px;
  padding-bottom:75px;
}
.sub-headig h2{
  font-size:56px;
  font-weight:800;
  color:#001366;
  margin-bottom:15px;
}
.sub-headig h2 span{
  color:#fa001c;
}
.sub-headig p{
  font-size:20px;
  color:#000;
}
.hmg-abt-sec p{
  margin-bottom:20px;
  text-align:justify;
}
.hmg-abt-sec ul{
  padding-left:20px;
}
.hmg-abt-sec ul li{
  list-style-type:disc;
  font-size:20px;
  color:#fa001c;
  margin-bottom:20px;
  text-align:justify;
}
.hmg-abt-sec ul li span{
  color:#000;
}
.hmg-abt-sec-img{
  border-radius:20px;
  max-width:100%;
  box-shadow:0 0 5px 0 #ccc;
}
.our-practice-sec{
  background-color:#eff2f5;
  padding-top:75px;
  padding-bottom:75px;
}
.our-practice-itm-tp{
  padding-top:70px;
  padding-bottom:1px;
}
.our-practice-itm{
  background-color:#fff;
  border-radius:20px;
  padding:30px;
  position:relative;
  height:100%;
}
img.our-practice-itm-ful-img{
  width:100%;
  border-radius:20px;
  margin-top:-55px;
  height:315px;
  object-fit:cover;
}
.our-practice-itm-icn{
  display: inline-block;
  background-color: #fa001c;
  border: 5px solid #fff;
  width: 100px;
  height: 100px;
  line-height: 100px;
  text-align: center;
  position: absolute;
  right: 50px;
  top: 240px;
  transform: skew(5deg, 5deg);
  border-radius:15px;
}
.our-practice-itm-icn img{
  width: 50px;
  height:50px;
  object-fit:contain;
  transform: skew(-5deg, -5deg);
}

.our-practice-itm h4{
  font-size:27px;
  color:#001366;
  font-weight:700;
  margin-top:50px;
}
.our-practice-itm p{
  font-size:20px;
  color:#001366;
  margin-bottom:0;
}
.we-offr-sec{
  padding-top:75px;
  padding-bottom:75px;
}
.we-offr-sec-img{
  border-radius:20px;
  max-width:100%;
}
.we-offr-sec ul li{
  margin-bottom:30px;
}
.we-offr-sec ul{
  margin-bottom:40px;

}
.we-offr-sec ul li .d-flex span{
  font-size:18px;
  display:inline-block;
  margin-bottom:10px;
}

.we-offr-sec ul li .progress-bar{
  background-color:#f9001b;
}
.wht-client-say{
  background-color:#001366;
  padding-top:75px;
  padding-bottom:75px;
}
.wht-client-say-itm{
  background-color:#fff;
  padding:30px;
  border-radius:20px;
  position:relative;
  padding-top:40px;
  margin-top: 70px;
}
.wht-client-say-itm-icn{
  position: absolute;
  width: 130px;
  height: 130px;
  display: inline-block;
  border-radius: 50%;
  left: 30px;
  top: -50px;
}
.wht-client-say-itm-icn:after{
  content: '';
  position: absolute;
  width: 110px;
  height: 110px;
  border: 4px dashed #f9001b;
  border-radius: 50%;
  left: 10px;
  top: 10px;
}
.wht-client-say-itm-icn img{
  width:130px;
  height:130px;
  display:inline-block;
  border-radius:50%;
  object-fit:cover;
}
.wht-client-say-itm .star-rating i{
  color:#f9001b;
  font-size:24px;
  margin:0 2px;
}
.wht-client-say-itm h4{
  font-size:25px;
  color:#f9001b;
  margin-top:15px;
  font-weight:700;
  margin-bottom:15px;
}
.wht-client-say-itm h4 span{
  display:block;
  margin-top:5px;
  font-size:20px;
  font-weight:500;
}
.wht-client-say-itm p{
  font-size:20px;
  color:#000;
}
.wht-client-say-itm .fa-quote-left{
  position: absolute;
  right: 30px;
  bottom: 30px;
  font-size: 40px;
  color: #f9001b;
}
.wht-client-say .slick-slider {
  margin:0 -25px;
}
.wht-client-say .slick-slider .slick-slide {
  margin-right:25px;
  margin-left:25px;
}
.wht-client-say  .slick-prev, .wht-client-say .slick-next{
  display:none!important;
}
.wht-client-say .slick-dots{
  position:relative;
}
.wht-client-say .slick-dots li button{
  background-color:#fff;
  width: 15px;
  height: 15px;
  border-radius:50%;
  opacity:0.5;
}
.wht-client-say .slick-dots li.slick-active button{
  opacity:1;
}
.wht-client-say .slick-dots li button:before{
  display:none;
}
.hmg-cntc{
  background-image:url(../images/cantact-bg-img.jpg);
  background-repeat:no-repeat;
  background-size:cover;
  background-position:center center;
}
.hmg-cntc-frm{
  background-color:rgb(72 85 142 / 70%);
  padding:70px 30px;
}
.hmg-cntc-frm h2{
  font-size:42px;
  font-weight:700;
  margin-bottom:15px;
}
.hmg-cntc-frm p{
  font-size:18px;
  margin-bottom:45px;
}
.hmg-cntc-frm .frm-grp{
  margin-bottom:20px;
}
.hmg-cntc-frm .frm-grp .form-control,
.hmg-cntc-frm .frm-grp .form-select{
  height: 64px;
  border-radius: 12px;
  font-size:18px;
}
.hmg-cntc-frm .frm-grp textarea.form-control{
  min-height:150px;
}
.mistreat-sec{
  background-color:#f9001b;
  padding-top:40px;
  padding-bottom:40px;
}
.mistreat-sec p{
  font-size:40px;
  margin-bottom:0;
}
.theme-ftr {
    background-image: url(https://businessonline.website/iscoelaw-blogs/wp-content/uploads/2025/05/red-bg.png);
    padding-top: 50px;
    padding-bottom: 50px;
    position: relative;
}

.theme-ftr .container{
  position:relative;
  z-index:9;
}
.theme-ftr-lft-itm{
  margin-top:30px;
}
.theme-ftr-lft-itm p{
  font-size:20px;
  color:#fff;
  line-height:32px;
  margin-bottom:15px;
  max-width:300px;
}
.theme-ftr-lft-itm p span{
  color:#fa001c;
}
.theme-ftr-lft-itm img{
  filter: brightness(0) invert(1);
}
.theme-ftr-lft-itm .top-bar-rght-ul{
  justify-content:flex-start;
  margin-bottom:25px;
}
.theme-ftr-lft-itm .top-bar-rght-ul li{
  margin-left:0;
  margin-right:15px;
}
.theme-ftr-mdl-itm{
  margin-top:30px;
}
.theme-ftr-mdl-itm-h4{
  margin-top:30px;
  color:#fff;
  font-size:26px;
  font-weight:700;
  padding-bottom:20px;
  margin-bottom:40px;
  position:relative;
}
.theme-ftr-mdl-itm-h4:before{
  content:'';
  position:absolute;
  left:0;
  bottom:0;
  width:120px;
  background-color:#f9001b;
  height:4px;
  border-radius:30px;
}
.theme-ftr-mdl-itm-h4:after{
  content:'';
  position:absolute;
  left:25px;
  bottom:0;
  width:20px;
  background-color:#081344;
  height:4px;
  z-index:9;
}
.theme-ftr-mdl-itm ul li a{
  display:inline-flex;
  align-items:center;
  margin-bottom:20px;
  color:#fff!important;
  font-size:20px;
}
.theme-ftr-mdl-itm ul li a i{
  font-size:22px;
  margin-right:10px;
  color:#fff!important;
}
.theme-ftr-mdl-itm ul li a:hover{
  color:#f9001b!important;
}
.theme-ftr-right-itm{
  margin-top: 30px;
}
.theme-ftr-right-itm p{
  font-size:20px;
  color:#fff;
  line-height:32px;
  margin-bottom:25px;
  max-width:350px;
}
.theme-ftr-right-itm .form-control{
  background-color:transparent!important;
  height:60px;
  font-size:22px;
  color:#fff;
  box-shadow:none;
  margin-bottom:20px;
}
.copy-right-sec{
  background-color:#2f2f2f;
  padding-top:15px;
  padding-bottom:15px;
}
.copy-right-sec p{
  font-size:16px;
  color:#fff;
  margin-bottom:0;
}
.copy-right-sec ul{
  display:flex;
  justify-content:flex-end;
}
.copy-right-sec ul li{
  margin-left:15px;
}
.copy-right-sec ul li a{
  color:#fff!important;
  display:inline-block;
  font-size:16px;
}