@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@500;900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap");

/*  Default Css  */
* {
  box-sizing: border-box;
}

body {
  margin: 0;
  padding: 0;
  font-size: 16px;
  font-family: "Roboto", sans-serif;
  background: #000000;
  color: #ffffff;
  line-height: 1.6;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
}

body h1,
body h2,
body h3,
body h4,
body h5,
body h6 {
  font-family: "Roboto", sans-serif;
  color: #fff;
}

body h1,
body h2,
body h6 {
  margin-bottom: 10px;
  font-weight: bold;
}

body h3 {
  font-weight: 500;
  margin-bottom: 10px;
}

body h5 {
  font-weight: 500;
  font-size: 21px;
  line-height: 27px;
}

body h1 {
  font-size: 64px;
  line-height: 1.5;
  margin-bottom: 7px;
}

body h2 {
  font-size: 48px;
  line-height: 1.17;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
}

body h4 {
  font-size: 24px;
  line-height: 36px;
  font-weight: 500;
}

p {
  font-size: 16px;
  line-height: 1.75;
  font-weight: 300;
  color: #fff;
  margin: 0 0 20px;
  font-family: "Roboto", sans-serif;
  letter-spacing: -0.5px;
}

ul {
  font-weight: 400;
  font-family: "Roboto", sans-serif;
  margin: 0;
  padding: 0;
}

body a {
  color: #fff;
}

a {
  transition: all ease-in-out 0.3s;
  color: #fff;
}

body a:hover {
  color: #fff;
  opacity: 0.8;
}

a,
a:hover {
  text-decoration: none;
}

a:hover {
  text-decoration: none !important;
}

input:focus {
  outline: none !important;
}

button:focus {
  outline: none !important;
}

img {
  width: 100%;
  height: 100%;
}

.container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

.field-hidden{
  display: none !important;
}

@media (min-width: 576px) {
  .container {
    max-width: 540px;
  }
}

@media (min-width: 768px) {
  .container {
    max-width: 720px;
  }
}

@media (min-width: 992px) {
  .container {
    max-width: 960px;
  }
}

@media (min-width: 1200px) {
  .container {
    max-width: 1140px;
  }
}

@media (min-width: 1240px) {
  .container {
    max-width: 1220px;
  }
}

.row {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}

.col-sm-1,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
}

@media (min-width: 576px) {
  .col-sm-1 {
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }

  .col-sm-2 {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }

  .col-sm-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }

  .col-sm-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }

  .col-sm-5 {
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }

  .col-sm-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }

  .col-sm-7 {
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }

  .col-sm-8 {
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }

  .col-sm-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }

  .col-sm-10 {
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }

  .col-sm-11 {
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }

  .col-sm-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
}

/* End Default Css  */

/* Header Css  */
.mobile-menu {
  display: none;
}

.header-logo {
  width: 150px;
}

.header-logo a:hover{
	opacity:1;
}

.mobile-logo-wrapper a:hover{
	opacity:1;
}

.banner-section {
  background: #000;
} 

.home .banner-section {
  background: #000;
/*   min-height: 500px; */
} 

.header-menu ul#menu-primary-menu {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  list-style-type: none;
}

.header-menu ul#menu-primary-menu li {
  padding: 0 30px;
  font-family: "Poppins", sans-serif;
  font-weight: 500;
}

.header-wrapper {
  padding: 25px 0;
  z-index: 9;
  background: #000000;
  transition: all ease-in-out 0.4s;
  width: 100%;
  position: fixed;
  top: 0;
  -webkit-box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
}
.nav-up .header-wrapper {
  top: 0px;
}

.nav-down .header-wrapper {
  top: 0;
}

.header-main-div {
  position: relative;
  height: 80px;
  background: transparent;
}

.header-wrapper .row {
  align-items: center;
}

.header-menu ul#menu-primary-menu li a {
  display: block;
  text-align: center;
  position: relative;
  font-style: normal;
}

.header-menu ul#menu-primary-menu li a:before {
  position: absolute;
  content: "";
  bottom: -5px;
  left: 27px;
  transition: 0.5s ease;
  width: 0px;
  height: 2px;
  background: #000;
  left: 0;
}

.header-menu ul#menu-primary-menu li a:hover:before {
  width: 100%;
}

.header-menu ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
}

.header-menu ul li {
  padding: 0px 25px;
  position: relative;
  transition: 0.4s ease-in;
}

.header-menu ul li a {
  color: #fff;
  text-align: center;
  font-family: Roboto;
  font-style: normal;
  line-height: normal;
  font-size: 14px;
}

.header-menu ul li a:hover:after,
.header-menu ul li a:focus:after,
.header-menu ul li a:active:after {
  width: 20%;
}

.header-menu ul li a:hover:after,
.header-menu ul li a:focus:after,
.header-menu ul li a:active:after {
  width: 65%;
}

.header-menu ul li a:after {
  bottom: -5px;
}

.header-menu ul li a:after {
  content: "";
  position: absolute;
  bottom: -2px;
  left: 50%;
  width: 0%;
  transform: translateX(-50%);
  height: 2px;
  background: #ef5da2;
  transition: 0.35s;
}

.header-menu ul li a:hover,
.footer-menu-link:hover {
  color: #ef5da2 !important;
}

/* End Header Css  */

/* Banner Css */
.banner-main-sec {
  display: flex;
  align-items: center;
  position: relative;
  color: #fff;
  height: 100%;
}

.button-wrapper a:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  background-color: #000;
  width: 100%;
  height: 100%;
  transform: translateX(-100%);
  transition: all 0.3s linear;
}

.button-wrapper a:hover:before {
  transform: translateX(0);
  z-index: -1;
}

.button-wrapper a:hover {
  color: #fff;
}

.main-heading-title {
  color: #fff;
  text-align: center;
  font-family: Roboto;
  font-size: 54px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  margin: 0;
}

.common-padding {
  padding: 60px 0;
}

.page-template-our-story-template .our-story-content-block h3 {
  font-size: 34px;
  margin: 0 0 15px;
}

