@import "../../../../../assetsYeac/YeacLova/V-1/css/fonts.css";

html, body {
    overflow: auto;
    margin: 0;
    padding: 0;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

button.swal2-confirm.btn.btn-success.swal2-styled {
    background-color: #157347;
    border-color: #146c43;
}
.error-image {
    margin-right: 0px;
    text-align:center; 
}

.error-image img {
	max-height:450px; 
}

.main-footer {
    background-color: #000000;
}

.py-90
{ 
	padding-top: 90px !important; 
    padding-bottom: 90px !important;   
}

div#page {
    /*height: 100vh;*/
}

.page-wrapper {
    overflow: auto;
    /*height: 100vh;*/
}


.pp-tableCell>div 
{
	/*min-height: 100%;*/  
}

.yeacLova-site.yeacLova-index .page-wrapper {
	height: 100vh;
}

.main-content-area {
    display: flex;
    flex-direction: column;
} 



#language-select a { 
    font-family: "Cairo";
} 

section.main-slider-area , .main-slider-area .slick-track 
{
	min-height:100vh;   
}

.rowFixedCenterHeight
{
    display: flex;
    align-items: center;
}

.about-reverse
{
	flex-direction: row-reverse;
}

.px-150
{
	padding-right:10rem;
	padding-left:10rem;
}

.dpkCursor {
  height: 2.50rem;
  width: 2.50rem;
  position: fixed;
  top: 0;
  left: 0;
  color: white;
  border: 3px solid var(--ygency-primary-color);
  mix-blend-mode: difference;
  border-radius: 50%;
  pointer-events: none;
  z-index: 999;
}


.lang-select a
{
    color: var(--ygency-tertiary-color);
    font-weight: 500;
    line-height: 1;
    font-size: 20px;
}
.header-top .top-left li
{
	font-size:15px;
}


.header-top .top-left li:last-child
{
	margin:0 0px;
}

#videoSlider
{
	position: absolute;
	top: 0;
}

.inner-box .lang-select a
{
    position: absolute;
    top: 30px;
    left: 5px;
    padding: 5px 15px;
    color:white; 
}

.inner-box .lang-select a img
{
	margin:0 10px; 
}


.footer-six .footer-logo img {
    max-width: auto; 
}

.main-menu .navbar-collapse li.active a {
    color: var(--ygency-primary-color);
    text-decoration: underline;
}

@media only screen and (min-width: 992px) 
{
    .main-menu .navbar-collapse > ul > li.active > a:before 
    {
        opacity: 1;
    }
}

.breadcrumb {
    flex-wrap: wrap;
    text-align:center;
    justify-content: center;
}

.breadcrumb-span-in {
    margin-left: 15px;
    margin-right: 15px;
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
    color: white;
}

.breadcrumb a {
    color: var(--ygency-primary-color);
    text-decoration: underline;
    text-underline-offset: 3px;
    text-decoration-thickness: 1px;
}

.project-item {
    border: 1px solid #998a8a38;
}

.project-item .content {
    padding: 15px 15px;
}

.project-item h2 
{
	font-size:2rem;
}


.pricing-plan-item .icon-title .icon2 {
    margin-bottom: 0;
    margin-right: 20px;
    width: 60px;
    height: 60px;
    line-height: 60px;
    border-radius: 50%;
    text-align: center;
    line-height: 50px;
    
    line-height: 1;
    font-size: 60px;
    color: var(--ygency-primary-color);
}


.main-header.menu-absolute .header-upper
{
	padding:1rem 0;	
	background: #000000;
    padding: 15px 0;
    max-height:90px;
}

.top-contact-details {
    margin: 0 2rem;
    display: flex;
    gap: 0 50px;
    font-size: 1.25rem;
    align-items: center;
}

.menu-sidebar .icon-bar {
    background: var(--ygency-body-color);
    height: 2px;
    width: 27px;
    display: block;
    margin: 5px auto; 
}
.slide-content h2 {
    font-size: 50px;
}

.slide-content h2 span
{
    background: var(--ygency-primary-color);	
    color: white;
    padding:10px;
    display: inline-block;
}

section.hidden-bar-menu ul.navigation {
    display: flex;
    gap: 1rem 0;
    gap: 0rem 0;
    flex-direction: column;
    height: 100%;
    justify-content: space-between;
    padding: 0 0 10px 0; 
}

section.hidden-bar-menu ul.navigation li a
{
	font-size:1.5rem;
}

section.hidden-bar-menu ul.navigation li a:hover
{
	color:white; 
	text-decoration: underline;
}


