* {
  margin: 0px;
  padding: 0px;
  box-sizing: border-box;
}
body
{
  font-family: 'Poppins', sans-serif!important;
}
p{
  text-align: left;
  font-size: 0.9rem;
  line-height: 23px;
  color: #414042;
  font-weight: 300;
  font-family: 'Poppins', sans-serif;
}
button:focus {
  outline: none !important;
}

.breadcrumb_box h1{
  font-size: 2.2rem;
  margin-bottom: 10px;
}

.need_ulli{
  list-style-type: disc;
  margin-left: 3vh;

}

.need_ulli li{
  font-weight: 300;
    font-size: 0.9rem;

}

.widget-categories ul li {
  padding-bottom: 10px;
  border-bottom: 1px dashed #d3d3d3;
  margin-bottom: 13px;
  position: relative;
  font-weight: 300;
  display: flex;
    align-items: center;
}
.l-10{
  left: 5%;
  font-weight: 300;
    font-size: 0.9rem;
}

.l-07{
  left: 5%;
  font-weight: 300;
  font-size: 0.9rem;
  line-height: 16px;
}

.list__item span i{
  font-size: 0.8rem;

}

/* .widget-categories ul li:before {
  float: left;
  color: #504d8d;
  font-family: "FontAwesome";
  font-size: 12px;
  content: "\f101";
  padding-right: 12px;
} */

.widget-categories ul {
  margin-bottom: 0;
  list-style: none;
  border: 1px solid #e5e5e5;
  padding: 10px;
}


header {
  height: 102px;
  background-color: #fff;
  box-shadow: 0 0 5px #ccc;
}
.logo {
  padding: 10px 0px;
}
.logo img {
  width: 300px;
  height: auto;
}
.icon {
  color: #2d5391;
  font-size: 1.5rem;
  padding-right: 0.8rem;
}

/* .text-blue{
  color: #f35c27;
} */

.icon-2 {
  margin-top: 10px;
  color: #2d5391;
  font-size: 2.5rem;
  padding-right: 0.8rem;
  width: 100%;
  text-align: center;
}

.top-bar-email {
  padding: 18px 8px !important;
  text-align: end;
}

.top-bar-email a:hover {
  color: #000 !important;
  text-decoration: none;
}

/* Navbar */
.navbar-container {
  width: 80%;
  margin: auto;
}

.navbar {
  /* background-color: #ededed; */
  background-color: #2d5391;
  /* background-color: #1eabd9; */
  border-radius: 0.5rem;
  height: 55px;
  width: 100%;
  margin-top: -30px;
  z-index: 2;
}
.navbar-dark .navbar-nav .nav-item .nav-link {
  /* color: #414042; */
  color: whitesmoke;
  position: relative;
  padding: 0px 25px;
  font-weight: 500;
  font-size: 1rem;
  letter-spacing: 0.25px;
font-family: 'Poppins', sans-serif !important;
}
.navbar-dark .navbar-nav .nav-link:focus {
  color: #777 !important;
}
.active {
  color: #fff !important;
  font-size: 1.1rem;
}
.nav-item {
  position: relative;
}

.nav-item::before {
  background-color: #70ccfb !important;
  content: "";
  position: absolute;
  top: 34px;
  left: 0;
  bottom: 0;
  width: 0%;
  height: 5px ;
  transition: all 0.45s cubic-bezier(0.68, -0.55, 0.265, 1.55);
}

