



/* CustomFonts */



:root{
	--default-color: #4a3535;
    --accent-color:#2e3192;
    --accent-color2:#c4b58c;
    --accent-color3:#2e3192;
    --accent-color4:#2e3192;

    --family:"Montserrat";
    --family2:"Montserrat";

    --button-color1:#2e3192;
	--button-hover-color1:#1b1e85;
    --button-color2:#c4b58c;
	--button-hover-color2:#b5a67c;
    --button-color3:#2e3192;
	--button-hover-color3:#2e3192;
    --button-color4:#2e3192;
	--button-hover-color4:#2e3192;
    --button-color5:#ffffff;
	--button-hover-color5:#ffffff; 

	--link-color:#2e3192;
	--link-visited-color:#2e3192;
	--link-hover-color:#2e3192;
	--link-active-color:#2e3192;

	--container-width: 100%;

	--h1-color: #272727;
	--h2-color: #272727;
	--h3-color: #272727;
	--h4-color: #272727;
	--h5-color: #272727;
	--h6-color: #272727;
}
 

@media (min-width:576px) {
	:root{
		--container-width: 576px;
	}
}
@media (min-width:768px) {
	:root{
		--container-width: 768px;
	}
}
@media (min-width:992px) {
	:root{
		--container-width: 960px;
	}
}
@media (min-width:1200px) {
	:root{
		--container-width: 1200px;
	}
}
@media (min-width:1600px) {
	:root{
		--container-width: 1400px;
	}
}
 

/* =========================================================
   UNITECH HEADER + SERVICES MEGA MENU
   FULL DROP-IN REPLACEMENT
   ========================================================= */


/* =========================================================
   FLOATING / FIXED HEADER LOGO

   The theme already gives .logo and .logo a a height of 100%.
   This only overrides the theme's max-height: 80% restriction
   on the floating logo image.

   No header rows, containers, columns or menu elements have
   their height, position, overflow or z-index changed.
   ========================================================= */

.header-wrap .logo img.floating-header-logo {
    width: auto !important;
    height: 100% !important;

    max-width: 100% !important;
    max-height: 100% !important;

    margin-top: 0 !important;
    margin-right: 0 !important;
    margin-bottom: 0 !important;
    margin-left: 0 !important;

    padding: 0 !important;

    object-fit: contain !important;
    object-position: left center !important;
}


/* Apply the same sizing when the sticky header is active */

.header-wrap.floating-nav-sticky.floating-active
.logo img.floating-header-logo {
    width: auto !important;
    height: 100% !important;

    max-width: 100% !important;
    max-height: 100% !important;

    margin: 0 !important;
    padding: 0 !important;

    object-fit: contain !important;
    object-position: left center !important;
}


/* Keep the normal, non-floating logo under theme control */

.header-wrap .logo img.header-logo:not(.floating-header-logo) {
    width: auto;
}



/* =========================================================
   UNITECH SERVICES MEGA MENU
   FULL REPLACEMENT
   Namespace: utsmega-
   ========================================================= */


/* =========================================================
   1. DNNGO MEGA-MENU PANEL RESET
   Prevent inherited menu typography and spacing conflicts
   ========================================================= */

.dnngo_menuslide .utsmega-services,
.dnngo_menuslide .utsmega-services *,
.dnngo_custommenu .utsmega-services,
.dnngo_custommenu .utsmega-services * {
    box-sizing: border-box;
}

.dnngo_menuslide .utsmega-services {
    font-size: 16px;
    line-height: 1.4;
    text-align: left;
    white-space: normal;
}

.dnngo_menuslide .utsmega-services a,
.dnngo_menuslide .utsmega-services a:hover,
.dnngo_menuslide .utsmega-services a:focus {
    text-decoration: none !important;
}


/* Remove excess padding supplied by the DNNGo pane */

.dnngo_menuslide .pane_space:has(.utsmega-services) {
    padding: 0 !important;
}


/* =========================================================
   2. MAIN MEGA-MENU WRAPPER
   ========================================================= */