.elements-side-bar {
    position: fixed;
    top: 50%;
    z-index: 50;
    min-height: 3.5rem;
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    vertical-align: middle;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}
.elements-side-bar.right {
    /* -webkit-transform-origin: right top; */
    -ms-transform-origin: right top;
    transform-origin: right top;
    -webkit-transform: rotate(-90deg) translate(50%, -100%);
    -ms-transform: rotate(-90deg) translate(50%, -100%);
    transform: rotate(-90deg) translate(50%, -100%);
    right: 2vh;
}   
.elements-side-bar.right .social-bar,.elements-side-bar.right .scroll-top {
    margin-right: 1.5rem;
    font-weight: 600;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    -webkit-transition: all cubic-bezier(0.645, 0.045, 0.355, 1) 0.35s;
    -o-transition: all cubic-bezier(0.645, 0.045, 0.355, 1) 0.35s;
    transition: all cubic-bezier(0.645, 0.045, 0.355, 1) 0.35s;
}
.elements-side-bar.right .social-bar-holder li {
    margin: 0px 5px;
}
.elements-side-bar.right .social-bar-holder.icons li {
    padding: 0px 5px;
}
.elements-side-bar.right .social-bar-holder {
    white-space: nowrap;
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    vertical-align: middle;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.services-txtList-mainDiv
{
	background-size: cover;
	position: relative;
}

.services-txtList-mainDiv::before 
{
    content:"";
    display: block;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    background-color: oklab(0.09 0 0 / 0.45);
}


.services-txtList {
    /*padding: 0 10rem;*/
    display: flex;
    flex-direction: column;
    /*margin: 0 auto;*/
}


.services-txtList-mainDiv .service-five-item
{
    opacity: 0.4;
    color: white;	
    font-size: 50px;
    
    font-size: 34px;
    margin-bottom: 22px;
}

.services-txtList-mainDiv .service-five-item:hover
{
	opacity: 1;
	text-decoration: line-through;
	text-decoration: none;
	color: #ffffff;
}


.main-slider .overlay-bg {
    position: absolute;
    width: 100%;
    height: 200%;
    background: rgb(0 0 0 / 65%); 
    z-index: 10;
    top: 0;
}

.main-slider .slide-content {
    position: relative;
    z-index: 20;
}

.preloader {  
    background-color: #02050a;
}

.preloader .custom-loader-i-imagine {
    width: 400px;
    height: 400px;
    background: url(../images/i-imagine-loader.gif);
    background-size: cover;
}


.copyright-text
{
	font-size:14px;
}

.lets-work span {
    font-size: 50px;
}

footer .lets-work{
    display: flex;
    align-items: center;
    
} 

.social-style-preFooter {
    display: flex;
    gap: 0 20px;
    align-items: center;
    justify-content: center;
}


.social-style-four a i {
    margin-right: 5px;
}


.social-style-preFooter a {
    margin: 0;
    font-size: 16px; 
}

.social-style-preFooter a:hover
{
    color: var(--ygency-primary-color);
}

.footer-right-content .widget_nav_menu {
    margin-bottom: 25px;
}

.scroll-top {
    right: 20px;
} 


.scroll-top {
    width: 50px;
    height: 50px;
    border-radius: 100%;
}

.fixed-action-btn {
    position: fixed;
    right: 26px;
    bottom: 90px;
    padding-top: 0px; 
    margin-bottom: 0;
    z-index: 997;
}

.fixed-action-btn ul {
    right: 0px;
    text-align: center;
    position: absolute;
    bottom: 35px;
    margin: 0;
    visibility: hidden;
    list-style: none;
}

.fixed-action-btn ul li {
    margin-bottom: 15px;
}

.fixed-action-btn .btn-floating {
    display: inline-block;
    color: #fff;
    position: relative;
    overflow: hidden;
    z-index: 1;
    width: 40px;
    height: 40px;
    line-height: 30px;
    padding: 0;
    background-color: #26a69a;
    border-radius: 50%;
    -webkit-transition: background-color .3s;
    transition: background-color .3s;
    cursor: pointer;
    vertical-align: middle;
}

.fixed-action-btn ul a.btn-floating {
    opacity: 0;
}

.fixed-action-btn .btn-floating i 
{
    width: inherit;
    display: inline-block;
    text-align: center;
    color: #fff;
    font-size: 1rem;
    line-height: 43px; 
}

.contact-page-area .section-title h2
{
	font-size: 24px; 
	margin-bottom: 25px;
    padding-bottom: 25px;
    border-bottom: 1px solid white;
}

.our-contact-details
{
	display:flex;
	flex-direction: column;
	gap:1.75rem 0;  
}

.our-contact-details .our-contact-details-data
{ 
	color: white;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
} 


.our-contact-details .our-contact-details-data h3
{
	font-size:1.5rem; 
	margin:0; 
}

.our-contact-details .our-contact-details-data i.mainIcon {
    font-size: 2rem;
    color: var(--ygency-dark-color);
    margin-right: 10px;
    width: 55px;
    height: 55px;
    background: var(--ygency-primary-color);
    line-height: 55px;
    border-radius: 50%;
    text-align: center;
}

.our-contact-details .our-contact-details-data .contact-social
{
	display: flex;
    flex-direction: row;
    gap: 0 0.5rem;
}

.contact-page-form  .section-title  h3
{
	font-size:1rem; 
}

.our-location-part {
    padding: 60px 0;
}


.contact-page-area
{
	padding-bottom:10px !important ;  
}



.hidden-bar-form, .hidden-bar-menu, .main-header.fixed-header .header-upper 
{
	 background-color: #000000;
}

 
section.hidden-bar-menu ul.navigation li a:hover, section.hidden-bar-menu ul.navigation li.active a 
{
	color:var(--ygency-primary-color); 
	text-decoration:underline;  
}


.hidden-bar-menu .inner-box {
    height: 100%;
}

.client-logo-wrap-two .client-logo-item
{
	background: #000000; 
	border-radius: 5rem;
}

.elements-sideSlider 
{
    width: 20px;
    /*height: 100px;*/
    height: auto;
    position: fixed;
    top: 50%;
    top: 30%;
    z-index: 50;
    min-height: 3.5rem;
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    vertical-align: middle;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.elements-sideSlider.right 
{
   right: 75px;
}


.elements-sideSlider ul
{
    display: flex;
    flex-direction: column;
    align-items: center;
    margin: 0 auto;
}

.elements-sideSlider ul li
{
    margin:10px auto;  
}


.elements-sideSlider ul li a 
{
    width: 10px;
    height: 10px;
    display: block;
    background: var(--ygency-body-color);
    border-radius:100%; 
}

.elements-sideSlider ul li a.active,.elements-sideSlider ul li a:hover
{
    background: var(--ygency-primary-color);
} 



#pp-nav li span, .pp-slidesNav span {
    background: var(--ygency-body-color); 
    width: 12px;
    height: 12px;
    border-color: rgb(0 0 0 / 0%) !important;
    
    top: 0;
    left: 0;
}


#pp-nav li .active span, .pp-slidesNav .active span {
    background: var(--ygency-primary-color);
    width: 14px;
    height: 14px;
    left: -1px; 
}

#pp-nav li, .pp-slidesNav li {
    width: 14px;
    height: 14px;
    margin: 5px auto;
    margin-bottom: 20px;
}




#pp-nav.right {
    right: 25px;
}

.fab.fa-twitter{
	font-family:sans-serif;
}

.fab.fa-twitter::before{
	content:"𝕏";
	font-size:1.2em;
}

.social-bar-holderUpdate span 
{
	padding: 0px 5px;
	margin: 0px 5px;
}

