

#blkTest { 
    overflow: hidden;
    position: relative;}
#blkTest picture {position:absolute; filter: brightness(0.4);}

#blkTest .wow{  color:var(--white); line-height: 1.3; margin: 50px auto 10px;   
    position: relative;
}
  .author { margin-top: 10px; font-weight: 800;color: var(--yellowBr); width: 100%; text-align: center }

  .sliderTest {
    position: relative;
    margin: 0 auto;
    overflow: hidden;
    border-radius: 12px;
  }

  /* Track */
  .track {
    display: flex;
    transition: transform 0.6s ease;
    will-change: transform;
  }

  /* One "slide" = two testimonials side by side */
  .slide {
    flex: 0 0 100%;                 /* full viewport width per slide */
    display: flex;                  /* two columns inside */
    gap: 20px;
  }

  .testimonial {
    flex: 1 1 50%;                  /* two columns */
    border-radius: 10px;
	
	    font-style: italic;

  }
  .card {
    height: 100%;
    padding: 18px 10px;
    border-radius: 10px;
    box-shadow: 0 6px 16px rgba(0,0,0,0.06);
  }

.quote {
    font-size: 22px;
    line-height: 1.5;
    text-align: center;
    margin: 0 auto;
}
  .nav {
    position: absolute;
    inset: 0;
    pointer-events: none;
  }
  .btnTest {
	color:var(--yellowBr);
	    font-size: 50px;
	font-weifght: 900;
    pointer-events: auto;
    position: absolute;
    top: 45%;
    transform: translateY(-50%);
    border: 0;
    width: 44px; height: 44px;
    border-radius: 50%;
   background: none;
    cursor: pointer;
    display: grid; place-items: center;
    opacity: 0.9;
  }
  .btnTest:hover { opacity: 1; }
  .btnTest.prev { left: 10px; }
  .btnTest.next { right: 10px; }

  /* Small screens: stack to 1 column but keep logic intact */
  @media (max-width: 640px) {
    .slide { flex-direction: row; }
    .testimonial { flex-basis: 100%; }
  }
  
  @media (min-width: 768px) {
  .slide {
    flex: 0 0 50%;  /* show 2 per screen on desktop */
  }
}
  
  @media (min-width:320px) {
	.sliderTest {max-width: 90%;}
	
	 .slide { padding: 20px 0;}
	 #blkTest {height: 800px;}
	 #blkTest .wow{font-size: 50px;}
	 
	 .qoute {
        font-size: 34px;
        padding: 50px 0px;
        width: 95%;
    }
  }
  
  @media screen and (min-width: 1200px) {
	.sliderTest {max-width: 90%;}
	.slide { padding: 20px 0;   }
	 #blkTest {height: 550px;}
	#blkTest .wow{font-size: 5vw;}
	.qoute {font-size: 34px; width: 60%;}
  }



	
body{font-family: "Poppins", sans-serif;
font-weight: 400;
    line-height: 1.4;}
	
	#topBtn{bottom: 0;
    position: absolute;
    left: calc(50% - 150px);}

#thanks {color:var(--red); text-align: center;}

#anotherQuote {color:var(--grey); cursor:pointer; text-align:center}

#myFooter{ color:#fff; font-family: 'Montserrat', sans-serif; min-height: 180px; height: fit-content;
    font-weight: 400; margin-top: 200px; font-weight: 100; width: 100%; background-color: var(--blueD);
	padding-bottom: 70px
	}
.offerTop.flex {
    margin: 10px auto 30px;
}
.offer2 picture img{width:100%;
    border: 3px solid #fff;
    box-shadow: rgba(0, 0, 0, 0.19) 0px 10px 20px, rgba(0, 0, 0, 0.23) 0px 6px 6px;
}

#checkImg{float: left;
    margin: 0 10px;
    width: 40px;
    position: relative;
    top: -5px;}
