

/*Image hotsports css */
@-webkit-keyframes 
pulsate {  0% {
 -webkit-transform: scale(1);
 transform: scale(1);
 opacity: 0.8;
}
 45% {
 -webkit-transform: scale(1.75);
 transform: scale(1.75);
 opacity: 0;
}
}
@keyframes 
pulsate {  0% {
 -webkit-transform: scale(1);
 transform: scale(1);
 opacity: 0.8;
}
 45% {
 -webkit-transform: scale(1.75);
 transform: scale(1.75);
 opacity: 0;
}
}

.marketing-container{
  padding: 0px 0 !important;
}
ul.marketing-container.market-2-ul-container {
  margin-bottom: -4.5px;
}
.even-odd-list > li:nth-child(2n+2){
  background-color: #2e2e2e;
}
.even-odd-list > li {
  background-color: #1b1b1b;
  padding:20px;
  margin:0px;
  color:white !important;
}

.color-box-grey{
  background-color: #d6d6d6;
}
/* .color-box-grey:hover{
  background-color: #e0e0e0;
} */
.col-expand {
  position: absolute;
  width: 100%;
  right: 0px;
}
@media only screen and (max-width:991px)
{
  .col-expand {
    position: inherit;
    width: 100%;
    right: 0px;
  }
}
@media only screen and (min-width:1400px)
{
  .col-expand {
    position: absolute;
    width: 50vh;
    right: 0px;
  }
}

.alternating-tile > a:nth-child(2n+2){
  background-color: #e0e0e0;
  padding:25px;
}
.alternating-tile > a:hover {
  background-color: #b9b9b9;
  transition: all .5s;
}
.alternating-tile > a {
  background-color: #d6d6d6;
  padding:25px;
  width:20%;
}
@media only screen and (max-width: 921px) {
  .alternating-tile > a {
    width:25%;
  }
}
@media only screen and (max-width: 722px) {
  .alternating-tile > a {
    width:33.33%;
  }
}
@media only screen and (max-width: 495px) {
  .alternating-tile > a {
    width:100%;
  }
}
/*
.alternating-tile1 > a:nth-child(2n+2){
  background-color: #e0e0e0;
  padding:25px;
}*/
.alternating-tile1 > a:hover {
  background-color: #b9b9b9;
  transition: all .5s;
}
.alternating-tile1 > a {
  background-color: #d6d6d6;
  padding:25px;
  width:14.28%;
}
@media only screen and (max-width: 1162px) {
  .alternating-tile1 > a {
    background-color: #c9c9c9;
    padding:20px;
    width:20%;
  }
}
@media only screen and (max-width: 1000px) {
  .alternating-tile1 > a {
    background-color: #c9c9c9;
    padding:20px;
    width:25%;
  }
}
@media only screen and (max-width: 790px) {
  .alternating-tile1 > a {
    background-color: #c9c9c9;
    padding:20px;
    width:33.33%;
  }
}
@media only screen and (max-width: 560px) {
  .alternating-tile1 > a {
    background-color: #c9c9c9;
    padding:20px;
    width:100%;
  }
}
.header-space-sm{
  padding-top: 200px;
  height: 300px;
  background-image: url(../img/slides/home-slide1.png);
  background-size: cover;
}

#hotspotImg {
  background-color: #ededed;
  background-size: cover;
  background-position: center center;
  position: relative;
}

#hotspotImg .img-responsive { max-width: 100%; }

#hotspotImg .hot-spot {
  position: absolute;
  width: 25px;
  height: 25px;
  top: 5px;
  left: 5px;
  text-align: center;
  background-color: rgba(0, 167, 74, 1);
  color: #fff;
  border-radius: 100%;
  border: 1px solid white;
  cursor: pointer;
  transition: all .3s ease;
}

#hotspotImg .hot-spot .circle {
  display: block;
  position: absolute;
  top: 45%;
  left: 45%;
  width: 2em;
  height: 2em;
  margin: -.9em auto auto -.9em;
  -webkit-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
  border-radius: 50%;
  border: 2px solid #00a74a;
  opacity: 0;
  -webkit-animation: pulsate 3s ease-out infinite;
  animation: pulsate 3s ease-out infinite;
}