.social-bar-holderUpdate a
{
	padding: 0px 5px;
	margin: 0px 5px;
	
	padding: 0px 2.5px;
	margin: 0px 2.5px;  
}




.advanced-team-section {
    text-align: center;
    padding: 50px 0;
}

.advanced-team-section h2 {
    font-size: 2.5em;
    margin-bottom: 10px;
}

.advanced-team-section p {
    font-size: 1.2em;
    margin-bottom: 40px;
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
    color: #cccccc;
}

.advanced-team-section .team-carousel {
    display: flex;
    justify-content: center;
    gap: 20px;
    overflow-x: scroll;
    padding: 20px;
    scrollbar-width: none;
}


	

.advanced-team-section .team-carousel::-webkit-scrollbar {
    display: none;
}

.advanced-team-section .main-team-member {
	display: flex;
    justify-content: center;
    gap: 0px;
    overflow-x: scroll;
    padding: 0px;
    scrollbar-width: none;
}

.advanced-team-section .team-member {
    position: relative;
    width: 16.66666666666667%;
    min-width: 16.66666666666667%;
    border-radius: 0px;
    overflow: hidden;
    margin: 0;
    padding:100px 0; 
}

.advanced-team-section .team-member img {
    width: 100%;
    height: 300px;
    border-radius: 0px;  
}

.advanced-team-section .team-member .overlay-advanced { 
    width: 100%;
    height: 100px; 
    background:#0A1019;
    
    -webkit-transform-origin: right top;  
    -ms-transform-origin: right top;
    transform-origin: right top;
    -webkit-transform: rotate(-90deg) translate(50%, -100%);
    -ms-transform: rotate(-90deg) translate(50%, -100%);
    transform: rotate(-90deg) translate(50%, -100%); 
    padding: 1rem; 
    
    width: 70%;
    background:#3ea466; 
    
}


.advanced-team-section .swiper-slide .team-member { 
    position: relative;
    width: 100%;
    min-width: 100%;
    border-radius: 0px;
    overflow: hidden;
    margin: 0;
    padding: 100px 0;
}

.advanced-team-section .team-member:nth-child(odd) .overlay-advanced,
.advanced-team-section .odd-swiper-slide .team-member .overlay-advanced
{
    position: absolute;
    top: 210px;
    left: 0;
    transform-origin: left top;
    transform: rotate(-90deg) translate(0%, 0%); 
}

.advanced-team-section .team-member:nth-child(even) .overlay-advanced,
.advanced-team-section .even-swiper-slide .team-member .overlay-advanced
{
    position: absolute;
    bottom: 0;
    right: 0;
}   

.advanced-team-section .team-member .overlay-advanced h3
{
    font-size: 18px;
    margin: 0;
}

.advanced-team-section .team-member .overlay-advanced p
{
    font-size: 14px;
    margin: 0;
}


.advanced-team-section .overlay {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(0, 0, 0, 0.7);
    color: #ffffff;
    padding: 10px;
    text-align: center;
    opacity: 0;
    transition: opacity 0.3s ease-in-out;
}

.advanced-team-section .team-member:hover .overlay {
    opacity: 1;
}

.advanced-team-section .overlay h3 {
    margin: 0;
    font-size: 1em;
    font-weight: bold;
}

.advanced-team-section .overlay p { 
    margin: 5px 0 0;
    font-size: 0.9em;
}


.client-lightgallery {
    display: contents;
}

.pp-tooltip.right
{
	font-size:18px;  
	top:-12px;  
	color: var(--ygency-primary-color); 
	right:25px;   
}

#pp-nav li a:hover span  
{
	background: var(--ygency-primary-color); 
    border-color: var(--ygency-primary-color) !important;
}


#home-section-about-1 .about-content
{
    margin-top: 50px;
}

.feature-six-item p
{
	line-height: 20px; 
}

.counter-item.style-two {
    padding: 25px 70px;
}

.why-choose-two-wrap .section-title h2
{
	font-size: 26px;
}

.why-choose-item-two , .why-choose-item-two .icon i{
    margin-bottom: 2.5px;
}

.why-choose-item-two .icon .icon-bottom-shape {
    height: 20px;
}

.work-with-content {
    padding: 50px 50px; 
}

.work-with-us-area:before {
    background: #000000;
}



body .pp-section {
    overflow-y: auto;
    height: 100%; 
    /*height: 100vh ;*/  
    display: block !important;  
    display: flex !important;   
    display: grid !important; 
    overflow-x: hidden;    
}

.section 
{
    height: 100vh;
}

.horizontal-scroll-section {
    scroll-snap-type: x mandatory; 
}

.horizontal-scroll-section>div {
    scroll-snap-align: start;
}

/* Scrollbar styles */
.horizontal-scroll-section::-webkit-scrollbar {
    height: 10px;
}

.horizontal-scroll-section::-webkit-scrollbar-thumb {
    background-color: #888;
    border-radius: 5px;
}


.logo-outer a
{
	display:block;
}

.logo-outer a img
{
	width: 180px;
    height: auto;
}


.yeacLova-site.yeacLova-index .main-footer
{
	padding-top: 90px;  
}
 
.slider-item
{
	padding-bottom:0;
	padding-top:0;
}

.slider-item .video-container 
{
        position: relative;
        width: 100%;
        height: 100vh; /* Full viewport height */
        display: flex;
        justify-content: center;
        align-items: center;
        overflow: hidden;
        background-color: #000;
}

.slider-item  #videoSlider
{
	height: 100%;
   
}


.services-area-five .container,.services-area-five .container-fluid
{
	height:100%; 
	display: flex;
    flex-direction: column;
    height: 100%;
}

.service-five-item i {
    float: right;
    font-size: 0.8em;
    margin-left: 0px;
    margin-right: 25px;
}

.services-five-wrapper
{
	margin-right:0;
	height: 100%;
}

.services-five-wrapper .services-txtList {
	justify-content: space-between;  
}

.services-area-five 
{
	height:100%;  
} 

.counterAdvanced .counter-item .count-text
{
	font-size: 60px; 
}