#download_icon{
    width: 30px;
    top: 0px;
}


#qMenu {
    display: block;
    overflow: hidden;
}

.h1partners {font-size: 50px; color:var(--red); text-align:center; width:100%}

.notimp, .imp {margin: 9px 0 0;
    font-size: .8em; opacity: 50%}
.notimp {float:left}
.imp {float:right}

.slider2{
		width: 300px;
		height: 2px;
		background-color: #ddd;
		margin: 30px auto;
		position: absolute;
		bottom: 30px;
		left: calc((100% - 300px) / 2);

    }

.handle2 {
	width: 20px;
	height: 20px;
	background-color: #333;
	position: absolute;
	cursor: pointer;
    border-radius: 50%;
    background-color: var(--olive);
	top: -9px;
	left: 50%;
}


.pic_ img {position:relative}

/* Hide the default chkmark */
.custom-chkbox input[type="checkbox"] {
    display: none;
}

/* Create a custom chkbox */
.custom-chkbox .chkmark {
    position: relative;
    height: 23px;
    width: 23px;
    border-radius: 4px;
    display: inline-block;
    vertical-align: middle;
    cursor: pointer;
	border: 1px solid #fff;
	margin: 0 7px 0;
	top: -2px;
}

/* Style the chkmark/indicator */
.custom-chkbox .chkmark:after {
    content: "";
    position: absolute;
    display: none;
    left: 6px;
    top: -2px;
    width: 8px;
    height: 17px;
    border: solid white;
    border-width: 0 3px 3px 0;
    transform: rotate(45deg);
}

/* Show the chkmark when the chkbox is checked */
.custom-chkbox input[type="checkbox"]:checked + .chkmark:after {
    display: block;
}

/* Optional: change the background when checked */
.custom-chkbox input[type="checkbox"]:checked + .chkmark {
 
}


#title5, #title5b {color:var(--blue); text-align: center;
    width: 100%;
    
    line-height: 1.2;
    }
#title5{font-size: 44px; margin: 50px auto 0px;}
#title5b{margin: 5px auto 10px}
#block4{
      position: relative;
	  -webkit-transition: all 1.5s;
  -o-transition: all 1.5s;
  transition: all 1.5s;
    }
#block4 .pic{
-webkit-transition: all 1.5s;
  -o-transition: all 1.5s;
  transition: all 1.5s;
  }
	
.pic_ {position: absolute}

.scrolling-image img{
      position: relative;}
.scrolling-image{
      position: relative;
      animation: scrollImage 15s linear infinite alternate;
    }
#processTxt {color:var(--blue); font-family: 'Roboto';
    line-height: 1.4; font-weight: 400; margin :0 auto; text-align: center}

@keyframes scrollImage {
  0% {
	left: 0;
  }
  100% {
	left: -10%; /* Adjust this value to control the scrolling distance */
  }
}
	
	
#block3, #block5, #footer {z-index: 10;
    position: relative;
}
#block3 img {width: 100%}

#topTitle3 h1{position: relative;
    margin: 200px auto 10px 100px;
    color: var(--blue);
    font-size: 2.8em;
    font-weight: 900;
	text-shadow: 5px 3px 5px rgba(0, 0, 0, 0.4);
	text-transform: capitalize;
	line-height: 1.1;
    text-align: center;}

#title3 {font-family: 'Mulish', sans-serif;}
#topTitle3{position:absolute; z-index: 10; max-width: 100%}

#topTitle3 h1  {color:#fff}
.pictureTop{position:absolute; top:0; left: 0;
opacity: 1;
	-webkit-transition: opacity 1s;
  -o-transition: opacity 2s;}
  
.pictureTop.fade {opacity: 0;
	-webkit-transition: opacity 2s;
  -o-transition: opacity 2s;
  }
  
#descr {opacity: 1;
	-webkit-transition: opacity 1s;
  -o-transition: opacity 1s;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.8);
    background: rgba(0, 0, 0, 0.2);
	    padding: 3px 5px;
  }
