/* Footer */
@media only screen and (max-width :748px) {
  .mobileView{
    display: none !important;
  }
}
/*  */

/* Company Portfolio */
.company-portfolio img{
  height: 110px;
}
.company-portfolio h2{
  color: white;
  text-align: center;
  justify-content: right;
  margin-top: auto;
  margin-bottom: auto;
  display: flex;
}
.company-portfolio{
  background-color: black;
  padding-top: 10px;
  padding-bottom: 10px;
  border-radius: 100px;
  width: 95% !important;
  
}
/*  */
/* Our clients */
.ourClients{
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  background-color: white;
  gap: 20px;
  width: 80% !important;
  margin-top: 50px !important;
  padding-bottom: 2px;
  padding-top: 10px;
}
.photos{
  width: 270px;
  height: 230px;
  transition: transform 0.3s;
}
.photos img{
  height: 80%;
  width: 80%;
}
.photos:hover {
  transform: scale(0.9); /* Increase the size on hover */
  cursor: pointer;
}
/*  */ 
.contact p{
  font-size: 16px !important;
}
/*  */
@media (min-width: 280px) and (max-width: 764px)
{

  .local img{
    margin-left: 0px !important;
  }
}
/*                 */
/* Why Us */
@media (min-width: 280px) and (max-width: 750px) {
  .footer .row {
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  .footer .col-3 {
    width: 100%;
  }
  .col-3 {
    max-width: 100% !important;
  }
  .footer ol {
    padding-left: 0% !important;
  }
}
@media (min-width: 280px) and (max-width: 769px) {
  .contain {
    height: 1200px !important;
  }
  .comment h1 {
    font-size: 35px !important;
  }
  .comment p {
    font-size: 18px !important;
  }
}
@media (min-width: 280px) and (max-width: 366px) {
  .cards h2 {
    font-size: 20px !important;
  }
}
.cards {
  flex-direction: row;
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  justify-content: center;
  margin-bottom: 30px;
}
.first {
  width: 400px;
  height: auto;
  border: 30px solid rgb(14, 42, 71);
  border-top-right-radius: 30px;
  border-top-left-radius: 30px;
  padding-left: 20px;
  padding-top: 10px;
}
.second {
  width: 400px;
  height: auto;
  border: 30px solid rgb(14, 42, 71);
  border-top-right-radius: 30px;
  border-top-left-radius: 30px;
  padding-left: 20px;
  padding-top: 10px;
}
.third {
  width: 400px;
  height: auto;
  border: 30px solid rgb(14, 42, 71);
  border-top-right-radius: 30px;
  border-top-left-radius: 30px;
  padding-left: 20px;
  padding-top: 10px;
}
.cards img {
  width: 50px;
  height: 50px;
}
/*              */
/* Media querries */

@media only screen and (max-width: 768px) {
  .member > img {
    width: 250px;
    height: 250px;
    border-radius: 50%;
    object-fit: cover;
    object-position: center;
  }
  .local > img {
    width: 250px;
    height: 250px;
    border-radius: 50%;
    object-fit: cover;
    object-position: center;
    text-align: center;
    justify-content: center;
  }
  .develop {
    text-align: center;
    justify-content: center;
    display: flex;
    align-items: center;
    flex-direction: column;
  }
  .owl-nav {
    display: none;
  }
}

@media only screen and (min-width: 950px) {
  .dropdown {
    display: none;
  }
}
@media only screen and (max-width: 650px) {
  .image-Resposive-style {
    width: 100%;
  }
  .verry {
    width: 100%s;
  }
}
@media only screen and (min-width: 650px) {
  .delivery {
    padding: none;
    padding-top: 60px;
  }
  .verry img {
    padding-top: 10px;
  }
}
@media screen and (max-width: 1017px) {
  .show-list {
    display: flex;
    flex-direction: column;
    border-left: 3px solid rgba(0, 149, 255, 0.516);
    padding-left: 20px;
    position: relative;
    display: inline-block;
  }
  .dot {
    position: absolute;
    left: -0px; /* Adjust the value to position the dot */
    top: 10%;
    transform: translate(-50%, -50%);
    width: 15px;
    height: 15px;
    background-color: white;
    border-radius: 50%;
  }
}
@media (max-width: 768px) {
  .polaroid {
    display: block;
    margin: 0 auto;
  }
}
@media screen and (max-width: 1017px) {
  .drive {
    display: none;
  }
}
@media only screen and (min-width: 650px) {
  .delivery {
    padding: none;
    padding-top: 60px;
  }
  .verry-project img {
    padding-top: 10px;
  }
}

@media only screen and (max-width: 650px) {
  .image-Resposive-style {
    width: 100%;
  }
  .verry-projects {
    width: 100%;
    display: grid !important;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  }
  .portfolio-button .portfolio-button-item {
    margin: 0 11px !important;
  }
}
/* Media query for small screens (e.g., mobile) */
@media (max-width: 767px) {
  .col-lg-4,
  .col-sm-4 {
    /* Adjust column styles for small screens */
    width: 100%;
  }
  .verry-projects {
    width: 100%;
    display: grid !important;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  }
  /* Add additional styles for small screens here */
}

/* Media query for medium-sized screens (e.g., tablet) */
@media (min-width: 768px) and (max-width: 991px) {
  /* Add styles specific to medium-sized screens here */
  .display-team {
    display: flex;
    flex-wrap: wrap;
    text-align: center;
    justify-content: center;
  }
}

/* Media query for large screens (e.g., desktop) */
@media (max-width: 767px) {
  /* Add styles specific to large screens here */
  .display-team {
    display: flex;
    flex-direction: column;
    text-align: center;
    justify-content: center;
  }
  .verry-projects {
    width: 100%;
    display: grid !important;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  }
}
/* Styles for large screens (greater than or equal to 992px width) */
@media (min-width: 992px) {
  .post {
    flex-direction: row;
  }
  /* .khema h2{
    padding-left: 450px !important;
    font-size: 50px !important;
  } */
}

/* Styles for medium screens (between 768px and 991px width) */
@media (min-width: 768px) and (max-width: 1024px) {
  .post {
    flex-direction: row;
  }
}

/* Styles for small screens (less than 768px width) */
@media (max-width: 767px) {
  .post {
    flex-direction: column;
  }
  .verry-projects {
    width: 100%;
    display: grid !important;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  }
}
@media (min-width: 320px) and (max-width: 425px) {
  .portfolio-company img {
    width: 100% !important;
  }
  .khema h2 {
    padding-left: 27px !important;
  }
  .portfolio-button .portfolio-button-item {
    font-size: 11.5px !important;
  }
  .overlay1 {
    width: 95% !important;
  }
}
@media (min-width: 425px) and (max-width: 912px) {
  .khema h2 {
    padding-left: 130px !important;
    font-size: 45px !important;
  }
  .verry-projects {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  }
  .portfolio-button .portfolio-button-item {
    font-size: 12px !important;
  }
  .overlay1 {
    width: 95% !important;
  }
}
@media (min-width: 913px) and (max-width: 1440px) {
  .khema h2 {
    padding-left: 300px !important;
    font-size: 50px !important;
  }
  .portfolio-company img {
    margin-left: 280px !important;
  }
  .overlay1 {
    width: 100% !important;
  }
}
@media (min-width: 768px) {
  .col-md-8 {
    max-width: none !important;
  }
}
/* <-----------------> */
/* Navbar  */
.navbar p {
  font-size: 30px;
  font-family: "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
}
.nav-link {
  font-weight: bolder !important;
  color: black !important;
  margin-left: 30px;
}
/*          */

/* Modal */
@media (max-width: 379px) {
  #quoteBtn {
    right: 0; /* Adjust this value to place the button within the screen */
  }
}
.modal-header {
  background-color: rgb(14, 42, 71);
}
.modal-title {
  color: white;
}
.getQuote {
  display: flex;
  justify-content: end;
}
@media screen and (max-width: 445px) {
  .document {
    display: block !important;
  }
  .upload {
    width: 100% !important;
  }
  .qrCode{
    padding-top: 20px;
    float: left !important;
  }
}
.upload{
  max-width: 50%;
  padding: 0 !important; 
  margin: 0 !important;
}
.document{
  display: flex;
  justify-content: space-between;
}
.document img{
  width: 180px; 
  height: 180px;
}
.qrCode{
  max-width: 50%;
  float: right;
}
#quoteBtn {
  background-color: rgb(14, 42, 71);
  color: white;
  transform: rotate(
    -90deg
  ); /* Use a single "transform" property for cross-browser compatibility */
  transform-origin: 0 0; /* Set the transform origin to pivot from the top-left corner */
  position: fixed;
  top: 50%;
  right: -75px;
  transition: right 0.3s ease-in-out;
  z-index: 999;
  border-radius: 20px;
}
/*  */
* {
  margin: 0px;
  padding: 0px;
}
/* modal title code  */