.counterAdvanced .counter-item.style-two {
    padding: 20px 20px;
    text-align: center;
}

/* ===================================== 5 Custome Megic Cursor CSS ===================================== */
.megic-cursor-item {
    position: fixed;
    top: 0;
    left: 0;
    transform: translate(-50%, -50%);
    width: 50px;
    height: 50px;
    border: 3px solid var(--ygency-primary-color);
    border-radius: 50%;
    pointer-events: none;
    opacity: 1;
    box-sizing: border-box;
    transition: all 500ms cubic-bezier(.19, 1, .22, 1) 0ms;
    z-index: 5000;
}
.megic-cursor-item:before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: 0px;
    height: 0px;
    margin: 25px;
    background: transparent;
    border-radius: 100%;
    z-index: -1;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    object-fit: cover;
    transform: translate(-50%, -50%);
    transition: all 500ms cubic-bezier(.19, 1, .22, 1) 0ms;
    transition-timing-function: ease-out;
}
.megic-cursor-item:after {
    font-family: "Font Awesome 5 Free";
    content: "";
    position: absolute;
    font-size: 7px;
    left: 50%;
    background: var(--ygency-primary-color);
    border: 1px solid var(--ygency-primary-color);
    border-radius: 50%;
    top: 50%;
    width: 10px;
    height: 10px;
    font-weight: 100;
    line-height: 14px;
    margin: -5px 0 0 -5px;
    opacity: 1;
    transition: all 500ms cubic-bezier(.19, 1, .22, 1) 0ms;
    transition: top .2s, left .2s, width .2s, height .2s, background-color .2s, border-color 0.2s;
    transition-timing-function: ease-out;
    transform: scale(1);
}
.megic-cursor-item.custom_cursor_greenglow,
.megic-cursor-item.greenglow,
.megic-cursor-item.greenglow_btn,
.megic-cursor-item.custom_cursor_whiteglow,
.megic-cursor-item.custom_cursor_whiteborder,
.megic-cursor-item.whiteglow,
.megic-cursor-item.whiteglow_btn,
.megic-cursor-item.triners_icons,
.megic-cursor-item.our_traning_btn_box {
    width: 60px;
    height: 60px;
    transition: all 500ms cubic-bezier(.19, 1, .22, 1) 0ms;
    transition: top .2s, left .2s, width .2s, height .2s, background-color .2s, border-color 0.2s;
    transition-timing-function: ease-out;
    border: 0;
    background: transparent;
    mix-blend-mode: difference;
}

.megic-cursor-item.greenglow
{
	mix-blend-mode: lighten; 
}


.megic-cursor-item.custom_cursor_greenglow::after,
.megic-cursor-item.greenglow::after,
.megic-cursor-item.greenglow_btn::after,
.megic-cursor-item.custom_cursor_whiteglow::after,
.megic-cursor-item.whiteglow::after,
.megic-cursor-item.whiteglow_btn::after,
.megic-cursor-item.triners_icons::after {
    transform: scale(1.3);
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    filter: blur(3px);
    mix-blend-mode: exclusion; 
    background: var(--ygency-primary-color);
    border: 0;
}
.megic-cursor-item.triners_icons::after {
    transform: scale(0.8);
}
.megic-cursor-item.whiteglow_btn::after,
.megic-cursor-item.custom_cursor_whiteborder::after {
    background: #fff;
}
.megic-cursor-item.custom_cursor_whiteborder::after {
    border: 0;
}
.megic-cursor-item.triners_name,
.megic-cursor-item.custom_cursor_whiteborder {
    width: 60px;
    height: 60px;
    border: 2px solid #000;
}
.megic-cursor-item.triners_name::after {
    background: #000;
    border: 0;
}
.megic-cursor-item.custom_cursor_whiteborder {
    border: 2px solid #fff;
    mix-blend-mode: unset;
}
.megic-cursor-item.contact_hover_btn {
    width: 140px;
    height: 140px;
    background: #000;
    border: 2px solid #fff;
}
.megic-cursor-item.contact_hover_btn::before {
    content: "";
    background: url(../images/svgs/contacticon.png);
    
    width: 30px;
    height: 30px;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    top: 0;
    left: 0;
    right: 0;
    border-radius: 0;
    margin: 38px auto 10px;
    transform: translate(0);
}
.megic-cursor-item.contact_hover_btn::after {
    content: "Contact Us";
    font-family: 'Satoshi', sans-serif;
    font-size: 16px;
    font-weight: 700;
    line-height: 24px;
    width: 100%;
    top: 0;
    left: 0;
    margin: 75px auto 38px;
    text-align: center;
    background: transparent;
    color: #fff;
    border: 0;
}
.megic-cursor-item.our_traning_btn_box {
    width: 80px;
    height: 80px;
    mix-blend-mode: unset;
}
.megic-cursor-item.our_traning_btn_box::after {
    content: "VIEW";
    font-size: 16px;
    line-height: normal;
    font-weight: 400;
    font-family: "Zen Dots", sans-serif;
    color: #ff640d;
    transform: scale(1.3);
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    border: 0;
    background: linear-gradient(230deg, rgb(0 0 0 / 30%) 50%, rgb(0 0 0 / 50%) 100%, rgb(0 0 0 / 30%) 50%, rgb(0 0 0 / 10%) 100%);
    backdrop-filter: blur(6px);
    margin: 0;
    display: flex;
    justify-content: center;
    align-items: center;
}
.megic-cursor-item.custom_cursor_blackborder {
    border: 2px solid #000;
}
.megic-cursor-item.custom_cursor_blackborder::after {
    background: #000;
    border: 1px solid #000;
}
.megic-cursor-item.custom_cursor_blackborder.whiteglow_btn {
    border: 0;
}
.megic-cursor-item.custom_cursor_blackborder.whiteglow_btn::after {
    background: #fff;
    border: 0;
}
.megic-cursor-item.custom_cursor_blackborder.greenglow_btn {
    border: 0;
}
.megic-cursor-item.custom_cursor_blackborder.greenglow_btn::after {
    background: #ff640d;
    border: 0;
}
.megic-cursor-item.tabimg_glow {
    width: 60px;
    height: 60px;
    mix-blend-mode: color-burn;
    border: 0;
}
.megic-cursor-item.tabimg_glow::after {
    border: 0;
    transform: scale(1.3);
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}
.megic-cursor-item.coming_soon_glow {
    width: 60px;
    height: 60px;
    border: 0;
    mix-blend-mode: difference;
}
.megic-cursor-item.coming_soon_glow::after {
    margin: 0;
    transform: scale(1.3);
    width: 100%;
    height: 100%;
    border: 0;
    top: 0;
    left: 0;
} 

 

