/* Custom Styles */
a.btn.btn-small:hover {
    text-decoration: underline;
}
.btn-small {
  
    font-size: 80%; }
    
  



.content {
  @include parallax;
  background-image: linear-gradient(rgba($color-blk, .6), rgba($color-blk, .6)), url("https://static.pexels.com/photos/380769/pexels-photo-380769.jpeg");
 color: white;

  text-align: center;
}

/* Accordion
================================================== */
.acc {
  margin: 0 auto;
 
}
.acc__card {
 
  position: relative;
}
.acc__title {
       font-weight: 500;
    text-transform: uppercase;
    background: #fff;
    color: #000000a6;
  cursor: pointer;
  display: block;
  padding: 0.5em 1.5em;
  position: relative;
  text-align: left;
  &::after {
    width: 8px;
    height: 8px;
    border-right: 1px solid #4a6e78;
    border-bottom: 1px solid #4a6e78;
    position: absolute;
    right: 10px;
    content: " ";
    top: 17px;
    transform: rotate(-45deg);
    transition: all 0.2s ease-in-out;
  }
  &.active::after {
    transform: rotate(45deg);
    transition: all 0.2s ease-in-out;
  }
}
.acc__panel {
font-size: 16px;
    background: #fff;
    color: #000;
  display: none;
  margin: 0;
  padding: 2em;
  text-align: left;
}
.acc__title.active::after {
    transform: rotate(
45deg
);
    transition: all 0.2s ease-in-out;
}
.acc__title::after {
    width: 8px;
    height: 8px;
    border-right: 1px solid #4a6e78;
    border-bottom: 1px solid #4a6e78;
    position: absolute;
    right: 10px;
    content: " ";
    top: 17px; }

.acc__title.active::after {
    transform: rotate(
45deg
);
    transition: all 0.2s ease-in-out;
}

.acc__title::after {
    width: 8px;
    height: 8px;
    border-right: 1px solid #4a6e78;
    border-bottom: 1px solid #4a6e78;
    position: absolute;
    right: 10px;
    content: " ";
    top: 17px;
    transform: rotate(
-45deg
);
    transition: all 0.2s ease-in-out;
}

.active, .collapsible:hover {
    background-color: #fff !important;
}

.active:after {
    color: #fff;
    content: "\2212";
}


//////// start pop up css///////


.underimagetext {
    background: #000;
    padding: 20px 18px 16px;
    height: 75px;
}


.inner img {
    margin: 0px;
}

.hovereffext img {
    display: block;
    position: relative;
    -webkit-transition: all .2s ease-in-out;
    transition: all .4s linear;
    overflow: hidden !important;
}
.hovereffext:hover img {
    -ms-transform: scale(1.1);
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
    overflow: hidden !important;
}
.hovereffext {
    position: relative;
    width: 100%;
    height: 100%;
    overflow: hidden;
    cursor: default;
}

.underimagetext p {
    font-weight: 400;
    margin: 0;
    line-height: 15px;
    color: #a1a1a1;
    font-size: 12px;
    font-family: 'Cabin',sans-serif;
}

.underimagetext h4 {
    text-transform: uppercase;
    color: #fff;
    font-weight: 700;
    margin: 0;
    font-size: 14px;
    font-family: 'Montserrat',sans-serif;
}


.inner i {
    position: absolute;
    top: 40%;
    left: 40%;
 
    color: #fff;
    font-size: 80px;
    line-height: 75px;
    text-align: center;
    z-index: 1;
    width: 80px;
    height: 80px;
    margin-left: -21.5px;
    margin-top: -21.5px;
    opacity: 0;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    -moz-transform: scale(0.5);
    -webkit-transform: scale(0.5);
    -o-transform: scale(0.5);
    -ms-transform: scale(0.5);
    transform: scale(0.5);
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -ms-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}

.inner:hover i {
    opacity: 1;
}
.sl-text1 h3 {
    font-size: 21px;
    margin: 0px;
    font-weight: 400;
    text-transform: uppercase;
    color: #fc1500;
}

.sl-text3 p {
    color: #fff;
    font-size: 18px;
    font-weight: 400;
    margin: 0 0 5px;
}

.sl-text1 p {
    color: #fff;
    font-size: 16px;
    font-weight: 400;
    margin: 0 0 5px;
}



#more {display: none;}

//////////////////////// end pop up css//////////////


button.accordion {
    background-color: #fff;
    color: #000;
    cursor: pointer;
    padding: 18px;
    width: 100%;
    border: none;
    text-align: left;
    outline: none;
  
    transition: 0.4s;
}

button.accordion.active, button.accordion:hover {
    background-color: #fff;
}

button.accordion:after {
    content: '\002B';
    color: #777;
    font-weight: bold;
    float: right;
    margin-left: 5px;
}

button.accordion.active:after {
    content: "\2212";
}

div.panel {
    padding: 0 18px;
    background-color: white;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.2s ease-out;
}
button.accordion {
    width: 100%;
outline: none;
    text-align: left;
    background: #fff;
    border: none;
    margin: 10px 0px;
    font-size: 18px;
}

.button1 {
    font-weight: 700;
    background: #fa4045;
    color: #fff;
    padding: 10px 30px;
    border-color: #fa4045;
    display: inline-block;
  
    text-align: center;
    margin: 5px 0px;
}
a.button1:hover {
    text-decoration: underline;
}

