
@font-face {
  font-family:'Helvetica';
  src: url(../../font/Helvetica);
}

html,
body {
  overflow-x: hidden; /* Prevent scroll on narrow devices */
  scroll-behavior: smooth;
 
}

:root {
  --black: #000000;
  --white: #ffffff;
  --pink: #000;
  --red: #ec2329;
}

/* Default styles */
.navbar {
  background-color: transparent; 
  
}
.content-strip a{
  text-decoration: none;
  color:var(--white);
}

body.about-page .navbar {
  background-color: #fb3748;
}
body.about-page .navbar-brand img{
  width:70%;
}
body.about-page .navbar-collapse {
  justify-content: space-evenly;
  align-items: center;
}
body {
  padding:0 !important;
  margin:0 !important; 
  font-family:Montserrat, sans-serif;
}
.bnr-inner li{
  list-style-type:none;
}
a{
  text-decoration:none;
}
*:focus {
  box-shadow: 0 0 0 0; 
  outline: none;
}
.navbar-logo{
  width:210px;
  height: auto;
  padding-top: var(--bs-navbar-brand-padding-y);
  padding-bottom: var(--bs-navbar-brand-padding-y);
  margin-right: var(--bs-navbar-brand-margin-end);
  font-size: var(--bs-navbar-brand-font-size);
}
.navbar-expand-lg{
  display: block;
}
.navbar-off-can{
    display:none;
}
.navbar-off-can button{
  border: solid 1px transparent;
  background-color: transparent;
}
button:focus:not(:focus-visible){
  box-shadow: 0px 0px 0px 0px transparent;
  border: none !important;
  outline:none !important;
}
.navbar-collapse {
  display: flex;
  justify-content: space-evenly;
  align-items: baseline;
}
.navbar .navbar-brand {
  width: 185px;
  height: auto;
  filter: none;
}
.navbar .nav-item {
  padding: 0 10px;
}
.nav-item img{
    width: 20px;
    height: auto;
    object-fit: contain;
    filter: invert(1);
}
.navbar .nav-link {
  position: relative;
  color:var(--white);
  font-size:16px;
  text-transform: capitalize;
  padding:10px 0px;
  transition:0.5s all;
  display: flex;
  align-items: center;
  justify-content: center;
}
.nav-link::before {
  content: "";
  position: absolute;
  left: 0;
  right: 100%;
  bottom:-7px;
  background:var(--pink);
  height:3px;
  -webkit-transition-property: right;
  transition-property: right;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.nav-link:hover:before, .nav-link:focus:before, .nav-link:active:before {
  right: 0;
  color:var(--white);
}
.navbar .navbar-nav {
  align-items: center;
  justify-content: center !important;
  flex-grow:unset !important;
}
.navbar .nav-link.hvr-underline-from-left:before {
  background-color: var(--white);
  height: 3px;
}

.offcanvas.offcanvas-end {
  top:0;
  height:100vh;
  width: 30%;
}
.offcanvas-header{
  justify-content:space-between;
}
.offcanvas-body{
  display: flex;
  align-items: center;
  flex-direction: column;
}
.toggle-cont{
  margin: 10px 0px;
  display: flex;
  align-items: center;
}
.toggle-cont span{
  font-size:22px;
  font-weight:bold;
  color: var(--blue);
  padding: 0px 3px;
}
.toggle-cont a{
  font-size:18px;
  color:var(--white);
}
.toggle-social{
  margin: 10px 0px;
}
.toggle-social i{
  font-size:22px;
  font-weight: 600;
  padding: 5px 5px;
  border:solid 1px var(--white);
  margin: 0px 3px;
  color:var(--white);
  transition:0.5s all;
}
 .toggle-social i:hover{
    background-color:var(--pink);
    border:solid 1px var(--black);
    color:var(--white);
}
.fb-color{
  color:#0099CC;
  padding:5px 10px !important;
}
.content-strip h4{
font-weight: bold;
}
/* banner-section */
.carousel-inner{
  position: relative;
}
.carousel-item .banner-img{
    height:760px;
    object-fit:cover;
}
.carousel-caption {
  position: absolute;
  right: 0%;
  padding-bottom: 0px;
  padding-top:0px;
  left: 0%;
  color: #fff;
  text-align: center;
}
.carousel-caption {
  position: absolute;
  bottom: -0.75rem;
  color: #fff;
  text-align: center;
}
.carousel-caption img {
  width: 100%;
  position: relative;
  height: 1000px;
}
.contact-us-an{
display: flex;
justify-content: center;
gap: 10px;
}
.contact-us-an{
  color: var(--white);
}
.contact-us-an h4{
  font-weight: bold;
}
.contact-us-an img{
 padding: 5px;
  background-color: white;
  border-radius: 50%;
}
.carousel-caption .row{
align-items: center;
}
.carousel-caption p{
font-size: 25px;
margin-bottom: 41px;
}
.carousel-caption h5{
  font-size:46px;
  font-weight:bold;
  margin-top: 0;
  margin-bottom: 41px;
  color:var(--white);
}
.btn-main a{
  color:var(--pink);
  font-size:18px;
  transition:0.5s all;
}
.bnr-btn:hover a{
  color: var(--white);
}
.bnr-btn {
  border: none;
  display: block;
  text-align: center;
  cursor: pointer;
  text-transform: uppercase;
  outline: none;
  overflow: hidden;
  position: relative;
  color: var(--white) !important;
  font-weight: 700;
  background-color:var(--white);
  padding: 12px 25px;
  border:transparent;
  box-shadow: 0 5px 15px rgba(0,0,0,0.20);
}
.bnr-btn a {
  position: relative; 
  z-index: 1;
}
.bnr-btn:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  height: 490%;
  width: 175%;
  background: var(--pink);
  -webkit-transition: all .5s ease-in-out;
  transition: all .5s ease-in-out;
  -webkit-transform: translateX(-98%) translateY(-25%) rotate(45deg);
  transform: translateX(-98%) translateY(-25%) rotate(45deg);
}
.bnr-btn:hover:after {
  -webkit-transform: translateX(-9%) translateY(-25%) rotate(45deg);
  transform: translateX(-9%) translateY(-25%) rotate(45deg);
}
/* about-section */
#about-ind-main .about-ind-card{
  display: flex;
  align-items: center;
  justify-content: space-between;
  position:relative;
  bottom:110px;
}
.about-ind-card{
  background-color: var(--white);
  padding:35px 100px;
}
.about-ind-sec{
 width:630px;
}
.about-ind-sec span{
  font-size:20px;
  font-weight:bold;
  color:var(--pink);
}
.about-ind-sec p{
  font-size:25px;
  line-height:45px;
  margin: 20px 0px;
  color:#030303;
}
.about-btn{
  text-align: end;
}
.about-ind-sec-icon i{
  font-size:25px;
  font-weight:bold;
  color:var(--white);
  background-color: var(--pink);
  padding: 15px;
}