li a {
  color: #000;
  text-decoration: none;
  margin-left: 40px;
}
/* Flip Images   */
.flip-box {
  width: 100%;
  height: 95vh;
  perspective: 1000px; /* Remove this if you don't want the 3D effect */
}
.flip-box h2 {
  text-align: center;
  margin-top: 30px;
}
#font-image {
  text-align: center;
  list-style-type: none;
  font-size: 30px;
  display: inline-block;
}
#font-image li {
  display: inline;
  margin-top: 70px;
}

/* This container is needed to position the front and back side */
.flip-box-inner {
  position: relative;
  width: 100%;
  height: 100%;
  text-align: center;
  transition: transform 0.8s;
  transform-style: preserve-3d;
}

/* Do an horizontal flip when you move the mouse over the flip box container */
.flip-box:hover .flip-box-inner {
  transform: rotateY(180deg);
}

/* Position the front and back side */
.flip-box-front,
.flip-box-back {
  position: absolute;
  width: 100%;
  height: 100%;
  -webkit-backface-visibility: hidden; /* Safari */
  backface-visibility: hidden;
}

/* Style the front side (fallback if image is missing) */
.flip-box-front {
  color: black;
}

/* Style the back side */
.flip-box-back {
  color: white;
  transform: rotateY(180deg);
}
.flip-image img {
  margin-top: 100px;
  width: 150px;
  height: 150px;
  border-radius: 50%;
}
/* Icon rotate in flip box  */

.flip-image {
  position: relative;
  display: inline-block;
  width: fit-content;
}

#font-image {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  list-style: none;
  padding: 0;
  width: 200px;
  height: 236px;
}

#font-image li {
  display: inline-block;
  animation: rotateIcon 4s linear infinite;
  transform-origin: center center;
  position: absolute;
  width: 250px;
  height: 250px;
}
#font-image li i {
  font-size: 40px !important; /* Adjust the size as needed */
}

#font-image li:nth-child(1) {
  top: 110%;
  left: 60%;
  bottom: 110%;
  right: 60%;
  animation-delay: 0s;
}

#font-image li:nth-child(2) {
  top: 90%;
  left: 50%;
  bottom: 90%;
  right: 50%;
  animation-delay: 0.286s;
}

#font-image li:nth-child(3) {
  top: 90%;
  left: 50%;
  bottom: 90%;
  right: 50%;
  animation-delay: 0.571s;
}

#font-image li:nth-child(4) {
  top: 90%;
  left: 50%;
  bottom: 90%;
  right: 50%;
  animation-delay: 0.857s;
}

#font-image li:nth-child(5) {
  top: 90%;
  left: 50%;
  bottom: 90%;
  right: 50%;
  animation-delay: 1.143s;
}

