@import url('https://fonts.googleapis.com/css2?family=Space+Grotesk:wght@300..700&display=swap');
  html {
    scroll-behavior: smooth;
  }

body {
    font-family: "Space Grotesk", sans-serif;
    margin: 0;
    padding: auto;
}

a,
span,
div,
p,
label,
input,
select,
h1,
h2,
h3,
h4,
h5,
h6,
strong,
button,
div {
  font-family: "Space Grotesk", sans-serif;
}

.container{
  max-width: 1320px !important;
  width: 100%;
}
ul{
  margin: 0;
  padding: 0;
}
li{
  list-style: none;
}

a{
  color: #fff;
  text-decoration: none;
  transition: 0.3s;
}

a:hover{
  color: #46C9FB !important;
}


/* ------------HOME_PAGE-------------------- */

.sub-menu .drop-menu {  
 
  background: #000;
  padding: 0px 20px;
  width: 100%;
  border-radius: 15px;
  border: 1px solid rgba(255, 255, 255, 0.20);
  box-shadow: 0 3px 25px 0px rgb(0 0 0 / 7%), 0 0 0 rgb(0 0 0 / 10%) inset;
  
  

}
.sub-menu .menus_inner {  
  position: absolute; 
  padding: 28px 0px 0;
  visibility: hidden;
  opacity: 0;
  transform-origin: 0 0;
  transform: rotateX(-90deg);
  transition: 0.5s;
  width: 100%;
  left: 0;

}

ul.main_menu_parent li.nav-menu.sub-menu:hover > a {
  color: #46C9FB  !important;
}

.sub-menu .drop-menu a {
  display: block;
  margin: 8px 0 8px;
  font-size: 14px;
  font-weight: 200 !important;
}

li.nav-menu.sub-menu.position-relative ul.drop-menu {
  width: 140px;
  padding: 0px 15px 0;
  border-radius: 10px;
}

li.nav-menu.sub-menu.data.position-relative ul.drop-menu {
  width: 260px;
}

.sub-menu .drop-menu .sub_menus.services {
  display: flex;
  justify-content: space-between;
}

.sub-menu .drop-menu .sub_menus.services ul h4 {
  text-transform: capitalize;
  font-size: 14px;
  font-weight: 400!important;
  letter-spacing: 0;
  color: #fff;
  margin-bottom: 8px;
  width: 100%;
  display: block;
  padding: 0 0 6px;
  border-bottom: 1px solid #ffffff36;
  display: flex;
  align-items: center;
  gap: 8px;
  color: #46c9fb;
}

.menu {
  position: relative;
}

.sub-menu .drop-menu {
  padding: 15px 20px 5px;
}

.sub-menu .drop-menu .sub_menus.services ul h4 img {
  width: 18px;
}

.sub-menu .drop-menu li:last-child a {
  border-bottom: 0px solid #ffffff36;
}

.sub-menu:hover .menus_inner {
  visibility: visible;
  opacity: 1;
  filter: alpha(opacity = 100);
  -webkit-transform: rotateX(0);
  transform: rotateX(0);
}

.sub_menus.Industries ul {
  display: flex;
  flex-wrap: wrap;
  gap: 15px 0px;
}

.sub_menus.Industries ul li {
  display: flex;
  align-items: center;
  gap: 10px;
  width: 33.33%;
}

.sub-menu .drop-menu .sub_menus.services.technologies ul {
  width: 23%;
}

.social .call img {
  width: 25px;
  border-radius: 3px;
}

.social .call a {
  display: flex;
  align-items: center;
  gap: 5px;
}


header {
  border-bottom: 1px solid rgb(255 255 255 / 16%);
}

.hero-img img {
  animation: linear infinite;
  animation-name: run;
  animation-duration: 3s;
}
@keyframes run {
  0% {
    margin-right: 0;
  }
  50% {
    margin-right: 10px;
  }
  100% {
    margin-right: 0;    
  }
}

.social {
  border-left: 1px solid #ffffff29;
  margin: 0 0 0 5px;
  padding: 0 0 0 10px;
}

.social .icon a {
  display: flex;
  width: 25px;
  height: 25px;
  background: #ffffff45;
  color: #ffffff;
  justify-content: center;
  align-items: center;
  font-size: 12px;
  border-radius: 50px;
}

.social .icon {
  border-left: 1px solid #ffffff29;
  margin: 0 0 0 5px;
  padding: 0 0 0 10px;
}

header {
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 999;
  backdrop-filter: blur(20px);
}

section.hero {
  height: 700px;
  width: 100%;
  background-image: url(../images/Hero-banner/Hero-Bg.png);
  background-size: 100%;
  background-repeat: no-repeat;
  overflow: hidden;
}

.site-hero-part .hero-img {
  text-align: right;
}

.site-hero-part .hero-img img {
  width: 50%;
  opacity: 0.9;
}

.site-hero-part {
  position: relative;
}

.site-hero-part .hero_contant .conatant {
  position: absolute;
  top: 15%;
  max-width: 1320px;
  width: 100%;
  margin: 0 auto;
  padding: 0 15px;
}

.Technologies_with_icon h4 {
  width: 100%;
  margin: 20px 0 20px;
  text-align: center;
}

.site-hero-part .hero_contant .conatant .heading {
  text-align: center;
  margin: 0 0 10px;
}

section.hero {
  margin: 0 0 10px;
  border-bottom: 1px solid rgb(255 255 255 / 16%);
}

.site-hero-part .hero_contant .conatant .heading h1 {
  font-size: 60px;
  font-weight: 900;
  color: #e7f7ff;
}

.Technologies_with_icon {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}

.Technologies_with_icon a {
  padding: 10px 30px;
  margin: 0 10px 20px;
  border: 1px solid #ffffff66;
  border-radius: 50px;
  display: flex;
  align-items: center;
  gap: 15px;
  transition: 0.3s;
}

.Technologies_with_icon a svg {
  color: #fff;
  fill: #fff;
}

.Technologies_with_icon a:hover {
  background: #ffffff66;
}

.Technologies_with_icon a:hover svg {
  fill: #46C9FB !important;
}

.site-hero-part .hero_contant .conatant .button {
  text-align: center;
  margin: 40px 0 0;
}

.site-hero-part .hero_contant .conatant .button button {
  background: #46C9FB;
  color: #fff;
  padding: 14px 30px;
  border-radius: 8px;
  font-size: 16px;
  font-weight: 600;
  border: 0;
  box-shadow: none;
  transition: 0.3s;
}

.site-hero-part .hero_contant .conatant .button button img {
  margin-left: 5px;
  transition: 0.3s;
}

.site-hero-part .hero_contant .conatant .button button:hover img {
  margin-left: 10px;
}


/* --------------------- */

section.Enhancing_Business {
  margin: 70px 0;
  text-align: center;
}

section.Enhancing_Business .enhance_contant h2.title {
  font-size: 50px;
  font-weight: 600;
  color: #ffffff;
}

/* section.Enhancing_Business .enhance_contant p.para {
  font-size: 18px;
} */

section.Enhancing_Business .enhance_contant .enhance_data_main {
  margin: 50px 0 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

section.Enhancing_Business .enhance_contant .enhance_data_main .data-inner {
  width: 50%;
  padding: 20px 20px 20px;
}

section.Enhancing_Business .enhance_contant .enhance_data_main .data-inner div#value {
  font-size: 82px;
  font-weight: 600;
  color: #46C9FB;
}