/* ============================== 24 Scroll To Top Button ============================== */
.scrolltop_area {
    position: fixed;
    right: 15px;
    bottom: 0;
    transition: all .5s ease;
    transform: translateY(100px);
    z-index: 100;
}
body.scrolled .scrolltop_area {
    transform: translateY(0);
}
.scrolltop_area button#scroll-top-btn {
    border: 0;
    width: 60px;
    height: 85px;
    
    display: flex;
    display: flow;
    
    flex-direction: column;
    align-items: center;
    text-align: center;
    padding: 6px;
    border-top-left-radius: 30px;
    border-top-right-radius: 30px;
    background-color: #181818;
    color: #fff;
    gap: 5px;
    font-size: 14px;
    line-height: normal;
    font-weight: 500;
}
.scrolltop_area span.scroll-icon {
    width: 48px;
    height: 48px;
    border: 2px solid #fff;
    border-radius: 50%;
    background: var(--ygency-primary-color); 
    display: flex;
    justify-content: center;
    align-items: center;
}




.i-imagine-Start-DIV
{
	display: flex;
    flex-direction: column;
    justify-content: center; 
    height: auto;
    min-height: calc(100vh - 90px); 
	min-height: calc(100vh - 0px);  

}

body footer.i-imagine-Start-DIV.py-90
{
	padding-top:0 !important;
	padding-bottom:0 !important;
	height: auto;
    min-height: auto;
    margin-top: 65px;
}

body#site-index footer.i-imagine-Start-DIV.py-90
{
	padding-top:90 !important;
	padding-bottom:90 !important;
	height: auto;
    min-height: calc(100vh - 90px); 
	min-height: calc(100vh - 0px);  
	margin-top: 0px;
}


.services-area-five.i-imagine-Start-DIV
{
	padding-bottom: 0 !important;
    height: 100%;
    padding-top: 110px !important;  
} 

.captcha-widget {
    display: flex;
    align-items: center;
    gap: 0 10px;
    flex-direction: column-reverse;
} 

.captcha-div {
    border: 2px solid #3ea466;
}

.errorMessage {
    color: red;
    margin-top: 5px;
    margin-bottom: -15px;
    font-size: 14px;
}

.rowCCCC
{
	display: flex;
    align-items: flex-start;
}

.our-contact-details-data span p
{
	margin:0; 	
}

.flash-success-contact {
	margin-bottom:3rem;
}
.flash-success-contact .sec-boxShadow {
    box-shadow: 0 0 25px var(--ygency-primary-color);
    border-radius: 12px;
    padding: 50px 20px 30px 20px;
    padding: 20px 20px 30px 20px;
}
.flash-success-contact .sec-boxShadow i {
    width: 65px;
    height: 65px;
    line-height: 65px;
    font-size: 40px;
    border: 2px solid var(--ygency-primary-color);
    color: #ffffff;
    border-radius: 100%;
    margin: 1rem;
    background: var(--ygency-primary-color);
 }
.flash-success-contact .sec-boxShadow p {
    margin: 0;
    font-size: 24px;
    color: var(--ygency-primary-color);
}


.footer-top>.row
{
	margin:0;
}


.blog-item.style-four .content {
    max-width: 300px;
    padding-left: 0;
}

.front-pagination ul li
{ 
    margin: 10px 5px 0;
}

.front-pagination ul li a
{ 
    padding: 0;
    color: white;
    border: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    font-weight: 600;
    width: 60px;
    height: 60px;
    background: #0A1019;
    background: #000000;
    line-height: 52px; 
    border-radius: 50%;
    text-align: center;
    display: block;
    font-size: 24px;
    border: 4px solid #0A1019; 
}
 

.front-pagination ul li.selected a,.front-pagination ul li:hover a 
{
    color: var(--ygency-dark-color);
    background: var(--ygency-primary-color);
    border-color: var(--ygency-primary-color);
}

.front-pagination ul {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-left: -5px;
    margin-right: -5px;
} 


.blog-title
{
    border-bottom: 1px solid whitesmoke;
    font-size: 34px;
    padding-bottom: 17px;
    margin-bottom: 20px !important;
}

.blogView .tag-coulds a {
   margin-bottom: 5px;
    margin-top: 15px;
    display: inline-block;
} 

.blogView .tag-share .item
{
	margin-bottom: 0;
	display: block;
}

.blogView .tag-share
{ 
    display: block;	
}

.about-reverse
{
	
}


.swiper-wrapper
{
	padding-bottom:6rem; 
}

.project-grid-area  .swiper-pagination
{
    bottom: 0rem !important;	
}


.project-grid-area .swiper-pagination-bullet {
    width: 50px;
    height: 50px;
    background: #ffffff;
    opacity: 1;
    width: 14px;
    height: 14px;
}


.project-grid-area .swiper-pagination-bullet-active , .project-grid-area .swiper-pagination-bullet:hover
{
	background: var(--ygency-primary-color);
    opacity: 1;
}

.error-content
{
	text-align: center;
}

.error-section .container
{
	padding: 4rem 0px 0 0;
}


.error-content .social-style-four a {
    margin-left: 30px;
    margin-right: 30px;
    min-width: 80px;  
    text-align: right;
}

.error-content a.theme-btn i
{
    margin-left: 10px;
    margin-right: 10px;     
}

.error-content .social-style-four a:hover
{
	color: var(--ygency-primary-color);
}


.error-content h2
{
	font-size: 38px;
}