.content-block p {
  color: #fff;
  text-align: center;
  font-family: Roboto;
  font-size: 18px;
  font-style: normal;
  font-weight: normal;
  line-height: 29px; /* 120.833% */
}

.content-block {
  margin: 20px auto;
  padding: 0 10px 0 0;
}

.w-800 {
  max-width: 800px;
  margin: 20px auto;
  width: 100%;
}

/*.contact-image-block {
    max-width: 500px;
} 
*/

.menu-item-has-children {
  margin-right: 15px;
}

.page-id-254 .banner-main-sec {
  background-size: 100% !important;
}

.white-btn:hover {
  padding-left: 4.5rem;
  padding-right: 4.5rem;
  transition: padding 0.3s ease-out;
  color: #ffffff;
  background: #000000;
  opacity: 1;
}

.white-btn {
  background: #ffffff;
  cursor: pointer;
  padding: 0.8rem 4rem;
  position: relative;
  border-radius: 8px;
  transition: 0.4s ease-in;
  border: 1px solid #fff;
  color: #000;
  text-align: center;
  font-family: Roboto;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}

.first-blogs-lists .post-card:nth-child(1),
.first-blogs-lists .post-card:nth-child(2),
.first-blogs-lists .post-card:nth-child(3),
.first-blogs-lists .post-card:nth-child(4),
.first-blogs-lists .post-card:nth-child(5),
.first-blogs-lists .post-card:nth-child(6) {
  display: none;
}

.title-align-center {
  text-align: center;
}

.blog-detail-wrapper {
  padding: 20px 0;
}

figure.wp-block-image {
  margin: 20px 0;
}

div#ajax-load-more {
  width: 100%;
}

.alm-btn-wrap .alm-load-more-btn,
.alm-btn-wrap .alm-load-more-btn.loading {
  background: #fff;
  color: #000;
  border: 1px solid #fff;
  box-shadow: none;
}

.alm-btn-wrap .alm-load-more-btn:hover,
.alm-btn-wrap .alm-load-more-btn:hover {
  color: #fff;
  background: #000000;
  border: 1px solid #fff;
}

span.post-date {
  color: #fff;
  /* Body Copy */
  font-family: Roboto;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 29px; /* 120.833% */
}

.post-meta {
  margin: 20px 0;
}

.alm-placeholder img {
  max-width: 40px;
  margin: 0px auto;
}

.alm-placeholder {
  text-align: center;
  margin: 16px 0;
  width: 100%;
}

h4.post-title-home {
  color: #fff;
  -webkit-text-stroke-width: 1;
  -webkit-text-stroke-color: #000;
  font-family: Roboto;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  margin: 15px 0;
}

.post-card {
  margin: 30px 0;
}

.cta-button-section {
  text-align: center;
  padding: 30px 0;
  display: block;
  clear: both;
  width: 100%;
}

.main-subheading-title {
  color: #fff;
  text-align: center;
  font-family: Roboto;
  font-size: 38px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  margin: 0;
  margin-bottom: 70px;
}

.brand-block .container {
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
}
.brand-image img:hover {
  transition: 0.9s ease;
  opacity: 1;
  transform: scale(1.1);
}

.page-template-single-work-details-template .our-story-content-block a {
  color: #ef5da2;
}

.brand-block .row.align-items-centers {
  align-items: center;
  justify-content: center;
}

.brand-image img {
  max-width: 140px;
  /*    max-height: 80px;*/
  transition: 0.7s ease;
  opacity: 0.7;
}

.brand-image {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 30px 0;
}

.p-r-0 {
  padding-right: 0;
}

.contact-block label {
  color: #fff;
  font-family: Roboto;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  margin: 10px 0;
}

.contact-block input {
  border-radius: 8px;
  background: #fff;
  width: 100%;
  max-width: 450px;
  padding: 14px;
  border: none;
  font-size: 18px;
  margin-top: 10px;
  font-family: Roboto;
}

.contact-block .hs-form-field {
  margin-bottom: 25px;
}

.main-block-heading-title {
  color: #fff;
  font-family: Roboto;
  font-size: 45px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  margin: 10px 0;
}

ul.no-list.hs-error-msgs li {
  list-style: none;
}

ul.no-list.hs-error-msgs li label {
  font-size: 12px;
  color: #bb0e0e;
}

.contact-block textarea {
  width: 100%;
  max-width: 450px;
  border-radius: 8px;
  resize: none !important;
  height: 170px;
  font-family: Roboto;
  font-size: 18px;
  padding: 14px;
  margin-top: 10px;
}

.submitted-message {
  font-size: 20px;
  display: flex;
  height: 100%;
  align-items: center;
  justify-content: center;
  font-family: Roboto;
  padding-top: 50%;
}

input.hs-button.primary.large {
  background: #ffffff;
  cursor: pointer;
  padding: 0.8rem 4rem;
  position: relative;
  border-radius: 8px;
  transition: 0.4s ease-in;
  border: 1px solid #fff;
  color: #000;
  text-align: center;
  font-family: Roboto;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  max-width: 350px;
}

input.hs-button.primary.large:hover {
  padding-left: 4.5rem;
  padding-right: 4.5rem;
  transition: padding 0.3s ease-out;
  color: #ffffff;
  background: #000000;
  opacity: 1;
  cursor: pointer;
  transition: 0.3s ease-out;
  max-width: 360px;
}

.hs_error_rollup {
  margin-top: -30px;
}

.companies-lists-block {
  margin-bottom: 0;
}

.page-id-254 .companies-lists-block {
  margin: 100px 0;
}

.service-block h3 {
  color: #fff;

  /* Heading 3 */
  font-family: Roboto;
  font-size: 40px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  margin: 0;
}

.border-top {
  border-top: 1px solid #fff;
  align-items: center;
  padding: 70px 0;
  margin: 0;
}

.row1 {
  margin-top: 90px;
}