#font-image li:nth-child(6) {
  top: 90%;
  left: 50%;
  bottom: 90%;
  right: 50%;
  animation-delay: 1.429s;
}

#font-image li:nth-child(7) {
  top: 90%;
  left: 50%;
  bottom: 90%;
  right: 50%;
  animation-delay: 1.714s;
}
#font-image li:nth-child(8) {
  top: 90%;
  left: 50%;
  bottom: 90%;
  right: 50%;
  animation-delay: 1.999s;
}
#font-image li:nth-child(9) {
  top: 90%;
  left: 50%;
  bottom: 90%;
  right: 50%;
  animation-delay: 2.284s;
}

@keyframes rotateIcon {
  0% {
    transform: translate(-50%, -50%) rotate(0deg) translate(120px) rotate(0deg);
  }
  100% {
    transform: translate(-50%, -50%) rotate(360deg) translate(120px)
      rotate(-360deg);
  }
}

/* -------------End  ------------- */

/* New code to rotate  */

/* Contain */

.contain {
  background-image: url("image1.jpg");
  /* border-radius: 50px; */
  background-size: cover;
  background-repeat: no-repeat;
  height: fit-content;
  border-radius: 40px;
  height: 700px;
}

.contain p {
  color: white;
  margin-top: 60px;
  margin-left: 40px;
  font-size: 16px;
}
.contn h1 {
  margin-top: 80px;
  color: white;
  margin-left: 50px;
  font-size: 35px;
  font-family: "Times New Roman", Times, serif;
}
.contn span {
  color: #086ad8;
  margin-left: 20px;
  font-size: 35px;
  font-family: "Times New Roman", Times, serif;
}
.contn p {
  color: white;
  margin-left: 40px;
  font-size: 50px;
  font-weight: bold;
  font-family: "Times New Roman", Times, serif;
}
/* .contn .button button{
  float: left;
} */
.button {
  color: white;
  margin-left: -230px;
  padding: 20px;
}
.button:hover {
  color: #000;
}
/* Who  */
.who p {
  margin-top: 60px;
  /* color: #283d50;
  font-size: 40px;
  text-align: center;
  font-family: Arial, Helvetica, sans-serif;
  justify-content: center; */
  color: #086ad8 !important;
  font-size: 30px;
  margin-top: 30px;
  font-weight: bold;
  text-align: center;
}
.who h2 {
  font-size: 24px;
  text-align: center;
  font-family: "Times New Roman", Times, serif;
  justify-content: center;
  color: #74818e;
}
/* Bootstrap */
.image {
  margin-top: 60px;
  /* position: absolute; */
  /* margin-bottom: 60px; */
  /* display: flex;
    justify-content: flex-end; */
}

.box {
  position: relative;
  max-width: 800px;
  min-height: 600px;
  left: 100px;
  /* top: 100px; */
}
.one {
  position: absolute;
  max-width: 500px;
  min-height: 300px;
  top: 100px;
  left: 80px;
}
.two {
  position: absolute;
  border-radius: 5px;
  max-width: 300px;
  min-height: 150px;
  top: 180px;
  left: -110px;
}
.two img {
  border-radius: 20px;
}

.three {
  font-size: 25px;
  font-weight: bold;
  margin-top: 35px;
  text-align: justify;
  color: #086ad8 !important;
}
.four {
  color: #4c4d56;
  text-align: justify;
}
.list {
  display: flex;
  align-items: center;
  margin-top: 10px;
}
.shape h2 {
  font-size: 20px;
  margin-left: 20px;
  text-align: justify;
  /* color: #086ad8 !important; */
}
.shape p {
  margin-left: 20px;
  text-align: justify;
}
.list .shape {
  margin-right: 10px;
}

/* Service  */

.server {
  /* top: 120px; */
  margin-top: 20px;
  /* height: 700px !important; */
  /* min-height: 500px; */
  /* margin-bottom: 60px; */
}
.server p {
  color: #086ad8 !important;
  font-size: 25px;
  margin-top: 30px;
  font-weight: bold;
  text-align: center;
}
.server h4 {
  text-align: center;
}
.server h2 {
  font-size: 20px;
  font-weight: bold;
  /* text-align: center */
  margin-top: 30px;
  font-family: sans-serif;
}
.server h6 {
  text-align: justify;
  margin-bottom: 50px;
  min-height: 200px;
  font-family: sans-serif;
}

.local img {
  margin-top: 55px;

  margin-left: 80px;
  width: 100px;
  height: 100px;
  border-radius: 100%;
}
.last {
  text-align: center;
  margin-top: 40px;
  margin-bottom: 20px;
}
.least h2 {
  font-family: " Arial, Helvetica, sans-serif";
  font-size: 25px;
  font-weight: bold;
}
/* Section1 */

.image-container {
  background-image: url("images11.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  max-width: 100%;
  min-height: 300px;
  border-top-left-radius: 30px;
  border-top-right-radius: 30px;
}
.numbers {
  background-color: rgba(1, 1, 63, 0.7);
  max-width: 100%;
  min-height: 300px;
  border-top-left-radius: 30px;
  border-top-right-radius: 30px;
}
.number {
  color: #fff;
  margin-top: 40px;
}
.number h2 {
  color:white;
  font-size: 40px;
  font-weight: bold;
  text-align: center;
  flex-direction: column;
  margin-top: 35%;
}
.number p {
  color: white !important;
  font-size: 22px;
  text-align: center;
  margin-top: 20px;
}
/* Delivery */

.delivery {
  height: max-content;
  margin-top: 20px;

  /* border: 5px solid red; */
}
.delivery p {
  color: #444444;
  font-size: 16px;

  text-align: center;
}
.delivery h2 {
  font-size: 40px;
  font-family: "Segoe UI, Tahoma, Geneva, Verdana, sans-serif";
  text-align: center;
}

.verry img {
  border-top-left-radius: 35px;
  border-top-right-radius: 35px;
}
.very h2 {
  font-size: 40px;
  /* margin-top: 40px; */
  font-family: Arial, Helvetica, sans-serif;
  font-weight: bold;
}
.very p {
  font-size: 21px;
  text-align: left;
}

.middle {
  width: 100% !important;
  padding: 10px;
  min-height: 599px !important;
  background-image: url("image1.jpg");
  border-top-right-radius: 30px;
  background-repeat: no-repeat;
  background-size: cover;
}
#why h4 {
  color: #fff;
  text-align: center;
  font-size: 30px;
  font-weight: bold;
  font-family: Arial, Helvetica, sans-serif;
  /* top: 80px; */
  margin-top: 20px;
}
.why {
  color: #fff;
  text-align: center;
  margin-top: 20px;
  font-size: 25px;
}