.product-item  a.theme-btn i
{
	margin-left: 10px;
    margin-right: 0px; 
}

.contentBigDiv ul , .contentBigDiv li 
{ 
    list-style: disc !important;
}

span#scroll-percentage {
    position: relative;
    top: 4px;
}


.client-logo-wrap-two-page
{
    display: block;
    width: 100%;    
}

.servicesInternal
{
	display: inline-grid;
}


.work-with-areaZ i
{
	text-align: center;
    -webkit-transform: rotate(-45deg) translate(12px, -12px);
    -ms-transform: rotate(-45deg) translate(12px, -12px);
    transform: rotate(-45deg) translate(12px, -12px);
}

.contact-page-form {
    padding: 60px;
    background: #000000;
    border: 1px solid #ffffff33;
}

.thumb-images-portfolio .thumb-item {
    width: calc(26.3333% - 20px);
}

.list-style-twoXXX li, .list-style-two li{ 
    margin-bottom: 0px !important;  
}


.client-logo-wrap-two .client-logo-item img {
    -webkit-filter: none;
    filter: none;
}


.hidden-bar-form .inner-boxXX {
    position: relative;
    padding: 40px 40px 50px;
}

.hidden-bar-form .social-style-one a {
    width: 15px;
    height: 10px;
    line-height: 10px;
    margin-left: 5px;
    margin-right: 5px;
}

.blog-item.jobItem.style-four 
{
	        display: flex;
        align-items: flex-start;
        justify-content: flex-start;
        gap: 0 1rem;
}

.blog-item.jobItem.style-four .image
{
	width: 25%; 
}

.blog-item.jobItem.style-four .content {
    width: 56%;
    width: 100%;
    max-width: 100%;
}
.blog-item.jobItem.style-four .content p
{
	margin:0; 
}
	
.jobStatus {
    position: absolute;
    top: 0;
    right: 0;
    color: #3ea466;
    border: 2px solid #3ea466;
    padding: 0 25px;
    border-radius: 20px;
}	
	
.jobStatus.notValid
{
	color:#db0000;
	border-color:#db0000; 
}


.blog-item.jobItem.style-four.notValid:hover {
    border-color: #db0000;
}

.blog-item.jobItem.style-four .content hr {
    margin-top: 15px;
    margin-bottom: 5px;
}

.blog-item.jobItem.style-four:hover .jobStatus {    
	color:white;
}

		
h2.h2n1 {
    font-size: 14px;
}

.project-item.trainingItem .content  a.category.categoryTT {
    font-size: 16px;
    color: white;
    text-decoration: none;
        margin-bottom: 2.5px;
            font-weight: 400;
}


.project-item.trainingItem {
    margin-bottom: 3rem;
}


.courseData
{
	color: var(--ygency-secondary-color);
    font-family: var(--ygency-secondary-font);
}

.courseDataTimeWork {
    font-size: 12px;
    display: flex;
    justify-content: space-between;
}


h2.h2n1
{
	font-weight: normal;
}

.courseDataTimeEnd
{
	display: block;
	width:100%;
	text-align: center; 
	color:#db0000;
	font-weight:bold; 
}

.courseDataPrice {
    display: block;
    text-align: center;
}


.blog-single-content .jobStatus 
{ 
    font-size: 16px;
    padding: 3.5px 25px 7.5px 25px;
    top: 0px;
}

.courseDataInView
{
	display: flex;
    justify-content: space-between;
}


.courseDataInView .courseDataTimeWork
{
	    gap: 0 15px;
}


.actionTosend
{
	background: #0A1019;
    border: 4px solid #0A1019;
    margin-bottom: 1rem;
    padding: 1rem 2em;
    display: flex;
    justify-content: space-between; 
}

.actionTosend a
{
	background: #3ea466;
    padding: 0 1rem 5px 1rem;
    font-size: 16px;
    display: inline-block;
}


.actionTosend a:hover
{
    background: #ffffff00;
    color: #3ea466;
    border: 2px solid #3ea466; 
}


.drag-drop-single-file .upload-drag-drop-filefield {
    display: none;
}

.cvLabel
{
	color:white;
	margin-bottom:15px; 
}

.drag-drop-single-file .drop-files-container {
    display: block;
    border: 2px dashed #f1f1f1;
    width: 100%;
    color: #999;
    text-align: center;
    position: relative;
    border-radius: 5px;
    cursor: pointer;
    padding-top: 10px;
    padding-bottom: 10px;
    text-align: center;
    margin-top: 0px;
    margin-bottom: 0px;
}

.drag-drop-single-file .drop-files-container .not-found-file-upload {
    background: #3ea466;
    margin: 0px 10px 0px 10px;
    border-radius: 5px;
}

.drag-drop-single-file .drop-files-container .not-found-file-upload i
{
	font-size: 3rem;
    padding: 15px 20px 0px 20px;
    color: white;
}

.drag-drop-single-file .drop-files-container .not-found-file-upload h3 {
    font-size: 11px;
    padding: 2rem 0 1rem;
    padding-top: 10px;
    color: white;
    font-weight: bold;
    margin-bottom: 0px;
        font-size: 1.1rem;
        font-family: var(--ygency-primary-font);
} 

.drag-drop-single-file button.btn-yeaclova-dark.dim {
    width: 100%;
    border-top-right-radius: 0;
    border-top-left-radius: 0;
    background: #e6e6e6;
    border: 1px solid #e6e6e6;
    padding: 0;
    font-size: 12px;
    color: var(--backend-theme-first-color);
    padding:4px 0 8px 0; 
    display: none;
} 

.drag-drop-single-file button.btn-yeaclova-dark.dim i
{
    font-size: 20px;
    position: relative;
    top: 3px;
    margin: 0 5px;
}

.drag-drop-single-file button.btn-yeaclova-dark.dim span label
{
	color: var(--backend-theme-first-color) !important;
	font-size: 12px !important;
	padding: 0;
    margin: 0;
}

.drag-drop-single-file .drop-files-container:hover,.drag-drop-single-file .drop-files-container.drag
{
	border-color: #3ea466;
}