.services-list-block li {
  color: #fff;
  font-family: Roboto;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  list-style: none;
  margin: 3px 0;
  width: 49%;
  display: inline-block;
}

.our-services-image-wrapper img {
  max-width: 500px;
  margin: 0px auto;
}
.our-services-image-wrapper {
  text-align: center;
}

.page-template-our-services-template .our-services-content h1,p{
	text-align:center;
}

.our-story-block-list h3 {
  color: #fff;
  font-family: Roboto;
  font-size: 38px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  margin: 20px 0;
}

.our-story-block-list {
  width: 100%;
  margin-bottom: 50px;
}
.fusion-block-story {
  padding-top: 0;
}

.page-id-445 .inner-banner-image .banner-main-sec,
.page-id-454 .inner-banner-image .banner-main-sec,
.page-id-481 .inner-banner-image .banner-main-sec,
.page-id-501 .inner-banner-image .banner-main-sec,
.page-id-515 .inner-banner-image .banner-main-sec,
.page-id-571 .inner-banner-image .banner-main-sec,
.page-id-463 .inner-banner-image .banner-main-sec,
.page-id-527 .inner-banner-image .banner-main-sec,
.page-template-single-work-details-template
  .inner-banner-image
  .banner-main-sec {
  background-size: 100% 100% !important;
}

.page-template-our-story-template .banner-main-sec {
  background-size: 100% 100% !important;
  max-height: 650px;
}

.value-image-block img {
  max-width: 220px;
  transition: 0.7s ease;
}
.value-image-block img:hover {
  transition: 0.9s ease;
  opacity: 1;
  transform: scale(1.1);
}

.value-image-block {
  margin-top: 50px;
  text-align: center;
}

.align-title-center {
  text-align: center;
}

.copyright-content a,
.copyright-content a:hover {
  text-decoration: underline !important;
}

.our-work-block h3 {
  color: #fff;
  text-align: center;
  /* Heading 3 */
  font-family: Roboto;
  font-size: 40px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  margin: 0;
  padding: 70px 0;
}

.work-block-details {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  display: flex;
  background: rgba(0, 0, 0, 0.8);
  align-items: center;
  padding: 5px 10px;
  min-height: 80px;
  justify-content: space-between;
}

.work-block-details h5 {
  margin: 0;
  font-size: 18px;
}

.work-block {
  margin-bottom: 30px;
  position: relative;
}

.workblock-hidden {
  display: none;
}

.work-block-details a {
  white-space: nowrap;
  background: #fff;
  padding: 5px 10px;
  border-radius: 5px;
  margin-left: 10px;
  color: #000;
  text-align: center;
  font-family: Roboto;
  font-size: 15px;
  font-style: normal;
  font-weight: 500;
  line-height: 156.445%;
}

.work-block-details a.view-more:hover {
  color: #fff;
  background: #000;
}

.work-block-image img {
  min-height: 300px;
  object-fit: cover;
  object-position: center;
}

.our-work-block {
  border-top: 1px solid #fff;
  margin-top: 60px;
}

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

/* End Banner Css */
/* Footer Css */

.footer-title {
  margin: 0;
  color: #fff;
  font-family: Roboto;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 156.445%; /* 28.16px */
}

.county-name-list {
  color: #fff;
  font-family: Roboto;
  font-size: 14px;
  font-style: normal;
  font-weight: 300;
  line-height: 156.445%; /* 25.031px */
  margin-left: 15px;
  opacity: 0.8;
  width: 100%;
}

.country-list ul {
  display: inline-flex;
  flex-wrap: wrap;
  width: 30%;
  padding-left: 10px;
}

footer {
  margin-top: 40px;
}

.main-block-subheading-title {
  color: #ef5da2;
  text-align: left;
  font-family: Roboto;
  font-size: 32px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  margin: 0;
  margin-bottom: 30px;
  margin-top: 15px;
}

.ourwork-images-block-list {
  margin-bottom: 20px;
}

.page-id-472 .banner-main-sec,
.page-id-550 .banner-main-sec,
.page-id-492 .banner-main-sec,
.page-id-534 .banner-main-sec,
.page-id-541 .banner-main-sec,
.page-id-180 .banner-main-sec {
  background-size: 100% 100% !important;
}

.page-template-single-work-details-template .our-story-block .container {
  max-width: 1100px;
}
.key-focus-block li {
  font-size: 18px;
}

.page-id-550 .border-bottom,
.page-id-571 .border-bottom {
  position: relative;
  border: none;
}

.page-id-550 .border-bottom:after,
.page-id-571 .border-bottom:after {
  position: absolute;
  width: 98%;
  left: 0;
  height: 2px;
  background: #fff;
  content: "";
  bottom: 0;
  margin: 0px auto;
  right: 0;
}

.privacy-policy-content strong {
  font-size: 24px;
}

.privacy-policy-content a {
  text-decoration: underline !important;
}

/* .row.workgallery-lists {
  height: 930px;
  overflow: scroll;
  overflow-x: hidden;
} */
.ourwork-images-block-list img {
  height: 450px;
  object-fit: cover;
}
.our-story-block p {
  margin-bottom: 10px;
}

.ourwork-images-listsblock {
  padding-bottom: 100px;
}

.block6,
.block5 {
  margin-bottom: 0;
}

/* width */
.workgallery-lists::-webkit-scrollbar {
  width: 20px;
}

/* Track */
.workgallery-lists::-webkit-scrollbar-track {
  border: 1px solid #fff;
  border-radius: 50px;
  background: #d9d9d9;
}

/* Handle */
.workgallery-lists::-webkit-scrollbar-thumb {
  background: #404040;
  border-radius: 50px;
  border: 1px solid #d9d9d9;
}

li.footer-menu {
  list-style: none;
}

.footer-menu-link {
  color: #fff;
  font-family: Roboto;
  font-size: 15px;
  font-style: normal;
  font-weight: 500;
  line-height: 156.445%;
}

.footer-section {
  background: #000000;
}

.contact-lists-block {
  padding-top: 30px;
}

