.elementor-element.elementor-element-574a78f.e-flex.e-con-boxed.e-con.e-parent {
  height: 575px;
}

/* INNER_PAGE_BANNER_DESIGN_CSS_START
=================================================================*/

.banner-outer-section {
  height: 300px;
  position: relative;
}

.banner-outer-section::before {
  position: absolute;
  content: "";
  width: 35%;
  height: 300px;
  /* background-image: url(../images/banner-image-overlay.svg); */
  background-image: url(../images/banner-image-overlay-transparent.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  right: 0;
  bottom: 0;
  transition: 0.5s ease;
  -webkit-transition: 0.5s ease;
}

body.page-template-default.page.page-id-933 .banner-outer-section::before {
  display: none;
}

.banner-outer-section .tt-pagetitle,
.banner-outer-section .tt-pagetitle__box,
.banner-outer-section .banner-inner-section {
  height: 100%;
  display: block;
}

.banner-outer-section img {
  height: 100%;
  object-fit: cover;
  object-position: top;
}

.common-banner-title {
  position: absolute;
  z-index: 9;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  width: 100%;
  z-index: 0;
}

.tt-pagetitle__title.sing h1,
.tt-pagetitle__title.sing,
.tt-pagetitle__title h1,
.tt-pagetitle__title {
  text-transform: initial;
  color: #fff !important;
  font-weight: 400 !important;
  font-size: 52px;
  text-align: right;
  width: fit-content;
  position: relative;
}

.tt-pagetitle__title.sing h1,
.tt-pagetitle__title h1 {
  padding: 0;
  position: relative;
}

.common-banner-title .container {
  width: 60%;
  max-width: 100% !important;
  padding: 0 100px;
  text-align: right !important;
  display: flex;
  justify-content: flex-end;
  margin: 0 0 0 auto;
}

/* INNER_PAGE_BANNER_DESIGN_CSS_END
=================================================================*/

/* === BLOG_PAGE_CSS ===
================================================= */

.blog-outer .blog_post-archive-outer {
  display: flex;
  flex-wrap: wrap;
}

.blog-post-common .our-news-content.blog_post-outer.grid {
  display: block;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 30px;
  row-gap: 60px;
  /* column-count: 2; */
  /* -webkit-column-count: 2; */
  width: 70%;
  margin: 0 0 !important;
  padding: 0 10px;
}
.blog-inner.blog-single-inner.inner-post-parent
  .single-blog-content.inner-blog-parent.main-blog
  hr {
  height: 1px;
  width: 100%;
  border-color: #eee;
}

.blog-post-common .our-news-content.blog_post-outer.grid .grid-item {
  float: left;
  width: 44%;
  padding: 0px;
  /* margin-bottom: 40px; */
  margin: 0 10px 30px;
  box-shadow: 0px 0px 15px 0px #00000017;
  background-color: #fff;
  padding: 15px;
}
.home_blog_post_post_image {
  padding-bottom: 54%;
  position: relative;
}

.home_blog_post_post_image img {
  width: 100%;
  height: 170px;
  object-fit: cover;
  position: absolute;
}
.featured-image-single {
  padding-bottom: 54%;
  position: relative;
}
.featured-image-single img {
  position: absolute;
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.home_blog_post_post_title.post-content-parent a.common-btn {
  color: transparent;
  font-weight: 600;
  position: relative;
}

.home_blog_post_post_title.post-content-parent a.common-btn:before {
  position: absolute;
  content: "";
  right: 66px;
  top: -2px;
  background-image: url(../images/bttn.png);
  background-repeat: no-repeat;
  background-size: contain;
  width: 32px;
  height: 32px;
  transition: 0.5s;
}

.home_blog_post_post_title.post-content-parent a.common-btn:hover:before {
  right: -10px;
}

.home_blog_post_post_title.post-content-parent a.common-btn:after {
  position: absolute;
  content: "";
  background-image: url(../images/bttn-one.png);
  background-repeat: no-repeat;
  background-size: contain;
  z-index: 99;
  width: 78px;
  transition: 0.5s;
  height: 17px;
  left: auto;
  top: 9px;
  right: 0;
}

/* === BLOG_PAGE_SIDEBAR_CSS ====================================== */

.inner-blog-sidebar {
  width: 29.5%;
}

.category-sidebar.sidebar-box h3 {
  margin-top: 0;
  margin-bottom: 40px !important;
  position: relative;
  z-index: 9;
  color: #fff;
}

.category-sidebar.sidebar-box h3::before {
  position: absolute;
  content: "";
  background-image: url(../images/line-white.png);
  background-repeat: no-repeat;
  background-size: contain;
  width: 100px;
  height: 3px;
  left: 0px;
  bottom: -18px;
}

.category-sidebar.sidebar-box {
  padding: 30px;
  background-color: #e78b48;
  position: relative;
  border-right: 30px solid #d17a23;
  border-bottom: 30px solid #d17a23;
}

.category-sidebar.sidebar-box::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  background-image: url(../images/const.png);
  background-position: 32% 7%;
  background-size: cover;
  top: 0;
  left: 0;
  opacity: 0.1;
  background-repeat: no-repeat;
}

.category-sidebar.sidebar-box ul li a,
.date-filter.sidebar-box ul li a {
  display: block;
  color: #fff;
  text-transform: capitalize;
}

.category-sidebar.sidebar-box ul li a:hover,
.date-filter.sidebar-box ul li a:hover {
  color: #000;
}

.popular-recent.sidebar-box {
  margin-top: 30px;
  padding: 40px 30px 30px 30px;
  background-color: #067585;
  position: relative;
  border-right: 30px solid #7eaeaa;
  border-bottom: 30px solid #7eaeaa;
}

.popular-recent.sidebar-box::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  background-image: url(../images/news-blog.jpeg);
  background-position: 75% 0%;
  background-size: cover;
  top: 0;
  left: 0;
  opacity: 0.2;
  background-repeat: no-repeat;
}

