.footer,
.grid-item video,
.video {
  object-fit: cover
}

#spinner {
  opacity: 0;
  visibility: hidden;
  transition: opacity .8s ease-out, visibility 0s linear .5s;
  z-index: 99999
}

#spinner.show {
  transition: opacity .8s ease-out, visibility linear;
  visibility: visible;
  opacity: 1
}

.btn {
  font-weight: 600;
  transition: .5s
}

.button-trp {
  cursor: pointer;
  border: none;
  padding: 0;
  outline: 0;
  background: 0 0
}

.btn-square {
  width: 38px;
  height: 38px
}

.btn-sm-square {
  width: 32px;
  height: 32px
}

.btn-md-square {
  width: 46px;
  height: 46px
}

.btn-lg-square {
  width: 58px;
  height: 58px
}

.btn-lg-square,
.btn-md-square,
.btn-sm-square,
.btn-square {
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 400
}

.back-to-top {
  position: fixed;
  width: 50px;
  height: 50px;
  right: 30px;
  bottom: 30px;
  z-index: 99
}

.header {
  background-color: rgba(0, 0, 0, 0);
  position: absolute;
  z-index: 10
}

.popup {
  width: 450px;
  margin: 23px 10px;
  z-index: 1;
  position: absolute;
  transform: translate(-50%, -60%);
  left: 50%;
  top: 60%
}

.navbar .navbar-nav {
  padding: 15px 0;
}

.activeHeader .navbar-nav .nav-link {
    color: black !important;
}

  .activeHeader {
    background-color: whitesmoke;
  }

.navbar .navbar-nav .nav-links {
  padding: 10px;
  color: #222121;
  font-size: 22px;
  outline: 0;
  font-weight: 500
}

.navbar .navbar-nav .nav-link {
  padding: 10px;
  color: var(--bs-white);
  font-size: 22px;
  outline: 0
}

.navbar .navbar-nav .nav-link.active,
.navbar .navbar-nav .nav-link:hover,
.navbar .navbar-nav .nav-links.active,
.navbar .navbar-nav .nav-links:hover,
.services-item:hover .services-content-icon i {
  color: var(--bs-secondary) !important
}

.navbar .dropdown-toggle::after {
  border: none;
  content: "\f107";
  font-family: "Source Sans Pro", sans-serif;
  font-weight: 900;
  vertical-align: middle;
  margin-left: 8px
}

.video {
  height: 100%;
  width: 100%
}

.overview-section .nav-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 15px;
  border: 1px solid #f4f4f4;
  background: #f7fbfe;
  padding: 20px
}

.overview-section .nav-link:last-child,
.overview-section .tab-pane p:last-child {
  margin-bottom: 0
}

.overview-section .nav-link:hover {
  color: #000 !important
}

.overview-section .nav-link.active {
  background: -webkit-gradient(linear, left top, right top, from(#0172d0), to(#19a9fe));
  background: linear-gradient(to right, #0172d0, #19a9fe)
}

.overview-section .nav-link.active h4 {
  color: #fff
}

.overview-section .nav-link img {
  width: 70px
}

.overview-section .nav-link h4 {
  font-size: 20px;
  margin-bottom: 0;
  margin-left: 20px
}

.overview-section .tab-pane h2 {
  font-weight: 700;
  margin-bottom: 20px;
  font-size: 26px
}

.overview-section .tab-right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center
}

.about-section .about-right img {
  margin-top: 30px
}

.about-section .about-left h1 {
  font-size: 26px
}

.about-section {
  background: #f7fbfe
}

.about-section .yellow {
  color: #ffc000
}

.about-section .purple {
  color: #621cf6
}

.about-section .purple2 {
  color: #9f34fe
}

.about-section .green {
  color: #32b46d
}

.container-box {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  gap: 100px 50px;
  padding: 100px 50px
}

.container-box .card {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  width: 350px;
  max-width: 100%;
  height: 300px;
  background: #fff;
  border-radius: 20px;
  transition: .5s;
  box-shadow: 0 35px 80px rgba(0, 0, 0, .15)
}

.container-box .card:hover {
  height: 450px
}

.container-box .card .img-box {
  position: absolute;
  top: 20px;
  left: 20px;
  width: 300px;
  height: 220px;
  background: #333;
  border-radius: 12px;
  overflow: hidden;
  transition: .5s
}

.container-box .card:hover .img-box {
  top: -100px;
  scale: 0.75;
  box-shadow: 0 15px 45px rgba(0, 0, 0, .2)
}

.container-box .card .img-box img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover
}

.container-box .card .content {
  position: absolute;
  top: 252px;
  width: 100%;
  height: 35px;
  padding: 0 30px;
  text-align: center;
  overflow: hidden;
  transition: .5s
}

.container-box .card:hover .content {
  top: 130px;
  height: 250px
}

.container-box .card .content h2 {
  font-size: 1.5rem;
  font-weight: 700;
  color: var(--clr)
}

.container-box .card .content p {
  color: #333
}

.container-box .card .content a {
  position: relative;
  top: 1px;
  display: inline-block;
  padding: 12px 25px;
  text-decoration: none;
  background: var(--clr);
  color: #fff;
  font-weight: 500
}

.container-box .card .content a:hover {
  opacity: .8
}

@media(max-width:300px) {
  
  .popup {
    width: 276px !important;
    z-index: 1;
    position: absolute;
    transform: translate(-54%, -51%);
    left: 50%;
    top: 70% !important
  }

  #rocket {
    max-width: 70%;
    height: auto;
    display: block;
    padding-top: 30px;
    transition: transform 1ms ease-in-out
  }
}

