.site-logo {
  width: 430px;
}


body{
  line-height: unset;
}

.header-area {
  background: rgba(255, 255, 255, 0.1);
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(3px);
}

.service-heading.partners ul {
  column-count: 3;
  gap: 100px;
  width: 100%;
}

.service-heading.partners ul li {
  width: 100%;
}

.service-heading.partners ul li a {
  color: #ffffff;
}

.service-heading.partners ul li a:hover {
  color: #ff0000;
}

.service-heading ul li a {
  color: #ffffff;
}


.service-heading ul li a:hover {
  color: #ff0000;
}

.service-heading h2 {
  position: relative;
  color: #000000;
  margin-bottom: 30px;
  font-size: 25px;
  text-align: center;
  text-transform: uppercase;
}
.service-heading h2::after{
  content:'';
  position: absolute;
  left: 50%;
  bottom: -10px;
  transform: translate(-50%, -50%);
  width:25px;
  height:2px;
  background:#000000;
}
.service-heading.partners {
  margin: 20px 0px 40px 0px;
}

.service-heading.partners .partners-logo img {
    /* height: 50px; */
    width: 120px;
    /* margin: 0px 10px; */
}

.partners-logo {
  display: flex;
  justify-content: center;
  gap: 15px;
}

/* .service-heading h2::before {
  content: "";
  border-bottom: 3px solid red;
  width: 50px;
  position: absolute;
  bottom: -10px;
} */

.service-heading ul > li:before {
  content: "\f061";
  color: red;
  font-family: "FontAwesome";
  margin-right: 5px;
}

.service-heading.links {
  display: flex;
  /* padding: 0px 9px; */
  justify-content: center;
  gap: 50px;
  padding: 40px 0px 20px 0px;
}

.call_icon{
  height: 25px;
  width:25px;
  border:1px solid #ffffff;
  padding:25px;
  display:flex;
  align-items: center;
  justify-content: center;
}

.service-heading.links span {
  color: #000000;
  font-size: 20px;
  font-weight: 600;
}

.service-heading.links span a{
  color: #000000;
  font-size: 20px;
  font-weight: 500;
}

.footer1-section-area .copyright {
  display: flex;
  justify-content: center;
  margin-top: 30px;
  position: relative;
}




.footer1-section-area .copyright::before {
  content: '';
  position: absolute;
  left: 50%;
  top: -22px;

  /* bottom: 19px; */
  transform: translate(-50%, -50%);
  width: 75%;
  height: 1px;
  background: #000000;
}




.preloader .loader {
  width: 60px;
  display: flex;
  justify-content: space-evenly;
}

.preloader .ball {
  list-style: none;
  width: 15px;
  height: 15px;
  border-radius: 50%;
  background-color: red;
}

.ball:nth-child(1) {
  animation: bounce-1 2.1s ease-in-out infinite;
}

@keyframes bounce-1 {
  50% {
    transform: translateY(-90px);
    scale: 0.3;
  }
}

.ball:nth-child(2) {
  animation: bounce-3 2.1s ease-in-out 0.3s infinite;
}

@keyframes bounce-2 {
  50% {
    transform: translateY(-90px);
    scale: 0.3;
  }
}

.ball:nth-child(3) {
  animation: bounce-3 2.1s ease-in-out 0.6s infinite;
}

@keyframes bounce-3 {
  50% {
    transform: translateY(-90px);
    scale: 0.3;
  }
}

.footer_new {
  display: flex;
  padding: 70px 0px;
  gap: 30px;
}

.footer_left .logo-content img {
  width: 300px;
}

.footer_left {
  background: #fff;
  padding: 30px 25px;
  border-radius: 8px;
  /* text-align: center; */
  /* width: 85%; */
}

.footer_left .logo-content p {
  font-size: 18px;
  line-height: 2rem;
  color: #000000;
  font-weight: 400;
  text-align: justify;
  margin: 15px 0px 15px 0px;
}

.footer_left .logo-content ul {
  display: flex;
  gap: 10px;
  font-size: 15px;
}

.footer_left .logo-content ul li {
  font-size: 25px;
}

