/* # Site Header*/

.header-main {
  width: 100%;
  z-index: 98;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  background: transparent;
  padding: 15px 0;
}
.site-branding{
  max-width: 240px;
  margin: 0 auto;
}
.site-branding a{
  display: block;
}
.site-branding img{
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.header-main.sticky{
  position: fixed;
  top: 0;
  left: 0;
  transition: all 0.3s;
  width: 100%;
  z-index: 9;
  animation: fadeInDown 0.5s ease-in-out 0s 1 normal none running;
  padding: 15px 0;
  background: #5c6362;
}
.header-main.sticky .site-branding {
    max-width: 150px;
    margin: 0;
}
@-webkit-keyframes fadeInDown {
  0% {
    -webkit-transform: translate3d(0,-100%,0);
    opacity: 0;
    transform: translate3d(0,-100%,0);
  }
  100% {
    -webkit-transform: translateZ(0);
    opacity: 1;
    transform: translateZ(0);
  }
}
/* -----------------------------
---------------- Main ------------
-------------------------------- */
/* Hero Banner */
.hero-banner {
  padding-top: 300px;
  padding-bottom: 77px;
  position: relative;
  z-index: 1;
}
.hero-banner::before{
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.4);
  z-index: -1;
  display: block !important;
}
.hero-banner .btn-group>.vc_column-inner>.wpb_wrapper  {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  column-gap: 36px;
  row-gap: 24px;
} 

/* Two Column */
.two-column {
  display: flex;
  flex-direction: column;
  row-gap: 100px;
}

.two-column > .vc_row {
  row-gap: 30px;
}
.two-column > .vc_row .vc_do_custom_heading {
  word-break: break-word;
}
.two-column > .vc_row:nth-child(even) {
  flex-direction: row-reverse;
}

.two-column > .vc_row > .wpb_column > .vc_column-inner {
  max-width: 550px;
  margin: 0 auto;
}

.two-column .two-col-content > .vc_column-inner > .wpb_wrapper {
  display: flex;
  flex-direction: column;
  align-items: start;
  row-gap: 36px;
}


