@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@400;500;600&display=swap");
body {
  font-family: "Poppins", sans-serif;
  overflow-x: hidden;
}

header {
  box-shadow: 1px 10px 5px -3px rgba(0, 0, 0, 0.07);
  border-top: 4px solid #d4181e;
  background: #f9f8f7;
  padding: 5px 0;
}

.navbar-brand {
  padding-top: 10px;
  padding-bottom: 10px;
  margin-right: 1rem;
  font-size: 1.25rem;
  text-decoration: none;
  white-space: nowrap;
  height: 75px;
}

.navbar-brand img {
  height: 100%;
}

.navbar-nav li:last-child a {
  padding-right: 0 !important;
}

.nav-link {
  color: #061e47;
  text-transform: uppercase;
  font-weight: 500;
  padding-right: 1.5rem !important;
  padding-left: 1.5rem !important;
}

.navbar-collapse {
  flex-grow: inherit !important;
}

.nav-link.active {
  color: #d51a20;
}

.nav-link:hover {
  color: #d51a20;
}

.nav-link:focus {
  color: #061e47;
}

.dropdown-menu {
  top: 100%;
  left: 0;
  margin-top: 30px !important;
  min-width: 300px;
  border: 0px;
  border-radius: 0px;
  box-shadow: 0px 0px 38px 9px rgba(0, 0, 0, 0.06);
  padding: 0;
  background: #08357a;
}

.dropdown-toggle::after {
  display: none;
}

.dropdown-item {
  padding: 15px 25px;
  font-size: 13px;
  color: white;
  border-bottom: 1px #2c4e82 solid;
}

.dropdown-menu li:last-child .dropdown-item {
  border-bottom: 0px;
}

.dropdown-item:focus,
.dropdown-item:hover {
  color: #f9f8f6;
  background-color: #d51920;
}

.carousel-inner .container {
  position: relative;
}

.carousel-inner .img-fluid {
  width: 100%;
}

.carousel-caption {
  color: #133c7f;
  left: 10px;
  bottom: 12rem;
}

.carousel-caption h1 {
  font-weight: bold;
  font-size: 2.6rem;
}

.carousel-caption span {
  color: #d51a20;
}

.carousel-caption p {
  font-size: 1.2rem;
  font-weight: 300;
}

.row-flex {
  display: flex;
  flex-wrap: wrap;
}

.about-area {
  padding: 100px 0;
}

.about-area h2 {
  color: #133c7f;
  margin-bottom: 20px;
  font-size: 1.75rem;
  font-weight: normal;
}

.about-area p {
  font-size: 14px;
  line-height: 28px;
  color: #061e47;
}

.about-area a {
  color: #061e47;
  font-size: 1.125rem;
  font-weight: normal;
  text-decoration: none;
  padding-right: 20px;
  position: relative;
  margin-top: 20px;
}

.about-area a:after {
  position: absolute;
  content: "»";
  font-size: 36px;
  font-weight: normal;
  right: 0;
  top: -15px;
}

.about-area a:hover {
  color: #d51a21;
}

.pa-area {
  padding: 0;
}

.pa-area .container {
  padding: 0;
}

.pa-area .col-md-6 {
  padding: 100px 0;
}

.pa-area .first {
  background: #0d3a7e;
  padding-left: 8%;
  padding-right: 45px;
  background-image: url(../images/first-bg.jpg);
  background-position: bottom right;
  background-repeat: no-repeat;
  background-size: cover;
}

@media screen and (min-width: 600px) {
  .pa-area .first {
    min-height: 600px;
  }
  .notice-area .first {
    min-height: 300px;
  }
}
@media screen and (max-width: 599px) {
  .pa-area .first {
    min-height: 240px;
  }
  .notice-area .second {
    display: none;
  }
}

.pa-area .first ul {
  margin: 0;
  padding: 0;
}

.pa-area .first ul li {
  list-style: none;
  width: 100%;
  margin-bottom: 25px;
  padding-bottom: 25px;
  border-bottom: 1px #fff dashed;
}