.footer_left .logo-content ul li a {
  color: #000000;
}

.row.footer_right {
  margin-left: 50px;
}

.footer-right ul li {
  padding: 5px 0;
}

.footer-right ul li a {
  color: #fafafa;
}

.footer_left .logo-content h3 {
  color: #000000;
  font-size: 25px;
  font-weight: bold;
  margin-bottom: 10px;
  margin-top: 20px;
}

.whatsapp-se {
  right: -10px;
  bottom: 100px;
  width: 100px;
  z-index: 999;
  position: fixed;
}

.call-text p {
  color: #ffffff;
  font-size: 20px;
  font-weight: 600;
  padding: 2px 0;
}

.row.footer-top {
  margin-top: 20px;
  margin-bottom: 20px;
  /* display: flex;
    flex-direction: column;
    justify-content: space-between; */
}

.call {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
  /* margin-bottom: 30px; */
  padding: 20px 30px;
  /* height: 120px; */
  /* padding-bottom: 40px; */
}

.call i {
  font-size: 25px;
  color: #ffffff;
}

.address {
  margin-top: 40px;
  display: flex;
  align-items: flex-start;
  gap: 20px;
  /* height: 120px; */
  /* padding-bottom: 80px; */
}

.footer-logo img {
  margin-bottom: 80px;
}

.address i {
  font-size: 45px;
  color: #ff0000;
  margin-top: 8px;
}

.address-text h4 {
  color: #ffffff;
  font-size: 20px;
  font-weight: 600;
  padding: 5px 0;
}

.footer_right ul li {
  padding: 5px 0;
  text-transform: uppercase;
}

.footer_right ul li a {
  color: #fafafa;
}

.fa-brands,
.fab {
  font-weight: 400;
  background: #e31e24;
  display: flex;
  justify-content: center;
  align-items: center;
  /* padding: 8px; */
  border-radius: 50%;
  color: #fff;
  height: 40px;
  width: 40px;
}

.team1-section-area .team-auhtor-boxarea {
  position: relative;
  z-index: 1;
  overflow: hidden;
  border-radius: 4px;
}
.images {
  overflow: hidden;
  position: relative;
}

.images::after {
  position: absolute;
  content: "";
  height: 100;
  width: 100%;
  left: 0;
  top: 0;
  transition: all 0.4s;
  background: var(--ztc-text-text-2);
  opacity: 0.5;
}

.owl-nav {
  display: none;
}

.count {
  height: 75px;
  width: 140px;
  /* float: right; */
  margin-right: 20px;
  /* margin-top: -36px; */
}

.footer_left .logo-content h4 {
  color: #000000;
  font-size: 25px;
  font-weight: bold;
  margin-bottom: 10px;
  margin-top: 20px;
}

.whatsapp-se {
  opacity: 0;
  transition: all ease-in-out 0.3s;
}
.whatsapp-se.active {
  opacity: 1;
}

/* .social_media_sticky {
  position: fixed;
  top: 45%;
  right: -85px;
}

.social_media_sticky a {
  border-radius: 50px 0px 0px 50px;
  text-align: left;
  margin: 2px;
  text-decoration: none;
  padding: 2px;
  font-size: 18px;
  display: flex;
}

.social_media_sticky a i {
  background-color: #fff;
  border: 1px solid #e31e24;
  height: 40px;
  width: 40px;
  margin-right: 10px;
  color: #e31e24;
  text-align: center;
  line-height: 40px;
  border-radius: 50%;
} */

/* .social_media_sticky a i:hover{
    width: 100%;
} */

/* .social_media_sticky a:hover{
    width: 150px;
} */

/* social medai css  */

.social_media_sticky a {
  transform: translate(160px, 0px);
  border-radius: 50px 0px 0px 50px;
  text-align: left;
  margin: 2px;
  text-decoration: none;
  padding: 2px;
  width: 187px;
  font-size: 18px;
  transition: all 0.8s;
}
.social_media_sticky a i.fa-instagram {
  background-color: #fff;
  color: #fd1d1d;
}
.social_media_sticky a i {
  background-color: #fff;
  height: 40px;
  width: 40px;
  color: #000;
  text-align: center;
  line-height: 40px;
  border-radius: 50%;
  margin-right: 20px;
  transition: all 0.5s;
}
.social_media_sticky a:hover {
  color: #fff;
  transform: translate(52px, -1px);
}