.nav-item:hover.nav-item::before {
  background-color: #70ccfb!important;
  content: "";
  position: absolute;
  top: 34px;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 5px ;
  transition: all 0.45s cubic-bezier(0.68, -0.55, 0.265, 1.55);
}
/* .navbar-dark .navbar-nav .nav-link:hover {
  color: #fff !important;
} */
#navbar-logo {
  display: none;
}
.header-btn {
  background-color: #f35c27;
  border: 1px solid #f35c27;
  border-radius: 2rem;
  padding: 5px 30px !important;
  color: #fff;
 
}
.header-btn:hover {
  background-color: #05152f;
  border: 1px solid #05152f;
  color: #fff;
}
.header-btn.nav-link:hover {
  color: #fff !important;
  letter-spacing: 0.3px;
}
.header-btn .nav-link {
  color: #fff !important;
  letter-spacing: 0.3px;
}
/* Main */
#home-banner {
  position: relative;
  margin-top: -25px;
  overflow: hidden;
  height: 515px;
  background-image: url(../images/banner-pic.jpg);
  background-size: cover;
  background-position: 30% 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.form-control {
  display: block;
  width: 85%;
  height: calc(1.5em + 0.75rem + 2px) !important;
  padding: 0.375rem 0.75rem;
  font-size: 0.8rem !important;
  font-weight: 400;
  line-height: 1.5;
 
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

textarea.form-control
{
  height: auto!important;
}
#home-banner img {
  height: auto;
  width: 100% !important;
}

#titles {
  display: block !important;
  margin: auto;
  overflow: hidden !important;
  max-width: 700px;
  /* padding-top: 40px; */
}
.title {
  text-align: center;
  color: #2d5391;
  font-size: 16px;
  font-weight: 600;
font-family: 'Poppins', sans-serif;
  margin-bottom: 20px;
}
.title-p {
  text-align: center;
  font-size: 1.2rem;
  line-height: 35px;
  color: #777777;
  margin-top: 30px;
  font-weight: 300;
}
.sub-title {
  text-align: center;
  color: #2d5391;
  font-size: 50px;
  font-weight: 200;
}

.blog-form-heading {
  display: block !important;
  margin: auto;
  overflow: hidden !important;
  max-width: 1000px;
  padding: 30px 0px;
}

.blog-form-heading,
.sub-title {
  text-align: center;
  color: #2d5391;
  font-size: 30px;
  font-weight: 200;
  text-transform: capitalize !important;
}
.banner-form {
  position: absolute !important;
  left: -5%;
  top: 13%;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  padding: 10px 6px;
  border-radius: 5px;
  margin-top: 10%;
}
.form-text {
  color: #fff;
  font-size: 0.8rem;
}
label {
  color: #fff !important;
}

#service {
  background-image: url(../images/bg.png);
  background-size: cover;
  /* margin-top: 80px; */
}
.service-container {
  padding: 50px 150px;
}
 
.services-box:hover {
  background-color: #2d5391;
  border-bottom: 3px solid #fff !important;
  /* color: #fff !important; */
  border: 1px solid #fff;
}
.services-box:hover h2
{
  color: #fff;
}


.services-box h2
{
  color: #fff;
}


.services-box:hover i
{
  color: #fff;
}
.inner-box:hover.inner-box h2 {
 
  /* font-size: 1.2rem; */
font-family: 'Poppins', sans-serif;
}
.s_text
{
  font-weight: 300;
  font-size: 0.9rem;
}
.inner-box h2 {
  /* font-size: 1.1rem; */
  margin-top: 20px;
font-family: 'Poppins', sans-serif;
  color: #2d5391;
  text-align: center;
}

.inner-box h2 :hover {
  /* font-size: 1.1rem; */
  margin-top: 20px;
  font-family: 'Poppins', sans-serif;
  color: #d6d5d5;
  text-align: center;
}

 

.inner-box p:hover {
  color: #fff !important;
}
.inner-box p {
  font-size: 0.9rem;
  font-weight: 100 !important;
  color: #606060;
}
.service-btn {
  background-color: #2d5391;
  padding: 10px 50px;
  margin-top: 30px;
  margin-left: 10px;
  border-radius: 25px;
  color: #fff;
}

#service-two {
  background-image: url(../images/bg2.png) !important;
  background-size: auto !important;
  /* margin-top: 50px; */
  /* background: #e9e9e9; */
  padding: 72px 0px;

}

#service-two .title {
  text-align: left;
  color: #2d5391;
  font-size: 16px;
  font-weight: 600;
font-family: 'Poppins', sans-serif;
  margin-bottom: 20px;
}