.pa-area .first ul li a {
  color: #fff;
  list-style: none;
  text-decoration: none;
  line-height: 26px;
  display: inline-block;
}

.pa-area .first ul li a:hover {
  color: #74a2e8;
}

.pa-area .first ul li a.pdf {
  float: right;
}

.pa-area .first ul li a span {
  display: block;
  font-size: 12px;
  color: #74a2e8;
}

.pa-area .second {
  background: #bf2a31;
  padding-right: 8%;
  padding-left: 45px;
  background-image: url(../images/first-bg-1.jpg);
  background-position: top left;
  background-repeat: no-repeat;
  background-size: cover;
}

.pa-area .second p {
  color: #fff;
  font-size: 13px;
  line-height: 27px;
}

.pa-area .second h4 {
  font-size: 20px;
  color: #fff;
}

.pa-area h3 {
  font-size: 30px;
  color: #fff;
  font-weight: 300;
  border-bottom: 1px #fff solid;
  padding-bottom: 12px;
  margin-bottom: 35px;
}

.pa-area h3 i {
  margin-right: 10px;
}

.pa-area .view {
  color: #fff;
  font-size: 1.125rem;
  font-weight: 300;
  text-decoration: none;
  padding-right: 20px;
  position: relative;
  margin-top: 20px;
  float: right;
}

.pa-area .view:after {
  position: absolute;
  content: "»";
  font-size: 36px;
  font-weight: 300;
  right: 0;
  top: -15px;
}

.pa-area .view:hover {
  color: #74a2e8;
}

.pa-area .know {
  color: #fff;
  font-size: 1.125rem;
  font-weight: 300;
  text-decoration: none;
  padding-right: 20px;
  position: relative;
  margin-top: 20px;
  float: right;
}

.pa-area .know:after {
  position: absolute;
  content: "»";
  font-size: 36px;
  font-weight: 300;
  right: 0;
  top: -15px;
}

.pa-area .know:hover {
  color: #bf2a31;
}

.financial-area {
  position: relative;
  padding: 100px 0 130px;
  background: #f9f8f7;
  background-image: url(../images/fi-bg.jpg);
  background-position: top right;
  background-repeat: no-repeat;
}

.financial-area::before {
  position: absolute;
  content: "";
  background-image: url(../images/fi-bg-1.jpg);
  background-position: left bottom;
  width: 100%;
  z-index: 1;
  height: 100%;
  background-repeat: no-repeat;
  padding-bottom: 100px;
  bottom: 0px;
}

.financial-area h3 {
  margin-bottom: 70px;
  position: relative;
  padding: 0 15px 15px;
  font-weight: 300;
}

.financial-area h3::after {
  position: absolute;
  content: "";
  border-bottom: 3px #d51a21 solid;
  height: 3px;
  background: red;
  bottom: 0px;
  left: 14px;
  background: 10px;
  height: 20px;
  width: 10%;
  z-index: 3;
}

.financial-area .box {
  background-color: #fff;
  border-radius: 6px;
  box-shadow: 0px 0px 38px 9px rgba(0, 0, 0, 0.06);
  position: relative;
  z-index: 1;
}

.financial-area .box h5 {
  border-bottom: 1px #d51a21 solid;
  padding-bottom: 10px;
  margin-bottom: 20px;
}

.financial-area .box .content {
  padding: 30px 30px;
  background-image: url(../images/content-bg.jpg);
  background-position: left bottom;
  background-repeat: no-repeat;
}

.financial-area .box .content p span {
  font-size: 13px;
  color: #0d3775;
}

.financial-area .box .bottom {
  background: #d51a21;
  padding: 10px 30px;
  width: 100%;
  display: table;
  text-align: right;
  border-bottom-right-radius: 6px;
  border-bottom-left-radius: 6px;
}

.financial-area .box .bottom a {
  color: #fff;
  text-decoration: none;
  position: relative;
  padding-right: 25px;
}