#qua {
  color: #fff;
  text-align: center;
  font-size: 18px;
  margin-top: 30px;
}
#quaf {
  color: #fff;
  text-align: center;
  font-size: 18px;
  margin-top: 30px;
}
#quafe {
  color: #fff;
  text-align: center;
  font-size: 18px;
  margin-top: 30px;
}

.qua {
  color: #fff;
  text-align: center;
  font-size: 16px;
  margin-left: 40px;
  margin-right: 40px;
  margin-bottom: 80px;
}
.five {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  background-color: transparent;
  border-radius: 10px;
}

.six i {
  margin-top: 30px;
  color: #fff;
  font-size: 60px !important;
}
.seven {
  color: #fff;
  text-decoration: underline;
  margin-bottom: 30px;
  margin-top: -30px;
  text-decoration: none;
}
.seven:hover {
  color: rgba(0, 81, 255, 0.396);
  /* color: #0e2a47; */
  text-decoration: none;
}
.chiper h2 {
  color: #fff;
  font-size: 26px;
  font-weight: bold;
  text-align: center;
}

.chiper p {
  text-align: center;
  color: #fff;
  font-size: 16px;
}
/* team  */

#tem {
  text-align: center;
  margin-top: 20px;
  margin-bottom: 50px;
}
.item {
  display: inline-flex;
}
.member img {
  width: 250px;
  height: 250px;
  display: block;
  object-fit: cover;
  object-position: center;
  text-align: center;
  margin-bottom: 20px;
  position: relative;
  border-radius: 50%;
  overflow: hidden;
}

.member {
  position: relative;
  display: inline-block;
}

.overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 250px;
  height: 250px;
  border-radius: 50%;
  background-color: rgba(0, 0, 0, 0.5);
  color: #fff;
  opacity: 0;
  transition: opacity 0.3s ease;
  display: flex;
  align-items: center;
  justify-content: center;
}
.member:hover .overlay {
  opacity: 1;
}
.text {
  font-size: 24px;
  font-weight: bold;
}
.member-info-content h4 {
  margin-left: 30px;
}

/* ---------------------------------Button Style-----------------*/
.button-style {
  background-color: #0e2a47;
  color: white;
  font-weight: bold;
  padding: 10px;
  /* border-radius: 5px solid #58151c; */
  font-size: 22px;
  width: 150px;
  border-radius: 11px;
  border: #0e2a47;
}
.footer {
  background-image: url(image1.jpg);
  background-repeat: no-repeat;
  color: white;
  max-width: 100%;
  border-radius: 50px;
  background-size: cover;
  padding-top: 30px;
  margin-bottom: 10px;
  width: 99% !important;
}
.footer h3 {
  text-align: center;
}
.footer ol {
  text-align: center;
  list-style: none;
}
.footer ul {
  list-style: none;
  display: flex;
  justify-content: center;
  align-items: center;
}
.fa {
  padding-right: 20px;
  font-size: 25px !important;
}
.button-rotate {
  -moz-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  -o-transform: rotate(-90deg);
  -webkit-transform: rotate(-90deg);
  position: fixed;
  top: 50%;
  right: -50px;
  transition: right 0.3s ease-in-out;
}

.button-rotate.active {
  right: 0;
}

/* ASDFGHJKL */
.read button {
  margin-top: 10px;
}

/* Bottom */

.less {
  width: 100% !important;
  /* background-color:#004a99 ; */
  /* background-color: #010717; */
  background-image: url("image1.jpg");
  border-top-right-radius: 30px;
  margin-top: 15px;
  background-size: cover;
  background-repeat: no-repeat;
}
#colm {
  text-align: center;
  margin-left: 20px;
  margin-top: 20px;
  color: #fff;
  font-size: 22px;
  /* font-family: 'Courier New', Courier, monospace; */
}
.zero {
  text-align: left;
  margin-left: 15px;
  margin-top: 20px;
  color: #fff;
}
#use {
  text-align: center;
  margin-left: 20px;
  margin-top: 20px;
  color: #fff;
  font-size: 18px;
}
#us {
  margin-top: 25px;
}
ol li {
  text-decoration: none;
  color: #fff;
  list-style-type: none;
  /* top: 40px; */
  margin-top: 10px;
  text-align: center;
  /* margin-left: 80px; */
}
#final {
  text-align: center;
  margin-left: 20px;
  margin-top: 20px;
  color: #fff;
  font-size: 22px;
}

.final {
  text-align: left;
  margin-left: 70px;
  margin-top: 20px;
  color: #fff;
  font-size: 18px;
}

