/* INCLUDING EXTERNAL FONTS */

@font-face {
  /* font Futura */
  font-family: "Futura";
  src: url(./../fonts/FutuBd.ttf);
}

@font-face {
  /* font Roboto Regular - Roboto */
  font-family: "Roboto";
  src: url(./../fonts/Roboto.ttf);
}

@font-face {
  /* font Roboto Medium */
  font-family: "RobotoMD";
  src: url(./../fonts/Roboto-Medium.ttf);
}

@font-face {
  /* font Roboto Bold */
  font-family: "RobotoBD";
  src: url(./../fonts/RobotoBold.ttf);
}

@font-face {
  font-family: "kenyan";
  src: url(./../fonts/kenyan.ttf);
}

@font-face {
  font-family: "ROG";
  src: url(./../fonts/rog.ttf);
  style: normal;
  weight: 400;
  stretch: 100;
}

/* CSS START */

*,
*::before,
*::after,
html,
body {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

html,
body {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  overflow-x: hidden;
}

body {
  font-family: "Roboto";
}

/* //||||||||||||||||||||||||||||||||\\ |||||| //||||||||||||||||||||||||||||||||\\ */
/* //||||||||||||||||||||||||||||||||\\ NAVBAR //||||||||||||||||||||||||||||||||\\ */
/* //||||||||||||||||||||||||||||||||\\ |||||| //||||||||||||||||||||||||||||||||\\ */

nav.navbar {
  /* background: rgba(0, 0, 0, 0.3); */
  background: linear-gradient(25deg, #1e0129 30%, #000820 80%);
  transition: 500ms all;
  padding: 20px auto;
}

nav.navbar img {
  width: 45px;
}

nav.navbar li {
  margin-left: 20px;
  font-size: 14px;
  letter-spacing: 0.7px;
}

nav.navbar a {
  color: rgb(189, 183, 183);
}

nav.navbar li a.active {
  color: #fff;
}

/* //||||||||||||||||||||||||||||||||\\ ||||||| //||||||||||||||||||||||||||||||||\\ */
/* //||||||||||||||||||||||||||||||||\\ CONTEXT //||||||||||||||||||||||||||||||||\\ */
/* //||||||||||||||||||||||||||||||||\\ ||||||| //||||||||||||||||||||||||||||||||\\ */

/* Page Heading / h2.heading */
h2.heading {
  font-size: 28px;
  font-family: "Futura";
  color: rgb(39, 38, 38);
  position: relative;
  width: 100%;
  text-align: center;
  max-width: 320px;
  width: 100%;
  margin: 25px auto;
}

h2.heading p {
  margin-bottom: 6px;
  font-family: "RobotoMD";
  color: rgb(0, 108, 141);
  font-size: 16px;
  letter-spacing: 1px;
}

section {
  padding: 60px 20px;
  min-height: 60vh;
  height: 100%;
  width: 100%;
}

/* //||||||||||||||||||||||||||||||||\\ LANDING SECTION //||||||||||||||||||||||||||||||||\\ */
.landingSection {
  background: linear-gradient(rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0.8)),
    url(./../../media/bg/landing2.webp);
  background-size: cover;
  background-position: center;
  background-attachment: fixed;
  background-repeat: no-repeat;
  position: relative;
  z-index: 7;
  padding-top: 120px;
  padding-bottom: 120px;
}

#particles-js {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 50% 50%;
  z-index: -1;
}

.landingSection .heading {
  font-size: 82px;
  font-family: "kenyan";
  color: #fff;
  text-transform: uppercase;
  line-height: 22px;
  margin-top: 90px;
  font-style: italic;
}

.landingSection .heading span {
  font-family: "ROG";
  font-size: 22px;
  letter-spacing: 4px;
}

.landingSection p.text {
  margin-top: 32px;
  font-family: "Roboto";
  font-style: italic;
  font-size: 14px;
  color: #fff;
  letter-spacing: 1px;
}

