@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@100;200;300;400;500;600&display=swap");
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: "Poppins", sans-serif;
  scroll-behavior: smooth;
}
.container {
  position: relative;
  z-index: 10000;
}
@media only screen and (max-width: 991px) {
    .container {
        position: relative;
        z-index: 100 !important;
    }
}
::-webkit-scrollbar {
  width: 8px;
}
::-webkit-scrollbar-track {
  box-shadow: inset 0 0 5px #144178;
  /* border-radius: 10px; */
}
::-webkit-scrollbar-thumb {
  /* background: #0e2d44; */
  background: #144178;
  /* border-radius: 10px; */
}
::-webkit-scrollbar-thumb:hover {
  background: grey;
}
.textareaa{
    border:1px solid #000;
height:90px;
}
.text-danger{
    color:red;
}
.--errContact {
    margin-left: 15px;
    margin-bottom: 10px;
}
.font-weight-bold{
    font-weight:bold;
}
.btn-btn-primary{
   padding:5px 15px;
   background-color:skyblue;
   color:#fff;
   border-radius:8px;
   z-index:10000;
   border:none;
   outline:none;
}
.hidden {
    overflow: hidden;
}

.visible{

    z-index:100000;

}
/*----------------------------------[ HERO ]---------------------------------*/
a {
    text-decoration: none;
}
.flex {
  display: flex;
}
.aic {
  align-items: center;
}
.jcc {
  justify-content: center;
}
.jcsb {
  justify-content: space-between;
}
.title {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
#preloader {
  position: fixed;
  top: 0%;
  z-index: 100;
  width: 100%;
  height: 100vh;
  background: rgba(218, 218, 218, 0.9);
  /* background-size: 30%; */
  z-index: 1000000;
}
.spinner {
  position: absolute;
  top: 50%;
  left: 48%;
  width: 80px;
  height: 80px;
  display: grid;
  color: #144178;
  background: radial-gradient(
    farthest-side,
    currentColor calc(100% - 8.6px),
    #0000 calc(100% - 7.2px) 0
  );
  -webkit-mask: radial-gradient(
    farthest-side,
    #0000 calc(100% - 18.7px),
    #000 calc(100% - 17.3px)
  );
  border-radius: 50%;
  animation: spinner-sm4bhi 2s infinite linear;
}

.spinner::before,
.spinner::after {
  content: "";
  grid-area: 1/1;
  background: linear-gradient(currentColor 0 0) center,
    linear-gradient(currentColor 0 0) center;
  background-size: 100% 14.4px, 14.4px 100%;
  background-repeat: no-repeat;
}

.spinner::after {
  transform: rotate(45deg);
}

