/*reset*/
html, body, div, section, article, aside, header, hgroup, footer, nav, h1, h2, h3, h4, h5, h6, p,a, blockquote, address, time, span, em, strong, img, ol, ul, li, figure, canvas, video, th, td, tr,iframe {
	margin: 0;
	padding: 0;
	border: 0;
	vertical-align:baseline;
	font: inherit;
	text-decoration:none;
	list-style:none;
	
}

a,a:active,a:hover {outline: none;}
img{max-width:100%;}

iframe {
    border: 0 none;
    width: 100%;
}


a, .contactForm input[type="text"]:focus, .contactForm input[type="email"]:focus, .contactForm textarea:focus, input#formSubmit, .errorForm, #subscribe input[type="email"]:focus, .errorSubs, .servSingle, #toTop i , #notForm input[type="email"]:focus, .contactForm input#submit, #loginForm input,
#loginForm input[type="text"]:focus, #loginForm input[type="password"]:focus{
	-webkit-transition: all 0.5s ease 0s;
	-moz-transition: all 0.5s ease 0s;
	-ms-transition: all 0.5s ease 0s;
	-o-transition: all 0.5s ease 0s;
	transition: all 0.5s ease 0s;
}



/*html5 display rule*/
address, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, nav, menu, nav, section, summary {
	display: block;
}


body{
	padding:0;
	margin:0;
	font-family: 'Heebo', 'Open Sans', 'Rubik', sans-serif;
	color:#666666;
	direction: rtl;
	text-align: right;
	font-size: 16px;
	line-height: 1.6;
	
}


/*Preloader*/
#loader {
    background: #fafafa;
    bottom: 0;
    height: 100%;
    left: 0;
    position: fixed;
    right: 0;
    top: 0;
    width: 100%;
    z-index: 9999;
}


#loaderInner {
    background:#ffffff url(../images/spinner.gif) center center no-repeat;
    height: 60px;
    left: 50%;
    margin: -50px 0 0 -50px;
    position: absolute;
    top: 50%;
    width: 60px;
	box-shadow:0 0 8px rgba(0, 0, 0, 0.1);
	-webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.1);
	-moz-box-shadow: 0 0 8px rgba(0, 0, 0, 0.1);
	-ms-box-shadow: 0 0 8px rgba(0, 0, 0, 0.1);
	-o-box-shadow: 0 0 8px rgba(0, 0, 0, 0.1);
	border-radius: 100px;
	-webkit-border-radius: 100px;
	-moz-border-radius: 100px;
	-ms-border-radius: 100px;
	-o-border-radius: 100px;
}


/*Wrapper*/
#wrapper{
	position:relative;
	width:100%;
}

/*End wrapper*/

.holder960{
	width:960px;
	padding-left:15px;
	padding-right:15px;
	margin:0 auto;
	position:relative;
}

/*Header*/

header{
	padding-top:15px;
	padding-bottom:15px;
	background: linear-gradient(135deg, #ffffff 0%, #f8fbff 100%);
	backdrop-filter: blur(10px);
	-webkit-backdrop-filter: blur(10px);
	position:fixed;
	width:100%;
	top:0;
	left:0;
	z-index:1000;
	border-bottom: 4px solid transparent;
	border-image: linear-gradient(90deg, #1FB4DA 0%, #20c997 50%, #1FB4DA 100%) 1;
	box-shadow: 0 4px 25px rgba(31, 180, 218, 0.12), 0 2px 10px rgba(0,0,0,0.08);
	transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
	color:#333333;
}

header:hover {
	box-shadow: 0 6px 35px rgba(31, 180, 218, 0.18), 0 3px 15px rgba(0,0,0,0.12);
	transform: translateY(-1px);
}


.logo{
	float:right;
	position:relative;
	margin-right: 50px;
	display: flex;
	align-items: center;
	transition: transform 0.3s ease;
}

.logo:hover {
	transform: scale(1.05);
}

.location-service-nav {
	display: flex;
	align-items: center;
	gap: 5px;
	margin-top: 10px;
	margin-left: 20px;
	font-size: 11px;
	color: #666666;
	font-family: 'Heebo', sans-serif;
	clear: both;
	text-align: left;
}

.location-service-nav i {
	color: #1FB4DA;
	font-size: 12px;
}

.logo a {
	display: flex;
	align-items: center;
	text-decoration: none;
	transition: all 0.3s ease;
}

.logo a:hover {
	transform: scale(1.05);
}

.logo-img {
	height: 55px;
	width: auto;
	margin-left: 15px;
	vertical-align: middle;
	transition: all 0.3s ease;
}


.logo h1 {
    display: inline-block;
    font-family: 'Heebo', 'Rubik', sans-serif;
    font-size: 24px;
    padding-bottom: 2px;
 	padding-top: 2px;
    text-transform: uppercase;
	color:#1FB4DA;
	position:relative;
	margin-right:10px;
	direction: rtl;
	font-weight: 700;
}

.logo h1 span {
    font-family: 'robotoblack';
	color:#2d2d2d;
}

.logo i {
    
	color:#2d2d2d;
}

nav#mainNav{
	float:left;
	margin-top:-15px;
	margin-left:20px;
	background: rgba(255,255,255,0.1);
	border-radius: 15px;
	padding: 5px 10px;
	backdrop-filter: blur(5px);
}

nav#mainNav li {
	display: inline-block;
	float: right;
	font-size: 12px;
	font-family: 'robotomedium';
	text-transform:uppercase;
}


nav#mainNav li a{
    color: #2d2d2d;
    display: block;
    padding: 20px 18px;
    position: relative;
    border-radius: 8px;
    transition: all 0.3s ease;
    font-weight: 500;
    background: rgba(255,255,255,0.7);
    margin: 0 3px;
}

nav#mainNav li a:hover{
	color: #1FB4DA;
	background: rgba(31, 180, 218, 0.1);
	transform: translateY(-2px);
	box-shadow: 0 4px 15px rgba(31, 180, 218, 0.3);
}


nav#mainNav li a.buy, .notBtn a, .moreBtn a, a.shortContact{
	color:#ffffff;
	background: #1FB4DA;
	padding: 12px 20px 12px 30px;
	border-radius:3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-ms-border-radius: 3px;
	-o-border-radius: 3px;
	margin-top:12px;
	box-shadow: -4px -4px 0px rgba(0, 0, 0, 0.1) inset;
	-webkit-box-shadow: -4px -4px 0px rgba(0, 0, 0, 0.1) inset;
	-moz-box-shadow: -4px -4px 0px rgba(0, 0, 0, 0.1) inset;
	-ms-box-shadow: -4px -4px 0px rgba(0, 0, 0, 0.1) inset;
	-o-box-shadow: -4px -4px 0px rgba(0, 0, 0, 0.1) inset;
	position:relative;
	/*transition:none;*/
	
}

nav#mainNav li a.buy i, .notBtn a i, .moreBtn a i, a.shortContact i {
    font-size: 10px;
    left: 8px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}


nav#mainNav li a.buy:hover, .notBtn a:hover, .moreBtn a:hover,a.shortContact:hover{
	box-shadow: 4px 4px 0px rgba(0, 0, 0, 0.1) inset;
	-webkit-box-shadow: 4px 4px 0px rgba(0, 0, 0, 0.1) inset;
	-moz-box-shadow: 4px 4px 0px rgba(0, 0, 0, 0.1) inset;
	-ms-box-shadow: 4px 4px 0px rgba(0, 0, 0, 0.1) inset;
	-o-box-shadow: 4px 4px 0px rgba(0, 0, 0, 0.1) inset;
}


nav#mainNav li a.buy i{
    font-size: 10px;
    left: 8px;
    position: absolute;
    top: 13px;
}


.active{
	color: #1FB4DA !important;
}


.mobileBtn {
	background:#ffffff;
	padding:5px;
	text-align:center;
	border-radius:3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-ms-border-radius: 3px;
	-o-border-radius: 3px;
	z-index:1000;
	display:none;
	box-shadow:0 0 2px rgba(0,0,0,.2);
	-webkit-box-shadow: 0 0 2px rgba(0,0,0,.2);
	-moz-box-shadow: 0 0 2px rgba(0,0,0,.2);
	-ms-box-shadow: 0 0 2px rgba(0,0,0,.2);
	-o-box-shadow: 0 0 2px rgba(0,0,0,.2);
}


.mobileBtn i{
	font-size:16px;
	color:#1FB4DA;
}

/*End header*/



/*Teaser*/

#teaser{
	padding-bottom:65px;
	padding-top:100px;
	color:#ffffff;
	background: url(../images/backgroundhaim.jpg) center/cover #2d2d2d;
	background-size: cover;
	height:680px;
	text-align:center;
	position: relative;
	overflow: hidden;
}