/* second-banner-section */
#about-ind-main .abt-scnd-row{
  display: flex;
  align-items: center;
  justify-content: center;
}
.scnd-abt-main{
  position: relative;
}
.snd-abt-text{
  background-color: #000;
  padding:30px 30px 20px 50px;
  position: absolute;
  bottom: 156px;
  left: -34px;
  z-index: 1;
  border-radius: 10px;
}
.snd-abt-text h5{
  font-size:16px;
  color: var(--white);
  margin: 25px 0px;
}
.snd-abt-text h3{
  color: var(--white);
  font-size: 32px;
  margin-bottom: 40px;
  margin-right: 50px;
  line-height: 45px;
  margin-top: 15px;
  text-transform: capitalize;
}
.scn-abt-img{
  position: relative;
}
.scn-abt-img img{
  width:550px;
  height: auto;
  margin: auto;
  object-fit: cover;
}
.scnd-abt-scn-text{
  margin:100px 0px;
}
.scnd-abt-scn-text h2{
    font-size: 35px;
    color: var(--black);
    width: 450px;
    margin-top: 10px;
    margin-bottom: 30px;
    font-weight: 400;
}
.scnd-abt-scn-text p{
  font-size:18px;
  width:480px;
  margin-bottom:40px;
  line-height:32px;
  color: #797979bd;
}
.abt-btn::after{
  height: 620%;
  border-radius:10px;
  background-color:var(--white);
}
.abt-btn{
  background-color:var(--pink);
  border-radius:30px;
}
.abt-btn a{
  color:var(--white);
}
.btn-main:hover .abt-btn a{
  color: var(--black);
}



