/*
Theme Name: CEDA
Text Domain: #
Version: 1.0
Requires at least: 4.7
Requires PHP: 5.2.4
Description: 
Author: Barid Ghosh
Author URI: #
Theme URI: #
 */


@import url('https://fonts.googleapis.com/css2?family=Playfair+Display:ital,wght@0,400..900;1,400..900&display=swap');

body {
  margin: 0;
  padding: 0;
}

header {
  background: #0059a9;
  padding: 10px 0px;
}

.contact-text p,
a {
  color: #fff;
  margin-bottom: 0px;
}

.contact-text a:hover {
  color: #fff;
}

.social-icons a {
  float: right;
  padding: 0px 5px;
  background: #0282b6;
  border-radius: 50%;
  margin-right: 5px;
  width: 28px;
  height: 28px;
  text-align: center;
}

.social-icons a:hover {
  color: #0282b6;
  background: #fff;
}

.social-icons .fa {
  font-size: 12px;
}

.navbar {
  position: relative;
  bottom: 0;
  width: 100%;
  z-index: 1;
  opacity: 1;
  /* optional */
}

.navbar-brand img {
  width: 150px;
}

.fixed-top {
  position: fixed;
  top: 0;
  z-index: 1;
  transition: .5s;
  height: 80px;
  box-shadow: rgba(33, 35, 38, 0.1) 0px 10px 10px -10px;
}

.nav-item {
  padding-left: 10px;
}

.navbar-light .navbar-nav .nav-link {
  color: rgb(0 0 0 / 70%);
}
.navbar-light .navbar-nav .nav-link{
    padding-right: .2rem;
    padding-left: .2rem;
    
}
.navbar-light .navbar-nav .nav-link.apply-btn {
  background: #ed1c24;
  color: #fff;
  border-radius: 5px;
  padding: 10px 0px;
  width: 110px;
  text-align: center;
  font-size: 14px;
  border: 1px solid #fff;
}

.navbar-light .navbar-nav .nav-link.apply-btn:hover {
  background-color: #fff;
  color: #ed1c24;
  border: 1px solid #ed1c24;
}

/*banner start*/
.banner-section {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

.banner-section .banner-content {
  padding: 120px 0px;
}

.banner-content h6 {
  font-size: 16px;
  color: #fff;
}

.banner-content h4 {
  font-size: 36px;
  color: #fff;
  font-family: "Playfair Display", serif;
  text-transform: uppercase;
  margin-bottom: 0px;
}

.banner-content h1 {
  font-size: 65px;
  color: #fff;
  font-family: "Playfair Display", serif;
  font-weight: 900;
  text-transform: uppercase;
  width: 50%;
}

.button-container {
  display: flex;
  gap: 20px;
  margin-top: 20px;
}

.btn {
  padding: 15px 30px;
  font-size: 16px;
  font-weight: bold;
  border: none;
  border-radius: 8px;
  color: white;
  cursor: pointer;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  transition: transform 0.2s, box-shadow 0.2s;
}

.blue-btn {
  background-color: #0056b3;
}

.blue-btn:hover {
  color: #0056b3;
  background: white;
  transform: scale(0.95);
}

.red-btn {
  background-color: #d32f2f;
}

.red-btn:hover {
  color: #d32f2f;
  background: white;
  transform: scale(0.95);
}

.slick-slide {
  margin: 35px 20px;
  height: 80px !important;
  display: flex !important;
  align-items: center;
}

.slick-slide img {
  width: 120px;
  filter: grayscale(100%) brightness(100%) contrast(100%);
}

.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0;
}

.slick-list:focus {
  outline: none;
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block;
}

.slick-track:before,
.slick-track:after {
  display: table;
  content: "";
}

.slick-track:after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px;
  width: 120px;
}

[dir="rtl"] .slick-slide {
  float: right;
}

.slick-slide img {
  display: block;
}

.slick-slide.slick-loading img {
  display: none;
}

.slick-slide.dragging img {
  pointer-events: none;
}

.slick-initialized .slick-slide {
  display: block;
}

.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

.slick-dots {
  display: flex;
  justify-content: center;
  margin: 0;
  padding: 1rem 0;
  list-style-type: none;
}

.slick-dots li {
  margin: 0 0.25rem;
}

.slick-dots button {
  display: block;
  width: .5rem;
  height: .5rem;
  padding: 0;
  border: none;
  border-radius: 100%;
  background-color: grey;
  text-indent: -9999px;
  border: 1px solid grey;
}