.row.border-top.row3 {
  border-bottom: 1px solid #fff;
}

.page-id-180 .contact-block {
  padding-top: 0;
}

.footer-menu ul#menu-footer-menu {
  display: flex;
  /* justify-content: space-between; */
  align-items: flex-start;
  list-style-type: none;
}

.footer-menu ul {
  list-style-type: none;
}

.footer-menu ul#menu-footer-menu li ul.sub-menu {
  margin-top: 12px;
}

.footer-menu ul#menu-footer-menu li ul.sub-menu li {
  margin-bottom: 7px;
  margin-right: 0;
}

.footer-logo {
  width: 150px;
  margin-top: 15px;
}

.footer-menu ul#menu-footer-menu a:hover {
  opacity: 0.5;
}

.footer-menu ul#menu-footer-menu li {
  font-size: 16px;
  font-weight: 600;
  font-family: "Poppins", sans-serif;
  margin-right: 50px;
}

.footer-menu ul#menu-footer-menu li ul.sub-menu li {
  font-weight: 500;
  font-size: 15px;
}

.footer-social-sec h4 {
  font-size: 16px;
  font-weight: 600;
  margin: 0;
  line-height: normal;
}

.footer-social-sec ul {
  display: flex;
  align-items: center;
  list-style-type: none;
  margin-top: 12px;
}

.footer-social-sec ul li {
  margin-right: 15px;
}

.footer-social-sec ul li img {
  height: 30px;
  width: auto;
}

.footer-social-sec ul li a:hover,
.page-terms-links-sec ul#menu-terms-menu li a:hover {
  opacity: 0.5;
}

.page-terms-links-sec ul#menu-terms-menu {
  display: flex;
  align-items: center;
  list-style-type: none;
}

.page-terms-links-sec ul#menu-terms-menu li {
  margin-left: 10px;
  font-size: 14px;
}

.copyright-content p {
  font-size: 12px;
  margin: 0;
  opacity: 0.5;
}

.copyright-section {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 50px 0 10px;
}

.footer-container {
  border-top: 2px solid #fff;
  padding-top: 60px;
}

/* Two Col Image and Content Section Css */
.row.right-side-image-left-side-content .col-sm-6.two-img-col-sec {
  order: 2;
}

.two-col-img-content-sec .row {
  padding-bottom: 100px;
}

.two-col-img-content-sec .row:first-child {
  padding-top: 100px;
}

.two-col-img-content-sec .row {
  height: 100%;
}

.col-sm-6.two-img-col-sec .two-col-img {
  height: 100%;
}

.col-sm-6.two-img-col-sec .two-col-img img {
  object-fit: cover;
}

.two-col-content h2 {
  margin-top: 0;
}

.button-wrapper.button-with-white-bg a {
  background: #000;
  color: #fff;
  border: 4px solid #000;
}

.button-wrapper.button-with-white-bg a:before {
  background-color: #fff;
}

.button-wrapper.button-with-white-bg a:hover {
  color: #000;
}

.page-introduction-sec {
  padding-bottom: 100px;
}

/* Archive Pages Style */
.featured-posts-sec {
  padding: 70px 0 100px;
}

.featured-posts-sec h4 {
  font-weight: 600;
  margin-top: 0;
  margin-bottom: 0.5rem;
}

span.category-name-sec {
  font-size: 18px;
  font-weight: 400;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.56;
  letter-spacing: normal;
}

.featured-posts-sec img.post-feat-image {
  min-height: 290px;
  object-fit: cover;
  object-position: center;
  border-radius: 8px;
}

.featured-posts-sec a:hover {
  opacity: 0.5;
}

a.post-link.post-blog-link {
  width: 100%;
  display: block;
}

.blog-col-section .card-body {
  min-height: 232px;
  padding: 25px 25px 14px;
  position: relative;
}

.blog-col-section .card {
  border-radius: 10px;
  -webkit-box-shadow: 0 2px 4px rgb(3 27 78 / 6%);
  box-shadow: 0 2px 4px rgb(3 27 78 / 6%);
  -webkit-transition: -webkit-box-shadow 0.25s linear;
  transition: -webkit-box-shadow 0.25s linear;
  transition: box-shadow 0.25s linear;
  transition: box-shadow 0.25s linear, -webkit-box-shadow 0.25s linear;
  min-width: 0;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: border-box;
}

button.alm-load-more-btn.more.white-btn.done {
  opacity: 0 !important;
}

.read-story-btn-wrapper span {
  position: absolute;
  bottom: 15px;
}

.card-img-col {
  overflow: hidden;
  border-radius: 10px 10px 0 0;
  height: 219px;
}

.blog-col-section img.card-img-top {
  object-fit: cover;
  transform: scale(1);
  transition: all 0.5s;
}

.blog-col-section h5.card-title {
  margin: 0 0 10px 0;
  font-weight: 600;
}

.blog-col-section .card:hover {
  -webkit-box-shadow: 0 10px 20px rgb(3 27 78 / 10%);
  box-shadow: 0 10px 20px rgb(3 27 78 / 10%);
  color: rgba(3, 27, 78, 0.7);
}

a.featured-img-sec.post-link.post-blog-link:hover {
  opacity: 1;
}

.featured-img-sec img.post-feat-image {
  transform: scale(1);
  transition: all 0.5s;
}

a.featured-img-sec {
  overflow: hidden;
  border-radius: 8px;
}

.post-card {
  margin: 30px 0;
  padding-right: 40px;
}

.key-focus-block ul {
  padding-top: 10px;
}

.page-template-our-services-innerpages-template
  .our-story-content-block.content-block.content-align-left {
  padding: 0;
}

.featured-img-sec:hover img.post-feat-image,
.blog-col-section .card:hover .card-img-col img {
  transform: scale(1.1);
}

.blog-col-section.col-sm-4 {
  margin-bottom: 56px;
}

.blog-detail-wrapper h2 {
  font-size: 30px;
  line-height: 40px;
  margin: 10px 0;
}

