/* ========== About Us page CSS file last updated on 30-11-2022 [16:42 Hours] ========== */
/* ========= Banner section CSS starts here ======== */

.banner-section {
  background-image: url(https://storage.googleapis.com/patkarandsons.appspot.com/banner-img5.jpg);
  background-repeat: no-repeat;
  position: relative;
  width: 100%;
  background-position: center;
  background-size: cover;
  height: 500px;
}

@media only screen and (min-width: 321px) and (max-width: 768px) {
    .banner-section {
        height: 478px !important;
    }
}

@media only screen and (min-width: 768px) and (max-width: 1200px) {
    .banner-section {
        height: 550px !important;
    }
}

.banner-container{
    padding-left: 15px;
    padding-right: 15px;
}

/* .banner-section .banner-wrapper {
  background-image: url(https://storage.googleapis.com/patkarandsons.appspot.com/banner-img5.jpg);
  background-repeat: no-repeat;
  position: relative;
  width: 100%;
  background-position: center;
  background-size: cover;
  height: 500px;
} */

.banner-section .banner-wrapper img.banner-icon {
  height: 160px;
  margin-top: 30px;
}

.banner-section .banner-wrapper .caption-logo-text h1 {
  font-size: 51.9px;
  line-height: 1.3;
  color: #f69520;
  font-weight: 700;
  letter-spacing: 0.8px;
  padding-bottom: 25px;
  border-bottom: 4px solid #ffc878;
}

.banner-section .banner-wrapper .caption-logo-text h2 {
  color: #ffffff;
  line-height: 1.2;
  letter-spacing: 1px;
  font-size: 30px;
  font-weight: 700;
  padding-top: 5px;
}

.banner-section .banner-content {
  position: relative;
  top: 200px;
}

/* ========= Banner section CSS ends here ======== */
/* ========= Company Values section CSS begins here ======== */
.company-values-section {
  padding-top: 30px;
  padding-bottom: 60px;
  background-color: #f3f3f3;
}

.company-values-section .container-fluid {
  padding: 0px 60px 0 60px;
}

.company-values-section .section-head {
  margin-bottom: 40px;
}

.company-values-section .section-head h3 {
  font-size: 36px;
  color: #23426c;
  font-weight: 600;
  letter-spacing: -0.3px;
}

.company-values-section .section-head p {
  font-size: 17px;
  line-height: 1.5;
  letter-spacing: -0.2px;
  text-align: left;
  font-weight: 500;
  color: #071f3b;
}

.company-values-section .section-head p.para-one {
  margin-top: 30px;
  margin-bottom: 15px;
}

.company-values-section .section-head p.para-two {
  margin-top: 0;
  margin-bottom: 50px;
}

.company-values-section .aim-vision-wrapper {
  background: #ffffff;
  padding: 20px 30px 20px 30px;
  border-radius: 4px;
  transition: ease-in-out 0.4s;
  border-left: 4px solid #7a63ab;
}

.company-values-section .aim-vision-wrapper:hover {
  box-shadow: 3px 3px 8px #d3d3d3;
  transition: ease-in-out 0.25s;
}

.company-values-section .aim-vision-wrapper .icon-background {
  width: 27%;
  background: #f3f3f3;
  padding: 10px;
  border-radius: 14px;
  margin-bottom: 20px;
  transition: ease-in-out 0.25s;
}

.company-values-section .aim-vision-wrapper:hover>.icon-background {
  border-radius: 6px;
  transition: ease-in-out 0.3s;
  transform: scale(1.2);
  margin-top: 20px;
  margin-left: 10px;
}

.company-values-section .aim-vision-wrapper .icon-custom {
  height: 50px !important;
}

.company-values-section .aim-vision-wrapper h3 {
  font-weight: 600;
  margin-bottom: 15px;
  text-align: left;
  text-transform: uppercase;
  letter-spacing: 0.7px;
  color: #7a63ab;
}

.company-values-section .aim-vision-wrapper p {
  font-size: 14px;
  letter-spacing: 0.4px;
  line-height: 1.5;
  text-align: inherit;
  color: #23426c;
}

/* ========= Company Values section section CSS ends here ======== */
/* ============ About Us summary CSS begins here ============ */
.about-us-summary {
  margin: 0;
}

.about-us-summary .background-dark {
  background-color: #071f3b;
}

.about-us-summary .bg-img-block {
  background-image: url(https://storage.googleapis.com/patkarandsons.appspot.com/about-us-img1.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  width: 100%;
  height: 711px;
}

.about-us-summary .text-block {
  padding: 50px;
}

.about-us-summary .text-block h3 {
  font-size: 40px;
  font-weight: 600;
  text-transform: capitalize;
  margin-bottom: 40px;
  color: #f8f9fa !important;
}

.about-us-summary .text-block p {
  text-align: justify;
  margin-bottom: 25px;
  color: #f8f9fa !important;
  letter-spacing: 0.25px;
  line-height: 1.6;
  font-size: 15px;
}

/* ============ About Us summary CSS ends here ============ */
/* ========== Why choose us section CSS starts here ========== */
.why-choose-us {
  background-color: #fafafa;
  padding: 60px 0 60px 0;
}

.why-choose-us .container-fluid {
  padding: 0px 60px 0 60px;
}

.why-choose-us .section-head {
  margin-bottom: 40px;
}

.why-choose-us .section-head h3 {
  font-size: 36px;
  color: #23426c;
  font-weight: 600;
  letter-spacing: -0.3px;
}

.why-choose-us .section-head p {
  font-size: 17px;
  line-height: 1.5;
  letter-spacing: -0.2px;
  text-align: left;
  font-weight: 500;
  color: #071f3b;
  margin: 30px 0 50px 0;
}

.why-choose-us .benefits-wrapper {
  padding: 20px 30px 20px 30px;
  background: #f2f2f2;
  border-radius: 4px;
  border-left: 5px solid #7a63ab;
  transition: ease-in-out 0.4s;
}

.why-choose-us .benefits-wrapper .icon-background {
  width: 22%;
  background: #ffffff;
  padding: 10px;
  border-radius: 18px;
  margin-bottom: 35px;
  transition: ease-in-out 0.25s;
}

.why-choose-us .benefits-wrapper:hover>.icon-background {
  border-radius: 6px;
  transition: ease-in-out 0.3s;
  transform: scale(1.2);
  margin-top: 20px;
  margin-left: 10px;
  background: #23426c;
}

.why-choose-us .benefits-wrapper:hover {
  box-shadow: 3px 3px 8px #d3d3d3;
  transition: ease-in-out 0.25s;
}

.why-choose-us .benefits-wrapper .benefits-icon {
  height: 60px !important;
}

.why-choose-us .benefits-wrapper h4 {
  font-size: 24px;
  color: #23426c;
  margin-bottom: 20px;
  font-weight: 600;
  letter-spacing: 0.2px;
}

.why-choose-us .benefits-wrapper p {
  font-size: 16px;
  text-align: left;
  line-height: 1.5;
  letter-spacing: 0.2px;
}

/* ========== Why choose us section CSS ends here ========== */
/* =========== Our Partners section CSS starts here ============ */
.partners-section {
  /* padding-top: 30px; padding-bottom: 30px; */
  background-color: #fafafa;
}

.partners-section #partnerSectionOwlCarousel {
  margin-top: 30px;
}

.partners-section .section-header h3.section-title {
  font-weight: 500;
  letter-spacing: -0.2px;
  text-align: center;
  color: #23426c;
  font-size: 36px;
  margin: 0;
}

.partners-section .partner-logo-cards {
  transition: ease-in-out 0.2s;
}

.partners-section .partner-logo-cards img.slider-images {
  transition: ease-in-out 0.2s;
  padding: 40px;
  filter: grayscale(100%);
}

.partners-section .partner-logo-cards img.slider-images:hover,
.partners-section .partner-logo-cards img.slider-images:focus {
  filter: grayscale(0%);
  transition: ease-in-out 0.2s;
  transform: scale(1.28);
}

#partnerSectionOwlCarousel .owl-stage {
  display: flex;
  align-items: center;
}

/* =========== Our Partners section CSS ends here ============ */
/* ============== Scroll-To-Top button CSS starts here =============== */
#scroll-to-top-button {
  background-color: #6481a8;
  width: 50px;
  height: 50px;
  text-align: center;
  border-radius: 4px;
  position: fixed;
  bottom: 30px;
  right: 30px;
  transition: background-color 0.3s, opacity 0.5s, visibility 0.5s;
  z-index: 1000;
  opacity: 0;
  visibility: hidden;
  display: inline-block;
}

#scroll-to-top-button::after {
  content: "\f106";
  font-family: FontAwesome;
  font-weight: 600;
  font-style: normal;
  font-size: 2em;
  line-height: 50px;
  color: #ffffff;
}

#scroll-to-top-button:hover {
  cursor: pointer;
  background-color: #7058a3;
}

#scroll-to-top-button:active,
#scroll-to-top-button:focus {
  background-color: #37a3a0;
}

#scroll-to-top-button.show {
  opacity: 1;
  visibility: visible;
}

/* ============== Scroll-To-Top button CSS ends here =============== */