.financial-area .box .bottom a:after {
  position: absolute;
  content: "»";
  font-size: 36px;
  font-weight: normal;
  right: 0;
  top: -17px;
}

.financial-area .box .bottom a:hover {
  color: #faafaf;
}
.pa-area .second ul {
  margin: 0;
  padding: 0;
}

.pa-area .second ul li {
  list-style: none;
  width: 100%;
  margin-bottom: 25px;
  padding-bottom: 25px;
  border-bottom: 1px #fff dashed;
}

.pa-area .second ul li a {
  color: #fff;
  list-style: none;
  text-decoration: none;
  line-height: 26px;
  display: inline-block;
}

.pa-area .second ul li a:hover {
  color: #fff;
}

.pa-area .second ul li a.pdf {
  float: right;
}

.pa-area .second ul li a span {
  display: block;
  font-size: 12px;
  color: #fff;
}

.sh-area {
  padding: 100px 0;
  background-color: #0d3775;
  background-image: url(../images/share-bg.jpg);
  background-position: right;
  background-repeat: no-repeat;
  background-size: cover;
}

.sh-area h3 {
  color: #fff;
  font-weight: 300;
  position: relative;
  padding-bottom: 20px;
  margin-bottom: 30px;
}

.sh-area h3::after {
  position: absolute;
  content: "";
  border-bottom: 3px #fff solid;
  height: 3px;
  background: red;
  bottom: 0px;
  left: 0;
  background: 10px;
  height: 20px;
  width: 10%;
  z-index: 3;
}

.sh-area .box {
  background-color: #021f48;
  padding: 20px;
  border-radius: 6px;
}

.sh-area p {
  color: #fff;
  font-size: 14px;
  font-weight: normal;
  width: auto;
  display: inline-block;
  margin-bottom: 0;
}

.sh-area p span {
  display: block;
  color: #5498fc;
  margin-top: 10px;
}

.sh-area a {
  float: right;
}

.view-all {
  color: #fff;
  font-size: 1.125rem;
  font-weight: 300;
  text-decoration: none;
  padding-right: 20px;
  position: relative;
  margin-top: 20px;
  float: right;
}

.view-all:after {
  position: absolute;
  content: "»";
  font-size: 36px;
  font-weight: 300;
  right: 0;
  top: -15px;
}

.view-all:hover {
  color: #d51a21;
}

.fr-area {
  padding: 100px 0;
  background-color: #f9f8f7;
}

.fr-area h3 {
  color: #0d3774;
  font-weight: 300;
  position: relative;
  padding-bottom: 20px;
  margin-bottom: 60px;
}

.fr-area h3::after {
  position: absolute;
  content: "";
  border-bottom: 3px #d51a21 solid;
  height: 3px;
  background: red;
  bottom: 0px;
  left: 0;
  background: 10px;
  height: 20px;
  width: 23%;
  z-index: 3;
}

.fr-area .box {
  background-color: #fff;
  box-shadow: 0px 0px 38px 9px rgba(0, 0, 0, 0.06);
  margin-bottom: 30px;
  position: relative;
}

.fr-area .box::after {
  position: absolute;
  content: "";
  background-image: url(../images/fr-bg.png);
  bottom: -196px;
  z-index: 0;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  left: -51px;
}

.fr-area .box .banner img {
  width: 100%;
}

.fr-area .box .content {
  padding: 20px;
  position: relative;
  z-index: 1;
  background: #fff;
}

.fr-area .box ul {
  margin: 0;
  padding: 0;
}

.fr-area .box ul li {
  color: #0d3774;
  list-style: none;
  line-height: 45px;
}

.fr-area .box ul li a {
  text-decoration: none;
  color: #0d3774;
  width: 100%;
  display: table;
  position: relative;
}

.fr-area .box ul li a:hover {
  color: #d51a21;
}

.fr-area .box ul li a::after {
  position: absolute;
  content: "»";
  font-size: 30px;
  font-weight: 300;
  right: 0;
  top: 0px;
}

