/**
 
Table of Contents
===================================================================================
#Search Page






/* ================================================================================ */
/* #Search Page
/* ================================================================================ */

#search-fail {
  flex-direction: column;
  gap: calc(var(--column-gap) / 2);
}





/* ================================================================================ */
/* #Hero Section
/* ================================================================================ */

@media only screen and (min-width: 850px) {
  #hero-section .entry-content-wrapper {
    max-width: var(--columns-span-12);
  }
}


#hero-section { 
  max-width: 1440px;
  height: 868px;
}

#hero-text-column { 
  height: 868px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
}


#hero-section-logo { 
  max-width: 286px;
  margin-bottom: 62px;
}


#main #hero-text-column h4 {
	font-size: var(--font-size--heading);
  color: var(--color-secondary--x-light);
  font-weight: 300;
  z-index: 99;
  mix-blend-mode: multiply;
}


.hero-section-br-hide { display: none; }


#hero-image-column { 
  position: absolute;
  max-width: 1038px;
  top: -208px;
  right: -260px;
}


#triangles-large,
#triangles-large-outline { 
  position: absolute;
  z-index: 96;
  width: 868px;
  height: 868px;
  bottom: -26px;
  left: -32px;
  mix-blend-mode: screen;
}


#triangles-small { 
  position: absolute;
  z-index: 97;
  width: 380px;
  height: 290px;
  bottom: 50px;
  left: -32px;
}


#triangle-single { 
  position: absolute;
  z-index: 98;
  width: 96px;
  height: 82px;
  left: 300px;
  bottom: 510px;
  mix-blend-mode: multiply;
}


#hero-text-column h4 + h2 { margin-top: calc(var(--paragraph-margin) ); }


@media only screen and (max-width: 1330px) {
  #hero-section-logo { 
    max-width: 260px;
    margin-top: -40px;
  }


  #hero-section,
  #hero-text-column { 
    height: 800px;
  }
  

  #hero-image-column { 
    max-width: 980px;
    right: -280px;
  }

  #main #hero-text-column h4 {
    font-size: 18px;
  }

  #main #hero-text-column h2 {
    font-size: 46px;
  }

  #triangles-small { 
    left: -38px;
  }
}


@media only screen and (max-width: 1230px) {
  #triangles-small { 
    left: -10px;
  }
}


@media only screen and (max-width: 1210px) {
  #hero-section-logo { 
    max-width: 250px;
    margin-bottom: 56px;
    margin-top: -80px;
  }

  #hero-image-column { 
    max-width: 960px;
    right: -300px;
  }

  #main #hero-text-column h4 {
    font-size: 17px;
  }

  #main #hero-text-column h2 {
    font-size: 44px;
  }
}


@media only screen and (max-width: 1160px) {
  #hero-image-column { 
    max-width: 960px;
    right: -330px;
  }
}


@media only screen and (max-width: 1060px) {
  #hero-section-logo { 
    /* margin-top: -120px; */
    max-width: 240px;
    margin-bottom: 50px;
  }

  #hero-section,
  #hero-text-column { 
    height: 690px;
  }


  #hero-image-column { 
    max-width: 880px;
  }

  #main #hero-text-column h4 {
    font-size: 16px;
  }

  #triangles-small { 
    left: -20px;
  }

  #triangle-single { 
    left: 200px;
    bottom: 480px;
  }
}


@media only screen and (max-width: 1000px) {
  #hero-section-logo { 
    /* margin-top: -120px; */
    max-width: 230px;
  }
}


@media only screen and (max-width: 980px) {
  #hero-image-column { 
    right: -350px;
  }
}


@media only screen and (max-width: 960px) {
  #hero-section,
  #hero-text-column { 
    height: 640px;
  }


  #triangles-large { 
    bottom: -60px;
  }

  #triangles-small { 
    left: 0;
  }

  #triangle-single { 
    left: 150px;
    bottom: 440px;
  }
}


@media only screen and (max-width: 920px) {
  #hero-section,
  #hero-text-column { 
    height: 600px;
  }
}


@media only screen and (max-width: 860px) {
  #hero-section,
  #hero-text-column { 
    height: 560px;
  }


  #hero-section-logo { 
    margin-top: -114px;
    max-width: 200px;
  }

  .hero-section-br-hide { display: inherit; }

  #triangles-large,
  #triangles-large-outline { 
    bottom: -120px;
  }
}


@media only screen and (max-width: 849px) {
  #triangles-large,
  #triangles-large-outline { 
    bottom: -150px;
  }
}


@media only screen and (max-width: 836px) {
  #hero-section,
  #hero-text-column { 
    height: 500px;
  }

  #hero-section-logo { 
    margin-top: -54px;
  }
}


@media only screen and (max-width: 796px) {
  #triangles-large,
  #triangles-large-outline { 
    bottom: -210px;
  }
}