.popular-recent.sidebar-box .tabs {
  display: flex;
  /* border: 1px solid #686868; */
  border-radius: 50px;
  padding: 0;
  z-index: 9;
  position: relative;
  justify-content: space-around;
  background: #fff;
}

.popular-recent.sidebar-box .tabs .tab1,
.popular-recent.sidebar-box .tabs .tab2 {
  padding: 5px 14px;
  background: transparent;
  border-radius: 50px;
  width: 50%;
  text-align: center;
  cursor: pointer;
  transition: 0.5s ease-in-out;
  -webkit-transition: 0.5s ease-in-out;
  font-weight: 500 !important;
  border: 3px solid #fff;
}

.popular-recent.sidebar-box .tabs .tab1.active,
.popular-recent.sidebar-box .tabs .tab2.active {
  background: #317383;
  border-radius: 50px;
  color: #fff;
  transition: 0.5s ease-in-out;
  -webkit-transition: 0.5s ease-in-out;
  border: 3px solid #fff;
}

.category-sidebar.sidebar-box ul li,
.date-filter.sidebar-box ul li {
  /* background: #fff; */
  /* padding: 10px 10px 10px 22px; */
  position: relative;
}

/* .category-sidebar.sidebar-box ul li::before,
.date-filter.sidebar-box ul li::before {
    position: absolute;
    content: "";
    display: inline-block;
    top: 3px !important;
    margin-left: -28px;
    margin-top: 4px;
    background-image: url(../images/ul-icon.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    width: 15px;
    height: 17px;
    transition: 0.5s ease-in-out;
    -webkit-transition: 0.5s ease-in-out;
} */

.recent-posts.sidebar-box.tab-content li::before,
.popular-posts.sidebar-box.tab-content li::before {
  display: none;
}

.sidebar-box.tab-content ul li:last-child {
  border-bottom: none;
}

.sidebar-box.tab-content ul li {
  padding: 10px 10px 16px 10px;
  border-bottom: 1px solid #ffffff69;
}

.sidebar-box.tab-content ul li a {
  display: block;
  color: #fff;
}

.sidebar-box.tab-content ul li a:hover {
  color: #f58634;
  text-decoration: underline !important;
  transition: 0.5s ease;
  -webkit-transition: 0.5s ease;
}

.home_blog_post_post_title.post-content-parent span.post-date {
  padding: 8px 10px;
  color: #f58634;
  width: 100% !important;
  display: block;
  text-align: center;
}
.common-outer.blog-post-common.test-blog
  .blog_post-archive-outer
  .blog-post-parent
  .home_blog_post_post_title.post-content-parent
  h5 {
  margin-top: 15px;
}

