/*
Theme Name: Avada Child
Theme URI: https://avada.com/
Template: Avada
Author: ThemeFusion
Author URI: https://themeforest.net/user/ThemeFusion
Description: The Avada Website Builder is the ultimate design and creation suite. Design Anything, Build Everything, Fast. The #1 selling product of all time on ThemeForest.
Version: 7.13.1.1757420597
Updated: 2025-09-09 16:23:17

*/
:where(.editor-styles-wrapper) h1, :where(.editor-styles-wrapper) h2, :where(.editor-styles-wrapper) h3, :where(.editor-styles-wrapper) h4, :where(.editor-styles-wrapper) h5, :where(.editor-styles-wrapper) h6 {
    color: #000;
}

.post-template-default .fusion-page-title-bar {
    min-height: 100vh;
}
.avada-header-logo img{
	filter: brightness(0) saturate(100%) invert(100%) sepia(6%) saturate(6595%) hue-rotate(195deg) brightness(104%) contrast(105%);
}
.video-has-black-layer .fullwidth-video::before {
    opacity: 0.4;
    content: "" !important;
    background: #000;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: block;
    z-index: 2;
}
.caption-xy-center+.awb-imageframe-caption-container {
    position: absolute;
    left: 50%;
    top: 50%;
    z-index: 1;
    transform: translate(-50%, -50%);
	pointer-events:none;
    width: 100%;
	z-index:1;
}
.caption-xy-center {
    position: relative;
	cursor:pointer;
}
/* .caption-xy-center::before {
    content: "";
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: block;
    background: #9c27b0;
    position: absolute;
    opacity: 0.3;
	z-index: 1;
} */
/* .caption-xy-center::after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: 0;
    height: 0;
    border-top: 20px solid #9c27b0;
    border-left: 20px solid transparent;
    z-index: 2;
} */
body:not(.fusion-builder-live-preview) .cstm-content-tabs .content-block {
  display: none !important;
  transition: opacity 0.4s ease-in-out;
}
body .cstm-content-tabs .content-block.active {
  display: flex !important;
  opacity: 1;
}
/* .cstm-content-tabs .tab-btn.active,.cstm-content-tabs .tab-btn:hover {
  outline:3px solid #9c27b0;
} */
.cstm-content-tabs .tab-btn{
  transition: all 0.3s ease-in-out;
  outline:3px solid transparent;
}
/* video modal */
.vm-btn i.awb-button__icon {
    position: relative;
    background: #9c27b0;
    color: #fff;
    border-radius: 999px;
    aspect-ratio: 1;
    width: 50px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    z-index: 2; 
	transition: 0.5s ease all;
}
.vm-btn:hover i.awb-button__icon{
	color:#fff;
	background:#77227f;
}
.vm-btn i.awb-button__icon::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 2px solid #9c27b0;
    border-radius: 999px;
    box-sizing: border-box;
    transform-origin: center;
    animation: smoothPulse 1s infinite ease-out;
    z-index: 1;
}

.vm-btn:hover i.awb-button__icon::after {
    border-color: #782380;
}

@keyframes smoothPulse {
  0% {
    transform: scale(0.9);
    opacity: 0.4;
  }
  100% {
    transform: scale(2.5);
    opacity: 0;
  }
}

/* video modal btn */
.sector__image img {
    width: 50px;
    height: 50px;
    object-fit: contain;
}
/* Dev-2 */
.career-sectors-grid {
    display: flex;
    gap: 30px;
    flex-wrap: wrap;
}
.career-sectors-grid .career-sector-box {
    width: calc((100% - (2 * 30px)) / 3);
    padding: 30px;
    border-radius: 6px;
    box-shadow: 4px 4px 0px 0px rgba(102, 102, 102, 0.31);
    border: 1px solid #ededed;
    transition: 0.3s ease all !important;
	text-decoration-line: none !important;
}
.career-sectors-grid .career-sector-box:hover {
    transform: translateY(-12px);
}

.career-sectors-grid .career-sector-box .career-sector-img {
    margin-bottom: 20px;
}
.career-sectors-grid .career-sector-box .career-sector-img img {
    width: 50px;
    height: 50px;
    object-fit: contain;
    display: block;
}
.career-sectors-grid .career-sector-box h3.career-sector-title {
    margin: 10px 0px 15px 0px;
}