.single #menu-item-4232 a {
  color: #ef5da2 !important;
}

.read-more-blog-sec {
  background: rgb(0 0 0 / 10%);
  padding: 60px 0;
}

.blog-detail-wrapper img {
  max-width: 100%;
  width: auto;
  height: auto;
}

.single .post-img-sec {
  margin: 20px 0;
}

.read-more-blog-sec h2 {
  margin-bottom: 40px;
  text-align: center;
}

.blog-detail-section .col-sm-10 {
  margin: auto;
}

.social-btn img {
  height: 28px;
  width: auto;
  display: flex;
  align-items: center;
  justify-content: center;
}

.social-btn {
  text-align: right;
  padding: 40px 0;
  display: flex;
  align-items: center;
  justify-content: right;
}

.social-btn a {
  margin-left: 8px;
  border: 1px solid;
  display: flex;
  align-items: center;
  justify-content: center;
}

.social-btn a:hover {
  opacity: 0.5;
}

/* End Archive Pages Style */

/* Blog Card Style */
.blog-card-carousel .blog-col-section.col-sm-4 {
  max-width: 100%;
}

.blog-card-content h2 {
  margin-top: 0;
}

.blog-card-content h3 {
  margin: 10px 0;
}

.blog-card-content {
  text-align: center;
  margin-bottom: 60px;
}

.blog-card-section {
  padding-top: 100px;
}

.owl-carousel-custom-nav button.owl-prev,
.owl-carousel-custom-nav button.owl-next {
  top: 32%;
  position: absolute;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background: #fff !important;
  -webkit-box-shadow: 0 10px 20px rgb(3 27 78 / 10%);
  box-shadow: 0 10px 20px rgb(3 27 78 / 10%);
  transition: all 0.5s;
}

.owl-carousel-custom-nav button.owl-prev {
  left: -7%;
}

.owl-carousel-custom-nav button.owl-next {
  right: -7%;
}

.owl-carousel-custom-nav button.owl-prev.disabled,
.owl-carousel-custom-nav button.owl-next.disabled {
  background: rgb(0 0 0 / 10%) !important;
  opacity: 0.5;
}

/* End Blog Card Style */

.background-with-content-carousel.owl-carousel-custom-nav button.owl-prev {
  left: 30px;
}

.background-with-content-carousel.owl-carousel-custom-nav button.owl-next {
  right: 30px;
}

.background-with-content-carousel.owl-carousel-custom-nav button.owl-next,
.background-with-content-carousel.owl-carousel-custom-nav button.owl-prev {
  top: 45%;
}

.owl-carousel-custom-nav button.owl-next:hover,
.owl-carousel-custom-nav button.owl-prev:hover {
  background: #000 !important;
}

.owl-carousel-custom-nav button.owl-next:hover i,
.owl-carousel-custom-nav button.owl-prev:hover i {
  color: #fff !important;
}

.banner-main-sec {
  height: 100vh;
  max-height: 1000px;
}

.title-align-left {
  text-align: left;
}

.content-align-left p {
  text-align: left;
}

.contact-block-list h3 {
  color: #fff;
  /* Heading 3 */
  font-family: Roboto;
  font-size: 30px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}

/* .contact-image-block img.img-fluid {
  max-height: 750px;
} */

span.hs-form-required {
  display: none;
}

.content-block.contact-details a {
  text-decoration: underline !important;
}
.content-block.contact-details a:hover {
  opacity: 0.7;
}

.contact-block-list {
  padding: 15px 0;
}

.contact-lists-block .container {
  border-bottom: 1px solid #fff;
  padding-bottom: 70px;
}

.current-menu-item a {
  /*    opacity: 0.7;*/
  color: #ef5da2 !important;
}

.current-menu-item ul li a {
  color: #fff !important;
}

.content-block.contact-details {
  margin-top: 20px;
  text-align: left;
}

.contact-details p {
  text-align: left;
}

button .fa {
  color: #000;
}

.page-template-single-work-details-template
  .our-story-content-block.content-block.content-align-left {
  padding: 0;
}

.company-block-list {
  margin: 50px 0;
}

.company-logo img {
  /*    max-height: 100px;*/
  margin: 0px auto;
  transition: 0.7s ease;
  max-width: 100%;
}

.company-logo {
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
}

.company-logo img:hover {
  transition: 0.9s ease;
  opacity: 1;
}

.company-block-list h3 {
  color: #fff;
  text-align: center;

  /* Body Copy */
  font-family: Roboto;
  font-size: 24px;
  font-style: normal;
  font-weight: 500;
  line-height: 29px; /* 120.833% */
}

.company-details p {
  font-size: 16px;
  line-height: 26px;
}

/* End Blog Card Style */

/* Card Two Col Style */
.card-two-col-icon img {
  /* width: auto; */
  height: auto;
}

.card-two-col-row.row {
  padding-top: 45px;
}

.card-two-col-sec {
  padding: 80px 0;
}

.card-two-col-cta-button {
  text-align: center;
  padding-top: 50px;
}

.card-two-col-cta-button a {
  margin: auto;
}

.card-two-col-row.row .col-sm-6 {
  margin-bottom: 40px;
}

.card-two-col {
  transition: background-color 0.25s ease-out, color 0.25s ease-out;
  border-radius: 0.3125rem;
  background-color: #fff;
  color: #182a3c;
  box-shadow: 0 0.625rem 1.25rem rgb(139 133 133 / 16%);
  padding: 30px 30px;
}

.card-two-col-content p {
  font-size: 14px;
}

.card-two-col-content {
  padding: 0;
}

.card-two-col .row {
  margin: 0;
}

.card-two-col-icon {
  padding-right: 0;
}

.card-two-col.card-icon-left-side .col-sm-9.card-two-col-content {
  order: 2;
}

.card-two-col.card-icon-left-side .col-sm-3.card-two-col-icon {
  padding-right: 15px;
  padding-left: 0;
}

.card-two-col-content h3 {
  margin-top: 0;
}