@media (max-width:480px) {
    
  .h5 {
    font-size: 1rem
  }

  .container-box .card .content h2 {
    font-size: 1rem;
    font-weight: 600;
    color: var(--clr)
  }

  .container-box {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    gap: 90px 50px;
    padding: 100px 50px
  }

  .popup {
    width: 340px;
    margin: 4px 0;
    z-index: 1;
    position: absolute;
    transform: translate(-50%, -60%);
    left: 50%;
    top: 60%
  }

  .info-heading-part {
    flex-direction: column;
    text-align: center
  }

  .info-right {
    margin-top: 0;
    margin-bottom: 15px
  }

  .info-rocket img {
    justify-content: center
  }

  .container-box .card {
    width: 230px;
    border-radius: 15px
  }

  .container-box .card .img-box {
    width: 185px;
    border-radius: 10px
  }

  .container-box .card .content p {
    font-size: .8rem
  }

  .container-box .card .content a {
    font-size: .9rem
  }
}

.page-header {
  background: linear-gradient(rgba(0, 0, 0, .6), rgba(0, 0, 0, .6)) 0 0/cover, url(../img/carousel-1.webp) center center/cover no-repeat
}

.page-header .breadcrumb-item+.breadcrumb-item::before,
.services-item:hover .services-content-icon p {
  color: var(--bs-white)
}

.page-header .breadcrumb-item,
.page-header .breadcrumb-item a {
  font-size: 18px;
  color: var(--bs-white)
}

.services .services-item {
  box-shadow: 0 0 60px rgba(0, 0, 0, .2);
  width: 100%;
  height: 100%;
  border-radius: 10px;
  padding: 10px 0;
  position: relative
}

.services-content::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 0;
  left: 0;
  border-radius: 10px;
  background: rgba(3, 43, 243, .8);
  transition: .5s;
  top: 0;
  bottom: auto
}

.project-img::after,
.project-img::before {
  width: 150px;
  height: 150px;
  z-index: -1;
  border-radius: 10px;
  transition: .5s;
  opacity: 1;
  content: ""
}

.services-item:hover .services-content::after {
  height: 100%;
  opacity: 1;
  transition: .5s
}

.services-item:hover .services-content-icon {
  position: relative;
  z-index: 2
}

.footer .contact-link a,
.footer .help-link a,
.footer .short-link a,
.services-item .services-content-icon i,
.services-item .services-content-icon p {
  transition: .5s
}

.project-img {
  position: relative;
  padding: 15px
}

.project-img::before {
  position: absolute;
  top: 0;
  left: 0;
  background: var(--bs-secondary)
}

.project-img::after {
  position: absolute;
  right: 0;
  bottom: 0;
  background: var(--bs-primary)
}

.project-content {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0
}

.project-content a {
  display: inline-block;
  padding: 20px 25px;
  background: var(--bs-primary);
  border-radius: 10px
}

.project-item:hover .project-content {
  opacity: 1;
  transition: .5s
}

.project-item:hover .project-img::after,
.project-item:hover .project-img::before {
  opacity: 0
}

.blog-item .blog-btn {
  z-index: 2
}

.blog-btn .blog-btn-icon {
  height: 50px;
  position: relative;
  overflow: hidden
}

.blog-btn-icon .blog-icon-2 {
  display: flex;
  position: absolute;
  top: 6px;
  left: -140px
}

.blog-icon-1,
.team-content::before,
.team-img-icon,
.testimonial-left,
.testimonial-right {
  position: relative
}