.career-sectors-grid .career-sector-box h3.career-sector-title a {
    font-size: inherit;
    color: inherit;
    font-weight: inherit;
}
.career-sectors-grid .career-sector-box h3.career-sector-title {
    font-size: 24px;
    color: #000;
}
.career-sectors-grid .career-sector-box .career-sector-desc p {
    font-size: 16px;
    margin-bottom: 0px;
    color: #666666;
}
.apply-now-btn {
    background: #9c27b0;
    color: #fff;
    font-weight: 700;
    text-decoration: none !important;
    padding: 13px 29px;
    border-radius: 4px;
    width: 150px;
    text-align: center;
    font-size: 16px;
    line-height: 25px;
}
.apply-now-btn:hover {
    background: #77227f;
	color: #fff;
}
.caption-xy-center+ .awb-imageframe-caption-container .awb-imageframe-caption-title {
    font-size: 24px;
}
.post-card-content>p {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    -webkit-line-clamp: 5;
}
.blog-post-card-box .fusion-column-wrapper.fusion-flex-justify-content-flex-start.fusion-content-layout-column {
    padding: 0px 20px; 
}
.blog-post-card-box .fusion-tb-tags>a {
    background: #f1c760;
    padding: 8px;
    text-decoration: none !important;
    border-radius: 10px;
    font-weight: 600;
}
.blog-post-card-box .fusion-tb-tags {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}
.post-card-content p:empty {
    display: none;
}
.tab-section { display: none; }

.project-tab-btn.active,.project-tab-btn:hover  {
  background: #742282 !important;
  color: #fff;
}
.project-tab-box .fusion-column-wrapper {
    gap: 10px;
}
.project-tab-btn {
    background: transparent !important;
    border: 1px solid #742282 !important;
}
.project-tab-btn.active span,.project-tab-btn:hover span {
    color: #fff !important;
}
.project-tab-btn span {
    color: #742281 !important;
}

/* Dev-2 end */
body:not(.home) .fusion-tb-header>div:not(.fusion-sticky-transition){
    background:#333;
}

body:not(.home) .fusion-tb-header>.fusion-sticky-spacer{
    position:unset !important;
}

.post___image img{
	width:100%;
}
.nav-current .current-menu-item:not(:hover) span.awb-menu__main-background-active {
    border-color: transparent;
}
.span-title-tag .fusion-title-heading strong {
    background: #fff;
    padding: 4px 14px;
    color: #8227f2;
    border-radius: 999px;
}
.span-title-tag .fusion-title-heading strong b {
    color: #3288f2;
}
@media only screen and (max-width: 1199px) {
  .resp-h1{ font-size: 54px !important; }
  .resp-h2{ font-size: 44px !important; }
  .resp-h3{ font-size: 34px !important; }
  .resp-h4{ font-size: 22px !important; }
  .career-sectors-grid .career-sector-box h3.career-sector-title {
    font-size: 20px; 
   }
  .career-sectors-grid .career-sector-box .career-sector-desc p {
    font-size: 14px; 
  }
}
@media only screen and (max-width: 1024px) {
  .resp-h1{ font-size: 46px !important; }
  .resp-h2{ font-size: 38px !important; }
  .resp-h3{ font-size: 30px !important; }
  .resp-h4{ font-size: 22px !important; }
	.avada-header-nav>.fusion-menu {
		top: Calc(100% + 20px) !important;
	}
	.career-sectors-grid { 
		gap: 20px 
	}
    .career-sectors-grid .career-sector-box {
       width: calc((100% - (2 * 20px)) / 3); 
    }
	.caption-xy-center+ .awb-imageframe-caption-container .awb-imageframe-caption-title {
		font-size: 20px;
	}
}
@media only screen and (max-width: 767px) {
  .resp-h1{ font-size: 38px !important; }
  .resp-h2{ font-size: 30px !important; }
  .resp-h3{ font-size: 26px !important; }
  .resp-h4{ font-size: 20px !important; }
	.career-sectors-grid .career-sector-box {
		width: 100%; 
	}
	.caption-xy-center+ .awb-imageframe-caption-container {
		padding: 10px !important;
	}
}
@media only screen and (max-width: 480px) {
  .resp-h1{ font-size: 32px !important; }
  .resp-h2{ font-size: 26px !important; }
  .resp-h3{ font-size: 22px !important; }
  .resp-h4{ font-size: 18px !important; }
	.project-tab-box a {
	  padding: 10px 20px !important;
	  font-size: 14px !important;
	}
}