#service-two .sub-title {
  text-align: left;
  color: #2d5391;
  font-size: 30px;
  font-weight: 200;
  letter-spacing: 0.5px;
}

#service-two .title-p {
  text-align: left;
  font-size: 0.9rem;
  line-height: 23px;
  color: #414042;
  font-weight: 300;
  font-family: 'Poppins', sans-serif;
}

.service-two-box {
  margin-top: 80px;
  display: flex;
  position: absolute;
}

.box {
  position: relative;
  width: 100%;
  height: 350px;
}

.image {
  display: block;
  width: 100%;
  height: 100%;
  border-radius: 5px;
}

.overlay {
  position: absolute;
  bottom: 0;
  left: 100%;
  right: 0;
  background-color: rgba(3, 15, 39, 0.8);
  overflow: hidden;
  width: 0;
  height: 100%;
  transition: 0.5s ease;
}

.box:hover .overlay {
  width: 93%;
  left: 15px;
  transition: all ease 0.3s;
  background-color: rgba(3, 15, 39, 0.8);
  border-bottom: 5px solid #2d5391;
  border-radius: 5px;
}

.text {
  color: white;
  font-size: 20px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  white-space: nowrap;
}
.text a:hover{
  text-decoration: none;
  color: #fff;
}

#about {
  background-image: url(../images/bg.png) !important;
  background-size: cover !important;
  margin-top: 50px;
  padding: 10px 0px;
}
.about-img {
  width: 100%;
  height: 500px;
}

.about-imge {
  width: 100%;
  height: 400px;
}

#about .title {
  text-align: left;
  color: #2d5391;
  font-size: 16px;
  font-weight: 600;
font-family: 'Poppins', sans-serif;
  margin-bottom: 20px;
}

#about .sub-title {
  text-align: left;
  color: #2d5391;
  font-size: 30px;
  font-weight: 200;
  letter-spacing: 0.5px;
}

#about .title-p {
  text-align: left;
  font-size: 0.9rem;
  line-height: 23px;
  color: #414042;
  margin-top: 20px;
  font-weight: 300;
  font-family: 'Poppins', sans-serif;
}
.about-btn {
  /* background-color: #fff;
  border: 1px solid #414042;
  height: 100px; */
  padding: 10px;
}
.about-btn-inner {
  padding: 11px 11px 12px 12px;
  border-radius: 5px;
  border: 1px solid #cacaca;
  align-items: center;
  display: flex;
}

.about-icon i {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  box-shadow: 0px 0px 0px 4px #1eabd969;
  margin-top: 0px !important;
  padding-top: 2px;
}
.about-text {
  padding-left: 10px;
  font-size: 15px;
  line-height: 20px;
font-family: 'Poppins', sans-serif;
  color: #2d5391;
}

#punchline {
  background-image: url(../images/punchline.jpeg);
  background-size: cover;
  height: 300px;
  margin-top: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
}

#punchline .sub-title {
  color: #fff;
  text-align: center;
  font-size: 1.8rem;
  letter-spacing: 3px;
  align-items: center;
  margin-top: 30px;
}
#punchline #titles {
  max-width: 900px !important;
}
#punchline .title-p {
  font-size: 0.9rem;
  line-height: 23px;
  font-weight: 300;
  font-family: 'Poppins', sans-serif;

  color: #fff;
}
#address {
  padding: 60px 0px;
}
#address #titles {
  padding-top: 0px;
}
.address {

  background-color: #5984cb;
  /* background-color: #1eabd9a6; */
  border-radius: 5px;
  padding: 30px 10px;
  height: 100%;
  
}
#address .titles {
  padding: 0px 100px;
}

.address .sub-title {
  font-size: 40px;
  color: #f2f2f2;
  margin-bottom: 8px;
  text-align: left;
  margin-left: 39px;
}
.address .title-p {
  font-size: 0.9rem;
  color: #f2f2f2;
  text-align: left;
  margin: 10px 41px;
  line-height: 20px;
}
.address-caption {
  margin-left: 42px;
  margin-top: 39px;
}
.address-caption h4 {
  color: #fff;
  margin-bottom: 10px;
}
.address-caption .number a {
  color: whitesmoke;
font-family: 'Poppins', sans-serif;
  font-size: 1rem;
}