.final a {
  text-align: left;
  margin-left: 70px;
  margin-top: 20px;
  color: #fff;
  font-size: 18px;
}
#font {
  text-align: left;
  margin-left: 40px;
  margin-top: 20px;
  /* font-size: 35px; */
}
#font li {
  margin-left: 10px;
  color: #fff;
  /* color: #00458f; */
  font-size: 40px;
  display: inline-block;
  padding: 5px;
  list-style-type: none;
  font-family: Verdana, Geneva, Tahoma, sans-serif;
  /* background-color: #010717; */
  background-color: transparent;
}
#fent {
  text-align: left;
  margin-left: 40px;
  margin-top: 20px;
}
#fent li {
  margin-left: 10px;
  color: #fff;
  font-size: 18px;
  font-family: Verdana, Geneva, Tahoma, sans-serif;
  display: inline-block;
  padding: 5px;
  list-style-type: none;
  /* background-color: #010717; */
  background-color: transparent;
}
/* Client */

.client {
  background-color: #ecf5ff;
  display: flex;
  margin-top: 30px;
  width: 100% !important;
  border-radius: 10px;
  /* min-height: 800px; */
}
.photos-grid {
  display: inline-flex;
  flex-wrap: wrap;
}
.clients {
  padding-bottom: 30px;
  max-width: 95%;
  margin: auto;
}
.client h2 {
  margin-top: 50px;
  text-align: center;
  font-size: 30px;
  color: #283d50;
}
.client p {
  text-align: center;
  font-size: 18px;
  color: #556877;
}

.client-images-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  padding: 80px;
}
.client-images {
  background-color: white;
  max-width: 90%;
  border-radius: 10px;
}

.client-images img {
  /* width: 200px; */
  height: 120px;
}

.client-log {
  border-bottom: 1px solid #d6eaff;
  border-right: 1px solid #d6eaff;
  text-align: center;
  padding: 50px;
}
/* Choose */

.choose h2 {
  text-align: center;
  font-size: 22px;
}
.choose p {
  text-align: center;
  font-size: 16px;
}
/* Contact us  */

#contact-us h2 {
  margin-top: 30px;
  margin-bottom: 40px;
  text-align: center;
  font-size: 30px;
  font-family: Verdana, Geneva, Tahoma, sans-serif;
}

/* Form  */
#contact .info {
  color: #283d50;
}

#contact .info i {
  font-size: 32px;
  color: #007bff;
  float: left;
  line-height: 1;
}
#contact .info p {
  padding: 0 0 10px 36px;
  line-height: 28px;
  font-size: 14px;
}
/* Line  */

.aline {
  display: flex;
  gap: 15px;
  position: relative;
  margin-left: 15px;
}
.alane {
  display: flex;
  gap: 15px;
  font-size: 14px;
  position: relative;
  margin-left: 15px;
}
.alane p {
  display: flex;
  gap: 15px;
  font-size: 11px;
  position: relative;
  /* margin-left: 15px; */
}
.line i {
  color: #007bff;
  font-size: 30px;
}
line p {
  color: #000;
}
/* Input  */
.input input {
  /* z-index: -1 !important; */
  width: 100%;
  padding: 5px;
  margin: 10px;
  font-family: "Times New Roman", Times, serif;
}
.btn {
  /* border-radius: 10px; */
  margin-left: 250px;
  justify-content: center;
  margin-bottom: 20px;
  margin-top: 275px;
  /* background: #0e2a47; */
}
.btns {
  border-radius: 10px;
  justify-content: center;
  margin-bottom: 20px;
  margin-top: 70px;
  color: white;
  padding: 10px;
  /* border-radius: 10px solid #0e2a47; */
  /* background: #0e2a47; */
}
.inputs input {
  padding-bottom: 60px;
}

.portfolio {
  display: flex;
  margin: auto;
  justify-content: space-around;
  width: 100%;
  margin-top: 80px;
  margin-bottom: 200px;
  /* border: ; */
}
/* Portfolio div  */
.mid {
  width: 100%;
  z-index: 1;
  /* background-color: #004a99; */
}
#whys h4 {
  color: #fff;
  text-align: center;
}
.whys {
  color: #fff;
  text-align: center;
}
/* #chose{
    margin-top: 20px;
} */
#quality {
  color: #fff;
  text-align: center;
  margin-top: 20px;
}
.quantity {
  color: #fff;
  text-align: center;
  margin-top: 10px;
  font-family: sans-serif;
}
.contt {
  margin-top: 40px;

  width: 100%;
  /* border: 5px solid black; */
}
.ten {
  width: 90%;
  padding: 20px;
  /* height: 220px; */
  margin-left: 30px;
  margin-right: 30px;
  border: 3px solid #0e2a47;
  background-color: #0e2a47;
  border-radius: 10px;
}
.click {
  width: 100%;
  text-align: center;
}
.click a {
  text-decoration: none;
  color: #d6eaff;
  list-style-type: none;
  font-size: 22px;
  font-weight: bold;
  font-family: sans-serif;
}
/* end  */
.parts {
  text-align: center;
  margin-top: 50px;
}
.part {
  width: 87px;
}
.parts h2 {
  color: #0e2a47;
  font-size: 30px;
  margin-top: 30px;
  margin-bottom: 40px;
  font-weight: bold;
  text-align: center;
}
.part p {
  border-radius: 20px;
  border: 10px solid #007bff;
  background-color: #007bff;
  color: #fff;
}

.partes {
  width: 87px;
}
.partes p {
  border-radius: 20px;
  border: 10px solid #ecf5ff;
  background-color: #ecf5ff;
  color: #007bff;
}

.partes p:hover {
  border: 10px solid #007bff;
  background-color: #007bff;
  color: #fff;
}

.main {
  padding: 20px;
  /* background: #0e2a47 !important; */
  background: transparent;

  padding: 0 0 10px 0;
  color: #eee;
  border-radius: 5px;
  font-size: 16px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 1rem;
}

.imageHover {
  transition: transform 0.5s, filter 1.5s ease-in-out;
}

/* The Transformation */
.imageHover:hover {
  transform: scale(1.1);
}
::-webkit-scrollbar {
  width: 5px;
}

/* Track */
::-webkit-scrollbar-track {
  box-shadow: inset 0 0 5px grey;
  border-radius: 10px;
}