/* footer-section */
#footer-main{
  padding: 60px 0px;
  background:url(../../img/World-Map.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 70%;
  background-color: #1e1e1e;
}
.footer-brand-section{
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom:solid 1px var(--white);
  margin-bottom: 100px;
}
.footer-brand-img{
  /*margin:10px 0px;*/
  text-align: left;
}
.footer-brand-img img{
  width:210px;
  height:auto;
  margin-bottom: 10px;
}
.footer-brand-social{
  margin: 10px 0px;
  text-align: end;
}
.footer-brand-social a{
  display: inline-block;
  height: 40px;
  width: 45px;
  line-height: 45px;
  text-align: center;
  background-color: rgba(192, 187, 187, 0.342);
  border-radius: 5px;
  margin: 0px 5px;
  color: var(--pink);
  transition: 0.5s all;
  color: var(--white);
}
.footer-brand-social a:hover{
  background-color: var(--black);
  color:#fff;
}
.footer-brand-social i{
  font-size:25px;
  margin:0px;
}
.footer-social-scnd{
  display: none;
}
.footer-head{
  margin-bottom:25px;
  margin-left:20px;
}
.footer-head h3{
  font-size:20px;
  font-weight:700;
  color: var(--white);
}
.footer-add{
  display: flex;
  align-items:flex-start;
  justify-content:left;
}
.footer-links img,
.footer-add img{
  width: 40px;
  height: auto;
  object-fit: contain;
  filter:invert(1);
}
.footer-add p{
  color: var(--white);
  margin: 0px 5px;
  font-size: 15px;
  font-weight: 400;
  text-decoration: none;
  display: block !important;
}
.footer-links{
  display: flex;
  align-items: center;
  justify-content: left;
  float: left;
}
.footer-gen a{
  color: var(--white);
    margin: 0px 5px;
    font-size: 15px;
    text-decoration: none;
    width: 250px;
    display: block !important;
}
.footer-news {
  display: flex;
  align-items: center;
  justify-content:center;
}
.footer-news input{
  width:80%;
  padding: 10px 25px;
  background-color:rgb(216, 210, 210);
  border: none;
}
.footer-news button{
  font-size:20px;
  padding:7px 15px;
  margin-left:-1px;
  border: none;
  background-color: var(--pink);
  color: var(--white);
}
.footer-copy{
  background-color: var(--black);
  padding: 5px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.footer-copy p{
  font-size:14px;
  color:var(--white);
  text-align: left;
  margin: 0;
  padding:10px;
}
.footer-copy span{
  text-align: end;
  font-size:14px;
  color:var(--white);
  text-align: left;
  margin: 0;
  padding:10px;
}
.footer-copy a{
  color: var(--white);
}
#myBtn {
  display: none;
  position: fixed;
  bottom: 20px;
  right: 30px;
  z-index: 99;
  border: none;
  outline: none;
  background-color: var(--white);
  cursor: pointer;
  padding: 5px;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border: 2px solid var(--black);
}
#myBtn:hover {
  background-color:var(--red) !important; /* Add a dark-grey background on hover */
  border:solid 2px var(--red) !important;
}
#myBtn:hover svg{
  filter: invert(1) !important;
}
#myBtn.bodymovinanim {
  font-size: 30px;
  width: 50px;
  height: 50px;
  line-height: 0;
}
.tech-service-section {
  margin: 20px 0;
}
.tech-ser-main-in {
  width: 100%;
  height: 220px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.tech-ser-box {
  width: 220px;
  height: 220px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  align-items: center;
}
.tech-card-hove {
  position: absolute;
  width: 220px;
  height: 220px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  border-radius: 3px;
  overflow: hidden;
  transition: box-shadow ease 1s;
  transition: box-shadow ease 1s, -webkit-box-shadow ease 1s;
}
.tech-icon {
  width: 120px;
  height: 120px;
  border-radius: 100%;
  border: 1px solid rgba(225, 227, 232, .18);
  box-shadow: 0 3px 4px 0 rgb(44 71 146 / 25%);
  background-color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all .6s ease;
  transition-delay: .32s;
  will-change: transform;
}
.tech-card-hove::after {
  content: "In the era of Digital Transformation, your business needs processes ...";
  position: absolute;
  width: 170px;
  top: 111px;
  opacity: 0;
  font-size: 13px;
  color: #5d6494;
  line-height: 20px;
  transition: all .3s ease;
  transition-delay: .32s;
  text-align: center;
}
.tech-ser-pic {
  position: relative;
  margin-top: 8px;
  transition: all .6s ease;
  transition-delay: .32s;
  will-change: transform;
}
.gbitnewicons {
  max-width: 80px;
}
.tech-text {
  position: relative;
  top: -32px;
  width: 200px;
  text-align: center;
  transition: all .4s ease;
  transition-delay: .32s;
}
.tech-title {
  font-size: 20px;
  color: #ffffff;
  margin-top: 46px;
  font-weight: 500;
 
}
.tech-ser-main-in:hover .tech-card-hove {
  box-shadow: 0 3px 4px 0 rgb(44 71 146 / 25%);
  transition-delay: .32s;
}
.tech-ser-main-in:hover .tech-icon {
  transform: translateY(-32px) scale(6);
}
.tech-ser-main-in:hover .tech-card-hove::after {
  opacity: 1;
}
.tech-ser-main-in:hover .tech-ser-pic {
  transform: translateY(-48px) scale(1);
}
.tech-ser-main-in:hover .tech-text {
  opacity: 0;
  transform: translateY(-4px) scale(.8);
}
/* banner-inner-page */
#bnr-inner-main {
  background-size: cover;
  background-attachment: fixed;
  text-align: center;
  position: relative;
  background-position: top;
  background-repeat: no-repeat;
  position: relative;
}
#bnr-inner-main::before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.bnr-inner {
  opacity: 1;
  text-align: center;
  position: absolute;
  left: 87%;
  top: 94%;
}
.bnr-inner h2 {
  display: none;
  /* font-size: 35px;
  font-weight: 700;
  color: #000;
  width: 100%;
  margin: 10px 0px; */
}
.bnr-inner ul {
  border-radius: 30px;
  background: var(--red);
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 13px;
  color:white;
}
.bnr-inner a{
  font-size:18px;
  color:#fff;
  font-weight: 700;
}
.bnr-inner span{
  font-size: 18px;
  color: white;
  font-weight: 500;
}
.bnr-inner a::after{
  content: '/';
  margin: 0px 10px;

  text-align: center;
}
/* contact */
#contact-main{
  padding: 50px 0px;
}
.contact-head{
  margin: 20px 0px;
}
.contact-head h3{
  font-size:30px;
  font-weight:700;
  color: var(--black);
}
.contact-head hr{
  width:150px;
  border: solid 1px var(--pink);
  background-color: var(--pink);
}
.contact-details-sec{
  padding: 15px;
}
.contact-details-sec h3{
  font-size:25px;
  font-weight: 600;
  color:#000;
  padding:0px;
  margin: 0;
}
.contact-details-sec hr{
  width:80px;
  margin:15px 0;
  border:solid 1px var(--pink);
  background-color: var(--pink);
}
.contact-details-sec ul{
  padding:0;
}
.contact-details-sec ul li{
  list-style-type:none;
  display: flex;
}
.list-cont-space{
  margin: 15px 0px;
}
.contact-details-sec i{
  padding: 6px 15px;
}
.contact-details-sec span{
  font-size:18px;
  color:#000;
}
.contact-details-sec a{
  text-decoration:none;
  color:var(--pink);
  font-size:18px;
  font-weight: 600;
  display: contents;
}
.form-input-sec{
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 10px 10px;
}
.form-input-sec i{
  color:var(--white);
  background-color: var(--red);
  padding: 20px;
}
.form-input-sec input{
  padding: 15px;
  border: solid 1px #ccc;
  width:100%;
}
.form-input-sec input:focus-visible{
  outline:none;
}
.form-textarea-sec{
  display: flex;
  position: relative;
  padding: 10px 10px;
}
.form-textarea-sec i{
  padding:20px;
  background-color: var(--red);
  color: var(--white);
  display: block;
  height:55px;
  position: absolute;
  top:10px;
  left:11px;
}
.form-textarea-sec textarea{
  padding:15px 70px;
  border: solid 1px #ccc;
  width:100%;
}
.form-textarea-sec textarea:focus-visible{
  outline:none;
}
.form-textarea-sec::placeholder{
  padding:0px 50px;
}
.cont-sub{
  margin-top: 20px;
  margin-bottom: 20px;
}
.cont-sub button{
  padding:10px 15px;
  font-size:15px;
  background-color:var(--red);
  border: solid 1px var(--red);
  color: var(--white);
  text-decoration:none;
  transition:0.5s all;
}
.cont-sub button:hover{
  border: solid 1px var(--red);
  background-color:var(--white);
  color:var(--red);
}
.map-section{
  margin: 0;
  padding: 0;
}
.map-section iframe{
  width:100%;
  height: 500px;
  object-fit: cover;
  display:block;
}
.cont-social{
  margin-top: -20px;
  margin-left: 15px;
  padding: 15px;
}
.cont-social li{
  list-style: none;
}
.cont-social h3{
  font-size:18px;
  color: var(--black);
  font-weight:600;
  padding:0;
}
.cont-social ul{
  margin:0;
  padding: 0;
  display: flex;
  align-items: center;
}
.cont-social a{
  display: inline-block;
    height: 40px;
    width: 40px;
    line-height: 45px;
    text-align: center;
    border-radius: 5px;
    margin: 0px 5px;
    color: var(--white);
    transition:0.5s all;
}
.cont-social i{
  font-size:18px;
}
/* about-section */
#about-main-in{
  padding-top: 80px;
  padding-bottom: 50px;
}
#about-main-in .row{
  display: flex;
  align-items: center;
  justify-content: center;
}
.abot-tt-text-inside{
  margin: 10px 0px;
}
.abot-tt-text-inside span{
  font-size:25px;
  color: var(--red);
  font-weight:700;
  position: relative;
  margin-left:35px;
}
.abot-tt-text-inside span::after{
  position: absolute;
  content:'';
  left:-35px;
  top:15px;
  width:30px;
  border: solid 1px var(--red);
  background-color: var(--red);
}
.abot-tt-text-inside h3{
  font-weight: bold;
  font-size: 30px;
  color: var(--black);
  margin-bottom:50px;
  margin-top:20px;
}
.abot-tt-text-inside p,
.abot-tt-secnd-text p{
  margin-bottom: 30px;
  line-height: 30px;
  color:#4F5256;
}
.abot-tt-secnd-text{
  margin: 10px 0;
}
.abot-tt-secnd-text h3{
  font-size: 24px;
  font-weight: 600;
  margin-bottom: 20px;
}
.vision-class{
  border-right: 2px dashed #f9fafb
}
.abot-vision{
  margin: 15px 0;
}
.abot-mision{
  padding-left:30px;
}
.abot-vision h3{
  color: var(--white);
  font-size: 24px;
  font-weight: 600;
  margin-bottom: 30px;
  text-align: center;
  text-decoration: underline;
  text-underline-offset: 5px;
}
.abot-vision p{
  margin-bottom:0;
  line-height: 30px;
 color:#f9fafb;
}
#about-vision-main{
  padding: 80px 0;
  background-color:var(--red);
}
#about-vision-main .row{
  display: flex;
  align-items: center;
  justify-content: center;
}
#why-c-us-main{
  padding: 80px 0; 
  position: relative;
}
#why-c-us-main .row{
  display: flex;
  align-items: center;
  justify-content: center;
}
#why-c-us-main .circle img, #why-c-us-main .circle2 img {
  width: 150px !important;
  filter: grayscale(1) sepia(3) hue-rotate(-50deg) saturate(25) brightness(0.8);
}
#why-c-us-main .circle {
  position: absolute;
  right: 0;
  top: -50px;
  z-index: -1;
}
#why-c-us-main .circle2 {
  position: absolute;
  left: 0;
  bottom: 100px;
  z-index: -1;
}
#why-c-us-main .choose-sec{
  display: flex;
  flex-wrap: wrap;
  row-gap: 20px;
  column-gap: 50px;
}
#why-c-us-main .choose-sec .w-c-u-part1 {
  flex: 1 0 46%;
}
.w-c-u-img img{
  max-width: 100%;
  height: auto;
}
.w-c-u-text-sec h2{
  margin-bottom: 50px;
  font-weight: bold;
  font-size: 30px;
  color: var(--pink);
}
.w-c-u-part1{
  margin: 10px 0;
}
.w-c-u-part1 h3{
  font-weight: 600;
    color: var(--red);
    font-size: 24px;
    margin-bottom: 20px;
}
.w-c-u-part1 p{
  color:#4F5256;
    line-height: 30px;
}
.abot-frst-sec-img img{
  width:100%;
}
  /* inner-service */
  #second-service-card-main{
    padding:80px 0px;
  }
  .card-service-2{
    margin: 20px 0px;
  }
  .card-service-2 h2{
    font-size:35px;
    font-weight:700;
    color: var(--black);
    margin-bottom: 25px;
    text-transform: capitalize;
  }
  .card-service-2 hr{
    background-color: #000;
    width:100px;
    border: solid 1px var(--black);
  }
  .service-tag{
    margin-bottom:50px !important;
  }
  .service-tt-card-sec{
    margin: 10px 0px;
    box-shadow: 0px 0px 25px 0px rgba(204, 204, 204, 0.267);
    padding: 20px 50px;
    height: 330px;
    position: relative;
  }
  .service-tt-card-sec::after{
    position: absolute;
    content:'';
    background-color: var(--pink);
    height:5px;
    width: 100%;
    left: 0;
    bottom: 0;
    transition:0.5s all;
    z-index:-1;
  }
  .service-car2{
    margin: 10px 0px;
    box-shadow: 0px 0px 25px 0px rgba(204, 204, 204, 0.267);
    padding: 20px 50px;
    position: relative;
    height: 330px;
  }
  .service-car2::after{
    position: absolute;
    content:'';
    background-color: var(--pink);
    height:5px;
    width: 100%;
    left: 0;
    top: 0;
    transition:0.5s all;
    z-index:-1;
  }
  .service-car2:hover::after,
  .service-tt-card-sec:hover::after{
    height:100%;
  }
  .service-tt-card-img{
    margin: 30px 0px;
    transition: 0.5s all;
  }
  .service-tt-card-img img{
    max-width:80px;
    height: auto;
    object-fit: cover;
    transition: 0.5s all;
  }
  .service-car2:hover .service-tt-card-img img,
  .service-tt-card-sec:hover .service-tt-card-img img{
    filter: invert(1);
  }
  .service-tt-card-text{
    margin: 30px 0px;
  }
  .service-tt-card-text h3{
    font-size:var(--pink);
    margin: 20px 0px;
    font-size:25px;
    font-weight:700;
    transition: 0.5s all;
  }
  .service-car2:hover .service-tt-card-text h3,
  .service-car2:hover .service-tt-card-text p,
  .service-tt-card-sec:hover  .service-tt-card-text p,
  .service-tt-card-sec:hover  .service-tt-card-text h3{
    color: var(--white);
  }
  .service-tt-card-text hr{
    background-color: var(--black);
    width:150px;
    border: solid 1px var(--pink);
    transition: 0.5s all;
  }
  .service-tt-card-sec:hover  .service-tt-card-text hr{
    background-color: var(--white);
    border: solid 1px var(--white);
  }
  .service-tt-card-text p{
    font-size:16px;
    color: var(--black);
    margin: 20px 0px;
    transition: 0.5s all;
  }
  /* blogs */
  .blog-card-sec{
    margin:40px 40px;
  }
  .blog-card-sec hr{
    width:100%;
    border: solid 1px var(--pink);
    background-color: var(--pink);
    margin-top: 10px;
  }
  .section_padding {
    padding: 35px 0;
  }
  .section_heading {
    margin-bottom: 30px;
  }
  .section_heading h2 {
    color: #222;
    font-size: 40px;
    font-weight: 700;
    margin-bottom: 25px;
    line-height: 30px;
    text-transform: uppercase;
  }
  .section_heading h2 span {
    color:var(--pink);
  }
  .section_heading p {
    font-size: 16px;
    margin: 10px 0 5px;
  }
  .blog-card-inside-img img{
    width:100%;
    height: 300px;
    object-fit: cover;
  }
  .blog-card-inside-text{
    margin:10px 0px;
  }
  .blog-card-inside-text h3{
    font-size:22px;
    font-weight:500;
    color:var(--black);
    margin: 10px 0px;
    line-height:38px;
  }
  .blog-card-inside-text p{
    font-size:15px;
    color: #222;
    margin-top: 20px;
    margin-bottom: 20px;
  }
  .blog-card-tags{
    margin: 15px 0px;
    display: flex;
    align-items: center;
  }
  .blog-card-tags span{
    font-size: 16px;
    color: #222;
  }
  .blog-card-tags a{
    color: var(--pink);
    font-size:15px;
    font-weight:700;
  }
  .blog-card-tags p{
    font-size:16px;
    color: #222;
    margin-left:20px;
    margin-top: 0;
    margin-bottom: 0;
    color: var(--pink);
  }
  .blog-card-tags i{
    color: var(--black);
  }
  .blog-social-space{
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  .blog-social{
    margin: 10px 0px;
    display: flex;
    align-items: center;
  }
  .blog-social p{
    font-size:16px;
    color: #222;
    margin-top: 0;
    margin-bottom: 0;
    margin-right: 5px;
  }
  .blog-social a{
    font-size:16px;
    color:#222;
    margin: 0px 3px;
    transition: 0.5s all;
  }
  .blog-social a:hover{
    color: var(--pink);
  }
  .blog-read{
    margin: 10px 0px;
  }
  .blog-read a{
    font-size:16px;
    color:#222;
    margin: 0px 3px;
  }
  /* captcha */
  .contact-button input{
    padding: 15px;
    border: solid 1px #ccc;
    width:100%;
    margin-bottom: 10px;
    margin-top: 10px;
  }
  .cap-btn{
    background-color: var(--black) !important;
    border: solid 1px var(--black) !important;
    margin-top: 20px;
  }
  .cap-btn:hover{
    border: solid 1px var(--white) !important;
    background-color: transparent !important;
    color: var(--white) !important;
  }
  #captcha {
    font-size: 22px;
    letter-spacing: 3px;
    float: left;
    margin-left: 10px;
    margin-top:10px;
    padding: 0px 10px;
    color: var(--red);
  }
  .cap-sec {
    margin-top:10px;
    text-align: end;
    width: 100%;
    background:#ebebeb;
    border:solid 1px #ccc;
  }
  .cap-sec button {
    background-color: var(--red);
    border: solid 1px transparent;
    color: var(--white);
    padding: 14px 20px;
    text-align: end !important;
  }
  .cap-sec i{
    font-size:20px;
    color:var(--white);
  }
  .gradient-background {
   height:100vh;
    position: relative;
    overflow: hidden;
}
.gradient-background::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 147px;
  background-image: linear-gradient(45deg, #fff -20%, #1e1e1e -5%);
  clip-path: polygon(0% 100%, 100% 100%, 100% 0%);
  z-index: 1;
}
.gradient-background::after {
  content: "";
  position: absolute;
  top: 0%;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(to bottom, transparent 20%, transparent 20%);
  z-index: 0;
}
  .sec_1{
    position: relative; 
  }
  .sec_1 .navbar {
    background: transparent;
    position: absolute;
    top: 0;
    z-index: 1;
    width: 100%;
}
  .carousel-item .banner-img {
    width:100%;
    height: 100vh;
    object-fit: cover;
}
.nav-link::before {
  background: #fff;
}
.gatway {
  height: 100vh;
  align-items: center;
  display: flex;
  justify-content: center;
  background-color: rgb(235, 231, 231 ,0.55);
}
.gatway .card{
  background-color: var(--black);
  width: 90%;
  border-radius: 0;
  border: transparent;
  height: 500px;
}
.gatway h2{
  font-weight: bold;
  font-size: 46px;
  line-height: color;
  color: var(--white);
  padding: 40px 50px;
}
.gatway .title h2{
  font-size: 36px;
}
.gatway .title h3{
color: var(--red);
font-weight: bold;
margin-bottom: 30px;
font-size: 38px;
}
.gatway p {
  line-height: 39px;
  text-align: justify;
  font-size: 20px;
}
.gatway .img_logo img{
width: 70%;
margin-bottom: 20px;
}
.red_strip{
  background-color: var(--red);
  padding: 30px;
  color: var(--white);
  position: absolute;
  width: 100%;
  bottom: 136px;
  width: 70%;
}
.gatway .g_un p {
  text-align: start;
  font-size: 25px;
  line-height: 30px;
}
.gatway .g_un h4{
font-size: 46px;
font-weight: bold;
border-bottom: 3px solid;
}
.gatway .g_un{
display: flex;
align-items: flex-start;
gap: 20px;
}
.gatway .red_strip h3{
font-weight: bold;
font-size: 45px;
}
.gatway .row1 .col-lg-8{
margin-top: 100px;
}
.gatway{
  position: relative;
}
.roadmap .card1{
  background-color: var(--red);
  padding: 41px;
  color: var(--white);
  width: 100%;
  bottom: 20px;
  border-radius: 0;
}
.card_title_1 h3{
font-weight: bold;
font-size: 56px;
width: 320px;
line-height: 60px;
}
.roadmap .crad_2 .card {
  display: flex;
  align-items: baseline;
  flex-direction: row;
  gap: 20px;
  border: transparent;
  border-radius: 0;
  padding: 0 40px 40px 40px;
  background-color: var(--white);
  color: var(--pink);
}
.roadmap .card_img{
  background-color: var(--black);
  padding: 10px 8px;
  border-radius: 0;
}
.roadmap .card_img img{
width: 150px;
}
.roadmap .card_img{
    font-weight: bold;
    position: relative;
    top: 0px;
}
.roadmap{
background-color: var(--black);
height: 100vh;
align-items: center;
display: flex;
justify-content: center;
}
.roadmap .card p{
  text-align: justify;
}
.roadmap .card h4{
  font-weight: bold;
  font-size: 24px;
}
.roadmap .row{
  row-gap: 20px;
}