#hero-video {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	z-index: 1;
}

/* Mobile video adjustments */
@media (max-width: 768px) {
	#hero-video {
		object-fit: cover;
		object-position: center;
		/* Disable video on very small screens to save bandwidth */
		display: block;
	}
	
	#teaser {
		height: 600px;
		/* Fallback background for mobile */
		background: url(../images/backgroundhaim.jpg) center/cover !important;
	}
	
	#teaser .overlay {
		height: 600px;
		background: rgba(34, 34, 34, 0.7);
	}
}

/* Hide video on very small screens */
@media (max-width: 480px) {
	#hero-video {
		display: none;
	}
}

#teaser .overlay {
	height:680px;
	padding-bottom:65px;
	position: relative;
	z-index: 2;
	background: rgba(0, 0, 0, 0.4);
}


.teaserTitle {
    margin-top: -200px;
	opacity:0;
	position: relative;
	z-index: 3;
}

.teaserTitle h1{
	font-family: 'Heebo', 'Rubik', sans-serif;
	font-size:36px;
	text-transform:uppercase;
	position:relative;
	padding-bottom:25px;
	font-weight: 300;
	text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.7);
}

.teaserTitle h1 span{
	font-family: 'Heebo', 'Rubik', sans-serif;
	font-weight: 800;
	
}


.teaserTitle h1:before {
	border-bottom: 5px solid #FFFFFF;
    content: "";
    display: block;
    right: 50%;
    position: absolute;
    top: 52px;
    width: 200px;
    transform: translateX(50%);
    z-index: 0;
}



.teaserTitle h2{
	font-family: 'Heebo', 'Open Sans', sans-serif;
	font-size:24px;
	text-transform:uppercase;
	letter-spacing:1px;
	font-weight: 400;
	text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.6);
	
}



.down {
	position: relative;
	z-index: 4;
}

.down a{
	border: 4px solid #ffffff;
    border-radius: 100px;
	-webkit-border-radius: 100px;
	-moz-border-radius: 100px;
	-ms-border-radius: 100px;
	-o-border-radius: 100px;
    color: #ffffff;
    display: inline-block;
    font-size: 16px;
    height: 25px;
    line-height: 30px;
    padding: 10px;
    position: relative;
    width: 25px;
	margin-top:-40px;
	opacity:0;
	
}

.down a:hover{
	background: #ffffff;
	color: #1FB4DA;
}

.down i{
	line-height:25px;
	margin-left:-1px;
	
}

.column{
	float:left;	
}


/*End teaser*/


.section{
	padding-bottom:90px;
}


.secArrow{
	position:relative;
}

.arrowHolder{

    font-size: 40px;
    height: 101px;
    left: 50%;
    margin-left: -60px;
    position: absolute;
    text-align: center;
    top: -32px;
    width: 12%;

}

.secArrow i {
    color: #2D2D2D;
    display: block;
    font-size: 35px;
    left: 50%;
    margin-left: -26px;
    position: absolute;
    top: -5px;
}




/*About section*/

#about{
	position:relative;
	background:#ffffff;
}

#about.section{
	padding-bottom:60px;
}

.aboutIntro {
    margin: 80px auto 0;
    text-align: center;
    width: 730px;
}

.aboutIntro h1{
	text-transform:uppercase;
	color:#2d2d2d;
	font-family: 'Heebo', 'Rubik', sans-serif;
	font-size:28px;
	position:relative;
	line-height:38px;
	margin-bottom:20px;
	font-weight: 600;
}


.aboutIntro h1 span.orange{
	color:#1FB4DA;
	font-family: 'robotobold';

}

.aboutIntro h1 span.black{
	color:#2d2d2d;
	font-family: 'robotobold';

}

.aboutIntro p{
	position:relative;
	font-family: 'Heebo', 'Open Sans', sans-serif;
	font-size:16px;
	margin-top:12px;
	line-height:26px;
	color:#666666;
	font-weight: 400;
}



.divider {
    margin: 50px auto 0;
    position: relative;
	text-align:center;
	width:700px;
}
.divider span i {
    background:#FFFFFF;
    color: #efefef;
    font-size: 25px;
    font-weight: 700;
    padding-left: 10px;
    padding-right: 10px;
    position: relative;
    z-index: 1;

}
.divider span:before {
    border-bottom: 1px dashed #EFEFEF;
    content: "";
    display: block;
    left: 0;
    position: absolute;
    top: 14px;
    width: 100%;
    z-index: 0;
}

.divider h1{
	font-size:24px;
	color:#2d2d2d;
	font-family: 'Heebo', 'Rubik', sans-serif;
	text-transform:uppercase;
	margin-top:20px;
	font-weight: 500;
	
}

.divider h1 span{
	font-family: 'Heebo', 'Rubik', sans-serif;
	font-weight: 700;

}



.features {
    margin-left: 50px;
    margin-right: -15px;
}
.featureHolder {
    margin-bottom: 20px;
    margin-top: 50px;
}

.featureHolder:last-child {
    margin-bottom: 0;
}
.featureSingle {
    margin-right: 30px;
    width: 278px;
}
.featureSingle .ico{
    background:#ffffff;
    border: 1px solid #1FB4DA;
    border-radius: 100px;
	-webkit-border-radius: 100px;
	-moz-border-radius: 100px;
	-ms-border-radius: 100px;
	-o-border-radius: 100px;
    color: #1FB4DA;
    font-size: 21px;
    height: 30px;
    line-height: 32px;
    margin-right: 26px;
    margin-top: 10px;
    padding: 10px;
    text-align: center;
    width: 30px;
}



.desc {
    width: 195px;
}


.desc h2 {
    color: #333333;
    font-family: 'Heebo', 'Rubik', sans-serif;
    font-size: 18px;
    margin-bottom: 8px;
    font-weight: 600;
}


.desc p {
    color: #666666;
    font-family: 'Heebo', 'Open Sans', sans-serif;
    font-size: 15px;
    line-height: 24px;
    font-weight: 400;
}


.proddetContent{
	margin-top:80px;
}

.shot{
	width:490px;
	margin-right:30px;
}

.description{
	width:400px;
}


.description h1{
	font-family: 'Heebo', 'Rubik', sans-serif;
	text-transform:uppercase;
	font-size: 24px;
	color:#2d2d2d;
	line-height: 32px;
	font-weight: 500;
}

.detailsList{
	margin-top:20px;
	font-size:16px;
	font-family: 'Heebo', 'Open Sans', sans-serif;
	line-height: 1.6;
	
}


.detailsList li{
	margin-bottom:12px;
	color: #555555;
	font-weight: 400;
	
}


.detailsList li:before {
    color: #0F2B37;
    content: "\e842";
    font-family: "fontello";
    font-size: 15px;
    padding-right: 10px;
}


.notBtn{
	text-align:left;
	margin-top:40px;
	font-family: 'robotomedium';
	text-transform:uppercase;
	font-size: 14px;
}

.notBtn a i {
    font-size: 10px;
    right: 8px;
    position: absolute;
    top: 15px;
}



/*End about section*/




/*Gallery section*/

#gallery{
	position:relative;
	background:#fafafa;
}

.galleryIntro {
    margin: 80px auto 0;
    text-align: center;
    width: 730px;
}


.galleryIntro h1{
	text-transform:uppercase;
	color:#2d2d2d;
	font-family: 'robotoregular';
	font-size:24px;
	position:relative;
	line-height:34px;
	margin-bottom:20px;
}


.galleryIntro h1 span.orange{
	color:#1FB4DA;
	font-family: 'robotobold';

}

.galleryIntro h1 span.black{
	color:#2d2d2d;
	font-family: 'robotobold';

}

.slider{
    width: 600px;
}

.slider ul{
	text-align:center;
}


.slider ul p{
	margin-top:30px;
	font-family: 'robotoregular';
	color:#999999;
	font-size: 14px;
	padding-right:70px;
	padding-left:70px;
}

.slider span{
	font-family: 'robotobold';
	color:#666666;
}


.moreBtn{
	text-align:center;
	margin-top:60px;
	font-family: 'robotomedium';
	text-transform:uppercase;
	font-size: 14px;
}

.moreBtn a i {
    font-size: 13px;
    left: 8px;
    position: absolute;
    top: 13px;
}




#teaser .overlay {
    background: none repeat scroll 0 0 rgba(34, 34, 34, 0.6);
	min-height: 300px;
}



/*Login*/



/*Gallery section*/

#login{
	position:relative;
	background:#ffffff;
}



.loginIntro {
    margin: 80px auto 0;
    text-align: center;
    width: 730px;
}


.loginIntro h1{
	text-transform:uppercase;
	color:#2d2d2d;
	font-family: 'robotoregular';
	font-size:24px;
	position:relative;
	line-height:34px;
	margin-bottom:20px;
}