.blog-btn-icon:hover .blog-icon-2 {
  transition: 1s;
  left: 5px;
  top: 6px;
  padding-bottom: 5px
}

.blog-icon-1 {
  top: -4px
}

.blog-btn-icon:hover .blog-icon-1 {
  top: 0;
  right: -140px;
  transition: 1s
}

.team-item {
  border-top: 30px solid var(--bs-secondary) !important;
  background: rgba(239, 239, 241, .8)
}

.team-content::before {
  height: 200px;
  display: block;
  content: "";
  top: -101px;
  background: var(--bs-secondary);
  clip-path: polygon(50% 50%, 100% 50%, 50% 100%, 0% 50%);
  padding: 60px;
  opacity: 1
}

.team-img-icon {
  margin-top: -200px;
  padding: 30px 30px 0
}

.team-img {
  border: 15px solid var(--bs-white)
}

.team-img img {
  border: 10px solid var(--bs-secondary);
  transition: .5s
}

.team-item:hover h4 {
  color: var(--bs-primary);
  transition: .5s
}

.team-item:hover .team-img img {
  transform: scale(1.05);
  border: 10px solid var(--bs-secondary)
}

.team-carousel .owl-stage {
  position: relative;
  width: 100%;
  height: 100%
}

.team-carousel .owl-nav {
  position: absolute;
  top: -100px;
  right: 50px;
  display: flex
}

.team-carousel .owl-nav .owl-next,
.team-carousel .owl-nav .owl-prev {
  width: 56px;
  height: 56px;
  border-radius: 56px;
  margin-left: 15px;
  background: var(--bs-secondary);
  color: var(--bs-white);
  display: flex;
  align-items: center;
  justify-content: center;
  transition: .5s
}

.team-carousel .owl-nav .owl-next:hover,
.team-carousel .owl-nav .owl-prev:hover {
  background: var(--bs-primary);
  color: var(--bs-white)
}

@media (max-width:992px) {
  
    
  .team-carousel {
    margin-top: 3rem
  }

  .team-carousel .owl-nav {
    top: -85px;
    left: 50%;
    right: auto;
    transform: translateX(-50%);
    margin-left: -15px
  }
}

.fa-star {
  color: #ff9f00
}

.testimonial-left img,
.testimonial-right img {
  position: absolute;
  padding: 5px;
  border: 1px solid var(--secondary);
  border-radius: 70px
}

.testimonial-left img:first-child,
.testimonial-right img:nth-child(3) {
  width: 70px;
  height: 70px;
  top: 10%;
  left: 50%;
  transform: translateX(-50%)
}

.testimonial-left img:nth-child(2),
.testimonial-right img:nth-child(2) {
  width: 60px;
  height: 60px;
  top: 50%;
  left: 10%;
  transform: translateY(-50%)
}

.testimonial-left img:nth-child(3),
.testimonial-right img:first-child {
  width: 50px;
  height: 50px;
  bottom: 10%;
  right: 10%
}

.testimonial-carousel .owl-item img {
  width: 120px;
  height: 120px
}

.testimonial-carousel .testimonial-icon {
  position: absolute;
  width: 40px;
  height: 40px;
  left: 50%;
  bottom: -15px;
  transform: translateX(-50%);
  display: flex;
  align-items: center;
  justify-content: center;
  background: #fff;
  border: 1px solid var(--secondary);
  border-radius: 60px
}

.testimonial-carousel .owl-dots {
  height: 40px;
  margin-top: 25px;
  display: flex;
  align-items: center;
  justify-content: center
}

.testimonial-carousel .owl-dot {
  position: relative;
  display: inline-block;
  margin: 0 5px;
  width: 30px;
  height: 30px;
  background: #fff;
  border: 2px solid var(--secondary);
  border-radius: 30px;
  transition: .5s
}

.testimonial-carousel .owl-dot::after {
  position: absolute;
  content: "";
  width: 16px;
  height: 16px;
  top: 5px;
  left: 5px;
  border-radius: 16px;
  background: var(--secondary);
  transition: .5s
}

.testimonial-carousel .owl-dot.active::after {
  background: var(--primary)
}