#hotspotImg .hot-spot .tooltip {
  background-color: rgba(255, 255, 255, 0.8);
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  color: #fff;
  display: none;
  font-size: 14px;
  opacity: 1.0;
  left: 0px;
  padding: 15px 5px;
  position: absolute;
  text-align: left;
  top: 30px;
  width: 220px;
  z-index: 999;
}

#hotspotImg .hot-spot .tooltip .img-row {
  padding: 10px;
  text-align: center;
}

#hotspotImg .hot-spot .tooltip .text-row { padding: 15px; }

#hotspotImg .hot-spot .tooltip h4 {
  margin-bottom: 10px;
  border-bottom: 1px solid #ffffff;
}

#hotspotImg .hot-spot .tooltip p {
  font-size: 14px;
  line-height: 1.4em;
  margin-bottom: 10px;
}

#hotspotImg .hot-spot .tooltip p:last-child { margin-bottom: 0; }

.icon-box-animation-1 .icon-box{
  padding: 2rem !important;
}

#hotspotImg .hot-spot .tooltip p:last-child { margin-bottom: 0; }


/* media queries products page */
@media only screen and (max-width: 1200px) {
  .position-absolute ~ img:nth-of-type(2){
    left: -30% !important;
    bottom: -10% !important;
  }
  .position-absolute ~ img:nth-of-type(1){
    left: 0% !important;
    bottom: 0% !important;
  }
}
@media only screen and (max-width: 992px) {
  .position-absolute ~ img:nth-of-type(2){
    left: -10% !important;
    bottom: 0% !important;
  }
  .position-absolute ~ img:nth-of-type(1){
    left: 0% !important;
    bottom: 0% !important;
  }
}
@media only screen and (max-width: 576px) {
  .position-absolute ~ img:nth-of-type(2){
    left: -40% !important;
    bottom: -20% !important;
  }
  .position-absolute ~ img:nth-of-type(1){
    left: -40% !important;
    bottom: 0% !important;
  }
}

/* styling for products-draft2 */
.box-d2{
  width: 100%;
  -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;

    -webkit-background-position: center !important;
    -moz-background-position:center !important;
    -o-background-position:center !important;
    background-position: center !important;
    background-repeat: no-repeat;
    background-color:#000;
    z-index: 1;
  }
.overlay-b{
  z-index: 2;
  background: rgba(0, 0, 0, 0.6);
  transition: all .5s;
  }
  .overlay-b:hover{
    z-index: 2;
    background: rgba(0, 0, 0, 0.8);
    transition: all .5s;
    }

.box-d2-text{
  z-index: 3;
  font-weight: bold;
  font-size: 24px;
  color:white;
  text-align: center;
  text-shadow: 2px 2px 5px black;
  padding:40px;
  height: 300px;
  vertical-align: middle !important;
  display: flex;
  justify-content: center;
  align-items: center;  
  margin: 0px;

}

.c-color{
  color:#181818;
}

.section-full{
  padding:0 !important;
  margin:0 !important;
}


@media only screen and (min-width: 992px) {

  .slant-left-marg{
    margin-left:-20px;
  }

  .row-slant-1{
    clip-path: polygon(0 0, 100% 0, 85% 100%, 0% 100%);
    min-width:120%;
    
  }

  .row-slant-2{
    clip-path: polygon(15% 0, 100% 0, 85% 100%, 0% 100%);
    min-width:120%;
  }

  .row-slant-3{
    clip-path: polygon(15% 0, 100% 0, 85% 100%, 0% 100%);
    min-width:120%;
  }

  .row-slant-4{
    clip-path: polygon(15% 0, 100% 0, 85% 100%, 0% 100%);
    min-width:120%;
  }

  .row-slant-5{
    clip-path: polygon(15% 0, 100% 0, 85% 100%, 0% 100%);
    min-width:120%;
  }

  .row-slant-6{
    clip-path: polygon(15% 0, 100% 0, 100% 100%, 0% 100%);
    min-width:120%;
  }
}

.row-dup-grey{
 background-color: #efefef;
 padding:20px;
 vertical-align: middle !important;
}
.row-dup-grey:hover{
  background-color:#e0e0e0;
  transition: all .5s;
 }

.row-dup-text{
color:#1C1F21;
}

.row-dup-img{
max-width: 70px;
display: flex;
margin: auto;
}

.quality-box{
  background-color:#1C1F21;
  padding: 40px;
  text-align: center;
}