.loginIntro h1 span.black{
	color:#2d2d2d;
	font-family: 'robotobold';

}


#loginForm input[type="text"], #loginForm input[type="password"] {
    background: none repeat scroll 0 0 #FFFFFF;
    border: 1px solid #EFEFEF;
    border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	-ms-border-radius: 4px;
	-o-border-radius: 4px;
    color: #444444;
    font-family: 'robotobold';
    font-size: 13px;
    margin-bottom: 10px;
    outline-width: 0;
    padding-left: 10px;
}
#loginForm {
    margin-right: 75px;
    margin-top: 40px;
    position: relative;
}
#loginForm label {
    display: inline-block;
    margin-top: 15px;
    padding-left: 10px;
    padding-right: 10px;
    vertical-align: top;
}
#loginForm input[type="text"]:focus, #loginForm input[type="password"]:focus {
    background: none repeat scroll 0 0 #FCFCFC;
}


#loginForm input[type="text"], #loginForm input[type="password"] {
    height: 48px;
    width: 200px;
}


#loginForm input[type="submit"] {
    border: medium none;
    border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-ms-border-radius: 3px;
	-o-border-radius: 3px;
    color: #FFFFFF;
    cursor: pointer;
    display: inline-block;
    font-family: 'robotobold';
    font-size: 14px;
    height: 52px;
    margin-left: 5px;
    position: absolute;
    text-transform: uppercase;
    width: 85px;
	background: #1FB4DA;
	box-shadow: -4px -4px 0px rgba(0, 0, 0, 0.1) inset;
	-webkit-box-shadow: -4px -4px 0px rgba(0, 0, 0, 0.1) inset;
	-moz-box-shadow: -4px -4px 0px rgba(0, 0, 0, 0.1) inset;
	-ms-box-shadow: -4px -4px 0px rgba(0, 0, 0, 0.1) inset;
	-o-box-shadow: -4px -4px 0px rgba(0, 0, 0, 0.1) inset;
	

}


#loginForm input[type="submit"]:hover {
    box-shadow: 4px 4px 0px rgba(0, 0, 0, 0.1) inset;
	-webkit-box-shadow: 4px 4px 0px rgba(0, 0, 0, 0.1) inset;
	-moz-box-shadow: 4px 4px 0px rgba(0, 0, 0, 0.1) inset;
	-ms-box-shadow: 4px 4px 0px rgba(0, 0, 0, 0.1) inset;
	-o-box-shadow: 4px 4px 0px rgba(0, 0, 0, 0.1) inset;
}


/*End login section*/



/*FAQ section*/

#faq {
	
	background:#fafafa;
}

.faqIntro {
    margin: 80px auto 0;
    text-align: center;
    width: 730px;
}

.faqIntro h1{
	text-transform:uppercase;
	color:#2d2d2d;
	font-family: 'robotoregular';
	font-size:24px;
	position:relative;
	line-height:34px;
	margin-bottom:20px;
}


.faqIntro h1 span.black{
	color:#2d2d2d;
	font-family: 'robotobold';

}


.accordion{
	width:600px;
	margin-right:50px;
}

.shortContact{
	width:300px;
	margin-top:12px;
	
}


.shortContact h1 {
	color:#2d2d2d;
	font-family: 'robotobold';
	text-transform:uppercase;
	font-size:16px;
	margin-bottom:10px;

}

.shortContact p{
	margin-bottom:30px;
	font-size:13px;
	font-family: 'robotoregular';
	line-height:22px;
}


a.shortContact{
	text-transform:uppercase;
	font-size:14px;
	font-family: 'robotomedium';
}

a.shortContact i {
    font-size: 13px;
    left: 8px;
    position: absolute;
    top: 13px;
}



/*End faq section*/


/*Pricing*/

#pricing {
	
	background:#ffffff;
}

.pricingIntro {
    margin: 80px auto 0;
    text-align: center;
    width: 730px;
}

.pricingIntro h1{
	text-transform:uppercase;
	color:#2d2d2d;
	font-family: 'robotoregular';
	font-size:24px;
	position:relative;
	line-height:34px;
	margin-bottom:20px;
}


.pricingIntro h1 span.black{
	color:#2d2d2d;
	font-family: 'robotobold';

}




#pricing {
    background: none repeat scroll 0 0 #FFFFFF;
}


.pricingIntro {
    margin: 80px auto 0;
    text-align: center;
    width: 730px;
}


.pricingIntro h1 {
    color: #2D2D2D;
    font-family: 'robotoregular';
    font-size: 24px;
    line-height: 34px;
    margin-bottom: 20px;
    position: relative;
    text-transform: uppercase;
}


.pricingIntro h1 span.black {
    color: #2D2D2D;
    font-family: 'robotobold';
}


#pricingContainer {
    margin-left: 35px;
    margin-right: 20px;
    margin-top: 80px;
	font-family: 'robotoregular';
}

.pricingtbl ul {
    background: none repeat scroll 0 0 #FFFFFF;
    color: #555555;
    float: left;
    margin-right: 18px;
    text-align: center;
    width: 280px;
	border-radius:8px;
	-webkit-border-radius: 8px;
	-moz-border-radius:8px;
	-ms-border-radius: 8px;
	-o-border-radius: 8px;
}


.pricingtbl ul.border li, .pricingtbl ul.border li.signupBtn {
    border-left: 1px solid #EFEFEF;
    border-right: 1px solid #EFEFEF;
}


.pricingtbl ul.border li.signupBtn {
    border-bottom: 1px solid #EFEFEF;
}


.pricingtbl ul.border li span {
   font-family: 'robotobold';
	color:#2d2d2d;
}


.pricingtbl ul.border li:first-child {
    border: medium none;
}


#pricingContainer ul:last-child {
    margin-right: 0;
}


.pricingtbl li.pricing {
    background: none repeat scroll 0 0 #FAFAFA;
    padding: 5px 15px 15px;
}


.pricingtbl ul li {
    padding: 12px;
}


.pricingtbl ul li:first-child {
    background: none repeat scroll 0 0 #2D2D2D;
    border: medium none;
    border-radius: 8px 8px 0 0;
	-webkit-border-radius:  8px 8px 0 0;
	-moz-border-radius:  8px 8px 0 0;
	-ms-border-radius:  8px 8px 0 0;
	-o-border-radius:  8px 8px 0 0;
    color: #EFEFEF;
    font-size: 22px;
    padding: 40px 20px;
    position: relative;
    text-transform: uppercase;
}


#pricingContainer .pricing-big li:first-child {
    font-size: 24px;
    padding: 50px 20px;
}


#pricingContainer .pricing-big li .arrowPricing {
    background: none repeat scroll 0 0 #00B686;
    height: 5px;
    left: 50%;
    position: absolute;
    top: 97px;
    width: 5px;
}


.pricingtbl ul li.signupBtn {
    background: none repeat scroll 0 0 #FFFFFF;
    border: medium none;
    border-radius: 0 0 8px 8px;
	-webkit-border-radius:  0 0 8px 8px;
	-moz-border-radius:  0 0 8px 8px;
	-ms-border-radius:  0 0 8px 8px;
	-o-border-radius:  0 0 8px 8px;
    padding: 30px;
}


.pricingtbl ul li.signupBtn a {
    background: none repeat scroll 0 0 #1FB4DA;
	border-radius: 3px;
	-webkit-border-radius:  3px;
	-moz-border-radius:  3px;
	-ms-border-radius:  3px;
	-o-border-radius:  3px;
	box-shadow: -4px -4px 0 rgba(0, 0, 0, 0.1) inset;
	-webkit-box-shadow: -4px -4px 0px rgba(0, 0, 0, 0.1) inset;
	-moz-box-shadow: -4px -4px 0px rgba(0, 0, 0, 0.1) inset;
	-ms-box-shadow: -4px -4px 0px rgba(0, 0, 0, 0.1) inset;
	-o-box-shadow: -4px -4px 0px rgba(0, 0, 0, 0.1) inset;
	color: #FFFFFF;
	margin-top: 12px;
	padding: 12px 20px 12px 30px;
	position: relative;
}

.pricingtbl ul li.signupBtn i{
	font-size: 10px;
	left: 8px;
	position: absolute;
	top: 16px;
}