section.Enhancing_Business .enhance_contant .enhance_data_main .data-inner h4 {
  font-size: 36px;
  font-weight: 600;
}

section.Enhancing_Business .enhance_contant .enhance_data_main .data-inner p {
  font-size: 22px;
  color: #666666;
}

section.Enhancing_Business .enhance_contant .enhance_data_main .data-inner.one {
  border-right: 1px solid rgb(255 255 255 / 16%);
  border-bottom: 1px solid rgb(255 255 255 / 16%);
}

section.Enhancing_Business .enhance_contant .enhance_data_main .data-inner.two {
  border-bottom: 1px solid rgb(255 255 255 / 16%);
}

section.Enhancing_Business .enhance_contant .enhance_data_main .data-inner.three {
  border-right: 1px solid rgb(255 255 255 / 16%);
}

section.Enhancing_Business .enhance_contant .enhance_data_main .data-inner .number {
  display: flex;
  justify-content: center;
  align-items: center;
}

section.Enhancing_Business .enhance_contant .enhance_data_main .data-inner .number span {
  font-size: 82px;
  font-weight: 600;
  color: #46C9FB;
  position: relative;
  top: -6px;
}

.site-footer {
  background-image: url(../images/footerbg.png);
  border-top: 1px solid rgb(255 255 255 / 16%);
}

/* .contant {
  color: #fff6;
} */

.site-footer .col-md-4 {
  border-left: 1px solid rgb(255 255 255 / 16%);
}

.site-footer .col-md-4:last-child {
  border-right: 1px solid rgb(255 255 255 / 16%);
}

.site-footer .contant {
  padding: 50px 30px 20px;
}

.site-footer .contant .logo a {
  display: block;
}

.site-footer .contant .logo p {
  margin: 20px 0 20px;
  color: #ffffff8c;
}

.site-footer .contant .logo .fooetr-social a {
  display: flex;
  align-items: center;
  justify-content: center;
  background: #ffffff57;
  width: 35px;
  height: 35px;
  border-radius: 50px;
  margin-right: 5px;
}

.site-footer .contant ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.site-footer .contant ul li {
  width: 50%;
  margin: 10px 0 0;
}

.site-footer .contant ul li a {
  color: #ffffff8c;
}

.site-footer .contant .inner {
  color: #ffffff8c;
}

.site-footer .contant .inner a {
  display: block;
  margin: 0 0 25px;
  font-size: 20px;
}

.site-footer .contant .inner span {
  display: block;
  color: #fff;
}

.site-footer .copyright {
  padding: 0px 0 15px;
}

.site-footer .copyright p {
  margin: 0;
  text-align: center;
}


.site-footer .copyright .col-md-12 {
  border-top: 1px solid rgb(255 255 255 / 16%);
  padding-top: 15px;
}

section.Driving-Success .contant .box {
  border: 1px solid rgb(255 255 255 / 16%);
  padding: 20px;
  border-radius: 10px;
  box-shadow: 0px 0 200px 0px #46c9fb2b;
}

section.Driving-Success .contant .box .top {
  display: flex;
  align-items: center;
  gap: 15px;
  margin: 0 0 10px;
  border-bottom: 1px solid rgb(255 255 255 / 16%);
  padding: 0 0 10px;
}

section.Driving-Success .contant .box .top h4 {
  margin: 0;
  font-size: 36px;
  font-weight: 900;
  color: #46C9FB;
  line-height: 24px;
}

section.Driving-Success .contant .box .top h4 span {
  font-size: 16px;
  font-weight: 400;
}

.title span {
  color: #46C9FB;
}

section.Driving-Success .contant .box p {
  min-height: 100px;
}

section.From-Code-to-Success .box {
  background-image: url(../images/row-bgimage-1.png);
  background-size: 100%;
  background-position: center;
  padding: 40px;
  border-radius: 10px;
  position: relative;
  overflow: hidden;
  border: 1px solid rgb(255 255 255 / 16%);
  box-shadow: 5px 5px 0px 2px #46c9fb2e;
}

section.From-Code-to-Success .box::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  background: #000;
  width: 100%;
  height: 100%;
  opacity: 0.6;
}

section.From-Code-to-Success .box .contant {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

section.From-Code-to-Success .box .contant .text h2 {
  margin: 0;
  font-weight: 900;
}

section.From-Code-to-Success .box .contant .button button {
  display: flex;
  background: #46C9FB;
  color: #fff;
  padding: 14px 30px;
  border-radius: 8px;
  font-size: 16px;
  font-weight: 600;
  border: 0;
  box-shadow: none;
  transition: 0.3s;
  align-items: center;
}

section.From-Code-to-Success .box .contant .button button img {
  transition: 0.3s;
  margin-left: 5px;
}

section.From-Code-to-Success .box .contant .button button:hover img {
  margin-left: 10px;
}

section.Services .conatnt .box {
  border: 1px solid rgb(255 255 255 / 30%);
  border-radius: 10px;
  /* box-shadow: 0px 0 200px 0px #46c9fb2b; */
  overflow: hidden;
  position: relative;
}

section.Services .conatnt {
  margin: 0 0 25px;
}

section.Services .conatnt .box .img img {
  width: 100%;
  transition: 0.3s;
  object-fit: cover;
}

section.Services .conatnt .box:hover .img img {
  filter: blur(8px);
  transform: scale(1.1);
}

section.Services .conatnt .box .text {
  position: absolute;
  bottom: -50px;
  padding: 0 20px;
  transition: 0.3s;
}

section.Services .conatnt .box .img::before {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  background: #000;
  opacity: 0.5;
  z-index: 0;
  transition: 0.3s;
}

section.Services .conatnt .box .img {
  position: relative;
}

section.Services .conatnt .box .text .top {
  display: flex;
  align-items: center;
  gap: 10px;
  margin: 0 0 10px;
}

section.Services .conatnt .box .text .top h4 {
  margin: 0;
}

section.Services .conatnt .box .text button {
  border: 0;
  background: #46C9FB;
  color: #fff;
  padding: 8px 30px;
  border-radius: 64px;
  border: 1px solid #ffffff73;
}

section.Services .conatnt .box .text button.transparant_btn {
  background: transparent;
  margin-right: 5px;
}

section.Services .conatnt .box:hover .text {
  bottom: 15px;
}

.ht-tech-logos .marquee__group li {
  background: #fff; 
  padding: 11px 15px;
  border-radius: 7px;
  list-style: none;
  margin: 10px 7px 10px;
}

.ht-tech-logos .marquee__group ul {
  display: flex;
  align-items: center;
  /* animation: marquee 10s linear infinite; */
}

.animate-slide-to-left {
  animation: slide_to_left 75s  linear infinite;
}


@keyframes slide_to_left {
  0% {
      transform: translateX(0)
  }

  to {
      transform: translateX(-50%)
  }
}

@keyframes slide_to_right {
  0% {
      transform: translateX(-50%)
  }

  to {
      transform: translateX(0)
  }
}

.ht-tech-logos {
  --duration: 60s;
  --gap: var(--space);
  display: flex;
  overflow: hidden;
  user-select: none;
  gap: var(--gap);
}

.animate-slide-to-left
{
  animation: slide_to_left 75s  linear infinite;
}
.animate-slide-to-right{
animation: slide_to_right 75s  linear infinite;
}
.hover\:pause:hover {
  animation-play-state: paused;
}
@keyframes slide_to_left {
  0% {
      transform: translateX(0)
  }

  to {
      transform: translateX(-50%)
  }
}

@keyframes slide_to_right {
  0% {
      transform: translateX(-50%)
  }

  to {
      transform: translateX(0)
  }
}

.award-animate-slide-to-left {
  animation: slide_to_left 15s linear infinite
}

.award-animate-slide-to-right {
  animation: slide_to_right 15s linear infinite
}

section.technology-sec .button button {
  margin: 50px 0 50px;
  text-align: center;
}

section.technology-sec .button button {
  background: #46C9FB;
  color: #fff;
  padding: 14px 30px;
  border-radius: 8px;
  font-size: 16px;
  font-weight: 600;
  border: 0;
  box-shadow: none;
  transition: 0.3s;
  align-items: center;
}

section.technology-sec .button {
  text-align: center;
}

section.technology-sec .button button img {
  margin-left: 5px;
  transition: 0.3s;
}

section.technology-sec .button button:hover img {
  margin-left: 10px;
}

.blog-boxes .box {border: 1px solid rgb(255 255 255 / 30%);border-radius: 10px;overflow: hidden;position: relative;}

.blog-boxes .box .img img {
    width: 100%;
    height: 350px;
    object-fit: cover;
}

.blog-boxes .box .img {
    position: relative;
}

.blog-boxes .box .img::before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: #000;
    opacity: 0.5;
}

