* {
  padding: 0;
  margin: 0;
}

a {
  text-decoration: none !important;
}
li {
  list-style: none;
}

body {
  top: 0 !important;
  font-family: poppins;
  font-weight: 600;
}

.mini-header {
  width: 100%;
  height: 36px;
  line-height: 36px;
  display: flex;
  flex-wrap: wrap;
  border-bottom: 1px solid rgb(228, 228, 228);
  justify-content: left;
}

.ch-info {
  position: absolute;
  right: 37px;
  top: 9px;
}

.mini-header {
  background: #000000;
}

.navbar-nav {
  margin-left: auto;
  margin-right: auto;
  text-transform: uppercase;
}

.navbar-nav .nav-item {
  padding: 3px 20px;
}

.images-part {
  position: relative;
  left: 42px;
  top: 58px;
}

.nav-link {
  font-weight: 500;
  font-size: 14px;
  font-family: unset;
}

.ch-info {
  text-align: right;
}

.ch-info a {
  color: rgb(0, 0, 0);
  font-size: 15px;
  text-decoration: none;
  padding: 0px 15px;
}

.ch-info a i {
  padding-right: 5px;
  font-weight: 500;
}

.drop-main {
  position: absolute;
  list-style: none;
  padding: 0px;
  z-index: 2;
  top: 50px;
  width: 240px;
  left: 0px;
  transform-origin: top;
  background: #f9f9f9;
  transform: scaleY(0);
  visibility: hidden;
  opacity: 0;
  transition: 0.5s ease-in-out;
}

.dropdown:hover .drop-main {
  visibility: visible;
  opacity: 1;
  transform: scaleY(1);
}

.drop-main li {
  line-height: 40px;
  border-bottom: 1px solid #dbdbdb;
  padding: 0px 17px;
}

.drop-main li a {
  text-decoration: none;
  color: rgb(87, 87, 87);
  font-size: 14px;
}

.dropdown {
  position: relative;
  padding: 0;
}

/* navbar end  */

.top-one ul,
.top-two ul {
  display: flex;
}
.top-one ul li {
  font-size: 14px;
  flex-shrink: 0;
}
.top-one ul li a {
  color: #fff;
  margin-right: 22px;
  font-size: 13px;
}
.top-one ul li i {
  font-size: 14px;
  color: #fff;
  margin-right: 7px;
}
.top-two ul {
  justify-content: end;
}
.top-two ul li i {
  font-size: 14px;
  color: #fff;
  margin-left: 30px;
}

/* CSS */
.button-56 {
  align-items: center;
  background-color: #000000;
  box-sizing: border-box;
  color: #fff;
  cursor: pointer;
  padding: 20px 22px;
  display: flex;
  font-size: 16px;
  border: none;
  height: 40px;
  justify-content: center;
  line-height: 24px;
  max-width: 100%;
  position: relative;
  text-align: center;
  text-decoration: none;
  user-select: none;
  -webkit-user-select: none;
  touch-action: manipulation;
  margin-left: 20px;
}

/* .button-56:after {
    background-color: #0000009e;
    content: "";
    display: block;
    height: 40px;
    left: 0;
    width: 100%;
    position: absolute;
    top: -2px;
    transform: translate(8px, 8px);
    transition: transform .2s ease-out;
    z-index: -1;
  } */

.button-56:hover:after {
  transform: translate(0, 0);
}

/*--------------------------------------------------------------
      #button-style
  --------------------------------------------------------------*/
.theme-btn,
.theme-btn-s2 {
  background-color: #ffffff;
  font-size: 20px;
  font-weight: 500;
  line-height: 1.4;
  text-align: center;
  color: #2b3b95;
  padding: 9px 32px;
  border: 0;
  border-radius: 3px;
  margin-left: 40px;
  text-transform: uppercase;
  display: inline-block;
  line-height: initial;
  transition: all 0.4s ease;
}
a {
  text-decoration: none;
  transition: all 0.2s ease;
}

@media (max-width: 300px) {
  .mini-header {
    display: none;
  }
}

.nav-button {
  padding: 2px 30px !important;
  font-size: 16px;
  font-weight: 700;
  margin-bottom: 2px;
  margin-left: 12px;
  color: white;
  background-color: #0597e8;
  border-radius: 20px;
}
.nav-button a {
  color: #f9f9f9 !important;
}
/* .nav-button::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgb(252, 70, 100);
  transform: translateX(-100%);
  transition: all 0.3s;
  z-index: -1;
}
.nav-button:hover::before{
  transform: translateX(0);
} */