.drag-drop-single-file .drop-files-container:hover .not-found-file-upload,.drag-drop-single-file .drop-files-container.drag .not-found-file-upload
{
	background: var(--backend-theme-first-color);
}

.drag-drop-single-file .drop-files-container:hover .not-found-file-upload i,
.drag-drop-single-file .drop-files-container:hover .not-found-file-upload h3,
.drag-drop-single-file .drop-files-container.drag .not-found-file-upload i,
.drag-drop-single-file .drop-files-container.drag .not-found-file-upload h3
{
	color: #3ea466;
} 

.drag-drop-single-file .drop-files-container img {
    max-height: 102px;
    max-width: 100%;
    padding: 5px 0;
}


.drag-drop-single-file .div-dlt-btnimg {
    position: absolute;
    right: 10%;
    top: -10px;
}

.div-dlt-btn-file {
	position: absolute;
    top: 12px;
    right: 15px;
}

.teamworkSide
{
	background: #000000 !important;
    color: white !important;
    border: 1px solid rgba(255, 255, 255, 0.15);
}

.teamworkSide.style-two  h3 { 
    color: #3ea466;
} 

.teamworkSide.style-two  hr { 
    background-color: #3ea466;
}

.section-titleCV h2 
{
	color: var(--ygency-primary-color);
    margin-bottom: 30px;
    padding-bottom: 25px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.15); 
    line-height: 1.4;
    font-size: 24px;
} 

.section-titleCV {
    margin-top: 0;
    position: relative;
}


.drag-drop-single-file label
{
	display:none; 
}


.blog-item.style-four {
    background: #000000; 
}


.client-logo-wrap-two .client-logo-item img
{
	max-height:70px;
}

#pp-nav
{
	z-index:0;
}

.loaderEnd #pp-nav
{
	z-index:999999999;
}


.footer-logo a
{
	display:block;  
}

.footer-logo a img 
{
	max-width: 100% !important;
}
 
/* Responsive */



@media only screen and (min-width: 1400px) 
{
    .footer-right-content {
        padding-bottom: 5px;
        padding-top: 45px;
    }
}

@media only screen and (min-width: 1200px) 
{
    .container {
        max-width: 1140px;
    }
}

@media only screen and (max-width: 1450px) 
{ 
    .main-footer .container  {
        max-width: 1140px;
    } 
}

@media only screen and (max-width: 1400px) 
{ 
    .container,.main-footer .container {
        max-width: 1090px;
    }
}

@media only screen and (max-width: 1200px) 
{
	.container, .main-footer .container {
        max-width: 852px;
    }
    
    .footer-contact-info .theme-btn.style-three  
	{    
        padding: 15px 20px;
        font-size: 20px;
    }
    
    .footer-bottom-menu ul li {
	    margin: 0 15px 5px 0;
	} 
	
	footer .list-style-two a
	{
		font-size:16px; 
	}
	
    .blog-item.style-four .content h5 {
        font-size: 16px;
    }
}

@media only screen and (max-width: 991px) 
{
    .main-header .logo-outer {
        display: block;
    }
    
    .nav-outer.ms-lg-auto.clearfix
    {
    	display:none;  
    }
    
    .top-contact-details {
	    gap: 0 25px;
	    font-size: 16px;
	}
	
	.footer-right-content .widget_nav_menu {
	    justify-content: space-around;
	}
	.footer-bottom-menu,.copyright-text
	{
		text-align: center;
		border: 0;
	}
    .footer-title {
	    text-align: center;
	}
	.footer-logo {
	    text-align: center;
	}
	footer .lets-work {
    	align-items: center;
    	margin-bottom: 0;
    }
    .footer-left-content .footer-contact-info {
	    display: flex;
	    justify-content: center;
	}
	
	footer .lets-work 
	{
        margin-bottom:0; 
        align-items: center;
    	justify-content: center;
	}
	
	
    
   
	.main-content-area-content,.main-footer , .page-banner-area  , .main-sidebar , .home-section-item
	{
		padding-right:80px;
	} 
	
	
}