.blog-boxes .box .text {
    position: absolute;
    bottom: 20px;
    padding: 0 20px;
}

section.Blog {
    margin: 0 0 100px;
}

.blog-boxes .box .text span.date {
  font-weight: 300;
  font-size: 14px;
  border: 1px solid #ffffff5e;
  padding: 3px 14px;
  display: inline-block;
  border-radius: 50px;
  margin: 0 0 10px;
  background: #ffffff5e;
}

.blog-boxes .box .text h5 {
  font-size: 14px;
  font-weight: 300;
}

section.Blog .button button {
  background: #46C9FB;
  color: #fff;
  padding: 14px 30px;
  border-radius: 8px;
  font-size: 16px;
  font-weight: 600;
  border: 0;
  box-shadow: none;
  transition: 0.3s;
  align-items: center;
  margin: 40px 0 0;
}

section.Blog .button {
  text-align: center;
}

section.Blog .button button img {
  margin-left: 5px;
  transition: 0.3s;
}

section.Blog .button button:hover img {
  margin-left: 10px;
}

.home-contact-sec {
  background: #000000;
  width: 100%;
  display: inline-block;
  padding: 0px 0 80px;
}
.home-contact-text h2 {
  color: #fff;
  margin: 10px 0 0;
}
.home-contact-text .home-content-certitified {
  display: flex;
  margin: 30px 0 0;
}
.home-contact-text .home-content-certitified span {
  display: flex;
  align-items: center;
  margin: 0 30px 0 0px;
}
.home-contact-text .home-content-certitified span h6,
.home-contact-text
  .home-content-certitified
  span
  .home-content-certitified-feature {
  color: #fff;
  font-size: 16px;
  font-weight: normal !important;
  margin: 0 0 0 9px;
}

.home-contact-sec .home-content-mail {
  border-top: 1px solid rgba(255, 255, 255, 0.2);
  padding-top: 45px;
  margin-top: 45px;
}
.home-contact-sec .home-content-mail span {
  display: flex;
}
.home-contact-sec .home-content-mail span h4,
.home-contact-sec .home-content-mail span .contct-know {
  font-size: 15px;
  line-height: 18px;
  color: #46C9FB;
  text-transform: capitalize;
  letter-spacing: 0;
  margin: 0 0 0 15px;
}
.home-contact-sec .home-content-mail span a {
  display: block;
  font-size: 22px;
  font-weight: 600;
  color: #fff;
  margin: 4px 0 0;
  text-transform: lowercase;
}
.home-content-form .fill-out-p,
.home-content-form h6 {
  color: #656d87;
  margin: 0 0 14px;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.2;
}
.home-content-form .input {
  margin: 0 0 18px;
}
.home-content-form input.home-text-box {
  width: 100%;
  border-radius: 5px;
  padding: 15px 15px;
  font-size: 14px;
  font-weight: normal;
  margin: 0 0 0px;
  position: relative;
  top: 0;
  outline: none;
  border: 1px solid rgb(255 255 255 / 16%);
  background: #222;
  color: #fff;
}

.home-content-form .error-message {
  color: #ff0000;
  font-size: 12px;
  top: -14px;
  position: relative;
}

.home-content-form textarea.home-text-box {
  width: 100%;
  height: 100px;
  padding: 15px;
  border-radius: 5px;
  position: relative;
  top: 0;
  outline: none;
  border: 1px solid rgb(255 255 255 / 16%);
  background: #222;
  color: #fff;
}

.home-content-form .home-select-form {
  margin: 30px 0;
  padding: 0 0 0 15px;
}
.home-select-form h4 {
  color: #747c97;
  text-transform: capitalize;
  font-size: 18px;
  letter-spacing: 0;
}
.home-select-form h4 a {
  color: #fff;
  text-decoration: underline;
}

.home-content-form .home-new-btn {
  text-align: center;
  width: 100%;
  background: #60cafd;
  border: 1px solid rgb(255 255 255 / 30%);
  color: #fff;
  padding: 14px 30px;
  border-radius: 8px;
  font-size: 16px;
  font-weight: 600;
  display: inline-block;
  margin: 20px 0 0;
  transition: 0.3s;
}


.home-contact-text p.short-name-sub {
    color: #46C9FB;
    margin: 0;
}

.home-content-form .home-new-btn:hover {
  background: #46C9FB;
  transform: scale(1.02);
}


/* ----------Inner_pages------------ */

section.inner-banner {
  background-image: url(../images/inner_page-bg.png);
  background-size: 100%;
  background-position: center;
  padding: 200px 0 20px;
}

section.SOLUTION-WITH-FORM {
  padding: 60px 0 60px;
}

section.SOLUTION-WITH-FORM .contant ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding-left: 20px;
}

.craft-services .title {
  border-top: 1px solid #ffffff33;
  padding: 40px 0 0;
}

section.SOLUTION-WITH-FORM .contant ul li {
  width: 45%;
  align-items: center;
  gap: 15px 15px;
  margin: 12px 0 12px;
  list-style: disc;
  font-size: 20px;
}

section.SOLUTION-WITH-FORM .contant h2 {
  font-size: 40px;
  margin: 20px 0 20px;
}