.banner {
  background-image: url(../images/banner.jpg);
  background-size: cover;
  color: #f9f9f9;
  padding: 150px 0px;
}
.banner-box {
  width: 60%;
}
.banner-box h4 {
  font-size: 14px;
}
.banner-box i {
  margin-right: 6px;
}
.banner-box h2 {
  font-size: 36px;
  font-weight: 700;
  margin-top: 15px;
  margin-bottom: 20px;
}
.banner-box p {
  text-align: justify;
  font-size: 15px;
  line-height: 28px;
}
.about {
  background-image: url(../images/about-bg.jpg);
  background-size: cover;
  padding-top: 60px;
  padding-bottom: 60px;
}
.about-text h4 {
  font-size: 14px;
  color: #0597e8;
}
.about-text h2 {
  font-size: 34px;
  font-weight: 600;
  margin-bottom: 20px;
  color: #000000;
}
.about-text p {
  font-size: 15px;
  color: #777;
  line-height: 25px;
  text-align: justify;
}
.about-text span {
  font-weight: 600;
}
.layout-btn a {
  color: #0597e8;
}
.layout-btn {
  display: inline-block;
  padding: 10px 40px;
  font-size: 14px;
  margin-top: 10px;
  font-weight: 600;
  color: white;
  border: 3px solid #0597e8;
  cursor: pointer;
  border-radius: 8px;
  position: relative;
  background-color: transparent;
  text-decoration: none;
  overflow: hidden;
  z-index: 1;
  font-family: inherit;
}
.layout-btn::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #0597e8;
  transform: translateX(-100%);
  transition: all 0.3s;
  z-index: -1;
}
.layout-btn:hover::before {
  transform: translateX(0);
}
.layout-btn:hover a {
  color: #f9f9f9;
}
.layout-btn i {
  margin-top: 4px;
  margin-left: 5px;
}
.about-img img {
  width: 90%;
}
.about-img {
  text-align: end;
  margin-top: 15px;
}
.call {
  display: flex;
  padding: 10px 23px;
  border-radius: 6px;
}
.call-icon img {
  margin-right: 8px;
  width: 75%;
}
.hsc-para {
  margin-bottom: 30px;
}
.call-icon i {
  font-size: 30px;
  margin-right: 12px;
  margin-top: 5px;
  color: #ffffff;
}
.call-text h6 {
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 2px;
  color: #000000;
}
.call-text a {
  color: #000000;
  font-size: 14px;
}

.line::after {
  content: " ";
  width: 100%;
  transition: all 380ms ease-in-out;
  height: 2px;
  top: 24px;
  left: 0;
  background-color: #0597e8;
  position: absolute;
  transform: scale(0);
  bottom: 0px;
  transform-origin: left;
}
.nav-link:hover::after {
  transform: scale(1);
}
.nav-link {
  position: relative;
  padding: 0 !important;
}
.line-one::after {
  content: " ";
  width: 100%;
  transition: all 380ms ease-in-out;
  height: 2px;
  top: 24px;
  left: 0;
  background-color: #0597e8;
  position: absolute;
  transform: scale(1);
  bottom: 0px;
  transform-origin: left;
}
a.line-one {
  color: #0597e8 !important;
}
.projects {
  background-image: url(../images/project-bg.jpg);
  background-size: cover;
  padding: 50px 0px;
}
.projects-heading {
  text-align: center;
}
.projects-heading h4 {
  font-size: 14px;
  color: #00b7ff;
}
.projects-heading h2 {
  font-size: 34px;
  font-weight: 600;
  margin-bottom: 20px;
  color: #000000;
}

.swiper {
  width: 90%;
  height: 100%;
}

