@font-face {
  font-family: "silka";
  src: url(/fonts/SILKA-REGULAR.OTF);
}



body {
  margin: 0;
  padding: 0;
  color: #323232;
  /* font-family: 'silka'; */
}
a {
  text-decoration: none;
}
/* Navigation Bar Styles */
.nav-button a {
  color: white !important;
}
.nav-main {
  position: relative;
  background-color: #ffffff;
}
nav {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 10px 20px;
}

.logo {
  font-size: 24px;
  font-weight: bold;
}

ul.nav-items {
  list-style: none;
  display: flex;
  align-items: center;
  gap: 15px;
  margin-bottom: 0;
}

ul.nav-items li a {
  text-decoration: none;
  color: #323232;
  width: 100%;
}
.nav-main.fixed {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 1000;
  /* border-top: 1px solid #ccc; */
  box-shadow: 3px 3px 6px rgba(0, 0, 0, 0.1);
}

.home-banner {
  background-image: url(../images/grouped_bg.svg);
  background-repeat: no-repeat;
  background-size: 69%;
  background-position-x: 700px;
  padding: 40px 0px;
}

.banner-title {
  font-size: 85px;
  font-weight: bold;
  margin-bottom: 10px;
  color: #23439c;
}
.services-row {
  display: flex;
}
.banner-description {
  font-size: 16px;
  margin-bottom: 20px;
  text-align: justify;
}
.banner_image {
  filter: drop-shadow(7px 9px 5px #0000004a);
}
.nav-button {
  /* padding: 1px; */
  width: 150px;
  height: 50px;
  background-color: #2d50b1;
  text-align: center;
  border-radius: 31px;
  padding: 12px 0px;
  color: #fff;
}

.hover-i {
  display: block;
  width: 0;
  height: 3px;
  background-color: #2d50b1;
}
.nav-items li:hover .hover-i {
  width: 100%;
  transition: width 0.5s ease-in-out;
}
/* .nav-items li:not(:hover) .hover-i {
  width: 100% ;
  transform: translateX(20px);
} */
.menu-icon {
  display: none;
}
.banner-button {
  margin: 30px 0px;
  /* padding: 1px; */
  width: max-content;
  height: 50px;
  /* color: #ffffff !important; */
  background-color: #2d50b1;
  text-align: center;
  border-radius: 30px;
  padding: 12px 20px;
  color: #fff;
}
.banner-button a {
  color: #ffffff !important;
}
.why-head {
  font-size: 35px;
  color: #23439c;
  margin-bottom: 20px;
}
.why-description {
  text-align: justify;
}
.section-why,
.industry,
.clients {
  padding: 40px 0px;
}
.why-image-col {
  background-image: url(../images/logo_part.svg);
  background-size: 30%;
  background-repeat: no-repeat;
  background-position-x: right;
  background-position-y: bottom;
  padding-bottom: 30px;
}
.why-image-desc {
  padding-left: 30px;
}
.know-more {
  /* margin: 30px 0px; */
  /* padding: 1px; */
  width: max-content;
  height: 50px;
  /* color: #ffffff !important; */
  background-color: #2d50b1;
  text-align: center;
  border-radius: 30px;
  padding: 12px 20px;
  color: #fff;
}
.know-more:hover {
  background-color: #071c55b3 !important;
  transition: all 0.5s ease;
}
.know-more a {
  color: #ffffff !important;
}
.banner-button:hover {
  background-color: #071c55b3;
  transition: all 0.5s ease;
}
.section-services,
.footer {
  background-color: #23439c;
}
.services-row:hover {
  /* background-color: #395fc83b; */
  background-color: #0006163b;
  transition: all 0.5s ease-in-out;
}
.row-content {
  color: white;
  padding: 20px 0;
}
.services-img {
  padding: 20px;
}
.footer-head,
.footer-link {
  color: #ffffff;
}

.footer-head a {
  text-decoration: none;
}
h1.footer-head {
  font-size: 25px;
  margin-bottom: 15px;
}
.about-form-section,
.contact-form-section,
.about-section-main,
.section-services,
section.solutions {
  padding: 60px 0;
}
.footer-inner-row {
  padding: 20px 0;
  /* padding-top: 30px; */
  /* padding-bottom: 20px; */
}
.footer-last-col1 {
  padding-top: 20px;
}
.footer-last-col {
  /* width: 100%; */
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-around;
}
.footer-last-col2 img {
  width: 40px;
}
.foot {
  display: flex;
  justify-content: space-between;
  border-top: 1px solid white;
  padding-top: 10px;
}
.foot * {
  color: #ffffff;
}
.nav-button:hover {
  background-color: #071c55b3;
  transition: all 0.5s ease;
}
.banner-button:hover {
  background-color: #071c55b3;
  transition: all 0.5s ease;
}
.src-btn:hover .src-btn-img {
  transform: translateX(10px);
  transition: all 0.5s ease;
}
/* ///////////////// curosla ///////////////// */
.carousel-wrap {
  margin: 90px auto;
  padding: 0 5%;
  width: 80%;
  position: relative;
}

/* fix blank or flashing items on carousel */
.owl-carousel .item {
  position: relative;
  z-index: 100;
  -webkit-backface-visibility: hidden;
}

/* end fix */
.owl-nav > div {
  margin-top: -26px;
  position: absolute;
  top: 50%;
  color: #cdcbcd;
}
.client-item {
  padding: 10px;
}
.owl-nav i {
  font-size: 15px;
  border: 1px solid;
  color: #323232;
  border-radius: 10px;
  padding: 12px;
  margin-right: 10px;
  height: 40px;
  width: 40px;
}
.owl-nav i:hover {
  background-color: #23439c;
  color: white;
  transition: all 0.5s ease;
}
.owl-nav {
  display: flex;
  /* align-items: center; */
  margin-top: 10px;
  justify-content: end;
}
.owl-nav .owl-prev {
  left: -30px;
}

.owl-nav .owl-next {
  right: -30px;
}

/* Initial styles for the sidebar */
.sidebar {
  position: fixed;
  top: 0;
  right: -250px; /* Initially hidden outside the screen */
  width: 250px;
  height: 100%;
  /* background-color: #333; */
  background-color: #2d50b1;
  color: white;
  transition: right 0.3s ease-in-out;
  z-index: 1;
}
.sidebar a {
  display: flex;
  color: #fff;
  padding-left: 20px;
  padding-top: 20px;
  text-align: center;
}
.sidebar li {
  list-style: none;
}
/* Styles for the close button */
.close-button {
  background-color: transparent;
  color: white;
  border: none;
  cursor: pointer;
  padding-left: 20px;
}

/* Styles for the open menu icon */
.menu-icon {
  cursor: pointer;
}

/* /////////////////// About ////////////////////////// */

.about-sec {
  background-image: url(../images/color_dsn.svg);
  background-repeat: no-repeat;
  background-position-x: right;
  background-position-y: -61px;
  background-size: 40%;
}

section.about-services {
  background-color: #23439c;
  padding: 40px 0;
}
.focus-item {
  color: white;
  border-top: 1px solid #ffffff36;
  padding: 20px 0;
  width: 90%;
}
.focus-head {
  color: white;
  padding-bottom: 20px;
  position: relative;
}
img.absolute-img-three {
  position: absolute;
  top: -30px;
  left: -140px;
  width: 15%;
}
img.absolute-img-four {
  position: absolute;
  width: 15%;
  bottom: 80px;
  /* right: -230px; */
  right: 0;
  top: 0;
}
.form input:not(.form-check-input) {
  width: 100%;
  padding: 10px 0;
  font-size: 13px;
  color: #000;
  margin-bottom: 30px;
  border: none;
  border-bottom: 1px solid #000;
  outline: none;
  background: transparent;
  border-radius: 0;
}

h1.about-form-content {
  color: #23439c;
  font-size: 85px;
}

.about-form-section {
  background-image: url(../images/logo_part.svg);
  background-repeat: no-repeat;
  /* background-positionX: bottom; */
  background-size: 20%;
  background-position-x: 30%;
  background-position-y: bottom;
}

.submit-btn {
  border-radius: 31px;
  height: 50px;
  width: 150px;
  /* outline: unset; */
  background-color: #23439c;
  color: white;
  border: none;
}
.form-check {
  margin-bottom: 20px;
}
.form-control:focus {
  box-shadow: 0 0 0 0.25rem rgb(13 110 253 / 0%);
}
.contact-loaction img {
  width: 20px;
  margin-right: 5px;
}
.contact-loaction {
  color: #23439c;
}

.why-description {
  max-height: 150px; /* Set the maximum height of the content */
  overflow: hidden; /* Hide the overflow content */
  transition: max-height 0.5s ease-in-out; /* Add transition effect */
}

.read-more {
  display: none; /* Initially hide the "Read more" link */
}
.absolute-img-one {
  position: absolute;
  left: 0;
  z-index: -1;
  bottom: -120px;
  width: 50%;
}
.absolute-img-two {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 30%;
}
.footer {
  background-image: url(../images/bg_footer.png);
  background-repeat: no-repeat;
  background-position-x: right;
}

.contact-form-section {
  background-image: url(../images/bg_2.png);
  background-repeat: no-repeat;
  background-position-x: right;
  background-size: 40%;
  background-position-y: 100px;
}
#sync1 .item {
  background: #0c83e7;
  padding: 80px 0px;
  margin: 5px;
  color: #fff;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  text-align: center;
}