.address-caption .number a:hover {
  color: #fff;
  text-decoration: none;
}

.address-caption .map a {
  color: whitesmoke;
font-family: 'Poppins', sans-serif;
  margin-top: -3px;
  font-size: 1rem;
  margin-left:5px;
}

.address-caption .map a:hover {
  color: rgb(158, 203, 242);
  text-decoration: none;
}

#footer-form {
  /* background-color: #f7f9fa; */
  /* background-color: #d9d9d9; */
  border: 1px solid #c6c6c6 !important;
  padding: 25px 50px;
  border-radius: 5px;
  /* margin-left: 20px; */
  height: auto;
}
#footer-form .sub-title {
  font-size: 1.7rem;
}
#footer-form .title-p {
  font-size: 0.9rem;
  width: 80%;
  margin-left: 50px;
  margin-top: 25px;
  line-height: 20px;
}
.form-btn {
  margin-bottom: 10px;
}
.form-control {
  margin-bottom: 7px;
}
footer {
  /* background-color: #2d5391; */
  background-color: #05152f;
  /* background-color: #171a1e; */
  padding: 15px 0px;
}
.footer-box1 ul {
  display: flex;
  padding: 0px 20px;
  margin-top: 20px;
}
.footer-box1 ul li a {
  padding: 20px 10px;
  font-size: 1.6rem;
  /* color: #8a99c0; */

  color: #e2e7f0;



}
.footer-box1 ul li a:hover {
  color: #ededed !important;
}
.footer-box2 {
  margin-top: 20px;
}
.footer-box2 ul {
  margin-top: 20px;
  padding: 10px 0px;
}

.footer-box2 ul li a {
  font-size: 0.9rem;
  color: #e2e7f0;
  /* color: #8a99c0; */
  line-height: 35px;
}

.footer-box3 ul {
  margin-top: 60px;
  padding: 10px 0px;
}

.footer-box3 ul li a {
  font-size: 0.9rem;
  line-height: 35px;
  color: #e2e7f0;
  /* color: #8a99c0; */
}

.footer-box4 ul {
  margin-top: 60px;
  padding: 10px 0px;
}

.footer-box4 ul li a {
  font-size: 1rem;
  color: #8a99c0;
}

.banner-btn {
  background-color: #2d5391 !important;
  color: #fff !important;
  border: 1px solid #2d5391 !important;
  padding: 5px 40px !important;
  margin-top: 5px;
  border-radius: 50px !important;
  font-size: 1rem !important;
  margin-left: 0px;
}
.banner-btn:hover {
  background-color: #2d5391;
  color: #fff !important;
}

.service-btn:hover {
  background-color: #204073 !important;
  color: #fff;
}
/* .service-btn a:hover {
  text-decoration: none;
  color: #fff !important;
} */

.banner-form h2 {
  color: #fff;
  font-size: 1.5rem;
  margin-bottom: 10px;
}

/* Blogs Page */
#blogs-banner {
  /* background-image: url(../images/blogs-bg.jpg); */
  height: 80px;
  background-size: cover;
  display: flex;
  position: relative;
  top: -30px;
  z-index: 999;
  align-items: center;
  background-color: #678cc7;
  
}

.breadsrumb h1 {
  font-size: 2.5rem;
  position: relative;
  margin-bottom: 30px;
  color: #fff;
}

/* .breadsrumb h1::before {
  content: "";
  position: absolute;
  width: 50px;
  height: 4px;
  top: 55px;
  left: 25px;
  background-color: #2d5391;
} */

.NeedLegalAdvice h1 {
  margin-left: -50px;
}

.margin-l17 h1{
  margin-left: -17px;
}

/* .NeedLegalAdvice h1::before {
 content: "";
    position: absolute;
    width: 109px;
    height: 4px;
    top: 60px;
    left: 46%;
    background-color: #2d5391;
} */

