@import url('https://fonts.googleapis.com/css2?family=Nunito:wght@400;500;600;700;800&family=Poppins:ital@1&display=swap');


*,
*::before,
*::after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    text-decoration: none;
    outline: none;
}

:root {
    --bg-white: #fff;
    --bg-blue: #002E5D;
    --bg-gray: #F8F8F8;
    --bg-secondary-blue: #5C5ADB;

    --text-white: #fff;
    --primary-text: #000;
    --secondary-text: #1D1D36;


}



h1,
h2,
h3,
h4,
h5,
h6,
p {
    /* padding: 0;
    margin: 0; */
    color: var(--primary-text);
}

body {
  margin: 0px;
  padding: 0px;
  min-height: 45vw;
  background-repeat: no-repeat;
  background-size: 85% 500px;
  font-family: Nunito !important;
  color: #5B5B5B;
}

a,
a:hover {
    text-decoration: none;
}



h1,
h2,
h3,
h4,
h5,
.navbar-toggleable-md .navbar-nav .nav-link,
.market-header,
.btn,
.dropdown-item,
.form-control,
p {
  font-family: Nunito !important;
  color: #5B5B5B;
  /* font-size:16px; */
}


/* h1 {
  font-size: 60px;
}



h2 {
  font-size: 50px;
}

h3{
  font-size:35px ;
}
h4{
  font-size: 24px;
}

h1,
h2,
h3,
h4,
h5 {
  font-weight: 700;
  color: var(--secondary-text);
} */

.submit-button {
  color: var(--bg-secondary-blue);
  font-size: 10px;
  font-weight: 300;
}

h1, h2, h3, h4 {
  /* font-size: 40px; */
  font-family: 'Nunito', serif;
  color: var(--secondary-text);
  font-weight: bolder;
}





.nav-container {
  transition: background-color 0.5s ease-out;
  background-color: transparent;
  padding: 0;
  margin: 0;
}

.navbar {
  white-space: nowrap;
  background-color: var(--bg-blue);
  z-index:9999;
}


.content-box{
  padding-left: 0%;
  padding-right: 0%;
}

.fixed-height{
  height:500px;
}

.shadowed{
  text-shadow: 2px 2px black;;
}















.navbar .navbar-nav .nav-link {
  color: #ffffff;
  font-size: 0.9em;
  padding-left: 0.8em;
  padding-right: 0.8em;
  
  font-weight: bold;
  letter-spacing: 0.2px;
  cursor: pointer;
  border-top: 3px solid transparent;
  border-bottom: 3px solid transparent;
  border-left: 3px solid transparent;
  border-right: 3px solid transparent;

  transition: box-shadow 0.3s ease-in-out;
}



.navbar ul li {
  padding-left: 1em;
}

.navbar-toggler:focus {
  box-shadow: none;

}


.navbar .navbar-nav .nav-link:hover {
  color: #ffffff;
  border-top: 3px solid var(--bg-white);
  border-bottom: 3px solid var(--bg-white);
  border-left: 3px solid transparent;
  border-right: 3px solid transparent;

}







.dropdown:hover .dropdown-menu {
  display: block;
  
}

.dropdown-menu {
  margin-top: 0;
}

.dropdown-menu>li>a:hover {
  background-color: #f8f9fa;
  color: #212529;
}



.main-p {
  color: aliceblue!important;
  font-size: 18px;
}


.avatar {
  width: 125px;
  height: 125px;
  border-radius: 50%;
  overflow: hidden;
}

.avatar img {
  width: 100%;
  height: auto;
}


.explore-all {
  background-color:var(--bg-blue) !important;
  color: white;
  padding:  12px 15px;
  border: 1px solid var(--bg-secondary-blue);

}
.explore-all-s{
 
    background-color: rgba(92, 90, 219, 0.8) !important;
    color: white;
    padding: 12px 15px;
    border: 1px solid white;
    text-transform: capitalize;
    /* font-family: helvetica; */
    font-size: 14px;
    letter-spacing: 1.5px;
    
    cursor: pointer;
    display: block;
  }
  .explore-all-s:hover{
 
    background-color:var(--bg-white) !important;
    color: var(--bg-blue)!important;
    padding: 12px 15px;
    text-transform: capitalize;
    /* font-family: helvetica; */
    font-size: 14px;
    letter-spacing: 1.5px;
    
    cursor: pointer;
    display: block;
  }

.content_segment {
  padding-left: 8%;
  padding-right: 8%;
  padding-top: 2%;
  padding-bottom: 3%
}

.ourservice-card {
  box-shadow: #dfdfdf 0px 1px 1px;
  border-radius: 12px;
  padding-bottom: 12px;
  height: 100%;
  transition: box-shadow 0.3s ease-in-out;
}

.ourservice-card:hover {
  box-shadow: #1183B1 0px 4px 4px;
}
.imgBx{
  overflow: hidden;
}
.imgBx img{
  object-fit: contain;
  height:100%;
  width: 100%;
}


.application-development-card {
  box-shadow: rgba(0, 0, 0, 0.06) 2px 2px 2px;
  padding-top: 16px;
  transition: box-shadow 0.3s ease-in-out;
}

.application-development-card:hover {
  box-shadow: rgba(0, 0, 0, 0.141) 4px 4px 8px;
  padding-top: 16px;
}

.client-card {
  padding: 16px !important;
  box-shadow: rgba(0, 0, 0, 0.226) 0.5px 0.5px 0.5px;
  border: 0.5px solid #5b5b5b2a !important;
  transition: box-shadow 0.3s ease-in-out;

}

.client-card:hover {
  box-shadow: rgba(0, 0, 0, 0.226) 4px 4px 4px;
}