.icon-bar {
  position: fixed;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.icon-bar a {
  display: block;
  text-align: center;
  padding: 16px;
  transition: all 0.3s ease;
  color: white;
  font-size: 20px;
}

.icon-bar a:hover {
  background-color: #000;
}

.facebook {
  background: #3b5998;
  color: white;
}

.twitter {
  background: #55acee;
  color: white;
}

.google {
  background: #dd4b39;
  color: white;
}

.linkedin {
  background: #007bb5;
  color: white;
}

.youtube {
  background: #bb0000;
  color: white;
}

.content {
  margin-left: 75px;
  font-size: 30px;
}

/*
sticky social */
/*.social_media_sticky {
  z-index: 1;
  position: absolute;
  top: 15%;
  right: 0%;
  width: 220px;
  display: flex;
  flex-direction: column;
}
*/

.social_media_sticky {
  z-index: 10;
  position: fixed;
  bottom: 130px;
  right: 24px;
  /*width: 220px;*/
  display: flex;
  flex-direction: column;
}

.social_media_sticky a {
    display: flex;
    transform: translate(160px, 0px);
    /* border-radius: 8px 0px 0px 8px; */
    text-align: left;
    margin: 4px;
    text-decoration: none;
    padding: 2px;
    width: 187px;
    /* box-shadow: rgba(0, 0, 0, 0.07) 0px 1px 2px, rgba(0, 0, 0, 0.07) 0px 2px 4px, rgba(0, 0, 0, 0.07) 0px 4px 8px, rgba(0, 0, 0, 0.07) 0px 8px 16px, rgba(0, 0, 0, 0.07) 0px 16px 32px, rgba(0, 0, 0, 0.07) 0px 32px 64px; */
    font-size: 18px;
    transition: all 0.8s;
    align-items: center;
    justify-content: flex-start;
}

.social_media_sticky a:hover {
  color: #fff;
  transform: translate(52px, -1px);
}

.social_media_sticky a:hover i,.social_media_sticky a:hover img{
  transform: rotate(360deg);
}




/*.search_icon a:hover i  {
transform:rotate(360deg);}*/
.Facebook {
  background-color: #2c80d3;
  color: #fff;
}

.Youtube {
  background-color: #fa0910;
  color: #fff;
}

.Twitter {
  background-color: #010101;
}

.linkdin {
  background-color: #0077b5;
  color: #fff;
}
.back_to_top{
  background-color: #C90F16;
  color: #fff;
}

.Instagram {
  /* background-color: #FD1D1D; */
  color: #fff;
  background: #f09433;
  background: -moz-linear-gradient(
    45deg,
    #f09433 0%,
    #e6683c 25%,
    #dc2743 50%,
    #cc2366 75%,
    #bc1888 100%
  );
  background: -webkit-linear-gradient(
    45deg,
    #f09433 0%,
    #e6683c 25%,
    #dc2743 50%,
    #cc2366 75%,
    #bc1888 100%
  );
  background: linear-gradient(
    45deg,
    #f09433 0%,
    #e6683c 25%,
    #dc2743 50%,
    #cc2366 75%,
    #bc1888 100%
  );
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f09433', endColorstr='#bc1888', GradientType=1);
}

.Google {
  background-color: #21a013;
  color: #fff;
}

.social_media_sticky a i {
    background-color: #fff;
    height: 40px;
    width: 40px;
    color: #000;
    text-align: center;
    line-height: 40px;
    border-radius: 50%;
    margin-right: 20px;
    transition: all 0.5s;
}

.social_media_sticky a i.fa-whatsapp {
  background-color: #fff;
  color: #21a013;
}

.social_media_sticky a i.fa-youtube-play {
  background-color: #fff;
  color: #fa0910;
}

.social_media_sticky a i.fa-facebook-f {
  background-color: #fff;
  color: #2c80d3;
}

.social_media_sticky a i.fa-google-plus-g {
  background-color: #fff;
  color: #d34836;
}

.social_media_sticky a i.fa-instagram {
  background-color: #fff;
  color: #fd1d1d;
}

.social_media_sticky a i.fa-youtube {
  background-color: #fff;
  color: #fa0910;
}

.social_media_sticky a i.fa-twitter {
  background-color: #fff;
  color: #53c5ff;
}


.social_media_sticky .Twitter img {
  height: 40px;
  width: 40px;
  padding: 10px 3px;
  background: #ffffff;
  border-radius: 50%;
  margin-right: 20px;
}


/* .social_media_sticky .Twitter a img:hover .Twitter img {
  transform: rotate(360deg);
} */


.about-header-area h2{
  font-size: 38px;
}


.about-header-area p{
   color: #101010;
}

.about1-section-area .about-header-area ul li {
  font-weight: 400;
  /* margin-left: -30px; */
}

.about1-section-area {
  box-shadow: inset 0px 0px 4px 4px rgb(0 0 0 / 25%);
}

.service1-section-area .service-auhtor-boxarea .content-area .logo-img {
  font-size: var(--ztc-font-size-font-s24);
  font-family: var(--ztc-family-font1);
  color: var(--ztc-text-text-1);
  font-weight: var(--ztc-weight-bold);
  /* height: 100px; */
  width: 175px;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  line-height: 80px;
  background: #ffffff;
  border-radius: 10px 10px;
  transition: all 0.4s;
  margin: 0 auto;
  margin-top: -100px;
  margin-bottom: 20px;
  position: relative;
  z-index: 2;
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}



.service1-section-area .service-auhtor-boxarea .content-area a {
  font-family: var(--ztc-family-font1);
  display: inline-block;
  transition: all 0.4s;
  font-size: 20px;
  font-weight: 500;
  line-height: var(--ztc-font-size-font-s24);
  width: 80%;
  border-radius: 4px;
  padding: 15px 15px;
  color: #ffffff;
  background: #4a9c4f;
  border: 1px solid #4a9c4f;
}


.service1-section-area .service-auhtor-boxarea .content-area a.readmore {
  font-family: var(--ztc-family-font1);
  font-size: 20px;
  line-height: var(--ztc-font-size-font-s16);
  /* color: var(--ztc-text-text-3); */
  display: inline-block;
  margin-bottom: 0;
  margin-top: 15px;
  font-weight: 500;
  transition: all 0.4s;
  position: absolute;
  left: 38px;
  bottom: -25px;
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}


.service1-section-area .service-auhtor-boxarea:hover .img1 img {
  transform: scale(1.1);
  transition: all 0.4s;
}

.bulk-enquiry {
  margin: 15px 0px 30px 0px;
  /* padding: 40px 40px; */
  display: flex;
  justify-content: center;
  align-items: center;
  /* background: #3fd371; */
  /* background: rgb(243 243 243); */
  /* background: linear-gradient(90deg, rgba(0, 12, 110, 1) 0%, rgba(63, 211, 113, 1) 100%); */
}

.enquiry-text h2 {
  font-size: 32px;
  font-weight: 800;
  color: #ffffff;
}

.enquiry-btn {
  border: 1px solid transparent;
  text-align: center;
  padding: 15px 30px;
  font-size: 18px;
  font-weight: 600;
  background: #0a192a;
  border-radius: 8px;
  margin-right: 50px;
}


.enquiry-btn a{
  color: #ffffff;
}

.enquiry-btn:hover{
  border: 1px Solid #0a192a;
  background: #ffffff;
}

.enquiry-btn:hover a{
  color: #0a192a;
}

.contact-auhtor-side .text .address-text{
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s18);
  font-weight: 400;
  line-height: var(--ztc-font-size-font-s24);
  color: var(--ztc-text-text-1);
  display: inline-block;
  transition: all 0.4s;
}