/* Site Footer */
.site-footer {
  background: #5c6362;
}
.site-footer * {
  color: #ffffff;
}
.footer-logo{
  max-width: 184px;
}
.footer-logo a{
  display: block;
}
.footer-logo img{
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.footer-contact h3{
  margin-bottom: 10px;
  font-size: 25px;
  font-weight: 700;
}
.footer-contact a{
  font-size: 18px;
  color:#ffffff;
}
.footer-contact a:hover{
  color:#000;
}
.site-footer .footer-center ul{
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0;
  flex-wrap: wrap;
  row-gap: 12px;
}
.site-footer .footer-center ul li{
  padding: 0 6px;
  border-right: 1px solid #fff;
  margin: 0;
}
.site-footer .footer-center ul li:last-child{
  border-right: 0;
}
.site-footer .footer-center ul li a{
  color: #fff;
}
.site-footer .footer-center ul li a:hover{
  color: #000;
}

.site-footer .footer-main .registered-logo img {
  max-width: 70px;
}

.footer-copyright p{
  font-size: 14px;
      max-width: 600px;
    text-align: center;
    margin: 0 auto;
    line-height: 2;
}

/* Service section */
.service-section{
  background-repeat: no-repeat !important;
  background-size: cover !important;
  background-position: center !important;
  position: relative;
  z-index: 1;
}
.service-section::before{
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  display: block !important;
}
.service-section *{
  color: #fff;
}
.service-section .wpb_single_image{
  width: 75px;
  height: 75px;
  margin: 0 auto;
}
.service-section .wpb_single_image img{
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.service-section h4.vc_custom_heading  {
  font-size: 18px;
  font-weight: 400;
  max-width: 220px;
  margin: 0 auto;
  line-height: 1.5;
} 

/* Team section */
.team-section *{
  color: #fff;
}
.team-section > .wpb_column > .vc_column-inner{
  max-width: 1290px;
  margin: 0 auto;
}
.team-section .wpb_single_image img{
  aspect-ratio: 0.89;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.down-arrow{
    max-width: 60px;
    margin: 0 auto;
    cursor: pointer;
}
.down-arrow img{
  width: 100%;
  height: 100%;
  object-fit: contain !important;
  aspect-ratio: unset !important;
}

/* Image Slider */
.image-slider img{
  width: 100%;
  height: 100% !important;
  object-fit: cover;
  aspect-ratio: 2.85;
}
.image-slider .vc_carousel-slideline-inner > .vc_item{
  height: 100% !important;
}
.image-slider .vc_carousel-indicators{
  display: flex;
  column-gap: 10px;
  justify-content: center;
  margin: 0;
  bottom: 40px !important;
}
.image-slider .vc_carousel-indicators li{
  width: 20px !important;
  height: 20px !important;
  border-radius: 100px !important;
  border: 1px solid #fff !important;
  background: transparent !important;
}
.image-slider .vc_carousel-indicators  .vc_active{
  background: #fff !important;
}

/* Insights */
.insights-section > .wpb_column > .vc_column-inner{
  max-width: 1290px;
  margin: 0 auto;
}
.insights-section .recent-post{
  row-gap: 30px;
  justify-content: center;
}
.insights-section .recent-post a{
  display: block;
}
.insights-section .recent-post .recent-post-box{
  border: 1px solid #252627;
}
.insights-section .recent-post-box img{
  width: 100%;
  height: 100%;
  object-fit: cover;
  aspect-ratio: 1.5;
}
.insights-section .recent-post-box .recent-post-info {
  padding: 24px;
}
.insights-section .recent-post-box .recent-post-info .editor-content p{
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.insights-section .recent-post-box .recent-post-info h4{
  font-size: 25px;
  color: #252627;
  font-weight: 400;
  margin: 0 0 16px;
}
.insights-section .recent-post-box .recent-post-info .date{
  font-size: 14px;
  color: #252627;
  font-weight: 700;
  margin-bottom: 20px;
}

/* about two column */
.about-two-column.two-column > .vc_row:nth-child(even) {
    flex-direction: row;
}
.about-two-column.two-column {
  row-gap: 70px;
}

.intro-text h2{
  font-weight: 500;
}
.intro-text h2 strong{
  font-weight: 700;
}

.full-column .full-column-content > .vc_column-inner > .wpb_wrapper{
  max-width: 530px;
  margin-left: auto;
  padding: 0 15px;
}
.full-column .full-column-img{
  padding-left: 15px;
}
.full-column .full-column-img img{
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.contact-content{
  padding: 80px 0;
}
.contact-content > .vc_column-inner > .wpb_wrapper{
  max-width: 500px;
  margin-left: auto;
  margin-right: 130px;
}
.contact-form{
  position: relative;
  z-index: 1;
  padding: 50px 15px !important;
}
.contact-form::before{
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100%;
  background-color: #f4f4f4;
  z-index: -1;
}


.contact-form form{
  max-width: 520px;
}
.contact-form form p{
  margin-bottom: 0;
}
.contact-form form p+p{
  margin-top: 24px;
}
.contact-form form label{
  font-weight: 600;
  font-size: 14px;
  width: 100%;
}
.contact-form form input,
.contact-form form textarea{
  width: 100%;
  border: 1px solid #000;
  padding: 10px;
  margin-top: 6px;
  border-radius: 6px;
  background: transparent;
  outline: none;
}
.contact-form form textarea{
  resize: none;
  height: 70px;
}
/* .contact-form form .wpcf7-radio {
    display: block;
    margin-top: 6px;
}

.contact-form form .wpcf7-radio .wpcf7-list-item {
    display: block;
    width: 100%;
    margin: 0 0 10px 0;
}

.contact-form form .wpcf7-radio .wpcf7-list-item label {
    position: relative;
    font-weight: 400;
}

.contact-form form  .wpcf7-list-item-label{
    padding: 14px 18px;
    background: #d9d9d9;
    width: 100%;
    display: block;
    border-radius: 6px;
    cursor: pointer;
}

.contact-form form .wpcf7-radio input[type="radio"] {
    position: absolute;
    opacity: 0;
}
.contact-form form .wpcf7-radio input[type="radio"]:checked + .wpcf7-list-item-label {
    background: #2f6f6b;
} */
.contact-form form .wpcf7-checkbox{
  display: block;
  margin-top: 6px;
}
.contact-form form .wpcf7-checkbox .wpcf7-list-item{
    display:block;
    width:100%;
    margin:0 0 10px;
}

.contact-form form .wpcf7-checkbox .wpcf7-list-item .wpcf7-list-item-label{
    display:block;
    width:100%;
    padding:14px 18px;
    background:#d9d9d9;
    border-radius:6px;
    cursor:pointer;
    position:relative;
    transition:all .3s ease;
}

.contact-form form .wpcf7-checkbox .wpcf7-list-item input[type="checkbox"]{
    position:absolute;
    opacity:0;
}

.contact-form form .wpcf7-checkbox .wpcf7-list-item-label{
    display:block;
}

.contact-form form .wpcf7-checkbox input[type="checkbox"]:checked + .wpcf7-list-item-label{
    background:#2e6f6c;
    color:#fff;
}
.contact-form form .wpcf7-submit{
  font-size: 14px;
  font-weight: 700;
  border-radius: 30px;
  background: #2f7979;
  border: none;
  margin: 0;
}

.blog-hero-banner,
.blog-detail-hero{
  background-repeat: no-repeat !important;
  background-size: cover !important;
  text-align: center;
}
.blog-hero-banner *,
.blog-detail-hero *{
  color: #fff;
  text-align: center;
}
.blog-listing .row{
  row-gap: 30px;
  justify-content: center;
}
.blog-listing a{
  display: block;
}
.blog-listing .recent-post-box{
  border: 1px solid #252627;
}
.blog-listing .recent-post-box img{
  width: 100%;
  height: 100%;
  object-fit: cover;
  aspect-ratio: 1.5;
}
.blog-listing .recent-post-box .recent-post-info {
  padding: 20px;
}
.blog-listing .recent-post-box .recent-post-info .editor-content p{
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.blog-listing .recent-post-box .recent-post-info h4{
  font-size: 25px;
  color: #252627;
  font-weight: 400;
  margin: 0 0 16px;
}
.blog-listing .recent-post-box .recent-post-info .date{
  font-size: 14px;
  color: #252627;
  font-weight: 700;
  margin-bottom: 20px;
}

.blog-detail-page .post-meta {
  margin-bottom: 20px;
}
.blog-detail-page .post-meta p {
  font-size: 14px;
  font-weight: 700;
}

.blog-detail-page .blog-content h2,
.blog-detail-page .blog-content h3,
.blog-detail-page .blog-content h4,
.blog-detail-page .blog-content h5,
.blog-detail-page .blog-content h6 {
    font-size: 30px;
    margin-bottom: 16px;
    font-weight: 700;
}
.blog-detail-page .blog-content p + h2,
.blog-detail-page .blog-content p + h3,
.blog-detail-page .blog-content p + h4,
.blog-detail-page .blog-content p + h5,
.blog-detail-page .blog-content p + h6,
.blog-detail-page .blog-content ul + h2,
.blog-detail-page .blog-content ul + h3,
.blog-detail-page .blog-content ul + h4,
.blog-detail-page .blog-content ul + h5,
.blog-detail-page .blog-content ul + h6,
.blog-detail-page .blog-content ol + h2,
.blog-detail-page .blog-content ol + h3,
.blog-detail-page .blog-content ol + h4,
.blog-detail-page .blog-content ol + h5,
.blog-detail-page .blog-content ol + h6 {
  margin-top: 36px;
}
.blog-detail-page .blog-content a {
  text-decoration: underline;
}
.blog-detail-page .blog-content a:hover {
  text-decoration: none;
}
.blog-detail-page .blog-content ol {
  list-style: decimal;
  margin-top: 0;
  margin-bottom: 16px;
  padding-left: 16px;
}
.blog-detail-page .blog-content ol:last-child {
  margin-bottom: 0;
}
.blog-detail-page .blog-content ol li a {
  text-decoration: underline;
}
.blog-detail-page .blog-content ul {
list-style: disc;
padding-left: 16px;
margin-top: 0;
margin-bottom: 16px;
}
.blog-detail-page .blog-content ul:last-child {
  margin-bottom: 0;
}
.blog-detail-page .blog-content ul li a {
  text-decoration: underline;

}
.blog-detail-page .blog-content img {
  margin: 20px 0px;
}

.btn-load-more{
  border: 1px solid #5c6362;
  background: #5c6362;
  color: #fff;
  font-size: 14px;
  outline: none ;
  padding: 12px 20px;
  font-weight: 700;
  text-transform: uppercase;
  transition: all 0.3s;
  margin-top: 30px;
}
.btn-load-more:hover{
  background: transparent;
  color: #252627;
}
#load-more-spinner{
  margin-top: 30px;
}
.post-navigation{
  max-width: 1040px;
  margin: 0 auto;
  padding: 0 15px;
}
.post-navigation .nav-links{
  padding-bottom: 50px;
  display: flex;
  gap: 20px;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
}
.post-navigation .nav-links .nav-subtitle{
  font-weight: 700;
}