.elementor-kit-6{--e-global-color-primary:#6EC1E4;--e-global-color-secondary:#54595F;--e-global-color-text:#7A7A7A;--e-global-color-accent:#61CE70;--e-global-color-6203df0:#210A58;--e-global-color-76e3bb1:#885DF1;--e-global-color-9f42b08:#FFE8FB;--e-global-color-ff581e5:#D5D0D4;--e-global-typography-primary-font-family:"Roboto";--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:"Roboto Slab";--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Roboto";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Roboto";--e-global-typography-accent-font-weight:500;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1140px;}.e-con{--container-max-width:1140px;}.elementor-widget:not(:last-child){margin-block-end:20px;}.elementor-element{--widgets-spacing:20px 20px;}{}h1.entry-title{display:var(--page-title-display);}.elementor-kit-6 e-page-transition{background-color:#FFBC7D;}.site-header{padding-inline-end:0px;padding-inline-start:0px;}@media(max-width:1024px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:767px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}/* Start custom CSS */body{
    overflow-x: hidden;
}

.text-scroll {
    height: 300px;
    overflow-y: auto;
    overflow-x: hidden;
}
::-webkit-scrollbar {
  width: 10px;
}
::-webkit-scrollbar-track {
  background-color: lightgrey;
  border-radius: 10px;
}
::-webkit-scrollbar-thumb {
  background: #885DF1; 
  border-radius: 10px;
}
/*package price*/
.elementor-kit-6 .circle {
  display: block;
  width: 170px;
  height: 170px;
  border-radius: 50%;
  padding: 2.5px;
  background-clip: content-box;
  animation: spin 10s linear infinite;
}
.elementor-kit-6 .success {
  background-color: #885DF1;
  border: 2.5px dashed white;
}

.elementor-kit-6 .icon {
  position: absolute;
  color: #fff;
  font-size: 35px;
  font-weight: 600;
   padding-left: 170px;
 padding-bottom: 170px;
  transform: translate(-50%, -50%);
  font-family: 'Unbounded', sans-serif !important;
}

/*button get in touch*/
.elementor-kit-6 .circle1 {
  display: block;
  width: 150px;
  height: 150px;
  border-radius: 50%;
  padding: 2.5px;
  background-clip: content-box;
  animation: spin 10s linear infinite;
}
.elementor-kit-6 .success1 {
  background-color: #210A58;
  border: 2.5px dashed #885DF1;
}

.elementor-kit-6 .icon1 {
  position: absolute;
  color: #fff;
  font-size: 25px;
  font-weight: 600;
 padding-left: 150px;
 padding-bottom: 150px;
  transform: translate(-50%, -50%);
  font-family: 'Unbounded', sans-serif !important;
}
@keyframes spin { 
  100% { 
    transform: rotateZ(360deg);
  }
}


/*made by dsl animation*/

 @media screen and (max-width: 767px) and (min-width: 320px){
     
/*button get in touch*/
     .elementor-kit-6 .circle1 {
  width: 120px;
  height: 120px;
}
 .elementor-kit-6 .icon1{
     width:100%;
     height:100%;
     padding-bottom:155px;
     Padding-left:120px;
     font-size:18px;
 }
 
 /*package price*/
.elementor-kit-6 .circle {
    width:150px;
    height:150px;
}
.elementor-kit-6 .icon{
    font-size:30px;
    padding-bottom:150px;
     Padding-left:150px;
}
 }/* End custom CSS */