#descr.fade {opacity: 0;
	-webkit-transition: opacity 1s;
  -o-transition: opacity 1s;
  }
#img1s{opacity: 1;
	-webkit-transition: opacity 1s;
  -o-transition: opacity 1s;
  }
#img1s.fade{opacity: 0;
-webkit-transition: opacity 1s;
  -o-transition: opacity 1s;}

.fall-down {
            display: inline-block;
            position: relative;
            animation: fall 0.5s ease-out forwards;
        }

        @keyframes fall {
            0% {
                top: -100px;
                opacity: 0;
            }
            100% {
                top: 0;
                opacity: 1;
            }
        }



html, body {margin:0; padding: 0}

html {width: 100%;}

body {background-color:#fff; font-size: 20px; line-height: 1.8; color:#fff; width: 100%}
#main {width: 100%; overflow: hidden; max-width: 1700px; margin: 0 auto}
container2 {width: 100%; overflow: hidden; }

body a {color: #fff}

#topNav {
  font-size: 18px;
  font-weight: 400;
  font-family: 'Montserrat', sans-serif;
  height: 45px;
  color: #fff;
  -webkit-transition: height 0.5s;
  -o-transition: height 0.5s;
  transition: height 0.5s;
  position: fixed;
  top: 0;
  overflow: visible;
  z-index: 100;
  width: 100%;
  max-width: 1700px;
  line-height:1
}

.block {width: 100%; overflow:hidden}
#block5 {
	color:var(--blue);
	 display: flex;
	 flex-wrap: wrap;
    line-height: 1.4;
}


#flex2 {
	color: var(--blue);
	margin-top: 44px;
    display: flex;
    flex-wrap: wrap;
    width: 100%;
	height: 600px
}
#flex2.hid{display: none}
.flex40 {width: 40%}



#block5 {
	color:var(--blue);
	 display: flex;
	 flex-wrap: wrap;
    line-height: 1.4;
}
.block {width: 100%; overflow:hidden}