.blogdetail h1::before {
  content: "";
  position: absolute;
  width: 140px;
  height: 4px;
  top: 57px;
  left: 33px;
  background-color: #2d5391;
}

.breadsrumb p {
  color: #fff;
  z-index: 999;

  margin-top: 25px;
}
#blog-breadsrumb p {
  color: #fff;
  z-index: 999;
  text-align: end;
  margin-top: 25px;
}

#blogdetail-breadsrumb p {
  color: #fff;
  z-index: 999;
  text-align: end;
  margin-top: 25px;
}
.blog-box {
  border: 1px solid #ededed;
  box-shadow: 0 0 3px #ededed;
  border-radius: 5px;
  margin: 0px 10px;
  background-color: #f3f3f3cc !important;
  transition: all 0.8s;
  height: 100%;
}
.blog-box:hover {
  background-color: #fff !important;
  box-shadow: 0 0 30px #cfcfcf;
}
.blog-box img {
  /* height: 250px; */
  width: 100%;
}
.blog-detail {
  padding: 20px 30px;
}
.blog-date {
  color: #777 !important;
  margin-bottom: 10px;
  font-size: 0.9rem !important;
}

.blog-date ul li{
  font-size: 14px !important;
  line-height: 30px !important;
}
.blogs p {
  color: #606060;
  line-height: 25px;
  font-size: 1rem;
  word-spacing: 0.5px;
  letter-spacing: 0.2px;
  margin-bottom: 10px;
}
.blog-detail h3 a {
  font-size: 1.3rem;
  text-decoration: none;
}

.blog-detail h3 a:hover {
  color: #2d5391;
  transition: all 0.5s;
}
.blog-btn {
  font-size: 1rem;
  font-weight: 500;
  text-decoration: none !important;
}
.blog-btn:hover {
  color: #2d5391;
  transition: all 0.5s;
}

.recent-post {
  border: 1px solid #ebebeb;
  border-radius: 5px;
  padding: 20px 20px;
}
.recent-post h2 {
  font-size: 3rem;
  margin-bottom: 20px;
}
.recent-post li {
  margin-bottom: 10px;
}
.recent-post li a {
  color: #2d5391;
  line-height: 25px;
  text-decoration: none;
  font-weight: 300;
}

.recent-post li a:hover {
  color: #262628;
  transition: all 0.5s;
}

form label {
  color: #606060;
  font-size: 0.8rem;
  margin-bottom: 0px;
}
.form-btn {
  background-color: #2d5391 !important;
  color: #fff !important;
  border: 1px solid #2d5391 !important;
  padding: 5px 40px !important;
  margin-top: 5px;
  border-radius: 50px !important;
  font-size: 1rem !important;
  margin-left: 0px;
}
.form-btn:hover {
  background-color: #2d5391 !important;
  color: #fff !important;
  transition: all 0.5s !important;
  border: 1px solid #2d5391 !important;
}
.banner-form-banner h2{
  margin-bottom: 5px;
}
#blog-first-banner {
  /* background-image: url(../images/blog-first-bg.jpg); */
  height: 80px;
  background-size: contain;
  background-repeat: no-repeat;
  display: flex;
  position: relative;
  top: -30px;
  z-index: -1;
  align-items: center;
  background-color: #678cc7;
}

.blog-first img {
  margin-bottom: 40px;
}
.blog-first {
  font-size: 2.2rem;
}
.blog-first h5 {
  font-size: 1.2rem;
}
.blog-first p {
  color: rgb(104 104 104);
  font-size: 1rem;
  margin-bottom: 30px;
  margin-top: 30px;
  font-weight: 300;
}
.blog-form {
  background-color: #2d5391;
}
#blog-news {
  background-color: #f7f9fa;
  padding: 80px 0px;
}

#blog-news h1 {
  font-size: 3rem;
  margin-bottom: 50px;
}

.blog-news-section {
  background-color: #fff;
  padding: 20px 20px;
}
.blog-news-section h3 {
  font-size: 1.2rem;
  font-weight: 500;
  line-height: 30px;
}

