* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
  list-style: none;
}

.section {
  max-width: 1200px;
  margin: 0 auto;
}

a {
  text-decoration: none;
  color: inherit;
}

body {
  overflow-x: hidden;
}

.main {
  background: url(../img/bg.svg);
  background-position: center;
}

p {
  font-size: 18px;
  padding: 0;
  margin: 0;
}

h3 {
  font-size: 15px;
}

.bgcolor {
  background-color: #f6f6f6;
}

.navbar-brand img {
  width: 108px;
}

.select {
  background-color: #036d82;
  color: #f8f9fa;
  border-radius: 10px;
  border: none;
  padding: 7px;
}

.nav-link {
  font-size: 15px;
  font-weight: 500;
  color: #212529;
}

.fa-magnifying-glass {
  color: #036d82;
  width: 24px;
  height: 24px;
  font-weight: bold;
}

.sec_1 {
  padding: 60px 0px;
}

.sec_1 h1 {
  font-weight: 700;
  color: #272b41;
  font-size: 36px;
}

.sec_1 h1 span {
  color: #036d82;
}

.sec_1 h2 {
  font-size: 18px;
  color: #036d82;
  font-weight: 500;
}

.img_sec .img_1 {
  width: 170px;
  object-fit: cover;
  height: 230px;
  margin-top: 70px;
}

.img_sec .img_2 {
  width: 275px;
  height: 300px;
  object-fit: cover;
}

.img_sec .img_3 {
  width: 275px;
  height: 300px;
  object-fit: cover;
}

.img_sec .img_4 {
  width: 170px;
  object-fit: cover;
  height: 230px;
  margin-top: 70px;
}

.sec_1 p {
  color: #6b7280;
  font-size: 15px;
  width: 50%;
  margin: 0 auto;
}

.sec_1btn {
  background-color: #036d82 !important;
  font-size: 16px;
  font-weight: 500;
  color: #ffffff;
  width: 20%;
  padding: 10px;
  margin: 0 auto;
  border-radius: 15px;
  border: none;
}

.sec_2 {
  padding: 80px 0px 40px 0px;
}

/* .bg{
    background: url(../img/logobg.svg);
    background-repeat: no-repeat;
    background-position: top right;
    background-size: 200px;
    background-position-y: 70px;
} */
.img {
  position: absolute;
  right: -100px;
  top: 40px;
  overflow: hidden;
}

.img img {
  width: 325px;
  height: 280px;
}

.sec_2 .sec2img {
  width: 575px;
  height: 500px;
}

.sec_2 h2 {
  font-size: 26px;
  color: #272b41;
  font-weight: 500;
}

.sec_2 p {
  color: #212529;
}

.sec_3 {
  padding: 80px 0px;
}

.sec_3 h1 {
  color: #242424;
  font-size: 36px;
  font-weight: bold;
}

.sec_3 h1 span {
  color: #036d82;
}

.box {
  border-radius: 30px;
  border: 1px solid #dddddd;
}

.box_grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
  gap: 20px;
}

.box img {
  height: 120px;
  object-fit: cover;
  width: 190px;
  margin: 0 auto;
}

.box h3 {
  color: #036d82;
  font-weight: bold;
  font-size: 24px;
}

.box h3 span {
  font-weight: 400;
  font-size: 15px;
  color: #212529;
}

.box h2 {
  font-size: 24px;
  color: #212529;
  font-weight: 500;
}

.box p {
  font-size: 15px;
  color: #6a6a6a;
}

.sec-4bg {
  background: url(../img/sec4_bg.svg);
}

.sec-4 {
  padding: 40px 0px;
}

.sec-4 h1 {
  font-size: 36px;
  font-weight: bold;
}

.sec-4 p {
  width: 73%;
  font-weight: 400;
}

.sec4img {
  width: 90%;
}

.checkdiv i {
  font-size: 15px;
}

.checkdiv h3 {
  font-size: 18px;
  font-weight: 400;
}

.sec5 h1 {
  font-size: 30px;
  color: #272b41;
  font-weight: 500;
}

.sec5 p {
  font-size: 18px;
  color: #6b7280;
  padding: 0;
  margin: 0;
}

.sec5_checkdiv h2 {
  color: #036d82;
  font-size: 15px;
  font-weight: bold;
}