.HoverArrow {
  position: relative;
  top: 1px;
  margin-left: 8px;
  stroke-width: 2px;
  fill: none;
  stroke: currentColor;
}

.HoverArrow__linePath {
  opacity: 0;
  -webkit-transition: opacity 150ms cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: opacity 150ms cubic-bezier(0.215, 0.61, 0.355, 1);
}

.HoverArrow__tipPath {
  -webkit-transition: -webkit-transform 150ms
    cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: -webkit-transform 150ms cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: 150ms cubic-bezier(0.215, 0.61, 0.355, 1);
}

.has-hover-svg-icon:hover .HoverArrow__linePath {
  opacity: 1;
}

.has-hover-svg-icon:hover .HoverArrow__tipPath {
  -webkit-transform: translateX(3px);
  transform: translateX(3px);
}

.card-two-col-content a {
  font-size: 14px;
}

.card-two-col-sec h2 {
  text-align: center;
  margin: 0;
}

.card-two-col-sec .sub-heding {
  text-align: center;
}

/* End Card Two Col Style */
/* Reviews Style */
img.customer-image {
  max-width: 85px;
  height: 85px;
  border-radius: 50%;
  margin: auto;
  margin-bottom: 10px;
}

.item.client-reviews-wrapper p {
  font-size: 24px;
  max-width: 825px;
  margin: auto;
  margin-bottom: 42px;
}

.reviews-row {
  padding-top: 75px;
}

.reviews-sec {
  text-align: center;
  padding: 80px 0;
}

.reviews-sec h2 {
  margin: 0;
}

.client-reviews-wrapper h4 {
  margin: 0;
  font-size: 20px;
}

.client-reviews-wrapper h6 {
  margin: 0;
  font-size: 13px;
  font-weight: 500;
}

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

.border-bottom {
  border-bottom: 1px solid #fff;
  padding: 80px 0;
}

.rowpadding1 {
  padding-top: 0;
}

.p-l-0 {
  padding-left: 0;
}

.fusion-connect-block {
  width: 80%;
}

.fusion-connect-block h4 {
  color: #fff;

  /* Body Copy */
  font-family: Roboto;
  font-size: 24px;
  font-style: normal;
  font-weight: 500;
  line-height: 29px; /* 120.833% */
  margin: 10px 0;
}

.fusion-connect-block ul {
  padding-left: 20px;
  color: #fff;
  font-family: Roboto;
  font-size: 18px;
  font-style: normal;
  font-weight: normal;
  line-height: 29px;
}

.fusion-connect-block ul li {
  margin-bottom: 5px;
}

h3.work-title {
  color: #fff;
  /* Heading 3 */
  font-family: Roboto;
  font-size: 40px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}

.fusion-connect-title {
  color: #fff;
  font-family: Roboto;
  font-size: 34px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}

.ourwork-large-gallery {
  margin-top: 30px;
}

.ourwork-small-gallery-block {
  padding-bottom: 100px;
}

.key-focus-block {
  padding: 0 30px;
}

.key-focus-block ul {
  padding-left: 0;
  list-style: none;
}

h3.key-focus-title {
  margin: 0;

  /* Body Copy */
  font-family: Roboto;
  font-size: 24px;
  font-style: normal;
  font-weight: 500;
  line-height: 29px;
  color: #ef5da2;
}

.ourwork-content-block {
  padding: 0 20px;
}

/* End Reviews Style */

/* Lightbox Style */
div#html5box-html5-lightbox-nav {
  display: none !important;
}

div#html5-lightbox-overlay {
  opacity: 1 !important;
  background-color: #202124 !important;
}

.html5-title {
  display: none;
}

div#html5lightbox-watermark {
  display: none !important;
}

.html5-elem-box,
.html5-elem-data-box {
  background-color: transparent !important;
}

.html5-image {
  background-color: #202124 !important;
  padding: 0 !important;
}

.html5-prev,
.html5-next {
  display: block !important;
  opacity: 1 !important;
}

button#html5-close {
  right: 56px !important;
}

.html5-prev-inside .mh-icon-left,
.html5-next-inside .mh-icon-right {
  color: unset;
  background-color: unset !important;
  line-height: 56px !important;
  width: 56px !important;
  height: 56px !important;
}

.html5-next-inside {
  right: 40px !important;
}

.html5-prev-inside {
  left: 40px !important;
}

/*.mh-icon-right:before {
    content: url('/wp-content/uploads/2022/03/lightbox-right.svg') !important;
    width: 100% !important;
    height: auto;
}

.mh-icon-left:before {
    content: url('/wp-content/uploads/2022/03/lightbox-left.svg') !important;
    width: 100% !important;
    height: auto;
} */

div#html5-lightbox-box {
  width: 100% !important;
}

.lightbox-col img {
  height: 320px;
  object-fit: cover;
  object-position: center;
}

.lightbox-col.col-sm-3 {
  padding: 0 5px 4px;
}

.lightbox-sec h2 {
  margin: 0;
  text-align: center;
}

.lightbox-sec .sub-heding {
  text-align: center;
}

.lightbox-sec {
  padding: 80px 0;
}

.lightbox-row.row {
  padding-top: 50px;
}

/* End Lightbox Style */

/* Popup Style */
.modal {
  display: none;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  z-index: 9999;
  overflow-x: hidden;
  background: #fff;
}

.popup-modal {
  width: 100%;
  height: 100%;
}

.close-button {
  width: 48px;
  height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-left: auto;
  right: 0;
  position: absolute;
  cursor: pointer;
  z-index: 99;
}

.popup-modal-body {
  height: 100%;
}

.popup-show-wrapper .modal {
  animation: blowUpModal 0.4s forwards;
  transition-timing-function: ease-in-out;
}

.popup-sec {
  text-align: center;
}

.popup-wrapper a {
  margin: auto;
}

.popup-modal-body .row {
  margin: 0;
  align-items: center;
}

.popup-modal-body .col-sm-6 {
  padding: 0;
}