@media only screen and (max-width: 767px) {
  .responsive #top #wrap_all #hero-section .container { 
    max-width: 100%;
    width: 100%;
  }


  #hero-section .template-page .entry-content-wrapper {  
    flex-direction: column-reverse;
  }

  #hero-section-logo { 
    display: none;
  }


  #top #main #hero-text-column { 
    height: auto;
    max-width: 85%;
    width: 85%;
    margin-left: auto;
    margin-right: auto;
  }
  
  #hero-image-column { 
    position: relative;
    top: inherit;
    right: inherit;
  }

  #hero-image { 
    width: 130%;
    max-width: 130%;
    margin-top: -300px;
    margin-left: -8%;
  }


  .hero-section-br-hide { display: none; }


  #triangles-large,
  #triangles-large-outline {
    bottom: -250px;
    left: inherit;
    right: -280px;
  }

  #triangles-small { 
    /* width: 266px;
    height: 203px;
    bottom: inherit; */
    top: 210px;
    left: 30px;
  }
  
  
  #triangle-single { 
    width: 82px;
    height: 75px;
    left: 280px;
    top: 80px;
    bottom: inherit;
  }
}


@media only screen and (max-width: 680px) {
  #hero-image { 
    margin-left: -6%;
  } 


  #triangles-large,
  #triangles-large-outline {
    bottom: -280px;
    right: -270px;
  }


  #triangles-small { 
    top: 260px;
  }
  
  
  #triangle-single { 
    left: 200px;
    top: 70px;
  }
}


@media only screen and (max-width: 640px) {
  #triangles-large,
  #triangles-large-outline {
    bottom: -330px;
  }
}


@media only screen and (max-width: 576px) {
  #hero-image { 
    margin-left: -6.6%;
    margin-top: -260px;
  }


  #triangles-large,
  #triangles-large-outline {
    right: -220px;
    bottom: -400px;
  }

  #triangles-small { 
    top: 120px;
    left: 0;
    width: 304px;
    height: 232px;
  }
  
  
  #triangle-single { 
    width: 60px;
    height: 55px;
    left: 240px;
    top: 30px;
  }

  #main #hero-text-column h4 {
    font-size: 16px;
  }

  #main #hero-text-column h2 {
    font-size: 37px;
  }
}


@media only screen and (max-width: 500px) {
  #hero-image { 
    margin-left: -5.5%;
  }
}


@media only screen and (max-width: 480px) {
  #hero-image { 
    margin-top: -240px;
  }

  #triangles-large,
  #triangles-large-outline {
    width: 600px;
    height: 600px;
    bottom: -199px;
    right: -170px;
  }

  #triangles-small { 
    width: 200px;
    height: 153px;
    bottom: inherit;
    top: 210px;
    left: 18px;
  }
  
  
  #triangle-single { 
    width: 40px;
    height: 37px;
    left: 100px;
    top: 20px;
  }
}


@media only screen and (max-width: 430px) {
  #triangles-large,
  #triangles-large-outline {
    bottom: -220px;
  }
}


@media only screen and (max-width: 420px) {
  #triangles-large,
  #triangles-large-outline {
    right: -150px;
  }
 

  #triangles-small { 
    top: 170px;
  }
}


@media only screen and (max-width: 408px) {
  #triangles-large,
  #triangles-large-outline {
    bottom: -240px;
  }

  #triangles-small { 
    top: 150px;
  }
}


@media only screen and (max-width: 400px) {
  #triangles-large,
  #triangles-large-outline {
    bottom: -250px;
  }
}


@media only screen and (max-width: 386px) {
  #triangles-large,
  #triangles-large-outline {
    bottom: -257px;
  }
}





/* ================================================================================ */
/* #About
/* ================================================================================ */

.responsive #top #wrap_all #about .flex_column:first-child { 
  margin-bottom: 24px;
}






/* ================================================================================ */
/* #Our Services
/* ================================================================================ */

.our-services-icon img { 
  max-width: 108px;
}


.our-services-icon .av_textblock_section { 
  margin-top: 16px; 
  margin-bottom: 16px;
}



#main #our-services .av_one_third:nth-child(even) h5 {
  color: var(--color-primary);
}


.responsive #top #wrap_all #our-services .container {
  width: 74%;
  padding-left: 0;
  padding-right: 0;
}


@media (max-width: 849px) {
  .responsive #top #wrap_all #main #our-services .entry-content-wrapper {
    flex-direction: row;
  }

  .responsive #top #wrap_all #our-services .flex_column.av_one_third {
    flex-basis: 48%;
    max-width: 100%;
    margin-bottom: 16px;
  }

  .responsive #top #wrap_all #our-services .flex_column.av_one_third:nth-child(2) { order: 1; }
  .responsive #top #wrap_all #our-services .flex_column.av_one_third:nth-child(3) { order: 2; }
  .responsive #top #wrap_all #our-services .flex_column.av_one_third:nth-child(4) { order: 4; }
  .responsive #top #wrap_all #our-services .flex_column.av_one_third:nth-child(5) { order: 3; }
  .responsive #top #wrap_all #our-services .flex_column.av_one_third:nth-child(6) { order: 5; }
  .responsive #top #wrap_all #our-services .flex_column.av_one_third:nth-child(7) { order: 6; }
}