.utsmega-services {
    width: 100%;
    padding: 28px 30px 30px;
    overflow: hidden;
    background: #ffffff;
    color: #202020;
}


/* =========================================================
   3. COMPACT HEADER
   ========================================================= */

.utsmega-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 30px;

    margin: 0 0 20px;
    padding: 0 0 18px;

    border-bottom: 1px solid rgba(46, 49, 146, 0.12);
}

.utsmega-header-copy {
    min-width: 0;
}

.utsmega-eyebrow {
    display: block;

    margin: 0 0 5px;
    padding: 0;

    color: #2e3192;

    font-size: 10px !important;
    font-weight: 700;
    line-height: 1.2 !important;
    letter-spacing: 0.16em;
    text-transform: uppercase;
}

.utsmega-title {
    display: block;

    margin: 0;
    padding: 0;

    color: #181818;

    font-size: 22px !important;
    font-weight: 600;
    line-height: 1.2 !important;
    letter-spacing: -0.02em;
    white-space: normal;
}

.utsmega-title-accent {
    color: #2e3192;
}

.utsmega-title-dot {
    color: #c4b58c;
}


/* =========================================================
   4. VIEW ALL SERVICES LINK
   ========================================================= */

.utsmega-view-all {
    flex: 0 0 auto;

    display: inline-flex !important;
    align-items: center;
    gap: 10px;

    padding: 10px 0 !important;

    color: #2e3192 !important;
    background: transparent !important;
    border: 0 !important;

    font-size: 11px !important;
    font-weight: 700;
    line-height: 1.2 !important;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    white-space: nowrap;
}

.utsmega-view-all-arrow {
    display: inline-block;

    color: #c4b58c;

    font-size: 18px;
    font-weight: 400;
    line-height: 1;

    transition: transform 0.25s ease;
}

.utsmega-view-all:hover .utsmega-view-all-arrow,
.utsmega-view-all:focus .utsmega-view-all-arrow {
    transform: translateX(4px);
}


/* =========================================================
   5. SERVICES GRID
   ========================================================= */

.utsmega-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 14px;

    width: 100%;
}


/* =========================================================
   6. SERVICE CARD
   ========================================================= */

.utsmega-card {
    position: relative;

    display: block !important;

    width: 100%;
    height: 210px;
    min-width: 0;

    margin: 0 !important;
    padding: 0 !important;

    overflow: hidden;

    background: #161616 !important;
    color: #ffffff !important;

    isolation: isolate;
}

.utsmega-card::before {
    content: "";

    position: absolute;
    z-index: 2;
    inset: 0;

    background: linear-gradient(
        to top,
        rgba(8, 8, 10, 0.96) 0%,
        rgba(8, 8, 10, 0.70) 38%,
        rgba(8, 8, 10, 0.15) 72%,
        rgba(8, 8, 10, 0.04) 100%
    );

    pointer-events: none;

    transition: background 0.35s ease;
}

.utsmega-card::after {
    content: "";

    position: absolute;
    z-index: 4;

    right: 0;
    bottom: 0;
    left: 0;

    height: 2px;

    background: linear-gradient(
        to right,
        #c4b58c 0%,
        #c4b58c 42%,
        rgba(255, 255, 255, 0.92) 68%,
        rgba(255, 255, 255, 0) 100%
    );

    transform: scaleX(0.38);
    transform-origin: left center;

    transition: transform 0.35s ease;

    pointer-events: none;
}

.utsmega-card-image {
    position: absolute;
    z-index: 1;
    inset: 0;

    display: block;

    width: 100%;
    height: 100%;
    max-width: none !important;

    object-fit: cover;
    object-position: center;

    border: 0;

    transform: scale(1.001);

    transition: transform 0.5s ease;
}


/* =========================================================
   7. CARD CONTENT
   ========================================================= */

.utsmega-card-content {
    position: absolute;
    z-index: 3;

    right: 0;
    bottom: 0;
    left: 0;

    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    gap: 14px;

    padding: 18px;
}

