@charset "utf-8";
/* CSS Document */
/*-------------------------------
            TYPOGRAPHY 
--------------------------------*/

body p, 
.entry-content p, 
.entry-content ul li,  
.entry-content ul,  
.entry-content a, 
.pp-sub-heading p {

}


/*--------------------------------
            HEADER 
---------------------------------*/
/*---
  Media queries? Y/N
---*/



/*-------------------------------
            NAVIGATION
--------------------------------*/
/*---
  Media queries? Y/N
---*/



/*--------------------------------
            BUTTONS
----------------------------------*/
/*---
  Media queries? Y/N
---*/

a.button, 
span.fl-button-text, 
span.uabb-button-text.uabb-creative-button-text, 
.gform_button.button, 
a.fl-button {

}



/*----------------------------------
            FOOTER
---------------------------------*/
/*---
  Media queries? Y/N
---*/


/*------------------------------
            BB MODULES
---------------------------------*/

/*---
  MODULE NAME
  Description of section
  Media queries? Y/N
---*/


/*------------------------------
            PAGE SPECIFIC 
---------------------------------*/

/*---
  PAGE NAME
  Description of section
  Media queries? Y/N
---*/



/*-------------------------------
        LARGE SCREENS ONLY
---------------------------------*/

@media screen and (min-width: 769px){ 
    
.services-home .wow.fadeInUp {
  position: relative;
  z-index: 1;
}

/* Common styles for both ::before and ::after */
.services-home .wow.fadeInUp::before,
.services-home .wow.fadeInUp::after {
  content: "";
  position: absolute;
  width: 0%;
  height: 0%;
  opacity: 0;
  transition: 
    width 0.2s linear, 
    height 0.15s 0.2s ease-out, 
    opacity 0s 0.35s;
  pointer-events: none;
}

/* ::before — bottom-left border */
.services-home .wow.fadeInUp::before {
  bottom: 0;
  left: -1px;
  border-top: 2px solid rgb(28, 31, 30);
  border-left: 2px solid rgb(28, 31, 30);
}

/* ::after — top-right border */
.services-home .wow.fadeInUp::after {
  top: 0;
  right: 0;
  border-bottom: 2px solid rgb(28, 31, 30);
  border-right: 2px solid rgb(28, 31, 30);
}

/* Hover effect */
.services-home .wow.fadeInUp:hover::before,
.services-home .wow.fadeInUp:hover::after {
  width: 100%;
  height: 99%;
  opacity: 1;
  transition: 
    width 0.2s 0.15s ease-out, 
    height 0.15s ease-in, 
    opacity 0s;
}



	
	/* Apply flexbox to the header container */
.apo-header-component-last {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    padding: 10px;
    background-color: inherit; /* Adjust background color as needed */
}

/* Style individual header items */
.apo-header-items {
    display: flex;
    align-items: center;
    gap: 15px; /* Space between items */
}

/* Style the search/hamburger menu button */
.apo-header-item .apo-hidden-column-invoker {
    cursor: pointer;
}

/* Social media icons container */
.apo-social-networks {
    display: block;
    list-style: none;
    padding: 0;
    margin: 0;
    gap: 10px;
}

/* Style for social media icons */
.apo-social-networks li a {
    font-size: 18px;
    color: #000; /* Adjust icon color */
    transition: color 0.3s ease;
}

.apo-social-networks li a:hover {
    color: #ff6600; /* Change color on hover */
}

/* Logo section */
.logo-img {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 10px;
}

/* Logo image */
.logo-img img {
    max-width: 344px; /* Adjust as needed */
    height: auto;
}

/* Applying order properties */
.apo-header-item:first-child {
    order: 1; /* Moves the first item */
}

.apo-header-item:last-child {
    order: 2; /* Moves the last item */
}
	
.logo-img h4{
		display: none;
	}
	
.rounded-end.p-4 span {
    color: #FFF;
}
	
	.mobile-logo{
		display: none;
	}

.team-item {
    width: 280px !important;
    height: 278px !important;
}
	
	
.about-home{
	margin-top: -50px;
	display: block;
}


.foot-height {
    height: 29vh !important;
}

section.slider-banner{
    height: 76vh;
}

.slide-image video {
    width: 104% ;
    height: 74vh;
}
	
.service-block .apo-page-dark-skin h2{
	color: #000 !important ;
}

div#main {
    width: 100%;
}

