html,
body {
  overflow-x: hidden;
}

/* index */

.our-partners p {
  padding-bottom: 50px;
  font-size: 16px;
  line-height: 24px;
}

/*  */

/* FAQs - Main Banner */

.page-banner {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  max-width: 100%;
  height: 450px;
  position: relative;
}

.page-banner .page-title {
  font-size: 52px;
  line-height: 82px;
  text-transform: capitalize;
  color: #fafafa;
  position: absolute;
  top: 240px;
}



.heading.no-dash {
  padding-left: 0;
}

.heading.no-dash::before {
  display: none;
}

.heading.no-dash::after {
  display: none !important;
}

/* about-us */

.vis-mis {
  background: linear-gradient(
    180deg,
    rgba(227, 227, 227, 0) 0%,
    #f1f1f1 100%,
    #f1f1f1 100%
  );
}

/* Qatar */

.qatar-vision {
  padding: 70px 0 0 0;
}

.qatar-vision .heading {
  padding-bottom: 24px;
}

.qatar-vision-pb {
  align-items: center;
}

.qatar-vision.qatar-vision-2 {
  padding-top: 0;
}

.qatar-vision .sm-text {
  font-size: 16px;
  line-height: 26px;
}

.qatar-pillars {
  padding: 120px 0;
}

.qatar-pillars .sm-text {
  font-size: 16px;
  line-height: 26px;
}

.with-vector {
  position: relative;
  display: inline-block;
  border-radius: 5px;
}

.with-vector img {
  z-index: 2;
  position: relative;
  border-radius: 5px;
}

.with-vector::before {
  content: "";
  position: absolute;
  width: 220px;
  height: 320px;
  background-color: #dd8831;
  bottom: -20px;
  z-index: 1;
  border-radius: 5px;
}

.qatar-vision .row:nth-child(2n) {
  flex-direction: row-reverse;
}

.qatar-vision .row .with-vector::before {
  right: -20px;
}

.qatar-vision .row:nth-child(2n) .with-vector::before {
  left: -20px;
}

.qatar-vision .row:nth-child(n + 2) {
  margin-top: 80px;
}

/* our-partners  */

.our-partners-network {
  margin-top: -150px;
}

.our-partners-network h2 {
  font-size: 30px;
  line-height: 50px;
  color: #173e62;
}

.mb-min {
  padding-bottom: 0px;
}

.meet-partners .filter-tabs {
  padding-top: 48px;
}

.meet-partners .filter-tabs .sort {
  margin-left: 0;
  margin-right: 32px;
}

.our-partners-logo-section {
  padding-top: 48px;
}

.our-partners-logo {
  border: 1px solid #b79854;
  box-sizing: border-box;
  border-radius: 4px;
  margin-bottom: 30px;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 200px;
  cursor: pointer;
}

.our-partners-logo p {
  display: none;
}

.our-partners-logo:hover {
  background: #b79854;
  border-radius: 4px;
}

.our-partners-logo:hover p {
  display: block;
  font-family: 'Inter Tight', sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 12px;
  line-height: 17px;
  color: #ffffff;
  padding: 10px 15px;
  text-align: left;
}

.our-partners-logo:hover img {
  display: none;
}

.with-vector-2 {
  position: relative;
  display: inline-block;
}

.with-vector-2 img {
  z-index: 2;
  position: relative;
}

.with-vector-2::before {
  content: "";
  position: absolute;
  width: 220px;
  height: 320px;
  background-color: #b79854;
  bottom: -20px;
  z-index: 1;
  border-radius: 5px;
}

.our-partners-network .row:nth-child(2n) {
  flex-direction: row-reverse;
}

.our-partners-network .row .with-vector-2::before {
  left: -20px;
}

.our-partners-network .row:nth-child(2n) .with-vector::before {
  left: -20px;
}

.our-partners-network .row:nth-child(n + 2) {
  margin-top: 80px;
}

/* Blogs  */

.blogs-pages .row > div .blog-box {
  margin-bottom: 60px;
}

/* .blogs-pages .row > div:nth-last-child(-n + 3) .blog-box {
  margin-bottom: 0;
} */

/* Our Division - 1 */
.our-division .connect-btn {
  background: #b79854;
  border-radius: 5px;
  padding: 16px 24px;
  display: inline-block;
  font-weight: bold;
  font-size: 16px;
  line-height: 19px;
  text-transform: capitalize;
  text-decoration: none;
  color: #fff;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.our-division .connect-btn img {
  filter: brightness(0) invert(1);
}

.our-division h2 {
  padding-bottom: 20px;
}

.our-division p {
  padding-bottom: 20px;
}

.qatar-vision-pb:last-child {
  padding-bottom: 0px;
}

.our-division .row:nth-child(2n) {
  flex-direction: row-reverse;
}

.our-division .row .with-vector::before {
  left: -20px;
}

.our-division .row:nth-child(2n) .with-vector::before {
  right: -20px;
  left: auto;
}

.our-division .row:nth-child(n + 2) {
  margin-top: 80px;
}

/* Careers */

.career h3 {
  font-size: 30px;
  line-height: 42px;
  padding-bottom: 0px;
}

.career h2 span {
  color: #b79854;
}

.qv-np {
  align-items: center;
}

.career-growth {
  background-color: #173e62;
  margin-top: 20px;
}

.career-growth h2 {
  color: #fafafa;
}

