/* # 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;
}

/* -----------------------------
---------------- Main ------------
-------------------------------- */
/* Hero Banner */
.hero-banner {
  padding-top: 275px;
  padding-bottom: 77px;
}

.hero-banner .btn-group>.vc_column-inner>.wpb_wrapper  {
  display: flex;
  align-items: center;
  justify-content: center;
  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: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;
}
.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;
}

.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);
}
.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%;
  object-fit: cover;
  aspect-ratio: 2.85;
}
.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 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: 2.21;
}
.insights-section .recent-post-box .recent-post-info {
  padding: 30px;
}
.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: 500px;
  margin-left: auto;
  margin-right: 106px;
}
.full-column .full-column-img img{
  width: 100%;
  height: 100%;
  object-fit: cover;
}