/* roadmap section */

.roadmap_section{
  height: 100vh;
  align-items: center;
  display: flex;
  justify-content: center;
  margin-top:50px;
}
.map_box{
  position: relative;
}
.map_box .card{
  width: 280px;
  border: 0;
  background-color: #e9ecef;
  border-radius: 0;
  top: 0;
  padding: 10px;
}
.map_box img:nth-child(1){
  width: 300px;
  position: relative;
  top: 22px;
  right: -1px;
}
.map_box h4{
color: white;
    font-size: 22px;
    font-weight: bold;
    position: absolute;
    top: -37px;
    margin: 0;
}
.map_box p{
text-align: justify;
line-height: 23px;
}
.map_box.box1 {
  position: absolute;
  top: -50px;
  right: 310px;
}
.roadmap_img{
  position: relative;
}
.map_box {
border-left: 2px solid black;
}
.map_box.box2 {
  position: absolute;
  right: 67px;
  top: 281px;
}
.map_box.box3 {
  position: absolute;
  top: 556px;
  right: 226px;
}
.map_box.box1 img:nth-child(1) {
  top: 0px;
  right: 0px;
}
.map_box.box1 img{
  height:85px;
}
.map_box.box1 h4{
  top:-55px;
}
.map_box.box1 .card {
  top: -27px;
}
.map_box.box3 {
  position: absolute;
  top: 525px;
  right: 226px;
}
.map_box.box5 {
  position: absolute;
  right: 67px;
  top: 250px;
}
.map_box .card p{
margin: 0;
}
.map_box.box_right1 {
  width: 304px;
  top: 591px;
  border-left: none;
  border-right: 2px solid black;
  left: 313px;
}
.map_box.box_right2 {
  width: 304px;
  left: 53px;
  top: 240px;
  border-left: none;
  border-right: 2px solid black;
}
.map_box.box_right3 {
  width: 304px;
  height: 200px;
  left: 150px;
  top: 72px;
  border-left: none;
  border-right: 2px solid black;
}
.map_box.box_right4 {
  width: 304px;
  height: 251px;
  left: 242px;
  top: -95px;
  border-left: none;
  border-right: 2px solid black;
}
.map_box .card.second{
  left:20px;
}
.map_box .box2 .box_right2{
  border-left:none;
  border-right:2px solid black;
}
.map_box .an-img {
  margin-top: -23px;
}
.arrow-img i{
  display: none;
}
.arrow-img2 i{
  display: none;
}
.arrow-img3 i{
  display: none;
}
.arrow-img4 i{
  display: none;
}
.arrow-img5 i{
  display: none;
}
.arrow-img6 i{
  display: none;
}
.extra-img{
  display:none;
}
.gree {
  display: block;
  text-align: center;
}
.green-card{ 
  margin:0px 10px;
  border:1px solid var(--red);
  color:var(--red);
  transition: all 0.3s ease-in-out;
 text-align: center;
  background-color: var(--white)
}
.green-card:hover{
  transition: all 0.3s ease-in-out;
  border:1px solid var(--red);
  color:var(--red);
  background-color:var(--white);
}
.green-card p{
  font-weight: 500;
  padding:5px 5px;
  line-height: 20px;
  text-align: center !important;
  font-size: 14px;
  margin-bottom:0px;
}
.arrow-right i{
  margin-top:30px;
}
.arrow-down{
  display:none;
}
.arrow-right{
  display:none;
}
#card1{
  background-color:var(--red);
  color:white; 
}
.student-green{
  height:100vh;
  display:flex;
  align-items: center;
  justify-content: center;
  padding:50px 0px;
  background-color: #f7f4f4;
}
.student-green h1{
  font-size:31px;
  font-weight:bold;
  line-height:37px;
  color:var(--red);
}
.student-green p{
  font-size: 16px;
  line-height: 28px;
  text-align: justify;
}
#bnr-inner-main img { 
  opacity:1;
}
.fa-location-dot:before  {
  content: "\f3c5";
  color: var(--red);
}
.fa-phone:before{
  color:var(--red);
}
.contact-details-sec .fa-envelope:before {
  color:var(--red);
} 
.cont-social ul li:nth-child(1) a {
  background-color:  #3b5998;
}
.cont-social ul li:nth-child(2) a{
  background-color:#1DA1F2;
}
.cont-social ul li:nth-child(3) a{
  background: radial-gradient(circle at 30% 107%, #fdf497 0%, #fdf497 5%, #fd5949 45%,#d6249f 60%,#285AEB 90%);
}
.cont-social ul li:nth-child(4) a{
  background: #1565c0;
}
.cont-social a:hover i{
animation: slide 1s ease;

@keyframes slide{
  0%{
    transform: translateX(0);
  }
  50%{
    transform: translateX(20px);
    opacity: 0;
  }
  51%{
    transform: translateX(-20px);
    opacity: 0;
  }
  100%{
    transform: translateX(0);
  }
}
}
.nav-to{
  display:none;
}
/* new road map */
#company-hiring { 
  background:#f1f6fe;
   text-align:center;
    padding-bottom:0px;
     overflow:hidden;
     }