@media (max-width: 500px) {
  .our-services-icon img { 
    max-width: 92px;
  }

  .our-services-icon .av_textblock_section { 
    margin-top: 8px; 
  }


  /* .responsive #top #wrap_all #our-services .flex_column,
  .responsive #top #wrap_all #our-services .avia-image-container.avia-align-center {
    text-align: left;
  } */
}





/* #Additional Services
----------------------------------------------------------------------------------- */
/* Left Column */
#additional-services-column .av_textblock_section { position: relative; }


#additional-services-column .av_textblock_section:before {
  content: '';
  position: absolute;
  background-image: url('../images/cross.svg');
  background-size: cover;
  top: -120px;
  left: -120px;
  width: 120px;
  height: 120px;
}


/* Right Column (Image) */
#additional-services .av_three_fifth { 
  padding-left: 62px; 
  padding-right: 46px;
}


#pl-angle-graphic img {
  clip-path: polygon(
    0% 0%,
    0% 100%,
    100% 37.7493%,
    100% 0%
  );
}


#triangle-services { 
  position: absolute;
  z-index: 9998;
  width: 328px;
  height: 288px;
  top: 290px;
  right: -95px;
  mix-blend-mode: multiply;
}



@media (max-width: 1330px) {
  #additional-services-column .av_textblock_section { 
    margin-top: 60px;
  }

  #additional-services-column .av_textblock_section:before {
    top: -110px;
    left: -10px;
    width: 80px;
    height: 80px;
  }

  #triangle-services { 
    top: 340px;
    right: 0;
  }
}


@media (max-width: 1060px) {
  #triangle-services { 
    top: 330px;
  }
}


@media (max-width: 980px) {
  #triangle-services { 
    transform-origin: top right;
    width: 262px;
    height: 230px;
    top: 230px;
  }
}


@media (max-width: 890px) {
  #triangle-services { 
    transform-origin: top right;
    width: 196px;
    height: 172px;
    top: 210px;
  }
}


@media only screen and (max-width: 849px) {
  #additional-services .entry-content-wrapper { 
    flex-direction: column-reverse;
  }
  
  #top #additional-services-column { 
    padding-top: 20px;
  }

  #additional-services .av_three_fifth { 
    padding-left: 0; 
  }


  #triangle-services { 
    transform-origin: top right;
    width: 328px;
    height: 288px;
    top: 360px;
  }
}


@media only screen and (max-width: 720px) {
  #triangle-services { 
    top: 320px;
  }
}


@media only screen and (max-width: 650px) {
  #triangle-services { 
    transform-origin: top right;
    width: 262px;
    height: 230px;
    top: 290px;
  }
}


@media only screen and (max-width: 580px) {
  #triangle-services { 
    top: 250px;
  }
}


@media only screen and (max-width: 580px) {
  #triangle-services { 
    transform-origin: top right;
    width: 196px;
    height: 172px;
    top: 210px;
  }
}


@media only screen and (max-width: 440px) {
  #triangle-services { 
    top: 170px;
  }
}


@media only screen and (max-width: 380px) {
  #triangle-services { 
    transform-origin: top right;
    width: 164px;
    height: 144px;
    top: 150px;
  }
}



/* ================================================================================ */
/* #Our Approach
/* ================================================================================ */

#triangle-approach { 
  position: absolute;
  z-index: 9998;
  width: 140px;
  height: 122px;
  bottom: -100px;
  right: 32px;
  mix-blend-mode: multiply;
}


@media only screen and (max-width: 470px) {
  #triangle-approach { 
    transform-origin: top right;
    width: 112px;
    height: 98px;
    bottom: -50px;
  }
}


@media only screen and (max-width: 400px) {
  #triangle-approach { 
    transform-origin: top right;
    width: 84px;
    height: 73px;
    bottom: -80px;
  }
}



/* ================================================================================ */
/* #Contact Us
/* ================================================================================ */

#contact-us .entry-content-wrapper { 
  flex-direction: column-reverse;
}


.responsive #top #wrap_all #contact-us .flex_column:first-child { 
  margin-bottom: 48px;
}

#contact-us p a { text-decoration: none; }


#contact-section-logo  { 
  margin-top: 50px;
  max-width: 187px;
  margin-bottom: 40px;
}


.nf-form-cont { 
  margin-top: 24px;
}


@media only screen and (min-width: 850px) {
  #contact-us .entry-content-wrapper { 
    flex-direction: row;
  }

  #contact-section-logo  { 
    margin-top: 70px;
  }

  #contact-us .av_three_fourth  { 
    padding-left: 52px;
  }

  .nf-form-cont { 
    margin-top: 32px;
  }
}