.col-sm-6.popup-col-content {
  padding: 0 70px;
}

@keyframes blowUpModal {
  0% {
    opacity: 0;
    transform: rotateX(65deg);
  }

  100% {
    opacity: 1;
    transform: rotateX(0deg);
  }
}

.popup-modal-body .row .col-sm-6,
.popup-img-col,
.popup-img-col img {
  height: 100vh;
}

.popup-img-col img {
  object-fit: cover;
  object-position: center;
}

.medium-popup-size,
.small-popup-size {
  height: max-content;
  width: 75%;
  margin: auto;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}

.medium-popup-size .popup-modal-body .row .col-sm-6,
.medium-popup-size .popup-img-col,
.medium-popup-size .popup-img-col img,
.small-popup-size .popup-modal-body .row .col-sm-6,
.small-popup-size .popup-img-col,
.small-popup-size .popup-img-col img {
  height: 100%;
}

.medium-popup-size .col-sm-6.popup-col-content {
  padding: 0 30px;
}

.medium-popup-size h2 {
  margin: 0;
  font-size: 40px;
}

.medium-popup-size .sub-heding {
  font-size: 20px;
}

.popup-overlay {
  position: fixed;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  display: none;
  transition: all ease-in-out 0.4s;
  top: 0;
  left: 0;
  right: 0;
  animation: blowUpModal 0.4s forwards;
  transition-timing-function: ease-in-out;
  z-index: 9;
}

.popup-show-wrapper .popup-overlay {
  display: block;
}

.small-popup-size {
  width: 55%;
}

.small-popup-size .col-sm-6 {
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
}

.small-popup-size .col-sm-6.popup-col-content {
  padding: 30px;
}

.small-popup-size .col-sm-6.popup-col-content h2 {
  margin-top: 0;
}

/* End Popup Style */

/* Content Row Style */

.custom-row-content {
  margin-bottom: 70px;
}

.text-center {
  text-align: center;
}

.content-row-container img {
  height: 250px;
  object-fit: cover;
  object-position: center;
  margin-bottom: 20px;
}

.content-row-container .button-wrapper {
  margin-top: 20px;
}

.content-row-col {
  margin-bottom: 65px;
}

/* End Content Row Style */

.partners-carousel img {
  height: 70px !important;
  width: 135px !important;
  object-fit: contain;
  margin: auto;
}

.our-partners-heading-sec {
  margin-bottom: 60px;
}

.custom-padding {
  padding: 80px 0;
}

.margin-0 {
  margin: 0;
}

/* Tab Style */

.tab-wrapper {
  text-align: center;
  display: block;
  margin: auto;
  max-width: 100%;
}

.tabs {
  margin: 0;
  padding: 0;
  display: flex;
  justify-content: center;
}

.tab-link {
  margin: 0 1%;
  list-style: none;
  padding: 10px 40px;
  color: #aaa;
  cursor: pointer;
  font-weight: 700;
  transition: all ease 0.5s;
  border-bottom: solid 3px rgba(255, 255, 255, 0);
  letter-spacing: 1px;
}

.tab-link:hover {
  color: #999;
  border-color: #999;
}

.tab-link.tab-active {
  color: #000;
  border-color: #000;
}

.content-wrapper {
  padding: 40px 80px;
}

.tab-content {
  display: none;
  text-align: center;
  color: #888;
  font-weight: 300;
  font-size: 15px;
  opacity: 0;
  transform: translateY(15px);
  animation: fadeIn 0.5s ease 1 forwards;
}

.tab-content.tab-active {
  display: block;
}

@keyframes fadeIn {
  100% {
    opacity: 1;
    transform: none;
  }
}

.tab-heading-sec {
  margin-bottom: 60px;
}

.vertical-tab-row {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}

.vertical-tab-row .tab-wrapper {
  -ms-flex: 0 0 25%;
  flex: 0 0 20%;
  max-width: 20%;
  padding: 0 15px;
}

.vertical-tab-row .content-wrapper {
  -ms-flex: 0 0 80%;
  flex: 0 0 80%;
  max-width: 80%;
  padding: 0 15px;
}

.vertical-tab-row .tab-wrapper .tabs {
  display: block;
}

.vertical-tab-row .tab-wrapper .tabs .tab-link {
  padding: 10px 0;
  width: max-content;
}

.vertical-tab-row .content-wrapper .tab-content {
  text-align: left;
}

/* End Tab Style */

/* Submenu style */
ul.sub-menu {
  list-style-type: none;
}

.header-menu .menu-item-has-children:after {
  position: absolute;
  content: "";
  background-image: url("/wp-content/themes/fusioncorp/assets/images/menu-icon.svg");
  background-repeat: no-repeat;
  background-position: center;
  width: 16px;
  height: 8px;
  right: 5px;
  top: 0;
  transition: all ease-in-out 0.2s;
  bottom: 0;
  margin: auto;
}

.header-menu .menu-item-has-children:hover:after {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
}

.header-menu ul.sub-menu {
  display: none;
  position: absolute;
  min-width: 300px;
  top: 30px;
  left: -1px;
  z-index: 1;
  text-align: left;
  background: #000;
  /* min-width: 145px; */
  padding-inline-start: 0;
  list-style-type: none;
}

.header-menu ul li .sub-menu a:after,
.menu-item-has-children a:after {
  display: none;
}

.header-menu .menu li .sub-menu li {
  padding: 10px 20px !important;
  margin: 0;
  position: relative;
}

.header-menu .menu .menu-item-has-children {
  position: relative;
}

.header-menu .menu li .sub-menu li a {
  text-align: left !important;
  font-size: 13px;
  width: max-content;
  color: #fff;
	line-height:23px;
}
.header-menu .menu li .sub-menu li a:hover {
  opacity: 0.7;
}

.header-menu .menu li .sub-menu li:first-child {
  padding-top: 20px !important;
}

.header-menu .menu li .sub-menu li:last-child {
  padding-bottom: 20px !important;
}