#company-hiring .container {
   position:relative;
   }
#company-hiring .view-all {
   position:absolute;
    right:0px;
     top:0px; 
     color:var(--red);
     font-weight: bold;
    }
  #company-hiring .btn-main{
    position: absolute;
    right:0px;
  }
#company-hiring .lead { 
  margin-bottom:100px;
  font-size: 35px;
  font-weight: bold;
 }
 #company-hiring .stats-bg {
  width: 100%;
  height: 642px;
  background: #e7ebfb;
  margin: 0 auto;
  position: relative;
  color: white;
  text-shadow: 0 1px 0 #000;
  border: 1px solid var(--red);
  border-top-left-radius:1000px;
  border-top-right-radius:1000px;
  border-bottom:transparent;
 }
#company-hiring .stats-bg ul li:active  #company-hiring .stats-bg .round .content p{
 color:var(--red);
}

#company-hiring .stats-bg ul li.active  .career {
  background-color: var(--red); 
  box-shadow: rgba(17, 17, 26, 0.1) 0px 4px 16px, rgba(17, 17, 26, 0.1) 0px 8px 24px, rgba(17, 17, 26, 0.1) 0px 16px 56px;
  font-size: 16px;;
}
#company-hiring .stats-bg ul li.active  .career img {
  max-width: 60px;
  max-height: 60px;
  filter: grayscale(100%) contrast(0%) brightness(1000%);
}
#company-hiring .stats-bg ul li {
  margin: 0;
  padding: 10px;
  border: none;
}
#company-hiring .stats-bg .round {
    position:absolute; 
    left:50%; 
    bottom:-2px;
   }