.sec5_checkdiv h3 {
  font-size: 14px;
  color: #6b7280;
  font-weight: 400;
  text-wrap: nowrap;
}

.sec5_checkdiv i {
  color: #036d82;
  font-size: 15px;
}

.sec5 button {
  width: 50%;
}

.followbox {
  background-color: #036d82;
  color: #ffffff;
  border-radius: 30px;
  padding: 50px 35px;
}

.followbox h1 {
  color: #ffffff;
  font-weight: bold;
  font-size: 32px;
}

.followbox p {
  font-weight: 400;
  color: #ffffff;
  font-size: 18px;
}

.followbox i {
  color: #036d82;
  background-color: #ffffff;
  border-radius: 50%;
  padding: 14px 15px;
  font-size: 20px;
}

.followbox h2 {
  font-size: 16px;
  font-weight: 400;
}

.followbox h3 {
  font-weight: 600;
  font-size: 20px;
}

.sec6 h4 {
  font-size: 20px;
  font-weight: 600;
}

.socials i {
  font-size: 22px;
  padding: 10px 12px;
}

.contactbox h1 {
  font-size: 32px;
  color: #272b41;
  font-weight: 500;
}

.contactbox label {
  color: rgba(0, 0, 0, 80%);
  font-size: 14px;
  font-weight: 700;
}

.contactbox .input_1 {
  border-radius: 15px;
  border: 1px solid #e4dfdf;
  outline: none;
  color: #747688;
  font-size: 14px;
  font-weight: 400;
  padding: 14px 12px;
}

.contactbox .input_2 {
  border-radius: 15px;
  border: 1px solid #e4dfdf;
  outline: none;
  color: #747688;
  font-size: 14px;
  font-weight: 400;
  padding: 14px 12px 100px 12px;
}

.contactbox h3 {
  font-size: 14px;
  color: #036d82;
  font-weight: 400;
}

.contactbox button {
  width: 60%;
}

.input-group input {
  width: 60%;
}

footer p {
  font-size: 16px;
  color: #1f2937;
  font-weight: 500;
}

footer h6 {
  font-size: 22px;
  color: #1f2937;
}

footer .sec_1btn {
  width: 28%;
}

footer input {
  border: 1px solid #e5e7eb;
  padding: 5px 12px;
  border-radius: 10px;
  outline: none;
}

.social_link i {
  color: #036d82;
  background-color: rgba(160, 160, 160, 10%);
  border-radius: 10px;
  padding: 10px;
  font-size: 20px;
}

.footer_end h2 {
  font-size: 14px;
  color: #1f2937;
  font-weight: 400;
}

.footer_end h3 {
  font-size: 14px;
  color: #1f2937;
  font-weight: 400;
}