.utsmega-card-copy {
    min-width: 0;
}

.utsmega-card-kicker {
    display: block;

    margin: 0 0 5px;
    padding: 0;

    color: #c4b58c;

    font-size: 9px !important;
    font-weight: 700;
    line-height: 1.2 !important;
    letter-spacing: 0.13em;
    text-transform: uppercase;
}

.utsmega-card-title {
    display: block;

    margin: 0;
    padding: 0;

    color: #ffffff !important;

    font-size: 16px !important;
    font-weight: 600;
    line-height: 1.25 !important;
    letter-spacing: -0.01em;
    white-space: normal;
}


/* =========================================================
   CIRCULAR CARD ARROW
   ========================================================= */

.utsmega-card-arrow {
    flex: 0 0 auto;

    display: inline-flex;
    align-items: center;
    justify-content: center;

    width: 34px;
    height: 34px;

    margin: 0 0 1px;
    padding: 0;

    color: #ffffff;
    background: rgba(15, 15, 20, 0.22);

    border: 1px solid rgba(255, 255, 255, 0.52);
    border-radius: 50%;

    font-size: 17px;
    font-weight: 400;
    line-height: 1;

    transition:
        color 0.25s ease,
        background-color 0.25s ease,
        border-color 0.25s ease,
        transform 0.25s ease;
}


/* =========================================================
   8. CARD HOVER
   ========================================================= */

.utsmega-card:hover::before,
.utsmega-card:focus::before {
    background: linear-gradient(
        to top,
        rgba(26, 28, 98, 0.97) 0%,
        rgba(46, 49, 146, 0.72) 45%,
        rgba(46, 49, 146, 0.18) 76%,
        rgba(46, 49, 146, 0.04) 100%
    );
}

.utsmega-card:hover::after,
.utsmega-card:focus::after {
    transform: scaleX(1);
}

.utsmega-card:hover .utsmega-card-image,
.utsmega-card:focus .utsmega-card-image {
    transform: scale(1.055);
}

.utsmega-card:hover .utsmega-card-arrow,
.utsmega-card:focus .utsmega-card-arrow {
    color: #202020;
    background: #c4b58c;
    border-color: #c4b58c;

    transform: translateX(3px);
}


/* =========================================================
   9. KEYBOARD FOCUS
   ========================================================= */

.utsmega-card:focus-visible,
.utsmega-view-all:focus-visible {
    outline: 2px solid #c4b58c;
    outline-offset: 3px;
}


/* =========================================================
   10. RESPONSIVE FALLBACK
   ========================================================= */

@media (max-width: 1100px) {
    .utsmega-services {
        padding: 24px;
    }

    .utsmega-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .utsmega-card {
        height: 190px;
    }
}

@media (max-width: 767px) {
    .utsmega-services {
        padding: 20px;
    }

    .utsmega-header {
        display: block;
    }

    .utsmega-view-all {
        margin-top: 12px !important;
    }

    .utsmega-grid {
        grid-template-columns: 1fr;
    }

    .utsmega-card {
        height: 180px;
    }
}


/* =========================================================
   UNITECH NORMAL HEADER LOGO
   Balanced size within the 125px header row
   ========================================================= */

.header-wrap .logo img.header-logo:not(.floating-header-logo) {
    display: block !important;

    width: auto !important;
    height: 80% !important;

    max-width: none !important;
    max-height: 80% !important;

    margin: 0 !important;
    padding: 0 !important;

    object-fit: contain !important;
    object-position: left center !important;
}




/* =========================================================
   DISABLE STICKY LOGO POSITION/SIZE ANIMATION
   ========================================================= */

.floating-nav-sticky .logo,
.floating-nav-sticky .logo > a,
.floating-nav-sticky .logo img,
.floating-nav-sticky .header-container-box {
    transition: none !important;
    -webkit-transition: none !important;
}


/* Prevent transforms during the logo swap */