.quality-box:hover{
  background-color:rgb(19, 23, 26);
}

.quality-box h4{
  color: #fff !important;
  font-weight: bold;
  font-size: 26px;
  max-width: 500px;
  margin: auto;
}
.quality-box p{
  color: #fff !important;
  font-size: 12px;
  max-width: 500px;
  margin: auto;
}

.company-slide-cover{
  padding-top: 200px;
    height: 500px;
    background-image: url(../img/company-w/company-slide.jpg);
    background-size: cover;
}

.news-slide-cover{
  padding-top: 150px;
    height: 300px;
    background-image: url(../img/company-w/news-slide.jpg);
    background-size: cover;
}

.centering{
  display: flex;
  justify-content: center;
  align-content: center;
  flex-direction: column;
}

/* below is the css for timeline design */
/* -------------------------------- 

Main Components 

-------------------------------- */

.founder-text-2{
  float:left;
padding:25px;
max-width: 500px !important;
}

.hairline{
  border-bottom: 1px solid rgba(119, 119, 119, 0.2);
}

.white-color-text-heading{
  color:white;
  text-align: center;
  margin: auto;
  padding-bottom: 50px;
}

.white-color-text-heading-1{
  color:white;
float:left;
padding:25px;
max-width: 500px !important;
}

.center-founder{
  float:left;
}

.timeline-section{
  background-color: #1C1F21;
}

.events li a{
  font-size:12px !important;
  text-decoration:none;
}

.events ol li, .cd-timeline-navigation ol li, .events-content ol li{
  list-style-type: none !important;
}
.timeline li{
  list-style-type: none !important;
}

.cd-horizontal-timeline {
  opacity: 0;
  margin: 2em auto;
  -webkit-transition: opacity 0.2s;
  -moz-transition: opacity 0.2s;
  transition: opacity 0.2s;
  font-size:12px;
}
.cd-horizontal-timeline::before {
  /* never visible - this is used in jQuery to check the current MQ */
  content: 'mobile';
  display: none;
}
.cd-horizontal-timeline.loaded {
  /* show the timeline after events position has been set (using JavaScript) */
  opacity: 1;
}
.cd-horizontal-timeline .timeline {
  position: relative;
  height: 100px;
  width: 100%;
  max-width: 900px;
  margin: 0 auto;
}
.cd-horizontal-timeline .events-wrapper {
  position: relative;
  height: 100%;
  margin: 0 40px;
  overflow: hidden;
}
.cd-horizontal-timeline .events-wrapper::after, .cd-horizontal-timeline .events-wrapper::before {
  /* these are used to create a shadow effect at the sides of the timeline */
  content: '';
  position: absolute;
  z-index: 2;
  top: 0;
  height: 100%;
  width: 20px;
}
.cd-horizontal-timeline .events-wrapper::before {
  left: 0;
}
.cd-horizontal-timeline .events-wrapper::after {
  right: 0;
}
.cd-horizontal-timeline .events {
  /* this is the grey line/timeline */
  position: absolute;
  z-index: 1;
  left: 0;
  top: 49px;
  height: 2px;
  /* width will be set using JavaScript */
  background: #fff;
  -webkit-transition: -webkit-transform 0.4s;
  -moz-transition: -moz-transform 0.4s;
  transition: transform 0.4s;
}
.cd-horizontal-timeline .filling-line {
  /* this is used to create the green line filling the timeline */
  position: absolute;
  z-index: 1;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  background-color: #01A74A;
  -webkit-transform: scaleX(0);
  -moz-transform: scaleX(0);
  -ms-transform: scaleX(0);
  -o-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: left center;
  -moz-transform-origin: left center;
  -ms-transform-origin: left center;
  -o-transform-origin: left center;
  transform-origin: left center;
  -webkit-transition: -webkit-transform 0.3s;
  -moz-transition: -moz-transform 0.3s;
  transition: transform 0.3s;
}
.cd-horizontal-timeline .events a {
  position: absolute;
  width:100px;
  bottom: 0;
  z-index: 2;
  text-align: center;
  font-size: 1.3rem;
  padding-bottom: 15px;
  color: #383838;
  /* fix bug on Safari - text flickering while timeline translates */
  -webkit-transform: translateZ(0);
  -moz-transform: translateZ(0);
  -ms-transform: translateZ(0);
  -o-transform: translateZ(0);
  transform: translateZ(0);
  color:white;
  padding:5px;
  margin-bottom:20px;
}
/* custom*/
.cd-horizontal-timeline .events a::before {
  content: '';
  position: absolute;
  width:1px;
  height:20px;
  background: #fff;
  bottom:-20px;
  left:50%;
}

