/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: May 21 2026 | 14:43:26 */
.floating-contact-btn {
    position: fixed;
    right: -90px;
    top: 50%;
    background-color: #50AAB2;
    color: #fff !important;
    padding: 16px 22px;
    border-radius: 20px 20px 0px 0px;
    text-decoration: none;
    font-weight: bold;
    z-index: 9999;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
    transform: rotate(270deg) translateY(-50%);
	font-size:16px;
}



.blog-iteam p {
    text-transform: capitalize;
}


.single-post .post_header_wrap {
    display: none;
}


.work-slider-wrap .slider_prev {
    opacity: 0 !important;
    visibility: hidden !important;
}
.work-slider-wrap .slider_next {
    opacity: 0 !important;
    visibility: hidden !important;
}
.work-slider-wrap .swiper-wrapper {flex-flow: row !important}


.hero-section {
	margin-top: -106px !important;
	height: 94.5vh;
}
.hero-section div, .hero-section section{
	height: 100%;
}

.top_panel_title .sc_layouts_title_title {
    font-size: 100%;
}

.top_panel_title .breadcrumbs {
    font-size: 20px;
    line-height: 1.8;
}

.hero-video{
	transform: scale(1);
	transition: transform 0.2s ease-in;
}


.read-more-btn {
    display: flex;
    justify-content: center;
    margin: 20px 0;
    width: 100%;
}

.read-more-btn a{
 display:block !important;
}


.hero-section video{height: 100%;}

.hero-section .e-hosted-video.elementor-wrapper.elementor-open-inline {
	aspect-ratio: auto;
}

.hero-video-content {
	height: auto !important;
}

.menu_main_nav_area>ul,.sc_layouts_menu_nav,.sc_layouts_menu_dir_vertical .sc_layouts_menu_nav{font-size: 16px !important;}
/* .hero-social-wrap .elementor-widget-container {
	transform-origin: top left;
	height: auto !important;
	position: absolute;
	left: 40%;
	overflow: hidden;
	top: 85%;
} */

.hero-social-bar .elementor-widget-wrap.elementor-element-populated {
	padding: 0 !important;
}



.hero-video-tag img{object-fit: cover; object-position: bottom center;}
.fadein-image-wrap > div {
	align-content: flex-start !important;
}
.fadein-image{
	width: 100%;
	height: 600px;
	object-fit: cover;
	position: relative;
}

.image-effect{
	position: absolute;
	top: 0;
	left: 0;
	padding: 0 15px;
	animation: fadeInOut 8s infinite;
	opacity: 0;
}
.image-effect.no-padding{padding: 0px;}
.fade-in-image-wrapper .fadein-image-wrap {
	padding: 0 0 10px 0;
}

.fade-in-image-wrapper .fadein-image, .hero-video .fadein-image  {
	height: 100% !important;
}
.fade-in-image-wrapper .fadein-image div, .hero-video .fadein-image div {
	height: 100%;
}

#wpcf7-f5-o2 .wpcf7-submit-style{
	margin-top: 15px;
}


.fade-in-image-wrapper .fadein-image img, .hero-video .fadein-image img{
	height: 100% !important;
}

.success-message{
	font-size: 14px;
	line-height: 20px;
	color: var(--theme-color-text_dark);
	margin-top: 16px;
	display: block;
}

/* .frontpage  .chaty-widget {
    opacity: 0;
    visibility: hidden;
    transform: translateY(15px);
    -webkit-transition: all 200ms linear;
    transition: all 200ms linear;
}

.frontpage  .chaty-widget.active {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
} */



/* chaty chat */
.chaty-channels{position: fixed; width: 50px; bottom: 50px; right: 20px; z-index: 99; display: flex; flex-direction: column; gap: 10px; opacity: 0; visibility: hidden; transform: translateY(15px); -webkit-transition: all 200ms linear; transition: all 200ms linear;}
.chaty-channels.active{opacity: 1; visibility: visible; transform: translateY(0);}
.chaty-i-trigger{width: 100%; width: 50px; height: 50px; position: relative; cursor: pointer; }
.chaty-i-trigger div{position: absolute; top: 0; left: 0; width: 100%; height: 100%; transition: .25s ease-in-out;}
.chaty-i-trigger div:hover .tooltip{display: block;}
.chaty-cta-main{opacity: 1; visibility: visible; transform: rotate(0deg);}
.chaty-cta-close{opacity: 0; visibility: hidden; transform: rotate(0deg);}
.chaty-cta-close img{box-shadow: 0 16px 24px 0 rgb(73 104 126 / 16%); border-radius: 50%;}
.chaty-channels img{width: 100%; height: 100%;}
.chaty-channels-list{width: 100%;}
.chaty-channels-list ul{width: 100%; display: flex; flex-direction: column; gap: 8px; margin:0px !important; padding: 0px !important;}
.chaty-channels-list ul li{width: 100%; display: flex; position: relative; opacity: 0; visibility: hidden; transition: .5s; -webkit-transition: .5s;}
.chaty-channels-list ul li:hover .tooltip{display: block;}
.chaty-channels-list ul li a{width: 100%; display: flex; box-shadow: 0 16px 24px 0 rgb(73 104 126 / 16%); border-radius: 50%; overflow: hidden;}
.chaty-channels-list ul li:nth-child(1) { transform: translateY(176px); }
.chaty-channels-list ul li:nth-child(2) { transform: translateY(118px); }
.chaty-channels-list ul li:nth-child(3) { transform: translateY(60px); }

