/**
Theme Name: YT Core
Author: Brainstorm Force
Author URI: https://yuktitechnology.com/
Description: Astra is the fastest, fully customizable & beautiful theme suitable for blogs, personal portfolios and business websites. It is very lightweight (less than 50KB on frontend) and offers unparalleled speed. Built with SEO in mind, Astra comes with schema.org code integrated so search engines will love your site. Astra offers plenty of sidebar options and widget areas giving you a full control for customizations. Furthermore, we have included special features and templates so feel free to choose any of your favorite page builder plugin to create pages flexibly. Some of the other features: # WooCommerce Ready # Responsive # Compatible with major plugins # Translation Ready # Extendible with premium addons # Regularly updated # Designed, Developed, Maintained & Supported by Brainstorm Force. Looking for a perfect base theme? Look no further. Astra is fast, fully customizable and beautiful theme!
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: yuktitechnology
Template: astra
*/

.work-column .uabb-photo-content img{
	 width: 100%;
    object-fit: cover;
    object-position: top;
    height: 400px;
    transition: 8s all ease !important;
}
.work-column .uabb-photo-content img:hover{
	object-position: bottom;
}
.ast-header-sticked .site-header-section{
	line-height:1 !important;
}
/* Style the box with a transparent border */
      .work-column .uabb-photo-content {
		  width: 400px;
		  margin: auto;
		  border-radius: 20px;
		  box-shadow: 0px 0px 20px 0px #bcc6ff;
		  cursor:pointer;
         display: inline-block;
         padding: 10px;
         border: 5px solid transparent;
         transition: border 0.5s ease;
         /* Add the pulsing animation to the border */
         animation: border-pulse 2s ease-in-out infinite;
      }
  
      /* Define the pulsing animation */
      @keyframes border-pulse {
         0% {
            border-color: #12cc9c;
         }
         25% {
            border-color: #7790D3;
         }
		 50% {
            border-color: #f7c763;
         }
         100% {
            border-color: #FD755A;
         }
      }


.right-col .img-col{
    position: absolute;
    top: 0;
    right: 0;
    max-width: 50vw !important;
    width: 50vw !important;
    height: 100%;
}
.right-col .img-col{
	left:0 !important;
}
.red-border{
	position:relative;
}
.red-border:after {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    top: 40px;
    left: 40px;
    background-color: transparent;
    border: 2px solid #FF3838;
    z-index: -1;
    animation: ab-2-after 5s linear infinite;
}

.marquee-box {
  max-width: 100%;
  overflow: hidden;
}
.marquee-text h2{
	margin-bottom:0;
	line-height:1;
	display: flex;
	flex-wrap: nowrap;
}
.marquee-text {
	white-space: nowrap;
	display: flex;
	animation: marqueeanimation 20s linear infinite;
}
.marquee-text h2 span{
	margin: 0 20px;
	font-size: 28px;
  	font-weight: 700;
	position:relative;
	color:#fff;
	text-transform:uppercase;
}
.marquee-text h2 span:after{
	content:'';
	position:absolute;
	width:2px;
	height:100%;
	background-color:#fff;
	right:-20px;
}
@keyframes marqueeanimation {
  0% {
    transform: translate3d(0, 0, 0);
  }
  100% {
    transform: translate3d(-50%, 0, 0);
  }
}
.screen{
    -webkit-transition: ease-in-out 4s !important;
    transition: ease-in-out 4s !important;
}
.screen:hover{
   background-position: center bottom !important;
}
.twae-wrapper .twae-media img{
	width:60px !important;
}
.twae-wrapper-inside{
	margin-top:-60px;
}
.counter-col{
	clip-path: polygon(12% 0%, 88% 0%, 100% 100%, 0% 100%);
}
.choose-column:hover *{
	color:#fff !important;
}
.ays-pb-modal .nf-form-fields-required {
    display: none !important;
}
.ast-custom-button{
	background-image: linear-gradient(90deg, #B60B0B 0%, #FF3838 100%) !important;
	background-color:transparent !important;
}
.ast-custom-button:hover{
	background-color:#ffffff !important;
	color:#FF3838 !important;
	background-image: none !important;
}
.glow-on-hover a{
	position:relative;
	background-color:#fff;
}
/* .glow-on-hover a:before {
    content: '';

	background: linear-gradient(90deg, #004d9f, #ff3838);
    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: 1;
    transition: opacity .3s ease-in-out;
    border-radius: 10px;
}
@keyframes glowing {
	0% {
    	background-position: 0 0;
	}
	50% {
		background-position: 400% 0;
	}
	100% {
		background-position: 0 0;
	}
} */
@media only screen and (max-width: 1024px) {
	.red-border:after{
		width: 94%;
	}
}
@media only screen and (max-width: 767px) {
	.counter-col{
		clip-path:unset;
	}
	.elementor-counter-title{
		text-align:center;
	}
}

