* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  color: #fff;
  font-family: 'Inter', sans-serif;
}   
html {
  scroll-behavior: initial;
  overflow: hidden;
}

html, body {
  width: 100%;
  height: 100%;
}
.container {
    /* padding-left: 50px;
    padding-right: 50px; */
    /* padding-top: 20px; */
    /* display: flex; */
    align-items: center;
    justify-content: center;
  }
.contact_wrapper {
    width: 100%;
    /* background: rgb(15,13,13);
    background: linear-gradient(180deg, rgba(15,13,13,1) 40%, rgba(255,255,255,1) 100%); */
    background-color: #111;
    overflow: hidden;
    display: block;
  text-align: center;
  justify-content: center;
    height: 60vh;
  }
  .contact_wrapper h1{
    color: rgb(0, 0, 0);
	-webkit-text-stroke: 1px #F8F8F8;
	text-shadow: 0px 2px 4px #8EC5FC;
  display: flex;
  text-align: center;
  justify-content: center;
  margin-top: 20vh;
  font-size: 5vw;
  margin-left: 5%;
  margin-right: 5%;
  }
  .contact_wrapper p{
    color: aliceblue;
    font-size: 1vw;
    display: flex;
  text-align: center;
  justify-content: center;
    margin-top: 3vh;
  }
 .contact_wrapper button{
  margin-top: 6vh;
    background-color: #000;
    color: #fff;
    border-radius: 50px;
    padding: 1vw 3vw;
    font-size: 1.2vw;
    cursor: pointer;
    border: 1px solid #fff;
    transition: all cubic-bezier(0.165, 0.84, 0.44, 1)
}
.contact_wrapper button:hover{
    background-color: #007bff;
    color: #fff;
    border-radius: 50px;
    padding: 1vw 3vw;
    font-size: 18px;
    cursor: pointer;
    border: 1px solid #000;
}
.image-part {
  display: block;
  justify-content: center;
  align-items: center;
  background-color: #000;
}
.image-part img {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 500px;
  width: 80%;
  margin-left: 10%;
  margin-right: 10%;
  border-radius: 50px;
}
@keyframes slide {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-100%);
  }
}
.logos {
  overflow: hidden;
  padding: 40px 0;
  background: rgb(255, 255, 255);
  white-space: nowrap;
  position: relative;
}
.logos h3{
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  margin-bottom: 30px;
  color: #0b0b0b;
}

.logos:before,
.logos:after {
  position: absolute;
  top: 0;
  width: 250px;
  height: 100%;
  content: "";
  z-index: 2;
}

