* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

h1,
h2,
h3,
h4,
h5,
h6,
p,
span,
ul,
li {
  margin: 0;
  padding: 0;
}

li {
  list-style: none;
}

a {
  text-decoration: none;
  display: inline-block;
}
.top_info {
  background-color: #fff;
  padding: 5px 0;
}
.top_info_contact_box ul {
  display: flex;
  gap: 20px;
}
.top_info_contact_box ul li i {
  margin-right: 10px;
  color: #296dc1;
}
.top_info_contact_box ul li a {
  color: #000;
}
.top_info_icon_box ul {
  display: flex;
  justify-content: right;
  gap: 20px;
}
.top_info_icon_box ul li a {
  color: #296dc1;
  transition: .3s;
}
.top_info_icon_box ul li a:hover {
  color: #da0134;
}
/* top_nav */
.me-auto {
  margin-right: unset !important;
  margin-left: auto;
}

.top_nav {
  background-color: #fff;
  /* position: relative; */
  box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
  border-top: 3px solid;
  border-color: #296dc1;
  transition: .5s;
  position: sticky;
  /* top: 0 !important; */
  z-index: 998;
}

.top_nav::after {
  content: "";
  background-color: #fff;
  width: 45%;
  height: 100%;
  position: absolute;
  background-color: #296dc1;
  left: -50px;
  top: 0;
  -webkit-transform: skewX(-40deg);
}

.navbar-brand {
  position: relative;
  z-index: 1;
  color: #fff;
  font-size: 25px;
}

.navbar-nav .nav-link.active {
  color: #da0134;
}

/* .nav-link.active {
  color: #296dc1;
} */
/* .nav-link .active::before {
  position: absolute;
    content: "";
    height: 1px;
    background-color: #fff;
    left: 0;
    width: 0;
    bottom: 0px;
    transition: .5s;
} */
/* .nav-link .active::after {
    position: absolute;
    content: "";
    height: 1px;
    background-color: #fff;
    right: 0;
    width: 0;
    bottom: -4px;
    transition: .5s;
} */
.navbar-brand img {
  width: 150px;
  filter: brightness(0) invert(1);
}

.navbar-brand:hover {
  color: #fff;
}

.navbar {
  padding: 0;
}

.nav-item {
  padding: 40px 30px;
  transition: .5s;
}

.nav-item:hover {
  background-color: #296dc1;
}

.nav-item:hover .nav-link {
  color: #fff;
}

.nav-link {
  padding: 0 !important;
  font-weight: 550;
  position: relative;
  color: #296dc1;
}

.nav-link::before {
  position: absolute;
  content: "";
  height: 1px;
  background-color: #fff;
  left: 0;
  width: 0;
  bottom: 0px;
  transition: .5s;
}

.nav-item:hover .nav-link::before {
  width: 70%;
}

.nav-item:hover .nav-link::after {
  width: 70%;
}

.nav-link::after {
  position: absolute;
  content: "";
  height: 1px;
  background-color: #fff;
  right: 0;
  width: 0;
  bottom: -4px;
  transition: .5s;
}

.banner_slider_item img {
  height: 500px;
}



.burger {
  background: transparent;
  border: none;
  box-sizing: border-box;
  display: block;
  font-size: 0;
  padding: 0;
  position: relative;
  outline: none;
  /* margin: 10% auto 0; */
  height: 28px;
  width: 36px;

  span {
    background: #fff;
    border-radius: 2px;
    display: block;
    height: 5px;
    width: 100%;

    &:before {
      border-radius: 2px 0 0 2px;
    }

    &:after {
      border-radius: 0 2px 2px 0;
    }

    &:nth-child(2) {
      margin-left: auto;
      margin-right: auto;
      transition: transform 0.25s ease-in-out,
        width 0.25s ease-in-out 0.1s;
    }

    &:first-child {
      position: absolute;
      top: 0;
      left: 0;

      &:before {
        transform-origin: 5px 6.5px;
      }

      &:after {
        transform-origin: 12.5px 6px;
      }
    }

    &:last-child {
      position: absolute;
      bottom: 0;
      left: 0;

      &:before {
        transform-origin: 4.5px -0.5px;
      }

      &:after {
        transform-origin: 13px -1px;
      }
    }

    &:first-child,
    &:last-child {
      background: transparent;
      display: block;

      &:before,
      &:after {
        background: #fff;
        content: '';
        display: inline-block;
        height: 100%;
        width: 50%;
        transition: transform 0.25s ease-in-out 0.1s;
      }
    }
  }

  &.opened {
    span {

      &:nth-child(2) {
        border-radius: 0;
        width: 5px;
        height: 5px;
        transform: rotate(45deg);
        transition: width 0.25s ease-in-out,
          transform 0.25s ease-in-out 0.1s;
      }

      &:first-child {
        &:before {
          transform: rotate(45deg);
        }

        &:after {
          transform: rotate(-45deg);
        }
      }

      &:last-child {
        &:before {
          transform: rotate(-45deg);
        }

        &:after {
          transform: rotate(45deg);
        }
      }

    }
  }
}