#sync2 .item {
  background: #c9c9c9;
  padding: 10px 0px;
  margin: 5px;
  color: #fff;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  text-align: center;
  cursor: pointer;
}
#sync2 .item h1 {
  font-size: 18px;
}
#sync2 .current .item {
  background: #0c83e7;
}

.owl-theme .owl-nav {
  /*default owl-theme theme reset .disabled:hover links */
}
.owl-theme .owl-nav [class*="owl-"] {
  transition: all 0.3s ease;
}
.owl-theme .owl-nav [class*="owl-"].disabled:hover {
  background-color: #d6d6d6;
}

#sync1.owl-theme {
  position: relative;
}
#sync1.owl-theme .owl-next,
#sync1.owl-theme .owl-prev {
  width: 22px;
  height: 40px;
  margin-top: -20px;
  position: absolute;
  top: 50%;
}
#sync1.owl-theme .owl-prev {
  left: 10px;
}
#sync1.owl-theme .owl-next {
  right: 10px;
}

.custom-list {
  list-style: none;
  padding: 0;
}

.custom-list li {
  color: white;
  padding: 10px 0;
  border-bottom: 1px solid #ffffff47;
}

li a {
  color: white;
}
.custom-list li:last-child {
  border-bottom: none;
}
.arrow-icon {
  float: right;
}