.swiper-slide {
  font-size: 18px;
  margin-top: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.project-box {
  padding: 40px 120px 40px 40px;
  margin-left: 10px;
  background-color: #0597e8;
  position: relative;
}
.project-box::after {
  content: "01";
  position: absolute;
  top: -23px;
  font-size: 135px;
  font-weight: 800;
  color: #fff;
  opacity: 0.1;
  left: 33px;
}
.project-box-1::after {
  content: "02";
}
.project-box-2::after {
  content: "03";
}
.project-box h2 {
  font-weight: 700;
  font-size: 26px;
  color: #fff;
}
.project-box h6 {
  font-size: 16px;
  font-weight: 600;
  margin-top: 14px;
  line-height: 18px;
  color: #fff;
}
.project-box p {
  font-size: 14px;
  color: #fff;
  text-align: justify;
  margin-top: 15px;
}
.project-img img {
  width: 100%;
  position: absolute;
  left: -60px;
  top: 38px;
  right: 0px;
}
.project-img {
  position: relative;
}
.project-img-1 img {
  top: 30px;
}
.hec-img {
  text-align: left;
}
.hec-img img {
  width: 90%;
}
.policy {
  padding-top: 80px;
  background-image: url(../images/policy-bg.jpg);
  background-size: cover;
}
.hsc-text p {
  margin-top: -11px;
  text-align: justify;
  font-weight: 600;
  color: #777;
}
.hsc-point {
  display: flex;
  margin-top: 12px;
}
.hsc-point i {
  margin-right: 10px;
  margin-top: -6px;
  color: #000000;
}
.hsc-point p {
  color: #000000;
  font-weight: 500;
}
a.line-one:hover {
  color: #0597e8 !important;
}
.foot-para-two{
  text-align: right;
}
.foot-para-two a{
  color: #777;
  font-weight: 600;
}
/* footer {
  background-image: url(../images/project-bg.jpg);
} */
.foot-second {
  border-top: 1px solid #d3d3d3;
  padding: 25px 0px;
}
.call-text a:hover{
  color: #777 !important;
}
.foot-second p {
  font-size: 14px;
  font-weight: 500;
  color: #777;
  margin-bottom: 0px;
}
.foot-img {
  text-align: center;
  padding-top: 10px;
}

.foot-links ul {
  display: flex;
  justify-content: center;
  margin-top: 10px;
}
.foot-links ul li {
  margin-right: 35px;
}
.foot-links ul li a {
  color: #000000;
}

.foot-menu ul {
  padding: 0;
  list-style: none;
  margin-top: 30px;
  display: flex;
  justify-content: center;
}
.foot-menu ul li {
  display: inline;
  padding-left: 22px;
}
.foot-menu ul li svg {
  color: #0597e8;
  font-size: 14px;
}
.foot-menu ul li a {
  color: #000000;
  padding-left: 8px;
  font-size: 14px;
}
.foot-menu ul li a:hover {
  text-decoration: none;
  transition: 0.5s all ease-in-out;
  color: #0597e8;
}
.foot-menu {
  padding-bottom: 15px;
}

@media (max-width: 1200.98px) {
  .call {
    display: none;
  }
  .navbar-nav {
    margin-right: 0px;
  }
}
@media (max-width: 992.98px) {
  .banner-box {
    width: 80%;
  }
}
@media (max-width: 767.98px) {
  .banner-box {
    width: 100%;
  }
  .project-img {
    display: none;
  }
  .project-box {
    padding: 40px 40px 40px 40px;
  }
  .foot-menu ul {
    flex-direction: column;
    align-items: center;
  }
}
@media (max-width: 520.98px) {
  .banner-box {
    padding: 0 20px;
  }
  .banner-box h2 {
    font-size: 26px;
  }
  .foot-links {
    display: none;
  }
  .navbar img {
    width: 90%;
  }
}

/* slider */

/* slider start  */

.slideshow {
  overflow: hidden;
  position: relative;
  width: 100%;
  height: 65vh;
  z-index: 1;
}

.slideshow .slideshow-inner {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.slideshow .slides {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}

.slideshow .slide {
  display: none;
  overflow: hidden;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  opacity: 0;
  transition: opacity 0.3s ease;
}

.slideshow .slide.is-active {
  display: block;
}

.slideshow .slide.is-loaded {
  opacity: 1;
}

.slideshow .slide .caption {
  overflow-x: initial;
}

.caption {
  text-align: left;
  color: #fff;
  /* backdrop-filter: blur(4px); */
  /* background: #00000000; */
  padding: 2.5rem 2rem;
  width: 60%;
  /* border: 7px double #fff; */
  position: absolute;
  top: 22%;
  left: 7%;
}
.text p {
  font-size: 15px;
  text-align: justify;
  line-height: 28px;
  margin-top: 15px;
}
.welcome {
  font-size: 16px;
}
.welcome i {
  font-size: 14px;
  margin-right: 4px;
}

.slideshow .slide .image-container {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-position: center;
  z-index: -1;
  background-size: cover;
  image-rendering: optimizeQuality;
}

.slideshow .slide .image-container::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.slideshow .slide .image {
  width: 100%;
  width: 100%;
  object-fit: cover;
  height: 100%;
}

.slideshow .slide-content {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  color: #fff;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
}

.slideshow .slide .title {
  font-size: 36px;
  font-weight: 700;
  margin-top: 10px;
  color: #f3f3f3;
  margin-bottom: 4px;
}

.slideshow .slide .text {
  margin: 0 auto;
  max-width: 1000px;
  font-size: 18px;
  line-height: 1.4;
}

.slideshow .slide .btn {
  margin: 15px 0 0;
  border-color: #fff;
}

.slideshow .slide .btn::before {
  background: #fff;
}
.caption button {
  background-color: #fff;
  padding: 10px 25px;
  font-size: 14px;
  color: #000;
  font-weight: 600;
  border: none;
  border-radius: 5px;
  text-transform: uppercase;
}

.slideshow .pagination {
  position: absolute;
  bottom: 35px;
  left: 0;
  width: 100%;
  height: 12px;
  cursor: default;
  z-index: 2;
  text-align: center;
}

.slideshow .pagination .item {
  display: inline-block;
  padding: 15px 5px;
  position: relative;
  width: 46px;
  height: 32px;
  cursor: pointer;
  text-indent: -999em;
  z-index: 1;
}

.slideshow .pagination .item + .page {
  margin-left: -2px;
}

.slideshow .pagination .item:hover::before,
.slideshow .pagination .item.is-active::before {
  background-color: #fff;
}

.slideshow .arrows .arrow {
  margin: -33px 0 0;
  padding: 20px;
  position: absolute;
  top: 50%;
  /* border-radius: 50%; */
  cursor: pointer;
  height: 45px;
  width: 40px;
  z-index: 3;
}

.slideshow .arrows .prev {
  left: 30px;
}

/* .slideshow .arrows .prev:hover .svg {
  left: -10px;
} */

.slideshow .arrows .next {
  right: 30px;
}

.svg-arrow-right {
  left: -5px !important;
  top: -12px !important;
}

.slideshow .arrows .svg {
  position: relative;
  left: -8px;
  font-size: 15px;
  font-weight: 700;
  top: -10px;
  fill: #fff;
  transition: left 0.2s ease;
}

.bar-slider {
  position: absolute;
  bottom: 0;
  z-index: 2;
}

.main-content {
  position: relative;
}

.bar-slider img {
  width: 100%;
}

.about-image img {
  width: 100%;
}

/* slider end  */

/* responsive  */

@media (max-width: 999px) {
  .slideshow .slide .text {
    font-size: 15px;
  }
  .slideshow .slide .title {
    font-size: 24px;
  }
  .navbar-nav .nav-item {
    padding: 10px;
  }
  a.nav-link.line-one {
    display: inline;
  }
}

@media (max-width: 767px) {
  .slideshow .slide .text {
    font-size: 14px;
  }
  .slideshow .slide .title {
    font-size: 21px;
  }
  .caption {
    width: 85%;
  }
}
@media (max-width: 675px) {
  .slideshow .slide .title {
    line-height: 30px;
    margin: 7px auto;
  }
}

@media (max-width: 425px) {
  .slideshow .arrows .arrow {
    padding: 13px;
    height: 50px;
    width: 50px;
  }
  .slideshow .arrows .prev {
    left: 7px;
  }
  .slideshow .arrows .next {
    right: 7px;
  }
  .caption {
    padding: 22px 19px;
    width: 60%;
  }
  .caption {
    width: 100%;
  }
  .text p {
    display: none;
  }
  .slideshow .slide .title {
    font-size: 36px;
    line-height: 50px;
  }
  .foot-img img {
    width: 80%;
  }
}

.about-text h3 {
  font-size: 24px;
  font-weight: 600;
  margin-top: 20px;
  margin-bottom: 15px;
}
.about-text h5 {
  font-weight: 700;
  font-style: italic;
  margin-top: 20px;
}
.project-img video {
  width: 100%;
  position: absolute;
  left: -60px;
  right: 0px;
}
.project-main {
  cursor: grab;
}
@media (max-width: 1440px) {
  .project-box {
    height: 420px;
  }
  .project-img img {
    top: 20px;
  }
}
@media (max-width: 1280px) {
  .project-box {
    height: 390px;
  }
  .project-img img {
    top: 35px;
  }
}
@media (max-width: 1200px) {
  .project-box {
    height: 490px;
  }
  .project-img img {
    top: 35px;
  }
}
@media (max-width: 767px) {
  .project-box {
    height: 390px;
  }
}