.navbar-toggler {
  border: unset;
  outline: unset;
  box-shadow: unset;
}

.navbar-toggler:focus {
  border: unset;
  outline: unset;
  box-shadow: unset;
}

/* <!-- ====top_banner==== --> */
.banner_slider_item {
  position: relative;
}

.banner_slider_item::after {
    position: absolute;
    content: "";
    background: #00000099;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1;
}
.banner_slider_item_content {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  z-index: 10;
  transform: translate(-50%, -50%);
  text-align: center;
}

.banner_slider_item_content h1 {
  color: #fff;
  margin-bottom: 20px;
  font-size: 50px;
}

.banner_slider_item_content p {
  color: #fff;
  margin-bottom: 30px;
  padding: 0 50px;
}

.banner_slider_item_content ul {
  display: flex;
  align-items: center;
  justify-content: center;
}

.banner_slider_item_content ul li a {
  padding: 10px 20px;
  border: 2px solid #296dc1;
  margin-right: 20px;
  color: #fff;
  transition: .5s;
}

.banner_slider_item_content ul li a:hover {
  background-color: #296dc1;
  color: #fff;
}

.owl-carousel .owl-item.active .banner_slider_item_content h1 {
  animation: slideup 0.9s cubic-bezier(0.65, 0, 0.35, 1) both;
}

.owl-carousel .owl-item.active .banner_slider_item_content p {
  animation: slideup 1.2s cubic-bezier(0.65, 0, 0.35, 1) both;
}

.owl-carousel .owl-item.active .banner_slider_item_content ul {
  animation: slideup 1.6s cubic-bezier(0.65, 0, 0.35, 1) both;
}

@keyframes slideup {
  0% {
    transform: translateY(150px);
  }

  100% {
    transform: translateY(0px);
  }
}

/* <!-- ====under_banner_section===== --> */
.under_banner {
  padding: 50px 0;
  overflow: hidden;
}

.under_banner_box {
  padding: 40px 20px;
  text-align: center;
  background-color: #296dc173;
  border: 1px solid #296dc1;
  position: relative;
}

.under_banner_box::before {
  content: '';
  width: 150px;
  height: 5px;
  background: #296dc1;
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  transition: all 0.3s ease 0s;
  opacity: 0;
  visibility: hidden;
  bottom: -10px;
  border-radius: 10px 10px 0px 0px;
  transition: .5s;
}

.under_banner_box::after {
  content: '';
  width: 150px;
  height: 5px;
  background: #296dc1;
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  transition: all 0.3s ease 0s;
  opacity: 0;
  visibility: hidden;
  top: -10px;
  border-radius: 10px 10px 0px 0px;
  transition: .5s;
}

.under_banner_box:hover::before {
  opacity: 1;
  visibility: visible;
  bottom: 0;
}

.under_banner_box:hover::after {
  opacity: 1;
  visibility: visible;
  top: 0;
}

.under_banner_box img {
  margin-bottom: 30px;
  transition: .5s;
}

.under_banner_box:hover img {
  transform: rotateY(180deg);
}

.under_banner_box h2 {
  font-size: 20px;
  margin-bottom: 10px;
  color: #000;
}

.under_banner_box p {
  color: #000;
}

.under_banner_box:hover h2 {
  color: #296dc1;
}

/* <!-- ======about_section====== --> */
.about {
  padding: 50px 0;
  background-color: #296dc1;
  overflow: hidden;
}

.section_heading_box {
  text-align: center;
  margin-bottom: 50px;
}

