/*@import url("https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;1,100;1,200;1,300;1,400;1,500;1,600;1,700&display=swap");*/
/*@font-face {
    font-family: 'lcddregular';
    src: url('../fonts/22805_lcdd-webfont.eot');
    src: url('../fonts/22805_lcdd-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/22805_lcdd-webfont.woff2') format('woff2'),
         url('../fonts/22805_lcdd-webfont.woff') format('woff'),
         url('../fonts/22805_lcdd-webfont.ttf') format('truetype'),
         url('../fonts/22805_lcdd-webfont.svg#lcddregular') format('svg');
    font-weight: normal;
    font-style: normal;
}*/
/*@import url('https://fonts.googleapis.com/css2?family=Rubik:ital,wght@0,300;0,400;0,500;0,600;0,700;1,300;1,400;1,500;1,600;1,700&display=swap');*/

/*@import url('https://fonts.googleapis.com/css2?family=Cairo:wght@200;300;400;500;600;700;800&display=swap');*/
/*@import url('https://fonts.googleapis.com/css2?family=Baloo+Tamma+2:wght@400;500;600;700;800&display=swap');*/

* {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: inherit;
  box-sizing: inherit;
}
body {
  /*font-family: "ff-dagny-web-pro", sans-serif;*/
font-family: 'Outfit', sans-serif;
  overflow-x: hidden;
  height: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  color:#000 !important;
  font-size:0.95rem;
  font-weight:400;
  line-height:1.8;
}

  @media only screen and (min-width: 48.0625em) {
  /*769px*/
  body {
    font-size:1.15rem;
  }
}
strong{
    font-weight:700;
}
a {
  color: inherit;
  text-decoration: none;
  -webkit-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
p {
  line-height: 1.8;
}
a:hover {
  color: inherit;
}
/*h1, h2, h3, h4, h5, h6{*/
/*font-family: 'Krub', sans-serif;*/
/*}*/
/*-----padding-----*/
.py-6 {
  padding-top: 6rem !important;
  padding-bottom: 6rem !important;
}
.pb-6 {
  padding-bottom: 6rem !important;
}
.pt-6 {
  padding-top: 6rem !important;
}
.pb-7 {
  padding-bottom: 4rem;
}
.py-7 {
  padding-top: 4rem !important;
  padding-bottom: 4rem !important;
}
.mb-7 {
  margin-bottom: 4rem !important;
}
.mt-7 {
  margin-top: 4rem !important;
}
.mb-8 {
  margin-top: 6rem !important;
}
.mt-8 {
  margin-top: 5rem !important;
}
@media only screen and (min-width: 48.0625em) {
  /*769px*/
  .mb-7,
  .mb-md-7 {
    margin-bottom: 6rem !important;
  }
  .mt-7 {
    margin-top: 6rem !important;
  }
  .pb-7 {
    padding-bottom: 6rem;
  }
  .py-7 {
    padding-top: 6rem !important;
    padding-bottom: 6rem !important;
  }
}
@media only screen and (min-width: 90em) {
  /*1440px*/
  .py-6 {
    padding-top: 10rem !important;
    padding-bottom: 10rem !important;
  }
  .pb-6 {
    padding-bottom: 10rem !important;
  }
  .pt-6 {
    padding-top: 10rem !important;
  }
}
.pt-0{
    padding-top:0  !important;
}
/*-----main-----*/
main {
  margin-top: 3.263rem;
}
@media only screen and (min-width: 42.5625em) {
  /*681px*/
  main {
    margin-top: 4.0625rem;
  }
}
/*-----text-----*/
.info .col-7 span {
  display: none !important;
}
.text-primary {
  color: #7ac142 !important;
  text-decoration: underline;
  font-weight: 600;
}
a.text-primary:hover {
  color: #212529 !important;
}
  .info .col-7 .me-5 {
	margin-right: 1rem !important;
}
  .form-check{margin-right:2rem;}

@media only screen and (min-width: 42.5625em) {
  /*681px*/
  .info .col-7 {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }


}
@media only screen and (min-width: 62em) {
  /*992px*/
  .text-lg-left {
    text-align: left !important;
  }
  .form-check{margin-right:0;}
      .info .col-7 span{
        display:inline-block !important;;
    }
          .info .col-7 .me-5 {
	margin-right: 3rem !important;
}
}

/*-----btn-----*/
.btn {
  padding: 1rem 2rem;
  border-radius: 0.4rem;
  background: #7ac142;
  background: -webkit-gradient(
    linear,
    left top,
    right top,
    from(#7ac142),
    to(#a5cd38)
  );
  background: -o-linear-gradient(left, #7ac142 0%, #a5cd38 100%);
  background: linear-gradient(to right, #7ac142 0%, #a5cd38 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#7ac142', endColorstr='#a5cd38',GradientType=1 );
  font-size: 0.8rem;
  text-transform: uppercase;
  color: #fff;
  font-weight: 600;
  border: 0;
}
.btn-sm {
  padding: 0.6rem 2rem;
}
.pulse {
  -webkit-box-shadow: 0 0 0 0 rgba(122, 193, 66, 0.7);
  box-shadow: 0 0 0 0 rgba(122, 193, 66, 0.7);
  -webkit-animation: pulse 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
  animation: pulse 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
}

@media only screen and (min-width: 48.0625em) {
  /*769px*/
  .btn {
      font-size: 1rem;
  }
}
@-webkit-keyframes pulse {
  to {
    -webkit-box-shadow: 0 0 0 15px rgba(122, 193, 66, 0);
    box-shadow: 0 0 0 15px rgba(122, 193, 66, 0);
  }
}

@keyframes pulse {
  to {
    -webkit-box-shadow: 0 0 0 15px rgba(122, 193, 66, 0);
    box-shadow: 0 0 0 15px rgba(122, 193, 66, 0);
  }
}
.btn:hover,
.btn-primary:hover {
  background: #a5cd38;
  background: -webkit-gradient(
    linear,
    left top,
    right top,
    from(#a5cd38),
    to(#7ac142)
  );
  background: -o-linear-gradient(left, #a5cd38 0%, #7ac142 100%);
  background: linear-gradient(to right, #a5cd38 0%, #7ac142 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a5cd38', endColorstr='#7ac142',GradientType=1 );
}
.btn-check:active + .btn-primary:focus,
.btn-check:checked + .btn-primary:focus,
.btn-primary.active:focus,
.btn-primary:active:focus,
.show > .btn-primary.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.25rem rgba(122, 193, 66, 0.5);
  box-shadow: 0 0 0 0.25rem rgba(122, 193, 66, 0.5);
}
.btn-check:active + .btn-primary,
.btn-check:checked + .btn-primary,
.btn-primary.active,
.btn-primary:active,
.show > .btn-primary.dropdown-toggle,
.btn-check:focus + .btn-primary,
.btn-primary:focus {
  color: #fff;
  background-color: #a5cd38;
  border-color: #7ac142;
}
/*-----container-----*/
.container {
  max-width: 1730px;
}
.container-new {
  max-width: 1540px;
}
.container-sm{
    max-width:1200px;
}
.container-md{
    max-width:1366px;
}
/*-----bg-----*/
.bg-dark {
  background-color: #212127;
}
.bg-green {
  background-color: #f8fcf5;
}
.bg-green-dark {
  background-color: #7ac142;
}
.sm-icon {
  display: inline-block;
  height: 1.2rem;
  margin-bottom: 4px;
  margin-right: 0.6rem;
  width: auto;
}
.text-sm {
  font-size: 0.8rem;
}
header a {
  color: #7ac142;

}
.logo{
    position:relative;
    width: auto !important;
}
.logo img {
  display: inline-block;
  width: 7rem;
  height: auto;
}
.logo-header a{
    position:relative;
}
.sticky-btn-header{
	width: 13rem;
	margin-right: 2rem;

}
.row-info-header{
	width: auto;
	margin-right: auto;

}
/*.logo-header a::after {
	content: '';
	position: absolute;
	left: -10px;
	top: -10px;
	width: 2rem;
	height: 2rem;
	background-image: url(../images/christmas-hat.png);
	background-repeat: no-repeat;
	background-size: 1.7rem;
}*/

/*---banner--*/
.banner{
    background-image:url(../images/bg.png);
    background-repeat:no-repeat;
    background-position: right center;
    background-size: 61.8rem;
}
.banner h1 {
  font-size: 1.7rem;
 
  font-weight: 700;
  margin-bottom: 2rem;
}
.banner h1 strong,
.title strong,
.webPages-text h3 strong,
.marketing-text h3 strong,
.icons h3 strong,
.page strong {
  color: #7ac142;
}

@media only screen and (min-width: 48.0625em) {
  /*769px*/
  
    .banner h1 {
    font-size: 2rem;
 
    }
}

.banner-icon {
  background-color: rgba(255, 255, 255, 0.04);
  width: 9rem;
  height: 9rem;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
 .banner-icon img {
  display: inline-block;
  height: 3rem;
  width: auto;
}
.banner-icons h3 {
	margin-bottom: 1.5rem;
	font-weight: 700;
}
@media only screen and (min-width: 48.0625em) {
  /*769px*/
  .banner h1 {
    font-size: 2.8rem;
  }
  
}
@media only screen and (min-width: 90em) {
  /*1440px*/
  .banner h1 {
    font-size: 3.05rem;
  }
}
/*-----title-----*/
.title {
  text-align: center;
}
.title h2 {
  font-size: 1.6rem;
  font-weight: 700;
}
.title h4 {
  text-transform: uppercase;
  font-size: 1rem;
  color: #b6db9f;
  font-weight: 600;
  margin-bottom: 1rem;
}
@media only screen and (min-width: 48.0625em) {
  /*769px*/
  .title h2 {
    font-size: 2.3rem;
  }
  .banner-icon {
  width: 12rem;
  height: 12rem;
}
 .banner-icon img {
  height: 4rem;
}
}
@media only screen and (min-width: 90em) {
  /*1440px*/
  .title h2 {
    font-size: 3.125rem;
  }
}
/*-----list-----*/
.list-group {
  list-style: none;
  padding-left: 2rem;
}
.list-group li {
  position: relative;
  padding-left: 2rem;
  margin-bottom: 1rem;
}
.list-group li::before {
  content: "";
  background-repeat: no-repeat;
  background-size: 1.3rem;
  position: absolute;
  width: 1.3rem;
  height: 1.3rem;
  top: 4px;
  left: 0;
}
.list-group.list-success li::before {
  background-image: url(../images/list-success.svg);
}
.list-group.list-wrong li::before {
  background-image: url(../images/list-wrong.svg);
}
.list-new.list-group {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.list-new.list-group li {

  display: inline-block;
}
@media only screen and (min-width: 48.0625em) {
  /*769px*/
  .list-group li {
    /*font-size: 1.25rem;*/
  }
}
/*-----webPges-----*/
.webPages-text h3 {
  font-size: 1.6rem;
  font-weight: 700;
  padding: 2rem 0;
  text-align: center;
}
.wrong .webPages-text h3 strong {
  color: #d02737;
}
.webPages h2 strong {
  position: relative;
}

@media only screen and (min-width: 30.0625em) {
  /*481px*/
  .webPages h2 strong::before {
    content: "";
    position: absolute;
    bottom: -22px;
    background-image: url(../images/line.png);
    background-repeat: no-repeat;
    background-position: center;
    width: 89px;
    height: 24px;
    right: 0;
  }
}
@media only screen and (min-width: 90em) {
  /*1440px*/
  .webPages-text h3 {
    font-size: 2.5rem;
  }
}
/*-----marketing-----*/
.marketing {
  background-image: url(../images/globe.svg);
  background-repeat: no-repeat;
  background-position: center right -15rem;
  background-attachment: fixed;
  background-size: 36rem;
  overflow-x:hidden;
}
.marketing-text h3 {
  font-weight: 700;
  margin-bottom: 2rem;
}
/*-----references-----*/
.references {
  background-image: url(../images/globe.svg);
  background-repeat: no-repeat;
  background-position: center right -15rem;
  background-attachment: fixed;
  background-size: 36rem;
}
.references-text h3 {
  font-weight: 700;
  margin-bottom: 2rem;
}
.references-wraper .row{
    flex-direction:column;
}
.references-wraper .col-md-5 {
	width: 100%;
}
.references-wraper .col-md-6 {
	width: 100%;
}
.references-wraper .offset-md-1 {
	 margin-left:0; 
}
  .references-wraper .mb-5 {
	 margin-bottom: 0 !important; 
}
@media only screen and (min-width: 80.0625em) {
  /*1281px*/
  .references-wraper  .col-md-5 {
	flex: 0 0 auto;
	width: 41.66666667%;
}
.references-wraper .col-md-6 {
	flex: 0 0 auto;
	width: 50%;
}
.references-wraper .row{
    flex-direction:row;
}
.references-wraper .offset-md-1 {
	 margin-left: 8.33333333%; 
}
  .references-wraper .mb-5 {
	 margin-bottom: 3rem !important; 
}
}
/*-----icons-----*/
.icon-icon,  .marketing-icon  {
  background-color: rgba(255, 255, 255, 0.04);
  width: 9rem;
  height: 9rem;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
 .marketing-icon {
     background-color:rgba(255, 255, 255, 0.04);
 }
.img-fluid{
  width: auto;
}
.icon-icon img, .marketing-icon img {
  display: inline-block;
  height: 3rem;
  width: auto;
}
.icons h3 {
  margin-bottom: 1.5rem;
  font-weight: 700;
}
@media only screen and (min-width: 48.0625em) {
  /*769px*/
  .icon-icon img {
    height: 3.75rem;
  }
   .marketing-icon img {
    height: 4.5rem;
  }
  .icon-icon {
    width: 12.5rem;
    height: 12.5rem;
  }
  .marketing-icon  {
    width: 14rem;
    height: 14rem;
  }
}
/*-----portfolio-----*/
.slick-arrow {
  position: absolute;
  top: 2rem;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  font-size: 0;
  width: 2rem;
  height: 2rem;
  opacity: 0.4;
  background-repeat: no-repeat;
  background-size: 2rem;
  background-position: center;
  background-color: transparent;
  border: 0;
  z-index: 1;
}
.portfolio-slider .p-5{
    padding: 1.7rem !important;
}
.slick-prev {
  background-image: url(../images/prev.svg);
  right: 4rem;
}
.slick-next {
  background-image: url(../images/next.svg);
  right: 1rem;
}
.slick-dots {
  list-style: none;
  margin: 0;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: absolute;
  left: 0;
  bottom: 0;
}
.slick-dots li {
  display: inline-block;
  position: relative;
  -webkit-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.slick-dots li:not(:first-child) {
  padding: 0 0.3rem;
}
.slick-dots li button {
  border: 0;
  background-color: transparent;
}
.slick-dots li.slick-active {
  padding-left: 4rem;
}
.slick-dots li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 0;
  height: 1px;
  background-color: #212529;
  -webkit-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.slick-dots li.slick-active::before {
  width: 70%;
  opacity: 1;
}
.portfolio h3, .marketing h3 {

  font-size: 1.6rem;
  font-weight: 700;
  margin-bottom: 2rem;
  position: relative;
  display: inline-block;
}
.marketing h3 strong{
      color: #7ac142;
}
.portfolio-slider .col-lg-4{
    background-color: #212529;
    border-radius:5px;
}
@media only screen and (min-width: 30.0625em) {
  /*481px*/
  .portfolio h3::after, .marketing h3::after {
    content: "";
    position: absolute;
    bottom: 0;
    background-image: url(../images/line.png);
    background-repeat: no-repeat;
    background-position: center;
    width: 89px;
    height: 24px;
    right: -40px;
  }
  .slick-prev {
  right: 5rem;
}
.portfolio h3, .marketing h3 {

  padding-bottom: 1rem;
}

.slick-arrow {
  top: 3rem;
  width: 3rem;
  height: 3rem;
}
.portfolio-slider .p-5{
    padding: 3rem !important;
}
}
@media only screen and (min-width: 48.0625em) {
  /*769px*/
  .portfolio h3, .marketing h3 {

  font-size: 1.875rem;
  }
}
@media only screen and (min-width: 62em) {
  /*992px*/
  .slick-arrow {
    top: 3rem;
  }
  .portfolio-slider .p-5{
    padding: 6rem !important;
}
      .portfolio-slider .col-lg-4.p-5{
    padding: 3rem !important;
}
}
@media only screen and (min-width: 75.0625em) {
  /*1201px*/

      .portfolio-slider .col-lg-4.p-5{
    padding: 6rem !important;
}
}
/*-----footer-----*/
footer {
  font-size: 0.875rem;
}
footer p {
  margin-bottom: 0;
}
@media only screen and (max-width: 42.5em) {
  /*680px*/
  footer.py-4{
      padding-bottom:3.5rem !important;
  }
}
/*-----form-----*/
form {
  font-size: 0.9rem;
}
textarea {
  height: auto !important;
}

.form-floating > textarea.form-control:not(:-moz-placeholder-shown) {
  padding-top: 4.9rem !important;


}

.form-floating > textarea.form-control:not(:-ms-input-placeholder) {
  padding-top: 4.9rem !important;

}

.textarea-col .form-floating > .form-control:focus ~ label, .form-floating > .form-control:not(:placeholder-shown) ~ label, .textarea-col .form-floating > .form-select ~ label {
	opacity: 0;

}
.form-floating > textarea.form-control:focus,
.form-floating > textarea.form-control:not(:placeholder-shown) {
  padding-top: 1rem !important;

}
.form-check-input:checked {
  background-color: #a5cd38;
  border-color: #7ac142;
}
.form-check-input:focus {
  border-color: #7ac142;
  -webkit-box-shadow: 0 0 0 0.25rem rgba(122, 193, 66, 0.25);
  box-shadow: 0 0 0 0.25rem rgba(122, 193, 66, 0.25);
}
.form-control:focus {
  border-color: #7ac142;
  -webkit-box-shadow: 0 0 0 0.25rem rgba(122, 193, 66, 0.25);
  box-shadow: 0 0 0 0.25rem rgba(122, 193, 66, 0.25);
}
.modal h2 {
  font-size: 1.5rem;
}
  .modal-body .col{
  
	flex: 1 0 100%;
}
.zz .flex-row{
    flex-direction:column !important;
}
@media only screen and (min-width: 33.75em) {
  /*540px*/
  .form-floating > textarea.form-control:not(:-moz-placeholder-shown) {
    padding-top: 3.625rem !important;
  }
  .form-floating > textarea.form-control:not(:-ms-input-placeholder) {
    padding-top: 3.625rem !important;
  }
 
  .modal-body .col{
 
	flex: 1 0 0%;
}
.zz .flex-row{
    flex-direction:row !important;
}
  
}
@media only screen and (min-width: 56.3125em) {
  /*901px*/
.textarea-col .form-floating > .form-control:focus ~ label, .form-floating > .form-control:not(:placeholder-shown) ~ label, .textarea-col .form-floating > .form-select ~ label {
	opacity: .65;

}
  .form-floating > textarea.form-control:focus,
  .form-floating > textarea.form-control:not(:placeholder-shown) {
    padding-top: 2.025rem !important;
  }
}
/*-----page-----*/
.page {
  height: 100vh;
  overflow: hidden;
}
.page .container {
  max-width: 900px;
}
.page h1 {
  font-size: 1.8rem;
  font-weight: 700;
  margin-bottom: 3rem;
}

@media only screen and (min-width: 56.3125em) {
  /*901px*/
  .page {
    height: calc(100vh - 138.2px);
    overflow: hidden;
  }
  .page h1 {
    font-size: 2rem;
  }
}

/*-----animations-----*/
.anim-hidden {
  opacity: 0;
}
.visible {
  opacity: 1 !important;
}
.animate__animated {
  -webkit-animation-duration: 0.4s;
  animation-duration: 0.4s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
@-webkit-keyframes zoomIn {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  50% {
    opacity: 1;
  }
}
@keyframes zoomIn {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  50% {
    opacity: 1;
  }
}
.animate__zoomIn {
  -webkit-animation-name: zoomIn;
  animation-name: zoomIn;
}
/*-----fixed info-----*/
.fixed-info {
  display: block;
  font-size: 0.9rem;
}
.fixed-info .sm-icon {
  height: 1rem;
}
@media only screen and (min-width: 42.5625em) {
  /*681px*/
  .fixed-info {
    display: none;
  }
}
/*-----testimonials-----*/
.stars img {
  display: block;
  width: 10rem;
}
.testimonials h3 {
	font-weight: 700;
	margin-bottom: 2rem;
	position: relative;
	padding-left: 4rem;
}
.testimonials h3::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  background-image: url(../images/quote.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 2rem;
  width: 2rem;
  height: 2rem;
}
.testimonials p {
  position: relative;
  padding-left: 2rem;
}
.testimonials p::before {
  content: "";
  position: absolute;
  left: 7px;
  top: 0;
  width: 3px;
  height: 100%;
  background-color: #7ac142;
  opacity: 0.3;
}


.testimonial-wrapper .row:nth-child(2n + 2) {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
.slick-track {
  display: flex;
}
.slick-slide {
  display: flex !important;
  height: 100% !important;
}
.form-floating > .form-control,
.form-floating > .form-control,
.form-floating > .form-select {
  height: calc(2.6rem + 2px);
  line-height: 1.25;
  font-size: 0.9em;
}
.form-floating > label {
  font-size: 0.9em;
  padding: 0.8rem 0.75rem;
}
.modal .form-check label {
  font-size: 0.85rem;
}
.modal-body {
  padding: 0;
}

.col-1-new{
    width:33.3%;
}
.col-1-new img{
    padding:5px;
    width: auto;
}
.references{
    padding-top:0 !important;
    padding-bottom:3rem !important;
}
.stars .g-icon {
	width: 2.7rem;
	margin-right: 1rem;
  height: auto;
}
@media only screen and (min-width: 30.0625em) {
  /*481px*/
    
.col-1-new{
    width:20%;
}
    
}
@media only screen and (min-width: 576px) {
  .modal-dialog {
    max-width: 800px;
  }
  .col-1-new{
    width:14.2%;
}
.references{
    padding-top:0 !important;
    padding-bottom:6rem !important;
}
}
.h3, h3 {
	font-size: 1.4rem;
}
@media only screen and (min-width: 42.5625em) {
  /*681px*/
.col-1-new{
    width:12.5%;
}
    
}

@media only screen and (min-width: 48.0625em) {
  /*769px*/
  .h3, h3 {
	font-size: 1.85rem;}
}
@media only screen and (min-width: 64.0625em) {
  /*1025px*/
  .col-1-new{
    width:9%;
}
.testimonial-wrapper .col-lg-6{
    padding: 0 4rem;
    
}
}
@media only screen and (min-width: 90em) {
  /*1440px*/
.col-1-new{
    width:7.1%;
}
    
}

.new-icons-row{
    display:flex;
    flex-direction:row;
    align-items:center;
    margin-bottom:1rem;
}
.new-icons-row img{
    display:block;
    width:2rem;
    height:auto;
    margin-right:0.5rem;
}
@media only screen and (min-width: 30.0625em) {
  /*481px*/
.new-icons {
	display: flex;
	align-items: center;
	gap: 2rem;
	margin-bottom:2rem;
}
.new-icons-row{
    margin-bottom:0;
}
    
}
@media only screen and (min-width: 62em) {
  /*992px*/
  .new-icons {
	margin-bottom:0;
}
}
.header-btn{
    margin-left:20px;
    font-size:14px;
    display:none;
}
header .info{
    align-items:center;
}
@media only screen and (min-width: 1080px) {
.header-btn{
    display:inline-block;
}
.btn-mobile{display:none;}
}

.ul-style {
	list-style-position: inside;
}
.more-toggle{
    width:auto;
}
.test-box{
    display:none;
}
.more-toggle[disabled="disabled"]{
    display:none;
}
.py-10{
    padding:50px 0;
}

@media only screen and (min-width: 37.5625em) {
  /*601px*/
  .py-10{
    padding:60px 0;
}
}
@media only screen and (min-width: 64.0625em) {
  /*1025px*/
  .py-10{
    padding:100px 0;
}
}

.logo-part {
	display: block;
	width: 70px;
	height: auto;
	margin-bottom: 30px;
	margin-top:30px;
}
.logo-part-desktop{
    display:none;
}
@media only screen and (min-width: 37.5625em) {
  /*601px*/
.logo-part {
	width: 150px;
	margin-bottom: 49px;
	margin-top:0;
}
.logo-part-mobile{
    display:none;
}
.logo-part-desktop{
    display:block;
}
    
}

@media only screen and (max-width: 48em) {
  /*768px*/
  .cky-revisit-bottom-left{
    display:none !important;
    }
}
.whatsapp-sticky {
	position: fixed;
	bottom: 80px;
	right: 3px;
	width: 50px;
	height: 50px;
	z-index: 10;
}

.whatsapp-sticky img{
  display: block;
  width: 100%;
  height: auto;
}

@media only screen and (min-width: 37.5625em) {
  /*601px*/
  .whatsapp-sticky{
  bottom: 30px;
  right: 30px;
}
}
/*-------------*/
.intro-slider .slick-slide img {
	display: block;
	height: auto;
	width: 100%;
}

.intro-images{
  margin-top: 50px;
}
.intro-images {
  display: none;
}
@media only screen and (min-width: 62em) {
  /*992px*/
  .intro-images{
    margin-top: 0;
  }
 
  .intro-images {
    display: block;
  }
}
/*---------*/
.banner ul{
  padding-left: 0;
}
header{
  font-size: 17px;
}
.whatsapp-header{
  display: flex;
  align-items: center;
  gap:1rem
}
  .info .col-7 span.w-text{
    display: none !important;
  }
    .btn-mobile{
    display: inline-block;
  }
@media only screen and (min-width: 75.0625em) {
  /*1201px*/
  .info .col-7 span.w-text{
    display: inline-block !important;
  }
   .btn-mobile{
    display: none;
   }
}
.sticky-btn {
	position: fixed;
	right: 0;
	bottom: 12rem;
	transform: rotate(-90deg);
	transform-origin: 60% 0;
  z-index: 20;
}


@media only screen and (max-width: 37.5em) {
  /*600px*/
  .sticky-btn {
    right: -1.1rem;
    transform: rotate(-90deg) scale(0.85);
    transform-origin: 60% 0;

  }
  .sticky-btn-header {
    width: 9rem;
    margin-right: 1rem;
    padding: 0.6rem 1rem;
  }
  header .info .col-7 .me-5{
    margin-right: 0.1rem !important ;
  }
}
@media only screen and (max-width: 30em) {
  /*480px*/
  .logo img {
	display: inline-block;
	width: 5.5rem;
} 
.sticky-btn-header {
	width: 6rem;
	margin-right: 1rem;
	padding: 0.4rem 0rem;
	font-size: 0.6rem;
	border-radius: 3.5px;
}
}