.contact-detail::before {
  position: absolute;
  content: "";
  height: 50%;
  width: 100%;
  top: 0;
  left: 0;
  background: linear-gradient(#d2f3eb, rgba(230, 250, 245, .3)) 0 0/cover, url(../img/background.jpg) center center/cover no-repeat;
  border-radius: 10px;
  z-index: -1
}

.contact-form,
.contact-map {
  background: #1ba7fb
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0
}

.detail-info-section .text-wrap h1,
.grid-container {
  margin-bottom: 20px
}

input[type=number] {
  -moz-appearance: textfield
}

input {
  color: #888
}

input::-webkit-input-placeholder {
  color: #888
}

input:-ms-input-placeholder {
  color: #888
}

input::-ms-input-placeholder {
  color: #888
}

input::placeholder {
  color: #888
}

._keyfocus :focus,
input,
input:not([disabled]):focus,
select:not([disabled]):focus,
textarea:not([disabled]):focus {
  outline: 0
}

.btn-style {
  background-color: #26d48c;
  outline: 0;
  border: none;
  color: #fff
}

.btn-style:hover {
  background-color: #52a080;
  box-shadow: 0 0 5px #03e9f4, 0 0 25px #03e9f4, 0 0 50px #03e9f4, 0 0 100px #03e9f4;
  border-radius: 5px
}

.footer {
  background-image: url(../img/footer.webp);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 100%;
  width: 100%
}

.footer .contact-link a:hover,
.footer .help-link a:hover,
.footer .short-link a:hover {
  letter-spacing: 1px
}

.footer .hightech-link a:hover {
  background: var(--bs-secondary);
  border: 0
}

.detail-info-section .img-wrap {
  padding: 30px 0
}

#rocket {
  max-width: 90%;
  height: auto;
  display: block;
  padding-top: 30px;
  padding-left: 20px;
  transition: transform 1ms ease-in-out
}

@media (max-width:767px) {
  
  .info-heading-part {
    flex-direction: column;
    text-align: center
  }

  .info-right {
    margin-top: 0;
    margin-bottom: 20px
  }

  .info-rocket img {
    justify-content: center
  }
}

.info-heading h2 {
  color: #18affe
}

.info-right {
  margin-top: 60px
}

.info-right h5 {
  margin: 30px 0;
  color: #18affe
}

.info-right p {
  margin: 40px 20px
}

.single-why {
  background: #fff;
  border-radius: 3px;
  border: 0 solid #e2eaf6;
  -webkit-transition: .2s ease-in-out;
  transition: .2s ease-in-out
}

.single-why:hover {
  -webkit-transform: translateY(-56px);
  transform: translateY(-56px);
  cursor: pointer;
  -webkit-box-shadow: 0 4px 25px rgba(0, 0, 0, .1);
  box-shadow: 0 4px 65px rgba(10, 10, 10, .1)
}

.single-why img {
  width: 130px
}

.single-why h4 {
  margin: 20px 0
}

.contact-form-section {
  padding-bottom: 0
}

.contact-form-section .form-wrap h2 {
  font-weight: 700
}

.contact-form-section .form-wrap p {
  margin-bottom: 30px
}

.contact-form-section .form-wrap .message {
  height: 50px;
  width: 100%;
  font-size: 13px;
  line-height: 50px;
  text-align: center;
  float: none;
  margin-top: 20px;
  display: none;
  color: #fff
}

.contact-form-section .form-wrap .error {
  background: #ef5659
}

.contact-form-section .form-wrap .success {
  background: #32b46d
}

.contact-form-section .form-wrap .form-control {
  margin-bottom: 20px;
  background: #f9fcff;
  border: 1px solid #e2f0fc
}

.contact-form-section .form-wrap .form-control:focus {
  -webkit-box-shadow: none;
  box-shadow: none
}

.contact-form-section .form-wrap .btn-style {
  background-image: -webkit-gradient(linear, left top, right top, from(#0172d0), color-stop(#19a9fe), color-stop(#19a9fe), to(#0172d0));
  background-image: linear-gradient(to right, #0172d0, #19a9fe, #19a9fe, #0172d0);
  border: none
}

.grid-container {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  padding: 10px;
  box-sizing: border-box
}

.grid-item {
  padding: 0
}

.grid-item video {
  width: 100%;
  height: 100%
}

.work-sec .btn-center {
  position: absolute;
  bottom: 10px;
  left: 50%;
  transform: translateX(-50%);
  background-color: #4caf50;
  border: none;
  color: #fff;
  padding: 15px 32px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 16px;
  margin: 4px 2px;
  cursor: pointer
}

.zoom {
  transition: transform .3s ease-in-out
}

.zoom:hover {
  transform: scale(1.05)
}

.atif-banner {
  margin-top: 20px
}

.atif-banner h1 {
  text-align: justify;
  font-weight: 700
}

.atif-banner h2 {
  justify-content: center;
  text-align: justify
}

.atif-banner p {
  justify-content: center;
  text-align: justify;
  font-size: 22px;
  letter-spacing: -1px;
}

.detail-info-section{
        margin-top: 30px;
}