.foot-alingment{
    margin-top: 0 !important;
}

}
/* Responsive adjustments */
@media (max-width: 768px) {
    .apo-header-component-last {
        flex-direction: column;
        align-items: center;
    }

    .apo-header-items {
        flex-direction: column;
    }

    .logo-img {
        order: -1; /* Moves the logo to the top on smaller screens */
    }

	
.slide-title h1{
	margin: 0;
	font-size: 18px;
	line-height: 40px;
}
	
	
.slide-title h2{
	margin: 0;
	font-size: 18px;
	line-height: 40px;
}
	

.btn-cta a.primary-btn{
	font-size: 13px;
	line-height: 20px;
	}

	
	
.swiper-container{
		height: 56% !important;
	}
.slide-image{
		height: calc(25% + 400px);
	}
	
.about-home {
        margin-top: 88px !important;
        height: 58vh;
 }
	
	
.apo-footer{
		padding-top: 300px;
	}
	
.foot-height{
		height: 30vh !important;
	}

.about-home {
        margin-top: 28px !important;
    }

 .team-leads{
    margin-top: 20px !important;
    position: relative;
 }

 section.slider-banner {
    height: 60vh;
}

.slide-image video {
    height: 47vh;
}

.slide-title h2, h1 {
    font-size: 19px;
}



}


/*-------------------------------
        LAPTOP SCREEN - 1366
---------------------------------*/

@media screen and (max-width: 1366px){ 

.apo-flexbox .apo-fullheight-section {
        margin-top: 131px;
        padding-top: 691px;
        height: 150vh;
        padding-bottom: 190px;
    }

.space-remove{
    padding-top: 456px !important; 
}

.contact-block{
    padding:0px !important;
}

	
.team-item {
    width: 200px !important;
    height: 200px !important;
}
	
.primary-btn{
		font-size: 13px;
	}
	
.p-4 div h5{
		font-size: 1.3rem;
	}
	
	
.team-item .team-text{
		bottom: 40px;
	}
	
.rounded-end.p-4 span{
		font-size: 11px;
	line-height: 21px;
	}
	
.p-4{
		padding: 0rem !important;
	}
	
.team-item:hover .team-text div {
    margin-left: 13px;
}

	
.scr{
	
	margin-top: 80px;
		
	}
	
.rev_slider_wrapper.fullscreen-container{
		height: 429px !important;
}
	
.main-banner{ height: 48vh; }
	
.main-banner::before{height: 48vh;}
	
.main-title{
	top: 4%;	
}
	
.main-title h1{
	color: #FFF;
	margin-bottom: 7px;
	}
	
/*slider*/
.swiper-container {
  width: 100%;
  height: 109% !important;
	padding-top: 40px;
}
	
	
blockquote.apo-style-3{
	   padding-top: 60px;
		height: 58vh;
	}
	
.slide-image {

  width: calc(100% + 400px);
  height: calc(0% + 400px);
}
	
	
.slideshow-pagination {
  bottom: 1rem;
}
	

	
.text-back{
	top: 21px !important;	
	}
	
.about-home{
	margin-top: -50px;
	display: block;
}
/*End*/
	
	
.video-top{
	height: 273vh !important;
}
	
	
a .our-team{
		height: 336px;
	}
	
.space-remove{
		margin-top: 40px !important;
	}
	
	
.apo-footer {
  padding: 200px 0 !important;
}

.slide-title h1{
	margin: 0;
	font-size: 42px;
	line-height: 40px !important;
}

.slide-title h2{
	margin: 0;
	font-size: 42px;
	line-height: 40px !important;
}

.slide-image video {
    width: 104%;
    height: 92vh;
}


.slide-image {
   
    width: calc(100% + 332px) !important;
    height: calc(49% + 332px) !important;
  }
	
.marketing{
	height: 100vh;
	display: block;
}

div#main {
    width: 100%;
}

 .services__title img{
    height: 104vh;
 }


 .services__title.video-pg {
    margin-top: -87px;
}

.foot-alingment {
    padding-top: 20px !important;
}

.services-block::before {
    content: "";
    position: absolute;
    z-index: 0;
    width: 100%;
    height: 685px;
    left: 0;
    top: 201px;
}

.web-foundations::before{
    top: 200px;
}

.digital-identity::before{
    top: 200px;
}

.tp.about-h.services-inter {
    padding-top: 50vh;
}

.about-team2{
    height: 85vh;
}

}
	
	


/*-------------------------------
      IPAD PRO SCREENS - 1024
---------------------------------*/

@media screen and (max-width: 1024px){ 
	
	
}


/*--------------------------------
    TABLET SCREENS AND SMALLER
--------------------------------*/