.header-menu ul#menu-primary-menu li.current-menu-item a:before,
.header-menu ul#menu-primary-menu li.current-menu-parent a:before {
  width: 100%;
}

.header-menu ul#menu-primary-menu li.current-menu-item ul.sub-menu li a:before,
.header-menu
  ul#menu-primary-menu
  li.current-menu-parent
  ul.sub-menu
  li
  a:before {
  width: 0%;
}

.header-menu ul.sub-menu li.current-menu-item a:before,
.header-menu ul.sub-menu li a:hover:before {
  width: 100% !important;
}

.footer-menu .menu {
  display: flex;
  align-items: flex-start;
  list-style-type: none;
  justify-content: space-around;
}

.footer-menu .menu li {
  font-size: 16px;
  font-weight: 500;
  font-family: "Poppins", sans-serif;
  margin-right: 50px;
}

.footer-menu .menu li ul.sub-menu {
  margin-top: 12px;
}

.footer-menu .menu li ul.sub-menu li {
  font-weight: 500;
  font-size: 15px;
  margin-bottom: 7px;
  margin-right: 0;
}

.footer-menu .menu li a:hover {
  opacity: 0.5;
}

.footer-popup-image-wrapper {
  position: fixed;
  right: 22px;
  bottom: 10px;
  z-index: 99999;
}

.footer-popup-image-wrapper img {
  width: 50px;
  height: auto;
  cursor: pointer;
  transition: all ease-in-out 0.3s;
}

.footer-popup-image-wrapper img:hover {
  transform: scale(1.5);
}

.popup-section-container {
  position: relative;
  margin: 0 auto;
}

.popup-section-container video {
  width: 100%;
  height: 100%;
  position: absolute;
  object-fit: cover;
  z-index: -1;
}

.remove-padding {
  padding: 0;
}

.popup-heading-wrapper h2 {
  font-size: 47px;
  line-height: 1.5;
  font-weight: 700;
  padding-left: 30px;
}

.popup-contact-form {
  padding: 50px 40px;
}

.popup-section-container .close-button i {
  font-size: 30px;
}


h1.page-title.title-center {
    text-align: center;
    padding: 50px 0;
} 

video#banner-video-block {
    width: 100%;
    height: 100%;
}

.slider-block img {
    height: 600px;
    object-position: center center;
    object-fit: cover;
}

.banner-video-section {
    max-height: 600px;
     overflow: hidden;
    position: relative;
} 

.video-custom-control {
    position: absolute;
    bottom: 100px;
    z-index: 9;
    left: 40px;
} 

.audio-icons {
    max-width: 70px;
    height: inherit !important;
    cursor: pointer;
}
.play-icons{
    max-width: 70px;
    height: inherit !important;
    cursor: pointer;
}

.animated-image {
    max-width: 70%;
    height: auto;
    margin: 20px auto;
    display: block;
} 

.m-b-0 {
    margin-bottom: 0;
}

.linkedin-feed {
    display: block;
    margin-top: 70px;
}

/* End Submenu style */

.our-mission-block {
  display: flex;
  justify-content: space-between;
  gap:50px;
}
.video-block .video-fullscreen {
  padding-left: 80px;
  padding-top: 80px;
}
.page-id-215 .main-block-heading-title {
  position: relative;
}

.page-id-215 .main-block-heading-title::after {
  content: '';
  height: 2px;
  width: 100%;
  background: #fff;
  position: absolute;
  left: 0;
  bottom: -60px;
  right: 0;
  top: 0;
  margin: auto;
}
.brand-introduction-section .col-sm-12 {
  display: flex;
  align-items: center;
  justify-content: center;
}
.our-brands-section .brand-item {
  position: relative;
  overflow: hidden;
  margin-bottom: 70px;
}

.our-brands-section .brand-item img {
  width: 100%;
  display: block;
}

.our-brands-section .brand-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; /* Full height overlay */
  background: rgba(0, 0, 0, 0.2); /* Semi-transparent black */
  color: #fff;
  display: flex;
  flex-direction: column;
  justify-content: end; /* Align content to the bottom */
}

.our-brands-section .brand-description {
  padding: 20px;
  text-align: center;
}

.our-brands-section .brand-description p {
  margin-bottom: 10px;
  font-size: 18px;
  padding: 10px;
}

.our-brands-section .learn-more-btn {
  display: inline-block;
  padding: 10px 20px;
  background-color: #ef5da2;
  color: #000;
  text-decoration: none;
  font-size: 16px;
  border-radius: 10px;
  font-weight: 800;
}

.our-brands-section .learn-more-btn:hover {
  background-color: #ef5da2;
}
.our-brands-section h2 {
  margin-bottom: 60px;
}


.video-banner {
  width: 100%;
  height: 100%; /* Full viewport height */
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
}

.video-bg {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.page-template-our-services-innerpages-template .main-block-subheading-title {
  text-align:center;
  color:#fff;
}
.page-template-our-services-innerpages-template .our-story-block p {
  text-align:center;
}

.ourwork-small-gallery-block img {
    height: 600px;
    object-fit: cover;
}
.contact-block-list h3::after {
  position: absolute;
  height: 1px;
  width: 100%;
  content: '';
  bottom: -8px;
  background: #fff;
}
.contact-block-list h3 {
  display: inline-flex;
  position: relative;
}
.content-block.contact-details a {
  text-decoration: none !important;
}
.gallery-shortcode-container img {
  max-width: 100% !important;
  width: 100% !important;
  object-fit: cover;
}

/* Style for non-linkable links */
.non-linkable {
  cursor: default; 
  text-decoration: none;
}
.non-linkable:hover {
  opacity: 1;
}

.linkable {
  cursor: pointer; 
}

/* footer map section */
.footer-map-section {
    display: flex;
    align-items: center;
    max-width: 60%;
    margin: 0px auto 20px;
}
.map-image img {
    max-width: 250px;
}
.map-text p {
    font-size: 18px;
    line-height: 28px;
    font-weight: 500;
    margin-left: 30px;
}