.custom-list li:hover {
  background-color: #395fc83b;
  transition: all 0.5s ease;
  cursor: pointer;
}

/* /////////////////// services   /////////////////// */

p.help-src-cnt {
  font-size: 18px;
  color: white;
  margin-top: 5px;
}


.solution-single-col {
  margin-top: 40px;
  position: relative;
}
.solution-single-col-content {
  padding: 20px;
  border-radius: 30px;
  box-shadow: 0px 2px 6px 1px #00000038;
  background-color: white;
  margin-bottom: 20px;
}

.solution-single-col-content h3 {
  font-size: 25px;
  color: #23439c;
}
.solution-single-col :hover {
  background-color: #f1f1f1;
}

img.absolute-img-solution {
  position: absolute;
  width: 20%;
  top: -35px;
  z-index: -1;
}
img.absolute-img-solution1 {
  /* position: absolute; */
  width: 87%;
  top: -35px;
  z-index: -1;
}
.solution-single-colnew h3 {
  margin-top: 10px;
  text-align: center;
}
.solution-single-colnew h5 {
  text-align: center;
}
h1.solution-head-title {
  color: #23439c;
}

section.case-study {
  background-color: #2a4ba5;
  padding: 40px 0;
  color: white;
}
li.case-study-list-item {
  text-decoration: none;
  list-style: none;
  cursor: pointer;
  margin-bottom: 5px;
  /* font-size: 16px; */
  padding-top: 20px;
}
ul#case-study-title-list {
  padding: 0;
}

