/* @import url('https://fonts.googleapis.com/css2?family=Inter:wght@100..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Outfit:wght@100..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap'); */

/* @import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Rajdhani:wght@300;400;500;600;700&display=swap'); */

@import url('https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300..800;1,300..800&family=Rajdhani:wght@300;400;500;600;700&display=swap');

* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
    -webkit-font-smoothing: antialiased;
    font-family: "Open Sans", sans-serif;
    font-weight: 400;
}

body {
    overflow-x: hidden !important;
}

html {
    scroll-behavior: smooth;
    overflow-x: hidden !important;
}

.navbar-toggler:focus,
.navbar-toggler,
.navbar-toggler:active,
.navbar-toggler .navbar-toggler-icon:focus,
.navbar-toggler-icon {
    outline: none !important;
    box-shadow: none !important;
    border: 0 !important;
}

h1,
h2,
h3,
h4,
h5,
h6,
p,
a,
ul,
li {
    padding: 0;
    margin: 0;
    list-style: none;
    text-decoration: none;
}

h1,
h2,
h3,
h4,
h5,
h6, span {
  font-family: "Rajdhani", sans-serif;
}

.color{
  color: #0a5ea4;
}
.color{
  color: #0a5ea4;
}

.btn:hover{
  outline: 1px solid #fff;
  color : #fff !important;
}

.btn1:hover{
  outline: 1px solid #fff;
  color : #fff !important;
}

.carousel-control-next, .carousel-control-prev {
  width: 7%;
}

.color1 {
  color: #0a3252;
}

.color3 {
  color: #157a0e;
}

/*  */

/* Custom Scrollbar */

/* width */
::-webkit-scrollbar {
  width: 5px;
}

/* Track */
::-webkit-scrollbar-track {
  background: #f1f1f1; 
}
 
/* Handle */
::-webkit-scrollbar-thumb {
  background: #0a5ea4; 
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: #0a5ea4; 
}

.form-control:focus, .btn-close:focus {
    box-shadow: none;
}

.btnfont {
  font-family: "Open Sans", sans-serif;
}

.button_gradient{
    font-size: 16px;
    font-weight: 500;
    text-transform: uppercase;
    color: white;
    background-color: #157a0e;
    padding: 10px 30px;
    transition: all 0.5s ease;
    outline: 1px solid transparent;
    outline-offset: 0px;
    border: transparent;
    border-radius: 10px;
    text-transform: capitalize;
}

.button_gradient:hover{
    background-image: unset;
    transition: all 0.5s ease;
    cursor: pointer;
    box-shadow: none;
    color : #fff;
    background-color: #0a5ea4;
}

.button_gradient1, .button_gradient2 {
  background-color: #0a5ea4;
  border: 1px solid transparent;
  border-radius: 7px;
  color: white !important;
  padding: 7px 22px;
  font-weight: 500;
  transition: all 0.5s ease;
}

.button_gradient1:hover {
  background-color: transparent;
  color: white;
  border: 1px solid white;
}

.button_gradient2:hover {
  background-color: transparent;
  border: 1px solid #0a5ea4;
  color: #0a5ea4 !important;
}

.button_gradient3 {
  background-color: white;
  border: 1px solid transparent;
  border-radius: 7px;
  color: #0a5ea4;
  padding: 7px 22px;
  font-weight: 500;
  transition: all 0.5s ease;
}

.button_gradient3:hover {
  background-color: transparent;
  border: 1px solid white;
  color: white;
}

.dropdown-toggle::after {
  vertical-align: 4px;
  border-top: 4px solid;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
}

