.button-65 {
    align-items: center;
    background-image: linear-gradient(144deg,#EDB603, #8c2a88);
    box-shadow: rgba(151, 65, 252, 0.2) 0 15px 30px -5px;
    box-sizing: border-box;
    color: #fff;
    font-weight: 600px;
    display: flex inline;
    font-family: Phantomsans, sans-serif;
    font-size: 16px;
    justify-content: center;
    line-height: 1em;
    max-width: 100%;
    min-width: 250px;
    padding: 1.6px;
    border-radius: 15px;
    text-decoration: none;
    user-select: none;
    -webkit-user-select: none;
    touch-action: manipulation;
    white-space: nowrap;
    cursor: pointer;
    margin-right: 10px;
  }

  .button-65 p{
    font-size: 20px;
    color: #12569b;
    margin-top: 3PX;
    margin-bottom: 0PX;
  }

  .button-65 p:hover{
    color: #FFF;
  }

  .button-65:active,
  .button-65:hover {
    outline: 0;
    color: #ffffff;
  }


  .button-65 span {
    color: #8c2a88;
    /* background-color: #272626; */
    background-color: #ffffff;
    padding: 12px 15px 12px 15px;
    border-radius: 15px;
    width: 100%;
    height: 100%;
    font-size: 14px;
    transition: 300ms;
    text-align: center;
  }

  .button-65:hover span {
    background: none;
    transform: scale(1.01);
    
   color: #ffffff;
  }
  
  @media (max-width: 1030px) {
    .button-65 {
      font-weight: 600px;
      font-size: 16px;
      line-height: 1em;
      max-width: 100%;
      min-width: 150px;
      padding: 1px;
      margin-bottom: 10px;
    }
    .cont-tgl{
      display: none;
    }
  }

  @media (min-width: 768px) {
    .button-65 {
     font-size: 24px;
     min-width: 130px;
   }
  }
 
  @media (max-width: 600px) {
     .button-65 {
      margin-bottom: 2%;
    }
   .button-65 {
      font-weight: 600px;
      font-size: 16px;
      line-height: 1em;
      max-width: 100%;
      min-width: 150px;
      padding: 1px;
      margin-bottom: 10px;
    }
   }
 
   @media (max-width: 480px){
       .button-65 {
          font-weight: 600px;
          font-size: 16px;
          min-width: 120px;
          margin-bottom: 10px;
        }
   }
 
   @media (max-width: 580px){
       .button-65 {
          font-weight: 600px;
          font-size: 16px;
          min-width: 150px;
          margin-bottom: 10px;
        }
   }
 
   @media (max-width: 680px){
       .button-65 {
          font-weight: 600px;
          font-size: 16px;
          min-width: 180px;
          margin-bottom: 10px;
        }
   }
 
   @media (max-width: 780px){
       .button-65 {
          font-weight: 600px;
          font-size: 16px;
          min-width: 180px;
          margin-bottom: 10px;
        }
   }


.bg-color34{
    background: linear-gradient(to bottom right, #2C0D31, #2C0D31);
}

.bg-color1{
    background: linear-gradient(to right, #EDB603, #8c2a88);
}

.thm-clr{
    background: #8c2a88;
    background: linear-gradient(81deg, #EDB603 0%, #8c2a88 82%);
    /* background: linear-gradient(to bottom right, #EDB603 30%, #8c2a88 62%); */
      -webkit-background-clip: text;
      -webkit-text-fill-color: transparent;
        width: 100%;
        font-weight: 700;
}


.style8 .thm-clr{
  font-size: 20px;
}

.style8 .line{
  background-image: linear-gradient(144deg, #EDB603, #8c2a88);
  max-width: 80%;
  min-height: 4px;
  border-radius: 50px;
}

.logo{
    width: 180px;
}

.bg-color-white{
    background-color: #ffffff;
}

/* .facts-wrap h2{
    color: #0000;
    -webkit-text-stroke-width: 1px; 
            -webkit-text-stroke-color: rgb(131, 131, 131); 
} */


  .get-info span{
    font-size: 20px;
  }

  .get-info-list h5{
    font-weight: 600;
    font-size: 18px;
  }

  .get-info-list p{
    line-height: 2px;
  }

  .contact-btn{
    background-color: #40115B;
    padding: 1rem 0 1rem 0;
    color: #FFF;
    border-radius: 10px;
  }

  .form-wrap label{
    margin-left: 5px;
  }

  .get-info{
    padding-right: 30px;
  }

  .form-wrap{
    padding-left: 10px;
  }

  .about-wrap .thm-clr1{
    font-size: 28px;
    font-weight: 700;
    color: #EDB603 !important;
  }

  /*** 

====================================================================
		Testimonial Section
====================================================================

***/

/* h2{
  text-align:center;
  padding: 20px;
} */
/* Slider */

.slick-slide {
    margin: 10px 10px;
}

.slick-slide img {
    width: 100%;
}

.slick-slider
{
    position: relative;
    display: block;
    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;
}

.slick-list
{
    position: relative;
    display: block;
    overflow: hidden;
    margin: 0;
    padding: 0;
}
.slick-list:focus
{
    outline: none;
}
.slick-list.dragging
{
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.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);
            /* margin-right: -200px; */
            /* margin-left: 200px; */
}

.slick-track
{
    position: relative;
    top: 0;
    left: 0;
    display: block;

}
.slick-track:before,
.slick-track:after
{
    display: table;
    content: '';
}
.slick-track:after
{
    clear: both;
}
.slick-loading .slick-track
{
    visibility: hidden;
}

.slick-slide
{
    display: none;
    float: left;
    height: 100%;
    min-height: 1px;
}
[dir='rtl'] .slick-slide
{
    float: right;
}
.slick-slide img
{
    display: block;
}
.slick-slide.slick-loading img
{
    display: none;
}
.slick-slide.dragging img
{
    pointer-events: none;
}
.slick-initialized .slick-slide
{
    display: block;
}
.slick-loading .slick-slide
{
    visibility: hidden;
}
.slick-vertical .slick-slide
{
    display: block;
    height: auto;
    border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
    display: none;
}

.testos .thm-clr{
  font-size: 24px;
  padding-left: 20px;
}



/* card start */


.line-div{
	align-items: center;
	/* padding-left: 40%;
	padding-right: 40%; */
	width: 100%;
	justify-content: center;
}

.line {
	background-color: #68686827;
	height: 1.5px;
	width: 110px;
	margin-top: 10px;
	margin-bottom: 10px;
	border-radius: 50px;
	align-self: center;
	display: flex inline;
}




  /* end testominals */

/* Define your initial styling */
/* .image-container {
  position: relative;
  display: inline-block;
} */

/* Apply the gradient filter on hover */
.image-container:hover img {
  color: linear-gradient(to right, #cc6633, #8c2a88);
  transition: filter 0.3s ease;
}

/* Add any other styles you want */
.image-container img {
  max-width: 100%;
  height: auto;
  display: block;
}

/* Define the gradient color on hover */
.image-container:hover img::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(to right, #cc6633, #8c2a88);
  mix-blend-mode: multiply;
}

.about-info2 i{
  margin: 15px 0px 0px 20px;
  float: right;
  font-size: 22px;
  color: #666;
  transform: rotate(-45deg);
}

.about-wrap2:hover{
  .about-info2 i{
    transform: rotate(0deg);
    background: #8c2a88;
    background: linear-gradient(81deg, #cc6633 0%, #8c2a88 82%);
      -webkit-background-clip: text;
      -webkit-text-fill-color: transparent;
  }
}

.about-wrap2{
  padding: 50px  30px  50px  30px;
  background: linear-gradient(white, white) padding-box,
              linear-gradient(to right, #cc6633, #8c2a88) border-box;
  border-bottom: 1px solid transparent;
}

.serv .serve{
  font-size: 27px;
  margin-left: 20px;
}

.get-info
h5 {
  font-weight: 500;
  /* color: #ffffff; */
}

.get-info
.tg {
  padding: 0 0 0 2rem;
  border-left: 1px solid #ffffff49;
  color: #FFF;
}

.price-wrap{
  border-radius: 25px;
  margin: 0;
  background: linear-gradient(to bottom right, #cc6633, #8c2a88);
}
.price-wrap img{
  border-radius: 25px;
}

.style5{
  border-top: #ffffff5e solid 1px;
  border-bottom: #ffffff5e solid 1px;
  padding: 1.5rem 0rem 1.5rem 0rem;
}

.style5 .sec-title .sec-title-inner h2{
  font-size: 2.2rem;
  font-weight: 600;
  letter-spacing: 0px;
}

.about-mckp img{
  max-width: 500px;
}


/* ----------------------------- */

/* * {
  scrollbar-width: auto;
  scrollbar-color: #14c3f1 #ffffff;
} */

/* Chrome, Edge, and Safari */
*::-webkit-scrollbar {
  width: 8px;
}

*::-webkit-scrollbar-track {
  /* background: #0000002e; */
  background: #ffffff;
}

*::-webkit-scrollbar-thumb {
  background: linear-gradient(#EDB603, #EDB603);
  border-radius: 6px;
}





/* --------------======================== */


.index-right img{
  max-width: 500px;
}

/* .port-wrap7{
  padding-left: 15px;
  padding-right: 15px;
} */

.port-img7{
  border-radius: 20px;
}

.port-box5 img{
  border-radius: 20px;
}

.port-box3 img{
  border-radius: 20px;
}

.get-info .style-text{
  font-size: 18px;
  font-weight: 600;
  letter-spacing: 0px;
}

  