.blog-news-section a {
  text-decoration: none;
}
.blog-news-section a:hover {
  color: #2d5391;
  text-decoration: none !important;
}
.blog-news-img {
  overflow: hidden;
}
.blog-news-img img {
  transition: transform 0.2s;
  margin: 0px !important;
  padding: 0px !important;
}
.blog-news-img:hover.blog-news-img img {
  transform: scale(1.1);
  transition: all 0.5s;
}

/* about-page */
#needlegal {
  background-image: url(../images/about-bg.jpg);
  height: 350px;
  background-size: cover;
  background-position: 50% 50%;
  display: flex;
  position: relative;
  top: -30px;
  z-index: 1;
  align-items: center;
}

#service {
  background-image: url(../images/services-bg.jpg);
  height: 290px;
  background-size: cover;
  background-position: 50% 50%;
  display: flex;
  position: relative;
  top: -30px;
  z-index: 1;
  align-items: center;
}

#faq{
  background-image: url(../images/faq-bg.jpg);
  height: 290px;
  background-size: cover;
  background-position: 50% 50%;
  display: flex;
  position: relative;
  top: -30px;
  z-index: 1;
  align-items: center;
}


.needlegal-welcome {
  font-weight: 400;
  color: #cacaca;
  font-size: 1.1rem;
  text-transform: uppercase;
  letter-spacing: 0.5px;
font-family: 'Poppins', sans-serif;
}
.NeedLegalAdvice {
  margin-top: 30px;
}
.needlegal-data h3 {
  font-size: 25px;
  font-weight: 300;
  line-height: 45px;
  color: #2d5391;
  letter-spacing: 0.5px;
}
.needlegal-textfirst {
  text-align: left;
  font-size: 0.9rem;
  line-height: 25px;
  color: #414042;
  font-weight: 300;
  font-family: 'Poppins', sans-serif;

}
.needlegal-textsecond {
  /* color: #777; */
  margin-bottom: 20px;
  line-height: 30px;
  font-weight: 300;
  font-size: 0.9rem;
  margin-top: 20px;
}
.needlegal-button {
  background-color: transparent;
  border: 2px solid #2d5391;
  padding: 10px 50px;
  border-radius: 50px;
  color: #2d5391;
  font-weight: 400;
  font-size: 1.2rem;
}

.needlegal-button:hover {
  background-color: #2d5391;
  border: 2px solid #2d5391;
  color: #fff;
  transition: all 0.5s;
}
#about-company {
  /* padding-top: 25px; */
  padding-bottom: 20px;
  background-color: #f3f2f2;
  margin-top: 100px;
}
.our-company {
  margin-top: 39px;
}
.our-company h3 {
  font-size: 1.8rem;
  font-weight: 300;
  line-height: 45px;
  color: #2d5391;
  letter-spacing: 0.5px;
  margin-top: 10px;
  margin-left: 50px;
}

.company-second-heading h5 {
  margin-top: 45px;
  font-size: 1rem;
  line-height: 30px;
  color: #414042;
}
.blog-title {
  font-size: 40px;
  height: 60px;
}
#blog-heading {
  position: relative;
}
#blog-heading::before {
  content: "";
  position: absolute;
  width: 100%;
  top: 55px;
  left: 0;
  /* margin-top: 38px; */
  height: 5px;
  background-color: #2d5391;
}

/* __________________ */
.legal-protection {
  margin-bottom: 50px;
}
.coming-soon {
  display: flex;
  justify-content: center;
  align-items: center;

  margin: 150px 0px;
}
.coming-soon h2 {
  font-size: 50px;
  position: relative;
font-family: 'Poppins', sans-serif;
}
.coming-soon h2::before {
  content: "";
  position: absolute;
  width: 100%;
  top: 70px;
  left: 0;
  /* margin-top: 38px; */
  height: 5px;
  background-color: #2d5391;
}
#contact {
  background-image: url(../images/contact-banner.jpg);
  height: 250px;
  background-size: contain;
  background-position: 50% 50%;
  display: flex;
  position: relative;
  top: -30px;
  z-index: -1;
  align-items: center;
}
.contact-us h1::before {
  content: "";
  position: absolute;
  width: 150px;
  height: 4px;
  top: 57px;
  left: 25px;
  background-color: #2d5391;
}
::placeholder {
  color: #a1a1a1 !important;
  opacity: 1;
}
.form-control {
  color: #495057!important;
}
#why-choose-us-btn {
  margin-top: 10px !important;
}
.punchline-text {
  max-width: 600px;
  display: block;
  margin: auto;
  margin-top: 20px;
}

