.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: 200px;
  height: 200px;
  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: 30px;
  font-weight: 600;
  text-align: center;
   padding-left: 200px;
 padding-bottom: 200px;
  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);
  }
}

/*portfolio border animations*/
:root{
    --first-color: #fff;
    --second-color: transparent;
    --size: 400px;
    --speed: 4s;
}
.elementor-kit-6 .b-an{
    overflow: hidden !important;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 30px;
}
.elementor-kit-6 .b-an:before{
    content: '';
    position: absolute;
    width: 200%;
    border: dashed #fff solid 4px;
    height: 100%;
    background: linear-gradient(var(--first-color), var(--second-color));
    animation: animate var(--speed) linear infinite;
}
@keyframes animate{
    0%{
        transform: rotate(0deg);
    }
    100%{
        transform: rotate(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:170px;
    height:170px;
}
.elementor-kit-6 .icon{
    font-size:25px;
    padding-bottom:170px;
     Padding-left:170px;
}
 }/* End custom CSS */