.chaty-i-trigger div img{ transform: rotate(0); transition: .35s ease-in-out;}
.chatyShown .chaty-i-trigger div img{ transform: rotate(180deg);}
.chatyShown .chaty-cta-main{opacity: 0; visibility: hidden;}
.chatyShown .chaty-cta-close{opacity: 1; visibility: visible;}
.chatyShown .chaty-channels-list ul li{opacity: 1; visibility: visible;}
.chatyShown .chaty-channels-list ul li:nth-child(1){transform: translateY(0);}
.chatyShown .chaty-channels-list ul li:nth-child(2){transform: translateY(0);}
.chatyShown .chaty-channels-list ul li:nth-child(3){transform: translateY(0);}
.tooltip { position: absolute; top: 50%; transform: translateY(-50%); right: 60px; background-color: var(--white); padding: 2px 7px; font-size: 14px; line-height: 1.5; border-radius: 5px; box-shadow: 0 1.93465px 7.73859px rgb(0 0 0 / 15%); display: none;}
.tooltip:after { position: absolute; content: ''; top: 50%; right: -3px; transform: translateY(-50%) rotate(-45deg); width: 8px; height: 8px; background-color: var(--white); border-radius: 2px; }
/* chaty chat */



.video-2nd div {
    height: 100%;
}
.video-2nd aside {
    height: 100%;
    padding-bottom: 10px;
}
.video-2nd video {
    height: 100%;
    object-fit: cover;
}

.prorfolio-hover .sc_portfolio.sc_portfolio_default .sc_portfolio_item .post_featured .post_info{transform: translateX(0) translateZ(0) !important;}
.prorfolio-hover .sc_portfolio.sc_portfolio_default .sc_portfolio_item .post_featured:hover .post_info{    transform: translateX(-100%) translateZ(0) !important;}



/* blog page */
.blog-iteam-wrap .elementor-container {
    display: grid;
    grid-template-columns: 1fr 1fr;
	gap:30px;
}
.blog-iteam-wrap .blog-iteam{
	width:100%;
}
.page-id-30240 .top_panel_default .sc_layouts_row_type_normal{
	display:none;
}

.page-id-30262 .top_panel_default .sc_layouts_row_type_normal{
	display:none;
}
.page-id-30264 .top_panel_default .sc_layouts_row_type_normal{
	display:none;
}
.page-id-30266 .top_panel_default .sc_layouts_row_type_normal{
	display:none;
}
.page-id-30268 .top_panel_default .sc_layouts_row_type_normal{
	display:none;
}

.blog-content-wrap ul {
    padding-left: 40px;
}

/* blog page */



@keyframes fadeInOut {
	0% {
		opacity: 0;
	}
	25% {
		opacity: 1; /* Opacity becomes 1 at the 25% mark */
	}
	50% {
		opacity: 1; /* Opacity stays at 1 until 50% */
	}
	75% {
		opacity: 0; /* Opacity returns to 0 at 75% */
	}
	100% {
		opacity: 0; /* Opacity stays at 0 until the end of the cycle */
	}
}

.column-1_1 select option:first-child, .column-1_2 select option:first-child{display: none;}

@media only screen and (max-width: 1024px){
	.hero-social-wrap .elementor-widget-container{left: 25%;}
	.hero-video-content {
		max-width: 600px;
	}
	
	
}



@media only screen and (min-width: 1100px){
	
	.prorfolio-hover .sc_portfolio_item .sc_portfolio_item_thumb {
    aspect-ratio: 1 / .8;
		
}

	
}