li.case-study-list-item:hover{
  font-size: 18px;
  font-weight: bold;
  transition: font-size 0.5s ease-in-out;
}



.tools-card {
  padding: 20px;
  border-radius: 20px;
  box-shadow: 1px 1px 10px 3px #00000029;
}
h1.tools-card-content-title {
  font-size: 25px;
  color: #23439c;
  padding-bottom: 15px;
}

/* button.owl-dot.active  {
  width: 30px;
  height: 5px;
  border-radius: 10px;
  background-color: #23439c;
} */
.tcsl-item {
  display: flex;
  gap: 20px;
  /* justify-content: space-between; */
  padding: 5px 0px;
}
ul.tools-case-study-ul {
  list-style: none;
  padding: 0;
}

section.tools-case-study {
  padding: 40px 0;
  background-color: #2d50b1;
  color: white;
}

h3.tcsl-content-head {
  font-size: 18px;
}

.dropdown-content{
  display: none;
}

.dropdown-Navitem:hover .dropdown-content{
  display: block;
}
.dropdown {
  position: relative;
  display: inline-block;
}

.dropdown-content {
  display: none;
  position: absolute;
  /* background-color: #f9f9f9; */
  background-color: #fff;
  min-width: 160px;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  z-index: 1;
}

.dropdown-content a {
  color: black;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
  width: max-content;
}
.dropdown-content a:hover {
  background-color: #f1f1f1;
}

.dropdown:hover .dropdown-content {
  display: block;
}




.back-to-top {
  background-color: #2d50b1;
  text-decoration: none;
  cursor: pointer;
  width: 56px;
  height: 56px;
  z-index: 999;
  position: fixed;
  right: 32px;
  bottom: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 0;
  border-radius: 100%;
  box-shadow: 0 4px 16px 0 rgba(0, 0, 0, 0.4);
}
.back-to-top:hover {
  background-color: #2d50b1;
}
.back-to-top:active {
  box-shadow: none;
  background-color: #2d50b1;
}
.back-to-top svg.icon__arrow-up {
  fill: white;
  width: 32px;
  height: 32px;
}

/* .fa, .fas {
  padding-top: 6px !important;
  padding-left: 6px !important;
  font-size: 12px !important;
} */


.dropdown-Navitem .fas {
  padding-top: 6px !important;
  padding-left: 6px !important;
  font-size: 12px !important;
}
.priv-det {
   padding: 30px 60px 30px 60px;
   background-color: #fff;
  }
  .priv-det p {
   font-size: 16px;
   
  }
  .priv-det h5 {
  color: #23439c;
  }
  .priv-det h3 {
    color: #23439c;
    font-size: 25px;
    }
 
  .txt-cen {
    text-align: center;
    padding: 30px;
    text-align: center;
    background-color: #bddffd73;
    border-radius: 20px;
  }

  .curved-image {
    border-radius: 140px;
    filter: drop-shadow(7px 9px 5px #0000004a);
  }

  .shw-bdr {
    border: 1px solid #e3caca;
    border-radius: 20px;
    margin-bottom: 20px;
  }


  .modal {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.8);
    align-items: center;
    justify-content: center;
}

.modal-content {
    width: 70%;
    max-width: 800px;
    position: relative;
}

.close {
    position: absolute;
    top: 10px;
    right: 10px;
    color: #fff;
    font-size: 20px;
    cursor: pointer;
}
</style