.fr-area .view-all {
  color: #0c336e;
  font-size: 1.125rem;
  font-weight: 300;
  text-decoration: none;
  padding-right: 20px;
  position: relative;
  margin-top: 20px;
  float: right;
}

.fr-area .view-all:after {
  position: absolute;
  content: "»";
  font-size: 36px;
  font-weight: 300;
  right: 0;
  top: -15px;
}

.fr-area .view-all:hover {
  color: #d51a21;
}

.divident-content {
  color: #000000;
  font-size: 14px;
  font-weight: normal;
  width: auto;
  display: inline-block;
  margin-bottom: 25px;
  margin-top: 25px;
  width: 100%;
  display: table;
}

.divident-content p {
  width: auto;
  display: inline-block;
  margin-bottom: 0;
}

.divident-content span {
  display: block;
  color: #5498fc;
  margin-top: 10px;
}

.divident-content a {
  float: right;
  width: 25px;
}

.divident-content a img {
  width: 100%;
}

.notice-area {
  padding: 0;
}

.notice-area .first {
  background-image: url(../images/notice-img.jpg);
  background-repeat: no-repeat;
  background-size: cover;
}
.notice-area .second-1 {
  background-image: url(../images/notice-img-1.jpg);
  background-repeat: no-repeat;
  background-size: cover;
}

.notice-area .second {
  padding: 45px;
  background-color: #133c7f;
  background-image: url(../images/notice-bg.png);
  background-position: bottom right;
  background-repeat: no-repeat;
}

.notice-area h3 {
  color: #fff;
  font-weight: 300;
  position: relative;
  padding-bottom: 20px;
  margin-bottom: 30px;
}

.notice-area h3::after {
  position: absolute;
  content: "";
  border-bottom: 3px #fff solid;
  height: 3px;
  background: red;
  bottom: 0px;
  left: 0;
  background: 10px;
  height: 20px;
  width: 20%;
}

.notice-area p {
  color: #fff;
  float: left;
}

.notice-area p span {
  display: block;
  font-size: 13px;
  color: #fff;
  margin-top: 10px;
}

.notice-area a {
  color: #fff;
  text-decoration: none;
}
.notice-area a:hover {
  color: #fb8c8c;
}
.notice-area .pdf {
  float: right;
}

.nl-area {
  background-color: #0d3a7e;
  padding: 50px;
}

.nl-area h3 {
  font-size: 23px;
  color: #fff;
  font-weight: normal;
}

.nl-area .btn-primary {
  background-color: #d51a21;
  color: #fff;
  padding-left: 60px;
  padding-right: 60px;
  border: 0px;
}

footer {
  background: #f9f8f7;
}

footer .container {
  background-image: url(../images/footer-bg.png);
  background-repeat: no-repeat;
  background-position: bottom right;
  padding-top: 80px;
  padding-bottom: 80px;
}

.footer-logo img {
  width: 150px;
  margin-bottom: 30px;
}

.sm a {
  width: 28px;
  float: left;
  margin-right: 10px;
}

.sm a img {
  width: 100%;
}

footer ul {
  margin: 0;
  padding: 0;
}

footer ul li {
  list-style: none;
  margin-bottom: 15px;
  color: #424242;
}

footer ul li a {
  color: #424242;
  font-size: 16px;
  text-decoration: none;
  word-break: break-all;
}

footer ul li ul {
  margin-top: 15px;
}

footer ul li ul li a {
  font-size: 12px;
}

.copy-right {
  background: #343434;
  padding: 15px 0;
  font-size: 12px;
  color: #fff;
}
.copy-right span {
  float: right;
}
.copy-right span a {
  color: #fff;
  text-decoration: none;
}
.copy-right span a:hover {
  color: #ef4036;
}
.inner-banner {
  padding: 80px 0;
  min-height: 150px;
}

.inner-banner h1 {
  color: #fff;
  font-size: 28px;
}

.inner-area {
  padding: 60px 0 80px;
}

.inner-area .content-area {
  background: #fff;
  padding: 20px 30px 40px;
  box-shadow: 0px 0px 5px 0px rgba(241, 241, 241, 0.75);
}