#heading {
  transition: fade-in all 5s;
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s20);
  font-weight: var(--ztc-weight-bold);
  line-height: 20px;
  color: var(--ztc-text-text-1);
  margin-bottom: 10px;
  opacity: 80%;
}

#address{
  transition: fade-in all 5s;
  font-family: var(--ztc-family-font1);
    font-size: var(--ztc-font-size-font-s18);
    font-weight: 400;
    line-height: var(--ztc-font-size-font-s24);
    color: var(--ztc-text-text-1);
    display: inline-block;
    /* transition: all 0.4s; */
}



.footer-bottom {
  background: #ffffff;
}

.footer-bottom .copyright{
  background: #282828;
}


.footer-bottom .copyright p {
  text-align: center !important;
  color: #ffffff;
  padding: 10px 0px;
  margin: 0px;
}


.copyright .text-lg-start {
  text-align:unset  ;
}

/* .footer-bottom .copyright{
  position: relative;
}

.footer-bottom .copyright::before {
  content: '';
  position: absolute;
  left: 50%;
  top: -22px;
  transform: translate(-50%, -50%);
  width: 75%;
  height: 1px;
  background: #000000;
} */



.copyright img{
  width: 140px;
}


.about-header-area .rk-title {
  color: #e31e24;
}


.career-section .career_card {
  /* background-color: #ffffff; */
  -webkit-box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
  padding: 25px 20px;
  height: 565px;
  position: relative;
  margin: 10px;
}