.pricingtbl ul li.signupBtn a:hover {
    box-shadow: 4px 4px 0px rgba(0, 0, 0, 0.1) inset;
	-webkit-box-shadow: 4px 4px 0px rgba(0, 0, 0, 0.1) inset;
	-moz-box-shadow: 4px 4px 0px rgba(0, 0, 0, 0.1) inset;
	-ms-box-shadow: 4px 4px 0px rgba(0, 0, 0, 0.1) inset;
	-o-box-shadow: 4px 4px 0px rgba(0, 0, 0, 0.1) inset;
}
.pricingtbl ul small {
    color: #999999;
    font-size: 12px;
    margin-left: 20px;
    margin-top: 2px;
}
span.price {
    color: #2D2D2D;
    font-family: "robotobold";
    font-size: 48px;
}
span.price span.dollar {
    color: #666666;
    font-size: 20px;
    position: relative;
    text-shadow: 0 1px 0 rgba(255, 255, 255, 0.3);
    top: -18px;
}
.pricing-big {
    position: relative;
    top: -12px;
    width: 220px;
    z-index: 20;
}
.pricing-big.style2 {
    box-shadow: 0 0 12px rgba(0, 0, 0, 0.1);
	-webkit-box-shadow: 0 0 12px rgba(0, 0, 0, 0.1);
	-moz-box-shadow: 0 0 12px rgba(0, 0, 0, 0.1);
	-ms-box-shadow: 0 0 12px rgba(0, 0, 0, 0.1);
	-o-box-shadow: 0 0 12px rgba(0, 0, 0, 0.1);

}


/*End pricing*/



/*Anota*/


.clientContainer{
	background: url(../images/sliderImages/parallax2.png);
	background-attachment: fixed;
	background-position: center top;
	background-repeat: repeat-y;
	background-size: cover;
	min-height: 300px;
	background-color:#fafafa;
}


.clientContent {
  	margin: 60px auto;
    text-align: center;
	width:850px;
	color:#ffffff;
}


.clientContent h1{
	text-transform:uppercase;
	font-family: 'robotoregular';
	font-size:24px;
	position:relative;
	line-height:34px;
	margin-bottom:5px;
}


.clientContent h1 span.black{
	font-family: 'robotobold';

}


.clientContent p {
    color: #ffffff;
    font-family: 'robotoregular';
    font-size: 13px;
    line-height: 22px;
    position: relative;
	padding-right:100px;
	padding-left:100px;
}

/* New clients logos styles */
.clients-logos {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	gap: 15px;
	margin-top: 40px;
	padding: 20px 0;
	max-width: 100%;
}

.client-logo-item {
	flex: 0 0 auto;
	width: 100px;
	height: 70px;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 10px;
	background: transparent;
	border-radius: 8px;
	transition: all 0.3s ease;
	filter: grayscale(100%) brightness(1.2);
}

.client-logo-item:hover {
	transform: translateY(-5px);
	filter: grayscale(0%);
	background: transparent;
}

.client-logo-item img {
	max-width: 100%;
	max-height: 100%;
	width: auto;
	height: auto;
	object-fit: contain;
}

/* Old styles for backwards compatibility */
ul.clientList {
    display: block;
    font-size: 70px;
    margin-bottom: 80px;
    margin-top: 30px;
    
}

ul.clientList li{
	display:inline;
	margin-right:20px;
	position: relative;
}

ul.clientList a{
	color:#ffffff;
	display: inline-block;
	
}

/*End anota*/


/*contact section*/

#contact {
	background:#fafafa;
}

/* Contact form centered */
.contact-form-centered {
	width: 100%;
	max-width: 800px;
	margin: 0 auto;
	float: none !important;
}

/* Client illustration - full container styling */
.client-illustration {
	position: relative;
	width: 100%;
	height: 300px;
	margin: 40px 0;
	overflow: hidden;
	border-radius: 20px;
	box-shadow: 0 10px 30px rgba(0,0,0,0.2);
	background: linear-gradient(45deg, #1FB4DA, #20c997);
}

.client-illustration::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: linear-gradient(135deg, rgba(31, 180, 218, 0.1) 0%, rgba(32, 201, 151, 0.1) 100%);
	z-index: 2;
	transition: opacity 0.3s ease;
}

.client-illustration:hover::before {
	opacity: 0.5;
}

.client-illustration img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
	transition: transform 0.5s ease;
	filter: brightness(1.1) contrast(1.1);
}

.client-illustration:hover img {
	transform: scale(1.05);
}

/* Phone button styling */
nav#mainNav li a[href^="tel"] {
	background: linear-gradient(135deg, #28a745 0%, #20c997 100%);
	color: white !important;
	border-radius: 25px;
	padding: 12px 20px;
	margin-top: 8px;
	box-shadow: 0 4px 15px rgba(40, 167, 69, 0.3);
	font-weight: 600;
	transition: all 0.3s ease;
}

nav#mainNav li a[href^="tel"]:hover {
	background: linear-gradient(135deg, #218838 0%, #1ea976 100%);
	transform: translateY(-2px);
	box-shadow: 0 6px 20px rgba(40, 167, 69, 0.4);
}

nav#mainNav li a[href^="tel"] i {
	margin-left: 8px;
	animation: pulse 2s infinite;
}

@keyframes pulse {
	0% { transform: scale(1); }
	50% { transform: scale(1.1); }
	100% { transform: scale(1); }
}

/* Newsletter illustration styling - removed */

/* Equipment Slider Styles */
.slide-content {
	position: relative;
	width: 100%;
	height: 400px;
	overflow: hidden;
	border-radius: 15px;
	box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15);
}

.slide-content img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: transform 0.5s ease;
}

.slide-overlay {
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	background: linear-gradient(to top, rgba(0,0,0,0.8) 0%, rgba(0,0,0,0.4) 50%, transparent 100%);
	color: white;
	padding: 30px 25px 25px;
	transform: translateY(0);
	transition: all 0.3s ease;
}

.slide-overlay h3 {
	font-size: 22px;
	font-weight: 700;
	margin-bottom: 8px;
	font-family: 'Heebo', sans-serif;
}

.slide-overlay p {
	font-size: 16px;
	margin-bottom: 20px;
	opacity: 0.9;
}

.slide-actions {
	display: flex;
	gap: 12px;
	flex-wrap: wrap;
}

.slide-btn {
	padding: 10px 18px;
	border: none;
	border-radius: 25px;
	cursor: pointer;
	font-weight: 600;
	transition: all 0.3s ease;
	text-decoration: none;
	display: flex;
	align-items: center;
	gap: 8px;
	font-size: 14px;
	font-family: 'Heebo', sans-serif;
}