.truncate {
  display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

section.banner .banner_content h1{
  font-size: 40px !important; 
 }

.button_blog{
  font-size: 14px;
  font-weight: 500;
  text-transform: uppercase;
  color: #fff;
  background-color: #0a5ea4;
  /* background-image: linear-gradient(120deg, #0a5ea4 20%, #19f401 60%); */
  box-shadow: -25px 0px 20px -10px #0a5ea4 inset;
  border-style: solid;
  border-width: 0px 0px 0px 0px;
  border-color: #b47cdf;
  border-radius: 30px 30px 30px 30px;
  padding: 7px 20px;
  transition: all 0.5s ease;
  outline: 1px solid #0a5ea4;
  outline-offset: 0px;
}
.button_blog:hover{
  background-image: unset;
  transition: all 0.5s ease;
  cursor: pointer;
  box-shadow: none;
  color : #fff;
  outline: 1px solid #0a5ea4;
  outline-offset: 7px;


}

.top{
    color :#0a5ea4
} 


/* Navbar */
section.nav-bar .navbar-nav .nav-item{
    padding: 0px 10px 0px 10px;
    
}
section.nav-bar .navbar-nav .nav-item a{
color : #000;
transition: all 0.5s ease;
}
section.nav-bar .navbar-nav .nav-item .active{
  padding: 8px 8px ;
  display: inline-block;
}
section.nav-bar .navbar-nav .nav-item ul li a.active{
  padding-left: 12px;
}
section.nav-bar .navbar-nav .nav-item li a:hover{
  transform: translateX(10px);
  transition: all 0.5s ease;
  background-color: transparent;
}

.fixed-top{
    background-color: #fff;
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
    /* transition: all 0.5s ease-in-out; */
  
  }

  .navbar-expand-xl .navbar-nav .dropdown-menu{
    border-radius: 0px;
    padding: 15px 20px;
    border: none;
    width: max-content;
    box-shadow: 0px 5px 3px #0000002e;
  }
  .navbar-expand-xl .navbar-nav .dropdown-menu li{
    border-bottom: 1px solid rgba(0,0,0,0.1);
    margin-bottom: 7px;
  }
  .navbar-expand-xl .navbar-nav .dropdown-menu li:last-child{
    border-bottom: 0px;
  }

  /* Banner */

  section.banner .banner_content{
    position: absolute;
    left: 7%;
    top: 50%;
    transform: translateY(-50%);
    color: white;
    z-index: 9;
  }

  .small_box {
    background-color: #0a5ea4;
    padding: 5px 15px;
    border-radius: 7px;
    margin-bottom: 10px;
    display: inline-block;
  }

  section.services_form .card h4, section.services_form .card svg path {
    transition: all 0.2s ease;
  }

  section.services_form .card:hover h4 {
    color: white;
  }

  section.services_form .card:hover svg path {
    fill: white;
  }

  section.services_form .button_gradient:hover{
    background-image: unset;
    transition: all 0.5s ease;
    cursor: pointer;
    box-shadow: none;
    color : #fff;
    background-color: #064476;
}
  section.banner .banner_content span{
    /* color: transparent;
    -webkit-text-stroke: 1px #fff;
    font-size: 60px; */
  }


  section.banner .banner_content h1{
    font-size: 51px;
    line-height: 49px;
    font-weight: bold;
  }

  section.banner .carousel-indicators [data-bs-target] {
    background-color: white;
    width: 10px;
    height: 10px;
    border-radius: 50%;
}

section.banner .carousel-indicators .active {
  background-color: #fff !important;
}

.active{
  color:#0a5ea4 !important;
}


  /* Service + form */
  section.services_form .iconbox{
/* From https://css.glass */
background: rgba(255, 255, 255, 0);
border-radius: 16px;
box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
backdrop-filter: blur(20px);
-webkit-backdrop-filter: blur(20px);
border: 1px solid rgba(255, 255, 255, 0.3);
    outline: 1px solid #fff;
    outline-offset: 0px;
    transition: all 0.5s ease-in;
  }

 

  section.services_form .iconbox img{
    width: 60px;
    filter: invert(100%);
  }


  /* why choose0 */

  section.whychoose{
    /* background-image: url('../images/background.webp');
    background-repeat: no-repeat;
    background-size: cover; */
  }

  section.whychoose .why_box{
    background-color: #fff;
  }
  iframe{
    transition: all 0.5s ease-in;
  }


  /* For Modal */
.modal .modal-body input,select{
  width: 100%;
  padding: 5px 0;
  font-size: 16px;
  color: #000;
  font-family: "Poppins", sans-serif;
  border: none;
  border-bottom: 1px solid #000;
  outline: none;
  background: transparent;
  border-radius: 0px;
}

select option {
  padding: 10px;
  background-color: #fff;
  color: #333;
  font-family: "Poppins", sans-serif;
}


.modal-open {
  overflow: auto;
  padding-right: 0 !important;
}



/* map+ contactus */

 input{
  width: 100%;
  padding: 10px 0;
  font-size: 16px;
  color: #000;
  margin-bottom: 30px;
  border: none;
  border-bottom: 1px solid #000;
  outline: none;
  background: transparent;
}


textarea {
  width: 100%;
  padding: 10px 0;
  font-size: 16px;
  color: #000;
  margin-bottom: 30px;
  border: none;
  border-bottom: 1px solid #000;
  outline: none;
  background: transparent;
}

 select {
  width: 100%;
  padding: 5px 0;
  font-size: 17px;
  color: #757575;
  font-weight: 500;
  border: none;
  border-bottom: 1px solid #000;
  outline: none;
  background: transparent;
  font-family: "Poppins", sans-serif;
}


.carousel-control-next, .carousel-control-prev {
  z-index: 99;
}

[type=button]:not(:disabled), [type=reset]:not(:disabled), [type=submit]:not(:disabled), button:not(:disabled) {
  cursor: pointer;
  margin-bottom: 0px !important;
}


/* Footer */
section.footer .quick_links ul li{
  color: #fff;
  line-height: 30px;


}



/* Return to top */
span{
    border-style: none;
  }
  #return-to-top {
    position: fixed;
    bottom: 20px;
    right: 20px;
    background: #1B4997;
    width: 50px;
    height: 50px;
    display: block;
    text-decoration: none;
    -webkit-border-radius: 35px;
    -moz-border-radius: 35px;
    border-radius: 35px;
    display: none;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
  z-index:9999;
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  }
  #return-to-top i {
    color: #fff;
    margin: 0;
    position: relative;
    left: 18px;
    top: 23%;
    font-size: 19px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
     z-index:9999;
  }
  #return-to-top:hover {
    background: rgba(0, 0, 0, 0.9);
  }
  #return-to-top:hover i{
    color: #fff;
    top: 5px;
  }
  


