/* Header Starts */

.main_header {
  background-image: url(../images/about-us/main-header-bg.webp);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  margin-top: 105px;
  box-shadow: inset 0 0 0 2000px rgba(40, 52, 98, 0.7);
  padding-top: 210px;
  padding-bottom: 170px;
}

/* Header Ends */

/* About Company Starts */

.about_company_section {
  padding-top: 100px;
  padding-bottom: 65px;
  background-image: url(../images/home-page/about-company-bg.webp);
  background-size: cover;
  background-repeat: no-repeat;
}

.about_company_section .about_company_top_title {
  display: flex;
  align-items: center;
  justify-self: center;
  flex-direction: column;
}

.about_company_section .about_company_top_title .title-border h5 {
  width: 100%;
}

.about_company_section .about_company_top_title h1 {
  color: var(--main-color);
  padding-top: 10px;
  padding-bottom: 50px;
  margin: 0;
  text-align: center;
}

.about_company_section .about_company_top_title h3 {
  padding-bottom: 20px;
  margin: 0;
  color: var(--black-color);
  font-size: 1.5rem;
  text-align: center;
}

.about_company_section .about_company_top_title p {
  color: var(--gray-color);
  text-align: center;
  padding-bottom: 30px;
  margin: 0;
  text-align: center;
  width: 60%;
}

.about_company_section .about_company_section_content .about_company_card_content {
  padding-top: 30px;
}

.about_company_section .about_company_section_content .about_company_card_content .about_company_card_title {
  display: flex;
  align-items: center;
  width: 100%;
  border-bottom: 1px solid var(--light-white-color);
  margin-bottom: 10px;
}

.about_company_section .about_company_section_content .accordion{
  min-height: 432px;
  height: auto;
}

.about_company_section .about_company_section_content .accordion-item {
  border: none;
}

.about_company_section .about_company_section_content .accordion-button {
  color: var(--main-color);
  font-size: 1.25rem;
  font-weight: 700;
  border: none;
}

.about_company_section .about_company_section_content .accordion-button:not(.collapsed) {
  background-color: transparent;
}

.about_company_section .about_company_section_content .about_company_card_content .about_company_card_title i {
  color: var(--secondary-color);
  font-weight: 700;
  font-size: 1.25rem;
}

.about_company_section .about_company_section_content .accordion-body {
  color: var(--gray-color);
  margin-bottom: 0;
  overflow: hidden;
  text-overflow: ellipsis;
}

.about_company_section .about_company_section_content .button-div {
  margin-top: 40px;
}

/* .about_company_section .about_company_section_content .about_company_ticket {
  background-color: var(--yello-color);
} */

.about_company_section .about_company_section_content .about_company_ticket .about_company_ticket_title {
  padding: 15px;
}

.about_company_section .about_company_section_content .about_company_ticket .about_company_ticket_title h4 {
  text-align: center;
  margin: 0;
  color: var(--white-color);
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}

.about_company_section .about_company_section_content .about_company_ticket hr {
  opacity: 1;
  color: var(--white-color);
  height: 2px;
  margin: 0;
}

.about_company_section .about_company_section_content .about_company_ticket .about_company_ticket_content {
  padding: 15px 20px 50px 20px;
}

.about_company_section .about_company_section_content .about_company_ticket .about_company_ticket_content p {
  color: var(--white-color);
  margin: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
}

.about_company_ticket {
  height: 100%;
  min-height: fit-content;
  position: relative;
}

.ticket-wrapper {
  height: 100%;
  padding-bottom: 30px;
}

.about_company_section .about_company_section_content .about_company_ticket .about_company_ticket_content p span {
  font-weight: 700;
}

.about_company_ticket:after {
  content: '';
  background-color: var(--white-color);
  position: absolute;
  display: block;
  width: 100px;
  bottom: -5px;
  left: 50%;
  transform: rotate(180deg);
  margin-left: -50px;
  height: 50px;
  border-radius: 0 0 50px 50px;
}

/* About Company Ends */

/* Our Team Starts */

.our_team {
  background-color: var(--main-color);
  background-image: url(../images/about-us/our-team-bg.webp);
  background-repeat: no-repeat;
  padding-top: 100px;
  padding-bottom: 80px;
}

.our_team .our_team_image_section {
  display: flex;
  justify-content: space-between;
}

.our_team .our_team_image_section .social_icons {
  display: inline-grid;
  position: relative;
  right: 28px;
  top: -80px;
}

.our_team .our_team_image_section .social_icons a {
  padding-top: 50px;
  transition: 0.3s all ease-in-out;
}

.our_team .our_team_image_section .social_icons a i {
  color: var(--black-color);
  background-color: var(--white-color);
  font-size: 30px;
  padding: 10px;
  border-radius: 50%;
}

.our_team .our_team_image_section .social_icons a:hover i {
  color: var(--white-color);
  background-color: var(--secondary-color);
  transition: 0.3s all ease-in-out;
}