/* Handle */
::-webkit-scrollbar-thumb {
  background: #052c65;
  border-radius: 15px;
}

textarea {
  outline: none;
  /* width: 102%; */
  margin: 11px auto;
  font-size: 16px;
  padding: 7px;
  resize: vertical;
  padding-bottom: 62px;
  width: 100%;

  border: 0.5px solid grey;
  border-radius: 1px;
}
/* change the color the primary button  */
.btn-primary,
.btn-primary:hover,
.btn-primary:active,
.btn-primary:visited {
  background-color: #0e2a47 !important;
  border-radius: 10px solid #0e2a47;
  padding: 10px;
}

/*------------------------------ New code 7-7-23 --------------------------*/

.jer {
  margin-top: 70px;
  background-color: #000;
  border-top-left-radius: 25px;
  border-top-right-radius: 25px;
}
.vertex {
  color: white;
  font-size: 26px;
  margin-top: 60px;
  /* float: left; */
  font-family: sans-serif;
}
/* .vertexx {
  color: white;
  font-size: 26px;
  margin-top: 60px;
  font-family: sans-serif;
} */
.vertex li {
  /* margin-top: 40px;  */
  list-style-type: none;
  font-size: 18px;
  font-family: sans-serif;
}
/* .vertexx li {
  list-style-type: none;
  font-size: 18px;
  font-family: sans-serif;
} */
#vertexs {
  color: #fff;
  height: 50px;
  text-align: center;
  margin-top: 60px;
  font-size: 30px;
}

.clicks {
  width: 100%;
  text-align: center;
  margin-top: 30px;
}
.clicks a {
  text-decoration: none;
  color: #d6eaff;
  /* margin-top: 30px; */
  list-style-type: none;
  font-size: 22px;
  font-weight: bold;
  font-family: sans-serif;
}
/*---------------------- carousual 1 --------------------- */

.carousel-control-prev-icon {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAGAAAABgCAYAAADimHc4AAAACXBIWXMAAAsTAAALEwEAmpwYAAAB70lEQVR4nO2dy0pDMRCGq6X4GCbiG/RJdOXb1LtuvUxqd96Rgrs8WWYnQsSFC0GQBu2kyffB2Yfvn0lPz2XOYAAAAAAAAAAALTPPQxfSw2bQPeul9Cr/2QfNXtI7IVjJ/zoIYYnyJT19k08IS5X/+KN8QqhAPiEscc//9Ugv/7WcLk81/QLyXdDX8SyPrJe++szz0Eu6R76V/JDukG/BJK8j31K+pFsq34Kc17zoDfKR32HlB51S+UbynWhAPvI7rPygQuUjv8c9P11T+cjvsvKvqHwj+T6kS+Qjv8drO+mCyjfCBz1HPvL7w4meUflW8oOeIh/5/eFET6h8K/lBj5GP/P7wokdUvhFe9BD5RiDfEB/0gMo3wovuI3+1AojbF3nDcs3NUbAFRUKwPwOKhEAI7VHwRyzSCfbXgSIhEEJ7uMUvR9MJFdwNi2xHhNAebvGb8nRCBc8ERbYjQmiMXPRoIp1QwZPRke2IEBojF72gQSdU8H5YZDsihMbIRe8I0wmE0Bq5aE4EnUAIrZGLxtXQCRVMy4qcohJCY0yKhvbRCRWMrSSECga3EkIFo4sJoYLh3YTwpzC+frU+4OAkvW1O0471krsMwSHf7iM+yDf8TUC+YQjIN2I8y6PPj/VsSdq1WgMAAAAAAADAoFs+AGV4Eg6mZ6NAAAAAAElFTkSuQmCC") !important;
}
.carousel-control-next-icon {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAGAAAABgCAYAAADimHc4AAAACXBIWXMAAAsTAAALEwEAmpwYAAAB70lEQVR4nO2dTU4CQRBG2x9O586krzCH6CLBrYLiEkF050BAz2fclCExLA1OBj67+73EfeV7VdVEhp4QAAAAAAAAAODUDP06JF+FxgeErwjf/CuYe0j+jgRV+Lb/2yJBF77/TMImjPzyJHVUyW/hGxL04RsSjsfu084h4dtewluIfnHEiipjF6Z5+ycJ5mvOBCQURpdJSL5iEpBQGLHTmdByMOslvIaRn/daR9VEJOR6ML8wCWoJ5kskIKEwIpOQ65nwzDpSSzBfIOE/SAh+1msdVRM7raM5EpBQGLHTOnpiEtQSks+QoJfwiAS1BPNprzVUT0RCruvoQV12WUQk5CrhXl12WcROZ8JEXXZZRCTkuo7G6rLLInaahDt12WURkZDrOrpVl10WsdMk3KjLLofGB8H8AwG5hJ9YQcrO55NQLxB+dmtnrCy59s6fqMsug4bw8wo/8e9oZfh8K9YLhJ/dzp8qSy6HhvDzCj/xYJYy/BlPxanCNx7OVXb+nM4n/CrXzoLOV4Y/4h4JTfiJn6kqO39J5xN+5jR0fl7hJ66r0YVv3JpF+JV2fsulfarwE3eH9gPhZ7d21tyaS/gFwPX1YpJfBfPPAw/cDWtHJSERvk5CInylhC2vsVJJSLzITcOQVxkCAAAAAAAAhCr4BjL2OjnWwQSsAAAAAElFTkSuQmCC") !important;
}
/* .carousel-control-prev {
  left: -90px !important;
  top: -100px !important;
  margin-top: 60px;
}
.carousel-control-next {
  right: -90px !important;
  top: -100px !important;
  margin-top: 60px;
}
.carousel-control-next{
  width: 15% !important;
}
.carousel-control-prev {
  width: 15%!important;
} */