/* Header */
.logo-adjust{
    width: 90px;
    
  }


  .blue{
    color: #0a5ea4;
  }
  .color2{
    color: #4F4F4F;
  }
  .bgblue{
    background-color: #0a5ea4;
  }
  .justified{
    text-align: justify;
  }

  /* About us Page */

  section.other_banner{
    background-image: url('../images/abouttechwala1.webp');
    background-size: cover;
    background-repeat: no-repeat;
    padding: 120px 0px;

  }

  section.other_banner2{
    background-size: cover;
    background-repeat: no-repeat;
    padding: 50px 0px;
  }


  .core-values .content img{
      filter: brightness(100) !important;
      width: 50px;
  }


  .cards{
    /* border: 1px solid #0a5ea4; */
    border: 1px solid grey;
    height: 100%;
  }
  
  .breadcam a{
    color : #fff !important;
  }


  /* Contact Us */

  
.form {
  width: 100%;
  background-color: #fff;
  border-radius: 10px;
  box-shadow: 0 0 20px 1px rgba(0, 0, 0, 0.1);
  z-index: 1000;
  overflow: hidden;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}

.contact-form {
  background-color: #064476;
  position: relative;
}

.circle {
  border-radius: 50%;
  background: linear-gradient(135deg, transparent 20%, #064476);
  position: absolute;
}

.circle.one {
  width: 130px;
  height: 130px;
  top: 130px;
  right: -40px;
}

.circle.two {
  width: 80px;
  height: 80px;
  top: 10px;
  right: 30px;
}

.contact-form:before {
  content: "";
  position: absolute;
  width: 26px;
  height: 26px;
  background-color: #064476;
  transform: rotate(45deg);
  top: 50px;
  left: -13px;
}

form {
  padding: 2.3rem 2.2rem;
  z-index: 10;
  overflow: hidden;
  position: relative;
}

.title {
  color: #fff;
  font-weight: 500;
  font-size: 1.5rem;
  line-height: 1;
  margin-bottom: 0.7rem;
}

.input-container {
  position: relative;
}

.input {
  width: 100%;
  outline: none;
  border: 2px solid #fafafa;
  background: none;
  padding: 0.6rem 1.2rem;
  color: #fff;
  font-weight: 500;
  font-size: 0.95rem;
  letter-spacing: 0.5px;
  border-radius: 5px;
  transition: 0.3s;
}

textarea.input {
  padding: 0.8rem 1.2rem;
  min-height: 150px;
  border-radius: 5px;
  resize: none;
  overflow-y: auto;
}

.input-container label {
  position: absolute;
  top: 30%;
  left: 15px;
  transform: translateY(-50%);
  padding: 0 0.4rem;
  color: #fafafa;
  font-size: 0.9rem;
  font-weight: 400;
  pointer-events: none;
  z-index: 1000;
  transition: 0.5s;
}

.input-container.textarea label {
  top: 1rem;
  transform: translateY(0);
}

.btn1 {
  background-color: transparent;
  padding: 0.6rem 1.3rem;
  border: 2px solid #fafafa;
  font-size: 0.95rem;
  color: #fff !important;
  line-height: 1;
  border-radius: 5px;
  outline: none;
  cursor: pointer;
  transition: 0.3s;
  margin: 0;
  width: 100%;
}

.btn1:hover {
  background-color: transparent;
  color: #fff !important;
}

.btn {
  padding: 0.6rem 1.3rem;
  background-color: #fff;
  border: 2px solid #fafafa;
  font-size: 0.95rem;
  color: #064476 !important;
  line-height: 1;
  border-radius: 5px;
  outline: none;
  cursor: pointer;
  transition: 0.3s;
  margin: 0;
  width: 100%;
}

.send_btn{
  padding: 0.6rem 1.3rem;
  background-color: #fff;
  border: 2px solid #fafafa;
  font-size: 0.95rem;
  color: #064476;
  line-height: 1;
  border-radius: 5px;
  outline: none;
  cursor: pointer;
  margin: 0;
  width: 100%;
}

.send_btn:hover{
  background-color: transparent;
  color: #fff ;
}

.btn:focus{
  color : #064476 !important;
}

.btn:hover {
  background-color: transparent;
  color: #fff;
}

.input-container span {
  position: absolute;
  top: 0;
  left: 25px;
  transform: translateY(-50%);
  font-size: 0.8rem;
  padding: 0 0.4rem;
  color: transparent;
  pointer-events: none;
  z-index: 500;
}

.input-container span:before,
.input-container span:after {
  content: "";
  position: absolute;
  width: 10%;
  opacity: 0;
  transition: 0.3s;
  height: 5px;
  background-color: #064476;
  top: 50%;
  transform: translateY(-50%);
}

.input-container span:before {
  left: 50%;
}

.input-container span:after {
  right: 50%;
}

.input-container.focus label {
  top: 0;
  transform: translateY(-50%);
  left: 25px;
  font-size: 0.8rem;
}

.input-container.focus span:before,
.input-container.focus span:after {
  width: 50%;
  opacity: 1;
}

.contact-info {
  padding: 2.3rem 2.2rem;
  position: relative;
}

.contact-info .title {
  color: #064476;
}

.text {
  color: #333;
  margin: 1.5rem 0 2rem 0;
}

.information {
  display: flex;
  color: #555;
  margin: 0.7rem 0;
  align-items: center;
  font-size: 0.95rem;
}

.information i {
  color: #064476;
}

.icon {
  width: 28px;
  margin-right: 0.7rem;
}

.social-media {
  padding: 2rem 0 0 0;
}

.social-media p {
  color: #333;
}

.social-icons {
  display: flex;
  margin-top: 0.5rem;
}

.social-icons a {
  width: 35px;
  height: 35px;
  border-radius: 5px;
  background: linear-gradient(45deg, #064476, #064476);
  color: #fff;
  text-align: center;
  line-height: 35px;
  margin-right: 0.5rem;
  transition: 0.3s;
}

.social-icons a:hover {
  transform: scale(1.05);
}

.contact-info:before {
  content: "";
  position: absolute;
  width: 110px;
  height: 100px;
  border: 22px solid #064476;
  border-radius: 50%;
  bottom: -77px;
  right: 50px;
  opacity: 0.3;
}


.square {
  position: absolute;
  height: 400px;
  top: 50%;
  left: 50%;
  transform: translate(181%, 11%);
  opacity: 0.2;
}




/* Blogs */


  /* Blog-single */
  .blog-image{
    height: 400px;
    width: 100%;
    object-fit: cover;
  }
  

  .latest-blogs{
  border: 1px solid #157a0e;
  padding: 20px;
  border-radius: 25px;
  }
  
  .blog-logo-height{
    height: 40px;
    border-radius: 5px;
  }
  .latest-blogs ul a{
    color: #212529;
    padding: 5px 10px;
      display: inline-block;
      font-size: 14px!important;
      border: 1px solid #ddd
  }
  .latest-blogs h6{
    color: #212529;
  }

  .sticky{
    position: sticky;
    top : 100px;
  }

  .sticky1{
    position: sticky;
    top : 130px;
  }




    /* career page */
.list li{
  /* list-style-type: circle !important; */
  margin-bottom: 10px;
}
.lists li{
  margin-bottom:Ã‚ 10px;
}


/* Blog */
.blog-caption{
  display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}




/* Work gallery */



section.gallery a {
  cursor: pointer;
}

section.gallery .card {
  border: none;
  border-radius: 8px;
  overflow: hidden;
}

section.gallery .card img {
  object-fit: cover;
  border-radius: 8px;
  transition: all 3.5s ease;
}

section.gallery .card:hover img {
  transform: scale(1.1);
}

section.gallery .card-img-overlay {
  display: flex;
  justify-content: center;
  align-items: flex-end;
  background: linear-gradient(to bottom, rgba(0, 47, 75, 0) 61%, rgba(0, 0, 0, 1) 100%);
  height: auto;
  border-radius: 8px;
  padding: 1rem 0.9rem;
  padding-bottom: 0.5rem;
}

/* section.gallery .card-img-overlay h2 {
  font-size: 18px;
  font-weight: 600;
  letter-spacing: 2px;
  text-transform: uppercase;
  line-height: 28px;
} */
section.gallery .card-img-overlay h2 {
  font-size: 17px;
  font-weight: 600;
  letter-spacing: 1px;
  line-height: 26px;
}

section.services_form .card{
  border: 1px solid transparent !important;
 transition: all 0.3s ease;
 cursor: pointer;
}
section.services_form .card:hover{
  transform: translateY(-4px);
  background-color: #023055;
  color : #fff;
  cursor: pointer;
  transition: all 0.3s ease;
  border: 1px solid white !important;
}

section.services_form .card:hover a,svg{
  color : #fff !important;
  transition: all 0.3s ease;

}
section.services_form .img{
 position: absolute;
 bottom: 30px;
 left: 10px;
}

section.whychoose .img{
  position: absolute;
  bottom: 30px;
 right : 10px;
 }

.accordion-button:not(.collapsed){
  background: #157a0e;
  color: #fff;
}

.accordion-button:not(.collapsed)::after{
  background-image: url(../images/plus.png);
  background-position: center;
}
.accordion-button::after{
  background-image: url(../images/plus_1.png);
}

.accordion-button{
  background-color: transparent;
  border: 1px solid #157a0e;
  color: #157a0e;
  font-weight: 600;
  border-radius: 20px !important;
  font-size: 20px;
}

.accordion-item{
  margin-bottom: 10px !important;
  border-radius: 20px !important;
}

.owl-theme .owl-nav {
  margin-top: 30px;
}

.line{
  opacity: 1;
  height: 3px;
  position: absolute;
  top: 10px;
  left: 50%;
  color: #000;
  background-color: #000;
  transform: translateX(-50%);
  width: 500px;
}


section.video_gallery .item{
height: 350px;
}

section.video_gallery iframe{
border-radius: 20px;
}

/* section.video_gallery .owl-theme .owl-nav{
  display: none;
} */



/* #review .item{
height : 330px;
} */
.owl-next img{
  filter: invert(1);
}

.owl-prev img{
  filter: invert(1);
}

.owl-prev:hover, .owl-next:hover{ 
  background-color: transparent !important;
}

.owl-prev img{ 
  transform: scale(1.1);
  transition: all 0.5s ease;
  margin-right: 10px;
}

.owl-next img{ 
  transform: scale(1.1);
  transition: all 0.5s ease;
  margin-left: 10px;
}

.owl-prev img:hover{ 
  transform: scale(1.1);
  transition: all 0.5s ease;
}

.owl-next img:hover{ 
  transform: scale(1.1);
  transition: all 0.5s ease;
}

.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span{
  margin-top: 40px;
}

section.blog .card-img-overlay{
  top: auto;
  bottom: 0;
  color: #fff;
}


section.contact_google form{
padding: 0;
margin-top: 20px;
}
section.contact_google form input{

}


/* header Modal  */
/******************** Schedule ***********************/
.Schedule{
  color : #fff;
  background-color:#157a0e;
  position: fixed;
  padding: 40px 10px;
  right: 0;
  top: 30%;
  writing-mode: vertical-lr;
  transform: rotate(180deg) translateY(-50%);
  z-index: 100;
  transition: all 0.5s ease;
  border-radius: 0px 10px 10px 0px;
  transition: all 0.5s ease;
  /* border: 1px solid #000; */
  text-transform: capitalize !important;
}

.Schedule:hover{

  /* border: 1px solid #4a4a4a; */
  transition: all 0.5s ease;
  cursor: pointer;

}
.Schedule a{
  color: white;
  text-transform: uppercase;
}

.Schedule:hover a{
  color: white;
  cursor: pointer;
}


/* core team */
section.features .description{
  height:300px;
  /* box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.1); */
  border-radius: 10px;
  /* margin-left: -7rem;  */
  background-color: #ffffff;
}
section.features .extra{
  /* margin-right: -7rem !important; 
  z-index: 99 !important;
  margin-left: 0 !important; */
}
section.features .description p{
  text-align: justify;
}

/* End Features */


/* SErvices  */
.fixed_bg {
background-image : url('../images/service_bg.webp');
background-attachment : fixed;
background-repeat: no-repeat;
height: unset;
width: 100%;
background-size: cover;
}

.marketing_points p{
  font-size: 15px !important;
}


section.process {
  background-color: #0a5ea4;
}

section.process  .wrapper {
  background-color: #0a5ea4;
  padding: 1rem;
  padding-bottom: 0;
}
section.process  ol {
  --column-gap: 1rem;
  --row-gap: 2rem;
  --rocket-aspect: calc(134.13 / 196.24); /* svg viewbox */
  --rocket-width: 3rem;
  --rocket-height: calc(var(--rocket-width) / var(--rocket-aspect));
  --flame-outer-color: #f16e39;
  --flame-inner-color: #fed103;
  --number-circle-size: 2.5rem;
  --number-circle-border-size: 0.25rem;
  --number-line-height: 0.125rem;
  --number-line-length: calc(var(--rocket-width) / 2 + var(--column-gap) / 2);
  --number-line-dot-size: 0.25rem;
  padding-bottom: 5rem;
  list-style: none;
  display: grid;
  column-gap: var(--column-gap);
  row-gap: var(--row-gap);
  grid-template-columns: var(--rocket-width) 1fr;
  counter-reset: liCount;
  font-family: system-ui, sans-serif;
  color: white;
  overflow: hidden;
  width: min(45rem, 100%);
  margin-inline: auto;
}
@media (min-width: 30rem) {
  section.process .wrapper {
    padding: 2rem;
  }
  section.process ol {
    --column-gap: 2rem;
    --rocket-width: 5rem;
    grid-template-columns: 1fr var(--rocket-width) 1fr;
  }
  section.process  ol .rocket {
    grid-column: 2 !important;
  }
  section.process  ol > li {
    grid-column: 1/-1 !important;
    width: calc(50% - var(--rocket-width) / 2 - var(--column-gap));
  }
  section.process  ol > li:nth-of-type(odd) {
    justify-self: end;
  }
  section.process ol > li:nth-of-type(even) {
    text-align: right;
  }
  section.process  ol > li:nth-of-type(even):after {
    left: unset;
    right: calc(var(--circle-pos-x) * -1);
    --dot_pos_multiplier: -1;
  }
  section.process  ol > li:nth-of-type(even)::before {
    right: unset;
    left: calc(100% + var(--column-gap) / 2);
  }
}
section.process  ol::after {
  content: "";
  grid-row: 1;
  grid-column: 1/-1;
}
section.process  ol .rocket {
  grid-row: 1;
  grid-column: 1;
  position: relative;
  isolation: isolate;
}
section.process  ol .rocket svg {
  width: var(--rocket-width);
  height: var(--rocket-height);
}
section.process  ol .rocket::after {
  content: "";
  position: absolute;
  width: 50%;
  height: 200vh;
  top: calc(100% - var(--rocket-height) * 0.2);
  left: 25%;
  z-index: -1;
  background-image: radial-gradient(
      ellipse at center top,
      var(--flame-inner-color) 20%,
      transparent 50%
    ),
    linear-gradient(
      to right,
      transparent 20%,
      var(--flame-outer-color) 40%,
      var(--flame-inner-color) 50%,
      var(--flame-outer-color) 60%,
      transparent 80%
    ),
    radial-gradient(
      ellipse at center top,
      var(--flame-outer-color) 35%,
      transparent 65%
    );
  background-repeat: no-repeat;
  background-position: top center;
  background-size: 100% calc(var(--rocket-height) * 0.4), 100%,
    100% calc(var(--rocket-height) * 0.4);
}
section.process  ol > li {
  counter-increment: liCount;
  grid-column: -2;
  position: relative;
}
section.process  ol > li::after {
  content: counter(liCount, decimal-leading-zero);
  width: var(--number-circle-size);
  aspect-ratio: 1;
  display: grid;
  place-items: center;
  border-radius: 50%;
  position: absolute;
  --circle-pos-x: calc(
    var(--number-circle-size) / 2 + var(--column-gap) + var(--rocket-width) / 2
  );
  left: calc(var(--circle-pos-x) * -1);
  top: calc(50% - var(--number-circle-size) / 2);
  background-color: var(--accent-color);
  font-weight: 600;
  --dot-size: calc(
    var(--number-circle-size) / -2 + var(--number-line-dot-size)
  );
  box-shadow: inset 0 0 0 var(--number-circle-border-size) currentcolor,
    inset -0.125rem 0.125rem 0.25rem var(--number-circle-border-size) rgb(0 0 0 /
          0.25),
    -0.125rem 0.125rem 0.25rem rgb(0 0 0 / 0.5),
    calc(var(--number-line-length) * var(--dot_pos_multiplier, 1)) 0 0
      var(--dot-size) currentcolor;
}

section.process  ol > li::before {
  position: absolute;
  content: "";
  width: var(--number-line-length);
  height: var(--number-line-height);
  background-color: currentcolor;
  right: calc(100% + var(--column-gap) / 2);
  top: calc(50% - var(--number-line-height) / 2);
}


/* services page */

.pos_bottom{
  position: absolute;
  bottom: 20px;
  left: 25px;
  right: 25px;
}


/* review */
section.review .item{
  transition: all 0.6s ease ;
  cursor: pointer;
  color : #fff;
  background-color: #064476 !important;
  height: 380px;
  display: flex;
  align-items: center;
  justify-content: center;
 }


 section.review .item span{ 
  font-size: 14px !important;
 }


 section.review .item img{
width : 40px !important;
}


 .service_card{
  height:430px;
  background-color: #fff;
}

a:hover{
  cursor: pointer;
}

 .transform{
  /* transform : translateY(-110px); */
  margin-top: -110px;
 }

 /* team */
 .social i{
  background-color: #fff;
  padding: 10px;
  border-radius: 50%;
  
 }

 /* .footer-cta{
  transform : translateY(20px);
} */

.round-box{
  height: 70px;
  width: 70px;
  background-color: #064476;
  border-radius: 50%;
}

.round-box img{
  filter: invert(1);
  width: 50px;
}


.cards .content img{
  filter: invert(1);
  width: 50px;
}


.process-box{
  height: 70px;
  width: 70px;
  background-color: #064476;
  border-radius: 50%;
}

.process-box img{
  filter: brightness(100);
  width: 40px;
}


.why_box ul li{
  margin-bottom : 5px;
  list-style : disc !important;
}

.card{
  border: 1px solid grey !important;
}


.blog-bg{
  position: relative;
  overflow: hidden;
  cursor: pointer;
  transition: all 1s ease;
  border-radius: 15px;
}

.blog-bg img{
  overflow: hidden;
  transition: all 1s ease;
}
.blog-bg:hover img{
 transition: all 1s ease;
  transform: scale(1.1);
}

.blog-bg .card-img-overlay a span{
  transition: all 1s ease;
}

.blog-bg .card-img-overlay a:hover span{
  transform: translateX(10px);
  transition: all 1s ease;
}

.adjust{
  height : 130px;
  width : 130px;
  object-fit: cover;
  border-radius: 50%;
  object-position: top;
}

.text-justify {
  text-align: justify;
}

.bg-blue{
  background-color: #011e39;
}

.img-adjust{
  height: 305px;
  width: 100%;
  object-fit: cover;
  object-position: top;
}

.card{
  border-radius : 15px !important;
}
.overlay-content img {
  aspect-ratio: 8/8;
  object-fit: cover;
  object-position: top;
}

section.gallery img {
  aspect-ratio: 4/4;
  object-fit: cover;
  object-position: top;
}

.disk li{
  list-style-type: disc !important;
  margin-left: 20px;
  line-height: 30px;
}

/* .hide1{
  display: none;
}
.hidden {
  display: block !important;
} */

.text-truncate0{
  display: -webkit-box !important;
  -webkit-line-clamp: 2 !important;
  -webkit-box-orient: vertical !important;
  overflow: hidden !important;
}