.cd-horizontal-timeline .events a::after {
  /* this is used to create the event spot */
  content: '';
  position: absolute;
  left: 50%;
  right: auto;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  bottom: -25px;
  height: 12px;
  width: 12px;
  border-radius: 50%;
  border: 2px solid #fff;
  background-color: #fff;
  -webkit-transition: background-color 0.3s, border-color 0.3s;
  -moz-transition: background-color 0.3s, border-color 0.3s;
  transition: background-color 0.3s, border-color 0.3s;
}
.no-touch .cd-horizontal-timeline .events a:hover::after {
  background-color: #01A74A;
  border-color: #fff;
}
.cd-horizontal-timeline .events a.selected {
  pointer-events: none;
}
.cd-horizontal-timeline .events a.selected::after {
  background-color: #01A74A;
  border-color: #01A74A;
}
.cd-horizontal-timeline .events a.older-event::after {
  border-color: #01A74A;
}
@media only screen and (min-width: 1100px) {
  .cd-horizontal-timeline {
    margin: 6em auto;
  }
  .cd-horizontal-timeline::before {
    /* never visible - this is used in jQuery to check the current MQ */
    content: 'desktop';
  }
}

.cd-timeline-navigation a {
  /* these are the left/right arrows to navigate the timeline */
  position: absolute;
  z-index: 1;
  top: 50%;
  bottom: auto;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  height: 30px;
  width: 30px;
  border-radius: 50%;
  border: 2px solid #fff;
  /* replace text with an icon */
  overflow: hidden;
  color: transparent;
  text-indent: 100%;
  white-space: nowrap;
  -webkit-transition: border-color 0.3s;
  -moz-transition: border-color 0.3s;
  transition: border-color 0.3s;
}
.cd-timeline-navigation a::after {
  /* arrow icon */
  content: '';
  position: absolute;
  height: 16px;
  width: 16px;
  left: 50%;
  top: 50%;
  bottom: auto;
  right: auto;
  -webkit-transform: translateX(-50%) translateY(-50%);
  -moz-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  -o-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  background: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRw%0D%0AOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB4PSIwcHgiIHk9IjBweCIgd2lkdGg9IjE2cHgiIGhl%0D%0AaWdodD0iMzJweCIgdmlld0JveD0iMCAwIDE2IDMyIj48ZyAgdHJhbnNmb3JtPSJ0cmFuc2xhdGUo%0D%0AMCwgMCkiPjxwb2x5Z29uIGZpbGw9IiM3YjlkNmYiIHBvaW50cz0iNiwxMy40IDQuNiwxMiA4LjYs%0D%0AOCA0LjYsNCA2LDIuNiAxMS40LDggIi8+PC9nPjxnICB0cmFuc2Zvcm09InRyYW5zbGF0ZSgwLCAx%0D%0ANikiPjxwb2x5Z29uIGZpbGw9IiNkZmRmZGYiIHBvaW50cz0iNiwxMy40IDQuNiwxMiA4LjYsOCA0%0D%0ALjYsNCA2LDIuNiAxMS40LDggIi8+PC9nPjwvc3ZnPg==) no-repeat 0 0;
}
.cd-timeline-navigation a.prev {
  left: 0;
  -webkit-transform: translateY(-50%) rotate(180deg);
  -moz-transform: translateY(-50%) rotate(180deg);
  -ms-transform: translateY(-50%) rotate(180deg);
  -o-transform: translateY(-50%) rotate(180deg);
  transform: translateY(-50%) rotate(180deg);
}
.cd-timeline-navigation a.next {
  right: 0;
  color: #fff;
}
.no-touch .cd-timeline-navigation a:hover {
  border-color: #01A74A;
}
.cd-timeline-navigation a.inactive {
  cursor: not-allowed;
}
.cd-timeline-navigation a.inactive::after {
  background-position: 0 -16px;
}
.no-touch .cd-timeline-navigation a.inactive:hover {
  border-color: #01A74A;
}

