* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
.body {
  background: #f7f9fa;
}
ul li {
  list-style: none;
}
ul li a {
  text-decoration: none;
}
ol,
ul {
  padding-left: 0px;
}
dl,
ol,
ul {
  margin-top: 0;
  margin-bottom: 0px;
}
a {
  text-decoration: none;
}
.m-t-75 {
  margin-top: 75px;
}
.mt-20 {
  margin-top: 20px;
}

.header-area {
  position: fixed;
  width: 100%;
  z-index: 999;
}
.navbar {
  background-color: transparent;
  padding: 20px 0px;
}
.navbar.scrolled {
  background: #1E3766;
}
.navbar .navbar-brand img {
  width: 130px;
}
.img-box{
  position: relative;
  width: 100%;
}
.hero-bg{
  position: relative;
  width: 100%;
  background-image: url(../images/banner-bg.png);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  height: 650px;
}
.hero-bg::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, .7);
}
.banner-content-box{
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
}
.banner-box {
  position: relative;
  width: 100%;
  background: #1E3766;
  padding: 50px 0px;
}
h1 {
  position: relative;
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  color: #fff;
  font-size: 32px;
  text-align: center;
  margin-bottom: 20px;
  line-height: 48px;
}
.text_p {
  position: relative;
  font-family: "Poppins", sans-serif;
  color: #fff;
  font-size: 18px;
  font-weight: 400;
  margin-bottom: 0;
  text-align: center;
}
p{
  position: relative;
  font-family: "Poppins", sans-serif;
  color: #fff;
  font-size: 18px;
  font-weight: 400;
}
h3 {
  position: relative;
  color: #fff;
  text-align: center;
}
.site-heading h4 {
  position: relative;
  z-index: 1;
  color: #1E3766;
  font-size: 32px;
  font-weight: 600;
}
.law-ul-box{
  position: relative;
  padding-left: 22px;
  margin-top: 15px;
}
.law-ul-box li{
  position: relative;
  font-family: "Poppins", sans-serif;
  color: #231f20;
  font-size: 18px;
  font-weight: 400;
  list-style: disc;
  padding: 6px 0px;
}
.item {
  background: #E9EBF0;
  padding: 20px;
  height: 100%;
  position: relative;
  border-radius: 10px;
}
.item h5 {
  text-transform: capitalize;
  font-family: "Poppins", sans-serif;
  color: #1E3766;
  font-weight: 600;
  font-size: 19px;
  line-height: 30px;
}
.item p {
  font-family: "Poppins", sans-serif;
  color: #231f20;
  font-size: 16px;
  font-weight: 400;
  margin-bottom: 0;
  margin-top: 10px;
}
.service-box {
  position: relative;
  background: #1e3766;
  padding: 8px;
  margin-bottom: 20px;
  border-radius: 5px;
  max-width: 50px;
}

/* footer-css */
.footer-box{
  position: relative;
  background: #1E3766;
  padding: 40px 0px;
  margin-top: 75px;
}
.footer-title{
  position: relative;
  font-family: "Poppins", sans-serif;
  color: #fff;
  font-size: 24px;
  font-weight: 500;
  text-align: center;
}
.footer-p{
  position: relative;
  font-family: "Poppins", sans-serif;
  color: #fff;
  font-size: 18px;
  font-weight: 400;
  text-align: center;
  margin: 20px 0px;
}
.social-icon {
  margin-right: 10px;
  max-width: 30px;
  vertical-align: bottom;
}
.footer-contact-text {
  position: relative;
  font-family: "Poppins", sans-serif;
  font-size: 20px;
  line-height: normal;
  color: #fff;
  margin-bottom: 0;
  font-weight: 400;
}
.footer-box .row{
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
  padding: 20px 0px;
  margin: 40px 0px;
}
.second-page .footer-box{
  position: relative;
  background: #081c4f;
  padding: 40px 0px;
  margin-top: 75px;
}
/* end-footer-css */


/* second-page */
.main-part{
  padding-top: 100px;
}
.about-p2{
  color: #231f20;
}
.navbar-2{
  background-color: #081c4f;
  padding: 20px 0px;
}
.navbar-2.scrolled {
  background: #081c4f;
}
.second-page .hero-section{
  position: relative;
  width: 100%;
  padding-top: 75px;
}
.second-page .banner-box{
  position: relative;
  width: 100%;
  background: #081c4f;
  padding: 50px 0px;
}
.second-page  h1 {
  position: relative;
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  color: #081c4f;
  font-size: 32px;
  margin-bottom: 20px;
  line-height: 48px;
  text-align: left;
}
.second-page h3 {
  position: relative;
  color: #231f20;
  font-size: 24px;
  text-align: left;
}
.second-page .light-bg{
  position: relative;
  width: 100%;
  background: #E9EBF0;
  padding: 100px 0px;
}
.second-page h4 {
  position: relative;
  color: #081c4f;
  font-size: 26px;
  font-weight: 600;
}
.contact-form{
  position: relative;
  width: 100%;
  background: #fff;
  padding: 20px;
  border-radius: 10px;
}
.contact-form h4{
  position: relative;
  color: #081c4f;
  font-size: 26px;
  font-weight: 500;
  margin-bottom: 25px;
}
.form-group{
  position: relative;
  margin-bottom: 15px;
}
.form-control{
  position: relative;
  width: 100%;
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  color: #081c4f;
  font-size: 16px;
  line-height: normal;
  padding: 10px 20px;
  border: 1px solid #cfcfcf;
}
.form-control:focus{
  outline: 0;
  box-shadow: none;
  border: 1px solid #081c4f;
}
.btn-group{
  position: relative;
  width: 100%;
  margin-top: 10px;
}
.submit-btn{
  position: relative;
  width: 100%;
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: normal;
  color: #fff;
  background: #081c4f;
  border: 0;
  padding: 10px 15px;
  border-radius: 5px;
}
.banner-subtitle{
  position: relative;
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  color: #081c4f;
  font-size: 24px;
  margin-top: 35px;
}
.second-page .banner-subtext{
  position: relative;
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  color: #231f20;
  font-size: 20px;
}
.credit-img{
  position: relative;
  width: 95%;
}
.second-page .item{
  padding: 40px 20px 20px 20px;
}
.count-box{
  position: absolute;
  width: 100%;
  max-width: 46px;
  height: 46px;
  display: flex;
  background: #234E70;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  line-height: 20px;
  color: #fff;
  border-radius: 50px;
  top: -20px;
}
.hilight-box{
  position: relative;
  display: inline-block;
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: normal;
  color: #081c4f;
  background: #e9ebf0;
  border: 0;
  border-bottom: 2px solid #081c4f;
  padding: 10px 15px;
  border-radius: 5px;
  cursor: pointer;
  margin-left: 15px;
}
.hilight-box1{
  position: relative;
  display: inline-block;
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: normal;
  color: #fff;
  background: #081c4f;
  border: 0;
  padding: 10px 15px;
  border-radius: 5px;
  cursor: pointer;
  margin-left: 15px;
}
/* end-second-page */