#company-hiring .stats-bg .round .sm-round { 
  width:11px;
   height:11px; 
   border-radius:50%;
    background:#d8d8d8;
     border:1px solid #979797; 
     display:inline-block;
      position:absolute; 
    }
#company-hiring .stats-bg .round.round1 {
   width:260px;
    height:119px; 
    margin-left:-130px;
     border-top-left-radius: 200px; 
     border-top-right-radius: 200px;
      bottom:-19px; 
    }
#company-hiring .stats-bg .round.round1 .sm-round  {
   left:12px; 
   top:49px; 
  }
#company-hiring .stats-bg .round.round2 .sm-round  { 
  left:111px; 
  top:31px; 
}
#company-hiring .stats-bg .round.round3 .sm-round  {
   left:154px;
    top:61px; 
  }
#company-hiring .company-list { 
  position:absolute; 
  left:50%; 
  top:55px; 
  width:1000px;
   height:910px;
    border:1px solid #dadada; 
    border-radius:50%;
     margin-left:-500px; 
    }
#company-hiring ul { 
  margin:0px; 
  padding:0px;
   list-style-type:none;
   }

  @keyframes borderColorChange {
    0% {
      border-color: #d8d8d8; 
    }
    100% {
      background-color: var(--red);
    }
  }
  @keyframes rotate {
    0% {
      transform: rotate(0deg);
    }
    25% {
      transform: rotate(90deg); 
    }
    50% {
      transform: rotate(180deg);
    }
    75% {
      transform: rotate(270deg); 
    }
    100% {
      transform: rotate(360deg);
    }
  }
  #company-hiring ul li .career {
    width: 100px;
    height: 100px;
    background: #fff;
    border: 1px solid #d8d8d8;
    text-align: center;
    display: inline-block;
    position: absolute;
    border-radius: 50%;
    line-height: 98px;
    display: flex; 
    justify-content: center;
    align-items: center;
    padding:5px;
  }
  #company-hiring ul .first-li {
    display: flex;
   flex-direction:row;
   position: relative;
  }
  #company-hiring ul li:nth-child(1) .career-text {
    position: absolute;
    top: 540px;
    left: 80px;
}
#company-hiring ul li:nth-child(2) .career-text {
  left: 133px;
  top: 360px;
  position: absolute;
}
#company-hiring ul li:nth-child(3) .career-text {
  left: 231px;
  top: 214px;
  position: absolute;
}
#company-hiring ul li:nth-child(10) .career-text {
  left: 1132px;
  top: 521px;
  position: absolute;
}
#company-hiring ul li:nth-child(9) .career-text {
  left: 1080px;
  top: 366px;
  position: absolute;
}
#company-hiring ul li:nth-child(8) .career-text {
  left: 992px;
  top: 194px;
  position: absolute;
}
#company-hiring ul li:nth-child(7) .career-text {
  left: 923px;
  top: 135px;
  position: absolute;
}
#company-hiring ul li:nth-child(6) .career-text {
  left: 689px;
  top: 79px;
  position: absolute;
}
#company-hiring ul li:nth-child(5) .career-text {
  left: 470px;
  top: 76px;
  position: absolute;
}
#company-hiring ul li:nth-child(4) .career-text {
  left: 267px;
  top: 127px;
  position: absolute;
}
  #company-hiring ul li .career-text p{
   color:black;
   font-size: 16px;
   font-weight:500;
    }
    #company-hiring ul li:nth-child(1) .career {
      left: -42px;
      top: 500px;
      animation-delay: 0s;
  }
  #company-hiring ul li:nth-child(2) .career {
    left: 14px;
    top: 320px;
    animation-delay: 1s;
  }
  #company-hiring ul li:nth-child(3) .career {
    left: 115px;
    top: 160px;
    animation-delay: 2s;
}
#company-hiring ul li:nth-child(4) .career {
  left: 271px;
  top: 19px;
  animation-delay: 2s;
}
#company-hiring ul li:nth-child(5) .career {
  left: 465px;
  top: -37px;
  animation-delay: 4s;
}
#company-hiring ul li:nth-child(6) .career {
  left: 687px;
  top: -32px;
  animation-delay: 5s;
}
#company-hiring ul li:nth-child(7) .career {
  left: 912px;
  top: 29px;
  animation-delay: 6s;
}
#company-hiring ul li:nth-child(8) .career {
  left: 1076px;
  top: 160px;
  animation-delay: 7s;
}
#company-hiring ul li:nth-child(9) .career {
  left: 1178px;
  top: 320px;
  animation-delay: 8s;
}
#company-hiring ul li:nth-child(10) .career {
  left: 1233px;
  top: 500px;
  animation-delay: 9s;
}
#company-hiring ul li .career img {
  max-width: 60px;
  max-height: 60px;
  filter: invert(37%) sepia(134%) saturate(8964%) hue-rotate(-372deg);
}
#company-hiring {
  display: flex;
  align-items: center;
  justify-content: center;
  padding:50px 0px 0px;
}
  #company-hiring .stats-bg .animate {
    position:relative;
    top:-12px;
    height:955px;
    width:960px;
}  
#company-hiring .stats-bg .round.round2 {
   width:510px;
    height:250px;
     bottom:-16px;
      margin-left:-255px;
       border-top-left-radius: 350px; 
       border-top-right-radius: 350px;
      }
