/*Global CSS*/
.simulating-full-width-left-column .content-column:before{
  content: "";
  width: 100vw;
  height: 100%;
  position: absolute;
  left: -100vw;
  top: 0;
  background-color: #000000;
}
.simulating-full-width-left-column .content-column:after{
  content: "";
  width: 64px;
  height: 100%;
  position: absolute;
  top: 0;
  right: -64px;
  z-index: 2;
  background-color: #000000;
  clip-path: polygon(0 0, 0% 100%, 80% 0);
}
.simulating-full-width-left-column.trailing-coolor-green .content-column:before{
  background-color: #028665;
}
.simulating-full-width-left-column.trailing-coolor-green .content-column:after{
  background-color: #028665;
}
.one-whole-content-column-has-pattern-bottom .content-column>.elementor-widget-wrap:after{
  content: "///////////////////";
  font-size: 40px;
  font-weight: 300;
  color: #2d964c;
  line-height: 1;
  letter-spacing: 5px;
  position: absolute;
  bottom: -70px;
  left: 80px;
}
.image-with-text-section .content-column:after{
  content: "//////////////////////////";
  font-size: 40px;
  font-weight: 300;
  color: #2d964c;
  line-height: 1;
  letter-spacing: 5px;
  position: absolute;
  bottom: 0;
  right: 80px;
}
.image-with-text-section .content-column>.elementor-widget-wrap:before{
  content: "";
  width: 100vw;
  height: 100%;
  position: absolute;
  left: -100vw;
  top: 0;
  background-color: #000000;
}
.image-with-text-section.coolor-secondary .content-column>.elementor-widget-wrap:before{
  background-color: #028665;
}
.image-with-text-section .content-column>.elementor-widget-wrap:after {
    content: "";
    width: 64px;
    height: 100%;
    position: absolute;
    top: 0;
    right: -64px;
    z-index: 3;
    background-color: #000000;
    clip-path: polygon(0 0, 0% 100%, 80% 0);
}
.image-with-text-section.coolor-secondary .content-column>.elementor-widget-wrap:after {
  background-color: #028665;
}
.image-with-text-section .image-column>.elementor-widget-wrap:after {
    content: "";
    width: 72px;
    height: 100%;
    position: absolute;
    top: -1px;
    left: 0;
    z-index: 1;
    background-color: #ffffff;
    clip-path: polygon(100% 0, 0 0, 0 100%);
}
.image-with-text-section .inner-content-column>.elementor-container{
  max-width: 585px;
  margin-right: 0;
}
.big-button .elementor-button-wrapper a.elementor-button {
    height: 80px;
    white-space: normal;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    outline: 5px solid #ffffff;
}
.big-button a.elementor-button .elementor-button-content-wrapper:before {
    content: "";
    width: 40px;
    height: 100%;
    background: #67c1af;
    position: absolute;
    top: 0;
    right: 49px;
    transition: 0.3s all ease-in-out;
    clip-path: polygon(100% 0, 0 100%, 100% 100%);
}
.big-button a.elementor-button .elementor-button-icon {
    position: absolute;
    top: 0;
    right: 0;
    width: 50px;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #67c1af;
    margin-left: 0;
    padding-right: 10px;
    transition: 0.3s all ease-in-out;
}
.trail-slash-title .elementor-heading-title{
  position: relative;
}
.trail-slash-title .elementor-heading-title:before{
  content: "///////////";
  font-size: 0.7em;
  font-weight: 300;
  position: absolute;
  top: 2px;
  left: -144px;
  font-style: italic;
}
.trail-slash-title.trail-coolor-primary .elementor-heading-title:before{
  color: #028665;
}
.three-white-box-inner-section>.elementor-container{
  column-gap: 80px;
}
.access-video-button .elementor-button-wrapper a.elementor-button{
  white-space: normal;
}
.background-show-whole.elementor-section{
  background-size: 100% 100%;
}
.gform-theme--foundation{
    --gf-form-gap-x: 15px!important;
    --gf-form-gap-y: 15px!important;
}
.gform-theme--framework .gform_validation_errors:focus{
  outline: none;
}
.gform-theme--framework .gform_required_legend{
  display: none;
}
.gform-theme--foundation .gfield input[type="text"],
.gform-theme--foundation .gfield input[type="email"],
.gform-theme--foundation .gfield input[type="tel"],
.gform-theme--foundation .gfield textarea,
.gform-theme--foundation .gfield select{
    width: 100%;
    background: hsl(0deg 0% 0% / 13%);
    font-family: "Poppins";
    font-size: 1em;
    line-height: 1.2em;
    padding: 10px 20px;
    height: auto;
    border: 0;
    border-radius: 0;
    color: #000000;
    outline: 0;
    box-shadow: none;
}
.gform-theme--framework input[type="submit"] {
    width: 100%!important;
    border: 0!important;
    background: #06815b!important;
    text-transform: uppercase!important;
    font-family: 'Poppins'!important;
    font-size: 1em!important;
    font-weight: 500!important;
    line-height: 1.2em!important;
    padding: 10px 20px!important;
    height: auto!important;
    font-style: italic!important;
    border: 0!important;
    border-radius: 0!important;
    outline: 0!important;
    box-shadow: none!important;
}
.gform-theme--framework .gform-footer{
  position: relative;
  margin-top: 15px;
}
.gform-theme--framework .gform-footer span[data-js-spinner-id="gform-ajax-spinner"]{
  display: none!important;
}
.gform-theme--framework .gform-footer:before{
    content: "";
    width: 40px;
    height: calc(100% + 0px);
    background: #6cc3b0;
    position: absolute;
    top: 0px;
    left: auto;
    right: 49px;
    border-radius: 0;
    transition: 0.3s all ease-in-out;
    transform: none!important;
    clip-path: polygon(100% 0, 0 100%, 100% 100%);
    pointer-events: none;
}
.gform-theme--framework .gform-footer:after{
  content: "\f054";
  position: absolute;
  top: 0;
  right: 0;
  width: 50px;
  height: 100%;
  visibility: visible;
  opacity: 1;
  border-radius: 0;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  margin: 0;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #6cc3b0;
  pointer-events: none;
}
/*Header CSS*/
.rmt-header-top-section .content-column:before{
  content: "";
  width: 25px;
  height: 100%;
  position: absolute;
  left: -24px;
  top: 0;
  background: #000000;
  clip-path: polygon(100% 0, 0 100%, 100% 100%);
}
.elementor-widget-litho-mega-menu .navbar-collapse .navbar-nav > li.disable-menu-link > a.nav-link{
  cursor: context-menu;
}
.elementor-widget-litho-mega-menu .navbar-collapse .navbar-nav > li.disable-menu-link:hover > a.nav-link{
  color: #000000!important;
}
/*Home Page CSS*/
.home-hero-content-column{
  position: relative;
}
.home-hero-content-column:before{
  content: "";
  width: 100vw;
  height: 100%;
  position: absolute;
  left: -100vw;
  top: 0;
  background-color: rgb(2 134 101 / 62%);
}
.home-hero-section.coolor-black .home-hero-content-column:before{
  background: rgb(0 0 0 / 70%);
}
.home-hero-content-column:after{
  content: "";
  width: 64px;
  height: 100%;
  position: absolute;
  top: 0;
  right: -64px;
  background-color: rgb(2 134 101 / 62%);
  clip-path: polygon(0 0, 0% 100%, 80% 0);
}
.home-hero-section.coolor-black .home-hero-content-column:after{
  background: rgb(0 0 0 / 70%);
}
.home-hero-button .elementor-button-link{
  position: relative;
}
.home-hero-button .elementor-button-icon{
  position: absolute;
  height: 100%;
  top: 0;
  right: 0;
  background: #464A4F;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-left: 0;
  padding: 0 10px 0 40px;
  clip-path: polygon(26px 0, 100% 0, 100% 100%, 0% 100%);
}
.home-hero-button.coolor-secondary .elementor-button-icon{
  background: #6cc3b0;
}
.hero-after-green-section .elementor-container{
  flex-wrap: nowrap;
  justify-content: center;
  column-gap: 60px;
}
.hero-after-green-section .hero-after-title h4{
  transition: 0.3s all ease-in-out;
}
.hero-after-green-section .hero-after-title h4:hover{
  transform: scale(1.1);
}
.hero-after-green-section .hero-after-title .elementor-widget-container:after {
    content: "|";
    color: #fff;
    font-size: 1.2em;
    font-weight: 700;
    line-height: 1.2em;
    font-family: 'HelveticaNeue';
    font-style: italic;
    position: absolute;
    top: 50%;
    transform: translate(0, -50%);
    right: -30px;
}
.hero-after-green-section .hero-after-title.last-title .elementor-widget-container:after{
  display: none;
}
.innovative-solution-section>.elementor-container{
  align-items: center;
}
.innovative-solution-section .content-column>.elementor-widget-wrap:after {
  content: "///////////////////";
  font-size: 40px;
  font-weight: 300;
  color: #2d964c;
  line-height: 1;
  letter-spacing: 5px;
  position: absolute;
  bottom: -50px;
  left: 50%;
  transform: translate(-50%, 0);
}
.resources-insights-title .elementor-heading-title:before{
  content: "///////////";
  font-size: 0.7em;
  position: absolute;
  top: 2px;
  left: -144px;
  font-style: italic;
}
.resources-insights-list .elementor-icon-list-item a{
  flex-direction: row-reverse;
  justify-content: flex-end;
}
.resources-insights-list.elementor-widget .elementor-icon-list-icon+.elementor-icon-list-text{
  padding-left: 0;
  padding-right: 10;
}
.current-clients-section .content-column>.elementor-widget-wrap:after {
    left: 20px;
    transform: translate(0%, 0);
}
.case-studies-image-box .elementor-image-box-wrapper{
  position: relative;
  overflow: hidden;
}
.case-studies-image-box.elementor-widget-image-box .elementor-image-box-img{
  display: block;
}
.case-studies-image-box .elementor-image-box-content{
  position: absolute;
  bottom: 0;
  left: 0;
  padding: 20px;
  pointer-events: none;
}
.case-studies-image-box .elementor-image-box-description span{
  margin-right: 10px;
  font-style: italic;
}
.case-studies-image-box .elementor-image-box-wrapper:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: calc(100% + 1px);
  height: 100%;
  pointer-events: none;
  background-color: rgb(6 129 91 / 75%);
  clip-path: polygon(0 40%, 100% 80%, 100% 100%, 0 100%);
}
.case-studies-image-box.second .elementor-image-box-wrapper:before{
  background-color: rgb(107 194 175 / 75%);
}
.case-studies-image-box.third .elementor-image-box-wrapper:before{
  background-color: rgb(0 0 0 / 75%);
}
.case-studies-image-box.fourth .elementor-image-box-wrapper:before{
  background-color: rgb(70 74 79 / 75%);
}
.home-chart-button .elementor-button-wrapper a.elementor-button{
  width: 395px;
  height: 80px;
  white-space: normal;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  outline: 5px solid #ffffff;
}
.home-chart-button a.elementor-button .elementor-button-icon{
  position: absolute;
  top: 0;
  right: 0;
  width: 50px;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #67c1af;
  margin-left: 0;
  padding-right: 10px;
  transition: 0.3s all ease-in-out;
}
.home-chart-button a.elementor-button .elementor-button-content-wrapper:before{
  content: "";
  width: 40px;
  height: 100%;
  background: #67c1af;
  position: absolute;
  top: 0;
  right: 49px;
  transition: 0.3s all ease-in-out;
  clip-path: polygon(100% 0, 0 100%, 100% 100%);
}
.home-chart-button.green-background a.elementor-button .elementor-button-icon,
.home-chart-button.green-background a.elementor-button .elementor-button-content-wrapper:before{
  background: #059c7e;
}
.home-chart-button a.elementor-button:hover .elementor-button-icon,
.home-chart-button a.elementor-button:hover .elementor-button-content-wrapper:before{
  background: #059c7e;
}
.home-chart-button.green-background a.elementor-button:hover .elementor-button-icon,
.home-chart-button.green-background a.elementor-button:hover .elementor-button-content-wrapper:before{
  background: #67c1af;
}
.innovative-solution-section .home-chart-button .elementor-button-wrapper a.elementor-button{
  width: 310px;
  height: 70px;
  outline: 0;
}
.innovative-solution-section .home-chart-button a.elementor-button .elementor-button-icon{
  width: 35px;
  padding-right: 5px;
}
.innovative-solution-section .home-chart-button a.elementor-button .elementor-button-content-wrapper:before{
  width: 30px;
  right: 34px;
}
.current-clients-section .home-chart-button .elementor-button-wrapper a.elementor-button{
  width: 325px;
  height: 70px;
  outline: 0;
}
.stay-know-cf7-form .wpcf7-form>p{
  margin-bottom: 0px;
  position: relative;
}