.landingSection button.brochure {
  background: #fff;
  font-family: "RobotoMD";
  border: none;
  outline: none;
  color: #00657e;
  padding: 10px 16px;
  border-radius: 1px;
  text-transform: uppercase;
  font-size: 12px;
  letter-spacing: 0.7px;
  margin-top: 22px;
  z-index: 7;
}

.landingSection img.landingImg {
  margin-top: 30px;
  max-width: 380px;
  width: 100%;
  animation: 2s float linear infinite;
}

@keyframes float {

  0%,
  100% {
    transform: translateY(0);
  }

  50% {
    transform: translateY(-10px);
  }
}

@media only screen and (max-width: 767px) {
  .landingSection img.landingImg {
    display: none;
  }
}

/* //||||||||||||||||||||||||||||||||\\ SERVICES - PANEL 1 //||||||||||||||||||||||||||||||||\\ */
.mainServices {
  position: relative;
  top: -70px;
}

.mainServices .rowBox {
  padding: 15px 70px 15px 25px;
  height: 140px;
  width: 100%;
  color: #fff;
  font-family: "ROG";
  font-size: 25px;
  line-height: 23px;
  display: flex;
  align-items: center;
  letter-spacing: 1px;
  border-radius: 1px;
  background: #0575e6;
  background: -webkit-linear-gradient(25deg, #185a9d 0%, #43cea2 80%);
  background: linear-gradient(25deg, #185a9d 0%, #43cea2 80%);
  box-shadow: 2px 6px 12px rgba(59, 59, 59, 0.6);
  overflow: hidden;
  position: relative;
  margin-bottom: 20px;
  transition: 300ms ease-in-out;
  z-index: 7;
}

.mainServices .rowBox:hover {
  transform: translateY(-5px);
}

.mainServices .rowBox .icons {
  background: #43cea2;
  position: absolute;
  height: 180px;
  width: 180px;
  top: -88px;
  right: -88px;
  border-radius: 50%;
}

.mainServices .rowBox .icons i.bx {
  position: absolute;
  font-size: 42px;
  color: #fff;
  bottom: 35px;
  left: 35px;
}

/* //||||||||||||||||||||||||||||||||\\ SERVICES - PANEL 2 //||||||||||||||||||||||||||||||||\\ */
.services {
  position: relative;
  margin-top: -80px;
}

.services .card {
  border: 1px solid rgb(214, 214, 214);
  border-radius: 0;
  padding: 0;
  position: relative;
  overflow: hidden;
  padding: 42px 20px;
  max-width: 320px;
  width: 100%;
  height: 100%;
  margin: 0 auto;
}

.services .card::after {
  position: absolute;
  content: "";
  background: #43cea2;
  width: 120px;
  height: 120px;
  right: 0;
  top: 0;
  width: 30px;
  height: 30px;
  right: -15px;
  top: -15px;
  transform: rotate(45deg);
}

.services .card.service_1 {
  background: linear-gradient(rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4)),
    url(./../../media/services/bg-icon-box1.jpg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.services .card.service_2 {
  background: linear-gradient(rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4)),
    url(./../../media/services/bg-icon-box2.jpg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.services .card.service_3 {
  background: linear-gradient(rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4)),
    url(./../../media/services/bg-icon-box3.jpg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.services .card.service_4 {
  background: linear-gradient(rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4)),
    url(./../../media/services/bg-icon-box4.jpg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.services .card.service_5 {
  background: linear-gradient(rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4)),
    url(./../../media/services/bg-icon-box5.jpg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

/* .services .card.service_6 {
    background         : linear-gradient(rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4)), url(./../../media/services/bg-icon-box2.jpg);
    background-size    : cover;
    background-position: center;
    background-repeat  : no-repeat;
} */
/* .services .card.service_7 {
    background         : linear-gradient(rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4)), url(./../../media/services/bg-icon-box2.jpg);
    background-size    : cover;
    background-position: center;
    background-repeat  : no-repeat;
} */
/* .services .card.service_8 {
    background         : linear-gradient(rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4)), url(./../../media/services/bg-icon-box2.jpg);
    background-size    : cover;
    background-position: center;
    background-repeat  : no-repeat;
} */

.services .card.service_plus {
  background: linear-gradient(rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6)),
    url(./../../media/services/bg-icon-box-plus.jpg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.services .overlay {
  background: #fff;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  transition: 500ms ease-in-out;
  z-index: 1;
}

.services .card:hover .overlay {
  left: 100%;
}

.services .card i.bx,
.services .card h3.heading,
.services .card p.text {
  z-index: 7;
  text-align: center;
  transition: 300ms ease-in-out;
}

.services .card i.bx {
  color: #43cea2;
  font-size: 42px;
}

.services .card h3.heading {
  font-size: 22px;
  font-family: "RobotoBD";
  color: #424242;
  margin-top: 10px;
  letter-spacing: 0.7px;
}

.services .card p.text {
  font-size: 13px;
  letter-spacing: 0.7px;
  color: #424242;
}

.services .card:hover h3.heading,
.services .card:hover p.text {
  color: #fff;
}

/* //||||||||||||||||||||||||||||||||\\ WHY CHOOSE US //||||||||||||||||||||||||||||||||\\ */
.sectionwcs,
.clients,
.contactus {
  background: url(./../../media/bg/4907157.webp);
  background-size: cover;
  background-position: top;
  background-repeat: no-repeat;
}

.sectionwcs .wcsHeading,
.sectionwcs .wcsText {
  height: 100%;
  padding: 25px 15px;
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: relative;
  z-index: 7;
}

.sectionwcs .wcsHeading h2 {
  font-family: "RobotoBD";
  font-size: 24px;
  text-transform: uppercase;
  color: #fff;
  letter-spacing: 1px;
}

.sectionwcs .wcsHeading::before {
  position: absolute;
  content: "";
  top: 0;
  left: -50px;
  right: 0;
  bottom: 0;
  border-right: 3px solid #fff;
  border-bottom: 3px solid #fff;
  transform: skew(-20deg);
  background: #000820;
  box-shadow: 5px 5px 8px #808080de;
  z-index: -1;
}

.sectionwcs .wcsText {
  text-align: center;
}

.sectionwcs .wcsText i.bx {
  width: 50px;
  margin: 0 auto;
  color: #666565;
  font-size: 42px;
  letter-spacing: 0.5px;
  padding-bottom: 10px;
  border-bottom: 1px solid #ff0000;
}

.sectionwcs .wcsText h2 {
  font-family: "RobotoMD";
  text-transform: capitalize;
  font-size: 22px;
  letter-spacing: 0.5px;
  margin-top: 10px;
}

@media only screen AND (max-width: 575px) {
  .sectionwcs .wcsHeading h2 {
    text-align: center;
  }

  .sectionwcs .wcsHeading::before {
    transform: skew(0);
    border-radius: none;
  }
}

/* //||||||||||||||||||||||||||||||||\\ WHAT WE DO //||||||||||||||||||||||||||||||||\\ */
.about h3.heading,
.eee77751 h3.heading {
  font-size: 28px;
  font-family: "Futura";
  color: rgb(39, 38, 38);
  position: relative;
  width: 100%;
  text-align: left;
  margin: 25px auto 10px auto;
}

.about h3.heading p,
.eee77751 h3.heading p {
  margin-bottom: 6px;
  font-family: "RobotoMD";
  color: rgb(0, 108, 141);
  font-size: 13px;
  letter-spacing: 1px;
}

.about p.text,
.eee77751 p.text {
  margin-bottom: 15px;
  color: rgb(68, 68, 68);
  font-size: 13px;
  letter-spacing: 1px;
}

.eee77751 .customIcons,
.about .customIcons {
  max-width: 260px;
  width: 100%;
  margin-bottom: 12px;
}

.about .customIcons i.bx,
.eee77751 .customIcons i.bx {
  font-size: 25px;
  color: #666565;
  border: 1px solid #666565;
  padding: 5px;
  margin: 2px;
  border-radius: 8px;
}

/* //||||||||||||||||||||||||||||||||\\ CLIENTS //||||||||||||||||||||||||||||||||\\ */
.clients .item {
  padding: 8px;
}

.clients .item .clients-logo img {
  padding: 12px;
  max-width: 165px;
  width: 100%;
}

.clients .item .clients-logo {
  padding: 65px 20px;
  height: 130px;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  box-shadow: 2px 2px 3px #b9b9b9;
  border-radius: 8px;
  background: #fff;
}

/* //||||||||||||||||||||||||||||||||\\ techIndex //||||||||||||||||||||||||||||||||\\ */
.techIndex h3.heading {
  font-size: 28px;
  font-family: "Futura";
  color: rgb(61, 61, 61);
  position: relative;
  max-width: 380px;
  width: 100%;
  text-align: left;
  margin: 25px 0 10px 0;
}

.techIndex h3.heading p {
  margin-bottom: 6px;
  font-family: "RobotoMD";
  color: rgb(0, 108, 141);
  font-size: 13px;
  letter-spacing: 1px;
}

.techIndex p.text {
  color: rgb(68, 68, 68);
  font-size: 12px;
  letter-spacing: 1px;
  text-align: justify;
  margin-bottom: 25px;
}

.techIndex p.index {
  font-family: "RobotoMD";
  color: rgb(68, 68, 68);
  font-size: 13px;
  letter-spacing: 1px;
  padding-bottom: 15px;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  border-bottom: 1px solid #b9b9b9;
  text-transform: uppercase;
}

.techIndex p.index span:last-child {
  color: #00657e;
}

/* //||||||||||||||||||||||||||||||||\\ FOOTER //||||||||||||||||||||||||||||||||\\ */
.contactus h3.heading {
  font-size: 28px;
  font-family: "Futura";
  color: rgb(39, 38, 38);
  position: relative;
  width: 100%;
  text-align: left;
  margin: 25px auto 38px auto;
}

.contactus h3.heading p {
  margin-bottom: 6px;
  font-family: "RobotoMD";
  color: rgb(0, 108, 141);
  font-size: 13px;
  letter-spacing: 1px;
}

.contactus #form input,
.contactus #form textarea {
  margin-bottom: 8px;
  font-family: "Roboto";
  color: rgb(0, 108, 141);
  font-size: 13px;
  padding: 6px 15px;
  letter-spacing: 1px;
  background: #ffffff7a;
  border: 1px solid #d1d1d1;
}

.contactus #form textarea {
  height: 120px;
  width: 100%;
  resize: none;
}

.contactus #form button.sndBtn {
  padding: 8px 12px;
  outline: none;
  background: #fff;
  margin-top: 15px;
  border: 2px solid rgb(0, 108, 141);
  border-radius: 8px;
  font-family: "RobotoMD";
}

/* //||||||||||||||||||||||||||||||||\\ |||||| //||||||||||||||||||||||||||||||||\\ */
/* //||||||||||||||||||||||||||||||||\\ FOOTER //||||||||||||||||||||||||||||||||\\ */
/* //||||||||||||||||||||||||||||||||\\ |||||| //||||||||||||||||||||||||||||||||\\ */
footer {
  padding: 35px 20px 10px 20px;
  border: 1px solid;
  background: linear-gradient(20deg, #000820 20%, #1e0129 75%);
  border-top: 5px solid #00657e;
}

footer h3 {
  /* text-align    : center; */
  font-family: "kenyan";
  color: rgb(0, 174, 255);
  margin-bottom: 10px;
  letter-spacing: 1px;
  font-size: 25px;
  margin-top: 20px;
}

.social-media-icon {
  display: flex;
  align-items: center;
  width: 100%;
  height: auto;
}

.social-media-icon i.bx {
  padding: 6px;
  font-size: 25px;
  margin: 8px;
  border-radius: 50%;
  color: #000820;
  background: #fff;
}

footer .copyright {
  border-top: 1px solid rgb(80, 80, 80);
  margin-top: 25px;
  padding: 10px 0 0 0;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 13px;
  letter-spacing: 0.7px;
}

/* //||||||||||||||||||||||||||||||||\\ ||||||||| //||||||||||||||||||||||||||||||||\\ */
/* //||||||||||||||||||||||||||||||||\\ TEAM PAGE //||||||||||||||||||||||||||||||||\\ */
/* //||||||||||||||||||||||||||||||||\\ ||||||||| //||||||||||||||||||||||||||||||||\\ */

.landingTeam {
  background: linear-gradient(rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.8)),
    url(./../../media/bg/teamLanding.webp);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  height: 65vh;
}

section.teams {
  /* background : #bdbdbd1f; */
  background: url(./../..//media/bg/4907157.webp);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  padding-top: 30px;
}

.teams .box {
  width: 100%;
  height: 100%;
  padding: 35px 15px 35px 15px;
  text-align: center;
  border-radius: 5px;
  background: #fff;
  position: relative;
  transition: 300ms ease-in-out;
}

.teams .box img.profilePic {
  width: 100px;
  height: 100px;
  border-radius: 50%;
  margin: 15px 0 25px 0;
}

.teams .box .name {
  font-size: 25px;
  font-family: "kenyan";
  letter-spacing: 1px;
  color: #424242;
  position: relative;
  padding: 2px 0;
  margin: 0 5px 5px 5px;
}

.teams .box .name::before {
  position: absolute;
  content: "";
  width: 25px;
  height: 25px;
  top: -3px;
  left: -3px;
  border-top: 4px solid #43cea2;
  border-left: 4px solid #43cea2;
}

.teams .box .name::after {
  position: absolute;
  content: "";
  width: 25px;
  height: 25px;
  bottom: -3px;
  right: -3px;
  border-right: 4px solid #43cea2;
  border-bottom: 4px solid #43cea2;
}

.teams .box .designation {
  font-size: 13.4px;
  font-family: "RobotoMD";
  letter-spacing: 0.6px;
  color: #185a9d;
}

.teams .socialMedia {
  margin-top: 25px;
  display: flex;
  flex-direction: row;
  justify-content: space-around;
  align-items: center;
}

.teams .socialMedia a {
  text-decoration: none;
  position: relative;
  z-index: 7;
}

.teams .socialMedia span {
  color: #b9b9b9;
}

.teams .socialMedia a i.bx {
  color: #00657e;
  margin: 3px;
  padding: 3px;
  font-size: 28px;
}

.teams .socialMedia a::before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  bottom: 100%;
  right: 0;
  opacity: 0;
  background: #fff;
  transition: 300ms ease-in-out;
  z-index: -1;
}

.teams .socialMedia a:hover::before {
  opacity: 1;
  bottom: 0;
  border: 1px solid #b9b9b9;
}

.teams .box:hover {
  box-shadow: 0 3px 8px rgb(80, 80, 80);
  transform: translateY(-10px);
}

.teams .box span.stt1227 {
  background: #43cea2;
  width: 120px;
  height: 10px;
  border-radius: 0 0 10px 10px;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}

/* ABOUT US */
.landingAbout {
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.5)),
    url(./../../media/bg/about.webp);
  background-size: cover;
  background-position: top center;
  background-repeat: no-repeat;
}

.about .box {
  height: 145px;
  width: 145px;
  border: 1px solid;
  border-radius: 4px;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  font-family: "RobotoBD";
  font-size: 22px;
  line-height: 105%;
  color: #666565;
}

/* Certificates Verifications - main class (verifyCertificates) */
.verifyCertificates {
  padding: 100px 20px 100px 20px;
  text-align: center;
}

.verifyCertificates h1 {
  font-family: "RobotoBD";
  letter-spacing: 0.7px;
  font-size: 32px;
  text-transform: uppercase;
  margin-bottom: 25px;
  color: #5c5c5c;
}

.verifyCertificates span {
  font-family: "Roboto";
  font-size: 13px;
  letter-spacing: 1px;
  color: #0575e6;
}

.verifyCertificates .verifyForm {
  max-width: 580px;
  width: 100%;
  margin: 0 auto;
}

.verifyCertificates .verifyForm .form-group input {
  border-radius: 20px;
  font-size: 14px;
  letter-spacing: 0.7px;
  color: #424242;
  background: #f5f5f5;
  padding: 10px 25px;
  border: none;
  outline: none;
  margin: 20px;
}

.verifyCertificates .verifyForm input.verifyBtn {
  border-radius: 20px;
  font-size: 14px;
  letter-spacing: 0.7px;
  font-family: "RobotoBD";
  color: #424242;
  padding: 8px 16px;
  border: 1px solid #424242;
  background: none;
  outline: none;
  transition: 300ms all;
  padding: 8px 32px;
}

.verifyCertificates .verifyForm input.verifyBtn:hover {
  color: #fff;
  border: 1px solid #424242;
  background: #424242;
}

.certificatesDCards {
  margin-bottom: 80px;
}

.certificatesDCards .card .heading {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.certificatesDCards .card .heading div {
  width: 28px;
  height: 28px;
  border: none;
  border-radius: 50%;
  font-size: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #047e37;
  color: #fff;
}

.certificatesDCards .card h4 {
  font-size: 18px;
  font-family: "RobotoMD";
}

.certificatesDCards .card h4 span {
  font-family: "Roboto";
  font-size: 14px;
  color: #047e37;
  font-style: italic;
}

.certificatesDCards .card .count {
  font-size: 42px;
  color: #424242;
  font-family: "ROG";
  letter-spacing: 3px;
  line-height: 18px;
  margin-bottom: 30px;
}

/* CUSTION SPINNER LOADER */
.square-loader {
  position: relative;
  margin-top: 60px;
  margin-bottom: 10px;
  display: flex;
  flex-direction: row;
  align-items: baseline;
  justify-content: center;
}

.square-loader div {
  height: 13px;
  width: 13px;
  border-radius: 50%;
  margin: 0 3px;
  background: #0575e6;
  animation: 400ms loader-spinner cubic-bezier(0.19, 0.57, 0.3, 0.98) infinite alternate;
}

#loader p.cNumber {
  font-size: 13px;
  color: red;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.square-loader div:nth-child(2) {
  animation-delay: 100ms;
  opacity: 0.8;
}

.square-loader div:nth-child(3) {
  animation-delay: 200ms;
  opacity: 0.6;
}

.square-loader div:nth-child(4) {
  animation-delay: 300ms;
  opacity: 0.4;
}

@keyframes loader-spinner {
  from {
    transform: translateY(0);
  }

  to {
    transform: translateY(-30px);
  }
}

.verifyCertificates .certData {
  background: #000;
  max-width: 420px;
  width: 100%;
  margin: 40px auto;
  color: #fff;
  border-radius: 20px;
  box-shadow: -3px 3px 18px 1px rgb(172, 172, 172);
  padding: 0 10px 22px 10px;
}

.verifyCertificates .certData p {
  font-size: 14px;
  letter-spacing: 0.7px;
}

.verifyCertificates .certData img {
  height: 180px;
  width: auto;
}

#warnings .alert {
  font-size: 14px;
  letter-spacing: 1px;
}