section.SOLUTION-WITH-FORM .contact-form {
  background: linear-gradient(0deg, #000, #222);
  padding: 20px 25px;
  border-radius: 20px;
}

section.SOLUTION-WITH-FORM .contact-form .top-tittle {
  text-align: center;
}

section.SOLUTION-WITH-FORM .contact-form .top-tittle h5 {
  font-size: 26px;
}

section.SOLUTION-WITH-FORM .contact-form  form {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 30px 0 0;
}

section.SOLUTION-WITH-FORM .contact-form form input {
  width: 49%;
  padding: 14px 10px;
  border: 0;
  outline: none;
  border-radius: 6px;
  margin: 0 0 20px;
}

section.SOLUTION-WITH-FORM .contact-form form textarea {
  width: 100%;
  padding: 14px 10px;
  border: 0;
  outline: none;
  border-radius: 6px;
  margin: 0 0 20px;
}

section.SOLUTION-WITH-FORM .contact-form form button {
  background: #46C9FB;
  border: none;
  color: #fff;
  text-transform: capitalize;
  margin: 0;
  padding: 15px 30px;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0;
  width: 100%;
  border-radius: 6px;
  transition: 0.3s;
}

section.SOLUTION-WITH-FORM .contact-form form button:hover {
  transform: scale(1.03);
}



/* ------------WEB-DEVELOPEMNT------------- */

.craft-services .craft-flex {
  margin: 20px 0 0;
  row-gap: 30px
}

.craft-services .craft-box {
  width: 32%;
  background: no-repeat padding-box #222;
  border: 1px solid rgb(255 255 255 / 16%);
  padding: 30px;
  position: relative;
  border-radius: 10px;
  box-shadow: 0px 0 200px 0px #46c9fb2b;
  transition: 0.5s;
}

.craft-services .craft-box:hover {
  box-shadow: 0 6px 9px #00000029
}

.craft-services .craft-head {
  font-size: 20px;
  line-height: 25px;
  position: relative;
  padding: 20px 0 0;
  font-weight: 600;
  display: inline-block;
}

.craft-services .craft-head:before {
  content: '';
  width: 77px;
  height: 4px;
  background: linear-gradient(89deg, #46C9FB 0, #46c9fb73 100%) no-repeat padding-box;
  position: absolute;
  top: 0;
  left: 0;
}

.craft-services .craft-box:hover .craft-head:before {
  width: 100%;
  transition: 0.9s ease
}

.craft-services .craft-para {
  margin: 15px 0 25px
}

.craft-services .craft-box-list {
  margin: 8px 0 0 20px
}

.craft-services .craft-box-list li {
  font-size: 14px;
  margin: 0 0 8px
}

.craft-services .craft-box-list li:last-child {
  margin: 0
}

.craft-services .craft-list {
  padding: 5px 20px;
  background: linear-gradient(89deg, #fcebdd33 0, #ffffff24 100%) no-repeat padding-box;
  margin: 0 0 10px;
  border-radius: 18px;
  display: block;
  width: fit-content;
}

.craft-services figure {
  position: absolute;
  right: 20px;
  bottom: 30px
}

.craft-services .construct-over-flex {
  row-gap: 30px;
  column-gap: 40px;
  margin: 0 0 40px
}

.craft-services .construct-over-box {
  width: 33%;
  background: #fff;
  border-radius: 20px
}

.craft-services .construct-over-flex-aviation .construct-over-box {
  width: 30%
}

.craft-services .construct-over-flex .common-heading {
  font-size: 16px;
  align-items: center;
  column-gap: 15px;
  margin: 25px 30px 15px;
}

.craft-services .construct-over-flex .construct-over-detail {
  margin: 0 30px 25px
}

.techno-how-work {
  margin: 50px 0 50px;
}

.techno-how-work .work-techno .nav-tabs {
  border-bottom: none
}

.work-techno .nav-tabs .nav-link {
  font-size: 16px;
  line-height: 20px;
  padding: 20px 25px;
  color: #ffffff;
  font-weight: 600;
  text-align: center;
  background: #222;
  border-radius: 0;
  border: none;
  border-top: 5px solid #ffffff3d;
}

.work-techno .nav-tabs .nav-link:focus,.work-techno .nav-tabs .nav-link:hover {
  border-color: #fafafa
}

.work-techno .nav-tabs .nav-link.active {
  background: #222;
  border-top: 5px solid #46C9FB;
  color: #000;
  color: #46C9FB;
}

.work-techno-flex {
  background: #222;
  padding: 40px
}

.work-techno-left {
  width: 40%;
  padding-right: 20px;
  border-right: 1px solid #d8d8d8;
  margin-right: 20px
}

.work-techno .work-techno-head {
  color: #46C9FB;
  font-size: 30px;
  line-height: 39px;
  font-weight: 500;
  margin: 0 0 15px
}

.work-techno-right {
  width: 58%;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  row-gap: 30px
}

.work-techno-box {
  width: 48%;
  padding: 20px 0 0;
  position: relative
}

.work-techno-box:before {
  content: '';
  width: 77px;
  height: 4px;
  background: #cbcbcb;
  position: absolute;
  top: 0;
  left: 0
}

.work-techno .work-techno-service {
  font-size: 18px;
  line-height: 22px;
  font-weight: 600;
  margin: 0 0 10px
}

.why-choose-services .choose-box {
  width: 32%;
  background: #232323;
  padding: 40px;
  border-radius: 10px;
  margin-bottom: 30px;
}

.why-choose-services .choose-head {
  font-size: 20px;
  color: #fff;
  font-weight: 500;
  margin: 15px 0
}

.why-choose-services .choose-para {
  color: #c9c9c9
}

.techno-business .techno-head h2 {
  color: #fff
}

.techno-business .techno-head .subtitle {
  color: #fff;
}

.techno-business .techno-business-flex {
  column-gap: 50px
}

.techno-business .techno-business-box {
  padding: 30px;
  background: #222;
  width: Calc(50% - 0px);
  box-shadow: 0px 3px 6px #00000029;
  border-radius: 25px;
  position: relative;
}

.techno-business .offprice {
  position: absolute;
  left: -8px;
  top: -7px;
}

.techno-business .explore-more {
  font-size: 18px;
  line-height: 21px;
  font-weight: 500;
  color: #60cafd;
  margin: 30px 0 0;
  display: inline-block;
}

.techno-business .explore-more:hover {
  color: #60cafd
}

.techno-business .busines-title {
  font-size: 25px;
  font-weight: 600;
  margin: 40px 0 15px;
}

.techno-business .busines-title img {
  margin-right: 15px
}

.techno-business .business-para {
  color: #ffffff;
}

.techno-business .busines-listing {
  margin: 30px 0;
  list-style: none;
}

.techno-business .busines-listing li {
  font-weight: 600;
  font-size: 14px;
  line-height: 23px;
  margin: 0 0 20px;
  padding-left: 0px;
  position: relative;
}

.techno-business {
  margin: 0 0 100px;
}

section.tech-contant strong {
  color: #46C9FB;
}

.techno-services .techno-services-listing {
  display: flex;
  flex-wrap: wrap;
  row-gap: 25px;
  justify-content: space-between;
}

.techno-services .techno-services-listing-box {
  width: 49%;
  background: #222;
  padding: 30px;
  border-radius: 15px;
  transition: 0.2s ease;
}

.techno-services .techno-services-listing-box:hover {
  box-shadow: 0 3px 6px rgba(0, 0, 0, 16%);
}

.techno-services .techno-service-title {
  margin: 15px 0 10px;
  font-size: 20px;
  font-weight: 600;
  color: #ffffff;
}

.techno-services .techno-service-title img {
  margin-left: 10px
}

.techno-services .techno-service-desc {
  color: #ffffff;
}

.techno-service-strip {
  background: #000000;
  border-radius: 15px;
  padding: 30px;
  margin: 40px 0 0
}

.techno-service-strip .techno-strip-left {
  width: 54%
}

.techno-service-strip .techno-strip-right {
  width: 38%
}

.techno-service-strip .techno-strip-right img {
  width: 100%;
  height: 100%;
  object-fit: none
}

.techno-service-strip .stripe-title {
  font-size: 25px;
  color: #fff;
  font-weight: 600;
  width: 75%
}

.zoho-crm-service .zoho-crm-service-flex {
  flex-wrap: wrap;
  row-gap: 25px
}

.zoho-crm-service .zoho-crm-service-box {
  background: #222;
  padding: 30px;
  width: 49%;
  border-radius: 15px;
  transition: 0.3s ease;
}

.zoho-crm-service .zoho-crm-service-box:hover {
  box-shadow: 0 6px 9px #00000029;
}

.zoho-crm-service .zoho-crm-service-box:hover .common-heading img {
  left: 8px;
  transition: all 0.3s ease;
  position: relative;
}

.zoho-crm-service .common-heading {
  margin: 15px 0;
  transition: 0.3s ease
}

.zoho-crm-service .common-heading span {
  color: #ffffff;
  font-size: 20px;
  font-weight: 600;
}

.zoho-crm-service .zoho-crm-service-para {
  color: #ffffff;
}

.zoho-crm-service .zoho-crm-service-strip {
  background: #fff url(../img/service-images/crm-zoho7.svg)no-repeat left;
  margin: 35px 0 0;
  border-radius: 18px;
  padding: 15px 32px 0;
}

.zoho-crm-service .zoho-crm-service-strip-left {
  width: 32%;
  padding: 0 0 0 30px;
}

.zoho-crm-service .zoho-crm-service-strip-head {
  font-size: 30px;
  color: #fff;
  margin: 0 0 25px;
  font-weight: 600;
  line-height: 38px
}

.zoho-crm-service .zoho-crm-service-strip .common-btn {
  position: relative;
  overflow: hidden;
}

.zoho-crm-service .zoho-crm-service-strip .common-btn::before {
  content: "";
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(120deg,transparent,rgba(255, 255, 255, 0.2),transparent);
  left: -100%;
  transition: all 0.90s ease-in-out;
}

.zoho-crm-service .zoho-crm-service-strip .common-btn:hover:before {
  left: 100%;
}

.zoho-crm-service .zoho-crm-service-strip-cloud .zoho-crm-service-strip-head {
  font-size: 22px;
  line-height: 32px
}

/*DATA STATEGY AND CONSULTING*/

 

.zoho-crm-service .zoho-crm-service-flex {
    flex-wrap: wrap;
    row-gap: 25px
}

.zoho-crm-service .zoho-crm-service-box {
    background: #222;
    padding: 30px;
    width: 49%;
    border-radius: 15px;
    transition: 0.3s ease;
}

.zoho-crm-service .zoho-crm-service-box:hover {
    box-shadow: 0 6px 9px #00000029;
}

.zoho-crm-service .zoho-crm-service-box:hover .common-heading img {
    left: 8px;
    transition: all 0.3s ease;
    position: relative;
}

.zoho-crm-service .common-heading {
    margin: 15px 0;
    transition: 0.3s ease;
}

.zoho-crm-service .common-heading span {
    color: #fff;
}

.zoho-crm-service .zoho-crm-service-para {
    color: #fff;
}

.zoho-crm-service .zoho-crm-service-strip {
    background: #fff url(../img/service-images/crm-zoho7.svg)no-repeat left;
    margin: 35px 0 0;
    border-radius: 18px;
    padding: 15px 32px 0;
}

.zoho-crm-service .zoho-crm-service-strip-left {
    width: 32%;
    padding: 0 0 0 30px;
}

.zoho-crm-service .zoho-crm-service-strip-head {
    font-size: 30px;
    color: #fff;
    margin: 0 0 25px;
    font-weight: 600;
    line-height: 38px
}

.zoho-crm-service .zoho-crm-service-strip .common-btn {
    position: relative;
    overflow: hidden;
}

.zoho-crm-service .zoho-crm-service-strip .common-btn::before {
    content: "";
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(120deg,transparent,rgba(255, 255, 255, 0.2),transparent);
    left: -100%;
    transition: all 0.90s ease-in-out;
}

.zoho-crm-service .zoho-crm-service-strip .common-btn:hover:before {
    left: 100%;
}

.zoho-crm-service .zoho-crm-service-strip-cloud .zoho-crm-service-strip-head {
    font-size: 22px;
    line-height: 32px
}

/*DATA STATEGY AND CONSULTING*/



/* WEB APPLICATION SECURITY*/
/*security service page css start*/
.security-lp p {
    font-family: 'poppins' !important;
    font-weight: 400
}

.security-lp .security-para {
    padding: 50px 0;
}

.security-lp .security-subtitle {
    font-size: 18px;
    line-height: 28px;
    margin: 0;
    text-align: center;
}

.security-lp .security-head {
    font-size: 40px;
    
    line-height: 45px;
    margin: 0 0 40px;
}

.security-lp .security-head span {
    color: #60cafd;
    
}

.security-lp .security-service .security-subtitle {
    margin: 30px 0 0
}

.security-lp .security-service {
    padding: 0 0 60px 0
}

.security-lp .security-working_desc {
  padding: 60px 0;
  background: #000000;
}

.security-lp .security-working_desc .security-working-flex {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.security-lp .security-working_desc .working_right_secure,.security-lp .security-working_desc .web_dev_apps {
    width: 48%
}

.security-lp .security-working_desc .working_right_secure p {
  font-size: 18px;
  line-height: 28px;
  margin-bottom: 40px;
  color: #ffffff;
}

.security-lp .security-working_desc .working_right_secure p:last-child {
    margin-bottom: 0
}

.security-lp .security-working_para {
  font-size: 18px;
  line-height: 28px;
  font-weight: 600;
  margin: 30px 0 0;
  color: #ffffff;
  text-align: center;
}

.security-lp .security-cta {
    background: #60cafd;
    padding: 50px 0;
}

.security-lp .security-cta .security-cta-flex {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.security-lp .security-cta .security-cta-flex .security-cta-left {
    width: 52%
}

.security-lp .security-cta .security-cta-flex .security-cta-head {
    font-size: 22px;
    color: #fff;
    font-weight: 600;
    margin: 0;
    line-height: 30px;
}

.security-lp .security-cta .security-btn {
    line-height: 18px;
    padding: 8px 18px;
    border: 2px solid #fff;
    border-radius: 8px;
    display: block;
    width: max-content;
    font-size: 16px;
    line-height: 20px;
    font-weight: 600;
    color: #fff
}

.security-lp .security-btn:hover {
    background: #000;
    border: 2px solid #000;
    color: #fff
}

.security-lp .security-working_desc.security-working_desc_second {
  background: #000000;
}

.security-lp .security-working_desc.security-working_desc_second p {
  color: #ffffff;
}

.security-lp .web_dev_apps-head {
  font-size: 30px;
  color: #ffffff;
  text-align: center;
  line-height: 35px;
}

.security-lp .web_dev_apps-head span {
    color: #60cafd;
    
}

.security-lp .security-methodology {
    margin: 0;
    padding: 60px 0
}

.security-lp .security-methodology .web_dev_apps-head {
    font-size: 40px;
    color: #fff;
    line-height: 35px;
    margin: 0 0 10px
}

.security-lp .security-methodology .security-subtitle {
    color: #fff;
    margin: 0 0 60px;
}

.marketing_panel.security-methodology .col-seo:after {
    left: 65px
}

.security-lp .space60 {
    padding: 60px 0
}

.security-lp .digital-full .security-head,.security-lp .digital-full .security-subtitle {
    margin-bottom: 10px;
}

.security-lp .digital-full .global-presence {
    margin: 20px 0 0
}

.security-lp .digital-full .global-presence .row {
    display: flex;
    align-items: center;
}

.security-lp .cyber-essentials-desc .tools_and_techniques li {
    background: #fff;
    padding: 25px;
    border-radius: 5px;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 16%);
    list-style: none;
    margin: 0 0 15px
}

.security-lp .cyber-essentials-desc .tools_and_techniques li h3 {
    font-size: 18px;
    line-height: 22px;
    margin: 0 0 8px;
}

.security-lp .cyber-essentials-desc .tools_and_techniques li p {
    font-size: 15px;
    line-height: 20px;
}

.security-lp .cyber-essentials-desc .security-subtitle {
    text-align: left;
    margin: 0 0 30px;
}

.security-lp .cyber-essentials-desc figure {
    width: fit-content;
}

.security-working_desc.cyber-essentials-desc.digital-full .security-subtitle {
    text-align: center;
}

.security-lp .cloud-solution-line {
    margin: 30px 0 0;
    text-align: center;
    line-height: 1.5
}

.security-lp .security-working_desc .working_right_secure .api-security-para {
    font-size: 22px;
    line-height: 32px;
    margin: 0 0 20px;
    font-weight: 600
}

.security-lp .security-service .security-service-list {
    margin: 30px 0 0
}

.security-lp .security-service .security-service-listing {
    font-size: 16px;
    font-weight: 600;
    text-align: left;
    position: relative;
    padding: 0 0 0 30px
}

.security-lp .security-service .security-service-listing:before {
    content: '';
    background: url(../../img/service-images/api-security4.svg) no-repeat;
    width: 18px;
    height: 18px;
    display: inline-block;
    position: absolute;
    left: 0;
    top: 4px;
}

/*security service page css end*/
@media (max-width: 1000px) {
    .security-lp .security-head {
        line-height: 30px;
    }

    .security-lp .security-para {
        padding: 30px 0
    }

    .security-lp .security-subtitle,.security-lp .security-working_para {
        font-size: 18px;
        line-height: 28px;
    }

    .security-lp .security-service {
        padding: 0 0 30px;
    }

    .security-lp .security-working_desc {
        padding: 30px 0;
    }

    .security-lp .security-working_desc .working_right_secure p {
        font-size: 16px;
        line-height: 28px;
        margin-bottom: 25px;
    }

    .security-lp .security-working_desc .working_right_secure .api-security-para {
        font-size: 20px;
    }

    .security-lp .security-cta,.security-lp .security-methodology {
        padding: 40px 0
    }

    .security-lp .security-cta .security-cta-flex .security-cta-left {
        width: 57%
    }

    .security-lp .security-methodology .security-subtitle {
        margin: 0 0 40px;
    }

    .marketing_panel.security-methodology .col-seo {
        width: 24%
    }

    .marketing_panel.security-methodology .seo_marketing_content .col-seo_text {
        width: 72%
    }

    .marketing_panel.security-methodology .seo_marketing_content {
        justify-content: space-between;
    }

    .marketing_panel.security-methodology .col-seo:after {
        left: 76px;
        height: 140%
    }

    .security-lp .cyber-essentials-desc .tools_and_techniques li {
        padding: 10px;
    }

    .security-lp .space60 {
        padding: 40px 0
    }
}

@media (max-width: 767px) {
    .security-lp .security-subtitle, .security-lp .security-working_para {
        font-size: 16px;
        line-height: 25px;
    }

    .security-lp .security-para,.security-lp .security-working_desc {
        padding: 25px 0
    }

    .security-lp .security-service {
        padding: 0 0 25px;
    }

    .security-lp .security-head {
        margin: 0 0 30px
    }

    .security-lp .security-working_desc .security-working-flex,.security-lp .security-cta .security-cta-flex {
        flex-direction: column;
    }

    .security-lp .security-working_desc .working_right_secure, .security-lp .security-working_desc .web_dev_apps {
        width: 100%;
        margin: 8px 0
    }

    .security-lp .security-cta .security-cta-flex .security-cta-left {
        width: 100%;
        text-align: center;
        margin: 0 0 15px
    }

    .security-lp .security-cta, .security-lp .security-methodology {
        padding: 30px 0
    }

    .security-lp .security-working_desc.security-working_desc_second .working_right_secure p {
        text-align: center;
    }

    .security-lp .security-working_desc .working_right_secure p {
        font-size: 16px;
        line-height: 26px
    }

    .security-lp .security-working_desc .working_right_secure .api-security-para {
        font-size: 18px;
        line-height: 28px
    }

    .marketing_panel.security-methodology .seo_marketing_content .col-seo_text {
        width: 100%
    }

    .security-lp .space60 {
        padding: 30px 0
    }

    .security-lp .security-service .security-subtitle {
        margin: 15px 0 0
    }

    .security-lp .digital-full .global-presence .row {
        display: block;
    }

    .security-lp .cyber-essentials-desc .security-subtitle {
        margin: 0 0 20px;
    }

    .security-lp .cyber-essentials-desc .security-working-flex {
        flex-direction: column-reverse;
    }

    .security-lp .cyber-essentials-desc .security-head {
        margin: 0 0 8px
    }

    .security-lp .cyber-essentials-desc figure {
        display: none !important
    }

    .security-lp .cloud-solution-line {
        margin: 0
    }

    .security-lp .security-working_desc.security-working_desc_api .security-working-flex {
        flex-direction: column-reverse;
    }
}

@media (max-width: 575px) {
    .security-lp .security-head {
        margin: 0 0 20px;
    }

    .security-lp .security-subtitle, .security-lp .security-working_para,.security-lp .security-working_desc .working_right_secure p {
        font-size: 15px;
        line-height: 22px
    }

    .security-lp .security-working_para {
        margin: 20px 0 0
    }

    .marketing_panel.security-methodology .seo_marketing_content .col-seo_text {
        padding: 0
    }
}
.security-lp .security-methodology {
    margin: 0;
    padding: 60px 0
}

.security-lp .security-methodology .web_dev_apps-head {
    font-size: 40px;
    color: #fff;
    line-height: 35px;
    margin: 0 0 10px
}

.security-lp .security-methodology .security-subtitle {
    color: #fff;
    margin: 0 0 60px;
}

.marketing_panel.security-methodology .col-seo:after {
    left: 65px
}

.security-lp .space60 {
    padding: 60px 0
}

.security-lp .digital-full .security-head,.security-lp .digital-full .security-subtitle {
    margin-bottom: 10px;
}

.security-lp .digital-full .global-presence {
    margin: 20px 0 0
}

.security-lp .digital-full .global-presence .row {
    display: flex;
    align-items: center;
}

.security-lp .cyber-essentials-desc .tools_and_techniques li {
    background: #fff;
    padding: 25px;
    border-radius: 5px;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 16%);
    list-style: none;
    margin: 0 0 15px
}

.security-lp .cyber-essentials-desc .tools_and_techniques li h3 {
    font-size: 18px;
    line-height: 22px;
    margin: 0 0 8px;
}

.security-lp .cyber-essentials-desc .tools_and_techniques li p {
    font-size: 15px;
    line-height: 20px;
}

.security-lp .cyber-essentials-desc .security-subtitle {
    text-align: left;
    margin: 0 0 30px;
}

.security-lp .cyber-essentials-desc figure {
    width: fit-content;
}

.security-working_desc.cyber-essentials-desc.digital-full .security-subtitle {
    text-align: center;
}

.security-lp .cloud-solution-line {
    margin: 30px 0 0;
    text-align: center;
    line-height: 1.5
}

.security-lp .security-working_desc .working_right_secure .api-security-para {
    font-size: 22px;
    line-height: 32px;
    margin: 0 0 20px;
    font-weight: 600
}

.security-lp .security-service .security-service-list {
    margin: 30px 0 0
}

.security-lp .security-service .security-service-listing {
    font-size: 16px;
    font-weight: 600;
    text-align: left;
    position: relative;
    padding: 0 0 0 30px
}

.security-lp .security-service .security-service-listing:before {
    content: '';
    background: url(../../img/service-images/api-security4.svg) no-repeat;
    width: 18px;
    height: 18px;
    display: inline-block;
    position: absolute;
    left: 0;
    top: 4px;
}

/*security service page css end*/

/* WEB APPLICATION SECURITY*/



/*API SECURITY */
/**/
/* API SECURITY */



.techno-services .techno-services-listing-box > img {
    background: #fff;
    width: 80px;
    border-radius: 12px;
}

/* CLOUD SECURITY */
.working_right_secure.Benefits h1 {
    color: rgb(255, 255, 255);
}

.working_right_secure h1 {
  color: #ffffff;
}
h4.cloud-solution-line {
    color: rgb(255, 255, 255);
}

/* CLOUD SECURITY */

/* C SHARP */
.unity-solution .matched-section .card {
    border-radius: 20px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s, box-shadow 0.3s;
    height: 100%;
    display: block;
    background: #222;
}

.unity-solution .card img {
    border-radius: 20px 20px 0px 0px;
}

.unity-solution .matched-section .card-body {
    display: flex;
    align-items: center;
    padding: 18px;
}

.unity-solution .matched-section .card-body h5 {
    font-size: 16px;
    margin-left: 20px;
    font-family: 'poppins' !important
}

.unity-solution .matched-section .card li {
    margin: 0 0 5px;
    font-size: 14px
}

.unity-solution .matched-section .card li strong {
    font-weight: 600
}

.unity-solution .matched-section .card p {
    padding: 20px;
    font-size: 14px;
    padding-top: 0px;
}

.unity-solution .matched-section ul {
    padding: 0px 15px 15px 35px;
    font-size: 16px;
}

.unity-solution .matched-section-ar .card-img-top {
    min-height: 200px;
    max-height: 206px;
    object-fit: cover;
}

.icon-list li {
    font-size: 14px;
    color: #8A8A8A;
    list-style: none;
    margin: 20px 0;
    display: flex;
    align-items: center;
}

.icon-list li span {
    font-size: 27px;
    color: #000000;
    font-weight: 600;
    display: block;
    line-height: 25px;
}

li,strong {
    font-family: 'poppins' !important
}

.icon-list li .icon {
    margin-right: 10px;
}
/* C SHARP */

nav.site-menu .menu ul.main_menu_parent li.nav-menu a {
  cursor: pointer;
}

.security-lp .security-working_para i {
  color: #fff;
}

.seo_marketing_content {
  width: Calc(33.33% - 20px);
  background: #222;
  margin: 0 10px 20px;
  padding: 25px;
  border-radius: 15px;
}

section.marketing_panel.security-methodology .container {
  display: flex;
  flex-wrap: wrap;
}

section.marketing_panel.security-methodology .container h2.web_dev_apps-head {
  width: 100%;
}

.seo_marketing_content img {
  width: 70px;
  margin: 0 0 20px;
}

.contact-new {
  padding: 130px 0 30px;
}

.contact-new .contant h2 {
  margin: 10px 0 10px;
}

.contact-new .form {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.contact-new .form span.form-control {
  width: Calc(50% - 5px);
  padding: 0;
  background: transparent;
  border: 0;
}

.contact-new .form span.form-control label {
  display: block;
  margin: 0 0 3px;
  color: #fff;
}

.contact-new .form span.form-control input {
  width: 100%;
  background: #222;
  padding: 10px;
  border: 1px solid #6e6e6e;
  border-radius: 5px;
}

.contact-new .form span.form-control textarea {
  width: 100%;
  background: #222;
  padding: 10px;
  border: 1px solid #6e6e6e;
  border-radius: 5px;
}

.contact-new .form span.button {
  width: 100%;
  margin: 10px 0 0;
}

.contact-new .form span.button button {
  width: 100%;
  padding: 12px;
  border: 0;
  background: #60cafd;
  border-radius: 5px;
  color: #fff;
}

/* Responsive_Css_Start */

@media(max-width:1260px){

  nav.site-menu .menu {
    gap: 0px !important;
}

  nav.site-menu .menu ul.main_menu_parent {
    gap: 7px !important;
}

nav.site-menu .menu {
  gap: 0px !important;
}

nav.site-menu .menu ul.main_menu_parent {
  gap: 7px !important;
}

section.Services .conatnt .box .text .top h4 {
  font-size: 20px;
}

section.Services .conatnt .box .text p {
  font-size: 14px;
}

section.Services .conatnt .box .text .button {
  display: flex;
}

section.Services .conatnt .box .text .button button {
  padding: 5px 15px;
}
}

@media(max-width:991px){
  .sub-menu .menus_inner {
    position: unset;
    height: 0;
    padding: 0;
    margin: 0;
    display: none;
}

nav.site-menu .menu {
  position: fixed;
  left: -700px;
  top: 0;
  z-index: 999;
  height: 100vh;
  overflow: auto;
  display: block !important;
  width: 85%;
  backdrop-filter: blur(1601px);
  background: #00081a;
  padding: 0px;
  transition: 0.5s;
}

nav.site-menu .menu ul.main_menu_parent {
  display: block !important;
}

nav.site-menu .menu ul.main_menu_parent li.nav-menu {
  padding: 10px 20px;
}

nav.site-menu .menu .social {
  border: 0;
  padding: 20px 20px;
  margin: 10px 0 0;
  border-top: 1px solid #ffffff36;
}

.sub-menu .drop-menu {
  background: transparent;
  border: 0;
  padding: 0;
  margin: 10px 0 10px;
}

.sub-menu .drop-menu .sub_menus.services {
  flex-wrap: wrap;
}

.sub-menu .drop-menu .sub_menus.services.technologies ul {
  width: auto;
}

.menus_inner {
  max-height: 0;
  overflow: hidden;
  height: auto;
  display: none;
  transition: max-height 0.3s ease-in-out;
}
.sub-menu.active .menus_inner {
  max-height: 180px;
  overflow: auto;
  display: block;
  height: auto;
  transform: rotateX(0);
  visibility: visible;
  opacity: 1;
}

header .header-data .logo img {
  width: 130px;
}

nav.site-menu span.colaspe-button {
  display: block !important;
  width: 30px;
  height: 18px;
  position: relative;
}

nav.site-menu span.colaspe-button span {
  position: absolute;
  width: 100%;
  height: 1.5px;
  background: #fff;
  top: 0;
  border-radius: 5px;
  right: 0;
  transition: 0.5s;
}

nav.site-menu span.colaspe-button span.two {
  top: 8px;
  width: 70%;
}

nav.site-menu span.colaspe-button span.three {
  top: 16px;
}

nav.site-menu span.colaspe-button span.one {
  width: 80%;
}

nav.site-menu .menu.show {
  left: 0;
}

nav.site-menu .menu.show {
  left: 0;
}

nav.site-menu span.colaspe-button.show span {
  width: 100%;
}

nav.site-menu span.colaspe-button.show span.one {
  transform: rotate(45deg);
  top: 8px;
}

nav.site-menu span.colaspe-button.show span.two {
  transform: rotate(-45deg);
}

nav.site-menu span.colaspe-button.show span.three {
  display: none;
}

.sub_menus.Industries ul li {
  width: 100%;
}

li.nav-menu.sub-menu.position-relative ul.drop-menu {
  padding: 0px 0px 0;
  border-radius: 0px;
}

section.Blog {
  margin: 0 0 20px;
}


.site-hero-part .hero_contant .conatant {left: 0;top: 80px;}

.site-hero-part .hero_contant .conatant .heading h1 {
    font-size: 24px;
}

.site-hero-part .hero_contant .conatant .heading  p {
    margin: 0 0 0;
    font-size: 14px;
}

.site-hero-part .hero_contant .conatant .heading p br {
    display: none;
}

li.nav-menu.sub-menu.position-relative ul.drop-menu {
    margin: 0 0 0;
}

.Technologies_with_icon a {
    padding: 8px 15px;
    margin: 0 0px 10px;
    width: 100%;
}

.Technologies_with_icon h4 {
    margin: 0 0 20px;
    font-size: 18px;
}

.site-hero-part .hero_contant .conatant .button {
    margin: 10px 0 0;
}

.site-hero-part .hero-img img {
    width: 130%;
    position: relative;
    left: -100px;
}

section.hero {height: auto;margin: 0 0 0px;padding: 0 0 30px;}

.site-hero-part .hero_contant .conatant .button button {
    padding: 14px 0;
    width: 100%;
}

section.Driving-Success {
    margin: 0 0 0 !important;
}

.title h2 {
    font-size: 20px;
    margin: 0;
}

.title {
    margin: 0 0 20px !important;
}

section.Driving-Success .contant .box {
    margin: 0 0 20px;
}

section.From-Code-to-Success .box .contant {
    flex-wrap: wrap;
    gap: 10px;
}

section.From-Code-to-Success .box {
    padding: 20px 15px;
}

section.From-Code-to-Success .box .contant .text h2 {
    font-size: 20px;
}

section.From-Code-to-Success .box .contant .text span {
    font-size: 16px;
}

section.From-Code-to-Success .box .contant .button button {
    padding: 14px 20px;
}

section.Services .conatnt .box .text {
    bottom: 0px;
    padding: 20px 15px;
}

section.technology-sec .button button {
    margin: 10px 0px 20px;
    padding: 14px 20px;
}

.blog-boxes .box {
    margin: 0 0 20px;
}

section.Blog .button button {
    margin: 0px 0 10px;
}

.home-contact-text .home-content-certitified {
    flex-wrap: wrap;
    gap: 10px;
    margin: 10px 0 10px;
}

.home-contact-sec .home-content-mail {
    padding: 20px 0 20px;
    margin: 20px 0 0px;
}

.home-contact-sec {
    padding: 0;
}

.site-footer .contant {
    padding: 15px 0 15px;
}

section.inner-banner {
  padding: 90px 0 20px;
  background-size: cover;
}

.inner-title h1 {
  font-size: 20px;
}

ol.breadcrumb {
  margin: 0;
}

.breadcrumb li.breadcrumb-item {
  font-size: 14px;
}

section.SOLUTION-WITH-FORM {
  padding: 20px 0;
}

section.SOLUTION-WITH-FORM .contant h2 {
  font-size: 24px;
}

section.SOLUTION-WITH-FORM .contant ul li {
  width: 100%;
  font-size: 14px;
  margin: 0 0 10px;
}

section.SOLUTION-WITH-FORM .contact-form {
  margin: 10px 0 0;
  padding: 20px 10px 10px;
}

section.SOLUTION-WITH-FORM .contact-form .top-tittle h5 {
  font-size: 20px;
}

section.SOLUTION-WITH-FORM .contact-form .top-tittle p {
  font-size: 14px;
}

section.SOLUTION-WITH-FORM .contact-form form input {
  width: 100%;
}

.craft-services .craft-box {
  width: 100%;
  padding: 15px;
}

.work-techno .nav-tabs .nav-link {
  width: 100%;
}

.work-techno-flex {
  flex-wrap: wrap;
  padding: 20px;
}

.work-techno-left {
  width: 100%;
  border: 0;
  margin: 0 0 10px;
}

.work-techno-right {
  flex-wrap: wrap;
  width: 100%;
}

.work-techno-box {
  width: 100%;
}

.why-choose-services .choose-box {
  padding: 20px;
  width: 100%;
}

.techno-business .techno-business-box {
  padding: 15px;
  width: 100%;
  margin: 0 0 30px;
}

.techno-business .techno-business-flex {
  flex-wrap: wrap;
}

.techno-business .busines-title {
  font-size: 20px;
  margin: 20px 0 10px;
}

.techno-business {
  margin: 0 0 20px;
}

.zoho-crm-service .zoho-crm-service-box {
  width: 100%;
  padding: 15px;
}

.security-lp .security-head {
  font-size: 24px;
}

.security-lp .web_dev_apps-head {
  font-size: 24px;
  line-height: 29px;
}

.work-techno .work-techno-head {
  font-size: 22px;
  line-height: 18px;
}

.security-lp .security-working_desc .working_right_secure .api-security-para {
  font-size: 14px;
  line-height: 20px;
  font-weight: 500;
}

.security-lp .space60 {
  padding: 20px 0;
}

.security-lp .security-working_para i {
  color: #fff;
}

.security-lp .space60 figure img {
  width: 100%;
}

.security-lp .security-service .security-service-listing {
  margin: 0 0 10px;
  padding: 0;
  font-weight: 400;
}

.security-lp .security-working_para {
  color: #fff;
  margin: 0 !important;
}

.security-lp .security-service .security-subtitle {
  margin: 0 0 20px !important;
}

.why-choose-services.space80 {
  padding: 20px 0 20px;
}

.security-lp .security-head {
  color: #ffffff;
  font-size: 20px;
  margin: 0 0 0;
}

.techno-services .techno-services-listing-box {
  width: 100%;
  padding: 15px;
}

.seo_marketing_content {
  width: 100%;
  margin: 0 0px 15px;
  padding: 15px;
}

.security-lp .cloud-solution-line {
  margin: 0px 0 0;
  text-align: center;
  font-size: 16px;
  line-height: normal;
  font-weight: 400;
}

}