.slick-dots li.slick-active button {
  background-color: white;
}

/*adsdd*/
.custom-section {
  padding: 70px 0px;
}

.custom-section img {
  max-width: 80%;
  border-radius: 50%;
}

.custom-content {
  margin-left: 0px;
}

.custom-content h2 {
  color: #1c4597;
  font-weight: bold;
  font-family: "Playfair Display", serif;
  width: 50%;
  font-size: 40px;
  line-height: 150%;
}

.custom-content p {
  font-size: 16px;
  color: #7f8c8d;
  max-width: 500px;
  line-height: 150%;
  width: 100%;
}

.custom-content .btn-red {
  background-color: #e74c3c;
  color: #fff;
  border: none;
  padding: 10px 20px;
  border-radius: 5px;
  transition: transform 0.2s, box-shadow 0.2s;
}

.custom-content .btn-red:hover {
  background-color: #fff;
  color: #e74c3c;
  border: 2px solid #e74c3c;
  transform: scale(0.95);
}

/*    gfg*/
.job-banner {
  background-color: #1E4BA1;
  color: white;
  padding: 15px 30px;
  border-radius: 8px;
  text-align: center;
  font-family: "Playfair Display", serif;
}

.job-banner span {
  font-size: 38px;


}

.job-banner a {
  color: white;
  font-size: 38px;
  text-decoration: none;
  margin-left: 15px;
  display: inline-flex;
  align-items: center;
}

.job-banner img {
  padding-top: 10px;
  padding-left: 10px;
}

.job-banner a:hover {
  text-decoration: underline;
}

.divider {
  margin: 0 10px;
  color: white;
}

/*    hjfjd*/
.explore-jobs h2 {
  font-family: "Playfair Display", serif;
  font-size: 36px;
  font-weight: bold;
  color: #005bae;
}

.job-card {
  background-color: #0067c3;
  color: white;
  padding: 20px;
  border-radius: 8px;
  text-align: center;
  transition: transform 0.3s;
  height: 200px;
}

.job-card:hover {
  transform: translateY(-10px);
}

.job-card img {
  width: 50px;
  height: 50px;
  margin-bottom: 15px;
}

.job-card p {
  font-size: 16px;
  margin-bottom: 15px;
  line-height: 150%;
  height: 50px;
}

.btn-red {
  background-color: #e74c3c;
  color: white;
  border: none;
  padding: 8px 16px;
  border-radius: 4px;
  font-size: 14px;
}

.btn-red:hover {
  background-color: #fff;
  color: #e74c3c;
  ;
}

/*why-choose-us*/
.why-choose-us-wrap {
  background: #e8e8e8;
  padding: 50px 0px 200px 0px;
}

.why-choose-us-wrap .container {
  text-align: center;
}

.why-choose-us-wrap h2 {
  text-align: center;
  color: #1a3fa9;
  font-family: "Playfair Display", serif;
  font-weight: bold;
}

.why-choose-us-wrap p {
  width: 50%;
  color: #000 !important;
  text-align: center;
  margin: auto;
}

.why-choose-us-wrap .why-choose-subsection {
  padding-top: 50px;
}

.why-choose-us-wrap .why-choose-subsection h5 {
  padding-top: 20px;
  text-align: center;
  color: #2680cc;
}

.why-choose-us-wrap .why-choose-subsection img {
  width: 80px;
}

.why-choose-us-wrap .why-choose-subsection p {
  width: 85%;
  color: #3a3a3a;
}

.second-container {
  background: url(img/profesion-banner.png);
  height: 365px;
  background-size: cover;
  background-repeat: no-repeat;
  margin-top: -110px;
  width: 100%;
  background-position: center;
  border-radius: 8px;
}

.second-container .count-block-main {
  padding-left: 80px;
  padding-top: 50px;
  padding-right: 35px;
}

.second-container .count-block-main .count-block:first-child {
  border-right: 1px solid #fff;
  border-bottom: 1px solid #fff;
}

.second-container .count-block-main .count-block:nth-child(2) {
  border-bottom: 1px solid #fff;
}

.second-container .count-block-main .count-block:nth-child(3) {
  border-right: 1px solid #fff;
  padding-top: 20px;
}

.second-container .count-block-main .count-block:nth-child(4) {
  padding-top: 20px;
}