.floating-nav-sticky .header-logo,
.floating-nav-sticky .floating-header-logo,
.floating-nav-sticky.floating-active .header-logo,
.floating-nav-sticky.floating-active .floating-header-logo {
    transform: none !important;
    -webkit-transform: none !important;
}


/* Make the normal/floating image switch immediate */

.floating-nav.floating-active
.header-logo:not(.floating-header-logo) {
    display: none !important;
}

.floating-nav.floating-active
.floating-header-logo:not(.header-logo) {
    display: block !important;
}


	
:root{
	--headerHeight: calc( var(--header-top-height,0px) + var(--header-center-height,0px) + var(--header-bottom-height,0px) );
	--mobileHeaderHeight: calc( var(--header-mobile-top-height,0px) + var(--header-mobile-height,0px) + var(--header-mobile-bottom-height,0px) );
	--floatingHeaderHeight: calc( var(--floating-header-top-height,0px) + var(--floating-header-center-height,0px) + var(--floating-header-bottom-height,0px) );
}

.dng-main{
	 background-color:#FFFFFF;  	}
.container{
		padding-left:15px;
	padding-right:15px;
		width: var(--container-width);
	max-width: 100%;
}
.is-container{
	max-width:var(--container-width);
}
.container-fluid {
		padding-right:15px;
	padding-left:15px;
		margin-right: auto;
	margin-left: auto;
}   
#dnn_content{
	 padding-top:0px;		 padding-bottom:0px;	}		

@media (min-width:576px) {
	
		}
@media (min-width:768px) {
		}
@media (min-width:992px) {
		}
@media (min-width:1200px) {
		}


	.left-full-column > .full-column-inner{
		margin-inline-start:calc((var(--container-width) - 100vw)/2);
		width:calc(100% + (100vw - var(--container-width))/2);
	}
	.right-full-column > .full-column-inner{
		margin-inline-end:calc((var(--container-width) - 100vw)/2);
		width:calc(100% + (100vw - var(--container-width))/2);
	}
	.full-column > .full-column-inner{
		width:100vw;	
		margin-inline-start:calc((var(--container-width) - 100vw)/2 - 15px);
	}
	.layout-no-plr .full-column > .full-column-inner{
		margin-inline-start:calc((var(--container-width) - 100vw)/2);
	}

	



h1, h2, h3, h4, h5, h6{
	font-family:inherit;
}

h1{
	color:var(--h1-color);
	font-family:"Lexend"; 	font-weight:500;
	font-size:2.25rem;
	line-height:1.2;
	letter-spacing:0;
}		
h2{
	color:var(--h2-color);
		font-family:"Lexend"; 	font-weight:500;
	font-size:1.75rem;
	line-height:1.3;
	letter-spacing:0;
}		
h3{
	color:var(--h3-color);
		font-family:"Lexend"; 	font-weight:500;
	font-size:1.75rem;
	line-height:1.3;
	letter-spacing:0;
}		
h4{
	color:var(--h4-color);
		font-family:"Inter"; 	font-weight:500;
	font-size:1.625rem;
	line-height:1.4;
	letter-spacing:0;
}		
h5{
	color:var(--h5-color);
		font-family:"Inter"; 	font-weight:500;
	font-size:1.375rem;
	line-height:1.4;
	letter-spacing:0;
}		
h6{
	color:var(--h6-color);
		font-family:"Inter"; 	font-weight:500;
	font-size:1.25rem;
	line-height:1.5;
	letter-spacing:0;
}	

#Body .is-inherit-root-text,
#Body .is-inherit-root-text p,
#Body .is-inherit-root-text li,
#Body .is-inherit-root-text div,
#Body .is-inherit-root-text span{
	color: var(--default-color);
}
#Body .is-inherit-root-text h1{
	color:var(--h1-color);
}
#Body .is-inherit-root-text h2{
	color:var(--h2-color);
}
#Body .is-inherit-root-text h3{
	color:var(--h3-color);
}
#Body .is-inherit-root-text h4{
	color:var(--h4-color);
}
#Body .is-inherit-root-text h5{
	color:var(--h5-color);
}
#Body .is-inherit-root-text h6{
	color:var(--h6-color);
}
#Body .is-inherit-root-text a, 
#Body .is-inherit-root-text a:link{
	color:var(--link-color);
}
#Body .is-inherit-root-text a:visited{
	color:var(--link-visited-color);
}
#Body .is-inherit-root-text a:hover{
	color:var(--link-hover-color);
}
#Body .is-inherit-root-text a:active{
	color:var(--link-active-color);
}

 
@media only screen and (min-width: 576px)  {
						}