.career-section .career_title {
  margin-bottom: 15px;
}


.career-section .career_card h4 {
  font-size: 20px;
  font-weight: 600;
  text-align: left;
  padding-bottom: unset;
  font-variant: unset !important;
  line-height: unset;
  margin: 0px;
  color: #e31e24;
}


.career-section .career_card h6 {
  font-size: 18px;
  font-weight: 500;
  margin-top: 5px;
  margin-bottom: 0px;
}


.career-section .location {
  margin-bottom: 15px;
  position: relative;
}


.career-section .vacancy {
  margin-bottom: 15px;
}


.career-section .career_card h6 {
  font-size: 18px;
  font-weight: 500;
  margin-top: 5px;
  margin-bottom: 0px;
}

.career-section .summary {
  margin-top: 25px;
}


.career-section .summary p {
  font-size: 16px;
  font-weight: 500;
}

.career-section .qualification li {
  font-size: 16px;
  font-weight: 500;
  list-style: disc;
  padding: 5px 0px;
}


.career-section .qualification ul {
  margin-top: 5px;
  margin-left: 20px;
}


.career-section .career_btn {
  position: absolute;
  bottom: 20px;
}


.career-section .career_btn button {
  font-size: 20px;
  font-weight: 500;
  padding: 10px 10px;
  text-align: center;
  background-color: #ffffff;
  border: 2px solid #e31e24;
  width: 300px;
  border-radius: 4px;
  color: #e31e24;
}


.career-section{
  padding: 50px 0px;
}

.career-section h3 {
  font-size: 45px;
  font-weight: 600;
  text-align: center;
  color: #101010;
  margin-bottom: 30px;
}


.location::after {
  content: "";
  border-bottom: 1px solid #dddddd;
  width: 300px;
  position: absolute;
  bottom: -15px;
}


.career-section .summary , .career-section .qualification {
  margin-top: 25px;
}


.career-section .qualification {
  margin-top: 15px;
}


.career-section .career_btn button:hover {
  background-color: #e31e24;
  color: #ffffff;
  border: 2px solid transparent;
}

.career-section .form-group {
  margin-bottom: 20px;
  position: relative;
}

.career-section .form-control {
  height: 60px;
  border-radius: 0;
  font-size: 15px;
  background: none;
  border: none;
  border-bottom: 2px solid #f5f5f5;
  box-shadow: none;
}

.career-section .contact-btn .get_quote_btn {
  padding: 15px 28px 12px;
  border-radius: 0;
  box-shadow: none;
  outline: none;
  text-decoration: none;
  background: #e31e24;
  border: none;
  color: #fff;
  font-weight: 600;
  text-transform: uppercase;
  font-size: 18px;
  line-height: 25px;
  margin: 0;
  cursor: pointer;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}