.second-container .count-block-main .count-block h5 {
  color: #fff;
  font-size: 36px;
  border-bottom: 2px solid #fff;
  border-bottom-width: 2px;
  width: 33%;
}

.second-container .count-block-main .count-block p {
  font-size: 15px;
  color: #fff;
  line-height: 150%;
  font-weight: 600;
  margin-bottom: 35px;
}

/*dream-job-section*/
.dream-job-section {
  text-align: center;
  padding: 50px 20px;
}

.dream-job-section h2 {
  font-weight: bold;
  color: #1E4BA1;
  font-family: "Playfair Display", serif;
  width: 30%;
  margin: auto;
  line-height: 150%;
  font-size: 38px;
}

.dream-job-section p {
  color: #6c757d;
  padding: 15px 0 30px;
  width: 63%;
  margin: auto;
  line-height: 150%;
}

.dream-job-input {
  max-width: 400px;
  margin: 0 auto;
}

.dream-job-input input {
  border-radius: 25px;
  border: 1px solid #ddd;
  padding: 10px 20px;
  width: 100%;
  font-size: 16px;
  transition: all 0.3s ease-in-out;
}

.dream-job-input input:focus {
  border-color: #1E4BA1;
  outline: none;
  box-shadow: 0 0 5px rgba(30, 75, 161, 0.5);
}

/*    Testimonial section*/
.testimonial-main {
  background-image: url(img/testimonial-banner.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  padding: 125px 0px;

}

.testimonial-main h2 {
  text-align: center;
  color: #1a3fa9;
  font-family: "Playfair Display", serif;
  font-weight: bold;
  margin-bottom: 30px;
}

.testimonial-carousel {
  position: relative;
  max-width: 630px;
  width: 100%;
  background: #ffffff;
  border-radius: 8px;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  overflow: hidden;
  margin: auto;
}

.testimonial-wrapper {
  overflow: hidden;
}

.testimonial-container {
  display: flex;
  transition: transform 0.5s ease-in-out;
}

.testimonial {
  flex: 0 0 100%;
  text-align: center;
  padding: 30px;
}

.testimonial p , .quote {
  font-size: 1rem;
  color: #666;
  margin: 10px 0;
}

.author {
  font-size: 1.2rem;
  font-weight: bold;
  margin: 5px 0;
}

.designation {
  font-size: 0.9rem;
  color: #999;
}

.testimonial-main button {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background: none;
  border: none;
  font-size: 1.5rem;
  color: #666;
  cursor: pointer;
  z-index: 10;
}

.testimonial-main button:hover {
  color: #333;
}

.prev-btn {
  left: 10px;
}

.next-btn {
  right: 10px;
}



/*Business and Employers*/
.business-section {
  position: relative;
  text-align: center;
  color: white;
  padding: 80px 20px;
background-size: cover !important;
background-repeat: no-repeat !important;
background-position: center !important;
}


.business-content {
  position: relative;
}

.business-section h2 {
  font-weight: bold;
  margin-bottom: 15px;
  font-family: "Playfair Display", serif;
  font-size: 36px;
}

.business-section p {
  font-size: 20px;
  margin-bottom: 30px;
}

.apply-btn {
  background-color: #ee1c25;
  color: white;
  padding: 1px 20px;
  font-size: 16px;
  border: none;
  border-radius: 5px;
  text-transform: uppercase;
  transition: background-color 0.3s;
}

.apply-btn:hover {
  background-color: #fff;
  color: #ee1c25;
  text-decoration: none;
}


/* footer start   */
.footer {
  background-color: #003464;
}

.footer .row {
  border-bottom: 1px solid #fff;
}
.footer .col-md-3 {
    padding-left: 2px;
}
.footer .footer-second {
  border-bottom: none;
}

.footer .footer-second .col-md-2 {
  border-right: none;
}

.footer .footer-second .col-md-5 span {
  padding-right: 30px;
}

.footer-second .col-md-4 {
  padding-top: 40px;
}

.footer .footer-second p span {
  padding-right: 30px;
}

.footer .footer-second .text-right span {
  padding-right: 30px;
}

.footer .footer-second .text-right span#currentYear {
  padding-right: 0px;
}

.footer .col-md-2,
.col-md-3 {
  border-right: 1px solid #fff;
  align-items: flex-start;
}

.footer a {
  text-decoration: none;
}

.footer .contact-div h5 {
  font-family: "Playfair Display", serif;
}

.footer a:hover {
  text-decoration: underline;
}

.row-second {
  align-items: center;
}