.career-growth p {
  color: #fafafa;
}

.career .row:nth-child(2n + 1) {
  flex-direction: row-reverse;
}

.career .row .with-vector-2::before {
  left: -20px;
}

.career-growth .row:nth-child(2n) {
  flex-direction: row-reverse;
}

.career-growth .row .with-vector::before {
  left: -20px;
}

.career-growth .row:nth-child(2n) .with-vector::before {
  right: -20px;
  left: auto;
}

.career-growth .row:nth-child(n + 2) {
  margin-top: 80px;
}

/* --- */

.career-box {
  margin: 70px 0 100px 0;
  padding: 0 0 0 0;
}

.career-box .row {
  align-items: center;
}

.career-section-1 {
  padding: 30px 0 0 0;
}

.career-panel {
  background: #f2f2f2;
  padding: 32px 0;
  border-radius: 4px;
  width: 100%;
  text-align: center;
  display: inline-block;
  border: 2px solid #dd8831;
  margin-top: 30px;
}

.career-panel:hover {
  background-color: #dd8831;
  color: #fff;
}

.career-box .career-section-1 .career-panel .title-1 {
  text-decoration: none;
}

.career-box .career-section-1 .career-panel .title-2 {
  text-decoration: none;
}

.career-box p {
  font-size: 16px;
  line-height: 26px;
  padding: 0 70px;
  margin-bottom: 10px;
}

.career-panel h3 {
  font-size: 24px;
  line-height: 33px;
  color: #231f20;
  margin-bottom: 5px;
}

.career-panel h6 {
  font-size: 12px;
  line-height: 15px;
  color: #5f5f5f;
}

.career-panel h6 span {
  width: 3px;
  height: 3px;
  display: inline-block;
  border-radius: 100%;
  background-color: #5f5f5f;
  line-height: 3px;
  margin: 0 3px;
}

.career-panel:hover h3 {
  color: #fff;
}

.career-panel:hover h6 {
  color: #fff;
}

.career-panel:hover h6 span {
  background-color: #fff;
}


/*  */





.cv-form h3 {
  font-family: 'Inter Tight', sans-serif;;
  font-style: normal;
  font-weight: normal;
  font-size: 18px;
  line-height: 25px;
  color: #231f20;
}

.cv-form .form-group {
  margin-top: 30px;
}

.cv-form .form-control {
  padding: 16px 24px;
  font-size: 14px;
  line-height: 22px;
  background: #e5e2ed;
  width: 100%;
  height: 100%;
}

.file-upload-wrapper {
  position: relative;
}

.file-upload-wrapper:after {
  content: attr(data-text);
  position: absolute;
  top: 0;
  right: 0;
  background: #fff;
  display: block;
  pointer-events: none;
  width: calc(100% - 86px);
  z-index: 20;
  color: #454545;
  padding: 12px 16px;
  font-size: 14px;
  line-height: 22px;
  background: #e5e2ed;
  border-radius: 0 0.2rem 0.2rem 0;
  height: 50px;
}

.file-upload-wrapper:before {
  content: "Browse";
  position: absolute;
  top: 0;
  left: 0;
  display: inline-block;
  z-index: 25;
  padding: 15px 15px;
  pointer-events: none;
  border-radius: 5px 0 0 5px;
  background: #dd8831;
  font-family: 'Inter Tight', sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 22px;
  text-align: center;
  color: #ffffff;
  height: 50px;
}

.file-upload-wrapper input {
  opacity: 0;
  z-index: 99;
  height: 40px;
  margin: 0;
  padding: 0;
  display: block;
  cursor: pointer;
  width: 100%;
  height: 50px;
}

.cv-form.form-group .textarea-control {
  width: 100%;
  height: 200px;
  padding: 12px 16px;
  font-size: 14px;
  line-height: 22px;
  color: #231f20;
  border: none;
}

.cv-row-3 {
  margin-top: 30px;
  margin-bottom: 60px;
}


.cv-form .send {
  padding: 12px 24px;
  background-color: #dd8831;
  display: inline-block;
  border: none;
  color: #fff;
  margin-top: 40px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  border: 2px solid #dd8831;
  border-radius: 4px;
  width: 100%;
  font-weight: bold;
}


.form-check {
  padding-left: 0;
}

.form-check .wpcf7-list-item {
  margin: 0;
}

.page-template-page-cv .footer-strip {
  margin-top: 50px;
}

.banner-slide .slick-dots{
  bottom: 36px;
}

.banner-slide .slick-dots li.slick-active button:before{
  color: #dd8831;
}

.banner-slide .slick-dots li button::before{
  font-size: 16px;
  color: #fff;
  opacity: 1;
}

.page-template-front-page .blogs {
  padding: 30px 0px 140px 0px; 
}


.tagline {
  color: #fff;
  font-size: 16px;
  width: 100%;
  text-align: left;
  margin-top: 32px;
  /* margin-left: -18px; */
}

.tagline-certified{
  color: #fff;
  font-size: 16px;
  width: 105%;
  text-align: left;
  margin-top: 20px;

  margin-left: -16px;
}

.footer-logo-certified {
  display: block;
  margin-top: 20px;
}
.tagline-certified a {
  color: #fff;
}

footer .footer-padding-box {
  width: 100%;
  padding-left: 36px;
}

.footer-padding-right {
  display: flex;
}