.inner-area h2 {
  font-weight: normal;
  margin-bottom: 20px;
  color: #133c7f;
  font-size: 1.75rem;
}

.inner-area p {
  font-size: 13px;
  line-height: 28px;
  text-align: justify;
}

.about-us {
  background-image: url(../images/investors.jpg);
  background-image: no-repeat;
  background-size: cover;
}

.bc-area {
  background: #f9f8f7;
  padding: 20px 0;
}

.breadcrumb {
  font-size: 13px;
  margin-bottom: 0px;
}

.breadcrumb-item {
  list-style: none;
}

.breadcrumb-item a {
  color: #133c7f;
  text-decoration: none;
}

.content-img {
  float: left;
  margin: 10px 40px 20px 0;
  max-width: 400px;
}

.content-box {
  background-color: #f5fafe;
  padding: 30px;
  border-radius: 3px;
  margin-top: 20px;
  margin-bottom: 20px;
  border-left: 5px #0d3a7e solid;
}

.content-box ul li {
  font-size: 15px;
  line-height: 28px;
  list-style: none;
  margin-bottom: 15px;
  position: relative;
}

.content-box ul li:after {
  position: absolute;
  content: "»";
  font-size: 30px;
  left: -26px;
  top: 0;
  color: #0d3a7e;
}

.content-box h4 {
  font-size: 18px;
  margin-bottom: 20px;
  color: #0d3a7e;
}
.side-bar {
  margin: 0;
  padding: 0;
  width: 100%;
}
.side-bar li {
  margin: 0;
  list-style: none;
}

.side-bar li a {
  text-decoration: none;
  color: #061e47;
  position: relative;
  padding-left: 20px;
  padding-top: 20px;
  padding-bottom: 20px;
  float: left;
  width: 100%;
  border-bottom: 1px #f9f8f7 solid;
  transition: all ease;
}
.side-bar li a:after {
  position: absolute;
  content: "»";
  font-size: 30px;
  top: 8px;
  left: 0px;
  color: #0d3a7e;
}
.side-bar li a:hover {
  background: #d51a20;
  color: #fff;
  padding-left: 35px;
}
.side-bar li a:hover:after {
  background: #d51a20;
  color: #fff;
  left: 15px;
}

.side-bar li.active a {
  background: #d51a20;
  color: #d51a20;
}
.side-bar li.active a {
  color: #fff;
  padding-left: 35px;
}
.side-bar li.active a::after {
  color: #fff;
  left: 15px;
}

.vision {
  background-image: url(../images/investors.jpg);
  background-image: no-repeat;
  background-size: cover;
}
.bd-box {
  background: #fff;
  padding: 20px;
  display: table;
  box-shadow: 0 0 10px 5px #f9f8f7;
  border-radius: 6px;
  width: 100%;
  margin-bottom: 25px;
  border: 1px #fff solid;
  transition: all ease;
}
.bd-box:hover {
  background: #fafafa;
  border: 1px #e9e9e9 solid;
}
.bd-box img {
  width: 200px;
  height: 200px;
  border-radius: 100px;
  box-shadow: 0 0 10px 5px #f9f8f7;
  border: 5px solid #fff;
  object-fit: contain;
  margin: 0 auto;
  display: table;
  background-color: #fff;
}
.bd-box h3 {
  font-size: 18px;
  margin-top: 10px;
  text-align: center;
}
.bd-box h3 span {
  font-size: 13px;
  color: #0d3a7e;
  display: block;
  line-height: 30px;
}
.bd-box a {
  color: #0d3a7e;
  text-decoration: none;
  float: right;
  position: relative;
  padding-right: 18px;
}
.bd-box a:after {
  position: absolute;
  content: "»";
  font-size: 30px;
  right: 0px;
  top: -10px;
  color: #0d3a7e;
}
.bd-box a:hover {
  color: #d51a20;
}
.bd-box a:hover:after {
  color: #d51a20;
}
.bd-box .modal-dialog {
  max-width: 800px;
}