.our_team .our_team_image_section h4 {
  margin: 0;
  padding-top: 23px;
  padding-bottom: 10px;
  color: var(--white-color);
  font-size: 1.375rem;
  font-weight: 700;
}

.our_team .our_team_image_section h5 {
  margin: 0;
  color: var(--secondary-color);
  /* font-size: 1.125rem; */
  font-weight: 700;
}

.our_team .our_team_content .our_team_title .title-border-white h5 {
  text-align: left;
  width: 60%;
  margin-left: 0;
}

.our_team .our_team_content .our_team_title .title-border-white h1 {
  color: var(--white-color);
  padding-top: 10px;
  padding-bottom: 16px;
  margin: 0;
}

.our_team .our_team_content .our_team_title .title-border-white p {
  color: var(--white-color);
  /* font-size: 1rem; */
  padding-bottom: 40px;
  margin: 0;
}

.our_team .our_team_content .our_team_box .yello_box {
  background: var(--yello-color);
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 30px;
  opacity: 1;
  position: relative;
  width: 82px;
  height: 82px;
  cursor: pointer;
}

.our_team .our_team_content .our_team_box .cyen_box {
  background: var(--cyen-color);
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 20px;
  opacity: 1;
  position: relative;
  width: 82px;
  height: 82px;
  cursor: pointer;
  /* margin-top: 108px; */
}

.our_team .our_team_content .our_team_box .yello_box i,
.our_team .our_team_content .our_team_box .cyen_box i {
  color: var(--white-color);
  font-size: 2.5rem;
}

.our_team .our_team_content .our_team_box .yello_box:hover:before,
.our_team .our_team_content .our_team_box .cyen_box:hover:before {
  left: -5px;
  top: -5px;
  transition: 0.3s ease-in-out;
}

.our_team .our_team_content .our_team_box .yello_box:before,
.our_team .our_team_content .our_team_box .cyen_box:before {
  border: 1px dashed var(--white-color);
  content: "";
  height: 100%;
  left: 5px;
  position: absolute;
  top: 5px;
  transition: 0.3s ease-in-out;
  width: 100%;
}

.our_team .our_team_content .our_team_box .yello_box_content {
  padding-left: 30px;
}

.our_team .our_team_content .our_team_box .yello_box_content h5 {
  color: var(--white-color);
  font-size: 1.25rem;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  /* 24px */
  margin: 0;
  padding-bottom: 5px;
  margin: 0;
}

.our_team .our_team_content .our_team_box .yello_box_content p {
  color: var(--white-color);
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  /* 24px */
  margin: 0;
  margin-bottom: 30px;
}

.our_team .our_team_image_section h4 {
  padding-top: 10px !important;
}

/* Our Team Ends */

/* Bridge Section Starts */

.bridge-about-us {
  margin-bottom: -140px;
}

.bridge-section-about-us {
  top: 0;
  padding-top: 100px;
}

/* Bridge Section Ends */

/* FAQ Starts */

.faq_genral_qus {
  padding-top: 100px;
  /* padding-bottom: 100px; */
}

.faq_genral_qus .general_qus h4 {
  color: var(--main-color);
  /* font-size: 1.5rem; */
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  margin: 0;
  padding-bottom: 50px;
}

.faq_genral_qus .general_qus .qustions .accordion-item {
  border: none;
  padding-bottom: 20px;
}

.faq_genral_qus .general_qus .qustions .accordion-button:not(.collapsed) {
  box-shadow: none;
}

.faq_genral_qus .general_qus .qustions .accordion-item .accordion-button {
  border-radius: 10px;
  background: var(--light-white-color);
  border: none;
  color: var(--black-color);
  font-size: 1.25rem;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  padding: 25px 20px 20px 20px;
}

.faq_genral_qus .general_qus .qustions .accordion-button:not(.collapsed) {
  color: var(--secondary-color);
  border-bottom-left-radius: 0px;
  border-bottom-right-radius: 0px;
}

.faq_genral_qus .general_qus .qustions .accordion-body {
  background-color: var(--light-white-color);
  color: var(--gray-color);
  font-size: 1rem;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  padding: 0px 20px 25px 20px;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
}

.faq_genral_qus .general_qus .qustions .accordion-button::after {
  background-image: url(../images/about-us/blue-down-plane.svg);
}

.faq_genral_qus .general_qus .qustions .accordion-button:not(.collapsed)::after {
  background-image: url(../images/home-page/contact-us-down-plane.svg);
}

.accordion-button:focus {
  box-shadow: none;
}

.faq_genral_qus .faq_section .faq_title .title-border h5 {
  text-align: left;
  margin-left: 0;
  width: 70%;
}

.faq_genral_qus .faq_section .faq_title .title-border h1 {
  color: var(--main-color);
  padding-top: 10px;
  padding-bottom: 20px;
  margin: 0;
}

.faq_genral_qus .faq_section .faq_title .title-border p {
  margin: 0;
  color: var(--gray-color);
  /* font-size: 1rem; */
  padding-bottom: 20px;
}

#secound {
  display: flex;
  align-items: center;
  justify-content: center;
}


/* FAQ Ends */