.row-second p {
  margin-bottom: 0px; 
  font-size: 14px;
}

.footer .pl-3{
  padding-left: 0rem !important;
}

.footer-second p{
  font-size: 14px;
}

.social-icon {
  width: 40px;
  height: 40px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: #4d94ff;
  color: white;
  font-size: 18px;
  transition: background-color 0.3s ease;
}

.social-icon:hover {
  background-color: #fff;
  text-decoration: none !important;
}

/*about us start*/
.about-us-banner {
  background-size: cover !important;
  background-repeat: no-repeat !important;
  height: 433px;
  background-position: center !important;
}

.about-banner-section {
  padding-top: 230px;
}

.about-banner-section h1 {
  color: #fff;
  font-size: 50px;
  font-family: "Playfair Display", serif;
}

.about-banner-section p {
  color: #fff;
  font-size: 18px;
  padding-top: 10px;
  font-family: "Playfair Display", serif;
}

.why-choose-us-wrap.about-section {
  background-color: #fff;
  padding: 50px 0px;
}

.second-container.about-section {
  margin-top: 20px;
  margin-bottom: 30px;
}

.custom-section.about-section {
  padding-top: 50px;
}

.custom-section.about-section h2 {
  color: #1c4597;
  font-weight: bold;
  font-family: "Playfair Display", serif;
  font-size: 36px;
  line-height: 150%;
  text-align: center;
  margin-bottom: 50px;
}

.custom-section.about-section .custom-content p {
  color: #363636;
  font-family: unset;
  font-size: 16px;
}

.vision-mission {
  background-color: #0056b3;
  color: white;
  padding: 40px 20px;
}

.vision-mission .col-md-6 {
  padding: 0px 30px;
}

.vision-mission h2 {
  font-size: 1.75rem;
  font-weight: bold;
  margin-bottom: 20px;
  font-family: "Playfair Display", serif;
}

.vision-mission p {
  font-size: 1rem;
  line-height: 150%;
}

/*about us end*/
/*career start*/
.custom-section.career-about img {
  border-radius: 0px;
}

.custom-section.career-about .custom-content h2 {
  font-size: 32px;
  padding-top: 30px;
}

.about-us-banner.career-banner {
  background-size: cover;
  background-repeat: no-repeat;
  height: 320px;
  background-position: center;
}

.about-us-banner.career-banner .about-banner-section {
  padding-top: 140px;
}

.why-choose-us-wrap.career-section {
  background: #fff;
  padding: 40px 0px;
}

.why-choose-us-wrap.career-section .container {
  border-bottom: 1px solid #2680cc;
  padding: 40px 0px;
}

.why-choose-us-wrap.career-section .why-choose-subsection {
  padding-top: 25px;
}

.custom-section.career-about {
  padding: 40px 0px;
}

.application-process {
  padding: 40px 20px;
  text-align: center;
}

.application-process h2 {
  font-size: 2rem;
  font-weight: bold;
  margin-bottom: 40px;
  color: #1c449c;
  font-family: "Playfair Display", serif;
}

.step {
  padding: 20px;
}

.step .icon img {
  width: 100px;
  margin-bottom: 20px;
}

.step h3 {
  font-size: 1.5rem;
  font-weight: bold;
  color: #2a81c6;
  margin-bottom: 30px;
}

.step p {
  font-size: 0.95rem;
  color: #333;
  margin-bottom: 0px;
  width: 100%;
  text-align: left;
  margin-bottom: 20px;
}

.step h6 {
  text-align: left;
  font-weight: bold;
}

.step ul {
  list-style: none;
  padding: 0;
}

.step ul li {
  text-align: left;
  margin-left: 20px;
  display: flex;
}

.step ul li:before {
  content: "";
  background-image: url(img/career/tick.png);
  padding-right: 20px;
  background-size: cover;
  background-repeat: no-repeat;
  width: 20px;
  display: inline-block;
  height: 20px;
  position: relative;
  left: 0px;
  top: 3px;
  margin-right: 6px;
}

/*career end*/
/*contact start*/
.about-us-banner.contact-banner {
  background-size: cover;
  background-repeat: no-repeat;
  height: 432px;
  background-position: center;
}

.contact-info p {
  margin: 10px 0;
  font-size: 16px;
}

.contact-info i {
  margin-right: 10px;
}

.contact-info img {
  height: 67px;
  width: 60px;
}

.form-section-main {
  background: #ee1c25;
}