.bd-box .modal-header h3 {
  text-align-last: left;
  padding-left: 20px;
}
.bd-box .modal-body {
  padding: 30px;
}
.bd-minh {
  min-height: 330px;
}
.investors {
  background-image: url(../images/investors.jpg);
  background-image: no-repeat;
  background-size: cover;
}

.subsidiaries {
  background-image: url(../images/subsidiaries.jpg);
  background-image: no-repeat;
  background-size: cover;
}

.contact {
  background-image: url(../images/investors.jpg);
  background-image: no-repeat;
  background-size: cover;
}
.btn-primary {
  background-color: #d51a21;
  color: #fff;
  padding-left: 60px;
  padding-right: 60px;
  border: 0px;
  max-width: 200px;
}
.policy .box {
  background-color: #fff;
  border-radius: 6px;
  position: relative;
  z-index: 1;
  width: 100%;
  box-shadow: 0 0 10px 5px #f9f8f7;
  margin-bottom: 30px;
}

.policy .box h5 {
  border-bottom: 1px #d51a21 solid;
  padding-bottom: 10px;
  margin-bottom: 20px;
  text-align: center;
  font-size: 16px;
}

.policy .box .content {
  padding: 30px 20px;
  background-image: url(../images/content-bg.jpg);
  background-position: left bottom;
  background-repeat: no-repeat;
}
.policy .box .content p {
  text-align: center;
}
.policy .box a {
  margin: 0 auto;
  display: table;
}
.contact-box {
  background-color: #fff;
  border-radius: 6px;
  position: relative;
  z-index: 1;
  margin-bottom: 30px;
  box-shadow: 0px 0px 30px 0px rgb(234, 234, 234, 0.5);
  padding: 30px 40px;
  background-image: url(../images/content-bg.jpg);
  background-position: left bottom;
  background-repeat: no-repeat;
  margin-right: 20px;
}
.contact-box:last-child {
  margin-right: 0;
}

.contact-box h3 {
  padding-bottom: 10px;
  font-size: 20px;
  color: #133c7f;
}

.contact-box p {
  line-height: 28px;
  font-size: 13px;
}
.contact-box ul {
  margin: 0;
  padding: 0;
}
.contact-box ul li {
  list-style: none;
  font-size: 13px;
  margin-bottom: 10px;
}
.contact-box ul li i {
  margin-right: 7px;
  font-size: 16px;
  color: #133c7f;
}
.contact-box ul li a {
  text-decoration: none;
  color: inherit;
  font-size: 14px;
  word-break: break-all;
}
.contact-box ul li a:hover {
  color: #133c7f;
}
.accordion-item h2 {
  margin-bottom: 0;
}
.accordion-button:not(.collapsed) {
  color: #133c7f !important;
}
.accordion-button:focus {
  box-shadow: none;
}
.accordion-body ul {
  padding: 0;
  margin: 0;
}
.accordion-body ul li {
  list-style: none;
  margin-bottom: 15px;
  font-size: 14px;
  position: relative;
  padding-left: 20px;
}
.accordion-body ul li::after {
  position: absolute;
  content: "»";
  font-size: 26px;
  top: -10px;
  left: 0px;
  color: #0d3a7e;
}
.site-map {
  margin: 0;
  padding: 0;
}
.site-map li {
  list-style: none;
  line-height: 38px;
  position: relative;
  padding-left: 20px;
}
.site-map li a {
  text-decoration: none;
  color: #133c7f;
}
.site-map li a:hover {
  color: #d4181e;
}
.site-map li::after {
  position: absolute;
  content: "»";
  font-size: 20px;
  top: -2px;
  left: 0px;
  color: #0d3a7e;
}