@media only screen and (min-width: 768px) {	
						}
@media only screen and (min-width: 992px) {	
		h1{
		font-size:3rem;		line-height:1.2;	}
			h2{
		font-size:2.5rem;		line-height:1.4;	}		
			h3{
		font-size:2rem;			}		
				}
@media only screen and (min-width: 1200px) {	
						}

a, 
a:link{
	color: var(--link-color);
}
a:visited{
	color: var(--link-visited-color);
}
a:hover{
	color: var(--link-hover-color);
}
a:active{
	color: var(--link-active-color);
}


.btn-accent,
a.btn-accent{
	color:var(--accent-color);
	border-color:var(--accent-color);
	background-color:var(--accent-color);
}
[class*="am-btn-"].btn-accent:before{
	background-color:var(--accent-color);
}

div [class*="am-btn-"].hover-accent:hover{
	color:var(--accent-color);
	border-color:var(--accent-color);
	background-color:var(--accent-color);
}
div [class*="am-btn-"].hover-accent:hover:before{
	background-color:var(--accent-color); 
}



#Body .bg-accent{
	background-color:var(--accent-color);
}
#Body .color-accent{
	color:var(--accent-color);
} 
#Body .border-accent{
	border-color:var(--accent-color);
}
#Body .bg-accent-hover:hover{
	background-color:var(--accent-color);
}
#Body .color-accent-hover:hover{
	color:var(--accent-color);
} 
#Body .border-accent-hover:hover{
	border-color:var(--accent-color);
}

#Body .bg-accent2{
	background-color:var(--accent-color2);
}
#Body .color-accent2{
	color:var(--accent-color2);
} 
#Body .border-accent2{
	border-color:var(--accent-color2);
}

#Body .bg-accent3{
	background-color:var(--accent-color3);
}
#Body .color-accent3{
	color:var(--accent-color3);
} 
#Body .border-accent3{
	border-color:var(--accent-color3);
}
#Body .bg-accent4{
	background-color:var(--accent-color4);
}
#Body .color-accent4{
	color:var(--accent-color4);
} 
#Body .border-accent4{
	border-color:var(--accent-color4);
}

b,
strong{
	font-weight:600;
}
.bold,
.font-weight-bold,
.strong-before:before,
.strong-after:after,
.strong-before :before,
.strong-after :after{
	font-weight:600!important;
}



#Body, body, .Head, .SubTitle, .SubSubTitle, .Normal{
	font-family: var(--family);  
	font-size: 1rem; 
	line-height: 1.8;
	letter-spacing: 0;
	color: var(--default-color);
}
.default-size{font-size:1rem;}
.default-lineheight{line-height:1.8;}

@media (min-width:576px) {
		}
@media (min-width:768px) {
		}
@media (min-width:992px) {
		}
@media (min-width:1200px) {
		}



button, 
input, 
select, 
textarea,
.btn{
	font-family: var(--family);  
}

.default-color{
	color: var(--default-color)!important;
}
.default-bg-color{
	background-color: var(--default-color)!important;
}
.default-bg-color-hover:hover{
	background-color: var(--default-color)!important;
}
.default-border-color{
	border-color: var(--default-color)!important;
}
.accent-color{
	color: $var(--accent-color);
}
.default-family{
	font-family: var(--family)!important;
}
.family2{
	font-family: var(--family2)!important;
}

/*default color*/



/*page title*/
.page-title-bg{
			background-color:#f0f0f0; 
		}		