@media screen and (max-width: 768px) {
 div#section-1616143952163 {
    padding: 0px 0px;
}
}




/* Slider */
.newtesti .slick-slider
{
    position: relative;

    display: block;

    -moz-box-sizing: border-box;
         box-sizing: border-box;

    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;

    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
        touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.newtesti .slick-list
{
    position: relative;

    display: block;
    overflow: hidden;

    margin: 0;
    padding: 0;
}
.newtesti .slick-list:focus
{
    outline: none;
}
.newtesti .slick-list.dragging
{
    cursor: pointer;
    cursor: hand;
}

.newtesti .slick-slider .slick-track,
.newtesti .slick-slider .slick-list
{
    -webkit-transform: translate3d(0, 0, 0);
       -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
         -o-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
}

.newtesti .slick-track
{
    position: relative;
    top: 0;
    left: 0;

    display: block;
}
.newtesti .slick-track:before,
.newtesti .slick-track:after
{
    display: table;

    content: '';
}
.newtesti .slick-track:after
{
    clear: both;
}
.newtesti .slick-loading .slick-track
{
    visibility: hidden;
}

.newtesti .slick-slide
{
    display: none;
    float: left;

    height: 100%;
    min-height: 1px;
}
.newtesti [dir='rtl'] .slick-slide
{
    float: right;
}
.newtesti .slick-slide img
{
    display: block;
}
.newtesti .slick-slide.slick-loading img
{
    display: none;
}
.newtesti .slick-slide.dragging img
{
    pointer-events: none;
}
.newtesti .slick-initialized .slick-slide
{
    display: block;
    cursor: pointer;
    outline: none;
}
}
.newtesti .slick-loading .slick-slide
{
    visibility: hidden;
}
.newtesti .slick-vertical .slick-slide
{
    display: block;

    height: auto;

    border: 1px solid transparent;
}

.newtesti .slick-arrow {
    font-size: 0;
    line-height: 0;
    position: absolute;
    top: 35%;
    height: 74px;
    width: 40px;
    display: inline;
    padding: 0;
    cursor: pointer;
    color: transparent;
    border: none;
    outline: none;
    background: transparent;
    z-index: 1000;
}
.newtesti ul.slick-dots button {
    width: 10px;
    height: 10px;
    margin: 5px;
    font-size: 0px;
    padding: 0;
    cursor: pointer;
    outline: none;
    border: none;
    background: #ccc;
    border-radius: 50%;
}

.newtesti ul.slick-dots li {
    font-size: 0;
    line-height: 0;
    position: relative;
    display: table-cell;
    height: 10px;
    margin: 0;
    cursor: pointer;
}

.newtesti ul.slick-dots {
    display: table;
    margin: 0;
    margin: 0 auto;
    margin-bottom: 2rem;
    padding: 0;
    list-style: none;
}

.newtesti ul.slick-dots li.slick-active button{background: #fff !important}

  .newtesti .slick-slide img {
      max-width:70px; 
  
}

@media only screen and (max-width: 767px) {
  .newtesti .slick-slide img {
      max-width:70px; 
   margin: auto;
}
.newtesti .slick-arrow{    top: 50%;height: 60px!important;
    width: 32px!important;}
.newtesti .slick-prev {
    left: -8px !important;}
    
   .newtesti .slick-next {
    right: -8px !important; 
   }
.newtesti ul.slick-dots {display: none !important;}

.accordian_text, .accordian_image{
    width: 100% !important;
}

}
.product_text p {
    font-style: italic;
    font-size: 22px;
    font-weight: 300;
    line-height: 26px;
    color: #fff;
    text-align:center;
}

.client {
    text-align: center;
}





/* The Modal (background) */
.modal-box {
  display: none;
  position: fixed;
  z-index: 1111111111;
  padding-top: 0px;
  left: 0;
  top: 0; 
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: black;
}

/* Modal Content */
.modal-content {
  top:50px;
   position: relative;
  background-color: #fefefe;
  margin: auto;
  padding: 0;
  width: 75%;
  max-width: 1200px;
}
/* The Close Button */
.close1 {
    color: white;
    position: absolute;
    top: 6px;
    border-radius: 50%;
    right: 0px;
    opacity: 1;
    text-align: center;
    font-size: 29px;
    transform: translate(-163px, 30px);
    width: 30px;
    height: 30px;
    z-index: 1111;
    font-weight: normal;
    line-height: 30px;
   background: #f30909;
}



/* Hide the slides by default */
.mySlides {
  display: none;
}

/* Next & previous buttons */

.prev {
    position: absolute;
    left: -13px;
    top: 50%;
    width: auto;
    padding: 16px;
    margin-top: 120px;
    font-weight: bold;
    font-size: 20px;
    transition: 0.6s ease;
    cursor: pointer;
    z-index: 111111;
    color: #fff !important;
}

.next {
    cursor: pointer;
    position: absolute;
    top: 50%;
    width: auto;
    padding: 16px;
    right: -40px;
    margin-top: 120px;
    color: white;
    font-weight: bold;
    font-size: 20px;
    transition: 0.6s ease;
    border-radius: 0 3px 3px 0;
    z-index: 1111111111;
    color: #fff !important;
    user-select: none;
    -webkit-user-select: none;
}
.hope1 {float:left;}