.carousel-indicators [data-bs-target] {
  background-color: #133c82 !important;
}
.home-img {
  margin: 10px;
}
.home-img img {
  width: 100%;
  border: 5px solid white;
}
.hm-img-wrapper {
  background-color: rgb(221 233 250 / 67%);
  padding: 50px 0px;
  background-image: url(../images/bg-gallery.png);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
ul.red-black-list li {
  list-style-type: none;
  padding: 0px 0 6px 15px;
  position: relative;
}
ul.red-black-list li:after {
  content: "";
  padding: 0;
  margin: 0;
  position: absolute;
  left: 0;
  top: 6px;
  width: 7px;
  height: 7px;
  background-color: #cc272e;
  border-radius: 15px;
}
.red-black-list img {
  padding-left: 10px;
  padding-bottom: 5px;
}
/*responsive css start here*/
@media only screen and (max-width: 1199px) {
  .nav-link {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
    font-size: 14px;
  }

  .carousel-caption {
    bottom: 8rem !important;
  }
  .bd-box img {
    width: 150px;
    height: 150px;
  }
  /* .contact-box {
    width: 48%;
  } */
}

@media only screen and (max-width: 992px) {
  .dropdown-menu {
    margin-top: 0 !important;
    width: 100%;
  }
  .inner-banner {
    padding: 30px 0;
    min-height: 0;
  }
  .carousel-caption {
    bottom: 6rem !important;
  }

  .carousel-caption h1 {
    font-weight: bold;
    font-size: 2rem !important;
  }

  .navbar-toggler {
    background: #d51a21;
  }

  .nav-link {
    border-bottom: 1px solid #edebe9;
    padding: 20px 0px;
  }

  .nav-link:hover {
    background: #fff;
  }

  .navbar-toggler:focus {
    box-shadow: none !important;
  }

  .navbar-toggler-icon {
    background-image: url(../images/breadcrumb.png);
  }

  .about-area {
    padding: 60px 0 60px;
  }

  .sh-area .col-md-4 {
    width: 100%;
    margin-bottom: 30px;
  }
  .d-xs-none {
    display: none;
  }
  .contact-box {
    margin-bottom: 60px;
    width: 100%;
    margin-left: 0px;
  }
}

@media only screen and (max-width: 768px) {
  .carousel-caption h1 {
    font-size: 1.5rem !important;
  }
  .inner-banner h1 {
    font-size: 20px;
  }
  .inner-banner {
    padding: 25px 0;
    min-height: 0;
  }
  .carousel-caption p {
    font-size: 1rem;
  }

  .carousel-caption {
    bottom: 4rem !important;
  }

  .about-area a {
    margin-bottom: 20px;
    display: table;
  }

  .financial-area .box {
    margin-bottom: 20px;
  }

  .pa-area .first {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .pa-area .second {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .sh-area {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .financial-area {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .financial-area h3::after {
    width: 20%;
  }

  .sh-area h3::after {
    width: 20%;
  }

  .fr-area {
    padding: 60px 0;
  }

  .fr-area h3 {
    margin-bottom: 30px;
  }

  .nl-area input {
    margin-bottom: 20px;
  }

  .fr-area .view-all {
    margin-bottom: 60px;
  }

  footer .container {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .order-xs-1 {
    order: 1 !important;
  }
  .content-img {
    max-width: 100%;
  }
  .copy-right span {
    float: inherit;
    display: block;
  }
}

@media only screen and (max-width: 576px) {
  .container {
    padding-left: 30px;
    padding-right: 30px;
  }

  .carousel-caption {
    bottom: 1rem !important;
    left: 30px;
  }

  .carousel-caption h1 {
    font-size: 1.3rem !important;
  }

  .carousel-caption p {
    font-size: 0.8rem;
  }
  .inner-area h2 {
    font-size: 1.5rem;
  }
  .contact-box h3 {
    font-size: 18px;
  }
}

@media only screen and (max-width: 480px) {
  .carousel-caption h1 {
    font-size: 1rem !important;
  }

  .carousel-caption p {
    font-size: 0.7rem;

    width: 50%;
  }
  .carousel-caption p br {
    display: none;
  }
  .carousel-caption {
    bottom: 1rem !important;
  }
  .carousel-caption {
    bottom: 0px !important;
  }
}