.btn {
    color: var(--blue);
    cursor: pointer;
    border: 2px solid var(--blue);
    padding: 5px;
    width: 250px;
    margin: 25px auto;
    text-align: center;
    font-size: 18px;
	box-shadow: rgba(0, 0, 0, 0.19) 0px 10px 20px, rgba(0, 0, 0, 0.23) 0px 6px 6px;
}
.btn:hover {background-color: var(--blue); color:#fff}

.btn.white {
    color: #fff;
    border: 2px solid #fff}
	
.btn2 {
display:inline-block;
    color: var(--orange);
    cursor: pointer;
    border: 2px solid var(--orange);
    padding: 5px;
    width: 250px;
    margin: 25px auto;
    text-align: center;
    font-size: 18px;
	box-shadow: rgba(0, 0, 0, 0.19) 0px 10px 20px, rgba(0, 0, 0, 0.23) 0px 6px 6px;
	border-radius: 5px;
}



.left {width: 90%; margin: 0 auto}
/*
.left, .right {display:block; float: left}
.left {width: calc(75% - 100px); padding-right: 100px}
.right {width: calc(25% - 2px); border-left: 1px solid #fff}
.right img {width: 80%}

*/

#grid {border-top: 1px solid #fff; padding-top: 30px}
.spot {display: block; width: 30%; margin: 0 20px 20px 0; float: left}
.item {display: block; width: calc(25% - 22px); margin: 10px;  float: left; padding: 0}
.rest .item {display: block; width: calc(10% - 12px); margin: 5px;  float: left; padding: 0}
.item img {display: block; width:100%}

.clear {width: 100%; clear:both}
.clearTop {width: 100%; clear:both; border-top:1px solid #fff; margin: 5px 0 20px 0}
.flex {
	display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
	flex-wrap: wrap;
	width: 100%;
	max-width: 1700px;
	margin: 0 auto
}

.fItem{
	display: block;
	padding: 10px;
	margin: 10px;
	width: calc(30% - 2px);
	min-width: 300px;
	order: 1; 	
	margin: 0 auto
}
.fItem img {width: 100%}

h1 {
    margin: 0px 0 5px 0;
    font-size: 1.3em;
	font-family: 'Roboto', sans-serif;
}
		
.testimonials {min-width: 320px; margin: 0 auto}
.testimonials p {font-family: 'Ubuntu', sans-serif; font-size:22px; line-height: 1.5; color:#fff;}
.testimonials img.face {width:200px; float:left; margin: 0 20px 10px 0}

.samples img { dispaly:block; width: calc(25% - 20px); padding: 10px}
.samples2 img { dispaly:block; width: calc(35% - 20px); padding: 10px}



#video1{    width: 100%; 
    display: block;
	z-index: 10;
	margin: 0 auto}
	




#bt2 
{background: linear-gradient(to right, #fff 50%, #002830 50%) right;
    background-size: 200%;
    transition: .5s ease-out;
}
#bt2.step2 {
    background-position: left;
}

#btSend,  #btDone{height:34px}
#btSend.hid, #btLoading.hid, #btDone.hid{height:0px}

.hid, .loading.hid  {height: 0; overflow: hidden; display: block}

.loading {
  display: inline-block;
  position: relative;
  width: 80px;
  height: 20px;
}
.loading div {
  display: inline-block;
  position: absolute;
  left: 8px;
  width: 16px;
  background: #fff;
  animation: loading 1.2s cubic-bezier(0, 0.5, 0.5, 1) infinite;
}
.loading div:nth-child(1) {
  left: 8px;
  animation-delay: -0.24s;
}
.loading div:nth-child(2) {
  left: 32px;
  animation-delay: -0.12s;
}
.loading div:nth-child(3) {
  left: 56px;
  animation-delay: 0;
}
@keyframes loading {
  0% {
    top: -6px;
    height: 64px;
	}
	50%, 100% {
		top: 4px;
		height: 15px;
	}
}

.checkmark {
    display:block;
    width: 22px;
    height:22px;
    -ms-transform: rotate(45deg); /* IE 9 */
    -webkit-transform: rotate(45deg); /* Chrome, Safari, Opera */
    transform: rotate(45deg);
	margin:0 auto;
	    top: 10px;
    position: relative;
}

.checkmark_stem {
    position: absolute;
    width:3px;
    height:19px;
    background-color:#fff;
    left:11px;
    top:-5px;
}

.checkmark_kick {
    position: absolute;
    width:13px;
    height:3px;
    background-color:#fff;
    left:1px;
    top:12px;
}







body_, html_ {
  margin: 0;
  padding: 0;
  overflow: hidden;
}

.container-slider {
  -webkit-user-select: none; /* Safari */
  -ms-user-select: none; /* IE 10+ */
  user-select: none; /* Standard syntax */

}

.slider-handle {
  -webkit-user-drag: none;
  user-drag: none;
}


.container-slider {
  width: 100%;
  height: fit-content;
  justify-content: center;
  align-items: center;
  background-color: #f0f0f0;
}

#beforeTxt h1, #beforeTxt h3{
    margin: 0px auto;
    width: fit-content;
    color: var(--blue);
	line-height: 1;
	text-align: center}
#beforeTxt h1{font-size: 2em; margin: 10px auto 20px}
.slider {
  position: relative;
  width: 95%;
  max-width: 800px;
  height: 500px;
  margin: 0 auto;
  overflow: hidden;
    border: 5px solid #fff;
  box-shadow: rgba(0, 0, 0, 0.25) 0px 14px 28px, rgba(0, 0, 0, 0.22) 0px 10px 10px;
}

.slider-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.slider-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.slider-image-before {
  z-index: 1;
  filter: grayscale(100%);
}

.slider-image-after {
  z-index: 2;
 clip-path: inset(0 0 0 50%); /* Initial clip size to show only the right half */
}


.slider-handle {
  position: absolute;
  top: 0;
  left: 50%;
  width: 1px;
  height: 100%;
  cursor: ew-resize;
  z-index: 3;
  transform: translateX(-50%);
  outline: none;
  -webkit-user-drag: none;
  user-drag: none;
}

.slider-handle-stick{
	width: 2px;
  height: 100%;
  background-color: var(--blue);}
  
.slider-handle-circle{
	width: 35px;
  height: 35px;
  background-color: var(--grey);
   border-radius: 50%;
   position: absolute;
  top: 80%;
  left: -18px;
  border:2px solid var(--blue);
   }
  




        .circle-container {
            position: relative;
            width: 80px;
            height: 80px;
            border-radius: 50%;
            border: 1px solid #000;
            margin: 10px auto;
        }

        .circle-text {
			font-size: 20px;
			font-family: 'Mulish', sans-serif;
            position: absolute;
            width: 100%;
            height: 100%;
            top: calc(100% - 25px);
            left: calc(100% + 3px);
            transform: translate(-50%, -50%);
			text-shadow: 2px 3px 5px rgba(0, 0, 0, 0.7);
        }

        .circle-text span {
            position: absolute;
            transform-origin: 0 35px; /* Adjust based on circle size */
        }
    
	
	

.sep {height: 20px;
    width: 100%;
	border-bottom: 1px solid #eee}

.container2 {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  width: 100%
}
.item {
  flex-basis:  | auto; 
}

.footSec {margin: 20px auto; text-align: center;}
.footSec imd{display:block; margin: 0 auto; line-height: 1.4;}
.footSec h1 {text-align: left}
.footSec p{text-align: left; line-height: 1.4; font-size: 18px}
@media (min-width:320px) { /* smartphones, portrait iPhone, portrait 480x320 phones (Android) */ 

	#col2-1 {width: 100%}
	#col2-2 {width: 95%; margin: 0 auto}
	.news, .news3 {width: 95%;}
	.middle{ width: 95%}
	#processTxt {width: 90%}
	#topTitle3 h1 {font-size: 2.2em; margin: 100px auto 10px 10px;}
	.container-slider {padding: 70px 0 50px;}
	.scrolling-image{animation: scrollImage 30s linear infinite alternate;}
	#qMenu .grow{width:90%}
	#markQ  {height: fit-content}

	.footSec{width: 90%}
	#qMenu {height: fit-content:}
	.news p{padding: 5px 10px 50px;}
	#bg-video {height: 100%; width: auto}
	.text-video .text{font-size: 11vh;}
	.wow2  {font-size: 9vh;}
	#blkSpecialty .wow { font-size: 50px;}
	
	.quote {width: 95%;}
}

@media screen and (min-width: 1200px) {

	#col2-1 {width: 60%}
	#col2-2 {width: calc(40% - 80px); padding-left: 40px}
	.news {width: 40%;}
	.news3 {width: 28%;}
	.middle{ width: 70%}
	#processTxt {width: 70%}
	#topTitle3 h1 {font-size: 2.8em; margin: 200px auto 10px 100px;}
	.container-slider {padding: 70px 0 50px;}
	.scrolling-image{animation: scrollImage 15s linear infinite alternate;}
	#qMenu .grow{width: fit-content}
	#markQ  {height: 30px}
	.footSec{width: 30%}
	#qMenu {height: 33px;}
	#topTitle3 h3   {width: 80%;}
	.news p{padding: 5px 20px 50px;}
	
	#bg-video {height: auto; width: 100%}
	.text-video .text{font-size: 140px;}
	.wow2  {font-size: 120px;}
		#blkSpecialty .wow { font-size: 80px;}
		.quote {width: 80%;}
}