.section_heading_box h3 {
  color: #fff;
  display: inline;
  position: relative;
}
.section_heading_box p {
  /* color: #fff; */
}
.section_heading_box h3::before {
  position: absolute;
  content: "";
  width: 70%;
  left: 0;
  height: 1px;
  bottom: 0;
  background-color: #fff;
}

.section_heading_box h3::after {
  position: absolute;
  content: "";
  width: 70%;
  right: 0;
  height: 1px;
  bottom: -4px;
  background-color: #fff;
}

.about_img {
  position: relative;
  z-index: 1;
}

.about_img img {
  width: 70%;
}

.about_img::before {
  content: '';
  width: 70%;
  height: 100%;
  border-image: linear-gradient(90deg, #131917 70%, #fff);
  border-image-slice: 1;
  border-width: 8px;
  border-style: solid;
  position: absolute;
  top: -50px;
  left: 60px;
  z-index: -1;
}

#tilt {
  display: block;
  /* height: 200px;
  width: 300px; */
  background-color: grey;
  /* margin: 0 auto; */
  transition: box-shadow 0.1s, transform 0.1s;

}

#tilt:hover {
  box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.6);
  cursor: pointer;
}

.about_content {
  text-align: center;
}

.about_content h3 {
  color: #fff;
  margin-bottom: 30px;
}

.about_content p {
  color: #fff;
  font-size: 16px;
  text-align: justify;
  margin-bottom: 10px;
}

/* <!-- ==========service_section====== --> */
.service {
  padding: 50px 0;
  overflow: hidden;
}

.section_heading_box2 {
  text-align: center;
  margin-bottom: 50px;

}

.section_heading_box2 h3 {
  color: #296dc1;
  display: inline;
  position: relative;
}

.section_heading_box2 h3::before {
  position: absolute;
  content: "";
  width: 70%;
  left: 0;
  height: 1px;
  bottom: 0;
  background-color: #296dc1;
}

.section_heading_box2 h3::after {
  position: absolute;
  content: "";
  width: 70%;
  right: 0;
  height: 1px;
  bottom: -4px;
  background-color: #296dc1;
}

.service_img_box {
  margin-bottom: 150px;
  background-color: #296dc1;
  position: relative;
  /* overflow: hidden; */
}

.service_img_box img {
  width: 100%;
  transition: .5s;
}

.service_content_box {
  padding: 30px 20px;
  background-color: #296dc1;
  position: absolute;
  width: 90%;
  left: 50%;
  transform: translateX(-50%);
  bottom: -50%;
  z-index: 10;
  /* box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px; */
  transition: .5s;
}

.service_img_box:hover .service_content_box {
  bottom: 0;
}

.service_content_box h3 {
  color: #fff;
  font-size: 20px;
  margin-bottom: 10px;
}

.service_content_box p {
  color: #fff;
  margin-bottom: 10px;
  font-size: 14px;
}

.service_content_box a {
  color: #da0134;
  transition: .3s;
}

.service_content_box a:hover {
  letter-spacing: 1px;
}

/* <!-- ===why us section==== --> */
.why {
  padding: 50px 0;
  background-color: #296dc1;
  overflow: hidden;
}
.why_choose_us {
  overflow: hidden;
}
.why_us_box {
  width:416px ;
  margin: 0px 15px;
  padding: 20px;
  background-color: #296dc1;
  /* min-height: 330px; */
  margin-bottom: 20px;
  transition: .3s;
}

.why_us_box:hover {
  background-color: #fff;
  box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}

.why_us_box:hover h3 {
  color: #296dc1;
}

.why_us_box:hover p {
  color: #296dc1;
}

.why_us_box img {
  margin-bottom: 20px;
}

.why_us_box h3 {
  font-size: 20px;
  color: #fff;
  margin-bottom: 20px;
  transition: .3s;
}

.why_us_box p {
  color: #fff;
  text-align: justify;
  transition: .3s;
}





/* <!-- ======contact_section====== --> */
.contact {
  padding-bottom: 50px;
  overflow: hidden;
}

.contact_info h3 {
  font-size: 30px;
  color: #000;
  margin-bottom: 20px;
}

.contact_info_box {
  padding: 25px 20px;
  /* background-color: #296dc173; */
  margin-bottom: 30px;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  box-shadow: #296dc173 0px 30px 60px -12px inset, #296dc173 0px 18px 36px -18px inset;
  border: 1px solid #296dc1;
}

