* {
  padding: 0%;
  margin: 0%;
  box-sizing: border-box;
}

body {
  font-family: "Poppins", sans-serif;
}
body .navbar .container .navbar-collapse .navbar-nav {
  gap: 15px;
}
body .navbar .container .navbar-collapse .navbar-nav .nav-item .nav-link {
  color: #333333;
  font-size: 16px;
  font-weight: 400;
  font-family: "Poppins", sans-serif;
  display: block;
  position: relative;
}
body .navbar .container .navbar-collapse .navbar-nav .nav-item .nav-link::before {
  content: "";
  width: 100%;
  height: 2px;
  position: absolute;
  left: 0;
  bottom: -2px;
  background: #fff;
  transition: 0.5s transform ease;
  transform: scale3d(0, 1, 1);
  transform-origin: 0 50%;
}
body .navbar .container .navbar-collapse .navbar-nav .nav-item .nav-link:hover::before {
  transform: scale3d(1, 1, 1);
  transform-origin: 50% 50%;
  background: #060682;
}
body .navbar .container .navbar-collapse .navbar-nav .active {
  border-bottom: 2px solid #060682;
}
body .navbar .container .navbar-collapse .navbar-nav .dropdown .dropdown-menu {
  padding: 10px;
  border-radius: 0px;
  box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
  border: none;
}
@media (max-width: 991px) {
  body .navbar .container .navbar-collapse .navbar-nav .dropdown .dropdown-menu {
    box-shadow: none;
  }
}
body .navbar .container .navbar-collapse .navbar-nav .dropdown .dropdown-menu .main-dropdown {
  display: flex;
}
body .navbar .container .navbar-collapse .navbar-nav .dropdown .dropdown-menu .main-dropdown .sub-dowpdown li {
  display: flex;
  align-items: center;
}
body .navbar .container .navbar-collapse .navbar-nav .dropdown .dropdown-menu .main-dropdown .sub-dowpdown li a {
  color: #333;
  font-family: "Poppins", sans-serif;
  font-size: 16px;
  font-weight: 400;
}
body .navbar .container .navbar-collapse .navbar-nav .dropdown .dropdown-menu .main-dropdown .sub-dowpdown li a:hover {
  background: white;
  color: #060682;
}
@media (min-width: 989px) {
  body .navbar .container .navbar-collapse .navbar-nav .dropdown:hover ul.dropdown-menu {
    display: block;
  }
}
body .navbar .container .navbar-collapse .navbar-form {
  display: flex;
  gap: 10px;
  align-items: center;
}
body .navbar .container .navbar-collapse .navbar-form .tel-btn {
  display: flex;
  gap: 5px;
  border-radius: 8px;
  padding: 10px 16px 10px 16px;
  background-color: #060682;
  cursor: pointer;
  transition: 0.5s;
}
body .navbar .container .navbar-collapse .navbar-form .tel-btn:hover {
  background-color: #3f3fcb;
}
body .navbar .container .navbar-collapse .navbar-form .tel-btn .nav-call a {
  font-family: "Poppins", sans-serif;
  color: white;
  font-size: 14px;
  font-weight: 500;
  text-decoration: none;
}
body .navbar .container .navbar-collapse .navbar-form .login-btn {
  background-color: #F69423;
  border-radius: 8px;
  padding: 10px 16px 10px 16px;
  cursor: pointer;
  transition: 0.5s;
}
body .navbar .container .navbar-collapse .navbar-form .login-btn:hover {
  background-color: #be6f14;
}
body .navbar .container .navbar-collapse .navbar-form .login-btn a {
  font-family: "Poppins", sans-serif;
  color: white;
  font-size: 14px;
  font-weight: 500;
  text-decoration: none;
}
body #home-section {
  background-image: url(/assets/img/izla-technologes-banner.png);
  background-position: right;
  background-repeat: no-repeat;
  background-size: cover;
  padding-bottom: 50px;
  overflow: hidden;
  position: relative;
  height: 650px;
}
@media (max-width: 700px) {
  body #home-section {
    height: 550px;
  }
}
body #home-section .container {
  height: 100%;
  align-items: center;
  display: flex;
  text-align: center;
  justify-content: center;
}
body #home-section .container .main-heading-section h1 {
  color: white;
  font-size: 86px;
  font-weight: 700;
  font-family: "Poppins", sans-serif;
}
@media (max-width: 996px) {
  body #home-section .container .main-heading-section h1 {
    font-size: 50px;
  }
}
@media (max-width: 550px) {
  body #home-section .container .main-heading-section h1 {
    font-size: 40px;
  }
}
body #home-section .container .main-heading-section span {
  color: #ECF2FE;
  text-shadow: 0px 1px 1px rgba(0, 0, 0, 0.5);
  font-family: "Poppins", sans-serif;
  font-size: 48px;
  font-weight: 600;
}
@media (max-width: 996px) {
  body #home-section .container .main-heading-section span {
    font-size: 36px;
  }
}
@media (max-width: 550px) {
  body #home-section .container .main-heading-section span {
    font-size: 30px;
  }
}
body #home-section .container .main-heading-section .main-btn {
  margin-top: 20px;
}
body #home-section .container .main-heading-section .main-btn a {
  color: white;
  font-family: "Poppins", sans-serif;
  font-size: 14px;
  font-weight: 500;
  border-radius: 8px;
  border: 1px solid #FFF;
  background: #060682;
  text-decoration: none;
  padding: 10px 26px;
  transition: 0.7s;
}
body #home-section .container .main-heading-section .main-btn a:hover {
  background-color: #3f3fcb;
  transition: 0.7s;
}
body #seo-process {
  background-image: url(/assets/img/seo-process-background.png);
  background-position: left;
  background-repeat: no-repeat;
  padding-top: 85px;
  padding-bottom: 80px;
  z-index: 99;
  position: relative;
  background-size: 60% 100%;
  overflow: hidden;
}
@media (max-width: 520px) {
  body #seo-process {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}
body #seo-process .container .main-seo-process-section {
  background-color: white;
  box-shadow: 0px 15px 35px 0px rgba(0, 0, 0, 0.1019607843);
  padding: 20px 20px 30px 20px;
  border-radius: 16px;
  position: relative;
}
body #seo-process .container .main-seo-process-section .row .seo-process-title {
  padding: 25px 0px;
}
body #seo-process .container .main-seo-process-section .row .seo-process-title h2 {
  color: #333333;
  text-align: center;
  font-family: "Poppins", sans-serif;
  font-size: 36px;
  font-weight: 800;
  padding-bottom: 17px;
  padding-top: 23px;
}
@media (max-width: 991px) {
  body #seo-process .container .main-seo-process-section .row .seo-process-title h2 {
    font-size: 32px;
  }
}
@media (max-width: 520px) {
  body #seo-process .container .main-seo-process-section .row .seo-process-title h2 {
    padding-top: 0px;
  }
}
@media (max-width: 469px) {
  body #seo-process .container .main-seo-process-section .row .seo-process-title h2 {
    font-size: 28px;
  }
}
body #seo-process .container .main-seo-process-section .row .seo-process-title h2 span {
  color: #060682;
  text-align: center;
  font-family: "Poppins", sans-serif;
  font-size: 36px;
  font-weight: 800;
  padding-bottom: 11px;
  padding-top: 23px;
}
@media (max-width: 991px) {
  body #seo-process .container .main-seo-process-section .row .seo-process-title h2 span {
    font-size: 32px;
  }
}
@media (max-width: 469px) {
  body #seo-process .container .main-seo-process-section .row .seo-process-title h2 span {
    font-size: 28px;
  }
}
body #seo-process .container .main-seo-process-section .row .seo-process-title h2 .second-span {
  color: #060682;
  text-align: center;
  font-family: "Poppins", sans-serif;
  font-size: 36px;
  font-weight: 800;
  padding-bottom: 11px;
  padding-top: 23px;
}
@media (max-width: 991px) {
  body #seo-process .container .main-seo-process-section .row .seo-process-title h2 .second-span {
    font-size: 32px;
  }
}
@media (max-width: 469px) {
  body #seo-process .container .main-seo-process-section .row .seo-process-title h2 .second-span {
    font-size: 28px;
  }
}
body #seo-process .container .main-seo-process-section .row .seo-process-title p {
  color: #333333;
  text-align: center;
  font-family: "Poppins", sans-serif;
  font-size: 16px;
  font-weight: 400;
}
body #seo-process .container .main-seo-process-section .row .seo-process-main {
  position: relative;
}
@media (max-width: 991px) {
  body #seo-process .container .main-seo-process-section .row .seo-process-main {
    padding-bottom: 75px;
  }
}
@media (max-width: 510px) {
  body #seo-process .container .main-seo-process-section .row .seo-process-main {
    padding-bottom: 35px;
  }
}
body #seo-process .container .main-seo-process-section .row .seo-process-main .dotted-line {
  position: absolute;
  border: 1px dashed #A2BDAA;
  width: 74px;
  top: 53px;
  left: 164px;
}
@media (max-width: 1399px) {
  body #seo-process .container .main-seo-process-section .row .seo-process-main .dotted-line {
    left: 139px;
    width: 59px;
  }
}
@media (max-width: 1204px) {
  body #seo-process .container .main-seo-process-section .row .seo-process-main .dotted-line {
    left: 120px;
    width: 52px;
  }
}
@media (max-width: 991px) {
  body #seo-process .container .main-seo-process-section .row .seo-process-main .dotted-line {
    left: 330px;
    width: 2px;
    height: 55px;
    top: 184px;
  }
}
@media (max-width: 767px) {
  body #seo-process .container .main-seo-process-section .row .seo-process-main .dotted-line {
    left: 242px;
    width: 2px;
    height: 49px;
    top: 184px;
  }
}
@media (max-width: 510px) {
  body #seo-process .container .main-seo-process-section .row .seo-process-main .dotted-line {
    left: 197px;
    width: 2px;
    height: 41px;
    top: 184px;
  }
}
@media (max-width: 510px) {
  body #seo-process .container .main-seo-process-section .row .seo-process-main .dotted-line {
    display: none;
  }
}
body #seo-process .container .main-seo-process-section .row .seo-process-main .seo-process-number {
  text-align: center;
  padding-bottom: 25%;
  position: relative;
}
@media (max-width: 991px) {
  body #seo-process .container .main-seo-process-section .row .seo-process-main .seo-process-number {
    padding-bottom: 4%;
  }
}
body #seo-process .container .main-seo-process-section .row .seo-process-main .seo-process-number img {
  box-shadow: 0px 20px 30px 0px rgba(118, 153, 115, 0.0509803922);
  border-radius: 50%;
}
body #seo-process .container .main-seo-process-section .row .seo-process-main .seo-process-numbers-text p {
  color: #253D32;
  text-align: center;
  font-family: "Poppins", sans-serif;
  font-size: 16px;
  font-weight: 600;
}
body #more-than-seo {
  background-image: url(/assets/img/more-than-seo-technologies.png);
  background-position: right;
  background-repeat: no-repeat;
  padding-top: 35px;
  padding-bottom: 75px;
  z-index: 99;
  position: relative;
  background-size: 66% 100%;
  overflow: hidden;
  margin-top: 35px;
}
@media (max-width: 991px) {
  body #more-than-seo {
    background-image: url("");
    padding-bottom: 35px;
  }
}
body #more-than-seo .container .row .more-than-seo-cards-main-heading {
  padding-top: 20px;
}
body #more-than-seo .container .row .more-than-seo-cards-main-heading .seo-crads-title {
  margin-bottom: 16px;
}
body #more-than-seo .container .row .more-than-seo-cards-main-heading .seo-crads-title h3 {
  color: #333;
  font-family: "Poppins", sans-serif;
  font-size: 36px;
  font-weight: 800;
  margin-bottom: 15px;
}
@media (max-width: 991px) {
  body #more-than-seo .container .row .more-than-seo-cards-main-heading .seo-crads-title h3 {
    font-size: 32px;
  }
}
@media (max-width: 469px) {
  body #more-than-seo .container .row .more-than-seo-cards-main-heading .seo-crads-title h3 {
    font-size: 28px;
  }
}
body #more-than-seo .container .row .more-than-seo-cards-main-heading .seo-crads-title p {
  color: #666;
  font-family: "Poppins", sans-serif;
  font-size: 16px;
  font-weight: 400;
}
body #more-than-seo .container .row a {
  text-decoration: none;
}
body #more-than-seo .container .row a .main-more-than-seo-card {
  border-radius: 16px;
  background: #FFF;
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
  border-right: 2px solid #F9F9F9;
  border-bottom: 2px solid #F9F9F9;
  padding: 24px 14px 13px 20px;
  margin-top: 20px;
  transition: 0.5s;
  height: 100%;
}
body #more-than-seo .container .row a .main-more-than-seo-card:hover {
  box-shadow: 0px 0px 12px 0px rgba(6, 6, 130, 0.24);
  transition: 0.5s;
  border-right: 2px solid #060682;
  border-bottom: 2px solid #060682;
}
body #more-than-seo .container .row a .main-more-than-seo-card .card-content h4 {
  color: #25262A;
  font-family: "Poppins", sans-serif;
  font-size: 16px;
  font-weight: 800;
  padding-bottom: 15px;
  padding-top: 5px;
}
@media (max-width: 450px) {
  body #more-than-seo .container .row a .main-more-than-seo-card .card-content h4 {
    font-size: 16px;
  }
}
body #more-than-seo .container .row a .main-more-than-seo-card .card-content p {
  color: #666;
  font-family: "Poppins", sans-serif;
  font-size: 16px;
  font-weight: 400;
  margin-bottom: 0px;
  line-height: 24px;
}
body #more-than-seo .container .row a .main-more-than-seo-card .card-image {
  padding-bottom: 23px;
}
body #why-choose-izla {
  padding-top: 45px;
  padding-bottom: 70px;
  z-index: 99;
  position: relative;
  overflow: hidden;
}
@media (max-width: 991px) {
  body #why-choose-izla {
    padding-top: 25px;
    padding-bottom: 25px;
  }
}
body #why-choose-izla .container .main-choose-us-content .izla-choose-us-icon img {
  padding-bottom: 25px;
}
body #why-choose-izla .container .main-choose-us-content .izla-choose-us-title h1 {
  color: #333333;
  font-family: "Poppins", sans-serif;
  font-size: 36px;
  font-weight: 700;
  padding-bottom: 22px;
}
@media (max-width: 791px) {
  body #why-choose-izla .container .main-choose-us-content .izla-choose-us-title h1 {
    font-size: 32px;
  }
}
@media (max-width: 500px) {
  body #why-choose-izla .container .main-choose-us-content .izla-choose-us-title h1 {
    font-size: 28px;
  }
}
body #why-choose-izla .container .main-choose-us-content .izla-choose-us-title p {
  color: #666;
  font-family: "Poppins", sans-serif;
  font-size: 16px;
  font-weight: 400;
  padding-bottom: 25px;
}
body #why-choose-izla .container .main-choose-us-content .izla-choose-us-btn a {
  padding: 16px 48px;
  text-decoration: none;
  background: #060682;
  border-radius: 8px;
  color: white;
  font-family: "Poppins", sans-serif;
}
body #why-choose-izla .container .main-choose-us-content .izla-choose-us-btn a:hover {
  background-color: #3f3fcb;
  transition: 0.7s;
}
body #why-choose-izla .container .choose-us-img {
  display: flex;
  justify-content: end;
}
@media (max-width: 991px) {
  body #why-choose-izla .container .choose-us-img {
    margin-top: 50px;
  }
}
body #empowering-business {
  background-image: url(/assets/img/about-us-page-seo-background.png);
  background-position: right;
  background-repeat: no-repeat;
  padding-top: 65px;
  padding-bottom: 25px;
  z-index: 99;
  position: relative;
  background-size: 100% 100%;
  overflow: hidden;
}
@media (max-width: 991px) {
  body #empowering-business {
    background-image: url("");
    padding-top: 35px;
  }
}
body #empowering-business .container .empowering-business-main-heading {
  padding-bottom: 45px;
}
@media (max-width: 991px) {
  body #empowering-business .container .empowering-business-main-heading {
    padding-bottom: 25px;
  }
}
body #empowering-business .container .empowering-business-main-heading h3 {
  text-align: center;
  color: #333;
  font-family: "Poppins", sans-serif;
  font-size: 36px;
  font-weight: 700;
}
@media (max-width: 991px) {
  body #empowering-business .container .empowering-business-main-heading h3 {
    font-size: 32px;
  }
}
@media (max-width: 469px) {
  body #empowering-business .container .empowering-business-main-heading h3 {
    font-size: 28px;
  }
}
body #empowering-business .container .main-empowering-business-content {
  display: flex;
  flex-direction: column;
  height: 100%;
  justify-content: center;
}
body #empowering-business .container .main-empowering-business-content .izla-choose-us-title p {
  color: #666;
  font-family: "Poppins", sans-serif;
  font-size: 16px;
  font-weight: 400;
  padding-bottom: 25px;
}
body #empowering-business .container .main-empowering-business-content .izla-choose-us-btn a {
  padding: 16px 48px;
  text-decoration: none;
  background: #060682;
  border-radius: 8px;
  color: white;
  font-family: "Poppins", sans-serif;
}
body #empowering-business .container .main-empowering-business-content .izla-choose-us-btn a:hover {
  background-color: #3f3fcb;
  transition: 0.7s;
}
body #empowering-business .container .choose-us-img {
  display: flex;
  justify-content: end;
}
@media (max-width: 991px) {
  body #empowering-business .container .choose-us-img {
    margin-top: 45px;
  }
}
body #empowering-business2 {
  padding-top: 25px;
  padding-bottom: 65px;
  z-index: 99;
  position: relative;
  overflow: hidden;
}
@media (max-width: 991px) {
  body #empowering-business2 {
    background-image: url("");
  }
}
@media (max-width: 991px) {
  body #empowering-business2 .container .row {
    flex-direction: column-reverse;
  }
}
body #empowering-business2 .container .row .main-empowering-business-content2 {
  display: flex;
  flex-direction: column;
  height: 100%;
  justify-content: center;
}
body #empowering-business2 .container .row .main-empowering-business-content2 .izla-choose-us-title p {
  color: #666;
  font-family: "Poppins", sans-serif;
  font-size: 16px;
  font-weight: 400;
  padding-bottom: 25px;
}
body #empowering-business2 .container .row .main-empowering-business-content2 .izla-choose-us-btn a {
  padding: 16px 48px;
  text-decoration: none;
  background: #060682;
  border-radius: 8px;
  color: white;
  font-family: "Poppins", sans-serif;
}
body #empowering-business2 .container .row .main-empowering-business-content2 .izla-choose-us-btn a:hover {
  background-color: #3f3fcb;
  transition: 0.7s;
}
body #empowering-business2 .container .row .choose-us-img {
  display: flex;
  justify-content: start;
}
@media (max-width: 991px) {
  body #empowering-business2 .container .row .choose-us-img {
    margin-top: 50px;
  }
}
body #lab_review {
  background-color: #FAFAFA;
  padding: 80px 0;
}
body #lab_review .container .title {
  display: flex;
  align-items: baseline;
  gap: 30px;
}
@media (max-width: 570px) {
  body #lab_review .container .title {
    display: block;
  }
}
body #lab_review .container .title h5 {
  font-family: "Poppins", sans-serif;
  color: black;
  font-size: 24px;
  font-weight: 700;
}
body #lab_review .container .title span {
  font-size: 22px;
  font-family: "Poppins", sans-serif;
  font-weight: 600;
}
body #lab_review .container .title i {
  color: #060682;
  font-size: 17px;
}
body #lab_review .container .title strong {
  font-size: 12px;
  color: #060682;
  font-family: "Poppins", sans-serif;
  font-weight: 600;
}
body #lab_review .container .row {
  width: 90%;
  margin: auto;
}
@media (max-width: 992px) {
  body #lab_review .container .row {
    width: 100%;
  }
}
body #lab_review .container .row .review_box {
  border-radius: 3px;
  background: var(--white, #FFF);
  padding: 25px;
  box-shadow: 0px 3px 8px 0px rgba(0, 0, 0, 0.08);
}
@media (max-width: 767px) {
  body #lab_review .container .row .review_box {
    margin: 15px 0;
  }
}
body #lab_review .container .row .review_box .rating {
  display: flex;
  padding: 15px 0;
  gap: 30px;
  align-items: center;
}
body #lab_review .container .row .review_box .rating span {
  font-family: "Poppins", sans-serif;
  color: black;
  font-size: 20px;
  font-weight: 700;
}
body #lab_review .container .row .review_box .rating i {
  color: #060682;
  font-size: 17px;
}
body #lab_review .container .row .review_box .text p {
  font-size: 15px;
  font-weight: 400;
  font-family: "Poppins", sans-serif;
  color: black;
}
@media (max-width: 992px) {
  body #lab_review .container .row .review_box .text p {
    font-size: 13px;
  }
}
body #lab_review .container .row .review_box .text h6 {
  font-size: 13px;
  font-weight: 400;
  color: #6A7A7E;
  font-family: "Poppins", sans-serif;
}
body #izla-form {
  position: relative;
  overflow: hidden;
  background-color: #060682;
}
body #izla-form .container {
  padding-top: 95px;
  padding-bottom: 30px;
}
@media (max-width: 500px) {
  body #izla-form .container {
    padding-top: 95px;
    padding-bottom: 50px;
  }
}
body #izla-form .container .row .form-heading h2 {
  color: white;
  font-family: "Poppins", sans-serif;
  font-size: 48px;
  font-weight: 600;
}
body #izla-form .container .row .form-heading h2 span {
  color: #F69423;
}
@media (max-width: 557px) {
  body #izla-form .container .row .form-heading h2 {
    font-size: 38px;
    display: block;
  }
}
@media (max-width: 460px) {
  body #izla-form .container .row .form-heading h2 {
    font-size: 30px;
  }
}
body #izla-form .container .row .izla-form-image {
  display: flex;
  justify-content: start;
  margin-top: 20px;
}
@media (max-width: 980px) {
  body #izla-form .container .row .izla-form-image {
    margin-bottom: 30px;
    justify-content: center;
  }
}
body #izla-form .container .row .form-title {
  padding-bottom: 30px;
  padding-top: 15px;
}
body #izla-form .container .row .form-title p {
  color: white;
  font-family: "Poppins", sans-serif;
  font-size: 16px;
  font-weight: 400;
}
body #izla-form .container .row form .row .form-group {
  display: grid;
}
body #izla-form .container .row form .row .form-group label {
  color: #CCCCCC;
  padding-bottom: 17px;
  font-family: "Poppins", sans-serif;
  font-size: 16px;
  font-weight: 700;
}
body #izla-form .container .row form .row .form-group input {
  width: 100%;
  font-family: "Poppins", sans-serif;
  font-size: 16px;
  font-weight: 400;
  color: #999999;
  border-radius: 8px;
  border: 1px solid #E6B800;
  background: #FFF;
  padding: 14px 12px;
  margin-bottom: 30px;
}
body #izla-form .container .row form .row .form-group input::-moz-placeholder {
  font-family: "Poppins", sans-serif;
  font-size: 16px;
  font-weight: 400;
  color: #999999;
}
body #izla-form .container .row form .row .form-group input::placeholder {
  font-family: "Poppins", sans-serif;
  font-size: 16px;
  font-weight: 400;
  color: #999999;
}
@media (max-width: 530px) {
  body #izla-form .container .row form .row .form-group input {
    padding: 12px 12px;
    font-size: 15px;
    margin-bottom: 22px;
  }
}
body #izla-form .container .row form .row .form-button button {
  padding: 16px 48px;
  color: white;
  background: #060682;
  border-radius: 8px;
  border: 1px solid white;
  transition: 0.5s;
}
body #izla-form .container .row form .row .form-button button:hover {
  background: #3f3fcb;
}
body #main-izla-technologies-footer {
  background-color: #060682;
}
@media (max-width: 991px) {
  body #main-izla-technologies-footer {
    background-color: white;
  }
}
body #main-izla-technologies-footer #izla-seo-footer {
  background-image: url(/assets/img/izla-technologies-new\ -footer.png);
  padding-bottom: 30px;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  padding-top: 113px;
}
@media (max-width: 991px) {
  body #main-izla-technologies-footer #izla-seo-footer {
    background-image: url("");
    padding-top: 30px;
  }
}
body #main-izla-technologies-footer #izla-seo-footer .container .row .footer-logo {
  padding-bottom: 25px;
}
body #main-izla-technologies-footer #izla-seo-footer .container .row .footer-address {
  display: flex;
  gap: 10px;
  padding-bottom: 20px;
}
body #main-izla-technologies-footer #izla-seo-footer .container .row .footer-address .main-address a {
  color: black;
  font-family: "Poppins", sans-serif;
  font-size: 16px;
  font-weight: 400;
  text-decoration: none;
}
body #main-izla-technologies-footer #izla-seo-footer .container .row .footer-head-title {
  margin-bottom: 30px;
}
body #main-izla-technologies-footer #izla-seo-footer .container .row .footer-head-title h6 {
  color: #060682;
  font-family: "Poppins", sans-serif;
  font-size: 16px;
  font-weight: 700;
}
body #main-izla-technologies-footer #izla-seo-footer .container .row .footer-content p {
  color: black;
  font-family: "Poppins", sans-serif;
  font-size: 14px;
  font-weight: 500;
  text-align: justify;
}
body #main-izla-technologies-footer #izla-seo-footer .container .row .footer-icons ul {
  padding-left: 0px;
}
body #main-izla-technologies-footer #izla-seo-footer .container .row .footer-icons ul li {
  list-style: none;
  padding-bottom: 20px;
}
body #main-izla-technologies-footer #izla-seo-footer .container .row .footer-icons ul li a {
  color: black;
  font-family: "Poppins", sans-serif;
  font-size: 14px;
  text-decoration: none;
  font-weight: 500;
}
body #main-izla-technologies-footer #izla-seo-footer .container .row .footer-icons ul li a:hover {
  text-decoration: underline;
}
body #main-izla-technologies-footer #izla-seo-footer .container .row .footer-icons ul li .text-decoration-icon {
  text-decoration: none;
}/*# sourceMappingURL=style.css.map */