@media (min-width: 768px) and (max-width: 1024px) {
	
	.prorfolio-hover .post_info {
    padding: 16px !important;
}
	.prorfolio-hover .post_info h5{
		font-size:15px !important;
	}
	
	.prorfolio-hover .post_info span{
		font-size:12px !important;
}
	.prorfolio-hover .sc_portfolio_item .sc_portfolio_item_thumb {
    aspect-ratio: 1 / 1;
		
}
	
	
	
	
}



@media only screen and (max-width: 992px){
/* 	.hero-social-bar{display: none;} */
	.hero-video-wrap{width: 100% !important;}
	.hero-section {
		margin-top: -100px !important;
		height: 600px;
	}
}


@media only screen and (max-width: 767px){
/* 	.hero-social-bar{display: none;} */
	.hero-video-content{max-width: 560px}
	.fadein-image{
		width: 100%;
		height: 400px;
	}

	.fade-in-image-wrapper .fadein-image img, .hero-video .fadein-image img{
		height: 100% !important;
		object-fit: cover !important;
		object-position: 60% 100% !important;
	}

	
	  .chaty-channels { bottom: 80px;}
	
	
	.hero-content-description {
    display: block !important;
    margin-top: 9px;
}
	
	
	.top_panel_title .breadcrumbs {
    font-size: 18px;
    line-height: 1.4;
}
	
	.blog-iteam-wrap .elementor-container {
    grid-template-columns: 1fr;
}
	
	.floating-contact-btn {
    right: -85px;
    padding: 14px 16px;
}
	
	.menu_mobile_nav li#menu_mobile-item-31856{
	display:none;
}
	
	.menu_mobile_nav li#menu_mobile-item-18341{
		display:none;
	}
	
	.menu_mobile_content_wrap .socials_mobile{
		display:none;
	}
	
	.menu_mobile .menu_mobile_nav_area li > a > .open_child_menu:before {
        background-image: url(https://smartviewsmartglass.com/wp-content/uploads/2026/05/arrow-up.svg);
        background-position: center;
        background-repeat: no-repeat;
        background-size: 100%;
        content: "";
        width: 30px;
        height: 30px;
        position: absolute;
        top: 5px;
		transform: rotate(0deg);
    }
	
	.menu_mobile .menu_mobile_nav_area li.opened > a > .open_child_menu:before {
		transform: rotate(180deg);
	}
	
	
	
	
}
@media only screen and (max-width: 480px){
	.hero-video-content {
		max-width: 350px;
		padding: 20px 20px 20px 20px !important;
	}

	.hero-section {
		margin-top: -95px !important;
		height: 100svh;
	}



}

@media (min-width: 2160px) and (max-width: 4000px) {
	
	.sc_layouts_logo img{
		       max-height: 3.2em !important;
	}
}




.popup-from-wrap span.wpcf7-form-control-wrap {
    width: 100%;
    margin: 0px !important;
}

.page-id-29111 .top_panel_default .sc_layouts_row_type_normal{
	display:none;
}

.sc_layouts_column.sc_layouts_column_align_left img {
    max-height: 3em !important;
}





.page-id-29372 .top_panel_default .sc_layouts_row_type_normal{
	display:none;
}

.professionals-iteam-wrap .elementor-container.elementor-column-gap-default {
    gap: 110px;
}

.professionals-iteam .wp-caption-text{
	-webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}


.professionals-iteam:hover .wp-caption-text{
	color:#000000;
}


@media only screen and (max-width: 1440px){
	
	.professionals-iteam-wrap .elementor-container.elementor-column-gap-default {
    gap: 40px;
}
	
}




@media only screen and (max-width: 1300px){
	
	.professionals-iteam-wrap .elementor-container.elementor-column-gap-default {
    gap: 0;
    align-items: baseline;
}
	
	
}


@media only screen and (max-width: 991px){
	
	.professionals-iteam-wrap .elementor-container.elementor-column-gap-default {
        gap: 0px;
        align-items: baseline;
    }
	
}

@media only screen and (max-width: 767px){
	
	.professionals-iteam-wrap .elementor-container.elementor-column-gap-default {
    gap: 20px 0;
    align-items: baseline;
}
	
	
	
}



.business-wrap .fadein-image {
    height: 410px;
}

.working-time span {
    color: #98A2AC;
	    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.working-time span:hover{
	color:#FCFCFC;
}





@media only screen and (max-height: 877px) {

	.hero-section{
		min-height: 877px;
	}


}



@media only screen and (max-width: 767px) {

	.hero-section{
		min-height: auto !important;
	}


}






