@import 'assets/css/bootstrap-rtl-4.5.3.min.css';
@import 'assets/css/fontawesome-7.2.min.css';
@import 'assets/css/helper-4.0.0.min.css';
@import 'assets/css/magnific-popup-1.1.0.min.css';
:root {
	--brand-blue: #11b2f1;
	--brand-blue-dark: #0f9bd2;
	--brand-orange: #ff9d02;
	--brand-orange-dark: #d77d00;
	--brand-ink: #161d20;
	color-scheme: light only;
	color: #11b2f1;
	color: #ff9d02;
}
::selection {
	background-color: #11b2f1;
	color: #161d20;
	-webkit-text-fill-color: #161d20;
}
header{
	min-height: 120px;
}
.headerbg{
	z-index: 200;
	position: relative;
    transition: .8s;
	padding: 30px 0;
}
.headerbg::before{
	position: absolute;
	content: '';
	width: 100%;
	height: 0;
	top: 0;
	right: 0;
	background-color: #161d20;
	transition: .9s;
}
@media(min-width: 992px){
    .headerbg .navbar-nav > .nav-item + .nav-item{
        margin-right: 30px;
    }
}
.headerbg .navbar-nav > .nav-item .nav-link{
	font-size: 18px;
	font-weight: 500;
	color: #fff;
	padding: 0;
	position: relative;
}
.headerbg .navbar-nav > .nav-item .nav-link:hover,
.headerbg .navbar-nav > .nav-item.active .nav-link,
.headerbg .navbar-nav > .nav-item .nav-link.active{
    color: #ff9d02;
	font-weight: 700;
}
.headerbg .border-bottom{
	border-color: rgba(0, 0, 0, 0.12) !important;
}
.headerbg .navbar-nav .dropdown-menu{
	width: 300px;
}
.headerbg .navbar-nav .dropdown-menu .dropdown-item{
	white-space: inherit;
	line-height: 20px;
}
.headerbg .navbar-brand img{
	height: 60px;
}
.navbar-nav.linklanguage > .nav-item .nav-link{
	color: #ff9d02;
	padding-right: 30px;
	height: 40px;
	line-height: 40px;
	position: relative;
}
.headerbg .navbar-nav.linklanguage > .nav-item .nav-link:hover{
	color: #11b2f1;
}
.navbar-nav.linklanguage > .nav-item .nav-link::before{
	position: absolute;
	content: "\f0ac";
	font-family: 'Font Awesome 6 Free';
	font-weight: 900;
	right: 0;
}
.headerbg.sticky{
    position: fixed;
    top: 0;
    left: 0;
	padding: 10px 0;
	background-color: #fff;
    box-shadow: 0px 0px 25px rgb(0 0 0 / 12%);
}
.headerbg.sticky .headericons{
	display: none !important;
}
.headerbg.sticky{
	visibility: visible !important;
}
.headerbg.sticky::before{
	height: 100%;
}
.headerbg.sticky .navbar-brand img{
	height: 35px;
}
.headerbg.sticky .navbar-nav > .nav-item .nav-link{
	font-size: 16px;
}
.sidenav .navbar-nav.linklanguage > .nav-item{
	border-bottom: 0;
}
.sidenav .navbar-nav.linklanguage > .nav-item .nav-link{
	padding: 0;
	padding-right: 30px;
}
.headerbg.sticky .btn-lg{
	padding-top: 6px;
	padding-bottom: 6px;
	font-size: 14px;
	min-height: 40px;
}
.headerbg .btn-primary:hover,
.headerbg .btn-primary:focus,
.headerbg .btn-secondary:hover,
.headerbg .btn-secondary:focus{
	background-color: #f28a20 !important;
	border-color: #f28a20 !important;
	box-shadow: 0 18px 36px rgba(242,138,32,.28), 0 0 0 5px rgba(242,138,32,.12);
}
.sidenav {
	z-index: 1001;
	transition: 0.3s;
	top: 0;
	left: -350px;
	width: 350px;
	overflow-y: scroll;
	overflow-x: hidden;
	-ms-overflow-style: none;
	scrollbar-width: none;
}
.sidenav::-webkit-scrollbar {
	display: none;
}
.sidenav .navbar-nav > .nav-item .nav-link,
.sidenav a{
	color: #fff;
	font-weight: 500;
}
.sidenav .navbar-nav > .nav-item .nav-link:hover,
.sidenav a:not(.btn,.sharesocial li a):hover{
	color: #11b2f1;
}
.sidenav .navbar-nav .nav-item .nav-link{
	font-size: 18px;
	padding: 15px 30px;
	display: block;
}
.sidenav .navbar-nav .nav-item.active .nav-link{
	background-color: #11b2f1;
}
.sidenav .navbar-nav .nav-item.active .nav-link:hover{
	color: #fff;
}
.sidenav .navbar-nav .nav-item{
	border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}