.home-contact-title {
  text-align: left;
  color: #2d5391;
  font-size: 16px;
  font-weight: 600;
font-family: 'Poppins', sans-serif;
  margin-bottom: 20px;
}
.home-contact-heading {
  padding-top: 40px;
  text-align: center !important;
}
.home-contact-heading h2 {
 
  color: #2d5391;
  font-size: 30px;
  font-weight: 200;
  text-transform: capitalize !important;
}

.home-contact-heading-text .title-p {
  text-align: center !important;
  font-size: 0.9rem;
  line-height: 19px;
  color: #414042;
  font-weight: 300;
  font-family: 'Poppins', sans-serif;
  margin-top: 10px;
   
}
#home-contact {
  padding-top: 80px;
}
.why-company {
  margin-left: 50px;
}
.contact-page-get {
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  margin-bottom: 20px;
}
.contact-page-get #titles
{
  margin: 0px;
}
.services-box {
  /* display: flex;
  justify-content: center;
  flex-direction: column;
  background-color: #d9d9d9;
  /* border: #e7e7e7; 
  padding: 30px;
  border: 1px solid #e7e7e7;
  border-radius: 5px;
  border-bottom: 3px solid #e7e7e7 !important; */


  display: flex;
  justify-content: center;
  flex-direction: column;
  background-color: #f7f9fa;
  border: #e7e7e7;
  padding: 30px;
  border: 1px solid #e7e7e7;
  border-radius: 5px;
  border-bottom: 3px solid #d1d1d1 !important;
  box-shadow: 0px 10px 14px 0px rgb(23 43 77 / 20%);
  /* margin: 15px 1px; */

    /* background-image: linear-gradient(45deg, #1eabd9, #d2f4ff); */

}

#services {
  padding: 30px 0px;
}
/* .needlegal-help {
  padding-top: 40px;
} */
.home-contact {
  padding-top: 35px;
}
.second-form-drop {
  height: calc(1.5em + 0.75rem + 2px) !important;
}
.about-box h2 {
  text-align: left !important;
  margin-left: 10px;
  width: 100%;
}
.about-box .services-box {
  padding: 5px 25px;
  margin-top: 12px;
  height: 190px;
}
.home-why-data {
  margin-left: -40px;
}
.contact-mb-10 {
  margin-bottom: 10px;
}
.home-form {
  height: auto !important;
}
.contact-msg-box {
  height: calc(7.5em + 0.75rem + 2px) !important;
}
.home-form-2 {
  padding: 0px 30px;
}

.recent-post h3{
  font-size: 1.3rem;
  margin-bottom: 1.3rem;
}


/* FAQS */

.faq{

  padding: 20px 0px;
}

.FAQs h1::before {
  content: "";
  position: absolute;
  width: 78px;
  height: 4px;
  top: 57px;
 
  background-color: #2d5391;
  text-align: center;
  
}
.xfaq{
  margin: 18px;
}
 


.content h1{
  color:#2d5391; 
  font-size:30px; 
  text-align:center;

}

.content1{

color: #2d5391;;
font-size: 30px;

}

.content h2{
  font-size: 20px;  
  color: #777;
  
  }

/* .row p{
  line-height: 20px;
} */


.lighttext{
  font-weight: 300;
 
  font-size: 1.5rem;

}

#Attorney
{
  background-image: url(../images/punchline.jpeg);
  background-size: cover;
  height: 370px;
  margin-top: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
}
#Attorney .sub-title {
  color: #fff;
  text-align: center;
  font-size: 1.8rem;
  letter-spacing: 3px;
  align-items: center;
}