@media only screen and (max-width: 768px) 
{
	
	
	
	#site-index .main-footer
	{
		padding-right:0px;
		margin-top: 95px !important;
	}
	
    .fixed-action-btn 
    {
    	right: 5px;
    }
    
    .elements-side-bar.right 
    {
	    right: 19px;
	    position: fixed;
        top: 50%;
	}  
	
	.elements-side-bar.right 
    {
	    right: -2px;
	} 
	
	#pp-nav.right {
	    right: 50px;
	    top: 53%;
	}
	
	.blog-area-five .container , .blog-details-page .container
	{
		padding-right: var(--bs-gutter-x, .25rem);
    	padding-left: var(--bs-gutter-x, .25rem);
    	        padding: 0;
	}
	
	.blog-item.jobItem.style-four {
    	align-items: flex-start;
    	flex-direction: column;
	}
	
	
	.jobStatus
	{
		position:relative;
	    margin-bottom: 10px; 
    	text-align: center;
	}
	
	.blog-item.jobItem.style-four .image {
	    width: 100%; 
	}
	
	
	/* Footer */
		.contact-page-map.mb-20.rpb-90.wow.fadeInUp.delay-0-2s {
		    padding-bottom: 0 !important;
		}
		
		body footer.i-imagine-Start-DIV.py-90 {
		    margin-top: 10px;
		}
		
		.actionTosend
		{
			flex-direction: column;
		}
		
		.footer-top
		{
			padding-top: 10px !important;  
		}
		
		footer .lets-work
		{
			margin-bottom :10px !important;
		}
		.lets-work span {
		    font-size: 22px;
		}
		
		.social-style-preFooter
		{
			margin-bottom: 0 !important;
		}
		.footer-left-content.pt-30 {
		    padding-top: 10px !important;
		}
		.theme-btn.style-three, a.theme-btn.style-three
		{
			display: block;
        	font-size: 20px;
        	margin: 10px 0 !important;
		}
		.footer-right-content {
	        padding-top: 30px;
	    }
	    
	    .footer-right-content .list-style-two li {
            margin-bottom: 0px !important;
		}
		.footer-bottom {
		    border-top: 1px solid var(--ygency-border-color);
		} 
		.footer-bottom .footer-bottom-menu
		{
			 padding-top: 10px !important; 	
		}
		.copyright-text {
		    font-size: 8px; 
		    text-align: center;
            padding-top: 0 !important;
       		 padding-bottom: 15px !important;
		}
		.footer-bottom .footer-bottom-menu ul li 
		{
			margin-right:10px; 
			line-height: 10px;
		}
		.footer-bottom .footer-bottom-menu ul li a {
		    font-size: 12px;
		}
	/* Footer */
	
	
	
	.our-location-part {
       padding-top: 20px;
        padding-bottom: 0;
        margin-bottom: 0;  
	}
	
	
	.contact-page-form {
	    padding: 20px;
	}
	.our-location-address.our-contact-details.mb-40 {
	    margin-bottom: 0 !important;
	}
	
	
	.i-imagine-Start-DIV
	{
		justify-content: flex-start;
	}  
	
	.yeacLova-site.yeacLova-index .main-footer {
	    padding-top: 0;
	}
	 
	.main-header .top-contact-details , .main-header .nav-outer  
    {
    	display: none;  
    }
    
    .header-inner
    {
	    display: flex !important;
		flex-direction: row;
    	justify-content: space-between;
    } 
    
    .main-header.menu-absolute .header-upper
    {
	    padding: 5px 0;
    }
    
    .pp-tableCell>div,.pp-tableCell>section
    {
        /*padding: 0;*/
        /*margin-top: 90px;*/
        /*padding-top: 20px;*/
        /*padding-bottom: 50px;*/
    }
     
    
    .feature-six-item ,.feature-six-item .icon
    {
	    margin: 0 auto;
	    text-align: center; 
	}
	
	
	
	
	.slick-track 
	{
    	padding-top: 0px;
    	margin-top: 80px; 
	}
	
	.slick-initialized .slick-slide
	{
	    height: 100vh;
	}
	
    section.main-slider-area.rel.z-1
    {
    	margin-top: 0px; 
    } 
    
    .slider-item  #videoSlider
	{
		height: 100%;
	    position: absolute;
	    top: 50%;
	    left: 50%;
	    transform: translate(-50%, -50%);
	    min-height: 100vh;
	    min-width: 100vw;
	    height: auto;
	    width: auto; 
	}
	
	.services-txtList {
	    padding: 0 2rem;
	}
	
	.services-txtList-mainDiv .service-five-item {
	    font-size: 26px;
	    margin-bottom: 15px;
	}
	
	a.moveToMap {
	    margin: 0 !important;
	    display: block;
	}
	
	/*  Solve Scroll At Mobile */


   .contact-page-area .section-title h2 , .contact-page-form .section-title h3
   {
    	font-size: 16px; 
   }
   .our-contact-details .our-contact-details-data h3 {
	    font-size: 20px;
	}
	
	
	.blog-item.style-four .content h5 {
	    margin-bottom: 0px;
	    font-size: 17px;

	}
	
	.blog-item.style-four .content {
        padding: 10px 10px 0px;
        max-width: 100%;
    }
    
    .front-pagination ul li a {
	    width: 40px;
        height: 40px;
        line-height: 33px;
        font-size: 14px;
	}
	
	.banner-inner h2 {
        font-size: 22px;
    }
    
    .drag-drop-single-file .drop-files-container .not-found-file-upload h3
    {
    	font-size:12px !important; 
    }
    .captcha-widget {
    	margin-bottom: 20px;
	}
	
	.form-groupQwqw
	{
		    margin-bottom: 0px !important;
	}
	
    .project-item .content h2 {
        font-size: 14px;
    }
    .project-item.trainingItem .content a.category.categoryTT {
    	font-size: 20px;
	}
	
	.courseData {
	    font-size: 12px;
	    line-height: 16px;
	}
	
	.product-item .content {
	    padding: 28px 15px 40px 15px;
	}
	.product-item .content h5 {
	    font-size: 18px;
	    line-height: 1.58;
	}
	.ee-btnt
	{
		display:block;
		text-align:center; 
	}
	.services-txtList {
        padding: 0 1rem;
    }
    
    .services-txtList-mainDiv .service-five-item {
        font-size: 20px;
    }
    .service-five-item i {
	    margin-left: 0px;
	    margin-right: 15px;
	}
	.services-five-wrapper .services-txtList {
	    justify-content: space-between;
	    justify-content: center;
	}
	
	#site-clients .section-title h2 {
        font-size: 24px; 
    }
     
    .client-logo-wrap-two .client-logo-item {
    	padding: 15px 8px; 
    	margin-left: 30px;
    	width: calc(50% - 45px);
    }
     
    .form-group.form-groupQwqw.error {
	    margin-bottom: 0;
	}
	
	.main-sidebar.rmt-75 {
	    margin-top: 0;
	}
	
	section.blog-details-page.pt-50.pb-50.rel.z-1.blogView {
	    padding-bottom: 0 !important;
	}	
	
	.next-prev-blog.pb-65 {
   	 	padding-bottom: 0;
	}
	
	.col4Side
	{
		padding-top: 0px;
	}
	
	.blog-single-content .jobStatus {
	    display: block;
	    position: relative;
	    margin-top: 15px;
	    margin-bottom: 0;
	}
	
	.advanced-team-section .swiper-slide
	{
		
	}
	.swiper-slide-porto .swiper-slide {
    	max-width: 100% !important; 
    	background: #ff000000;
	}
	
	.swiper-slide-porto .swiper-slide a img {
    	display: block;
     
	    max-width: 230px;
	    text-align: center;
	    margin: 0 auto;
	}
	 
	
	#site-service .section-title h2 {
        font-size: 20px;
    }
    
    
    .home-section-item .footer-logo
    {
    	display:none;     
    }
	
}


@media only screen and (max-width: 479px) 
{
    .menu-sidebar {
        margin-left: 0;
    } 
    
    .client-logo-wrap-two .client-logo-item {
        width: calc(100% - 45px);
    }
}