@media screen and (max-width: 768px){ 


.apo-header-items.head-tex{
		display: none;
	}
	
.apo-header [class*="apo-header-component-"]:not(:last-child){
		display: none;
	}
	
.mobile-logo {
    display: none;
}
	
	
	

span.hamburger-box.apo-header-button.apo-hidden-column-invoker{
	
    position: relative;
    top: -180px;
    left: 24px;
		
}

	
.tp-bgimg.defaultimg {
    height: 50% !important;
}
	
.apo-revslider-theme .apo-revslider-controls{
		top: 238px;
	}

.apo-flexbox .apo-fullheight-section {
        margin-top: -100px;
 }
	

.scr{
 display: block;
 height: auto;
}
	
	
.counter__content {
    padding: 0px 0px;
}
	
.counter.client{
	padding-top: 20px;
	height: 1290px;
	}

	

h1.display-5.mb-0 {
    font-size: 30px;
	text-align: center;
}
	
.text-lg-end {
    text-align: center !important;
}
	
.section-title h2{
		font-size: 30px;
	}


 .counter__item {
        -webkit-transform: rotate(0);
        -ms-transform: rotate(0);
        transform: rotate(0);
        margin-bottom: 30px;
    }
	
.counter__item.second__item {
        margin-top: 0;
    }
	
.counter__item__text {
        -webkit-transform: rotate(0);
        -ms-transform: rotate(0);
        transform: rotate(0);
    }
	
.team .p-0 {
        padding: 0 15px !important;
    }
	
.team__item {
        margin-bottom: 20px;
    }
	

.team__item {
        margin-bottom: 10px;
    }
	

.team-profile.col-lg-3 {
    max-width: 100%;
}
	
.team__item {
        margin-bottom: 19px;
    }
	
	
.team__item.team__item--second{
		margin-bottom: 80px;
	}
	
.team__item.team__item--third{
		margin-bottom: 140px;
	}

.counter__item.four__item {
    margin-top: -42px;
}
	
.head {
    padding-top: 29px !important;
}

	
.team__btn{
		top: 20px;
	}
	
	
.hero{
		height: calc(44vh - 17rem);
	}
	
	
.back-banner{
		width: 100%;
	    object-fit: cover;
	background-image: url('../images/hero-mobile1.jpg');
	height: 360px;
	background-repeat: no-repeat;
	}
	
.tp.about-h h1 {
    font-size: 20px !important;
}
	
h4.apo-section-sub-title {
    font-size: 15px;
}
	
.tp.about-h{
		padding-top: 102px;
	}
	
.main-title h1 {
    font-size: 31px;
	margin-bottom: 5px;
}
	
.main-title{
	width: 100%;
}
	
.main-title{
		top: 7%;
	}
	
.col-lg-8.motion-video {
    padding-top: 26px !important;
}
	
	
.section{
height: 92vh !important;	
}
	
.services-home a {
    padding: 20px 0 25px;
}
	

.marketing {
        height: 154vh;
    }
	
.my-animation {
    margin-bottom: 0px !important;
}
	
[class*="col-"]:not([class*="col-xs-"]):not(:last-child) {
        margin-bottom: 0px !important;
    }
	
.service-block dotlottie-player {
    text-align: center;
    margin: auto;
}
	
/*	About-Page*/
	
.about-team .card{
		height: 479px;	
	}
	
.card-front h5 {
    padding-top: 15px;
	font-size: 17px;
	margin-bottom: 2px;
}
	
	
.about-team2{
		height: 188vh;
	    width: 49%;
	}
	
.about-team3{
    width: 46%;
	height: 95vh;
	}
	
	
.btn-ab{
	    width: 50%;
	margin-bottom: 0px;
	}
	
	.about-team{
		width: 64%;
		height: 124vh;
	}
	
.card.tem2 {
    height: 400px;
}

.card.tem3 {
    height: 397px;
}
.card.tem3 p {
    line-height: 20px;
}

.card.tem2 p {
    line-height: 20px;
}

.tp.about-h.head h2 {
    font-size: 25px;
    line-height: 43px;
}

.services__title img{
    height: 43vh;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    width: 100%;
    max-width: 400px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 8px;
    overflow: hidden;
}

.takes-shape {
    height: 166vh;
}

.inside-img {
    width: 64%;
    margin: auto;
    padding-top: 99px;
}

.col-lg-8.motion-video {
    padding-top: 0px !important;
}



.video-production {
    background-size: cover;         
    background-position: center;    
    background-repeat: no-repeat;   
    width: 100%;                   
    max-width: 400px;               
    height: 259px;                  
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 8px;             
    overflow: hidden;
}

.digital-engagement {
    background-size: cover;         
    background-position: center;    
    background-repeat: no-repeat;   
    width: 100%;                   
    max-width: 400px;               
    height: 259px;                  
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 8px;             
    overflow: hidden;
}


.col-lg-8.motion-video.wow.fadeInUp {
    margin-top: -97px;
}

.takes-shape {
    height: 150vh;
}


#main {
    display: flex;
    flex-direction: column;
 }

 .row.Industry {
    padding-top: 91px;
}

.services__title.digital {
    margin-top: 101px;
}


.web-foundations {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    width: 100%;
    max-width: 400px;
    height: 259px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 8px;
    overflow: hidden;
}