.contact_info_box h2 {
  font-size: 25px;
  margin-bottom: 10px;
}

.contact_info_box i {
  width: 50px;
  height: 50px;
  box-shadow: #296dc173 0px 0px 60px -12px inset, #296dc173 0px 18px 36px -18px inset;
  border-radius: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  font-size: 20px;
  margin-bottom: 20px;
  color: #296dc1;
  transition: .5s;
}

.contact_info_box:hover i {
  background-color: #296dc1;
  color: #fff;
}

/* .contact_form {
        padding-top: 55px;
       } */
.contact_form h3 {
  margin-bottom: 20px;
}

.contact_info_box a {
  color: #296dc1;
}

.contact_info_box ul {
  display: block;
}

.contact_form_input input {
  width: 100%;
  margin-bottom: 30px;
  border: 1px solid #296dc1;
}

.contact_form_input textarea {
  width: 100%;
  height: 200px;
  border: 1px solid #296dc1;
  margin-bottom: 30px;
}

.contact_form_input button {
  outline: none;
  border: 1px solid #296dc1;
  padding: 10px 20px;
  background-color: #296dc1;
  color: #fff;
  transition: .5s;
}

.contact_form_input button:hover {
  background-color: #fff;
  color: #296dc1;
}

/* .<!-- ==========footer_section========= --> */
.footer {
  padding-top: 100px;
  padding-bottom: 50px;
  /* background-color: #296dc1; */
  background-image: url(../images/info-bg.png);
  /* filter: hue-rotate(200deg) saturate(3); */
  background-size: 100% 101%;
}

.footer_box_logo img {
  width: 200px;
  filter: brightness(0) invert(1);
  margin-bottom: 20px;
}

.footer_box_logo p {
  color: #eee;
}

.footer_box {
  padding-top: 50px;
}

.footer_box h3 {
  color: #eee;
  margin-bottom: 20px;
}

.footer_box li {
  color: #eee;
  line-height: 40px;
  transition: .5s;
  font-size: 20px;
}

.footer_box li:hover {
  color: #da0134;
}

.footer_box_contact {
  padding-top: 50px;
}

.footer_box_contact h3 {
  color: #eee;
  margin-bottom: 20px;
}

.footer_box_contact li {
  color: #eee;
  line-height: 40px;
  transition: .5s;
}

.footer_box_contact li:hover {
  color: #da0134;
}

.footer_box_contact li {
  font-size: 20px;
  /* display: flex; */
  /* gap: 20px; */
}

.footer_box_contact i {
  margin-right: 15px;
}

.copyright {
  background-color: #296dc1;
  padding: 15px 0;
  text-align: center;
  border-top: 1px solid #fff;
}

.copyright p {
  color: #eee;
  font-size: 20px;
}

.cal {
  position: fixed;
  bottom: 50px;
  right: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #296dc1;
  width: 50px;
  height: 50px;
  border-radius: 50px;
  color: #fff;
  font-size: 20px;
  box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
  z-index: 999;
}

.wp {
  position: fixed;
  bottom: 110px;
  right: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #296dc1;
  width: 50px;
  height: 50px;
  border-radius: 50px;
  color: #fff;
  font-size: 20px;
  box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
  z-index: 999;
}

.about_banner_heading {
  padding: 80px 30px;
  /* text-align: center; */
}

.about_banner {
  background-image: url(../images/banner.png);
  background-size: cover;
  background-position: center;
  position: relative;
}

.about_banner_heading h1 {
  color: #fff;
  position: relative;
  z-index: 2;
}



.about_banner::after {
  position: absolute;
  content: "";
  background-color: rgba(0, 0, 0, 0.35);
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
}
.about_banner_heading {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.about_banner_heading ul {
  display: flex;
  position: relative;
  z-index: 2;
  align-items: center;
  gap: 10px;
}
.about_banner_heading ul li a {
  color: #fff;
}
.about_banner_heading i {
  color: #fff;
}
.slow_animation {
  width: 100%;
  animation: 40s linear infinite scroll;
  width: calc(300px * 14);
}
@keyframes scroll {
  0% {
    transform: translateX(0);
}
100% {
    transform: translateX(-50%);
}
}
.service_banner {
  background-image: url(../images/banner10.png);
}
.contact_banner {
  background-image: url(../images/image1500.png);
}