/* ------------------------------Input Form ----------------------------------------- */
.roman {
  margin-top: 90px;
}

.roman h2 {
  text-align: center;
  color: #58151c;
}
.roman p {
  color: #052c65;
  font-weight: bold;
  margin-top: 10px;
}
.roman h6 {
  text-align: center;
}
.roman.form {
  text-align: center;
}

.center {
  margin-top: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: fit-content;
}

/* .form-container {
      max-width: 400px;
      padding: 20px;
      background: #f1f1f1;
      border-radius: 5px;
    } */
.center label {
  color: #052c65;
  /* color: red; */
  font-weight: bold;
  /* font-size: 22px; */
  /* font-family: Verdana, Geneva, Tahoma, sans-serif; */
  font-family: "Gill Sans", "Gill Sans MT", Calibri, "Trebuchet MS", sans-serif;
}

span.wpcf7-form-control-wrap .wpcf7-date,
span.wpcf7-form-control-wrap .wpcf7-quiz,
span.wpcf7-form-control-wrap .wpcf7-number,
span.wpcf7-form-control-wrap .wpcf7-select,
span.wpcf7-form-control-wrap .wpcf7-text,
span.wpcf7-form-control-wrap .wpcf7-textarea {
  width: 100%;
  box-sizing: border-box;
  margin-bottom: 0;
}

/* ------------------------------------Get Qoute------------------------------ */

.staff {
  /* padding-top: 10px; */
  margin-top: 10px;
  text-align: center;
  font-size: 30px;
  padding: 20px;
  background-color: rgba(0, 149, 255, 0.516);
  z-index: -1;
}

/*---------------------------- Dealing in Qoute ------------------------*/

.boxe {
  margin-top: 40px;
  border: 4px solid #0e2a47;
  width: 250px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  z-index: -1;
  padding: 15px 5px 15px 5px;
}
.boxe button {
  width: 100px;
  height: 50px;
  color: white;
  font-weight: bolder;
  background-color: #086ad8;
  border: none;
  border-radius: 5px;
}
.boxe h2 {
  text-align: center;
}
/* ------------------------------Home Page ---------------------------- */

.comment h1 {
  font-weight: bolder;
  color: white;
  margin-top: 80px;
  /* color: white; */
  margin-left: 50px;
  font-size: 50px;
  font-family: "Roboto Slab";
}

.comment p {
  color: white;
  margin-left: 40px;
  font-size: 22px;
  font-weight: bold;
  font-family: "Times New Roman", Times, serif;
}
/* --------------------------------Buliding CReating------------------------ */
.building {
  display: flex;
  justify-content: center;
}
.building h2 {
  text-align: center;
  font-size: 45px;
  line-height: 60px;
  max-width: 30ch;
  margin-top: 60px;
  font-weight: bolder;
  color: #223554;
}

.slide-show {
  padding: 10px;
  margin-top: 40px;
  margin-bottom: 80px;
  border: 40px solid #0e2a47;
  border-top-left-radius: 25px;
  border-top-right-radius: 25px;
  height: 400px;
  z-index: -1;
}
.slide-par {
  max-width: 200px;
  min-height: 100px;
}
.slide-par img {
  width: 100%;
  height: 50px;
  /* margin-left: 5px; */
  /* padding: 10px; */
}
.slide-par h2 {
  margin-left: 30px;
}
.slide-part {
  margin-left: 15px;
  border-left: 2px solid #0e2a47;
}
.slide-part p {
  margin-left: 15px;
  padding-left: 10px;
  margin-top: 50px;
  color: "gray";
}
.slide-parts {
  margin-left: 15px;
  border-left: 2px solid #0e2a47;
}
.slide-parts p {
  margin-left: 15px;
  padding-left: 10px;
  margin-top: 70px;
  margin-bottom: 50px;
  color: "gray";
}
/* --------------------------------Value Drive us ---------------------------------- */
.drive {
  width: 100%;
  border-top-left-radius: 35px;
  border-top-right-radius: 35px;
  background-color: black;
  margin-bottom: 50px;
}
.drive h2 {
  text-align: center;
  color: #fff;
  font-weight: bold;
  font-size: 50px;
  margin-top: 80px;
  margin-bottom: 50px;
}
.drive img {
  width: 100%;
  height: 100vh;
  margin-top: 40px;
}
.show-list {
  display: none;
  z-index: -1;
}

.show-list h2 {
  color: white;
  margin-top: 30px;
}
.show-list p {
  color: white;
  margin-top: 10px;
}

/* portfolio code  */

.portfolio {
  width: 100%;
  height: 100vh;
}
.portfolio h2 {
  text-align: center;
  font-weight: bold;
  /* font-size: 90px; */
}
.portfolio p {
  text-align: center;
}

/* #team-gallary .owl-carousel {
  display: flex;
} */

/* Portfolio section  */
.khema {
  margin: 0, 10px, 0, 10px !important;
  color: #fff;
  background-color: #000;
  border-top-left-radius: 15px;
  border-top-right-radius: 15px;
  height: 160px;
  z-index: -1;
}
.khema h2 {
  padding-top: 40px;
  font-family: "Gill Sans", "Gill Sans MT", Calibri, "Trebuchet MS", sans-serif;
  font-size: 35px;
  font-weight: 20px;
}

/* section 1 portfolio  new page  */

.delivery {
  height: max-content;
  margin-top: 20px;
  padding-left: auto !important;
  padding-right: auto !important;
  /* border: 5px solid red; */
}
.delivery p {
  color: #444444;
  font-size: 16px;

  text-align: center;
}
.delivery h2 {
  font-size: 40px;
  font-family: "Segoe UI, Tahoma, Geneva, Verdana, sans-serif";
  text-align: center;
}

