* {
  padding: 0;
  margin: 0;
  max-width: 100%;
  font-family: Helvetica;
  -bs-gutter-x: 0rem;
}
h1 {
  color: #192846;
  z-index: 1;
  font-weight: bolder;
}
a:link {
  text-decoration: none;
}
a:visited {
  text-decoration: none;
}
a:hover {
  text-decoration: none;
}
a:active {
  text-decoration: none;
}
.color {
  background-color: #192846;
}
.top-h {
  margin-top: 18%;
}
.white {
  text-align: center;
  color: white;
}
.z-ind {
  z-index: 5;
}
.nowrap {
  white-space: nowrap;
}
.navbar-brand {
  padding: 0;
  margin: 0;
}
.logo {
  width: 150px;
  height: 90%;
  text-align: center;
}
.but-nav {

  color: white;
  border-color: white;
  z-index: 4;
}
.but-nav:hover {
  background-color: white;
  color: #307abf;
}
.img-top {
  position: relative;
  z-index: 3;
  top: -21%;
  left: 23.5%;
  width: 80%;
}
.img-cont {
    position: relative;
    z-index: 3;
    left: 20%;
    width: 80%;
    padding: 17% 0% 13%;
  }
.img-toper {
  position: absolute;
  z-index: 5;
  left: 0px;
  top: 20%;
}
#home-services {
  width: 100%;
  height: 720px;
  background-color: white;
}
.bor {
  border: 10px solid #cbcbcb;
  border-radius: 13px;
}
.cen {
  text-align: center;
  margin-top: 13px;
  margin-bottom: 13px;
}
.pro {
  margin-left: 25%;
}
.ser-header {
  padding: 4% 5% 3%;
  text-align: center;
  z-index: 2;
}
.ser-header1 {
  padding: 4% 15% 1%;
  text-align: center;
  z-index: 2;
}
.ser-header p {
  color: #192846;
  font-size: 11.5pt;
  padding: 2% 6%;
}
.ser-img {
  float: left;
  width: 26%;
}
.ser-div {
  float: right;
  width: 60%;
  text-align: center;
}
.ser-col {
  padding: 0% 1% 1%;
}
#img-left {
  width: 100%;
  height: 40px;
  z-index: 3;
}
.lin {
  width: 30%;
}
.mar {
  width: 100%;
  text-align: center;
  box-shadow: rgba(0, 0, 0, 0.15) 0px 3px 3px 0px;
  height: 100%;
  margin-bottom: 30px;
  padding: 10px;
}
.mar-tec {
  width: 100%;
  text-align: center;
  height: 100%;
  margin-bottom: 30px;
}

.home-quote {
  background-image: url("../images/img-4.svg");
  background-repeat: no-repeat;
  background-position: bottom  right;
  background-size: 26%;
}
.marg {
  margin-top: 12%;
}
.left-mar {
  text-align: center;
}
.qut-img {
  text-align: center;
  height: 50%;
}
.bot-h {
  padding-bottom: 3%;
}
.size {
  height: 55px;
}
.home-start-project {
  background-color: #192846;
  color: white;
  background-image: url("../images/img-5.svg");
  background-repeat: no-repeat;
  background-position: bottom right;
}
.but-blu {
  width: 50%;
  color: white;
  background-color: #307abf;
  border-radius: 5px;
  margin: 0% 23% 10%;
}
.but-blu:hover{
  color: #307abf;
  background-color: white;
  border-color: #192846; 
}
.but-blu2 {
  width: 35%;
  color: white;
  background-color: #307abf;
  border-radius: 5px;
  text-align: center;
  margin-bottom: 15%;
}
.but-blu2:hover{
  color: #307abf;
  background-color: white;
  border-color: #192846; 
}
.home-start-project h1 {
  margin: 20% 0% 5%;
  color: white;
}
.home-footer1 {
  background-color: #575756;
  color: white;
}
.foot-ul {
  font-size: 11pt;
  list-style-type: none;
}
.in {
  background-color: #575756;
  border-color: #36a9e1;
  color: white;
}
::placeholder {
  color: white;
}
.sub {
  color: white;
  background-color: #307abf;
  border-radius: 5px;
  text-align: center;
  width: 100%;
}
.sub:hover{
  color: #307abf;
  background-color: white;
  border-color: #192846; 
}
.home-footer2 {
  background-color: #353535;
  
}
.down {
  padding: 20px 35px 10px;
  color: #575756;
  margin-top: 0;
  margin-bottom: 0;
}
.clr-pod{
    background-color: #CBCBCB;
    padding: 5%;
}
.icon-size{
  height: 30px;
}
@media screen and (max-width: 768px) {
  .col {
    flex: auto;
  }
  .img-top{
    display: none;
  }
  .img-toper{
    position: relative;
    z-index: 3;
    top: -8%;
    left: 13.5%;
    width: 80%;
  }
  .cool{
    width: 50%;
  }
  .clo{
    flex: 1 0 0%;
  }
  .p{
    font-size: small;
  }
}
@media screen and (max-width: 425px){
  .p{
    font-size: 11pt;
}
}
@media screen and (max-width: 375px){
nav a img{
  width: 100%;
}
}