#company-hiring .stats-bg .round.round3 {
  width: 765px;
  height: 375px;
  bottom: 0px;
  margin-left: -411px;
  border-top-left-radius: 450px;
  border-top-right-radius: 450px;
}
#company-hiring .stats-bg .round .content {
  margin-top: 0px;
}
#company-hiring .stats-bg .round .content figure { 
  width:40px;
   height:40px;
    margin:0px auto 13px auto; 
  }
#company-hiring .stats-bg .round .content figure img {
  max-width: 110px;
  max-height: 110px;
}
#company-hiring .stats-bg .round .content h4 {
  text-align: center;
  margin-top: 84px;
  font-weight: 600;
  margin-left: 75px;
  font-size: 25px;
  margin-bottom: 10px;
  color:var(--red);
}
#company-hiring .stats-bg .round .content p {
  text-align: center;
  font-size: 16px;
  margin-left: 85px;
  color: var(--black);
}
#company-hiring .view-all{
  border: none;
  display: block;
  text-align: center;
  cursor: pointer;
  text-transform: uppercase;
  outline: none;
  overflow: hidden;
  position: relative;
  color: var(--white) !important;
  font-weight: 700;
  background-color:var(--white);
  padding: 12px 25px;
  border:transparent;
  box-shadow: 0 5px 15px rgba(0,0,0,0.20);
}
#company-hiring .view-all a {
  position: relative; 
  z-index: 1;
}
#company-hiring .view-all:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  height: 490%;
  width: 175%;
  background: var(--red);
  -webkit-transition: all .5s ease-in-out;
  transition: all .5s ease-in-out;
  -webkit-transform: translateX(-98%) translateY(-25%) rotate(45deg);
  transform: translateX(-98%) translateY(-25%) rotate(45deg);
}
#company-hiring .view-all:hover:after {
  -webkit-transform: translateX(-9%) translateY(-25%) rotate(45deg);
  transform: translateX(-9%) translateY(-25%) rotate(45deg);
}
#company-hiring .view-all:hover a{
  color:white;
}
.an_line::after {
  position: absolute;
  content: '';
  height: 2px;
  width: 50px;
  background-color: #000;
  left: 0;
  top: 0;
  bottom: 0;
 -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}