.form-section-main .form-section-wrap {
  padding-top: 6rem;
  padding-bottom: 2rem;
}

.address-wrap h2 {
  font-family: "Playfair Display", serif;
  font-weight: bold;
}

.form-section-main h2 {
  font-family: "Playfair Display", serif;
  padding-bottom: 20px;
  font-weight: bold;
}

.form-section-main form {
  max-width: 350px;
  width: 100%;
}

.form-section-main form .form-control {
  border: 1px solid #ddd;
  border-radius: 4px;
  margin-bottom: 15px;
  background: transparent;
  color: #fff;
}

.form-section-main form .form-control::placeholder {
  color: #fff;
}

.form-section-main form .btn {
  background-color: #0047ab;
  border: none;
  padding: 10px;
}

.form-section-main form .btn:hover {
  background-color: #003580;
}

.address-section .address-wrap {
  padding-left: 10rem;
  padding-top: 6rem;
  padding-bottom: 2rem;
}

.map-location {
  padding: 40px 0px 60px 0px;
}

/*contact end*/
/*current jobs*/
.about-us-banner.current-job-banner {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

.job-post-container img {
  width: 17px;
  vertical-align: sub;
}
.job-post-container label {
	margin-right: 1rem !important;
}
.current-job-card {
  padding: 0px 60px;
}

.card {
  border-radius: 8px;
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}

.card .card-body {
  padding: 25px;
}

.current-job-card .card-heading {
  display: flex;
  align-items: flex-start;
}

.current-job-card .card-heading .card-title {
  width: 100%;
  font-family: "Playfair Display", serif;
  color: #2a81c6;
  line-height: 150%;
  font-size: 19px;
}

.current-job-card .card-heading .job-date {
  width: 10%;
  color: #000;
  font-weight: bold;
  font-size: 14px;
}

.card-title {
  font-size: 1.25rem;
}

.card-text {
  font-size: 0.95rem;
}

.pagination .page-link {
  color: #007bff;
  border-radius: 4px;
  margin: 0 2px;
}

.pagination .active .page-link {
  background-color: #007bff;
  color: white;
  border: 1px solid #007bff;
}

/*current job  end*/
/*faq start*/
.about-us-banner.faq-banner {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

.about-banner-section.faq-section {
  padding-top: 190px;
}

.faq-accordion-section {
  margin-bottom: 100px;
}

.accordion-title:before {
  float: right !important;
  font-family: FontAwesome;
  content: "\f068";
  padding-right: 5px;
}

.accordion-title.collapsed:before {
  float: right !important;
  content: "\f067";
}

.faq-accordion-section .card {
  color: #212b5f;
  font-size: 16px;
  margin-bottom: 12px;
  border: 1px solid #999999;
}

.faq-accordion-section h2 {
  font-family: "Playfair Display", serif;
  color: #212b5f;
  font-weight: bold;
  text-align: center;
  margin: 50px 0px 30px 0px;
}

.faq-accordion-section .card-header {
  padding: 1.75rem 1.25rem;
  border-radius: 6px;
}

.faq-accordion-section .card-header .card-link {
  color: #212b5f;
  font-weight: bold;
  font-size: 13.5px;
}

.faq-accordion-section h5 {
  color: #212b5f;
  font-weight: bold;
  margin-bottom: 20px;
}

.faq-accordion-section h4 {
  color: #212b5f;
  font-weight: bold;
  margin-bottom: 25px;
  margin-top: 40px;
  text-align: center;
}
.wpcf7-not-valid-tip {
    color: #070707;
}
.job-post-container label:before {
    content: "";
  background-image: url(img/career/tick.png);
  padding-right: 20px;
  background-size: cover;
  background-repeat: no-repeat;
  width: 20px;
  display: inline-block;
  height: 20px;
  position: relative;
  left: 0px;
  top: 5px;
}
/*faq end*/
/*media quary start*/
@media screen and (min-width: 320px) and (max-width: 767px) {

  .contact-text p,
  a {
    font-size: 11px;
  }

  .navbar-light .navbar-toggler {
    border: none;
  }

  .navbar {
    padding: 0;
  }

  .social-icons a {
    float: left;
    margin-top: 10px;
  }

  .social-icons .fa {
    padding-top: 8px;
  }

  .navbar-nav {
    background: #fff;
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .nav-item {
    padding-left: 20px;
    padding-bottom: 7px;
  }

  .job-card p {
    font-size: 14px;
  }

  .banner-section .banner-content {
    padding: 40px 0px;
  }

  .navbar-brand img {
    width: 140px;
    padding-left: 20px;
  }

  .banner-content h6 {
    font-size: 13px;
  }

  .banner-content h4 {
    font-size: 26px;
    padding-top: 10px;
  }

  .banner-content h1 {
    font-size: 36px;
    width: 100%;
    padding-top: 10px;
  }

  .banner-content .btn {
    padding: 8px 14px;
    font-size: 14px;
  }

  .slick-slide {
    margin: 15px 20px;
  }

  .custom-section img {
    max-width: 100%;
    padding: 15px;
  }

  .custom-content h2 {
    width: 100%;
    font-size: 30px;
  }

  .job-banner span {
    font-size: 24px;
  }

  .job-banner a {
    font-size: 24px;
  }

  .job-card {
    margin-bottom: 15px;
  }

  .job-card .btn {
    padding: 7px 10px;
  }

  .why-choose-us-wrap p {
    width: 100%;
  }

  .second-container {
    background-position: left;
    height: auto;
  }

  .dream-job-section h2 {
    width: 100%;
    font-size: 34px;
  }

  .dream-job-section p {
    width: 100%;
  }

  .testimonial-carousel {
    max-width: 500px;
    width: 95%;
  }

  .business-section {
    padding: 30px 20px;
  }

  .business-section h2 {
    font-size: 26px;
  }

  .footer .col-md-2,
  .col-md-3 {
    border: none;
  }

  .footer .row {
    border-bottom: none;
  }

  .business-content {
    z-index: auto;
  }

  .contact-div {
    text-align: left;
    padding-left: 10px;
  }

  .footer .text-right {
    text-align: left !important;
    font-size: 14px;
    margin-bottom: 15px;
  }

  .footer-second .col-md-4 {
    padding-top: 10px;
  }

  .footer .justify-content-center {
    justify-content: left !important;
  }

  .footer .pl-3 {
    padding-left: 0px !important;
  }

  .second-container .count-block-main {
    padding-left: 40px;
    padding-top: 18px;
    padding-right: 20px;
  }

  .second-container .count-block-main .count-block {
    border: none !important;
  }

  .second-container .count-block-main .count-block h5 {
    border-bottom: none;
  }

  /*  about us*/
  .about-us-banner {
    height: auto;
  }

  .about-banner-section {
    padding-top: 50px;
  }

  .about-banner-section h1 {
    font-size: 30px;
  }

  .about-banner-section p {
    font-size: 14px;
  }

  .custom-section.career-about {
    padding-bottom: 0px;
  }

  /* current jobs*/
  .current-job-card {
    padding: 0px 20px;
  }

  .current-job-card .card-heading .card-title {
    font-size: 15px;
  }

  .current-job-card .card-heading {
    display: block;
  }

  .current-job-card .card-heading .job-date {
    width: 100%;
  }

  /*  faq*/
  .card-title {
    font-size: 1rem;
  }

  .card-text {
    font-size: 0.85rem;
  }

  .pagination .page-link {
    font-size: 0.85rem;
    padding: 6px 10px;
  }

  .contact-info p {
    font-size: 14px;
  }

  .about-banner-section.faq-section {
    padding-top: 50px;
  }

  .faq-accordion-section h2 {
    font-size: 26px;
  }

  .why-choose-us-wrap.career-section .container {
    width: 90%;
    padding-top: 0px;
  }

  .about-us-banner.career-banner {
    height: auto;
  }

  .about-us-banner.career-banner .about-banner-section {
    padding-top: 50px;
  }

  .custom-section.career-about .custom-content h2 {
    font-size: 22px;
  }

  .application-process h2 {
    font-size: 1.5rem;
  }

  .about-us-banner.contact-banner {
    height: auto;
  }

  .address-section .address-wrap {
    padding-left: 0rem;
    padding-top: 2rem;
  }

  .map-location {
    padding: 40px 20px 60px 20px;
  }

  .address-section.p-5 {
    padding: 1rem !important;
  }

  .form-section-main.p-5 {
    padding: 1rem !important;
  }

  .form-section-main .form-section-wrap {
    padding-top: 1rem;
  }

  .form-section-main h2 {
    font-size: 20px;
  }

  .address-wrap h2 {
    font-size: 28px;
  }

  .form-section-main form {
    max-width: unset;
  }
}

/*media quary end*/