@keyframes spinner-sm4bhi {
  100% {
    transform: rotate(1turn);
  }
}
@media only screen and (max-width: 991px) {
    .spinner {
        position: absolute;
        top: 45%;
        left: 42%;
    }
}
.title_border {
  background: #fff;
  height: 4px;
  width: 80px;
  margin-right: 15px;
}
.title1_border {
  background: rgb(207, 207, 3);
  height: 4px;
  width: 80px;
  margin-right: 0px;
}
.title_head h3 {
  /* color: #008bd3; */
  color: #fff;
  font-size: 22px;
  font-weight: 500;
  text-transform: uppercase;
}
.project_title {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  padding: 2rem calc((100vw - 1100px) / 2);
  padding-bottom: 1.5rem;
}
.project_border {
  background: #144178;
  height: 4px;
  width: 80px;
  margin-right: 15px;
}
.mRight {
    margin-right: 1rem !important;
}
.project1_border {
  background: rgb(207, 207, 3);
  height: 4px;
  width: 80px;
  margin-right: 0px;
}
.project_head h3 {
  color: #144178;
  font-size: 28px;
  font-weight: 500;
  text-transform: uppercase;
}
.client_title {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  position: absolute;
  top: 10%;
  left: 5%;
}
.client_title h3 {
  color: #144178;
  font-size: 28px;
  font-weight: 500;
  text-transform: uppercase;
}
.whatwedo_title {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  margin-bottom: 30px;
}
.whatwedo_head h3 {
  color: #fff;
  font-size: 28px;
  font-weight: 500;
  text-transform: uppercase;
}
.service_title {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  margin-bottom: 30px;
}
.service_head h3 {
  color: #fff;
  font-size: 28px;
  font-weight: 500;
  text-transform: uppercase;
}
.product_title {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.product_head h3 {
  color: #144178;
  font-size: 22px;
  font-weight: 500;
  text-transform: uppercase;
}
.product_head h2 {
  color: #144178;
  font-size: 27px;
  font-weight: 500;
  text-transform: uppercase;
}
.m1 {
  margin-bottom: 0.7rem;
}
.product_border {
  background: #144178;
  height: 2px;
  width: 100px;
  margin-right: 15px;
}
@media only screen and (max-width: 991px) {
  .service_title {
    margin: 15px;
  }
  .service_head h3 {
    font-size: 24px;
  }
  .title_border,
  .title1_border,
  .project_border,
  .project1_border {
    width: 50px;
  }
    .project_border {
        margin-right: 0px;
    }

    .product_head h2 {
        font-size: 24px;
    }
  .whatwedo_title,
  .project_title {
    margin-left: 18px;
  }
  .whatwedo_head h3,
  .project_head h3 {
    font-size: 25px;
  }
  .client_title {
    top: -5%;
  }
}
.login_btn {
  padding: 7px 15px !important;
  background-color: #144178;
  color: #fff !important;
  border-radius: 8px;
}
.login_btn:hover {
  background-color: #fff;
  border: 3px solid #144178;
  color: #144178 !important;
  padding: 4px 12px !important;
  transition: all 0.1s ease-out;
}
.link {
  cursor: pointer;
  position: relative;
  white-space: nowrap;
  color: #0000;
}
.link::before,
.link::after {
  position: absolute;
  width: 100%;
  height: 4px;
  border-radius: 10px;
  /* background: #008bd3; */
  background: #144178;
  top: 100%;
  left: 0;
  pointer-events: none;
}
.link::before {
  content: "";
}
.link--metis {
  font-family: bely-display, sans-serif;
}
.link--metis::before {
  transform-origin: 100% 50%;
  transform: scale3d(0, 1, 1);
  transition: transform 0.3s;
}
.link--metis:hover::before {
  transform-origin: 0% 50%;
  transform: scale3d(1, 1, 1);
}
.border_bottom {
  background-color: #008bd3;
  height: 2px;
  width: 100px;
  margin-bottom: 10px;
}
.customSelect {
    display: flex;
    padding: 10px;
    border: none;
    outline: none;
    width: 100% !important;
    border: 1px solid #000 !important;
    border-radius: 9px;
    font-size: 15px;

    font-weight: 500;
}
.modal {
    display: none;
    position: fixed;
    z-index: 1000;
    padding-top: 100px;
    left: 0;
    top: 0%;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgb(0, 0, 0);
    background-color: rgba(0, 0, 0, 0.4);
}
.modal-content {
  background-color: #fefefe;
  margin: auto;
  border-radius: 9px;
  width: 650px;
  border-radius: 20px 20px 20px 20px;
}
.popup_header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  /* background-color: #008bd3; */
  background: #144178;
  padding: 8px 25px;
  color: #fff;
  border-radius: 20px 20px 0px 0px;
}
#myBtn {
  cursor: pointer;
}
.close {
  cursor: pointer;
  font-size: 15px;
  padding: 2px 10px;
  border: 2px solid #fff;
  border-radius: 50%;
}
.form_contianer {
  padding: 15px 20px;
}
.form_contianer div {
  margin-bottom: 10px;
}
.form_contianer input,
select,
textarea {
  display: flex;
  padding: 10px;
  border: none;
  outline: none;
  width: 100% !important;
  border: 1px solid #000;
  border-radius: 9px;
  font-size: 15px;
  font-weight: 500;
}
.form_contianer input::placeholder,
select::placeholder,
textarea::placeholder {
  font-size: 15px;
  font-weight: 500;
}
.field_grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 0.5rem;
}
.field_input {
    display: grid;
    grid-template-columns:1fr;
    grid-gap: 0.5rem;
}
.enquiry_btn {
  width: 20%;
  padding: 8px 20px;
  background: #144178;
  cursor: pointer;
  color: #fff;
  border-radius: 9px;
  text-align: center;
  font-size: 18px;
}
.shadow {
  box-shadow: 0px 10px 10px -15px #111;
}
.ml1 {
  margin-right: 0.8rem;
}
.ml2 {
  margin-left: -0.5rem;
}

@media only screen and (max-width: 991px) {
  .ml1 {
    margin-left: 0rem;
  }
  .field_grid {
    grid-template-columns: 1fr;
    grid-gap: 0.5rem;
  }
  .modal-content {
    width: 350px;
    border-radius: 20px 20px 20px 20px;
  }
  .modal {
    display: none;
    position: fixed;
    z-index: 1000;
    padding-top: 50px;
    left: 0%;
    top: 0%;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgb(0, 0, 0);
    background-color: rgba(0, 0, 0, 0.4);
  }
  .form_contianer textarea {
    margin-left: -0.5px !important;
  }
  .enquiry_btn {
    width: 50% !important;
  }
}
.service_enquiry {
  display: flex;
  align-items: center;
  justify-content: space-evenly;
  padding: 20px 20px;
  background-color: #144178;
  color: #fff;
}
.service_enquiry div h3 {
  font-size: 30px;
  font-weight: 400;
}
.service_enquiry div p {
  font-size: 17px;
  font-weight: 400;
}
.service_enquiry_btn {
  padding: 6px 20px;
  background-color: #fff;
  color: #144178;
  border-radius: 8px;
  font-size: 500;
  font-size: 20px;
  cursor: pointer;
}
@media only screen and (max-width: 991px) {
  .service_enquiry {
    flex-direction: column;
    padding: 20px 20px;
  }
  .service_enquiry div h3 {
    font-size: 18px;
    font-weight: 400;
    text-align: center;
    margin-bottom: 15px;
  }
  .service_enquiry_btn {
    font-size: 17px;
  }
}
.ml-1 {
  margin-left: 1rem;
}
.mr-1 {
  margin-right: 1rem;
}