.road_card:hover .an_line::after{
  background-color: white;
  width:100%;
}
.img_an_logo{
width: fit-content;
display: flex;
align-items: center;
justify-content: center;
padding: 10px;
margin-bottom: 10px;
}
.an_li hr {
  border-color: red;
}
.road-com{
  display:none;
}
.con {
  margin: 0px auto;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 400px;
}
.sec_1 #carouselExampleSlidesOnly .carousel-indicators [data-bs-target] {
  width: 15px;
  height: 15px;
  border-radius: 50%;
  background-color: #e5e5e5;
  border: 2px solid white;
}

.sec_1 #carouselExampleSlidesOnly .carousel-indicators {
  justify-content: end;
  margin-right: 3%;
  margin-left: 3%;
  margin-bottom: 10%;
}

.sec_1 #carouselExampleSlidesOnly .carousel-indicators .active {
  background-color: red !important;
  border: 2px solid white !important;
  opacity: 1 !important;
}

.carousel-control-next-icon {
  background-color: red;
  opacity:1;
  position: relative;
}
.head-nav{
  display:block;
}
.nav-to{
  display:none;
}
.carousel-control-prev-icon {
  background-color: red;
  opacity:1;
  position: relative;
}
.green-card-sec{
  display: flex;
  background: #e9ecef;
  align-items: center;
  justify-content: center;
  padding: 50px 0px;
}
.green-card-sec .abot-tt-text-inside h3{
  margin-bottom:20px;
}
.green-card-sec .abot-tt-text-inside p {
  margin-bottom: 15px;
}
.green-steps {
  margin-top: 42px;
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 15px;
  margin-bottom:10px;
}

.hexagon {
  position: relative;
  width: 200px;
  height: 168.74px;
  background-color: var(--red);
  clip-path: polygon(25% 0%, 75% 0%, 100% 50%, 75% 100%, 25% 100%, 0% 50%);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  color: white;
  text-align: center;
  padding: 20px 10px;
  overflow: hidden; 
 
  transition: background-color 0.3s ease, border-color 0.3s ease; 
}

.hexagon img {
  width: 30%;
  filter: brightness(0) invert(1);
}

.hexagon h1 {
  font-size: 16px; 
  margin-top: 15px;
  display: flex; 
  align-items: center; 
  position: relative;
}
.hexagon:hover{
  overflow: hidden;
  background-color: white;
  color:var(--red);
 
  border: 3px solid var(--red);
  clip-path: polygon(25% 0%, 75% 0%, 100% 50%, 75% 100%, 25% 100%, 0% 50%);
  box-shadow: rgba(0, 0, 0, 0.25) 0px 54px 55px, rgba(0, 0, 0, 0.12) 0px -12px 30px, rgba(0, 0, 0, 0.12) 0px 4px 6px, rgba(0, 0, 0, 0.17) 0px 12px 13px, rgba(0, 0, 0, 0.09) 0px -3px 5px;
}


.hexagon:hover img{

filter: invert(37%) sepia(134%) saturate(8964%) hue-rotate(-372deg);
}