#Attorney .title-p {
  font-size: 0.9rem;
  line-height: 23px;
  font-weight: 300;
  font-family: 'Poppins', sans-serif;
  color: #fff;
}

.br5
{
  border-radius: 5px;
}
 

#personlawyer {
  background-color: #ecf4f7c4;
  background-image: url(../images/bg2.png) !important;
  background-size: cover !important;
  /* margin-top: 50px; */
  padding: 30px 0px;
}

.mob-mar_bottom40{
  margin-bottom: 40px!important;
}

 
 
 

 
 

 

#compensation{
  background-color: #f7f9fa;
 
}

/* cards design  */

.card2
{
  padding: 15px 10px;
    border-radius: 5px;
    border: 1px solid #d4d4d4;
    align-items: center;
    display: flex;
}

.card2-icon i {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  box-shadow: 0px 0px 0px 4px #1eabd969;
  margin-top: 0px !important;
  /* padding-top: 2px; */
  background-color: #2d5391;
  color: #fff;
  font-size: 24px;
  display: flex;
  justify-content: center;
  align-items: center;
 
  padding-left: 10px;
}

.m-top20
{
  margin-top: 20px;
}

 .text-transform-none
 {
  text-transform: none !important;
 }

.last_form_sec
{
  background-image: url(../images/last_bg.jpg);
  background-size: cover;
  padding: 30px 0px;
  padding-top: 50px;
  margin-top: -25px;
}
.last_form_sec a:hover {
  color: #000;
}
.last_form
{
  background-color: #4575c3;
  padding: 30px;
  border-radius: 10px;
}

.last_form h1
{
  color: #fff;
  font-size: 1.3rem;
  text-align: center;
  margin-bottom: 10px;
}
.last_form label
{
  color: #fff;
  margin-bottom: 0px;
}
.form-p
{
  text-align: left;
  font-size: 0.7rem;
  line-height: 18px;
  color: #414042;
  font-weight: 300;
  font-family: 'Poppins', sans-serif;
}
.f-09
{
  font-size: 0.9rem;
}

.f-07
{
  font-size: 0.7rem;
}
.text-orange
{
  color: #f35c27;
}

/* Steps */
.step
{
    box-shadow:0px 10px 14px 0px rgb(23 43 77 / 20%);
    padding:20px 20px;
    border-radius:10px;
    background: #f7f9fa;
}

.form-steps span {
  width: 35px;
  height: 35px;
  border: 1px solid #f35c27;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0px 17px;
  margin-bottom: 20px;
  background-color: #f35c27;
  color: #fff;
  position: relative;
}
.form-steps span::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 100%;
  width: 37px;
  height: 2px;
  background-color: #f35c27;
  box-shadow: 0px 10px 14px 0px rgb(23 43 77 / 20%);
}
.step1 {
  font-size: 1.3rem;
}
.step2 {
  background-color: #fff !important;
  border: 2px solid #b5b5b5 !important;
  position: relative;
  color: #b5b5b5 !important;
  font-size: 1.5rem;
}

.step2::before {
  content: "";
  background-color: #b5b5b5 !important;
}

.step3 {
  background-color: #fff !important;
  border: 2px solid #b5b5b5 !important;
  position: relative;
  color: #b5b5b5 !important;
  font-size: 1.5rem;
}

.step3::before {
  content: "";
  background-color: transparent !important;
}
.step4 {

  font-size: 1.3rem;

}

.step4::before {
  content: "";
  background-color: transparent !important;
}

.form-steps
{
  display: flex;
  justify-content: center;
}
.justify-content-evenly
{
  justify-content: space-evenly;
}



input[type=radio] {
  accent-color: #f35c27;
} 

.dbox-imge{
  margin-top: 5vh;
}

.smd-mt-2{
  margin-top: 2vh;
}

.sec-servi{
  background-color: #f1f1f1;
}


.bg-blue{
  background-color:#2d5391;
}