.page-title .title-area:after{
	border-color: #f3bebe; 
}



	

.page-title-bg.light-overlay::after{
	background-color: rgba(255, 255, 255, 0.10);
}
.page-title-bg.dark-overlay::after{
	background-color: rgba(0, 0, 0, 0.10);
}

.page-title-container{
	 height: 200px;
}
@media only screen and (max-width: 767px) {
	.page-title-container{
		height: auto;padding-top:35px;padding-bottom:35px;
	}
}
@media only screen and (min-width: 768px) and (max-width: 991px){
	.page-title-container{
		height:120px;
		min-height:162px;
		padding-top: 45px;
		padding-bottom: 45px;
	}
}
 


 	.page-title .main-title span::before{
		content: none;
	}
 


/*breadcrumbs*/
.page-breadcrumbs{
	background-color:#ffffff;  
	}
.page-breadcrumbs > .container{
		padding-top:20px;
				padding-bottom:10px;
		}

.page-breadcrumbs .breadcrumbs a:hover{
		color:var(--accent-color)!important;
	}

.page-breadcrumbs .breadcrumbs{
    color: #666666;
    font-size: 14px;
}
.page-breadcrumbs .breadcrumbs-box > a,
.page-breadcrumbs .breadcrumbs-box > span > span > span{
    line-height:20px;
}
.page-breadcrumbs .breadcrumbs a,
.page-breadcrumbs .breadcrumbs a:link,
.page-breadcrumbs .breadcrumbs a:active,
.page-breadcrumbs .breadcrumbs a:visited{
    color: #666666;
    font-size: 14px;
}
.page-breadcrumbs .breadcrumbs a:hover{
			color:var(--accent-color)!important;
	}

.breadcrumbs_sytle2 .breadcrumbs-box,
.breadcrumbs_sytle3 .breadcrumbs-box > a:before, 
.breadcrumbs_sytle3 .breadcrumbs-box > span > span > span:before{
	background-color:#ededed;
}

/*sidebar dynamic*/

.sidebar_dynamic.sidebar_dynamic_sytle01{
	padding-right:40px;	}
.sidebar_dynamic.sidebar_dynamic_sytle01 > .sidebar_sticky{
	 	 }


.sidebar-main{
	display: flex;
}
.sidebar-main .sidebar-bar{
	width: 340px;
    flex: 0 0 340px;
}
.sidebar-main .sidebar-container{
	 flex-grow: 1;
	 width:  calc(100% - 340px);
}

.sidebar-main .sidebar_pos_right{
	order:2
}


@media only screen and (max-width: 767px) {
	.sidebar-main{
		flex-direction: column;
	}
	.sidebar-main .sidebar-bar{
		width:100%;
		flex: 0 0 100%;
	}	
	.sidebar-main .sidebar-container{
		width: 100%;
		flex: 0 0 100%;
	}

				.sidebar-main .sidebar-bar{
			order:1
		}	
		.sidebar-main .sidebar-container{
			order:0
		}
	}
 
@media only screen and (max-width: 991px) {
	.sidebar_dynamic.sidebar_dynamic_sytle01{
		padding-right:15px!important;
		padding-left:15px!important;
		margin-top: 30px;
	}
	.sidebar_dynamic.sidebar_dynamic_sytle01 > .sidebar_sticky{
		padding-top:0!important;
		padding-bottom:0!important;
	 }

}

.has-sidebar >.row{
	position: relative;
}




/*page */
.swiper-container .swiper-pagination-bullet-active{
	background: var(--accent-color);	
}
.swiper-container .swiper-button-next:hover, 
.swiper-container .swiper-button-prev:hover{
	color: var(--accent-color);	
}
 
.isotope-grid .isotope-group a:before {
    border-top-color:var(--accent-color2);
}

.isotope-grid .isotope-group a:after {
    border-top-color:var(--accent-color2);
}

.easy-carousel .pagination-bullet{
	color: var(--accent-color);	
}
 

/*backtop */