.getbg {
  background: url(../img/img.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100%;
}

.getbg h1 {
  padding-top: 265px;
  /* padding-bottom: 5px; */
  font-size: 36px;
  font-weight: bold;
  color: #272b41;
}

.getbg h1 span {
  color: #036d82;
}

.getsec_1 h1 {
  color: #272b41;
  font-size: 36px;
  font-weight: bold;
}

.getsec_1 h1 span {
  color: #036d82;
}

.grid_box {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  place-items: center;
  text-align: center;
  grid-gap: 0px 80px;
}

.grid_box img {
  width: 450px;
}

.grid_box p {
  width: 100% !important;
  font-size: 15px;
  color: #6a6a6a;
  font-weight: 400;
}

.grid_box h1 {
  color: #212529;
  font-size: 24px;
  font-weight: 500;
  text-wrap: nowrap;
}

.accordion-item {
  /* border: 1px solid #DDDDDD; */
  border: 1px solid #dddddd !important;
}

.accordion-header button {
  color: #272b41 !important;
  font-size: 20px !important;
  font-weight: 500 !important;
}

.accordion {
  border: none !important;
}

.accordion-body {
  padding-bottom: 30px;
}

.accordion-button:not(.collapsed) {
  color: unset !important;
  background-color: #fff !important;
  box-shadow: none !important;
}

.accordion-button:focus {
  box-shadow: none !important;
}

.accordion-button:not(.collapsed)::after {
  font-family: "Font Awesome 5 Free" !important;
  content: "" !important;
  background-image: url(../img/Icon.svg) !important;
  transform: none !important;
  color: #036d82;
  margin-top: 14px;
  margin-right: 3px;
}

.accordion-button::after {
  font-family: "Font Awesome 5 Free" !important;
  content: "\2b" !important;
  background-image: none !important;
}

/* Ali Hassan Working >>>> */
/* certification Page Styling Starts Here's */

/* Company Details Form */

.detailsForm form .form-control {
  padding: 12px;
  border-radius: 10px;
  margin-bottom: 10px;
  border: 1px solid #e4dfdf;
  outline: none;
  /* Remove outline */
}

.detailsForm form .form-select {
  padding: 12px;
  border-radius: 10px;
  outline: none !important;
}

.detailsForm form .list-group ol {
  padding: 0px 20px;
}

form .form-check input {
  margin: 0px 25px;
}

.detailsForm form .list-group ol li {
  font-size: 14px;
  color: #363049;
  line-height: 27px;
  list-style-type: decimal;
}

form .submitButton {
  color: #fff;
  padding: 7px 10px;
  border-radius: 13px;
  border: 2px solid #036d82;
  background-color: #036d82;
}

form .submitButton:hover {
  color: #fff;
  background-color: #036d82;
}

form h5 {
  font-size: 22px;
  font-weight: bold;
}

form p {
  font-size: 16px;
}

/* certification Page Styling Ends Here's */

/* Company List Page Styling Starts Here's */

.company-list .card-container {
  gap: 10px;
  width: 100%;
  display: flex;
  align-items: center;
  margin-bottom: 25px;
  justify-content: space-between;
}

.company-list .card-container .card {
  width: 23%;
}

.company-list .card img {
  width: 30%;
  margin: 15px auto;
}

.company-list .card {
  padding: 0px;
  border-radius: 15px;
}

.company-list .card .card-body {
  padding: 0px 10px 15px 10px;
}

.company-list .card .card-body .card-title {
  font-size: 19px;
  font-weight: 600;
}

.company-list .card .card-body .card-text {
  font-size: 15px;
  color: #6a6a6a;
  margin-bottom: 10px;
}

.company-list .card .card-body h6 {
  color: #036d82;
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 20px !important;
}

.company-list .card .card-body h6 span {
  color: #000;
  font-size: 16px;
  font-weight: 400;
}

.company-list .card .card-body a {
  width: 100%;
  border: none;
  color: #fff;
  font-size: 14px;
  border-radius: 8px;
  margin-bottom: 10px;
  background-color: #036d82;
}

/* Company List Page Styling Ends Here's */

/* Company Deatils Page Styling Starts Here's */

.companyHeader .imgSec {
  padding: 0px;
}

.companyHeader .top-content h1 {
  font-size: 26px;
  font-weight: bold;
}

.companyHeader .top-content p {
  font-size: 14px;
  color: #6a6a6a;
  margin-bottom: 10px;
}

.companyHeader .top-content h6 {
  font-size: 15px;
  color: #036d82;
  font-weight: bold;
}

.companyHeader .top-content h6 span {
  font-size: 14px;
  color: #212529;
  font-weight: 400;
  margin: 0px 7px;
}

.company-details {
  padding: 40px;
  border-radius: 20px;
  border: 1px solid #dddddd;
}

.company-details .box-container .boxes h4 {
  color: #212529;
  font-size: 19px;
  font-weight: 700;
  font-family: Arial, Helvetica, sans-serif;
}

.company-details .box-container .boxes p {
  color: #4b4a4a;
  font-size: 15px;
}

.company-details .box-container .right-border {
  border-right: 1px solid #545353;
}

.awarded-certification .sections {
  width: 49%;
  padding: 18px;
  border-radius: 20px;
  border: 1px solid #dddddd;
}

.awarded-certification .sections img {
  width: 70%;
}

.awarded-certification .sections h2 {
  font-size: 26px;
  color: #272b41;
  font-weight: bold;
  font-family: Arial, Helvetica, sans-serif;
}

.description {
  margin: 40px auto;
}

.description .description-para {
  padding: 0px;
}

.description h4 {
  font-size: 21px;
  font-weight: 600;
  color: #212529;
}

.description p {
  font-size: 16px;
  color: #363049;
  line-height: 24px;
  margin-bottom: 15px;
}

/* Company Deatils Page Styling Ends Here's */

/* Certificate Details Styling Strats Here */

.certificate-Detail .top-image img {
  border-radius: 15px;
  background-color: #fff;
  box-shadow: 0 3px 10px rgb(0 0 0 / 0.2);
}

.certificate-Detail h1 {
  font-size: 30px;
  color: #272b41;
  font-weight: bold;
}

.certificate-Detail h4 {
  font-size: 22px;
  color: #036d82;
  font-weight: bold;
}

.certificate-Detail h4 span {
  font-size: 16px;
  color: #212529;
  font-weight: 400;
}

.certificate-Detail .button a {
  width: 50%;
  color: #fff;
  padding: 8px;
  border-radius: 15px;
  background-color: #036d82;
}

.certificate-container .certificate-content h4 {
  font-size: 20px;
  color: #212529;
  margin-bottom: 20px;
}

.certificate-container .certificate-content p {
  font-size: 16px;
  color: #50535a;
  line-height: 25px;
  margin-bottom: 15px;
}

.certificate-container .certificate-content ul li {
  list-style-type: disc;
}

/* Certificate Details Styling Strats Here */

/* Modal Section CSS */
.modal-content {
  padding: 20px 80px;
  border-radius: 10px;
}

.modal-dialog.modal-lg {
  max-width: 80%;
}

.modal-content .modal-header {
  border: none;
  padding: 20px 0px;
}

.modal-content .modal-body {
  padding: 0px;
}

.modal-content .btn-close {
  top: 15px;
  right: 25px;
  color: #000;
  position: absolute;
}

.search-bar {
  margin-bottom: 20px;
}

.search-bar .form-control {
  padding: 10px;
  font-size: 16px;
  border-radius: 15px;
  margin: 30px 0px 0px 0px;
}

.search-item {
  display: flex;
  align-items: center;
  margin-bottom: 10px;
  padding: 10px;
  border: 1px solid #e0e0e0;
  border-radius: 10px;
}

.search-item img {
  width: 70px;
  height: 70px;
  border-radius: 10px;
  margin-right: 15px;
}

.search-item .info {
  flex-grow: 1;
}

.search-item .info h5 {
  margin: 0;
  font-size: 16px;
}

.search-item .info p {
  margin: 5px 0;
  font-size: 14px;
  color: #6a6a6a;
}

.search-item .info h6 {
  margin: 5px 0;
  font-size: 13px;
  font-weight: 700;
  color: #036d82;
}

.search-item .info h6 span {
  font-size: 12px;
  font-weight: 600;
  color: #212529;
}

.btn-read-more {
  width: 30%;
  color: #fff;
  border-radius: 12px;
  background-color: #036d82;
}

.btn-read-more:hover {
  color: #fff;
  background-color: #036d82;
}

/* Modal Section CSS */

/* mobile */
@media (max-width: 500px) {
  .img_sec .img_4 {
    margin-top: 0px !important;
  }

  .img_sec .img_1 {
    margin-top: 0px !important;
  }

  .sec_1 p {
    width: 90%;
  }

  .sec_1 .sec_1btn {
    width: 90%;
  }

  .img {
    display: none;
  }

  .sec_2 .sec2img {
    width: 525px;
    height: auto;
  }

  .sec_2 h2 {
    font-size: 21px;
  }

  .sec_2 p {
    font-size: 16px;
  }

  .sec_1 h1,
  .sec_3 h1 {
    font-size: 23px;
  }

  .sec_2 {
    padding-top: 40px;
  }

  .sec_3,
  .sec-4 {
    padding: 40px 0px;
    margin-left: 2px;
  }

  .sec4img {
    width: 90%;
    margin: 0 auto;
  }

  .sec-4 p {
    width: 100%;
  }

  .sec-4 h1 {
    font-size: 28px;
  }

  .sec5 h1 {
    font-size: 25px;
  }

  .sec5 p {
    font-size: 14px;
  }

  .sec5_checkdiv h3 {
    text-wrap: unset;
  }

  .sec5 button {
    width: 100%;
  }

  .contactbox button {
    width: 100%;
  }

  .followbox {
    padding: 30px 22px;
  }

  .getbg {
    background-size: cover;
  }

  .getbg h1 {
    font-size: 27px;
    padding-top: 90px;
    text-align: center;
    margin-bottom: 0px;
  }

  .grid_box {
    display: grid;
    grid-template-columns: 1fr !important;
  }

  .getsec_1 h1 {
    font-size: 24px;
  }

  .grid_box h1 {
    font-size: 20px;
  }

  .grid_box p {
    font-size: 13px;
  }

  .grid_box img {
    width: 300px !important;
    object-fit: cover;
  }

  .accordion-header button {
    font-size: 15px !important;
  }

  .accordion-body p {
    font-size: 15px;
  }

  .img {
    display: none;
  }
  .accordion-item:first-of-type > .accordion-header .accordion-button {
    border-top-left-radius: 10px !important;
    border-top-right-radius: 10px !important;
    border-bottom-left-radius: 10px !important;
    border-bottom-right-radius: 10px !important;
  }

  .accordion-item {
    border: 1px solid #dddddd;
    border-radius: 0px 0px 12px 12px;
  }

  .detailsForm form .form-select {
    padding: 10px;
    font-size: 15px;
    color: #72797e;
    margin-bottom: 10px;
  }

  /* CompanyList Page Media Query */

  .company-list .card-container {
    gap: 10px;
    display: flex;
    margin: 0px auto;
    justify-content: center;
  }

  .company-list .card-container .card {
    width: 48%;
    margin-bottom: 15px;
  }

  /* Company Deatils Page Media Query */

  .companyHeader .top-content {
    padding: 0px;
  }

  .companyHeader .top-content h1 {
    margin-bottom: 5px;
    font-size: 17px;
  }

  .companyHeader .top-content p {
    font-size: 12px;
    margin-bottom: 6px;
  }

  .companyHeader .top-content h6 {
    font-size: 13px;
  }

  .companyHeader .top-content h6 span {
    font-size: 11px;
    margin: 0px 5px;
  }

  .company-details {
    width: 90%;
    margin: 20px auto 0px !important;
  }

  .company-details .box-container .boxes {
    margin-bottom: 10px;
  }

  .company-details .box-container .optional-border {
    border-right: 1px solid #545353;
  }

  .company-details .box-container .boxes h4 {
    font-size: 16px;
  }
  .company-details .box-container .boxes p {
    font-size: 13px;
  }

  .awarded-certification .sections {
    width: 90%;
    margin: 10px auto;
  }

  .awarded-certification .sections img {
    width: 100%;
  }
  .awarded-certification .sections h2 {
    font-size: 20px;
    margin: 0px 20px;
  }

  .description {
    margin: 0px auto;
  }

  .description .description-para {
    padding: 20px;
  }

  .description p {
    font-size: 13px;
  }

  .certificate-container .certificate-content p {
    font-size: 15px;
  }

  .certificate-container .certificate-content h4 {
    font-size: 22px;
    font-weight: 600;
    margin-bottom: 17px;
  }

  /* certificate Details Page Media Query */

  .certificate-Detail h1 {
    font-size: 17px;
  }
  .certificate-Detail h4 {
    font-size: 13px;
  }

  .certificate-Detail .button a {
    width: 80%;
    padding: 3px;
    border-radius: 7px;
    font-size: 12px;
  }

  /* Modal Page Media Query */

  .modal-dialog.modal-lg {
    max-width: 90%;
    margin: 20px auto;
  }
  .modal-content {
    padding: 10px;
    border-radius: 10px;
  }
  .search-item img {
    width: 50px;
    height: 50px;
    margin-right: 10px;
  }
  .search-item .info h5 {
    margin: 0;
    font-size: 14px;
  }
  .search-item .info p {
    font-size: 11px;
  }
  .search-item .info h6 {
    font-size: 10px;
  }
  .btn-read-more {
    width: 40%;
    font-size: 11px;
  }
  .modal-content .modal-header {
    border: none;
    padding: 10px 0px;
  }
  .search-bar .form-control {
    padding: 10px;
    font-size: 14px;
    margin: 40px 0px 0px 0px;
  }
  .modal-content .btn-close {
    top: 13px;
    right: 14px;
    color: #000;
    position: absolute;
  }

  .company-list .card .card-body .card-title {
    font-size: 17px;
  }

  .company-list .card .card-body .card-text {
    font-size: 13px;
    margin-bottom: 7px;
  }

  .company-list .card .card-body h6 {
    font-size: 14px;
    margin-bottom: 15px !important;
  }

  .companyHeader .imgSec {
    padding: 0px 13px 13px 13px;
  }
}

/* tab  */
@media (min-width: 501px) and (max-width: 767px) {
  .img_sec .img_4 {
    margin-top: 0px !important;
  }

  .img_sec .img_1 {
    margin-top: 0px !important;
  }

  .img {
    position: absolute;
    right: 77px;
    top: 550px;
  }

  .sec_1 p {
    width: 80%;
  }

  .sec_1 .sec_1btn {
    width: 60%;
  }

  .sec_2 h2 {
    font-size: 21px;
  }

  .sec_2 p {
    font-size: 16px;
  }

  .sec_2 {
    padding-top: 40px;
  }

  .sec_3,
  .sec-4 {
    padding: 40px 0px;
  }

  .sec5_checkdiv h3 {
    text-wrap: unset;
  }

  .sec5 {
    width: 80%;
    margin: 0 auto;
  }

  footer .sec_1btn {
    width: 15%;
  }

  .getbg {
    background-size: cover;
  }

  .getbg h1 {
    padding-top: 80px;
  }

  .grid_box {
    display: grid;
    grid-template-columns: repeat(2, 1fr) !important;
    grid-gap: 20px;
  }
}

/* Laptop */
@media (min-width: 768px) and (max-width: 1200px) {
  .img_sec {
    margin: 0px 70px !important;
  }

  .img_sec .img_1 {
    width: 120px;
    object-fit: contain;
    height: 230px;
  }

  .img_sec .img_2 {
    width: 225px;
    height: 300px;
    object-fit: contain;
  }

  .img_sec .img_3 {
    width: 225px;
    height: 300px;
    object-fit: contain;
  }

  .img_sec .img_4 {
    width: 120px;
    object-fit: contain;
    height: 230px;
  }

  .sec_2 {
    padding: 30px 0px 10px 0px !important;
  }

  .sec_2 .sec2img {
    width: 575px;
    height: 395px;
  }

  .sec_2 h2 {
    font-size: 23px;
  }

  .sec_2 p {
    font-size: 17px;
  }

  .sec-4 h1 {
    font-size: 30px;
  }

  .sec-4 p {
    width: 100%;
    font-size: 16px;
  }

  .sec-4 img {
    width: 100%;
  }

  .sec5_checkdiv h3 {
    text-wrap: unset;
  }

  .sec5 img {
    width: 80%;
    margin: 0 auto;
  }

  .sec5 p {
    font-size: 15px;
  }

  .sec5 h1 {
    font-size: 22px;
  }

  .contactbox button {
    width: 100%;
  }

  footer .sec_1btn {
    width: fit-content;
  }

  .input-group input {
    width: 60%;
  }

  .getbg {
    background-size: cover;
  }

  .getbg h1 {
    padding-top: 120px;
  }

  .grid_box {
    display: grid;
    grid-template-columns: repeat(2, 1fr) !important;
    grid-gap: 20px;
  }

  /* CompanyList Page Media Query */

  .company-list .card-container {
    gap: 15px;
    display: flex;
    margin: 0px auto;
    justify-content: space-evenly;
  }

  .company-list .card-container .card {
    width: 45%;
    margin-bottom: 15px;
  }

  .company-details .box-container .boxes {
    margin-bottom: 20px;
  }

  .company-details .box-container .optional-border {
    border-right: 1px solid #545353;
  }

  .awarded-certification .sections img {
    width: 100%;
  }
  .awarded-certification .sections h2 {
    margin: 0px 10px;
    font-size: 20px;
  }

  /* Modal Page Media Query */

  .modal-content {
    padding: 20px 30px;
    border-radius: 10px;
  }
}

@media (min-width: 1201px) and (max-width: 1500px) {
  .img img {
    width: fit-content;
  }

  .footer .sec_1btn {
    width: fit-content;
  }
}