.digital-identity {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    width: 100%;
    max-width: 400px;
    height: 259px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 8px;
    overflow: hidden;
}

.services-block{
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    width: 100%;
    max-width: 400px;
    height: 259px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 8px;
    overflow: hidden;
}

.digital-identity h2 {
    font-size: 25px;
}

.faq-block {
    height: 733vh;
}

.faq-block2 {
    height: 545vh;
}

.faq-block3 {
    height: 590vh;
}

.faq-block4 {
    height: 790vh;
}

.space-video {
    padding: 0px;
}


.tp.about-h.services-inter {
    padding-top: 8vh;
}

.services-inter h2 {
    font-size: 25px;
}

h4.apo-section-sub-title {
    line-height: 22px;
}

.services-block::before{
    width: 96%;
    height: 601px;
    left: 0;
    top: -92px;
}

.digital-engagement::before{
    width: 96%;
    height: 601px;
    left: 0;
    top: -92px;
}

.web-foundations::before{
    width: 96%;
    height: 601px;
    left: 0;
    top: -92px;
}

.digital-identity::before {
    top: -203px;
}

.foot-height {
    width: 100%;
    height: 31vh !important;
}

.apo-footer .apo-contact-info-widget a {
    top: 34px;
    position: relative;
}

.apo-flexbox .apo-fullheight-section {
    padding-top: 512px;
}

.apo-footer {
  
    padding-top: 100px !important;
    padding-bottom: 0px !important;
  }


  .about-pg{
    margin-bottom: 10px !important;
  }

.heading-title{
    padding-bottom: 20px;
}
	
	
.text-back{
		width: 100% !important;
}
	
/*End*/
	

}


/*-------------------------------
        MOBILE SCREENS ONLY
---------------------------------*/

@media screen and (max-width: 480px){ 
	
.row {
    display: block;
}
	
.tp-bgimg.defaultimg {
    height: 50% !important;
}
	
.apo-revslider-theme .apo-revslider-controls{
		top: 238px;
	}

.apo-flexbox .apo-fullheight-section {
        margin-top: -293px;
    }
	
.apo-page {
    padding-bottom: 0px;
}
	
.logo-img img {
    width: 212px;
    max-width: inherit !important;
    margin: auto;
}
	
.logo-img{
		margin: 0 79px 0;
	display: none;
	}
	

	
.mobile-logo{
	    
  display: block;
  width: 200px;
  height: 80px;
  margin: auto;
	}
	
.mobile-logo img {
    padding-top: 19px;
}
	
.apo-header [class*="apo-header-component-"]{
		height: 65px;
	margin-top: -39px;
	}
	
span.hamburger-box.apo-header-button.apo-hidden-column-invoker{
	
    position: relative;
    top: 0px;
    left: 0px;
		
}
	
	.scr{
		margin-top: 0px;
	}
	
div#rev-slider-2_forcefullwidth {
    height: 0px !important;
}
	
.rev_slider_wrapper.fullscreen-container{
		top: 2px;
	height: 378px !important;
	}
	
.apo-revslider-theme .apo-revslider-controls{
	height: 50px;
	top: 130px;
	}
	
.stories{
		margin-top: -95px;
	}
	
.section{
height: 92vh !important;	
}
	
.apo-hidden-column-col{
   padding: 34px 51px;
}

	
.contact-block{
    padding-top: 50px !important;
    height: 114vh !important;
    padding-bottom: 10px !important;
	}
	
.contact-foot{
	 padding-top: 0px !important;
	}

div#myRedDIV   {order: 2;}
div#myBlueDIV  {order: 1;}

.space-remove {
    display: block;
    margin-top: 81px !important;
}


.apo-grid.apo-cols-4 .apo-grid-col, .apo-grid.apo-cols-3 .apo-grid-col, .apo-grid.apo-cols-2 .apo-grid-col, .apo-has-sidebar .apo-grid.apo-cols-4 .apo-grid-col, .apo-has-sidebar .apo-grid.apo-cols-3 .apo-grid-col{
    width: 50% !important;
}

.apo-hidden-column .apo-navigation-container{
    position: relative;
    top: -99px;
}

.apo-hidden-column .apo-navigation > li:not(:last-child){
    margin-bottom: -9px;
}

.apo-hidden-column .apo-navigation > li > a{
    font-size: 26px;
}

footer.apo-hidden-column-footer {
    position: relative;
    top: -106px;
}

.text-back{
    top: 5px !important;
}

.slide-title h2,h1 {
    margin: 0;
    font-size: 20px !important;
}


/* .btn-cta.slider-cta {
    display: none;
} */

.spd-block {
    padding-top: 0px;
    position: relative;
    top: -30px;
}

.service-block {
    margin-top: -58px;
}

.slideshow-pagination{
    bottom: 0rem;
}

}