.stay-know-cf7-form .wpcf7-form label{
  width: 100%;
}
.stay-know-cf7-form .wpcf7-form .wpcf7-form-control-wrap input[type*="text"],
.stay-know-cf7-form .wpcf7-form .wpcf7-form-control-wrap input[type*="email"]{
  width: 100%;
  background: hsl(0deg 0% 0% / 13%);
  font-size: 1em;
  line-height: 1.2em;
  padding: 10px 20px;
  border: 0;
  color: #000000;
  margin-bottom: 15px;
}
.stay-know-cf7-form .wpcf7-form .wpcf7-form-control-wrap input[type*="text"]::placeholder,
.stay-know-cf7-form .wpcf7-form .wpcf7-form-control-wrap input[type*="email"]::placeholder{
  color: #000000;
}
.stay-know-cf7-form .wpcf7-form .wpcf7-submit{
  width: 100%;
  border: 0;
  background: #06815b;
  text-transform: uppercase;
  font-family: 'Poppins';
  font-size: 1em;
  line-height: 1.2em;
  padding: 10px 20px;
  font-style: italic;
}
.stay-know-cf7-form .wpcf7-form .wpcf7-submit:hover{
  color: #ffffff;
}
.stay-know-cf7-form .wpcf7-spinner {
  position: absolute;
  top: 0;
  right: 0;
  width: 50px;
  height: 100%;
  visibility: visible;
  opacity: 1;
  border-radius: 0;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  margin: 0;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #6cc3b0;
  pointer-events: none;
}
.stay-know-cf7-form .wpcf7-spinner:after{
  content: "\f054";
}
.stay-know-cf7-form .wpcf7-spinner:before {
  content: "";
  width: 40px;
  height: calc(100% + 0px);
  background: #6cc3b0;
  position: absolute;
  top: 0px;
  left: auto;
  right: 49px;
  border-radius: 0;
  transition: 0.3s all ease-in-out;
  transform: none!important;
  clip-path: polygon(100% 0, 0 100%, 100% 100%);
}
/*Inner Page CSS*/
.innovative-four-slim-button .elementor-button{
  min-width: 320px;
}
/*Blog Page CSS*/
body.blog .litho-default-main-section .litho_layout_no_sidebar_single,
.archive .default-top-space-main-section .litho_layout_no_sidebar_single .litho-content-full-part{
  padding-bottom: 0;
}
body.blog .litho-default-main-section .litho_layout_no_sidebar_single.container-fluid .litho-content-full-part{
  padding-left: 0;
  padding-right: 0;
}
/*Archive Page CSS*/
body.blog:not(.elementor-page) h1,
body.blog:not(.elementor-page) h2,
body.blog:not(.elementor-page) h3,
body.blog:not(.elementor-page) h4,
body.blog:not(.elementor-page) h5,
body.blog:not(.elementor-page) h6 {
	margin-bottom: 0;
}
body.archive:not(.elementor-page) h1,
body.archive:not(.elementor-page) h2,
body.archive:not(.elementor-page) h3,
body.archive:not(.elementor-page) h4,
body.archive:not(.elementor-page) h5,
body.archive:not(.elementor-page) h6 {
	margin-bottom: 0;
}
body.archive .elementor-section{
  transition: none !important;
}
.rmt-top-categories-wrapper .rmt-top-categories{
  list-style: none;
  margin-bottom: 0;
  padding-left: 0!important;
}
.rmt-top-categories-wrapper .rmt-top-categories .rmt-category-item{
  margin-bottom: 10px;
}
.rmt-top-categories-wrapper .rmt-top-categories .rmt-category-item:last-child{
  margin-bottom: 0;
}
.rmt-top-categories-wrapper .rmt-top-categories .rmt-category-item a{
  color: #028665;
  font-weight: 700;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.rmt-top-categories-wrapper .rmt-top-categories .rmt-category-item a:after{
  content: "\f054";
  font-family: 'Font Awesome 5 Free';
  font-size: 14px;
  margin-left: 10px;
}
.rmt-litho-archive-posts .blog-grid .blog-post{
  position: relative;
}
.rmt-litho-archive-posts .blog-grid .blog-post:before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
    pointer-events: none;
    background-color: rgb(6 129 91 / 75%);
    clip-path: polygon(0 40%, 100% 80%, 100% 100%, 0 100%);
}
.rmt-litho-archive-posts .blog-grid .blog-post-images img{
  width: 100%;
  aspect-ratio: 704 / 750;
  object-fit: cover;
}
.rmt-litho-archive-posts .blog-post:hover .blog-post-images img{
  opacity: 1;
}
.rmt-litho-archive-posts .blog-grid .post-details{
  position: absolute;
  bottom: 0;
  left: 0;
  padding: 20px;
  z-index: 3;
  pointer-events: none;
}
.rmt-litho-archive-posts .blog-grid .grid-item .entry-title{
  text-shadow: 0px 0px 2px rgba(0, 0, 0, 0.71);
}
.rmt-litho-archive-posts .blog-grid .grid-item .elementor-button-wrapper{
  line-height: 1;
}
.rmt-litho-archive-posts .blog-grid .grid-item .blog-post-button{
  text-shadow: 0px 0px 2px rgba(0, 0, 0, 0.71);
}
.rmt-litho-archive-posts .blog-grid .grid-item .blog-post-button .elementor-button-content-wrapper::before{
  content: "//";
  display: inline-block;
  margin-right: 10px;
  font-style: italic;
}
.rmt-post-lists{
  display: flex;
  flex-wrap: wrap;
}
.rmt-post-lists .rmt-post-item{
  width: 25%;
  padding: 10px;
}
.rmt-post-lists .rmt-post-item .rmt-post{
  position: relative;
}
.rmt-post-lists .rmt-post-item .rmt-post:before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
    pointer-events: none;
    background-color: rgb(6 129 91 / 75%);
    clip-path: polygon(0 40%, 100% 80%, 100% 100%, 0 100%);
}
.rmt-post-lists .rmt-post-item .rmt-post .post-image-wrapper{
  overflow: hidden;
  position: relative;
}
.rmt-post-lists .rmt-post-item .rmt-post .post-image-wrapper img{
  width: 100%;
  aspect-ratio: 704 / 750;
  object-fit: cover;
  -webkit-transition: all 1.5s cubic-bezier(0, 0, .2, 1);
  transition: all 1.5s cubic-bezier(0, 0, .2, 1);
  will-change: transfrom;
}
.rmt-post-lists .rmt-post-item .rmt-post:hover .post-image-wrapper img{
  -webkit-transform: scale3d(1.1, 1.1, 1.1);
  transform: scale3d(1.1, 1.1, 1.1);
}
.rmt-post-lists .rmt-post-item .post-content-wrapper{
  position: absolute;
  bottom: 0;
  left: 0;
  padding: 20px;
  z-index: 3;
  pointer-events: none;
}
.rmt-post-lists .rmt-post-item .post-content-wrapper .post-title{
  font-family: "Poppins", Sans-serif;
  font-size: 20px;
  font-weight: 400;
  color: #ffffff;
  line-height: 1.16em;
  margin-bottom: 10px;
  text-shadow: 0px 0px 2px rgba(0, 0, 0, 0.71);
}
.rmt-post-lists .rmt-post-item .post-content-wrapper .post-title a{
  color: #ffffff;
}
.rmt-post-lists .rmt-post-item .post-content-wrapper .post-button{
  font-family: "Poppins", Sans-serif;
  line-height: 1em;
}
.rmt-post-lists .rmt-post-item .post-content-wrapper .read-more-button{
  font-size: 16px;
  line-height: 1.16em;
  color: #ffffff;
  font-weight: 700;
  text-shadow: 0px 0px 2px rgba(0, 0, 0, 0.71);
}
.rmt-post-lists .rmt-post-item .post-content-wrapper .read-more-button::before{
  content: "//";
  display: inline-block;
  margin-right: 10px;
  font-style: italic;
}
@media(min-width: 1200px){
  .automotive-hero-section>.elementor-container>.home-hero-content-column>.elementor-widget-wrap{
    align-content: center;
    min-height: clamp(350px, 37.1vw, 1500px);
  }
  .what-gets-measured-section{
    display: flex;
    align-items: center;
    min-height: clamp(350px, 27vw, 800px);
  }
  
}
@media(min-width: 768px){
  .box-list-with-text-section>.elementor-container{
    align-items: flex-start;
  }
  .box-list-with-text-section.text-align-middle>.elementor-container{
    align-items: center;
  }
  .hero-after-green-section .elementor-column{
    width: auto;
  }
  .rmt-header-top-section>.elementor-container{
    justify-content: space-between;
  }
}
@media(max-width: 1024px){
  .trail-slash-title .elementor-heading-title:before{
    display: none;
  }
  .image-with-text-section .content-column:after{
    right: -30px;
  }
  .background-show-whole.elementor-section{
    background-size: auto 100%;
}
}
@media(min-width: 768px) and (max-width: 1024px){
  .three-white-box-inner-section>.elementor-container{
    column-gap: 15px;
    flex-wrap: nowrap;
  }
  .hero-after-green-section .elementor-container{
    column-gap: 30px;
  }
  .hero-after-green-section .hero-after-title .elementor-widget-container::after {
    font-size: 0.8em;
    right: -15px;
  }
  .innovative-four-slim-button .elementor-button{
    min-width: 310px;
  }
}
@media(max-width: 767px){
  .home-hero-content-column.elementor-column{
    width: calc(100% - 64px);
  }
  .hero-after-green-section .elementor-container{
    flex-wrap: wrap;
  }
  .hero-after-green-section .hero-after-title .elementor-widget-container:after{
    display: none;
  }
  .image-with-text-section .content-column{
    width: calc(100% - 64px);
  }
  .image-with-text-section .content-column:after{
    display: none;
  }
  .image-with-text-section .image-column>.elementor-widget-wrap:after{
    display: none;
  }
  .simulating-full-width-left-column .content-column.elementor-column{
    width: calc(100% - 64px);
  }
  .one-whole-content-column-has-pattern-bottom .content-column>.elementor-widget-wrap:after{
    left: 15px;
  }
}
@media(max-width: 480px){
  .home-chart-button .elementor-button-wrapper a.elementor-button{
    width: 100%;
  }
}
@media(max-width: 400px){
  .innovative-four-slim-button .elementor-button-wrapper a.elementor-button{
    min-width: auto;
    width: 100%;
    white-space: normal;
  }
}
/* SEO Landing Page */
.single-issslpg-landing-page h4{
  font-size: 1.5em;
  line-height: 1.4em;
  font-weight: 700;
}
.single-issslpg-landing-page .issslpg-cta-button{
  margin-bottom: 25px;
}
.single-issslpg-landing-page .litho_layout_right_sidebar_single .litho-content-left-part{
  padding-right: 30px;
}
.single-issslpg-landing-page .sidebar .widget{
  margin-bottom: 25px;
}
.single-issslpg-landing-page .sidebar .widget#text-3 p{
  margin-bottom: 0;
}
.iss_sitemap .elementor-shortcode h3{
  margin-bottom: 10px;
}
@media(min-width: 1025px){
  .single-issslpg-landing-page .litho-page-main-section>.container-fluid{
  	max-width: 1500px;
  	padding-left: 90px;
  	padding-right: 90px;
  }
}
@media(max-width: 1199px){
  .single-issslpg-landing-page .litho_layout_right_sidebar_single .sidebar {
      padding-left: 15px;
  }
}