.single-project .banner-outer-section:before,
.single-post .banner-outer-section:before {
  position: absolute;
  content: "";
  width: 123%;
  height: 300px;
  background-image: url(../images/banner-image-overlay.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  right: 0;
  bottom: 0;
  transition: 0.5s ease;
  -webkit-transition: 0.5s ease;
  opacity: 0.7;
}
.single-project .banner-outer-section:before {
  width: 0px;
}
.single-project .banner-outer-section .container,
.single-post .banner-outer-section .container {
  width: 100%;
  padding: 0px 10px 0px 10px;
  justify-content: center;
}

.single-project .banner-outer-section .container h1,
.single-post .banner-outer-section .container h1 {
  text-align: center;
}
.expertise-divider .e-con-inner {
  max-width: 88% !important;
}
/* .expertise-projects-content {
    background-color: #f3f3f7 !important;
} */
/* .about-expertise-content, .expertise-projects-content {
    padding: 0px 30px !important;
} */

.blog-post-common .pagination-outer {
  margin-top: 30px;
  width: 100%;
  float: left;
  text-align: center;
  display: flex;
  align-items: center;
  column-gap: 10px;
  justify-content: center;
}

.pagination-outer .page-numbers.current {
  background-color: #f58634;
  color: #fff;
  border-radius: 50px;
}

.pagination-outer a.page-numbers {
  border: 1px solid #f58634;
  border-radius: 50px;
  color: #000;
}

.pagination-outer .page-numbers {
  /* padding: 6px 12px; */
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.pagination-outer a.next.page-numbers {
  font-size: 4px !important;
  color: transparent;
  border: 1px solid transparent;
  position: relative;
}

.pagination-outer a.page-numbers {
  border: 1px solid #f58634;
  border-radius: 50px;
}
.pagination-outer a.page-numbers:hover {
  background-color: #f58634;
  color: #fff;
}

.pagination-outer a.next.page-numbers::before {
  background: #f58634;
  width: 40px;
  height: 38px;
  z-index: 0;
  position: absolute;
  content: "";
  left: 0px;
  top: 0;
  background-image: url(../images/down-arrow.svg);
  transform: rotate(0deg);
  background-position: center;
  background-size: 21px;
  border-radius: 50px;
  background-repeat: no-repeat;
}

.pagination-outer a.prev.page-numbers {
  font-size: 3px !important;
  color: transparent;
  border: 1px solid transparent;
  position: relative;
  top: -1px;
}

.pagination-outer a.prev.page-numbers::before {
  background: #f58634;
  width: 40px;
  height: 38px;
  z-index: 0;
  position: absolute;
  content: "";
  left: 0px;
  top: 0;
  background-image: url(../images/down-arrow.svg);
  transform: rotate(180deg);
  background-position: center;
  background-size: 21px;
  border-radius: 50px;
  background-repeat: no-repeat;
}

.pagination-outer .page-numbers.current {
  padding: 6px 15px !important;
  top: 1px;
  position: relative;
}

@media (min-width: 1500px) {
  .pagination-outer .page-numbers.current {
    top: 1px;
  }
}

/* === BLOG_PAGE_CSS ===
================================================= */

/* === BLOG_INNER_PAGE_CSS ===
================================================= */

.blog-inner.blog-single-inner.inner-post-parent {
  display: flex;
  column-gap: 40px;
}

.blog-inner.blog-single-inner.inner-post-parent
  .single-blog-content.inner-blog-parent {
  width: 70%;
}

/* .blog-inner.blog-single-inner.inner-post-parent .featured-image-single img {
    width: 50%;
    float: right;
    margin: 0 0 40px 40px;
} */

.date-filter.sidebar-box {
  padding: 30px;
  background-color: #067585;
  position: relative;
  border-right: 30px solid #7eaeaa;
  border-bottom: 30px solid #7eaeaa;
  margin-top: 30px;
}

.date-filter.sidebar-box::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  background-image: url(../images/overlay-image.svg);
  background-position: -88% 38%;
  background-size: 328%;
  top: 0;
  left: 0;
  opacity: 0.3;
}

.date-filter.sidebar-box h3 {
  margin-top: 0;
  margin-bottom: 40px !important;
  position: relative;
  z-index: 9;
  color: #fff;
}

.date-filter.sidebar-box h3::before {
  position: absolute;
  content: "";
  background-image: url(../images/drives.svg);
  background-repeat: no-repeat;
  background-size: contain;
  width: 100px;
  height: 3px;
  left: 0px;
  bottom: -18px;
}

.post-back-btn-inner.common-btn {
  text-align: center;
  display: flex;
  width: 100%;
  justify-content: center;
  margin-top: 40px;
}

a.btn-menu,
.btn-menu a {
  border: 1px solid #000;
  width: fit-content;
  display: flex;
  height: fit-content;
  align-items: center;
  justify-content: center;
  /* margin-top: 80px; */
  font-size: 14px;
  border-radius: 5px;
  transition: 0.5s;
  text-transform: uppercase;
  padding: 17px 40px;
  font-weight: 500 !important;
  letter-spacing: 2px;
  color: #000 !important;
  background-color: transparent !important;
}

.bttn a {
  border: 0px solid #000 !important;
  width: fit-content;
  display: flex;
  height: fit-content;
  align-items: center;
  justify-content: center;
  /* margin-top: 80px; */
  font-size: 14px;
  border-radius: 5px;
  transition: 0.5s;
  text-transform: uppercase;
  padding: 20px 40px;
  font-weight: 500 !important;
  letter-spacing: 2px;
  color: #000 !important;
  background-color: transparent !important;
}

.bttn a:hover {
  background-color: #808080 !important;
  border: 0px solid #808080 !important;
  color: #fff !important;
  border: 0px;
}

a.btn-menu:hover,
.btn-menu a:hover {
  background-color: #808080 !important;
  border: 1px solid #808080 !important;
  color: #fff !important;
  border: 0px;
}

.btn-menu-2 a {
  border: 1px solid #ff7c30;
  width: fit-content;
  display: flex;
  height: fit-content;
  align-items: center;
  justify-content: center;
  /* margin-top: 80px; */
  font-size: 14px;
  border-radius: 5px;
  transition: 0.5s;
  text-transform: uppercase;
  padding: 17px 40px;
  font-weight: 500 !important;
  letter-spacing: 2px;
  color: #fff !important;
  background-color: #ff7c30 !important;
}

.btn-menu-2 a:hover {
  background-color: #808080 !important;
  border: 1px solid #808080 !important;
  color: #fff !important;
  border: 0px;
}

/* === BLOG_INNER_PAGE_CSS ===
================================================= */

/* === Expertise_PAGE_CSS ===
================================================= */
.about-expertise-content h4,
.expertise-projects-content h3 {
  text-align: center !important;
  margin-top: 0px !important;
  margin-bottom: 40px !important;
}

/* .expertise-projects-content h5 strong {
    color: #067585 !important;
} */

body.page-template-default.page.page-id-491 .common-outer {
  padding: 0px 0 0;
}

.secondary-menu .e-con-inner {
  width: 100% !important;
  max-width: 100% !important;
  background: #f58634;
  column-gap: 40px !important;
}

.secondary-menu .e-con-inner a.elementor-button {
  background: transparent;
  padding-top: 30px;
  padding-bottom: 30px;
  font-size: 16px;
  padding-right: 40px;
  position: relative;
  font-weight: 600;
  transition: 0.5s ease;
  -webkit-transition: 0.5s ease;
  color: #fff;
  line-height: 17px;
  /* width: 100%; */
}
/* .secondary-menu .expertise-tab {
    width: 100%;
} */

.secondary-menu .e-con-inner a.elementor-button::before {
  position: absolute;
  content: "";
  width: 20px;
  height: 20px;
  background-image: url(../images/sec-menu-arrow.svg);
  background-repeat: no-repeat;
  background-size: contain;
  right: 10px;
  top: 28px;
  background-position: center;
  transition: 0.5s ease;
  -webkit-transition: 0.5s ease;
  filter: invert(1);
}

.secondary-menu .e-con-inner a.elementor-button:hover {
  color: #000;
}

.secondary-menu .e-con-inner a.elementor-button:hover::before {
  filter: invert(0);
  transform: rotate(90deg);
  transition: 0.5s ease;
  -webkit-transition: 0.5s ease;
}

.secondary-menu .e-con-inner a.elementor-button:focus {
  color: #fff;
}

.expertise-client-logo .e-con-inner {
  max-width: 100% !important;
  padding: 60px 100px !important;
}

.expertise-client-logo .e-con-inner .item {
  text-align: center;
}

.expertise-client-logo {
  margin-top: 40px !important;
}
.page-id-491 .common-outer {
  padding: 0px !important;
}

/* .expertise-projects-content h4 {
    display: inline-block;.expertise-client-logo {
    margin-top: 40px;
}
}

.expertise-projects-content h5 {
    display: inline-block;
} */

/* === Expertise_PAGE_CSS ===
================================================= */

/* === TEAM_PAGE_CSS ===
================================================= */

.team-parent {
  display: flex;
  flex-wrap: wrap;
  gap: 52px;
  padding: 60px 0px;
  justify-content: center;
}

.team-child {
  display: flex;
  flex-direction: column-reverse;
  width: 30%;
  overflow: hidden;
  position: relative;
  justify-content: center;
  height: auto;
}

.team-child a {
  height: 100%;
}

.team-image-parent {
  /* height: 550px;
    overflow: hidden; */

  height: 100%;
  overflow: hidden;
  width: 100%;
}

.team-image-parent img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.team-child::before {
  position: absolute;
  content: "";
  /* background: #224252; */
  z-index: 99;
  bottom: -2px;
  left: 0;
  background-image: url(../images/team-image-overlay.svg);
  background-repeat: no-repeat;
  background-position: top;
  background-size: cover;
  transition: 0.5s ease;
  -webkit-transition: 0.5s ease;
  height: 188px;
  width: 123%;
  opacity: 0.9;
}

.team-child:hover::before {
  border-radius: 0;
  /* transform: skew(0deg, 0deg); */
  bottom: 0;
  width: 100%;
  height: 250%;
  /* background: #224252de; */
  transition: 0.5s ease;
  -webkit-transition: 0.5s ease;
  background-image: url(../images/team-image-overlay.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  opacity: 0.9;
  bottom: -2px;
}

.team-content-parent {
  position: absolute;
  z-index: 999;
  padding: 20px;
  bottom: 0px;
  transition: 0.5s ease;
  -webkit-transition: 0.5s ease;
}

.team-content-parent h3 {
  font-weight: 500 !important;
  text-transform: uppercase;
  font-size: 24px;
  color: #fff;
  margin-bottom: 10px;
}

.team-content-parent p.team-designation {
  font-size: 15px;
  color: #fff;
  font-weight: 500 !important;
  text-transform: uppercase;
  display: block;
}

.team-content-parent p {
  /* opacity: 0; */
  display: none;
  color: #fff;
}
.team-content-parent .short-description a {
  color: #f58634;
  font-size: 13px;
}

.team-content-parent p.common-btn {
  color: transparent;
  position: relative;
  margin-top: 35px !important;
  display: none;
  opacity: 1;
}

.team-content-parent p.common-btn:after {
  position: absolute;
  content: "";
  background-image: url(../images/bttn-one.png);
  background-repeat: no-repeat;
  background-size: contain;
  z-index: 99;
  width: 78px;
  transition: 0.5s;
  height: 17px;
  left: auto;
  top: 9px;
  left: 20px;
}

.team-content-parent p.common-btn::before {
  position: absolute;
  content: "";
  left: 0px;
  top: -2px;
  background-image: url(../images/bttn.png);
  background-repeat: no-repeat;
  background-size: contain;
  width: 32px;
  height: 32px;
  transition: 0.5s;
}

.team-content-parent p.common-btn:hover:before {
  left: 80px;
}
.team-child:hover .team-content-parent p.common-btn {
  opacity: 1;
  display: block;
}
/* .team-child a {
  display: block;
  height: 100%;
} */

.team-child:hover .team-content-parent {
  bottom: 0;
  height: 100%;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  flex-direction: column;
  justify-content: flex-end;
  transition: 0.5s ease;
  -webkit-transition: 0.5s ease;
}

.team-child:hover .team-content-parent p.team-designation {
  margin-bottom: 35px !important;
}

.team-child:hover .team-content-parent p {
  display: block;
  font-size: 13px !important;
}

@media (max-width: 400px) {
	.team-child:hover .team-content-parent p {
  font-size: 10px !important;
}
}

@media (min-width: 1500px) {
  .team-child {
    width: 30.3%;
  }

  .team-parent {
    justify-content: center;
  }
}

/* === TEAM_PAGE_CSS ===
================================================= */

.join-btn-parent {
  display: flex;
  justify-content: center;
  padding-bottom: 60px;
}

/* TEAM-INNER-PAGE */
.featured-image-single ol li {
  color: var(--grey) !important;
}
.common-outer.blog.blog-single-outer .team-single {
  position: relative;
  flex-wrap: wrap;
  justify-content: space-between;
}
.common-outer.blog.blog-single-outer .team-single .team-image-parent:before {
  position: absolute;
  content: "";
  background-color: #f3f3f7;
  width: 112%;
  height: 100%;
  left: -79px;
  top: 99px;
  overflow: auto;
}
.common-outer.blog.blog-single-outer .team-single .team-image-parent {
  width: 30%;
  z-index: 99;
  overflow: unset;
  position: relative;
}
.common-outer.blog.blog-single-outer
  .team-single
  .team-image-parent
  .second-inner-child {
  position: relative;
  width: 79%;
}
.common-outer.blog.blog-single-outer
  .team-single
  .team-image-parent
  .second-inner-child
  .accordion-title:before,
.common-outer.blog.blog-single-outer
  .team-single
  .team-image-parent
  .second-inner-child
  .accordion-title:after {
  display: none;
}
.common-outer.blog.blog-single-outer .team-single .team-image-parent .content {
  padding-top: 40px;
  padding-bottom: 50px;
}
.common-outer.blog.blog-single-outer
  .team-single
  .team-image-parent
  .content
  a {
  padding-left: 30px;
  color: #000;
  position: relative;
  font-size: 16px;
  text-wrap: nowrap;
  overflow-wrap: break-word;
  word-wrap: break-word;
  word-break: break-all;
  word-break: break-word;
  hyphens: auto;
  white-space: normal;
}
.common-outer.blog.blog-single-outer
  .team-single
  .team-image-parent
  .content
  a.linkedin {
  margin-top: 15px !important;
  display: block;
  padding: 0px;
}
.common-outer.blog.blog-single-outer
  .team-single
  .team-image-parent
  .content
  a.linkedin
  i:hover {
  background: #256077;
}
.common-outer.blog.blog-single-outer
  .team-single
  .team-image-parent
  .content
  a.linkedin
  i {
  color: #fff;
  background-color: #f58634;
  width: 22px;
  height: 22px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 5px;
  padding: 20px;
  transition: 0.5s;
}
.common-outer.blog.blog-single-outer
  .team-single
  .team-image-parent
  .content
  a:hover {
  color: #f58634;
}
.common-outer.blog.blog-single-outer
  .team-single
  .team-image-parent
  .content
  p:before {
  position: absolute;
  content: "";
  left: 3px;
  top: 9px;
  background-image: url(../images/call.svg);
  background-repeat: no-repeat;
  background-size: cover;
  width: 17px;
  height: 17px;
}
.common-outer.blog.blog-single-outer
  .team-single
  .team-image-parent
  .content
  a.email:before {
  position: absolute;
  content: "";
  left: 3px;
  top: 3px;
  background-image: url(../images/email.svg);
  background-repeat: no-repeat;
  background-size: cover;
  width: 17px;
  height: 17px;
}
.common-outer.blog.blog-single-outer
  .team-single
  .team-image-parent
  .content
  p {
  margin: 0px !important;
  position: relative;
  padding-bottom: 10px;
}
.common-outer.blog.blog-single-outer
  .team-single
  .team-image-parent
  .second-inner-child
  .accordion
  .team-first-accordion
  .team-first-accordion-item
  .team-first-accordion-title {
  background-color: transparent;
  width: 100%;
  height: 45px;
  border-bottom: 1px solid #d9d9d9;
  padding: 0px;
  font-size: 25px;
  font-family: "Gabarito";
  font-weight: 400 !important;
  color: #000;
  cursor: pointer;
}
.common-outer.blog.blog-single-outer
  .team-single
  .team-image-parent
  .team-image
  img {
  height: 100% !important;
  width: 100% !important;
  object-position: top;
  object-fit: cover;
  max-width: 100% !important;
  position: absolute;
}

.common-outer.blog.blog-single-outer
  .team-single
  .team-image-parent
  > .team-image {
  height: 0 !important;
  width: 100% !important;
  padding-bottom: 106% !important;
  position: relative;
}

.common-outer.blog.blog-single-outer .team-single .single-inner-team-content {
  width: 65%;
}
.common-outer.blog.blog-single-outer .team-single .faq-accordian {
  width: 100%;
  padding-top: 80px;
}
.common-outer.blog.blog-single-outer
  .team-single
  .faq-accordian
  .inner-third-child
  h5 {
  text-align: center;
}

.faq-accordian .accordion-title {
  cursor: pointer;
  /* background-color: #f4f4f4; */
  padding-top: 12px;
  border-top: 1px solid #d9d9d9;
  padding-bottom: 20px;
  color: #256077;
  /* font-size: 25px; */
  font-weight: 500;
  position: relative;
}

/* .faq-accordian .accordion-content {
    display: none;
    padding: 0px;
} */
.second-inner-child
  .accordion
  .team-first-accordion
  .team-first-accordion-item
  .team-first-accordion-title {
  position: relative;
}
.second-inner-child
  .accordion
  .team-first-accordion
  .team-first-accordion-item
  .team-first-accordion-title:before {
  position: absolute;
  content: "";
  right: 14px;
  top: 16px;
  background-image: url(../images/down-arrow.png);
  background-repeat: no-repeat;
  background-size: contain;
  width: 15px;
  height: 15px;
  transition: 0.5s;
}
.team-first-accordion-item.active .team-first-accordion-title:before {
  right: 14px;
  transform: rotate(181deg);
  top: 18px;
}
.accordion-item.active .accordion-title::before {
  right: 10px;
  transform: rotate(181deg);
  top: 18px;
}

.faq-accordian .accordion-title::before {
  position: absolute;
  content: "";
  right: 10px;
  top: 19px;
  background-image: url(../images/down-arrow.png);
  background-repeat: no-repeat;
  background-size: contain;
  width: 15px;
  height: 15px;
  transition: 0.5s;
}
.common-outer.blog.blog-single-outer
  .team-single
  .single-inner-team-content
  p.inner-team-designation {
  color: #f58634;
}

/* CARRERS PAGE DESIGN START */
.career-page-containe-parent .e-con-inner {
  max-width: 88% !important;
}
.career-shortcode-parent .elementor-shortcode {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  column-gap: 30px;
  row-gap: 30px;
}
.career-shortcode-parent .elementor-shortcode .Career-main-parent:hover {
  border-right: 6px solid #f58634;
  border-bottom: 6px solid #f58634;
}
.career-shortcode-parent .elementor-shortcode .Career-main-parent {
  width: 28.6%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  /* box-shadow: 0px 0px 15px 0px #00000017; */
  background-color: #f3f3f7;
  padding: 30px;
  position: relative;
  border-right: 6px solid #ccccccad;
  border-bottom: 6px solid #ccccccad;
  transition: 0.5s;
  z-index: 99;
}

.career-shortcode-parent .elementor-shortcode .career h2 {
  font-size: 25px;
  line-height: initial;
  margin: 20px 0px 20px 0px;
  color: #000;
}
.career-shortcode-parent .elementor-shortcode .career .featured-image {
  width: 100%;
  margin-bottom: 25px;
}
.career-shortcode-parent .elementor-shortcode .career .career-content {
  margin-top: 20px;
  margin-bottom: 20px;
  position: relative;
}
.career-shortcode-parent .elementor-shortcode .career .featured-image img {
  width: 100% !important;
  height: 100% !important;
  object-fit: cover !important;
  max-width: 100% !important;
}
.career-shortcode-parent .elementor-shortcode .Career-main-parent a.read-more {
  position: relative;
  width: 50px;
  height: 37px;
}
.career-shortcode-parent
  .elementor-shortcode
  .Career-main-parent
  a.read-more::before {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  background-image: url(../images/bttn.png);
  background-repeat: no-repeat;
  background-size: contain;
  width: 32px;
  height: 32px;
  transition: 0.5s;
}
.career-shortcode-parent
  .elementor-shortcode
  .Career-main-parent
  a.read-more:hover:before {
  right: -10px;
}

.career-shortcode-parent
  .elementor-shortcode
  .Career-main-parent
  a.read-more:hover:before {
  left: 73px;
}
.career-shortcode-parent
  .elementor-shortcode
  .Career-main-parent
  a.read-more:after {
  position: absolute;
  content: "";
  background-image: url(../images/bttn-one.png);
  background-repeat: no-repeat;
  background-size: contain;
  z-index: 99;
  width: 78px;
  transition: 0.5s;
  height: 17px;
  left: 14px;
  top: 10px;
  right: 0;
}
.career-shortcode-parent .elementor-shortcode .Career-main-parent:before {
  position: absolute;
  content: "";
  left: 50%;
  top: 50%;
  transform: translate(-37%, -50%);
  width: 100%;
  height: 100%;
  background-image: url(../images/testimonial-logo.png);
  background-repeat: no-repeat;
  background-size: contain;
  opacity: 0.05;
  transition: 0.5s;
}
/* @media only screen and (min-width: 1400px) and (max-width: 3100px){
    .career-shortcode-parent .elementor-shortcode .Career-main-parent {
        width: 23.2%;
    }
    } */
/* CARRERS PAGE DESIGN START */

/* CARRERS-INNER-APPLY-SECTION */

.job-application-parent {
  background-color: #f3f3f7;
}
.job-application-parent .e-con-inner {
  max-width: 88% !important;
}
.career-form-shortcode ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.career-form-shortcode ul li {
  padding: 0px !important;
  width: 49%;
}
/* ul.career-form-parent li.job-position, ul.career-form-parent li.phone, ul.career-form-parent li.career-email{
width: 32%;
} */
ul.career-form-parent li.address,
ul.career-form-parent li.comments,
ul.career-form-parent li.file-drop-area {
  width: 100%;
}
.career-form-shortcode ul li input {
  border: none;
  border-radius: 5px;
  width: 100% !important;
  padding: 10px 22px;
}
.career-form-shortcode ul li:before {
  display: none !important;
}
.career-form-shortcode ul .career-name,
.career-form-shortcode ul .career-email {
  width: 49%;
}
.career-form-shortcode ul.career-form-parent li textarea {
  min-height: 200px !important;
  max-width: 100% !important;
  border: none;
  border-radius: 5px;
  width: 100% !important;
  resize: none;
  padding: 10px 23px;
}
.career-form-shortcode ul.career-form-parent li textarea::placeholder {
  padding: 0px;
  line-height: normal;
  margin-left: 31px !important;
  font-size: 16px;
  font-weight: 400;
}
.career-form-shortcode ul.career-form-parent li.file-drop-area input {
  padding: 20px 15px;
  font-size: 14px;
  text-transform: uppercase;
  color: #fff;
  width: 100%;
  float: left;
  position: relative;
  z-index: 0;
  border: 1px solid #256077;
  background: #256077;
  text-align: center;
  cursor: pointer;
}
.career-form-shortcode ul li input::placeholder {
  padding: 0px !important;
}
.career-form-shortcode ul.career-form-parent li.submit-form {
  width: 20% !important;
  margin: 0 auto;
}
.career-form-shortcode ul.career-form-parent li.submit-form input {
  padding: 17px 40px;
}
ul.career-form-parent span.wpcf7-spinner {
  right: -56px;
}
.career-form-shortcode ul.career-form-parent li.submit-form p {
  margin-bottom: 0px !important;
}
/* CARRERS-INNER-APPLY-SECTION */

.career-content .career-thumbnail {
  float: right;
  width: 37%;
  margin-left: 0px;
}
.career-bttn {
  display: flex;
  justify-content: center;
  width: 100%;
  margin-top: 60px;
}
.career-content .career-thumbnail img {
  width: 100% !important;
  height: 100% !important;
  object-fit: cover;
  object-position: center;
  margin-left: 20px;
  margin-bottom: 30px;
  max-width: 100% !important;
}
.career-content .content-title {
  width: 63%;
  float: left;
}
.career-content a.apply-now-button.bttn {
  margin: 0 auto;
}
.career-content h5 span {
  color: #fe8537;
}
.career-form-shortcode ul li input::placeholder {
  padding-left: 10px;
}

/* CONTACT-PAGE-DESIGN-START */
.contact-second-section h3 {
  text-transform: unset !important;
}
.contact-main-parent {
  column-gap: 0px !important;
}
.common-outer .contact-first-child {
  background-color: #357884;
  padding: 50px 40px 50px 100px !important;
  border-right: 30px solid #7eaeaa;
  border-bottom: 30px solid #7eaeaa;
  background-image: url(../images/overlay-2.png);
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.contact-office-main-parent .e-con-inner {
  row-gap: 0px !important;
}
.contact-office-main-parent .contact-address-parent {
  padding-bottom: 20px !important;
}
.contact-office-main-parent .contact-phone-parent {
  padding-top: 0px !important;
}
.common-outer .contact-first-child .e-con-inner {
  row-gap: 0px;
}
.contact-first-child h3,
.contact-first-child p,
.contact-first-child h5 {
  color: #fff !important;
  margin: 0px !important;
}
.contact-first-child .contact-bio-parent {
  padding-bottom: 30px !important;
}
/* .contact-address-parent .e-con-inner, .contact-phone-parent .e-con-inner {
    row-gap: 10px !important;
} */
.second-contact-form-parent .e-con-inner {
  background-color: #f3f3f7;
  padding: 30px 70px 30px 70px !important;
}
.second-contact-form-parent ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  row-gap: 20px;
}
.second-contact-form-parent ul li {
  padding: 0px !important;
  width: 100%;
}
.second-contact-form-parent ul li input {
  border: none;
  border-radius: 5px;
  width: 100% !important;
  /* height: 57px; */
  padding: 10px 22px;

  /* font-weight: 400 !important;
    font-size: 16px !important; */
}
.second-contact-form-parent ul li:before {
  display: none !important;
}
.second-contact-form-parent ul .name,
.second-contact-form-parent ul .email {
  width: 48%;
}
.second-contact-form-parent ul.contact-form-parent li.message textarea {
  min-height: 200px !important;
  max-width: 100% !important;
  border: none;
  border-radius: 5px;
  width: 100% !important;
  resize: none;
  padding: 20px 25px;
}
.contact-phone-parent p a {
  color: #fff;
}
.contact-phone-parent p a:hover {
  color: #ef7d34;
}
/* .second-contact-form-parent form.wpcf7-form.init ul li input::placeholder {
    font-size: 16px;
    font-weight: 400;
} */
.second-contact-form-parent ul.career-form-parent li.submit-form {
  width: 20% !important;
  margin: 0 auto;
}
.second-contact-form-parent ul.contact-form-parent li.submit-form input {
  border: none;
  padding: 15px;
  height: auto;
}
.second-contact-form-parent ul.contact-form-parent li.submit-form {
  width: 20% !important;
  margin: 0 auto;
}
ul.contact-form-parent span.wpcf7-spinner {
  right: -56px;
  top: 22px;
}
/* .second-contact-form-parent ul li input::placeholder {
    padding-left: 10px;
    margin-left: 10px;
    
} */
.second-contact-form-parent
  ul.contact-form-parent
  li.message
  textarea::placeholder {
  padding: 0px;
  margin-left: 31px !important;
  font-size: 16px;
  font-weight: 400;
  line-height: normal;
}
.common-outer.blog.blog-single-outer
  .team-single
  .team-image-parent
  .content
  a.linkedin {
  margin-top: 15px !important;
  display: flex;
  padding: 0px;
  align-items: center;
}

.common-outer.blog.blog-single-outer
  .team-single
  .team-image-parent
  .content
  a.resume {
  padding: 6px 13px;
  background: #f58634;
  color: #fff;
  border-radius: 5px;
  margin-top: 15px;
}

.common-outer.blog.blog-single-outer
  .team-single
  .team-image-parent
  .content
  .linked-in-resume {
  display: flex;
  column-gap: 20px;
}

iframe {
  max-height: 632px !important;
}
@media only screen and (min-width: 1400px) and (max-width: 3100px) {
  iframe {
    height: 600px !important;
  }
}

.Career-main-parent .career {
  z-index: 99;
  position: relative;
}
.contact-email-parent a:hover {
  color: #f58634 !important;
}
.contact-email-parent a {
  color: #fff !important;
}

/* Project DESIGN START */
.project-page-parent .e-con-inner {
  max-width: 88% !important;
}
.project-page-parent ul.main-project-list {
  border-bottom: 0;
  display: flex;
  width: 100%;
  justify-content: center;
  margin-bottom: 30px;
  flex-wrap: wrap;
  margin-top: 0px;
}
.project-page-parent ul.main-project-list li:before {
  display: none;
}
.project-page-parent ul.main-project-list li.nav-item.active {
  border-top: 5px #fe8537 solid;
}
.project-page-parent ul.main-project-list li a {
  color: #000 !important;
  font-weight: 700;
}
.project-page-parent ul.main-project-list li {
  position: relative;
  display: inline-block;
  vertical-align: top;
  padding: 12px 42.2px 10px;
  margin: 0 !important;
  background-color: initial;
  border: none;
  border-top: 5px #d9d9da solid;
  /* text-transform: uppercase; */
  font-weight: 800 !important;
  font-size: 18px;
  color: #171c30;
  line-height: 26px;
  letter-spacing: 1px;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  cursor: pointer;
}
.project-page-parent ul.main-project-list li.active {
  border-color: #fe8537;
}

.project-page-parent .content.grid {
  display: flex;
  display: -webkit-flex;
  flex-direction: row;
  flex-wrap: wrap;
  width: 100%;
}
.project-page-parent .content.grid .grid-item {
  width: 100%;
  max-width: 25%;
  box-shadow: 0px 4px 9px 0px rgb(0 0 0 / 13%);
  margin: 0 !important;
  position: relative;
  overflow: hidden;
  float: left;
}
.project-page-parent .content.grid .grid-item img {
  height: 300px;
  width: 100%;
  object-fit: cover;
}

.grid-item:hover .cat-description a h4.cat-slug {
  opacity: 1;
  transform: translateY(4%);
  -webkit-transform: translateY(0%);
  margin: 0 !important;
}
.cat-description a h4.cat-slug {
  /* display: none; */
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  display: flex;
  opacity: 0;
  padding: 10px;
  justify-content: center;
  align-content: center;
  flex-direction: column;
  text-align: center;
  margin-bottom: 7px;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 18px;
  color: #fff;
  line-height: 28px;
  letter-spacing: 1px;
  transform: translateY(100%);
  -webkit-transform: translateY(100%);
  transition: all 0.6s ease-in-out;
  -webkit-transition: all 0.6s ease-in-out;
}

.project-page-parent .content.grid .grid-item::before {
  position: absolute;
  content: "";
  background-color: #e78b48db;
  width: 100%;
  height: 100%;
  opacity: 0;
  transition: 0.5s ease-out;
}
.project-page-parent .content.grid .grid-item:hover:before {
  opacity: 1;
}
/* .grid-item:hover .cat-description h4.cat-slug {
    opacity: 1;
    transform: translateY(4%);
    -webkit-transform: translateY(0%);
    margin: 0 !important;
}

.content.grid .cat-description h4.cat-slug {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    display: flex;
    opacity: 0;
    padding: 10px;
    justify-content: center;
    align-content: center;
    flex-direction: column;
    text-align: center;
    margin-bottom: 7px;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 18px;
    color: #fff;
    line-height: 28px;
    letter-spacing: 1px;
    transform: translateY(100%);
    -webkit-transform: translateY(100%);
    transition: all 0.6s ease-in-out;
    -webkit-transition: all 0.6s ease-in-out;
} */

/* PROJECT INNER PAGE DESIGN */
.project-second-section .e-con-inner {
  max-width: 88% !important;
}

.project-inner-parent-elementor .e-con-inner {
  max-width: 88% !important;
}
.project-inner-slider img {
  height: 400px !important;
  width: 100%;
  object-fit: cover;
}
.project-inner-parent-elementor .project-inner-texteditor p {
  margin-bottom: 8px !important;
}
.project-inner-parent-elementor .project-inner-texteditor p:last-child {
  margin-top: 40px;
}
.project-inner-slider .elementor-swiper-button-prev,
.project-inner-slider .elementor-swiper-button-next {
  position: relative;
}
.project-inner-slider .elementor-swiper-button-prev svg,
.project-inner-slider .elementor-swiper-button-next svg {
  display: none;
}
.project-inner-slider .elementor-swiper-button-prev::before {
  background: #f58634;
  width: 40px;
  height: 40px;
  z-index: 0;
  position: absolute;
  content: "";
  left: 0px;
  top: -74px;
  background-image: url(../images/down-arrow.svg);
  transform: rotate(180deg);
  background-position: center;
  background-size: 22px;
  border-radius: 50px;
  background-repeat: no-repeat;
}
.project-inner-slider .elementor-swiper-button-next::before {
  background: #f58634;
  width: 40px;
  height: 40px;
  z-index: 0;
  position: absolute;
  content: "";
  right: 0px;
  top: -74px;
  background-image: url(../images/down-arrow.svg);
  transform: rotate(1deg);
  background-position: center;
  background-size: 22px;
  border-radius: 50px;
  background-repeat: no-repeat;
}
/* PROJECT INNER PAGE DESIGN */

.single .featured-image-single img {
  margin-bottom: 0px !important;
}
.address {
  width: 49% !important;
}

.project-slider.owl-carousel .owl-item img {
  display: block;
  height: 400px;
  object-fit: cover;
  object-position: center !important;
  background: #f1f1f1;
  width: 100%;
}
