.elementor-kit-5{--e-global-color-primary:#6EC1E4;--e-global-color-secondary:#54595F;--e-global-color-text:#7A7A7A;--e-global-color-accent:#61CE70;--e-global-color-6e498c6:#104CBA;--e-global-color-4df4559:#F8A647;--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-kit-5 e-page-transition{background-color:#FFBC7D;}.elementor-kit-5 button,.elementor-kit-5 input[type="button"],.elementor-kit-5 input[type="submit"],.elementor-kit-5 .elementor-button{font-family:"Nunito Sans", Sans-serif;}.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;--widgets-spacing-row:20px;--widgets-spacing-column:20px;}{}h1.entry-title{display:var(--page-title-display);}@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 */.experties_slider .swiper-slide figure.swiper-slide-inner img.swiper-slide-image {
    max-width: 90px;
    padding-bottom: 20px;
}
span.logo-default.i-am-here-one {
    max-width: 110px;
}
span.logo-rt-dark {
    height: 54px !important;
}
.clients.element-three .clients-item {
    background-color: #eee;
    border-radius: 10px;
    border: 1px solid #118ac1;
}
.vertical-animation img {
    animation-name: vertical;
    animation-duration: 8s;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
}
@keyframes vertical{
	0% {
    transform: translateY(0px);
}
50% {
    transform: translateY(15px);
}
100% {
    transform: translateY(0px);
}
}
.clients.element-three .clients-item img {
    padding: 10px;
}
.glow-on-hover {
    width: 220px;
    height: 50px;
    border: none;
    outline: none;
    color: #fff;
    background: linear-gradient(90deg, rgb(255, 56, 52) 0%, rgb(255, 113, 51) 100%);
    cursor: pointer;
    position: relative;
    z-index: 0;
    border-radius: 10px;
}

.glow-on-hover:before {
    content: '';
    background: linear-gradient(45deg, #ff0000, #ff7300, #fffb00, #48ff00, #00ffd5, #002bff, #7a00ff, #ff00c8, #ff0000);
    position: absolute;
    top: -2px;
    left:-2px;
    background-size: 400%;
    z-index: -1;
    filter: blur(5px);
    width: calc(100% + 4px);
    height: calc(100% + 4px);
    animation: glowing 20s linear infinite;
    opacity: 0;
    transition: opacity .3s ease-in-out;
    border-radius: 10px;
}

.glow-on-hover:active {
/*     color: #000; */
}

.glow-on-hover:active:after {
    background: transparent;
}

.glow-on-hover:hover:before {
    opacity: 1;
}

.glow-on-hover:after {
    z-index: -1;
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, rgb(255, 56, 52) 0%, rgb(255, 113, 51) 100%);
    left: 0;
    top: 0;
    border-radius: 10px;
}
.hm15-contact-loc .elementor-icon-box-icon, .hm15-contact-email .elementor-icon-box-icon, .hm15-contact-phone .elementor-icon-box-icon {
    width: 40px;
    height: 40px;
}
.experties_slider .swiper-slide figure.swiper-slide-inner h6.elementor-heading-title.elementor-size-default {
    margin: 6px 0;
	height:60px;
}
.experties_slider .swiper-slide figure.swiper-slide-inner p {
    line-height: 23px;
}
.experties_slider .swiper-slide figure.swiper-slide-inner {
    background-color: #fff;
    box-shadow: 0px 0px 38px 0px rgba(42.00000000000025, 22.000000000000014, 139, 0.08);
    transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
    margin: 10px 0px 4px 0px !important;
    padding: 40px 20px 40px 20px;
    box-shadow: aquamarine;
	height: 390px;
}
.experties_slider .swiper-pagination, .clients_logo  .swiper-pagination {
    bottom: -30px !important;
}
.experties_slider .swiper-slide figure.swiper-slide-inner:hover::after {
    width: 100%;
    left: 0;
    right: auto;
    margin: 0;
}
.experties_slider .swiper-slide figure.swiper-slide-inner:hover {
    background-color: #104cba30;
}
.experties_slider .swiper-slide figure.swiper-slide-inner:after {
    content: '';
    position: absolute;
    width: 0;
    height: 3px;
    bottom: 0;
    position: absolute;
    left: auto;
    right: 0;
    z-index: -1;
    -webkit-transition: width .6s cubic-bezier(.25, .8, .25, 1) 0s;
    transition: width .6s cubic-bezier(.25, .8, .25, 1) 0s;
    background: #ff7133;
}
.elementor-widget-icon-box.elementor-position-left .elementor-icon-box-wrapper {
    align-items: center;
}

.hm15-contact-loc .elementor-icon-box-icon, .hm15-contact-email .elementor-icon-box-icon, .hm15-contact-phone .elementor-icon-box-icon {
    margin: 0 15px 0px 0 !important;
}
@keyframes glowing {
    0% { background-position: 0 0; }
    50% { background-position: 400% 0; }
    100% { background-position: 0 0; }
/* }
.rotate img{

   animation: rotation infinite 3s linear;
}

@keyframes rotation{
  from{
    transform:rotate(0deg);
  }
  
  to{
    transform:rotate(360deg);
  }
} */
	@media screen and (max-width: 768px) {
  .lines::before,
  .lines::after {
    content: "";
    background-color: #fff !important;
  }

  .home_tabs ul.nav.nav-tabs {
    display: flex;
    flex-wrap: wrap;
  }

  .home_tabs ul.nav.nav-tabs .nav-item {
    width: 49% !important;
    margin-bottom: 10px !important;
  }

  .home_tabs ul.nav.nav-tabs .nav-item a {
    font-size: 14px !important;
    background-color: #ff7133 !important;
    color: #fff !important;
    width: 94% !important;
  }

  .home_tabs ul.nav.nav-tabs .nav-item a.nav-link.active {
    background-color: #006dd2 !important;
  }

  html body .btm_icon_list .elementor-icon-box-icon {
    display: flex !important;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
  }
}/* End custom CSS */