.tech-icons {
  aspect-ratio: 1/1;
  padding: 8px;
  box-shadow: rgba(0, 0, 0, 0.092)0.5px 2px 2px 2px;
  transition: box-shadow 0.3s ease-in-out;

}

.tech-icons:hover {
  box-shadow: rgba(0, 0, 0, 0.386)0.5px 4px 4px 4px;
  border-bottom: 2px solid #ff555a;
}

.icon-label {
  font-size: 13px;
  font-weight: 800;
}

.submit-button {
  padding: 12px 15px;
  background: var(--bg-secondary-blue);
  border: 0;
  color: #fff;
  text-transform: capitalize;
  /* font-family: helvetica; */
  font-size: 14px;
  letter-spacing: 1.5px;
  position: relative;
  cursor: pointer;
  display: block;
}



.submit-button:hover {
  background-color: var(--bg-blue);
}

/* .submit-button:hover::after,
.submit-button:hover::before {
  opacity: 1;
  right: 15px;
} */

.tech-we-work {
  border-radius: 10px;
  border: rgba(0, 0, 0, 0.085) solid 0.5px;
  box-shadow: rgba(54, 53, 53, 0.123) 1px 1px 1px;
}

.nav-tabs-first-section {
  /* box-shadow: 4px 0px 4px #c2c2c2; */
  padding: 12px;
}




/* navs tabs */
.nav-pills {
  color: #29469d !important;
  font-size: calc(0.4em + 0.6vw);
  font-weight: 700;
  width: 20%;
  padding: 0px;
  margin: 0px;
  align-items: center;

}

/* .nav .navss{
  width: 32% !important;
} */

.nav-pills .nav-link.active {
  background-image: linear-gradient(to right, #ff555a, #fb7378) !important;
  color: #ffffff !important;
  width: 95%;
  border-radius: 10px;
}

.nav-pills .nav-link {
  width: 95%;
  padding-top: 16px;
  padding-bottom: 16px;
  color: #0f749c !important;
  border-radius: 20px;
}

.nav-pills .nav-link:hover {
  width: 95%;
  border-radius: 0;
  background-image: linear-gradient(to right, #ff555a, #fb7378) !important;
  color: #ffffff !important;
  border-radius: 10px;
}

/* navs tabs */

/* slider-css */

.carousel-control-next {
  width: 5%;
  position: absolute;
  z-index: 999;
  top: 15%;
  right: 0%;
}


.carousel-control-prev {
  width: 5%;
  position: absolute;
  z-index: 999;
  top: 15%;
  left: 0%;
}
.page-image{
  width: 100%;
  height: 45vh ;
  overflow: hidden;

}
.carousel-control-prev {
  left: -2%;
}

.carousel-control-next {
  right: -2%;
}





/* slider-css */



/* our teams profile card */
.our-team-card {
  background-color: white;
  border-radius: 10px;
  border: #5b5b5b1b solid 0.5px;
  box-shadow: rgba(0, 0, 0, 0.116) 2px 2px 2px;
  transition: box-shadow 0.3s ease-in-out;
}

.our-team-card:hover {
  box-shadow: rgba(0, 0, 0, 0.397) 8px 4px 8px;
}

/* our teams profile card */






/* services page */


/* navs tabs */
.leaders-navs {
  color: #29469d !important;
  font-size: calc(0.4em + 0.6vw);
  font-weight: 700;
  width: 30%;
  padding: 0px;
  margin: 0px;
  align-items: center;
  border: 0.5px solid rgba(0, 0, 0, 0.237);
  padding: 8px;
  border-radius: 20px;
  margin-bottom: 16px;
}



/* .nav .navss{
  width: 32% !important;
} */

.leaders-navs .nav-link.active {
  background-image: linear-gradient(to right, #ff555a, #fb7378) !important;
  color: #ffffff !important;
  width: 95%;
  border-radius: 20px !important;

}

.leaders-navs .nav-link {
  width: 95%;
  padding-top: 16px;
  padding-bottom: 16px;
  color: #0f749c !important;
  border-radius: 20px !important;
}

.leaders-navs .nav-link:hover {
  width: 95%;
  border-radius: 0;
  background-image: linear-gradient(to right, #ff555a, #fb7378) !important;
  color: #ffffff !important;
  border-radius: 10px;
}

/* navs tabs */


/* our experties container */
.our_experties_card {
  background-color: #f7f7f7;
  border: 0;
  box-shadow: rgba(0, 0, 0, 0.167) 0.5px 0.5px 0.5px;
  transition: box-shadow 0.3s ease-in-out;
}

.our_experties_card:hover {
  box-shadow: rgba(0, 0, 0, 0.188) 2px 2px 2px;
}

.icon_box {
  width: 16%;
  background-color: white !important;
  border-radius: 10px;
  aspect-ratio: 1/1;
}



/* our experties container */

.industries_we_serve_card {
  height: 100%;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.349);
  transition: box-shadow 0.3s ease-in-out;
}

.industries_we_serve_card:hover {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.615);
}

/* services page */



/* careers page */
.vacancy_card {
  background: rgba(15, 116, 156, 0.41);
  border-radius: 16px;
  box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
  backdrop-filter: blur(8.1px);
  -webkit-backdrop-filter: blur(8.1px);
  border: 1px solid rgba(15, 116, 156, 1);
}

.vacancy_card_2 {
  background-color: #d1d1d16d;
  border: 0;
  padding: 16px;
}

.benifits-card {
  background-color: rgba(255, 255, 255, 0.529);
  height: 100%;
  width: 100%;
}

/* careers page */