.career-section .contact-btn {
  text-align: center;
}

.application_form{
  padding: 50px 0px;
}


.application_form h3 {
  font-size: 45px;
  font-weight: 600;
  text-align: center;
  color: #101010;
  margin-bottom: 30px;
}



.application_right .form-group {
  margin-bottom: 25px;
  position: relative;
}

.application_right .form-control {
  height: 60px;
  border-radius: 0;
  font-size: 15px;
  background: none;
  border: none;
  border-bottom: 2px solid #f5f5f5;
  -webkit-box-shadow: none;
  box-shadow: none;
  color: #000000;
  font-weight: 500;
}

.application-right .contact-btn .get_quote_btn {
  padding: 15px 28px 12px;
  border-radius: 0;
  box-shadow: none;
  outline: none;
  text-decoration: none;
  background: #e31e24;
  border: none;
  color: #fff;
  font-weight: 600;
  text-transform: uppercase;
  font-size: 18px;
  line-height: 25px;
  margin: 0;
  cursor: pointer;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}

.application-right .contact-btn {
  text-align: center;
}


.application_right .help-block.with-errors {
  position: absolute;
  color: red;
  right: 0;
  font-size: 10px;
  line-height: 14px;
}


input[type="text"] {
  max-width: 100%;
  height: 58px;
  border: 1px solid #eee;
  padding: 0 10px;
}


input[type="email"] {
  max-width: 100%;
  height: 58px;
  border: 1px solid #eee;
  padding: 0 10px;
}


.application_right button {
  font-size: 18px;
  font-weight: 500;
  padding: 10px 10px;
  text-align: center;
  background-color: #ffffff;
  border: 2px solid #e31e24;
  width: 200px;
  border-radius: 4px;
  color: #e31e24;
}


.application_right button:hover {
  background-color: #e31e24;
  color: #ffffff;
  border: 2px solid transparent;
}


.application_left {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 50px;
}

.application_left img{
  width: 60%;
} 


.container.site-breadcrumb {
  text-align: center;
  color: #ffffff;
}

.site-breadcrumb .breadcrumb-menu li {
  position: relative;
  display: inline-block;
  margin-left: 10px;
  color: #ffffff;
  font-weight: 500;
  text-transform: capitalize;
}

.site-breadcrumb .breadcrumb-title {
  font-size: 45px;
  margin-bottom: 20px;
  color: #ffffff;
  font-weight: 700;
  margin-bottom: 10px;
  text-transform: capitalize;
}


.site-breadcrumb .breadcrumb-menu li a{
  color: #ffffff;
}

.site-breadcrumb .breadcrumb-menu {
  position: relative;
  z-index: 1;
}

/* .site-breadcrumb .breadcrumb-menu li::before {
  position: absolute;
  content: '\f105';
  font-family: 'font awesome 6 pro';
  right: -21px;
  top: 1px;
  text-align: center;
  font-size: 16px;
  color: #ffffff;
} */


.breadcrumb-content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 250px;
}

.hero1-section-area.about-bg-area.inner {
  /* height: 60vh; */
  height: 250px;
  position: relative;
  padding: 0px 0 0px !important;
}

.preloader .loader {
  width: 24px;
  height: 24px;
  display: block;
  margin: 15px auto;
  position: relative;
  color: #e31e24;
  box-sizing: border-box;
  animation: rotation_19 1s linear infinite;
}

.preloader .loader::after,
.preloader .loader::before {
  content: '';
  box-sizing: border-box;
  position: absolute;
  width: 12px;
  height: 12px;
  top: 0;
  background-color: #FFF;
  border-radius: 50%;
  animation: scale50 1s infinite ease-in-out;
}

.preloader .loader::before {
  top: auto;
  bottom: 0;
  background-color: #e31e24;
  animation-delay: 0.5s;
}

@keyframes rotation_19 {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

@keyframes scale50 {
  0%, 100% {
    transform: scale(0);
  }

  50% {
    transform: scale(1);
  }
} 



.row.contact-bottom {
  display: flex;
  justify-content: center;
}