.slide-btn.primary {
	background: linear-gradient(135deg, #1FB4DA, #20c997);
	color: white;
}

.slide-btn.primary:hover {
	background: linear-gradient(135deg, #1a9bc4, #1ca87a);
	transform: translateY(-2px);
	box-shadow: 0 8px 20px rgba(31, 180, 218, 0.4);
}

.slide-btn.secondary {
	background: rgba(255, 255, 255, 0.2);
	color: white;
	border: 2px solid rgba(255, 255, 255, 0.3);
}

.slide-btn.secondary:hover {
	background: rgba(255, 255, 255, 0.3);
	border-color: rgba(255, 255, 255, 0.5);
}

/* Flexslider customization */
.flexslider {
	border: none !important;
	box-shadow: none !important;
	margin: 40px 0 !important;
}

.flexslider .slides > li {
	background: none !important;
}

/* Navigation arrows */
.flex-direction-nav a {
	background: linear-gradient(135deg, #1FB4DA, #20c997) !important;
	color: white !important;
	border-radius: 50% !important;
	width: 50px !important;
	height: 50px !important;
	display: flex !important;
	align-items: center !important;
	justify-content: center !important;
	box-shadow: 0 6px 20px rgba(31, 180, 218, 0.3) !important;
	transition: all 0.3s ease !important;
}

.flex-direction-nav a:hover {
	background: linear-gradient(135deg, #1a9bc4, #1ca87a) !important;
	transform: scale(1.1) !important;
	box-shadow: 0 8px 25px rgba(31, 180, 218, 0.4) !important;
}

.flex-direction-nav .flex-prev {
	left: 20px !important;
}

.flex-direction-nav .flex-next {
	right: 20px !important;
}

/* Control dots */
.flex-control-paging li a {
	background: rgba(31, 180, 218, 0.3) !important;
	border: 2px solid #1FB4DA !important;
	box-shadow: none !important;
	width: 14px !important;
	height: 14px !important;
}

.flex-control-paging li a.flex-active {
	background: #1FB4DA !important;
}

/* Responsive */
@media (max-width: 768px) {
	.slide-content {
		height: 300px;
	}
	
	.slide-overlay {
		padding: 20px 15px 15px;
	}
	
	.slide-overlay h3 {
		font-size: 18px;
	}
	
	.slide-overlay p {
		font-size: 14px;
	}
	
	.slide-actions {
		flex-direction: column;
	}
	
	.slide-btn {
		font-size: 13px;
		padding: 8px 15px;
	}
}

/* Services Comprehensive Section */
.services-comprehensive {
	margin: 50px 0;
}

.services-grid {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
	gap: 30px;
	margin-top: 40px;
}

.service-category {
	background: #ffffff;
	border-radius: 15px;
	padding: 30px 25px;
	box-shadow: 0 8px 25px rgba(0, 0, 0, 0.08);
	border: 1px solid #e2e8f0;
	transition: all 0.3s ease;
	position: relative;
	overflow: hidden;
}

.service-category::before {
	content: '';
	position: absolute;
	top: 0;
	right: 0;
	width: 100%;
	height: 4px;
	background: linear-gradient(90deg, #1FB4DA, #20c997);
}

.service-category:hover {
	transform: translateY(-8px);
	box-shadow: 0 15px 35px rgba(31, 180, 218, 0.15);
	border-color: #1FB4DA;
}

.service-icon {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 70px;
	height: 70px;
	background: linear-gradient(135deg, #1FB4DA, #20c997);
	border-radius: 50%;
	margin-bottom: 20px;
	box-shadow: 0 8px 20px rgba(31, 180, 218, 0.3);
}

.service-icon i {
	font-size: 28px;
	color: white;
}

.service-category h3 {
	font-size: 20px;
	font-weight: 700;
	color: #1a202c;
	margin-bottom: 20px;
	font-family: 'Heebo', sans-serif;
}

.service-items {
	list-style: none;
	padding: 0;
	margin: 0;
}

.service-items li {
	position: relative;
	padding: 8px 0 8px 25px;
	color: #64748b;
	font-size: 15px;
	line-height: 1.6;
	margin-bottom: 8px;
	transition: color 0.3s ease;
}

.service-items li::before {
	content: '✓';
	position: absolute;
	right: 0;
	top: 8px;
	color: #22c55e;
	font-weight: bold;
	font-size: 16px;
}

.service-items li:hover {
	color: #1a202c;
}

/* Responsive Services */
@media (max-width: 768px) {
	.services-grid {
		grid-template-columns: 1fr;
		gap: 20px;
	}
	
	.service-category {
		padding: 25px 20px;
	}
	
	.service-icon {
		width: 60px;
		height: 60px;
	}
	
	.service-icon i {
		font-size: 24px;
	}
	
	.service-category h3 {
		font-size: 18px;
	}
}

.equipment-card-gallery {
	background: var(--card-bg, #ffffff);
	border-radius: 15px;
	overflow: hidden;
	box-shadow: 0 8px 25px rgba(0, 0, 0, 0.1);
	border: 1px solid #e2e8f0;
	transition: all 0.3s cubic-bezier(0.23, 1, 0.32, 1);
	position: relative;
}

.equipment-card-gallery:hover {
	transform: translateY(-8px) scale(1.02);
	box-shadow: 0 20px 40px rgba(31, 180, 218, 0.15), 0 10px 25px rgba(0, 0, 0, 0.1);
	border-color: #1FB4DA;
}

.equipment-image-gallery {
	position: relative;
	height: 220px;
	overflow: hidden;
	background: linear-gradient(135deg, #ffffff, #f1f5f9);
	display: flex;
	align-items: center;
	justify-content: center;
	border-bottom: 1px solid #e2e8f0;
}

.equipment-image-gallery img {
	width: 85%;
	height: 85%;
	object-fit: contain;
	object-position: center;
	transition: transform 0.4s ease;
	filter: drop-shadow(0 4px 8px rgba(0, 0, 0, 0.1));
}

.equipment-card-gallery:hover .equipment-image-gallery img {
	transform: scale(1.05);
}

.equipment-badge-gallery {
	position: absolute;
	top: 15px;
	right: 15px;
	background: linear-gradient(135deg, #1FB4DA, #20c997);
	color: white;
	padding: 8px 15px;
	border-radius: 20px;
	font-size: 14px;
	font-weight: 600;
	box-shadow: 0 4px 12px rgba(31, 180, 218, 0.3);
}

.equipment-content-gallery {
	padding: 25px 20px;
}

.equipment-title-gallery {
	font-size: 18px;
	font-weight: 700;
	color: #1a202c;
	margin-bottom: 8px;
	font-family: 'Heebo', sans-serif;
}

.equipment-model-gallery {
	color: #64748b;
	font-size: 14px;
	margin-bottom: 15px;
	font-weight: 500;
}

.equipment-specs-gallery {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 12px;
	margin-bottom: 20px;
}

.spec-item-gallery {
	display: flex;
	flex-direction: column;
	gap: 4px;
}

.spec-label-gallery {
	font-size: 12px;
	color: #94a3b8;
	font-weight: 500;
}

.spec-value-gallery {
	font-weight: 600;
	color: #1a202c;
	font-size: 14px;
}

.equipment-actions-gallery {
	display: flex;
	gap: 10px;
}

.action-btn-gallery {
	flex: 1;
	padding: 12px 16px;
	border: none;
	border-radius: 8px;
	cursor: pointer;
	font-weight: 600;
	transition: all 0.3s ease;
	text-decoration: none;
	text-align: center;
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 8px;
	font-size: 14px;
	font-family: 'Heebo', sans-serif;
}

.action-btn-gallery.primary {
	background: linear-gradient(135deg, #1FB4DA, #20c997);
	color: white;
}

.action-btn-gallery.primary:hover {
	background: linear-gradient(135deg, #1a9bc4, #1ca87a);
	transform: translateY(-2px);
	box-shadow: 0 8px 20px rgba(31, 180, 218, 0.4);
}

.action-btn-gallery.secondary {
	background: #e2e8f0;
	color: #1a202c;
}

.action-btn-gallery.secondary:hover {
	background: #cbd5e1;
	color: #1FB4DA;
}

/* Responsive Equipment Gallery */
@media (max-width: 768px) {
	.equipment-grid-container {
		grid-template-columns: 1fr;
		gap: 20px;
		padding: 0 10px;
	}
	
	.equipment-image-gallery {
		height: 200px;
	}
	
	.equipment-specs-gallery {
		grid-template-columns: 1fr;
	}
	
	.equipment-actions-gallery {
		flex-direction: column;
	}
}

/* Equipment Modal Styles */
.equipment-modal {
	display: none;
	position: fixed;
	z-index: 2000;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.8);
	backdrop-filter: blur(5px);
	animation: modalFadeIn 0.3s ease-out;
}

.equipment-modal.show {
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 2rem;
}

.modal-content-equipment {
	background: white;
	border-radius: 20px;
	max-width: 900px;
	max-height: 90vh;
	width: 100%;
	overflow-y: auto;
	position: relative;
	box-shadow: 0 25px 50px rgba(0, 0, 0, 0.25);
	animation: modalSlideIn 0.4s ease-out;
}

.modal-header-equipment {
	background: linear-gradient(135deg, #1FB4DA, #20c997);
	color: white;
	padding: 2rem;
	border-radius: 20px 20px 0 0;
	position: relative;
	overflow: hidden;
}

.modal-header-equipment::before {
	content: '';
	position: absolute;
	top: 0;
	right: 0;
	width: 50%;
	height: 100%;
	background: rgba(255, 255, 255, 0.1);
	transform: skewX(-20deg) translateX(10%);
}

.modal-header-content-equipment {
	position: relative;
	z-index: 1;
}

.modal-close-equipment {
	position: absolute;
	top: 1rem;
	left: 1rem;
	background: rgba(255, 255, 255, 0.2);
	border: none;
	color: white;
	font-size: 1.5rem;
	width: 40px;
	height: 40px;
	border-radius: 50%;
	cursor: pointer;
	display: flex;
	align-items: center;
	justify-content: center;
	transition: all 0.3s ease;
	z-index: 2;
}

.modal-close-equipment:hover {
	background: rgba(255, 255, 255, 0.3);
	transform: rotate(90deg);
}

.modal-title-equipment {
	font-size: 2rem;
	font-weight: 700;
	margin-bottom: 0.5rem;
	display: flex;
	align-items: center;
	gap: 1rem;
	font-family: 'Heebo', sans-serif;
}

.modal-subtitle-equipment {
	font-size: 1.1rem;
	opacity: 0.9;
	margin-bottom: 0;
}

.modal-body-equipment {
	padding: 2rem;
}

.equipment-details-modal {
	display: grid;
	gap: 2rem;
}

.detail-section-modal {
	background: #f8fafc;
	padding: 1.5rem;
	border-radius: 12px;
	border: 1px solid #e2e8f0;
}

.detail-section-modal h3 {
	font-size: 1.3rem;
	font-weight: 600;
	color: #1a202c;
	margin-bottom: 1rem;
	display: flex;
	align-items: center;
	gap: 0.5rem;
	font-family: 'Heebo', sans-serif;
}

.detail-section-modal h3 i {
	color: #1FB4DA;
}

.specs-grid-modal {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
	gap: 1rem;
}

.spec-row-modal {
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 0.75rem;
	background: white;
	border-radius: 8px;
	border: 1px solid #e2e8f0;
	transition: all 0.3s ease;
}

.spec-row-modal:hover {
	border-color: #1FB4DA;
	box-shadow: 0 4px 12px rgba(31, 180, 218, 0.1);
}

.spec-row-modal .label-modal {
	font-weight: 500;
	color: #64748b;
	font-size: 0.9rem;
}

.spec-row-modal .value-modal {
	font-weight: 600;
	color: #1a202c;
	font-size: 1rem;
}

.features-list-modal {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
	gap: 1rem;
	list-style: none;
	margin: 0;
	padding: 0;
}

.feature-item-modal {
	display: flex;
	align-items: center;
	gap: 0.75rem;
	padding: 1rem;
	background: white;
	border-radius: 8px;
	border: 1px solid #e2e8f0;
	transition: all 0.3s ease;
}

.feature-item-modal:hover {
	border-color: #22c55e;
	box-shadow: 0 4px 12px rgba(34, 197, 94, 0.1);
}

.feature-item-modal i {
	color: #22c55e;
	font-size: 1.2rem;
}

.feature-item-modal span {
	color: #1a202c;
	font-weight: 500;
}

.modal-actions-equipment {
	display: flex;
	gap: 1rem;
	margin-top: 2rem;
	padding-top: 2rem;
	border-top: 1px solid #e2e8f0;
}

.modal-action-btn-equipment {
	flex: 1;
	padding: 1rem 2rem;
	border: none;
	border-radius: 12px;
	cursor: pointer;
	font-weight: 600;
	transition: all 0.3s ease;
	text-decoration: none;
	text-align: center;
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 0.75rem;
	font-size: 1rem;
	font-family: 'Heebo', sans-serif;
}

.modal-action-btn-equipment.primary {
	background: linear-gradient(135deg, #1FB4DA, #20c997);
	color: white;
}

.modal-action-btn-equipment.primary:hover {
	background: linear-gradient(135deg, #1a9bc4, #1ca87a);
	transform: translateY(-2px);
	box-shadow: 0 10px 25px rgba(31, 180, 218, 0.3);
}

.modal-action-btn-equipment.secondary {
	background: #22c55e;
	color: white;
}

.modal-action-btn-equipment.secondary:hover {
	background: #16a34a;
	transform: translateY(-2px);
	box-shadow: 0 10px 25px rgba(34, 197, 94, 0.3);
}

@keyframes modalFadeIn {
	from { opacity: 0; }
	to { opacity: 1; }
}

@keyframes modalSlideIn {
	from {
		opacity: 0;
		transform: translateY(-50px) scale(0.9);
	}
	to {
		opacity: 1;
		transform: translateY(0) scale(1);
	}
}

/* Mobile Modal Styles */
@media (max-width: 768px) {
	.equipment-modal {
		padding: 1rem;
	}

	.modal-content-equipment {
		max-height: 95vh;
	}

	.modal-header-equipment {
		padding: 1.5rem;
	}

	.modal-title-equipment {
		font-size: 1.5rem;
	}

	.modal-body-equipment {
		padding: 1.5rem;
	}

	.specs-grid-modal {
		grid-template-columns: 1fr;
	}

	.features-list-modal {
		grid-template-columns: 1fr;
	}

	.modal-actions-equipment {
		flex-direction: column;
	}
}

/* Minimalist Premium Footer */
#footer {
	background: linear-gradient(135deg, #0f172a 0%, #1e293b 100%);
	color: #f8fafc;
	padding: 0;
	margin: 0;
	position: relative;
	overflow: hidden;
}

#footer::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	height: 1px;
	background: linear-gradient(90deg, transparent, #1FB4DA, #20c997, transparent);
}

.footer-main {
	padding: 60px 0 30px;
	position: relative;
}

.footer-content-simple {
	display: flex;
	justify-content: space-between;
	align-items: center;
	max-width: 1200px;
	margin: 0 auto;
	padding: 0 40px;
	gap: 60px;
}

/* Company Section - Minimalist */
.footer-company {
	flex: 1;
	text-align: center;
}

.footer-logo {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 15px;
	margin-bottom: 20px;
}

.footer-logo img {
	width: 45px;
	height: 45px;
	filter: brightness(1.2);
}

.footer-logo span {
	font-size: 28px;
	font-weight: 700;
	color: #ffffff;
	font-family: 'Heebo', sans-serif;
	letter-spacing: -0.5px;
}

.footer-company p {
	color: #cbd5e1;
	font-size: 16px;
	line-height: 1.7;
	margin: 0;
	max-width: 400px;
	margin: 0 auto;
	font-weight: 300;
}

/* Contact Section - Elegant */
.footer-contact {
	flex: 1;
	display: flex;
	flex-direction: column;
	gap: 15px;
}

.contact-item {
	display: flex;
	align-items: center;
	gap: 15px;
	padding: 12px 20px;
	background: rgba(255, 255, 255, 0.05);
	border-radius: 12px;
	border: 1px solid rgba(255, 255, 255, 0.1);
	transition: all 0.3s ease;
	backdrop-filter: blur(10px);
}

.contact-item:hover {
	background: rgba(31, 180, 218, 0.1);
	border-color: rgba(31, 180, 218, 0.3);
	transform: translateX(-5px);
}

.contact-item i {
	color: #1FB4DA;
	width: 20px;
	font-size: 16px;
	text-align: center;
}

.contact-item a {
	color: #ffffff;
	text-decoration: none;
	font-size: 15px;
	font-weight: 500;
	transition: color 0.3s ease;
}

.contact-item a:hover {
	color: #1FB4DA;
}

.contact-item span {
	color: #ffffff;
	font-size: 15px;
	font-weight: 500;
}

/* Social Section - Modern */
.footer-social {
	display: flex;
	gap: 15px;
	flex: 0;
	align-items: center;
}

.social-btn {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 50px;
	height: 50px;
	border-radius: 50%;
	color: white;
	text-decoration: none;
	transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
	font-size: 18px;
	position: relative;
	backdrop-filter: blur(10px);
	border: 1px solid rgba(255, 255, 255, 0.1);
}

.social-btn::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	border-radius: 50%;
	background: rgba(255, 255, 255, 0.1);
	opacity: 0;
	transition: opacity 0.3s ease;
}

.social-btn:hover::before {
	opacity: 1;
}

.social-btn.facebook {
	background: linear-gradient(135deg, #4267B2, #365899);
}

.social-btn.instagram {
	background: linear-gradient(45deg, #405de6, #833ab4, #e1306c, #fd1d1d);
}

.social-btn.whatsapp {
	background: linear-gradient(135deg, #25D366, #128c7e);
}

.social-btn.youtube {
	background: linear-gradient(135deg, #FF0000, #cc0000);
}

.social-btn:hover {
	transform: translateY(-8px) scale(1.1);
	box-shadow: 0 15px 30px rgba(0,0,0,0.3);
}

/* Footer Bottom - Ultra Clean */
.footer-bottom {
	background: rgba(0, 0, 0, 0.3);
	padding: 25px 0;
	border-top: 1px solid rgba(255,255,255,0.05);
	backdrop-filter: blur(10px);
}

.footer-bottom-simple {
	display: flex;
	justify-content: space-between;
	align-items: center;
	max-width: 1200px;
	margin: 0 auto;
	padding: 0 40px;
	flex-wrap: wrap;
	gap: 20px;
}

.footer-bottom-simple p {
	margin: 0;
	color: #94a3b8;
	font-size: 14px;
	font-weight: 400;
}

.footer-links {
	display: flex;
	align-items: center;
	gap: 20px;
}

.footer-links a {
	color: #94a3b8;
	text-decoration: none;
	font-size: 14px;
	font-weight: 500;
	transition: color 0.3s ease;
	position: relative;
}

.footer-links a::after {
	content: '';
	position: absolute;
	bottom: -2px;
	left: 0;
	width: 0;
	height: 1px;
	background: #1FB4DA;
	transition: width 0.3s ease;
}

.footer-links a:hover {
	color: #1FB4DA;
}

.footer-links a:hover::after {
	width: 100%;
}

.footer-links span {
	color: #475569;
}

.developer {
	font-size: 13px;
	color: #64748b;
	font-weight: 400;
}

.developer a {
	color: #1FB4DA;
	text-decoration: none;
	font-weight: 600;
	transition: color 0.3s ease;
}

.developer a:hover {
	color: #20c997;
}

/* Responsive Footer */
@media (max-width: 768px) {
	.footer-content-simple {
		flex-direction: column;
		text-align: center;
		gap: 40px;
		padding: 0 20px;
	}
	
	.footer-bottom-simple {
		flex-direction: column;
		text-align: center;
		padding: 0 20px;
		gap: 15px;
	}
	
	.footer-social {
		justify-content: center;
	}
	
	.footer-company p {
		font-size: 15px;
	}
	
	.footer-logo span {
		font-size: 24px;
	}
}


.touchIntro {
    margin: 80px auto 0;
    text-align: center;
    width: 730px;
}


.touchIntro h1{
	text-transform:uppercase;
	color:#2d2d2d;
	font-family: 'robotoregular';
	font-size:24px;
	position:relative;
	line-height:34px;
	margin-bottom:20px;
}

.touchIntro h1 span.black{
	color:#2d2d2d;
	font-family: 'robotobold';

}

.getinTouch{
	margin-top:60px;
}


.contactForm {
    margin-right: 18px;
    padding: 20px;
    position: relative;
    background: rgba(255, 255, 255, 0.95);
    border-radius: 8px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}
#success, #error{
    display: none;
}
#success h2, #error h2 {
    color: #1FB4DA;
    font-size: 11px;
    left: 4px;
    position: absolute;
    top: -28px;
}


#error h2 {
	color:#ce3d3d;
}



.errorForm {
    border: 1px solid #1FB4DA !important;
}


#inputs {
    float: right;
    overflow: hidden;
    width: 48%;
    margin-left: 2%;
}

#textArea {
    float: left;
    width: 48%;
    margin-right: 2%;
}


.contactForm input[type="text"], .contactForm input[type="email"], .contactForm textarea {
    background:#ffffff;
    border: 2px solid #E5E5E5;
    color: #444444;
    margin-bottom: 15px;
    outline-width: 0;
    padding: 12px 15px;
	font-family: 'robotobold';
	font-size: 14px;
	border-radius:8px;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	-ms-border-radius: 8px;
	-o-border-radius: 8px;
	transition: border-color 0.3s ease;
}
.contactForm input[type="text"]:focus, .contactForm input[type="email"]:focus, .contactForm textarea:focus {
    background: none repeat scroll 0 0 #FCFCFC;
}
.contactForm input[type="text"], .contactForm input[type="email"] {
    height: 48px;
    width: 100%;
    box-sizing: border-box;
}
.contactForm textarea {
    color: #444444;
    font-size: 13px;
    height: 150px;
	display:block;
    margin-bottom: 10px;
    width: 100%;
    box-sizing: border-box;
    padding-top: 10px;
}
.contactForm input#submit {
    background:  #1FB4DA;
    border:none;
    color: #FFFFFF;
    cursor: pointer;
    display: block;
    width: 100%;
    margin-top: 20px;
    border-radius: 5px;
    font-size: 16px;
    font-weight: bold;
	height:52px;
    text-transform: uppercase;
	font-family: 'robotobold';
	border-radius:3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-ms-border-radius: 3px;
	-o-border-radius: 3px;
	box-shadow: -4px -4px 0px rgba(0, 0, 0, 0.1) inset;
	-webkit-box-shadow: -4px -4px 0px rgba(0, 0, 0, 0.1) inset;
	-moz-box-shadow: -4px -4px 0px rgba(0, 0, 0, 0.1) inset;
	-ms-box-shadow: -4px -4px 0px rgba(0, 0, 0, 0.1) inset;
	-o-box-shadow: -4px -4px 0px rgba(0, 0, 0, 0.1) inset;
}
.contactForm input#submit:hover {
   box-shadow: 4px 4px 0px rgba(0, 0, 0, 0.1) inset;
	-webkit-box-shadow: 4px 4px 0px rgba(0, 0, 0, 0.1) inset;
	-moz-box-shadow: 4px 4px 0px rgba(0, 0, 0, 0.1) inset;
	-ms-box-shadow: 4px 4px 0px rgba(0, 0, 0, 0.1) inset;
	-o-box-shadow: 4px 4px 0px rgba(0, 0, 0, 0.1) inset;

}


/*End contact section*/



/*Shareon section*/

#shareon {
	background:#2d2d2d;
}


.shareIntro {
    margin: 80px auto 0;
    text-align: center;
    width: 730px;
}


.shareIntro h1{
	text-transform:uppercase;
	color:#ffffff;
	font-family: 'robotoregular';
	font-size:24px;
	position:relative;
	line-height:34px;
	margin-bottom:20px;
}

.shareIntro h1 span.black{
	font-family: 'robotobold';

}

#shareon .secArrow i{
	color:#ffffff;
}

#shareon.section{
	padding-bottom:50px;
}


.socialsShare {
    margin-top: 20px;
}
.socialsShare li {
    display: inline-block;
    margin-right: 30px;
}
.socialsShare a {
    color: #ffffff;
    display: inline-block;
    font-size: 30px;
    height: 15px;
    padding: 8px;
    text-align: center;
    width: 15px;
}


.socialsShare a.socialTwitter:hover{color:#2FC2EF;}
.socialsShare a.socialDribbble:hover{color:#EA4C89;}
.socialsShare a.socialVimeo:hover{color:#44BBFF;}
.socialsShare a.socialPinterest:hover{color:#d5393a;}
.socialsShare a.socialLinkedin:hover{color:#0073B2;}
.socialsShare a.socialGplus:hover{color:#ce482b;}
.socialsShare a.socialTwitter:hover{color:#2FC2EF;}
.socialsShare a.socialFacebook:hover{color:#4C66A4;}
.socialsShare a.socialVimeo:hover{color:#44bbff;}
.socialsShare a.socialFilckr:hover{color:#006ee0;}




.socialsFooter a i {
    display: block;
    margin-left: -4px;
    margin-top: -1px;
}



/*End shareon section*/


/*Footer*/

#footer{
	padding-top:60px;
	padding-bottom:60px;
	background:#ffffff;
	margin-left:60px;
	margin-right:60px;
	color:#666666;
}


#footer p{
	font-family: 'robotoregular';
	font-size:13px;
	text-transform:uppercase;
	float:left;
}


#footer p span{
	color:#2d2d2d;
	font-family: 'robotobold';
}


#footer ul{
	float:right;
	font-size:13px;
	font-family: 'robotoregular';
}

#footer ul li{
	display:inline;
	margin-right:10px;
	
}

#footer li a{
	color:#666666;
	
}

#footer li a:hover{
	color:#999999;
}





/*End footer*/



/* Clear float style*/
.clearfix:before,
.clearfix:after{
	content:"";
	display:table;
}

.clearfix:after{
	clear:both;
}
/*End clear float style */



/*-------------------------------------------------------------------------*/

/* Media queries */


/*iPad lanscape*/
@media screen and (max-device-width: 960px){
	input, textarea{-webkit-appearance: none;-webkit-border-radius:0;}
	.subscribeContainer,.clientContainer {background-attachment: scroll;background-position:top center !important;background-size: cover;}
	.contactForm input#submit { margin-top: 10px;padding: 17px 20px;}
	.contactForm input[type="text"], .contactForm input[type="email"] {height: 45px;}
	#btnSubmit input[type="submit"] {right:134px;top:-38px;}
	

}



/* Tablet Portrait size -> standard 960 */
@media only screen and (min-width: 768px) and (max-width: 959px) {
	
	input, textarea{-webkit-appearance: none;-webkit-border-radius:0;}
	.logo h1{margin-left:30px;}
	nav#mainNav{margin-right:15px;}
	nav#mainNav li a{padding:25px 16px;}
	.holder960, .aboutIntro,.counterHolder,.productDetails,.divider, .faqIntro, .clientContent,.shot, .shareIntro, .loginIntro,.galleryIntro{width:700px;}
	.description{width:500px;}
	.teaserTitle h1:before{left:18%;}
	.featureSingle{width:185px;}
	.desc{width:121px;}
	.featureSingle .ico{margin-right:10px;}
	#btnSubmit input[type="submit"] {right:136px;top:-38px;}
	.arrowHolder{margin-left:-45px;}
	.secArrow i{margin-left:-30px;}
	
	
	
	
	.subscribeContainer, .clientContainer{	background-attachment: scroll;background-position:top center !important;background-size: cover;}
	
	
	.shot.column,.description.column{float:none;}
	.shot{text-align:center;}
	
	
	.accordion{width:440px;}
	.shortContact{width:210px;}
	
	
	#pricingContainer{margin-left:10px;}
	.pricingtbl ul{width:214px;margin-right:14px}
	#pricingContainer .pricing-big li:first-child:after{left:64px;top:100px;}
	
	
	ul.clientList{font-size:55px;}
	
	
	
	#loginForm input[type="submit"]{position: static;width:auto;margin-left: 436px;padding-left:47px;padding-right:47px;}
	#loginForm input[type="text"], #loginForm input[type="password"]{width:450px;}
	
	
	#inputs, #textArea{float:none;width:100%;margin:0;}
	.contactForm input[type="text"], .contactForm input[type="email"]{width:100%}
	.contactForm textarea{width:100%}
	.contactForm input#submit{width:100%;}
	
}


/* Mobile Landscape Size -> Tablet Portrait size*/
@media only screen and (min-width: 480px) and (max-width: 767px) {
	
	input, textarea{-webkit-appearance: none;-webkit-border-radius:0;}
	html{-webkit-text-size-adjust: none;-moz-text-size-adjust:none;-ms-text-size-adjust:none;}

	#loaderInner {margin: -50px 0 0 -30px;}

	.logo, nav#mainNav{float:none;}
	#loaderInner {margin: -50px 0 0 -30px;}
	.logo{margin-left:0px;margin-bottom:40px;}
	.logo h1{margin-left:10px;}
	nav#mainNav{margin-right:0;}
	nav#mainNav ul{display:none;margin-bottom:20px;padding-left:5px;border-top:1px #efefef solid;padding-top:15px;}
	nav#mainNav li{float:none; display:inline-block;margin-right:10px;}
	nav#mainNav li a{padding:10px 5px;display:block;}
	.mobileBtn{display: inline-block;float: right;margin-bottom: 16px;margin-right: 15px;margin-top: -47px;position: relative;}


	
	
	
	
	.holder960, .aboutIntro,.subscribe,.shot,.description, .counterHolder, .faqIntro,.slider,.touchIntro, .clientContent, .shareIntro, .loginIntro,.galleryIntro,.accordion,.shortContact,.pricingIntro, .productDetails,.divider{width:400px;}
	.arrowHolder {margin-left: -42px;top: -37px;width: 20%;}
	.secArrow i{margin-left:-29px;}
	.teaserTitle h1{font-size:26px;}
	.teaserTitle h1:before{width:385px;left:2%;top:47px;}
	.teaserTitle h2{font-size:18px;letter-spacing:3px;}
	.aboutIntro{margin:100px auto 0;}
	.aboutIntro h1, .galleryIntro h1{font-size:23px;}
	
	.shot{text-align:center;}
	
	.flexslider .slides img {margin-left: 20px;width: 90% !important;}
	
	
	
	.featureSingle{width:380px; margin-bottom:20px;}
	.featureSingle:last-child, .info.column:last-child{margin-bottom:0;}
	.featureSingle.column, .accordion.column, .shortContact.column, #footer p,#footer ul,.shot.column,.description.column{float:none;}
	.notBtn{margin-bottom:30px;}
	
	.accordion{margin-right:0;margin-bottom:50px;}
	
	
	#pricingContainer{margin-left:10px;margin-top:100px}
	.pricingtbl ul{width:380px;float:none; margin-right:0;margin-bottom:50px;}
	.pricingtbl ul:last-child{margin-bottom:0;}
	.pricingtbl ul:nth-child(2n){margin-bottom:5px;}
	#pricingContainer .pricing-big li:first-child:after{left:144px;top:100px;}
	
	
	.clientContent p{padding-right:40px;padding-left:40px;}
	ul.clientList{font-size:60px;}
	
	
	#notForm input[type="email"]{width:245px;}
	#btnSubmit input[type="submit"]{right:6px;top:-39px;}
	label.error{left:22px;}
	
	
	#loginForm input[type="submit"]{width:125px;position: static;margin-left: 189px;}

	

	
	
	
	#inputs, #textArea{float:none;width:100%;margin:0;}
	.contactForm input[type="text"], .contactForm input[type="email"]{width:100%}
	.contactForm textarea{width:100%}
	.contactForm input#submit{width:100%;}
	
	.socialsShare li{margin-right:15px;}
	#footer {text-align:center;}
	#footer p{margin-bottom:10px;}

	
}


/* Mobile Portrait Size -> Mobile Landscape Size */
@media only screen and (max-width:479px) {
	
	input, textarea{-webkit-appearance: none;-webkit-border-radius:0;}
	html{-webkit-text-size-adjust: none;-moz-text-size-adjust:none;-ms-text-size-adjust:none;}
	.logo, nav#mainNav{float:none;}
	#loaderInner {margin: -50px 0 0 -30px;}
	.logo{margin-left:0px;margin-bottom:30px;}
	.logo h1{margin-left:10px;}
	nav#mainNav{margin-right:0;}
	nav#mainNav ul{display:none;margin-bottom:5px;margin-left:5px;}
	nav#mainNav li{float:none; display:block;}
	nav#mainNav li a{padding:10px 5px;display:block;}
	nav#mainNav li a.buy{display:inline-block;margin-top:5px;margin-bottom:5px;}
	.mobileBtn{display: inline-block;float: right;margin-bottom: 16px;margin-right: 15px;margin-top: -40px;position: relative;}
	
	
	
	
	.holder960, .aboutIntro,.subscribe, .counterHolder, .faqIntro,.slider,.touchIntro, .clientContent, .shareIntro, .loginIntro,.galleryIntro,
	.accordion,.shortContact,.shot,.description,.productDetails,.divider, .pricingIntro{width:230px;}
	
	.arrowHolder {margin-left: -53px;top: -37px;width: 45%;}
	
	
	.teaserTitle h1{font-size:25px;}
	.teaserTitle h1:before{width:195px;left:7%;top:78px;}
	.teaserTitle h2{font-size:17px;}
	.aboutIntro{margin:50px auto 0;}
	
	
	.shot{text-align:center;}
	.proddetContent {margin-top: 30px;}


	

	
	
	#notForm input[type="email"]{width:200px;margin-right:0;}
	#btnSubmit input[type="submit"]{position:static; margin-top:30px;}
	label.error{left:25px;}
	
	
	#loginForm label{padding-bottom:10px;display:block;margin-right: 60px;}
	#loginForm input[type="submit"]{width:auto;padding-left:47px;padding-right:47px;margin-left:5px;}
	#loginForm{padding-bottom:60px;}
	
	

	
	
	.features{margin-left:0;}
	.featureSingle{width:200px;margin-bottom:20px;}
	.desc{width:120px;margin-bottom:20px;}
	.featureSingle.column{float:none;}
	.featureHolder:last-child{margin-top:0;}
	.notBtn{margin-top:30px;}
	
	
	
	.flex-direction-nav .flex-prev{left:-30px !important;}
	.flex-direction-nav .flex-next{right:-30px !important;}


	.featureSingle.column, .accordion.column, .shortContact.column, #footer p,#footer ul,.shot.column,.description.column{float:none;}
	.accordion{margin-right:0;margin-bottom:50px;}
	
	
	#pricingContainer{margin-left:3px;margin-top:90px;}
	.pricingtbl ul{width:220px;float:none; margin-right:0;margin-bottom:50px;}
	.pricingtbl ul:last-child{margin-bottom:0;}
	.pricingtbl ul:nth-child(2n){margin-bottom:5px;}
	#pricingContainer .pricing-big li:first-child:after{left:67px;top:100px;}
	
	
	
	
	.clientContent p{padding:0;}
	/* Mobile responsive for new clients logos */
	.clients-logos {
		gap: 10px;
		padding: 15px 0;
		flex-wrap: wrap;
		justify-content: center;
	}
	
	.client-logo-item {
		width: 80px;
		height: 60px;
		padding: 8px;
	}
	
	/* Logo mobile adjustments */
	.logo-img {
		height: 35px;
		margin-left: 8px;
	}
	
	.logo h1 {
		font-size: 18px;
		margin-right: 10px;
	}
	
	.logo {
		margin-right: 20px;
	}
	
	.location-service-nav {
		margin-left: 10px;
		font-size: 10px;
		margin-top: 5px;
	}
	
	.contactInfo {
		width: 100%;
		margin-left: 0;
		margin-bottom: 20px;
		padding: 20px;
	}
	
	.contactInfo h2 {
		font-size: 20px;
	}
	
	.contact-item {
		padding: 12px;
		margin-bottom: 15px;
	}
	
	.contact-item i {
		font-size: 16px;
		padding: 6px;
	}
	
	/* Old styles */
	ul.clientList{font-size:40px;}
	ul.clientList li {display: inline-block;padding-bottom: 10px;margin-right:0;}
	
	.socialsShare li{margin-right:10px;margin-bottom:10px;}
	#inputs, #textArea{float:none;width:100%;margin:0;}
	.contactForm input[type="text"], .contactForm input[type="email"]{width:100%}
	.contactForm textarea{width:100%}
	.contactForm input#submit{width:100%;}
	#footer{text-align:center;}
	#footer p{margin-bottom:10px;}

	
}


/*End media queries*/
/*-------------------------------------------------------------------------*/