.logos:before {
  left: 0;
  background: linear-gradient(to left, rgba(255, 255, 255, 0), #f6f5f5);
}

.logos:after {
  right: 0;
  background: linear-gradient(to right, rgba(255, 255, 255, 0), #f5f3f3);
}

.logos:hover .logos-slide {
  animation-play-state: paused;
}

.logos-slide {
  display: inline-block;
  animation: 35s slide infinite linear;
}

.logos-slide img {
  height: 60px;
  margin: 0 40px;
}

.part-services{
display: block;
align-items: center;
justify-content: center;
margin-top: 5vh;
margin-bottom: 100px;
}
.part-ser-header{
  display: flex;
  align-items: center;
  justify-content: start;
  width: 90%;
  margin-left: 5%;
  margin-right: 5%;
  margin-bottom: 50px;
}
.part-ser-header h1{
  color: #000;
  width: 50%;
font-size: 3vw;
}
.part-ser-header p{
  color: #000;
  width: 50%;
  font-size: 1.3vw;
}
.part-serv-parts{
  display: grid;
    gap: 1.5rem;
    grid-template-columns: repeat(2, 1fr);
    margin-top: 1.5rem;
    margin-left: 5%;
    margin-right: 5%;
}
.ser-div-one{
  background-color: #B4D4FF;
    border-radius: 2.25rem;
    display: flex;
    flex-direction: column;
    gap: 1.25rem;
    padding: 2.0625rem 3.75rem 1.875rem;
}
.ser-div-one h5{
  color: #fff;
  margin-top: 0px;
  margin-bottom: 10px;
  font-size: 25px;
  width: 100%;
  line-height: 1.6rem;
    letter-spacing: -.03125rem;
    font-weight: 600;
}
.ser-div-one p{
  font-size: 17px;
  line-height: 1.6rem;
    letter-spacing: -.03125rem;
}
.ser-div-two{
  background-color:#86B6F6;
  border-radius: 2.25rem;
  display: flex;
  flex-direction: column;
  gap: 1.25rem;
  padding: 2.0625rem 3.75rem 1.875rem;
}
.ser-div-two h5{
  color: #fff;
  margin-top: 0px;
  margin-bottom: 10px;
  font-size: 25px;
  line-height: 1.75rem;
  letter-spacing: -.03125rem;
  font-weight: 600;
}
.ser-div-two p{
  font-size: 17px;
  line-height: 1.6rem;
    letter-spacing: -.03125rem;
}
.why-hire h1{
  color: #000;
  font-size: 3.7vw;
  margin-left: 5%;
  margin-right: 15%;
  margin-bottom: 30px;
}
.why-div{
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 50px;
  margin-left: 5%;
  margin-right: 5%;
}
.why-part-one{
  display: block;
  justify-content: center;
  align-items: center;
  width: 30%;
}
.why-part-one img{
  border-radius: 30px;
  height: 300px;
  width: 100%;
}
.why-part-one button{
  margin-top: 6vh;
    background-color: #000;
    color: #fff;
    border-radius: 50px;
    padding: 1vw 6vw;
    font-size: 1.2vw;
    cursor: pointer;
    border: 1px solid #fff;
    transition: all cubic-bezier(0.165, 0.84, 0.44, 1)
}
.why-part-one button:hover{
    background-color: #007bff;
    color: #fff;
    border-radius: 50px;
    padding: 1vw 6vw;
    font-size: 18px;
    cursor: pointer;
    border: 1px solid #fff;
}
.why-part-two{
  width: 67%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin-bottom: 50px;
  gap: 5vh;
}
.why-part-two-div{
  width: 100%;
  margin-bottom: 20px;
}
.why-part-two-div span{
  color: dodgerblue; 
  margin-right: 15px;
}
.why-part-two-div i{
  color: dodgerblue;
}
.why-part-two-div h6{
  font-size: 1.4vw;
  font-weight: 600;
  color: #000;
}
.why-part-two-div p{
  margin-left: 30px;
  font-size: 1.2vw;
  font-weight: 300;
  line-height: 150%;
  color: #000;
}
.get-your{
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 50px;
  background: rgb(30,144,255);
  background: linear-gradient(176deg, rgba(30,144,255,1) 10%, rgba(255,255,255,1) 100%);
}
.get-div{
  padding: 50px 0px;
  margin-left: 5%;
  margin-right: 5%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.get-content {
  margin-left: 5%;
  width: 50%;
}
.get-content h5{
  color: #fff;
  margin-bottom: 30px;
  line-height: 150%;
  font-size: 30px;
}
.get-content button{
  margin-top: 6vh;
    background-color: #000;
    color: #fff;
    border-radius: 50px;
    padding: 1vw 6vw;
    font-size: 1.2vw;
    cursor: pointer;
    /* border: 1px solid #fff; */
    transition: all cubic-bezier(0.165, 0.84, 0.44, 1)
}
.get-content button:hover{
    background-color: #007bff;
    color: #fff;
    border-radius: 50px;
    padding: 1vw 6vw;
    font-size: 18px;
    cursor: pointer;
    /* border: 1px solid #fff; */
}
.get-images{
  display: flex;
  align-items: center;
  justify-content: center;
}
.get-images img{
  height: 70vh;
  width: 30vw;
  border-radius: 30px;
}

.our-process{
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #000;
}
.ourr{
  margin-left: 7%;
  margin-right: 7%;
  margin-top: 100px;
}
.our-process h1{
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 20px;
}
.our-process p{
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
}
.our-divv{
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 30px;
  margin-bottom: 100px;
  gap: 20px
}
.our-div{
  background-color: transparent;
  width: 25%;
  border-radius: 8px;
  padding: 30px;
}
.icon-box{
  overflow: hidden;
  position: relative;
  display: flex;
  align-items: center;
  margin-bottom: 48px;
}
.icon-box .process-icon {
  z-index: 1;
  margin-right: 42px;
  font-size: 48px;
}
.icon-box:after {
  content: "";
  border: 1px dashed #fff;
  width: 60%;
  transform: translateY(-50%);
}
.icon-boxx{
  overflow: hidden;
  position: relative;
  display: flex;
  align-items: center;
  margin-bottom: 48px;
}
.icon-boxx .process-icon {
  z-index: 1;
  margin-right: 42px;
  font-size: 48px;
}
.our-div h5{
  color: #fff;
  margin-bottom: 10px;
  font-size: 30px;
}
.our-div p{
  color: #e5e5eb;
  display: flex;
  justify-content: right;
  align-items: start;
  line-height: 130%;
  letter-spacing: 2px;
}
.containery {
  width: 95%;
  margin: auto;
}

section {padding: 50px 0;}

.col {
  width: 50%;
}

#vertical {height: 240vh;
  background-color: #000;
  width: 100vw;}

.vertical__content {
  display: flex;
  justify-content: center;
  align-items: flex-start;
}

.vertical__content .col_left {height: 100%;}

.vertical__content .col.col_right {
  width: 40%;
}
.vertical__item {
  background-color: #1a78dd58;
  border: 2px solid #007bff;
  border-radius: 25px;
  padding: 40px;
}
.vertical__item:not(:last-child) {
  margin-bottom: 30px;
}
.vertical__content h2 {
  font-size: 45px;
  font-weight: 700;
  line-height: 130%;
  border-left: 3px solid #007bff;
  padding: 25px;
  margin: 0;
  margin-top: 90px;
}
.vertical__item h3 {
  font-size: 28px;
  line-height: 100%;
  margin-bottom: 20px;
}
.vertical__item p {
  font-size: 18px;
  line-height: 150%;
  font-weight: 100;
color: #ffffffb6;
}
.above-footer{
  height: 60vh;
  width: 100%;
  background-color: black;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.above-footer-left {
  margin-left: 10%;
  width: 40%; 
}

.above-footer-left h2 {
  font-size: 3vw;
  font-weight: 700;
  color: white;
  line-height: 4vw;
  border-left: none;
   padding: 0px;
}

.above-footer-left p {
  margin-top: 30px;
  font-size: 16px;
  color: #fff;
  font-weight: 400;
  line-height: 150%;
}

.above-footer-right {
  width: 24%;
}

.above-footer-right button {
  width: 170px;
height: 170px;
border-radius: 50%;
background-color: #007bff; 
color: #fff; 
text-align: center;
font-size: medium;
line-height: 50px; 
border: none;
cursor: pointer;
}

.above-footer-right button:hover {
  background-color: #EDBFFF;
}
.locate-us{
  height: 350px;
  width: 100%;
  background-color: black;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 30px;
}
.locate{
  border: 2px solid #007bff;
background-color: #007bff4d;
width: 80%;
height: 300px;
padding: 40px;
}
.locate h1{
  font-size: 40px;
  color: #fff;
}
.addresses{
  display: flex;
  align-items: center;
  justify-content:space-between;
  margin-top: 30px;
}
.stamps{
  display: flex;
  align-items: center;
  justify-content:space-between;
  gap: 15px;
}
.stamp-img img{
  height: 125px;
  width: 95px;
}
.stamp-add{
  display: block;
  height: 125px;
  width: 160px;
}
.stamp-add h3{
  font-size: 1.5rem;
  font-weight: 500;
  color: #fff;
}
.stamp-add p{
  margin-top: 5px;
  font-size: 0.85rem;
  font-weight: 100;
}
.moving{
  width: 100%;
  height: 120vh;
  /* background-color: hsl(346deg, 17%, 70%, 1); */
  background-color: black;
  display: flex;
}

footer{
  /* height: 100vh; */
  padding: 0 50px ;
  width: 100%;
  background-color: #111;
}
footer .container{
  background-color: #111;
}
footer .row{
  display: flex;
  justify-content: space-between;
  padding: 40px 100px;
}
.footer-col ul{
  list-style: none;
}
.footer-col h4{
  color: white;
  margin-bottom: 25px;
  font-size: 22px;
  position: relative;
  font-family: 'Ubuntu', sans-serif;
}
.footer-col h4::before{
  content: '';
  width: 70px;
  height: 2px;
  position: absolute;
  background-color: #007bff;
  bottom: -10px;
}
.footer-col ul li {
 padding: 10px 0;
}
.footer-col ul li a{
  color: white;
  text-decoration: none;
  font-size: 16px;
  opacity: 0.7;
  transition: 0.5s;
} 
.footer-col ul li a:hover{
  opacity: 1;
}
.row hr{
  opacity: 0.7;
}
.row .socailIcons i{
  display: inline-block;
  color: white;
  font-size: 20px;
  margin: 0 15px;
  transition: 0.5s;
}
.row .socailIcons i:hover{
  color: #007bff;
}
.row .col p{
  margin-bottom: 10px;
}