.cd-horizontal-timeline .events-content {
  position: relative;
  width: 100%;
  margin: 2em 0;
  overflow: hidden;
  -webkit-transition: height 0.4s;
  -moz-transition: height 0.4s;
  transition: height 0.4s;
}
.cd-horizontal-timeline .events-content li {
  position: absolute;
  z-index: 1;
  width: 100%;
  left: 0;
  top: 0;
  -webkit-transform: translateX(-100%);
  -moz-transform: translateX(-100%);
  -ms-transform: translateX(-100%);
  -o-transform: translateX(-100%);
  transform: translateX(-100%);
  padding: 0 5%;
  opacity: 0;
  -webkit-animation-duration: 0.4s;
  -moz-animation-duration: 0.4s;
  animation-duration: 0.4s;
  -webkit-animation-timing-function: ease-in-out;
  -moz-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
}
.cd-horizontal-timeline .events-content li.selected {
  /* visible event content */
  position: relative;
  z-index: 2;
  opacity: 1;
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
  -ms-transform: translateX(0);
  -o-transform: translateX(0);
  transform: translateX(0);
}
.cd-horizontal-timeline .events-content li.enter-right, .cd-horizontal-timeline .events-content li.leave-right {
  -webkit-animation-name: cd-enter-right;
  -moz-animation-name: cd-enter-right;
  animation-name: cd-enter-right;
}
.cd-horizontal-timeline .events-content li.enter-left, .cd-horizontal-timeline .events-content li.leave-left {
  -webkit-animation-name: cd-enter-left;
  -moz-animation-name: cd-enter-left;
  animation-name: cd-enter-left;
}
.cd-horizontal-timeline .events-content li.leave-right, .cd-horizontal-timeline .events-content li.leave-left {
  -webkit-animation-direction: reverse;
  -moz-animation-direction: reverse;
  animation-direction: reverse;
}
.cd-horizontal-timeline .events-content li > * {
  max-width: 800px;
  margin: 0 auto;
}
.cd-horizontal-timeline .events-content h2 {
  font-weight: bold;
  font-size: 3em !important;
  font-weight: 700;
  line-height: 1.2;
}
.cd-horizontal-timeline .events-content em {
  display: block;
  font-style: italic;
  margin: 10px auto;
}
.cd-horizontal-timeline .events-content em::before {
  content: '- ';
}
.cd-horizontal-timeline .events-content p {
  font-size: 1.5em !important;
  color: #fff;
}
.cd-horizontal-timeline .events-content em, .cd-horizontal-timeline .events-content p {
  line-height: 1.6;
}
@media only screen and (min-width: 768px) {
  .cd-horizontal-timeline .events-content h2 {
    font-size: 7rem;
  }
  .cd-horizontal-timeline .events-content em {
    font-size: 1.5em !important;
  }
  .cd-horizontal-timeline .events-content p {
    font-size: 1.8rem;
  }
}

@-webkit-keyframes cd-enter-right {
  0% {
    opacity: 0;
    -webkit-transform: translateX(100%);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0%);
  }
}
@-moz-keyframes cd-enter-right {
  0% {
    opacity: 0;
    -moz-transform: translateX(100%);
  }
  100% {
    opacity: 1;
    -moz-transform: translateX(0%);
  }
}
@keyframes cd-enter-right {
  0% {
    opacity: 0;
    -webkit-transform: translateX(100%);
    -moz-transform: translateX(100%);
    -ms-transform: translateX(100%);
    -o-transform: translateX(100%);
    transform: translateX(100%);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0%);
    -moz-transform: translateX(0%);
    -ms-transform: translateX(0%);
    -o-transform: translateX(0%);
    transform: translateX(0%);
  }
}
@-webkit-keyframes cd-enter-left {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-100%);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0%);
  }
}
@-moz-keyframes cd-enter-left {
  0% {
    opacity: 0;
    -moz-transform: translateX(-100%);
  }
  100% {
    opacity: 1;
    -moz-transform: translateX(0%);
  }
}
@keyframes cd-enter-left {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-100%);
    -moz-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    -o-transform: translateX(-100%);
    transform: translateX(-100%);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0%);
    -moz-transform: translateX(0%);
    -ms-transform: translateX(0%);
    -o-transform: translateX(0%);
    transform: translateX(0%);
  }
}