.sidenav .border-bottom,
.sidenav .border-top{
	border-color: #ffffff20 !important;
}
#sidebody{
	position: fixed;
	width: 100%;
	height: 100%;
	top: 0;
	right: 0;
	background-color: rgba(21, 21, 21, 0.8);
	transition: .45s;
	z-index: -1;
	opacity: 0;
	visibility: hidden;
}
#sidebody.active{
	z-index: 1000;
	opacity: 1;
	visibility: visible;
}
body.stop{
	overflow: hidden;
}
.iconbars{
	min-width: 30px;
	min-height: 19px;
}
.iconbars span + span{
	margin-top: 5px;
}
.iconbars span{
	display: block;
	width: 30px;
	height: 3px;
	border-radius: 50px;
	background-color: #11b2f1;
	transition: .4s;
}
.iconbars span:nth-child(2){
	width: 20px;
}
.iconbars:hover span,
.iconbars.active span{
	background-color: #11b2f1;
}
.iconbars.active span:nth-child(1){
	transform: rotate(45deg)translateY(10px)translateX(5px)
}
.iconbars.active span:nth-child(3){
	transform: rotate(-45deg)translateY(-2px)translateX(-4px);
}
.iconbars.active span:nth-child(2){
	display: none;
}
.breadcrumb{
    background-color: #ffffff20;
}
.breadcrumb-item a,
.breadcrumb-item + .breadcrumb-item::before,
.breadcrumb-item.active{
    color: #fff;
}
.breadcrumb-item a:hover{
    color: #e4d7d5;
}
.breadcrumb-item + .breadcrumb-item{
    padding-right: 8px;
}
.breadcrumb-item + .breadcrumb-item::before{
    content: '\f060';
    font-family: 'Font Awesome 6 Free';
    font-weight: 900;
    font-size: 14px;
    padding-left: 10px;
	padding-top: 4px;
}
.boxshadow{
	box-shadow: 0 10px 30px 0 rgb(225 223 255 / 40%);
}
.boxshadow2{
	box-shadow: 0px 0px 25px rgb(0 0 0 / 12%);
}
.boxshadow3{
	box-shadow: 0px 10px 35px 0 rgb(0 0 0 / 12%);
}
.boxshadow4{
	box-shadow: 0 0.25rem 1.75rem rgba(30,34,40,.07)
}
.boxshadow5{
	box-shadow: 0px 2px 8px rgb(0 0 0 / 8%);
}
.boxshadow2hover:hover{
	box-shadow: 0px 0px 45px rgb(0 0 0 / 10%);
}
.btn{
    font-weight: 700;
	position: relative;
	overflow: hidden;
	isolation: isolate;
	transform: translateZ(0);
	transition: transform .28s cubic-bezier(.2,.74,.16,1),
		box-shadow .28s ease,
		background-color .28s ease,
		border-color .28s ease,
		color .28s ease;
}
.btn::before{
	content: "";
	position: absolute;
	inset: -1px;
	z-index: 1;
	background: linear-gradient(115deg, transparent 0%, rgba(255,255,255,.34) 42%, rgba(255,255,255,.12) 50%, transparent 60%);
	transform: translateX(115%) skewX(-18deg);
	transition: transform .58s ease;
	pointer-events: none;
}
.btn::after{
	content: "";
	position: absolute;
	inset: 0;
	z-index: 2;
	border-radius: inherit;
	border: 1px solid rgba(255,255,255,.24);
	opacity: .58;
	transition: inset .28s ease, opacity .28s ease;
	pointer-events: none;
}
.btn:hover,
.btn:focus,
.btn.focus,
.boxproducts:hover .btn,
.boxproducts:focus-within .btn{
	transform: translateY(-3px);
	text-decoration: none;
}
.btn:hover::before,
.btn:focus::before,
.btn.focus::before,
.boxproducts:hover .btn::before,
.boxproducts:focus-within .btn::before{
	transform: translateX(-115%) skewX(-18deg);
}
.btn:hover::after,
.btn:focus::after,
.btn.focus::after,
.boxproducts:hover .btn::after,
.boxproducts:focus-within .btn::after{
	inset: 4px;
	opacity: .95;
}
.btn i{
	position: relative;
	z-index: 3;
	transition: transform .28s cubic-bezier(.2,.74,.16,1), filter .28s ease;
}
.btn:hover i:not(.fa-arrow-left),
.btn:focus i:not(.fa-arrow-left),
.btn.focus i:not(.fa-arrow-left){
	transform: translateY(-1px) scale(1.08) rotate(-6deg);
	filter: drop-shadow(0 6px 12px rgba(0,0,0,.18));
}
.btn:hover .fa-arrow-left,
.btn:focus .fa-arrow-left,
.btn.focus .fa-arrow-left,
.boxproducts:hover .btn .fa-arrow-left,
.boxproducts:focus-within .btn .fa-arrow-left{
	transform: translateX(-5px);
	filter: drop-shadow(0 6px 12px rgba(0,0,0,.18));
}
.btn-primary,
.btn-secondary{
	box-shadow: 0 12px 24px rgba(10,20,32,.14);
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary:not(:disabled):not(.disabled):active,
.boxproducts:hover .btn-primary,
.boxproducts:focus-within .btn-primary{
	color: #fff !important;
	background-color: var(--brand-blue-dark) !important;
	border-color: var(--brand-blue-dark) !important;
	box-shadow: 0 20px 44px rgba(17,178,241,.32), 0 0 0 5px rgba(17,178,241,.12);
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary:not(:disabled):not(.disabled):active{
	color: #fff !important;
	background-color: var(--brand-orange-dark) !important;
	border-color: var(--brand-orange-dark) !important;
	box-shadow: 0 20px 44px rgba(255,157,2,.32), 0 0 0 5px rgba(255,157,2,.13);
}
.hero-interior .btn{
	box-shadow: 0 18px 44px rgba(0,0,0,.24);
}
.hero-interior .btn:hover,
.hero-interior .btn:focus,
.hero-interior .btn.focus{
	transform: translateY(-4px) scale(1.02);
}
@media (prefers-reduced-motion: reduce){
	.btn,
	.btn::before,
	.btn::after,
	.btn i{
		transition: none;
	}
	.btn:hover,
	.btn:focus,
	.btn.focus,
	.hero-interior .btn:hover,
	.hero-interior .btn:focus,
	.hero-interior .btn.focus{
		transform: none;
	}
}
.text-white-70{
	color: rgba(255, 255, 255, 0.7);
}
.slidertitle{
	min-height: 190px;
	padding-bottom: 30px;
}
.mfp-bottom-bar{direction: ltr;}
.mfp-counter{font-size: 18px;}
.grid__masonry{
    margin-right: -8px;
    margin-left: -8px;
	display: flex;
	flex-wrap: wrap;
}
.grid__masonry:after {
    content: '';
    display: block;
    clear: both;
}
.grid__masonry .grid__masonry--item{ 
    width: 33.33%;
    padding: 8px;
}
@media (min-width: 992px){
	.custom-cursor__cursor {
		width: 25px;
		height: 25px;
		border-radius: 100%;
		border: 1px solid #11b2f1;
		-webkit-transition: all 200ms ease-out;
		transition: all 200ms ease-out;
		position: fixed;
		pointer-events: none;
		left: 0;
		top: 0;
		-webkit-transform: translate(calc(-50% + 5px), -50%);
		transform: translate(calc(-50% + 5px), -50%);
		z-index: 999991;
	}
	.custom-cursor__cursor-two {
		width: 10px;
		height: 10px;
		border-radius: 100%;
		background-color: #11b2f1;
		opacity: .3;
		position: fixed;
		-webkit-transform: translate(-50%, -50%);
		transform: translate(-50%, -50%);
		pointer-events: none;
		-webkit-transition: width .3s, height .3s, opacity .3s;
		transition: width .3s, height .3s, opacity .3s;
		z-index: 999991;
	}
	.custom-cursor__hover {
		background-color: #11b2f1;
		width: 45px;
		height: 45px;
		opacity: 0.4;
	}
	.custom-cursor__innerhover {
		width: 25px;
		height: 25px;
		opacity: .4;
	}
}
.customsliderslick__2{
    margin-bottom: 80px !important;
}
.customsliderslick__2 .slick-next,
.customsliderslick__2 .slick-prev {
    top: inherit;
    bottom: -80px;
}
.customsliderslick__2 .slick-prev {
    right: inherit;
    left: 50%;
}
.customsliderslick__2 .slick-next {
    left: calc(50% - 45px);
}
.customsliderslick__2 .slick-next:before,
.customsliderslick__2 .slick-prev:before {
    border-radius: 4px;
    width: 40px;
    height: 40px;
    line-height: 40px;
    font-size: 20px;
}
.boxpartners{
	padding: 20px;
    height: 100px;
}
.boxpartners img{
    max-height: 100px;
}
.boxpartners__pages .boxpartners{
	padding: 40px;
    height: 180px;
}
.boxpartners__pages .boxpartners img{
    max-height: 100px;
}
.fa.img-h30{
	flex: 0 0 30px;
	max-width: 30px;
}
.bg-custom-padding-1{
	padding: 150px 0;
}
.bg-custom-shap-1 > *{
	position: relative;
}
.bg-custom-shap-1::before{
	background-color: #1e222880;
}
.bg-custom-shap-1::after{
	content: "";
    display: block;
    position: absolute;
    right: 0;
    z-index: 1;
	border-width: 0;
    border-style: solid;
    border-top-color: transparent!important;
    border-bottom-color: transparent!important;
	border-right-color: transparent!important;
    border-left-width: 100vw;
    border-top-width: 80px;
	border-color: #fff;
    bottom: 0;
}
.loaderlodging {
	height: 100vh;
	z-index: 10000;
	transition: .8s;
}
.loaderlodging__body {
	overflow: hidden;
}
.loaderlodging__body.afterloading {
	overflow: inherit;
}
.loaderlodging.remove {
	opacity: 0;
	visibility: hidden;
	z-index: -1;
}
.loader {
    width: 48px;
    height: 48px;
    border: 5px solid #cecece;
    border-bottom-color: #11b2f1;
    border-radius: 50%;
    display: inline-block;
    box-sizing: border-box;
    animation: rotation 1s linear infinite;
}
@keyframes rotation {
    0% {
        transform: rotate(0deg);
	}
    100% {
        transform: rotate(360deg);
	}
}
.row.fullborder{
	border-top: 1px solid #dee2e6;
	border-right: 1px solid #dee2e6;
}
.row.fullborder > [class^="col"]{
	border-left: 1px solid #dee2e6;
	border-bottom: 1px solid #dee2e6;
}
aside{
	position: relative;
	z-index: 2;
}
.footerbg{
	bottom: 0;
	right: 0;
	z-index: 1;
}
.footerbg .border-bottom,
.footerbg .border-left{
	border-color: rgba(255, 255, 255, 0.2) !important;
}
.footerbg .sharesocial li + li{
	margin-right: 10px;
}
.footerbg .sharesocial li a{
	width: 60px;
	height: 60px;
	line-height: 60px;
	font-size: 26px;
}
.footerbg a{
	color: rgba(255, 255, 255, 0.7);
}
.footerbg a:hover{
	color: #11b2f1;
}
.footerbg__links li{
	margin: 0 0 15px 10px;
	max-width: calc(50% - 10px - 10px);
	width: calc(50% - 10px - 10px);
	flex: 0 0 calc(50% - 10px - 10px);
}
.footerbg__links li a{
	line-height: 20px;
	display: block;
	padding: 0;
}
svg{
	display: block;
}
.home .boxworks{
	border: 0 !important;
}
.boxworks:hover{
	transform: translateY(-4px);
	box-shadow: rgba(255, 255, 255, 0.1) 0px 1px 1px 0px inset, rgba(50, 50, 93, 0.25) 0px 50px 100px -20px, rgba(0, 0, 0, 0.3) 0px 30px 60px -30px;
}
.boxworks .border-top{
	transition: .4s;
}
.boxworks:hover .border-top{
	border-color: rgba(255, 255, 255, 0.2) !important;
}
.boxworks__content{
	height: calc(100% - 250px);
}
.singlecontentbg strong{
	color: #ff9d02;
}
.singlecontentbg h1,
.singlecontentbg h2,
.singlecontentbg h3,
.singlecontentbg h4,
.singlecontentbg h5,
.singlecontentbg h6{
	color: #ff9d02;
	margin-bottom: 30px;
	font-weight: 500;
}
.singlecontentbg h1{
	font-size: 30px;
}
.singlecontentbg h2{
	font-size: 28px;
}
.singlecontentbg h3{
	font-size: 26px;
}
.singlecontentbg h4{
	font-size: 24px;
}
.singlecontentbg h5{
	font-size: 22px;
}
.singlecontentbg h6{
	font-size: 20px;
}
.singlecontentbg p,
.singlecontentbg ul,
.singlecontentbg ol{
	font-size: 18px;
}
.singlecontentbg.font-bigger p,
.singlecontentbg.font-bigger ul,
.singlecontentbg.font-bigger ol{
	font-size: 20px;
}
.singlecontentbg ul li + li,
.singlecontentbg ol li + li{
	margin-top: 14px;
}
.singlecontentbg.font-small p,
.singlecontentbg.font-small ul,
.singlecontentbg.font-small ol{
	font-size: 17px;
	line-height: 1.5;
}
.singlecontentbg.font-sm p,
.singlecontentbg.font-sm ul,
.singlecontentbg.font-sm ol{
	font-size: 18px;
}
.singlecontentbg p + h1,
.singlecontentbg p + h2,
.singlecontentbg p + h3,
.singlecontentbg p + h4,
.singlecontentbg p + h5,
.singlecontentbg p + h6{
	margin-top: 30px;
}
.singlecontentbg h1,
.singlecontentbg h2,
.singlecontentbg h3,
.singlecontentbg h4,
.singlecontentbg h5,
.singlecontentbg h6{
	margin-bottom: 15px;
}
.card-body .singlecontentbg p{
	margin-bottom: 8px;
	font-size: 20px;
}
.singlecontentbg li::marker{
    color: #ff9d02;
}
.singlecontentbg a{
	font-weight: bold;
	color: #ff9d02;
}
.singlecontentbg a:hover{
	color: #49459b;
}
.singlecontentbg img{
    margin-top: 30px;
    margin-bottom: 30px;
}
.singlecontentbg *:last-child{
    margin-bottom: 0;
}
.sectionwithsvg{
	padding: 70px 0 calc(70px + 50px);
}
.sectionwithsvg__2{
	padding: calc(70px + 50px) 0 70px;
}
.svgblock2{
	z-index: 2;
	margin-top: -50px;
}
.svgblock3{
    transform: rotate(180deg);
	z-index: 2;
	margin-bottom: -50px;
}
.counter:hover{
	transform: translateY(-10px);
}
.boxwhy{
	min-height: 280px;
}
.boxwhy__box{
	z-index: 3;
}
.boxwhy__box_icon{
	padding: 35px;
}
.boxwhy__title{
	z-index: 2;
	white-space: nowrap;
}
.boxwhy__box:hover{
	transform: scale(1.05);
}
.boxwhy__box:hover .boxwhy__box_icon{
	padding: 20px;
	transform: rotate(360deg);
}
@media (min-width: 992px){
	.boxwhy [class^="col"]:nth-child(1) .boxwhy__box{
		top: 100px;
	}
	.boxwhy [class^="col"]:nth-child(2) .boxwhy__box{
		top: 60px;
	}
	.boxwhy [class^="col"]:nth-child(3) .boxwhy__box{
		top: 30px;
	}
	.boxwhy [class^="col"]:nth-child(4) .boxwhy__box{
		top: 0px;
	}
	.boxwhy [class^="col"]:nth-child(5) .boxwhy__box{
		top: -35px;
	}
	.boxwhy__dots{
		top: 0;
		right: 0;
		height: 100%;
		background: url(assets/img/line-2.png) no-repeat center;
		background-size: contain;
	}
}
.boxserivces:hover{
	transform: translateY(-10px);
}
.fa-30{
	flex: 0 0 30px;
	max-width: 30px;
	width: 30px;
}
.font-12{
	font-size: 11px;
}
.phonelines a{
	position: relative;
	margin-top: 10px;
	margin-bottom: 5px;
	margin-left: 15px;
	line-height: 20px;
}
.phonelines a + a{
	border-right: 1px solid #dee2e6;
	padding-right: 15px;
}
/*New*/
.bgbox{
	background: rgba(255, 255, 255, 0.1);
	border: 2px solid rgb(17, 178, 241, 0.2);
	-webkit-backdrop-filter: blur(10px);
			backdrop-filter: blur(10px);
}
.bg-gra{
	background: linear-gradient(50deg, #11b2f1 0%, #10749c 120%);
}
.row-col-xl .bg-gra.rounded-circle{
	position: relative;
	overflow: hidden;
	box-shadow: 0 18px 34px rgba(17,178,241,.18);
	transition: transform .28s cubic-bezier(.2,.74,.16,1),
		box-shadow .28s ease,
		background .28s ease;
}
.row-col-xl .bg-gra.rounded-circle:before{
	content: "";
	position: absolute;
	inset: -14px;
	border-radius: inherit;
	background:
		radial-gradient(circle, rgba(255,255,255,.32), transparent 42%),
		conic-gradient(from 180deg, rgba(255,255,255,.45), transparent 32%, rgba(17,178,241,.78), transparent 72%, rgba(255,255,255,.35));
	opacity: 0;
	transform: rotate(0deg) scale(.72);
	transition: opacity .28s ease, transform .48s ease;
	pointer-events: none;
}
.row-col-xl .bg-gra.rounded-circle i{
	position: relative;
	z-index: 1;
	transition: transform .28s cubic-bezier(.2,.74,.16,1), filter .28s ease;
}
.row-col-xl .bg-gra.rounded-circle:hover{
	transform: translateY(-10px) scale(1.04);
	background: linear-gradient(135deg, #11b2f1 0%, #0b87b5 58%, #075f7f 115%);
	box-shadow: 0 26px 54px rgba(17,178,241,.28), 0 0 0 8px rgba(17,178,241,.08);
}
.row-col-xl .bg-gra.rounded-circle:hover:before{
	opacity: .32;
	transform: rotate(35deg) scale(1);
}
.row-col-xl .bg-gra.rounded-circle:hover i{
	transform: translateY(-2px) rotate(-8deg) scale(1.12);
	filter: drop-shadow(0 10px 18px rgba(0,0,0,.22));
}
.boxstart{
	min-height: 500px;
}
.titleline,
.titleline2{
	position: relative;
}
.titleline span,
.titleline2 span{
	display: inline-block;
	position: relative;
	z-index: 1;
}
.titleline2 span{
	font-weight: 700;
}
.titleline span::after{
	position: absolute;
	content: '';
	width: 100%;
	height: 25px;
	bottom: 12px;
	right: 0;
	z-index: -1;
	transform: skewX(-14deg);
}
.titleline__primary.titleline span::after{
	background-color: #11b2f1;
}
.titleline__secondary.titleline span::after{
	background-color: #ff9d02;
}
.addanimation{
	animation: bounce 2s infinite;
    -webkit-animation: bounce 2s infinite;
}
@-webkit-keyframes bounce{0%,20%,50%,80%,100%{-webkit-transform:translateY(0)}40%{-webkit-transform:translateY(-5px)}60%{-webkit-transform:translateY(-5px)}}@-moz-keyframes bounce{0%,20%,50%,80%,100%{-moz-transform:translateY(0)}40%{-moz-transform:translateY(-5px)}60%{-moz-transform:translateY(-5px)}}@-o-keyframes bounce{0%,20%,50%,80%,100%{-o-transform:translateY(0)}40%{-o-transform:translateY(-5px)}60%{-o-transform:translateY(-5px)}}@keyframes bounce{0%,20%,50%,80%,100%{transform:translateY(0)}40%{transform:translateY(-5px)}60% {transform: translateY(-5px);}}


/**/
.hero-interior > .container{
	z-index: 4;
}
.counter__rowborder [class*="col"] + [class*="col"]{
	border-right: 3px solid rgba(255, 255, 255, 0.18);
}
.shadowsection{
	box-shadow: inset 0 4px 25px rgba(0, 0, 0, 0.03);
}
.sliderslick__custom{
    padding-right: 30px;
    padding-left: 30px;
}
.sliderslick__custom .slick-slide{
	padding-top: 30px;
	padding-bottom: 30px;
}
.sliderslick__custom .slick-next{
    left: -30px;
}
.sliderslick__custom .slick-prev{
    right: -30px;
}
.sliderslick__custom .slick-next:before,
.sliderslick__custom .slick-prev:before{
    width: 50px;
    height: 50px;
    line-height: 50px;
    font-size: 16px;
}
.sliderslick__custom .slick-next:before,
.sliderslick__custom .slick-prev:before,
.sliderslick__custom .slick-next:hover:before,
.sliderslick__custom .slick-prev:hover:before {
    background-color: transparent;
}
.sliderslick__custom .slick-next:after,
.sliderslick__custom .slick-prev:after {
    content: "";
    position: absolute;
    inset: 0;
    padding: 4px;
    border-radius: 15px;
    -webkit-mask:linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
    -webkit-mask-composite: xor;
    mask-composite: exclude;
    transition: .6s;
    background: conic-gradient(from 0deg,#11b2f1,#ff9d02);
    opacity: 0.5;
}
@keyframes spinBorder{from{transform: rotate(0deg);}to{transform: rotate(360deg);}}
.sliderslick__custom .slick-next:hover:after,
.sliderslick__custom .slick-prev:hover:after{
    animation: spinBorder 2s linear infinite;
    border-radius: 50px;
    opacity: 1;
}
.sliderslick__custom .slick-next.slick-disabled:after,
.sliderslick__custom .slick-prev.slick-disabled:after,
.sliderslick__custom .slick-next.slick-disabled:hover:after,
.sliderslick__custom .slick-prev.slick-disabled:hover:after{
    opacity: 0.25;
    animation: none;
    border-radius: 15px;
    cursor: default;
}
.sliderslick__custom .slick-next:before{
    content: '\f060';
}
.sliderslick__custom .slick-prev:before{
    content: '\f061';
}
.sliderslick__boxworks{
    margin: 0 -25px;
    margin-bottom: 75px;
    padding-right: 0;
    padding-left: 0;
}
.sliderslick__boxworks .slick-slide{
    margin: 0 25px;
}
.sliderslick__boxworks .slick-prev,
.sliderslick__boxworks .slick-next{
    top: auto;
    bottom: -75px;
}
.sliderslick__boxworks .slick-prev {
    right: 50%;
    transform: translateX(50px);
}
.sliderslick__boxworks .slick-next {
    right: 50%;
    transform: translateX(-10px);
    left: auto;
}
.sliderslick__boxworks .slick-slide .boxproducts{
    opacity: 0.095;
    transform: scale(0.90);
    transition: .5s ease;
	pointer-events: none;
}
.sliderslick__boxworks .slick-center .boxproducts{
    opacity: 1;
    transform: scale(1);
	pointer-events: auto;
}
.sliderslick__boxworks .slick-slide:not(.slick-center){
    cursor: grab;
}
/*--------- Responsive ----- */
@media (max-width: 992px) {
	header{min-height: 120px;}
	.headerbg .navbar-brand img{height: 90px;}
	.svgblock2{margin-top: -20px;}
	.svgblock3{margin-bottom: -30px;margin-top: -1px;}
	.sectionwithsvg__2{padding: calc(40px + 30px) 0 40px;}
}
@media (max-width: 768px) {
	.boxwhy__box_icon{padding: 20px;}
	.bg-custom-mobile-1{background-position: left -50px bottom -50px;background-attachment: inherit;background-size: 40%;}
	.boxworks__content{height: auto;}
	.sliderindex.sliderindex__fullheight, .sliderindex__fullheight .sliderindex__slide{min-height: 350px;}
	.sliderindex__fullheight .sliderindex__slide{padding-bottom: 60px;padding-right: 40px;padding-left: 40px;}
	.sliderindex__slide__icon{left: 15px;bottom: 15px;}
	.sliderindex .slick-next:before, .sliderindex .slick-prev:before{width: 30px;font-size: 20px;}
	.sliderindex .slick-next:before{border-radius: 0 10px 10px 0;}
	.sliderindex .slick-prev:before{border-radius: 10px 0 0 10px;}
	.svgblock3{margin-bottom: -20px;}
	.slidertitle{min-height: 150px;}
	.grid__masonry .grid__masonry--item{width: 50%;}
	.grid__masonry .grid__masonry--item img{width: 50%;}
}
@media (max-width: 500px) {
}
@media (max-width: 375px) {
	.svgblock2{margin-top: -15px;}
	.svgblock3{margin-bottom: -15px;}
	.sectionwithsvg{padding: 40px 0 calc(40px + 20px);}
	.footerbg .sharesocial li a{width: 40px;height: 40px;line-height: 40px;font-size: 22px;}
}
@media (min-width: 1190px) {
	.container{max-width: 1130px;}
}
@media (min-width: 1340px) {
	.container{max-width: 1280px;}
}
@media (min-width: 1440px) {
	.container{max-width: 1240px;}
}

/* ===== Professional Services & Testimonials Sections ===== */
.section-pad{
	padding: 86px 0;
	position: relative;
	overflow: hidden;
}

.section-kicker{
	display: inline-flex;
	align-items: center;
	gap: 10px;
	margin-bottom: 12px;
	color: #00a89d;
	font-size: 13px;
	font-weight: 800;
	letter-spacing: 0;
}

.section-kicker:before{
	content: "";
	width: 34px;
	height: 2px;
	border-radius: 999px;
	background: linear-gradient(90deg, #00a89d, #f28a20);
}

.smart-services-section{
	background:
		radial-gradient(circle at 8% 12%, rgba(0,168,157,.09), transparent 30%),
		radial-gradient(circle at 88% 88%, rgba(242,138,32,.08), transparent 28%),
		#fff;
}

.services-mini-panel{
	display: flex;
	align-items: center;
	gap: 14px;
	padding: 18px;
	border: 1px solid rgba(10,20,32,.10);
	border-radius: 22px;
	background: rgba(255,255,255,.76);
	box-shadow: 0 22px 60px rgba(10,20,32,.08);
	backdrop-filter: blur(14px);
}

.services-mini-panel i{
	width: 54px;
	height: 54px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	border-radius: 18px;
	color: #fff;
	background: linear-gradient(135deg, #00a89d, #1769c2);
	box-shadow: 0 16px 32px rgba(0,168,157,.22);
	font-size: 22px;
}

.services-mini-panel strong,
.services-mini-panel span{
	display: block;
}

.services-mini-panel strong{
	color: #0a1420;
	font-size: 17px;
	font-weight: 900;
}

.services-mini-panel span{
	margin-top: 4px;
	color: #657387;
	font-size: 13px;
	line-height: 1.7;
}

.smart-service-card{
	position: relative;
	height: 100%;
	min-height: 292px;
	padding: 26px 22px 24px;
	border: 1px solid rgba(10,20,32,.10);
	border-radius: 26px;
	background: rgba(255,255,255,.86);
	box-shadow: 0 22px 55px rgba(10,20,32,.07);
	transition: transform .25s ease, box-shadow .25s ease, border-color .25s ease;
	overflow: hidden;
}

.smart-service-card:before{
	content: "";
	position: absolute;
	inset-inline-start: -70px;
	top: -70px;
	width: 150px;
	height: 150px;
	border-radius: 50%;
	background: rgba(0,168,157,.08);
	transition: transform .25s ease, background .25s ease;
}

.smart-service-card:hover{
	transform: translateY(-8px);
	border-color: rgba(0,168,157,.32);
	box-shadow: 0 32px 80px rgba(10,20,32,.12);
}

.smart-service-card:hover:before{
	transform: scale(1.28);
	background: rgba(242,138,32,.12);
}

.service-icon{
	position: relative;
	width: 58px;
	height: 58px;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-bottom: 22px;
	border-radius: 20px;
	color: #00a89d;
	background: rgba(0,168,157,.10);
	font-size: 23px;
}

.service-num{
	position: absolute;
	top: 24px;
	inset-inline-end: 22px;
	color: rgba(10,20,32,.08);
	font-family: Inter, sans-serif;
	font-size: 42px;
	font-weight: 900;
	line-height: 1;
}

.smart-service-card h3{
	position: relative;
	margin: 0 0 12px;
	color: #0a1420;
	font-size: 21px;
	font-weight: 900;
	line-height: 1.35;
}

.smart-service-card p{
	position: relative;
	margin: 0;
	color: #657387;
	font-size: 15px;
	line-height: 1.9;
}

.smart-testimonials-section{
	background:
		linear-gradient(180deg, #f6f8fb 0%, #fff 100%);
}

.testimonial-card{
	position: relative;
	height: 100%;
	min-height: 285px;
	padding: 28px;
	border: 1px solid rgba(10,20,32,.10);
	border-radius: 28px;
	background: #fff;
	box-shadow: 0 20px 55px rgba(10,20,32,.07);
	transition: transform .25s ease, box-shadow .25s ease, border-color .25s ease;
}

.testimonial-card:before{
	content: "“";
	position: absolute;
	top: 8px;
	inset-inline-end: 24px;
	color: rgba(0,168,157,.10);
	font-size: 96px;
	font-weight: 900;
	line-height: 1;
}

.testimonial-card:hover{
	transform: translateY(-8px);
	border-color: rgba(242,138,32,.26);
	box-shadow: 0 32px 80px rgba(10,20,32,.12);
}

.testimonial-card.featured{
	color: #fff;
	border-color: transparent;
	background: linear-gradient(135deg, #0a1420, #0b615d);
}

.testimonial-stars{
	display: flex;
	gap: 4px;
	margin-bottom: 18px;
	color: #f28a20;
	font-size: 14px;
}

.testimonial-card p{
	position: relative;
	margin: 0 0 24px;
	color: #657387;
	font-size: 16px;
	line-height: 2;
}

.testimonial-card.featured p{
	color: rgba(255,255,255,.84);
}

.testimonial-author{
	display: flex;
	align-items: center;
	gap: 12px;
}

.testimonial-author > span{
	width: 46px;
	height: 46px;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 50%;
	color: #fff;
	background: linear-gradient(135deg, #00a89d, #1769c2);
	font-weight: 900;
}

.testimonial-author strong,
.testimonial-author small{
	display: block;
}

.testimonial-author strong{
	color: #0a1420;
	font-size: 15px;
	font-weight: 900;
}

.testimonial-author small{
	margin-top: 3px;
	color: #657387;
	font-size: 12px;
}

.testimonial-card.featured .testimonial-author strong{
	color: #fff;
}

.testimonial-card.featured .testimonial-author small{
	color: rgba(255,255,255,.62);
}

.testimonials-summary{
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 1px;
	margin-top: 12px;
	overflow: hidden;
	border: 1px solid rgba(10,20,32,.10);
	border-radius: 24px;
	background: rgba(10,20,32,.10);
	box-shadow: 0 22px 55px rgba(10,20,32,.06);
}

.testimonials-summary div{
	min-height: 104px;
	display: grid;
	place-items: center;
	align-content: center;
	padding: 18px;
	background: rgba(255,255,255,.86);
	text-align: center;
}

.testimonials-summary strong{
	color: #0a1420;
	font-size: 22px;
	font-weight: 900;
	line-height: 1.3;
}

.testimonials-summary span{
	margin-top: 6px;
	color: #657387;
	font-size: 14px;
	font-weight: 700;
}

@media (max-width: 991px){
	.section-pad{
		padding: 62px 0;
	}
	.testimonials-summary{
		grid-template-columns: 1fr;
	}
	.smart-service-card,
	.testimonial-card{
		min-height: auto;
	}
}

@media (max-width: 575px){
	.services-mini-panel{
		align-items: flex-start;
	}
	.smart-service-card,
	.testimonial-card{
		border-radius: 22px;
		padding: 22px;
	}
}


/* ===== Akuvox-style Professional Mega Menu - Smart Homes Adapted ===== */
.smart-main-nav{
	position: static;
}

.styledropdown .navbar-collapse{
	position: static;
}

.smart-main-nav > .nav-item{
	position: static;
}

.smart-main-nav .nav-link{
	position: relative;
	display: inline-flex !important;
	align-items: center;
	gap: 6px;
	min-height: 58px;
	font-weight: 800;
	transition: color .22s ease, transform .22s ease, text-shadow .22s ease;
}

.smart-main-nav .nav-link:hover,
.smart-main-nav .nav-link:focus,
.smart-nav-dropdown:hover > .nav-link,
.smart-nav-dropdown:focus-within > .nav-link{
	transform: translateY(-2px);
	color: #ff9d02 !important;
	text-shadow: 0 10px 24px rgba(255,157,2,.28);
}

.nav-caret{
	font-size: 12px;
	transition: transform .22s ease;
}

.smart-nav-dropdown:hover .nav-caret,
.smart-nav-dropdown:focus-within .nav-caret{
	transform: rotate(180deg);
}

.smart-nav-dropdown .nav-link:after{
	content: "";
	position: absolute;
	inset-inline-start: 18px;
	inset-inline-end: 18px;
	bottom: 6px;
	height: 2px;
	border-radius: 999px;
	background: linear-gradient(90deg, #00a89d, #f28a20);
	transform: scaleX(0);
	transform-origin: center;
	transition: transform .2s ease;
}

.smart-nav-dropdown:hover .nav-link:after,
.smart-nav-dropdown:focus-within .nav-link:after{
	transform: scaleX(1);
}

.smart-mega-menu{
	position: absolute;
	top: calc(100% + 12px);
	left: 50%;
	right: auto;
	width: min(1120px, calc(100vw - 48px));
	display: grid;
	grid-template-columns: 310px 1fr;
	gap: 18px;
	padding: 18px;
	border: 1px solid rgba(255,255,255,.16);
	border-radius: 26px;
	background: rgba(255,255,255,.96);
	box-shadow: 0 35px 90px rgba(6,14,24,.22);
	backdrop-filter: blur(22px);
	opacity: 0;
	visibility: hidden;
	pointer-events: none;
	transform: translateX(-50%) translateY(14px);
	transition: opacity .22s ease, transform .22s ease, visibility .22s ease;
	z-index: 999;
	text-align: right;
}

.smart-mega-menu:before{
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	top: -20px;
	height: 20px;
}

.smart-nav-dropdown:hover .smart-mega-menu,
.smart-nav-dropdown:focus-within .smart-mega-menu{
	opacity: 1;
	visibility: visible;
	pointer-events: auto;
	transform: translateX(-50%) translateY(0);
}

.mega-side-card{
	min-height: 100%;
	padding: 26px 24px;
	border-radius: 22px;
	color: #fff;
	background:
		radial-gradient(circle at 18% 18%, rgba(255,255,255,.18), transparent 26%),
		linear-gradient(135deg, #0a1420, #0b615d);
	overflow: hidden;
}

.mega-side-card.orange{
	background:
		radial-gradient(circle at 20% 20%, rgba(255,255,255,.18), transparent 28%),
		linear-gradient(135deg, #0a1420, #b66a18);
}

.mega-side-card.dark{
	background:
		radial-gradient(circle at 20% 20%, rgba(0,168,157,.28), transparent 28%),
		linear-gradient(135deg, #07101b, #172331);
}

.mega-side-card span{
	display: inline-flex;
	margin-bottom: 14px;
	color: #8dfff1;
	font-family: Inter, "IBM Plex Sans Arabic", sans-serif;
	font-size: 12px;
	font-weight: 900;
	text-transform: uppercase;
}

.mega-side-card h3{
	margin: 0 0 12px;
	color: #fff;
	font-size: 24px;
	font-weight: 900;
	line-height: 1.45;
}

.mega-side-card p{
	margin: 0 0 22px;
	color: rgba(255,255,255,.72);
	font-size: 14px;
	line-height: 1.9;
}

.mega-side-card a{
	position: relative;
	display: inline-flex;
	align-items: center;
	gap: 10px;
	min-height: 42px;
	padding: 0 16px;
	border-radius: 999px;
	color: #fff !important;
	background: rgba(255,255,255,.12);
	border: 1px solid rgba(255,255,255,.16);
	box-shadow: 0 12px 28px rgba(0,0,0,.16);
	font-weight: 800;
	text-decoration: none !important;
	overflow: hidden;
	transition: transform .26s cubic-bezier(.2,.74,.16,1),
		background .26s ease,
		border-color .26s ease,
		box-shadow .26s ease;
}

.mega-side-card a:before{
	content: "";
	position: absolute;
	inset: -1px;
	background: linear-gradient(115deg, transparent 0%, rgba(255,255,255,.42) 44%, rgba(255,255,255,.16) 52%, transparent 64%);
	transform: translateX(120%) skewX(-18deg);
	transition: transform .56s ease;
	pointer-events: none;
}

.mega-side-card a i{
	position: relative;
	z-index: 1;
	transition: transform .24s cubic-bezier(.2,.74,.16,1), filter .24s ease;
}

.mega-side-card a:hover,
.mega-side-card a:focus{
	transform: translateY(-4px) scale(1.03);
	background: linear-gradient(135deg, #11b2f1, #f28a20);
	border-color: rgba(255,255,255,.46);
	box-shadow: 0 18px 42px rgba(242,138,32,.24), 0 12px 28px rgba(0,0,0,.22);
}

.mega-side-card a:hover:before,
.mega-side-card a:focus:before{
	transform: translateX(-120%) skewX(-18deg);
}

.mega-side-card a:hover i,
.mega-side-card a:focus i{
	transform: translateX(-5px);
	filter: drop-shadow(0 6px 12px rgba(0,0,0,.22));
}

.mega-content{
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 12px;
}

.mega-column{
	padding: 14px;
	border-radius: 20px;
	background:
		linear-gradient(135deg, rgba(0,168,157,.06), transparent 38%),
		#f7fafc;
}

.mega-column h4{
	display: flex;
	align-items: center;
	gap: 8px;
	margin: 0 0 12px;
	color: #0a1420;
	font-size: 16px;
	font-weight: 900;
	line-height: 1.4;
}

.mega-column h4 i{
	width: 32px;
	height: 32px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	border-radius: 11px;
	color: #00a89d;
	background: rgba(0,168,157,.10);
	font-size: 14px;
}

.mega-column a,
.mega-link-list a,
.mega-service-grid a{
	position: relative;
	display: grid;
	gap: 5px;
	padding: 13px 14px;
	border: 1px solid transparent;
	border-radius: 16px;
	color: #223247 !important;
	background: #fff;
	text-decoration: none !important;
	overflow: hidden;
	isolation: isolate;
	transition: transform .24s cubic-bezier(.2,.74,.16,1),
		box-shadow .24s ease,
		border-color .24s ease,
		background .24s ease;
}

.mega-column a:before,
.mega-link-list a:before,
.mega-service-grid a:before{
	content: "";
	position: absolute;
	inset: 0;
	z-index: -1;
	background:
		linear-gradient(135deg, rgba(17,178,241,.14), transparent 44%),
		linear-gradient(315deg, rgba(255,157,2,.16), transparent 48%);
	opacity: 0;
	transform: scale(.96);
	transition: opacity .24s ease, transform .24s ease;
	pointer-events: none;
}

.mega-column a:after,
.mega-link-list a:after,
.mega-service-grid a:after{
	content: "";
	position: absolute;
	inset-inline-start: 14px;
	inset-inline-end: 14px;
	bottom: 0;
	height: 3px;
	border-radius: 999px 999px 0 0;
	background: linear-gradient(90deg, #11b2f1, #ff9d02);
	transform: scaleX(0);
	transform-origin: center;
	transition: transform .24s ease;
	pointer-events: none;
}

.mega-column a + a{
	margin-top: 9px;
}

.mega-column a:hover,
.mega-link-list a:hover,
.mega-service-grid a:hover{
	transform: translateY(-7px);
	border-color: rgba(17,178,241,.34);
	background: #fff;
	box-shadow: 0 22px 44px rgba(10,20,32,.14), 0 0 0 5px rgba(17,178,241,.08);
}

.mega-column a:hover:before,
.mega-link-list a:hover:before,
.mega-service-grid a:hover:before,
.mega-column a:focus:before,
.mega-link-list a:focus:before,
.mega-service-grid a:focus:before{
	opacity: 1;
	transform: scale(1);
}

.mega-column a:hover:after,
.mega-link-list a:hover:after,
.mega-service-grid a:hover:after,
.mega-column a:focus:after,
.mega-link-list a:focus:after,
.mega-service-grid a:focus:after{
	transform: scaleX(1);
}

.mega-column strong,
.mega-link-list strong,
.mega-service-grid strong{
	color: #0a1420;
	font-size: 14px;
	font-weight: 900;
	line-height: 1.4;
	transition: color .22s ease;
}

.mega-column span,
.mega-link-list span,
.mega-service-grid span{
	color: #657387;
	font-size: 12.5px;
	font-weight: 700;
	line-height: 1.7;
	transition: color .22s ease;
}

.mega-column a:hover strong,
.mega-link-list a:hover strong,
.mega-service-grid a:hover strong,
.mega-column a:focus strong,
.mega-link-list a:focus strong,
.mega-service-grid a:focus strong{
	color: #0f9bd2;
}

.mega-column a:hover span,
.mega-link-list a:hover span,
.mega-service-grid a:hover span,
.mega-column a:focus span,
.mega-link-list a:focus span,
.mega-service-grid a:focus span{
	color: #334155;
}

.services-mega{
	width: min(940px, calc(100vw - 48px));
	grid-template-columns: 300px 1fr;
}

.mega-service-grid{
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 12px;
}

.mega-service-grid a{
	min-height: 132px;
	align-content: center;
}

.mega-service-grid i{
	width: 42px;
	height: 42px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	margin-bottom: 4px;
	border-radius: 15px;
	color: #fff;
	background: linear-gradient(135deg, #00a89d, #1769c2);
	box-shadow: 0 12px 24px rgba(0,168,157,.18);
	transition: transform .24s cubic-bezier(.2,.74,.16,1), box-shadow .24s ease, background .24s ease;
}

.mega-service-grid a:hover i,
.mega-service-grid a:focus i{
	transform: translateY(-3px) rotate(-5deg) scale(1.08);
	background: linear-gradient(135deg, #11b2f1, #ff9d02);
	box-shadow: 0 16px 30px rgba(17,178,241,.24);
}

.about-mega{
	width: min(820px, calc(100vw - 48px));
	grid-template-columns: 300px 1fr;
}

.mega-link-list{
	display: grid;
	grid-template-columns: 1fr;
	gap: 12px;
}

.mega-link-list a{
	min-height: 96px;
	align-content: center;
	background:
		linear-gradient(135deg, rgba(242,138,32,.07), transparent 38%),
		#fff;
}

@media (max-width: 1199px){
	.smart-mega-menu{
		width: min(980px, calc(100vw - 32px));
	}
}

@media (max-width: 991px){
	.smart-main-nav .nav-link{
		min-height: auto;
	}
	.smart-mega-menu{
		display: none !important;
	}
	.nav-caret{
		display: none;
	}
}

@media (min-width: 992px){
	header .container{
		position: relative;
	}
}