.verry-project img {
  margin-left: 22px;
  margin-top: 22px;
  /* border-top-left-radius: 20px; */
  /* border-top-right-radius: 20px; */
}
.verry-projects img {
  /* margin-left: 10px;
  margin-bottom: 10px; */
  margin-top: 22px;
  width: 210px;
  height: 210px;
}
.very h2 {
  font-size: 40px;
  /* margin-top: 40px; */
  font-family: Arial, Helvetica, sans-serif;
  font-weight: bold;
}
.very p {
  font-size: 21px;
  text-align: left;
}

.portfolio-info {
  margin-top: 50px;
  background-color: #f5f5f5;
  border-top: 7px solid #007bff;
  padding: 37px 30px 50px !important;
}
.portfolio-info-label {
  margin: 0 0 5px 0;
}
.portfolio-info-label h5 {
  font-family: sans-serif;
  font-weight: 600;
  color: #2b2b2b;
  font-size: 21px;
  line-height: 1.23em;
  font-weight: 700;
  letter-spacing: -0.04em;
  margin: 25px 0;
  -ms-word-wrap: break-word;
  word-wrap: break-word;
  /* margin-top: 15px; */
}
.portfolio-info span {
  font-size: 11px;
  line-height: 1.63em;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 3px;
  font-family: "Josefin Sans", sans-serif;
  display: inline-flex;
  vertical-align: middle;
  flex-wrap: wrap;
  color: #6d7074;
  margin: 0;
  margin-bottom: 15px;
}
.portfolio-info-date p {
  font-size: 11px;
  line-height: 1.63em;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 3px;
  font-family: "Josefin Sans", sans-serif;
  display: inline-flex;
  vertical-align: middle;
  flex-wrap: wrap;
  color: #6d7074;
  margin: 0;
  margin-bottom: 15px;
}

/* section no 2  */
.container-portfolio {
  /* position: relative; */
}

.image {
  display: block;
  width: 100%;
  min-height: 100px;
  border-radius: 10px;
  background-color: #fff;
}

.overlay1 {
  position: absolute;
  top: 23px !important;
  bottom: 0;
  left: 5px;
  right: 5px;
  height: 94%;
  width: 75%;
  opacity: 0;
  cursor: pointer;
  transition: 0.5s ease;
  background-color: rgba(0, 0, 0, 0.7);
  border-radius: 10px;
}

.container-portfolio:hover .overlay1 {
  opacity: 1;
}

.text {
  color: white;
  font-size: 15px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  text-align: center;
}

/* Section 2 link start here  */

/* portfolio button code  */
.portfolio-button .portfolio-button-items {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}
/* .portfolio-button .portfolio-button-item .qodef--active,
.portfolio-button .portfolio-button-item:hover {
  color: #2b2b2b;
} */

.portfolio-button-items a {
  color: #2b2b2b;
}
.portfolio-button-items a:hover {
  color: blue;
}
.portfolio-button .portfolio-button-item {
  position: relative;
  display: inline-block;
  vertical-align: top;
  margin: 0 27px;
  padding: 3px 0 0 4px;
  transition: color 0.3s ease-out;
  font-family: Spectral, sans-serif;
  font-weight: 600;
  font-size: 11px;
  line-height: 1.63em;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 3px;
  font-family: "Josefin Sans", sans-serif;
  font-size: 13px;
  letter-spacing: 0.3em;
  font-weight: 700;
  margin-top: 60px;
  text-decoration: none;
}

.khema {
  display: flex;
}
.portfolio-company {
  padding-top: 25px;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100px;
}
.portfolio-company img {
  width: 120px;
  height: 110px;
  margin-top: 20px;
}

.three-circle {
  text-align: center;
  align-items: center;
  justify-content: center;
  display: flex;
  margin-top: 15px !important;
  /* border: 5px solid black; */
}
/* .three-circle img{
  width: 200px;
  height: 200px;
  border-radius: 50%
} */
.circle {
  width: 200px;
  height: 200px;
  border: 3px solid #0e2a47;
  border-radius: 50%;
  text-align: center;
  align-items: center;
  justify-content: center;
  display: flex;
}

.above p {
  margin-top: 10px;
  color: #58151c;
  font-weight: bold;
}
.circle img {
  width: 200px;
  height: 200px;
  border: 3px solid #0e2a47;
  border-radius: 50%;
  text-align: center;
  align-items: center;
  justify-content: center;
  display: flex;
}
/* Blog code here  */

#blog {
  text-align: center;
  font-size: 50px;
  font-weight: bold;
  color: #444444;
  font-family: Arial, Helvetica, sans-serif;
  margin-bottom: 20px;
}
.polaroid {
  width: 300px;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
  text-align: left;
  /* height: 350px; */
}
.polaroid-image {
  width: 300px;
  height: 230px;
}
.polaroid-image img {
  width: 100%;
  height: 100%;
}
.container {
  padding: 10px;
  font-family: Arial, Helvetica, sans-serif;
  color: #444444;
}

.mine {
  color: #4c4d56;
  font-family: "Franklin Gothic Medium", "Arial Narrow", Arial, sans-serif;
  font-weight: bold;
}
.container p {
  color: #4c4d56;
  font-family: "Gill Sans", "Gill Sans MT", Calibri, "Trebuchet MS", sans-serif;
}
/* arrow code home page */

.arrow-icon::after {
  content: "→"; /* Use the arrow character you want here */
  font-family: Arial, sans-serif; /* Use an appropriate font */
  position: relative;
  left: -8px; /* Adjust the position as needed */
}

/* Default styles for all screen sizes */
.container-fluid.less {
  /* Add your default styles here */
  max-width: 100%;
}

.col-lg-4,
.col-sm-4 {
  /* Add your default column styles here */
  max-width: 100%;
}

.display-team {
  display: flex;
}

/* Augmented page  */

/* Base styles for your post container */
.post {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 10px;
}

/* Optional: Add additional styling for the image, adjust as needed */
.post img {
  max-width: 100%;
  height: auto;
}