.pdf-alternate-color > ul > li:nth-child(2n+2){
  background-color: #f9f9f9 !important;
}

.pdf-lists ul{ border:solid 1px rgba(0,0,0,.5);}
.pdf-lists ul li{
list-style-type: none;
padding:10px 20px 10px 20px;
margin-top:-1px;
font-size: 14px;
}

.pdf-lists ul{
  margin:0;
  padding:0;
}

.pdf-lists ul i{
  padding-right:5px;
}

.pdf-lists p{
  font-size:12px;
  margin:0;
}

/* ------------------------------------------------------------------------- */
/* media query for angled styles */
.font-dynamic-full-p{
  font-size: 1vw !important;
  line-height: 1.6;
}
.font-dynamic-full-p li{
  font-size: 1.2vw !important;
  line-height: 2vw;
}
.font-dynamic-full-h1{
  font-size: 1.7vw !important;
  line-height: 2vw !important;
}
.font-dynamic-full-h2{
  font-size: 2.5vw !important;
}
.font-dynamic-full-h3{
  font-size: 1.7vw !important;
}
@media only screen and (max-width: 991px) {
  .font-dynamic-full-p{
    font-size: 10pt !important;
    line-height: 1.6;
  }
  .font-dynamic-full-p li{
    font-size: 12pt !important;
    line-height: 1.6;
  }
  .font-dynamic-full-h1{
    font-size: 12pt !important;
    line-height: 1.6 !important;
  }
  .font-dynamic-full-h2{
    font-size: 18pt !important;
  }
  .font-dynamic-full-h3{
    font-size: 14pt !important;
  }
}
.angled-left-t1 > img{
  clip-path: polygon(0 0, 100% 0, 40vw 100%, 0% 100%);	
  left:0; 
  height: 100%;
  width:100%;
  object-fit: cover;
}

@media only screen and (max-width: 991px) {
  .angled-left-t1 > img{
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);	
    left:0; 
    height: 100%;
    width:100%;
    top:0;
    object-fit: cover;
    margin-left:0;
  }
}

.angled-right-t1 > img{
  clip-path: polygon(9vw 0, 100% 0, 100% 100%, 0% 100%);	
  right:0; 
  height: 100%;
  width:100%;
  object-fit: cover;
}

@media only screen and (max-width: 991px) {
  .angled-right-t1 > img{
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);	
    right:0; 
    height: 100%;
    width:100%;
    top:0;
    object-fit: cover;
    margin-right:0;
  }
}
/* ------------------------------------------------------------------------- */


/* media query for angled styles */

.angled-left1 > img{
  clip-path: polygon(0 0, 100% 0, 80% 100%, 0% 100%);	
  left:0; 
  height: 100%;
  width:100%;
  object-fit: cover;
}

@media only screen and (max-width: 991px) {

  .angled-left1 > img{
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);	
    left:0; 
    height: 100%;
    width:100%;
    top:0;
    object-fit: cover;
    margin-left:0;
  }
}

.angled-right1 > img{
  clip-path: polygon(26% 0, 100% 0, 100% 100%, 0 100%);
  right:0; 
  height: 100%;
  width:100%;
  object-fit: cover;
}

@media only screen and (max-width: 991px) {
  .angled-right1 > img{
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);	
    right:0; 
    height: 100%;
    width:100%;
    top:0;
    object-fit: cover;
    margin-right:0;
  }
}



.angled-right-sm > img{
  clip-path: polygon(16% 0, 100% 0, 100% 100%, 0 100%);
  right:0; 
  width: 100%;
}

@media only screen and (max-width: 767px) {
  .angled-right-sm > img{
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);	
    right:0; 
    width: 100%;
  }
}



@media only screen and (max-width: 1026px){
  .wave-svg-disable-on-tablet-and-below{
    display: none;
  }
}




/* custom styling for angled image sections */
/* 
.wrap {
  position: relative;
  width: 100%;
}
.fh {
  position: relative;
  top: -5px;
  left: -250px;
  width: 600px;
  height: 700px;
  transform: rotate(60deg);
  overflow: hidden;

}
.fh img {
  position: absolute; 
  top: 0px;
  left: 0px;
  width: 400px;
  transform: rotate(-60deg);
} */