@charset "utf-8";
/* CSS Document */


@import url('https://fonts.googleapis.com/css2?family=Roboto+Condensed:ital,wght@0,300;0,400;0,700;1,300;1,400;1,700&amp;display=swap');
@import url('https://fonts.googleapis.com/css2?family=Oswald:wght@200;300;400;500;600;700&amp;display=swap');
@import url('https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300;0,400;0,600;0,700;0,800;1,300;1,400;1,600;1,700;1,800&amp;display=swap');

/*
font-family: 'Roboto Condensed', sans-serif;
font-family: 'Oswald', sans-serif;
font-family: 'Open Sans', sans-serif;
*/

@font-face { src:url(https://evobyte.ch/wp-content/themes/evobyte_theme/fonts/Poppins/Poppins-Black.ttf), format('ttf');}
@font-face { src:url(https://evobyte.ch/wp-content/themes/evobyte_theme/fonts/Poppins/Poppins-Bold.ttf), format('ttf');}
@font-face { src:url(https://evobyte.ch/wp-content/themes/evobyte_theme/fonts/Poppins/Poppins-ExtraBold.ttf), format('ttf');}
@font-face { src:url(https://evobyte.ch/wp-content/themes/evobyte_theme/fonts/Poppins/Poppins-ExtraLight.ttf), format('ttf');}
@font-face { src:url(https://evobyte.ch/wp-content/themes/evobyte_theme/fonts/Poppins/Poppins-Light.ttf), format('ttf');}
@font-face { src:url(https://evobyte.ch/wp-content/themes/evobyte_theme/fonts/Poppins/Poppins-Medium.ttf), format('ttf');}
@font-face { src:url(https://evobyte.ch/wp-content/themes/evobyte_theme/fonts/Poppins/Poppins-Regular.ttf), format('ttf');}
@font-face { src:url(https://evobyte.ch/wp-content/themes/evobyte_theme/fonts/Poppins/Poppins-SemiBold.ttf), format('ttf');}
@font-face { src:url(https://evobyte.ch/wp-content/themes/evobyte_theme/fonts/Poppins/Poppins-Thin.ttf), format('ttf');}


/** BASIC CSS **/

* { 
	margin: 0; 
	padding: 0; 
	border:none; 
	outline:none;
	-webkit-box-sizing: border-box; 
	-moz-box-sizing: border-box; 
	-o-box-sizing: border-box;
	box-sizing: border-box;	}
	

html, body{
	height:auto;
	max-width:100%;
	min-width:100%;
	background:#ffffff;
	font-family: 'Roboto Condensed', sans-serif;
	font-size:14px;
	line-height:18px; 
	color:#000;
	font-weight:normal;
	font-style:normal;
	overflow-x:hidden;}
	
p {
	font-size: 15px;
	color: #848484;
	line-height: 23px;
	font-weight: 400;}
	
h1,h2,h3,h4,h5,h6{
     margin:0;
	 color:#555;}
	 
ul, ol{
	list-style:none;
	margin:0;
	padding:0;}

a {
	text-decoration:none;
	outline: none;
	color: #292929;}
	
a:focus { 
	outline: none; }
	
a:focus {
	outline: none;}
	
a:hover, a:focus {
	color: #3A90CD;
	text-decoration: none;}
		
hr{
	border-top:1px solid #333;}
	
img{
	object-fit: cover;
    object-position: center center;}
	
*, *:before, *:after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;}
	
::selection {
	text-shadow: none;
	background: #3A90CD;
	color: #fff;}
	
::-moz-selection {
 text-shadow: none;
 background: #3A90CD;
 color:#fff;}
 
a, input, button, select, textarea, img {
	transition: all 0.5s ease-in-out;
	-webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;}
		
.clearfix {
	clear: both;
	font-size: 0;
	line-height: 0;
	margin: 0;
	padding: 0;}
			
.hidden{ 
	display: none !important;}
	
.show{ 
	display: block !important;}
	
.floatl{ 
	float: left;}
	
.floatr{
	float: right;}
	
.nopad{
	padding:0 !important;}

.nopadl{
	padding-left:0;}
	
.nopadr{
	padding-right:0;}
	
.nomar{
	margin:0;}
	
.nomarl{
	margin-left:0;}
	
.nomarr{
	margin-right:0;}
	
.porel{
	position:relative;}
	
.for-mobile{
	display:none;}
	
/** Basic css end here **/ 



.main-wrap{
	width:100%;
	height:auto;
	position:relative;}
	
header{
	width:100%;
	height:auto;
	position:relative;}

.top-header{
	width:100%;
	height:auto;
	background-image: linear-gradient(to right top, #3197d4, #2b8aca, #267ebf, #2371b4, #2165a9);}
	
	
.socail-links {
	height:35px;}
	
.socail-links ul{
	line-height:35px;}
	
	
.socail-links ul li{
	display:inline-block;
	margin-right:10px;}
	
.socail-links ul li:last-child{
	margin:0;}
	
.socail-links ul li a{
	font-size:15px;
	color:#fff;}

.header-contact{
	text-align:right;}
		
.header-contact{
	height:35px;}
	
.header-contact ul{
	line-height:35px;}
	
.header-contact ul li{
	display:inline-block;
	margin-right:30px;}
	
.header-contact ul li:last-child{
	margin:0;}
	
.header-contact ul li a{
	font-family: 'Open Sans', sans-serif;
	font-size:14px;
	color:#fff;
	font-weight:600;}
	
.header-contact ul li a i{
	margin-right:5px;}
	
.bottom-header{
	width:100%;
	height: auto;
	background:#fff;}	
	
.logo{
	width:100%;
	height:80px;
	line-height:80px;}
	
.logo img{
	transition:none;
	max-width:100%;
	max-height:100%;}
	
nav{
	width:100%;
	height:80px;}	
	
nav ul{
	text-align:right;
	line-height:80px;}
	
nav ul li{
	display:inline-block;	
	margin-right:40px;}
	
nav ul li:last-child{
	margin:0;}
		
nav ul li a{
	font-family: 'Open Sans', sans-serif;
	display:inline-block;
	font-size:15px;
	font-weight:600;
	color:#292929;}
	
.sticky{
	width:100%;
	position:fixed !important;
	top:0;
	left:0;
	z-index:999999;
	padding:0;
	background:#fff;
	box-shadow:0 2px 6px rgba(0,0,0,0.2);  
    animation:slide-down 0.4s;}
	
@keyframes slide-down {
    0% {
        transform: translateY(-100%);
    } 
    100% {
        transform: translateY(0);
    } 
}


.sticky .logo{
	height: auto;
	line-height: normal;
	padding:10px 0;}
	
.sticky .logo img {
    max-width: 65%;
    max-height: 65%;}
		
.sticky nav{
	height:auto;
	padding:15px 0;}	
	
.sticky nav ul{
	line-height:normal;}
	
.sticky .flag-selct {
    height: auto;
    line-height: normal;
	padding:13px 0;}
			
.hm-banner{
	width:100%;
	height:600px;
	position:relative;}
	
.hm-banner img{
	width:100%;
	height:100%;}
	
.banner-overlay{
	display:table;
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	background:rgba(0,0,0,.5);}
		
.banner-content{
	display:table-cell;
	vertical-align:middle;
	text-align:center;}

.banner-content h1{
	font-family: 'Oswald', sans-serif;
	font-size:70px;
	font-weight:600;
	color:#fff;
	text-transform:uppercase;}
	
.banner-content h2{
	font-size:40px;
	font-weight:bold;
	color:#6c94cb;
	margin-top:20px;
	text-shadow: 1px 0 #fff, -2px 0 #fff, 0 2px #fff, 0 -2px #fff,
               1px 1px #fff, -1px -1px #fff, 1px -1px #fff, -1px 1px #fff;}
	
.banner-content img{
	width:auto !important;
	height:auto !important;
	margin-top:20px;}

.common-hdng h2{
	font-family: 'Oswald', sans-serif;
	display:inline-block;
	position:relative;
	font-size:30px;
	color:#292929;}
	
	
/*
.common-hdng h3:before{
	content:'';
	display:block;
	width:48px;
	height:2px;
	background:#292929;
	position:absolute;
	right:-70px;
	top:18px;}
	
.common-hdng h3:after{
	content:'';
	display:block;
	width:48px;
	height:2px;
	background:#3a90cd;
	position:absolute;
	right:-70px;
	top:23px;}
	
*/

.common-hdng h2:after{
	content:'';
	background:url(../images/lines-1.png) no-repeat;
	display:inline-block;
	width:65px;
	height:6px;
	position:absolute;
	top:50%;
	right:-75px;
	margin:auto;}
	
	
.common-hdng p{
	width:50%;
	font-size:17px;
	color:#868686;
	margin-top:15px;}
	
.software-sec{
	padding:70px 0;}

.software-img{
	width:100%;
	margin-top:50px;}
		
.software-img img{
	max-width:100%;}
	
.software-text ul li{
	display:flex;
	margin-bottom:40px;}

.software-text{
	margin-top:70px;}
		
.software-text ul li:last-child{
	margin:0;}
	
.list-para-icons {
	width:55px;
	margin-right:15px;}
	
.list-para-text h3{
	font-family: 'Oswald', sans-serif;
	font-size:25px;
	color:#292929;
	font-weight:400;}
	
.list-para-text p{
	font-size:15px;
	color:#868686;
	margin-top:10px;}

.commn-btn {
	margin:35px 0 0 47px;}
		
.commn-btn a{
	font-size:15px;
	color:#ffffff;
	font-weight:500;
	padding:15px 50px;
	border-radius:10px;
	overflow:hidden;
	border:1px solid #3094D2;
	background-image: linear-gradient(to right top, #3197d4, #2b8aca, #267ebf, #2371b4, #2165a9);}
	
.software-sec .commn-btn a:hover{
	color:#3094D2;
	border-color:#3094D2;}
	
.software-sec .hvr-sweep-to-right:before{
	background:#fff;
	border-radius:10px;
	border:none !important;}
	
		 	
.website-sec{
	padding:70px 0;
	background-image: linear-gradient(to right top, #3197d4, #2b8aca, #267ebf, #2371b4, #2165a9);}

.website-sec .common-hdng h2{
	color:#fff !important;}
	
.website-sec .common-hdng h2:after{
	content:'';
	background:url(../images/lines-2.png) no-repeat;}
		
.website-sec .common-hdng p{
	color:#fff !important;}
		
.website-img{
	width:100%;
	margin-top:0px;
	text-align:right;}
		
.website-img img{
	max-width:100%;}
	
.website-text ul li{
	display:flex;
	margin-bottom:40px;}

.website-text{
	margin-top:70px;}
		
.website-text ul li:last-child{
	margin:0;}

.website-text .list-para-text h3{
	color:#fff;}
				
.website-text .list-para-text p{
	color:#fff !important;}
		
.website-text .commn-btn a{
	border-color:#fff;
	background:#fff;
	color:#2165a9;}	
	
.website-sec .commn-btn a:hover{
	color:#000;
	background:none;}
	
.website-sec .hvr-sweep-to-right:before{
	background:#fff;
	border-radius:10px;
	border:none !important;
	background: linear-gradient(to right top, #3197d4, #2b8aca, #267ebf, #2371b4, #2165a9);
	background-image: linear-gradient(to right top, #ffffff, #f0f2fe, #dae6fe, #bddcfd, #99d4f9);}
	
.app-sec{
	padding:70px 0;}

.app-img{
	width:100%;
	margin-top:50px;}
		
.app-img img{
	max-width:100%;}
	
.app-text ul li{
	display:flex;
	margin-bottom:40px;}

.app-text{
	margin-top:70px;}
		
.app-text ul li:last-child{
	margin:0;}
	
.app-sec .commn-btn a:hover{
	color:#3094D2;
	border-color:#3094D2;}
	
.app-sec .hvr-sweep-to-right:before{
	background:#fff;
	border-radius:10px;
	border:none !important;}
	
.quote-sec{
	text-align:center;
	display:table;
	width:100%;
	height:300px;
	background:url(../images/quote-bg.png) no-repeat center center fixed;
	background-size:cover;}
	
.quote-text{
	display:table-cell;
	vertical-align:middle;}
	
.quote-sec h3{
	font-size:28px;
	color:#FFF;}

.testimonial-sec{
	padding:70px 0;}
		
.testimonial-sec .testimonial-slider{
	width:600px;
	margin:70px auto 0;}
	
.testimonial-content{
	width:100%;
	height:auto;
	padding:40px 50px;
	background:#d4e5fc;
	text-align:center;}
	
.client-details h4{
	font-family: 'Oswald', sans-serif;
	font-size:19px;
	color:#2165a9;
	text-transform:uppercase;}
	
.client-details h5{
	font-family: 'Oswald', sans-serif;
	font-size:13px;
	color:#000000;
	margin-top:10px;
	font-weight:400;}	
	
.client-review p{
	margin-top:20px;
	font-size:16px;
	color:#292929;
	line-height:26px;
	font-weight:400;}
	
.testimonial-slider .owl-nav{
	margin:0 !important;}	 	

.testimonial-slider .owl-prev{
	outline:none !important;
	background:none !important;
	width:30px!important;
	height:30px !important;
	line-height:30px !important;
	margin:auto !important;
	text-align:center;
	position:absolute;
	top:0;
	bottom:0;
	left:-100px;
	font-size:30px !important;
	color:#889195 !important;}
	
.testimonial-slider .owl-next{
	outline:none !important;
	background:none !important;
	width:30px!important;
	height:30px !important;
	line-height:30px !important;
	margin:auto !important;
	position:absolute;
	top:0;
	bottom:0;
	right:-100px;
	font-size:30px !important;
	color:#889195 !important;}	
	
.testimonial-slider .owl-prev:hover,.owl-next:hover{
	color:#2165a9 !important;}

.testimonial-slider .owl-dots{
	position:absolute;
	left:0;
	right:0;
	margin:15px auto 0 !important;}
		
.testimonial-slider .owl-theme .owl-dots .owl-dot{
	outline:none !important;}

.testimonial-slider .owl-theme .owl-dots .owl-dot span{
	background:#d2d2d2 !important;}
		
.testimonial-slider .owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span{
	background:#2165a9 !important;}
		
	
.contact-sec{
	padding:50px 0;
	width:100%;
	height: auto;
	background:url(../images/contact-bg.jpg) no-repeat center center;
	background-size:cover;}
	
.contact-sec .common-hdng h2{
	color:#fff;}
	
.contact-sec .common-hdng h2:after{
	content:'';
	background:url(../images/lines-2.png) no-repeat;}
	
.contact-form{
	width:70%;
	margin:40px auto 0;}
	
.contact-form .form-control{
	height:44px !important;}
	
	
.contact-form .con-textarea{
	height:86px !important;}
	
.con-btn{
	font-size:17px;
	color:#ffffff;
	padding:8px 80px;
	width:100%;
	background:#000;
	border:none;
	border-radius:10px;}

/*	
.con-btn:hover{
	background:#FFF;
	color:#3a90cd;
	border-color:#fff;}
	
*/
	
.partners-sec{
	padding:70px 0;}

.partners-slider{
	margin-top:60px;}
	
.partners-slider .owl-carousel .item{
	width:100%;
	display:table;
	height: auto;}
	
.partners-slider .owl-carousel .owl-item img{
	display:table-cell;
	vertical-align:middle;
	width:auto !important;
	max-width:100%;
	margin:auto;}
	
.partners-slider .owl-dots{
	margin-top:30px !important;}
		
.partners-slider .owl-theme .owl-dots .owl-dot{
	outline:none !important;}

.partners-slider .owl-theme .owl-dots .owl-dot span{
	background:#d2d2d2 !important;}
		
.partners-slider .owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span{
	background:#2165a9 !important;}
	
	
.news-bx{
	position:relative;
	width:100%;
	height:482px;
	background:#ccc;}
	
.news-bx img{
	width:100%;
	height:100%;}	
	
.news-overlay{
	display:table;
	padding:50px 30px;
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	background:rgba(0,0,0,.45);
	transition:all .4s ease-in-out;}
	
.news-bx:hover .news-overlay{
	background:linear-gradient(90deg, rgba(33,101,169,.7) 0%, rgba(49,151,212,.7) 100%);}

.news-content{
	transition:all .3s ease-in-out;
	display:table-cell;
	vertical-align:bottom;
	transform:translateY(100px);}
		
.news-content h4{
	font-size:20px;
	color:#ffffff;
	font-weight:bold;}
	
.news-content h4:after{
	content:'';
	display:block;
	width:40px;
	height:3px;
	position:relative;
	background:#3094D2;
	margin:17px 0 0 0;}

.news-content h2{
	font-family: 'Oswald', sans-serif;
	font-size:30px;
	color:#ffffff;
	line-height:40px;
	font-weight:500;
	margin-top:15px;}		

.readmore-btn{
	transition:all .9s ease-in-out;
	opacity:0;
	margin-top:30px;}
		
.readmore-btn a{
	display:inline-block;
	font-size:18px;
	color:#fff;
	font-weight:bold;
	padding:12px 50px;
	border:2px solid #fff;
	border-radius:10px;}
	
.readmore-btn a:hover{
	background:#fff;
	color:#2165a9;}
	
.news-bx:hover .news-content{
	transform:translateY(0px) !important;}

.news-bx:hover .news-content h4:after{
	background:#fff !important;}
		
.news-bx:hover .readmore-btn{
	opacity:1 !important;}

footer{
	margin-top:3px;
	width:100%;
	height:auto;
	position:relative;}
	
	
.top-footer{
	padding:50px 0;
	width:100%;
	height: auto;
	background:#1a1a1a;}
	
.footer-logo{
	width:90%;
	height: auto;}
	
.footer-logo img{
	max-width:100%;
	height:auto;}

.footer-socail-links{
	margin-top:30px;}
		
.footer-socail-links ul li a{
	display:inline-block;
	width:35px;
	height:35px;
	font-size:18px;
	line-height:35px;
	text-align:center;
	background:#3094D2;
	border-radius:2px;}
	
.footer-socail-links ul li a:hover{
	background:#fff;
	color:#3094D2;}

.footer-menu h4{
	font-family: 'Oswald', sans-serif;
	font-size:16px;
	color:#ffffff;
	font-weight:400;
	text-transform:uppercase;
	letter-spacing:.5px;}
	
.footer-menu h4:after{
	content:'';
	display:block;
	width:50px;
	height:2px;
	position:relative;
	background:#3094D2;
	margin:6px 0 0 0;}
	
.footer-menu ul{
	margin-top:15px;}
		
.footer-menu ul li{
	display:block;
	margin-bottom:15px;}
	
.footer-menu ul li:last-child{
	margin:0;}
	
.footer-menu ul li a{
	font-family: 'Open Sans', sans-serif;
	display:inline-block;
	font-size:15px;
	color:#ffffff;
	font-weight:400;}
	
.footer-menu ul li a i.fa-whatsapp{
	color:#4BC55A;}
		
.footer-menu ul li a:hover{
	color:#3094D2;}
	
.footer-address ul li{
	display:flex;
	font-family: 'Open Sans', sans-serif;
	font-size:15px;
	color:#ffffff;
	font-weight:400;}
	
.footer-address ul li i{
	color:#3094D2;
	margin-right:8px;}
	
.bottom-footer{
	width:100%;
	height:auto;
	background:#0a0a0a;
	padding:8px 0;
	text-align:center;}
	
.bottom-footer p{
	font-family: 'Open Sans', sans-serif;
	font-size:15px;
	color:#ffffff;
	margin:0;}
	

.hvr-sweep-to-right{
	overflow:hidden;}
	
.hvr-sweep-to-right:before{
	border-radius:10px;}
	
.mobile-nav{
	display:none;}

.dropdown-menu li a{
	cursor:pointer;}
	
	
.flag-selct{
	height:80px;
	line-height:80px;}
	
.flag-selct .form-group{
	margin:0;}
	
.flag-selct .dropdown-item{
	line-height:normal;}
	
.flag-selct .btn-default{
	outline:none !important;
	border:none !important;
	box-shadow:none !important;
	background:none !important;}
	
.flag-selct .flagstrap-icon{
	margin:0 !important;}
	
.flag-selct .dropdown-toggle::after{
	font-size:16px !important;}
	
.dropdown-menu{
	min-width:0 !important;}



/*** Software page ***/
	
.inner-banner{
	position:relative;
	width:100%;
	height:400px;}
		
.inner-banner img{
	width:100%;
	height:100%;}
	
.inner-banner-overlay{
	display:table;
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	background:rgba(0,0,0,.5);}
	
.inner-banner-content{
	display:table-cell;
	vertical-align:middle;
	text-align:center;}

.inner-banner-content h1{
	font-family: 'Oswald', sans-serif;
	font-size:50px;
	font-weight:600;
	color:#fff;
	text-transform:uppercase;}
	
.inner-banner-content img{
	width:auto !important;
	height:auto !important;
	margin-top:20px;}
	
.work-process{
	padding:50px 0;}
	
.work-process h2{
	font-size:25px;
	color:#010101;
	text-align:center;
	line-height:39px;
	width:45%;
	margin:auto;}
	

.work-process-blocks{
	margin-top:40px;}
	
.work-process-bx{
	margin-bottom:30px;
	padding:30px;
	width:100%;
	height: auto;
	border:1px solid #fff;
	background:#fff;
	transition:all .1s ease-in-out;
	-webkit-box-shadow: 0px 0px 8px 4px rgba(0,0,0,0.10);
-moz-box-shadow: 0px 0px 8px 4px rgba(0,0,0,0.10);
box-shadow: 0px 0px 8px 4px rgba(0,0,0,0.10);}


.wrk-procs-img{
	width:100%;
	height:auto;
	text-align:center;}
	
.wrk-procs-img img{
	max-width:100%;}
	
.wrk-procs-text h3{
	font-family: 'Oswald', sans-serif;
	font-size:20px;
	color:#292929;}
	
.wrk-procs-text p{
	margin-top:15px;
	font-size:15px;
	line-height:25px;
	color:#7c7c7c;}
	
.work-process-bx:hover{
	border-color:#60a1fb;
	-webkit-box-shadow: 0px 0px 42px 20px rgba(0,0,0,0.13);
	-moz-box-shadow: 0px 0px 42px 20px rgba(0,0,0,0.13);
	box-shadow: 0px 0px 42px 20px rgba(0,0,0,0.13);
	
	-webkit-box-shadow: 0px 0px 15px 15px rgba(0,0,0,0.10);
	-moz-box-shadow: 0px 0px 15px 15px rgba(0,0,0,0.10);
	box-shadow: 0px 0px 15px 15px rgba(0,0,0,0.10);}
	
.inner-contact-form{
	width:100%;
	height: auto;
	padding:100px 0;
	background: url(../images/software-contact2.jpg) no-repeat top center fixed;
	background-size:cover;}
	
	
.inner-contact-form .contact-form{
	width:100% !important;
	margin:0 !important;}
	
.inner-contact-form .con-btn{
	border-radius:10px !important;
	background: linear-gradient(to right top, #3197d4, #2b8aca, #267ebf, #2371b4, #2165a9) !important;}


.contact-info{
	padding-left:40px;}
		
.contact-info h4{
	font-size:28px;
	color:#ffffff;}
	
.contact-number{
	margin-top:20px;
	font-size:30px;
	color:#fff;
	font-weight:bold;}
	
.contact-number a{
	color:#fff !important;}
	
.contact-number span{
	display:inline-block;
	width:56px;
	height:56px;
	line-height:56px;
	text-align:center;
	background:linear-gradient(to right top, #3197d4, #2b8aca, #267ebf, #2371b4, #2165a9);
	border-radius:50%;
	margin-right:15px;}
	
.contact-number span img{
	max-width:100%;
	max-height:100%;}
	
.contact-info p{
	margin-top:20px;
	font-size:25px;
	color:#ffffff;}	
	
.tecnologie-sec{
	padding:50px 0;}
	
.tecnologie-blocks{
	margin-top:50px;}
	
.tecnologie-bx{
	margin:35px 0;
	width:100%;
	height:auto;
	background:#fff;
	padding:50px 15px;
	text-align:center;
	border-radius:10px;
	transition: all .1s ease-in-out;
	-webkit-box-shadow: 0px 0px 8px 4px rgba(0,0,0,0.10);
-moz-box-shadow: 0px 0px 8px 4px rgba(0,0,0,0.10);
box-shadow: 0px 0px 8px 4px rgba(0,0,0,0.10);}

.tecnologie-bx:hover{
	-webkit-box-shadow: 0px 0px 15px 15px rgba(0,0,0,0.10);
    -moz-box-shadow: 0px 0px 15px 15px rgba(0,0,0,0.10);
    box-shadow: 0px 0px 15px 15px rgba(0,0,0,0.10);}

		
.tecnologie-bx h3{
	margin-top:20px;
	font-family: 'Oswald', sans-serif;
	font-size:25px;
	color:#292929;}	

.tecnologie-bx p{
	margin-top:20px;
	font-size:15px;
	color:#7c7c7c;
	line-height:25px;}
	
.tecnologie-img{
	text-align:center;
	margin-top:200px;}
	
.tecnologie-img img{
	max-width:100%;}
	
.how-it-works-sec{
	padding:70px 0;
	width:100%;
	height:auto;
	background:#efefef;}
	
.hw-it-wrk-blocks{
	margin-top:40px;}
	
.hw-it-wrk-bx{
	width:100%;
	height:auto;
	background:#fff;
	padding:15px;
	text-align:center;
	border-radius:10px;
	-webkit-box-shadow: 0px 0px 8px 4px rgba(0,0,0,0.10);
-moz-box-shadow: 0px 0px 8px 4px rgba(0,0,0,0.10);
box-shadow: 0px 0px 8px 4px rgba(0,0,0,0.10);}

.hw-it-wrk-bx:hover {
    -webkit-box-shadow: 0px 0px 15px 15px rgba(0,0,0,0.10);
    -moz-box-shadow: 0px 0px 15px 15px rgba(0,0,0,0.10);
    box-shadow: 0px 0px 15px 15px rgba(0,0,0,0.10);}

.hw-it-wrk-img{
	width:100%;
	height:150px;}
	
.hw-it-wrk-bx img{
	max-width:100%;
	max-height:100%;}
	
.hw-it-wrk-bx h3{
	margin-top:20px;
	font-family: 'Oswald', sans-serif;
	font-size:25px;
	color:#292929;}
	
.hw-it-wrk-bx p{
	margin-top:15px;
	font-size:16px;
	color:#7c7c7c;
	line-height:24px;}	
	
.our-case-study{
	position:relative;}
	
.our-case-study-hedng{
	width:100%;
	position:absolute;
	top:25px;
	left:0;
	z-index:999999;
	padding:10px 0;
	background:rgba(0,0,0,.59);}
	
.our-case-study-hedng .common-hdng h2{
	color:#fff;}

.our-case-study-hedng .common-hdng h2:after{
	background:url(../images/lines-3.png) no-repeat !important;}
	
.faq-sec{
	padding:50px 0;}
	
.faq-blocks{
	width:100%;
	margin-top:50px;}
	
.faq-tab{
	width:100%;
	height:auto;
	list-style:none;}

.faq-tab li{
	display:block;
	margin-bottom:20px;}
	
.faq-tab li a {
	display: block;
    width: 100%;
    height: auto;
    padding: 20px 15px;
    background: #fff;
    font-size: 18px;
    color: #292929;
    border-radius: 4px;
	-webkit-box-shadow: 0px 0px 8px 4px rgba(0,0,0,0.10);
	-moz-box-shadow: 0px 0px 8px 4px rgba(0,0,0,0.10);
	box-shadow: 0px 0px 8px 4px rgba(0,0,0,0.10);}
	
.faq-tab li a:hover{
	-webkit-box-shadow: 0px 0px 8px 5px rgba(0,0,0,0.15);
	-moz-box-shadow: 0px 0px 8px 5px rgba(0,0,0,0.15);
	box-shadow: 0px 0px 8px 5px rgba(0,0,0,0.15);}
	
			
.faq-tab li p{
	font-size:16px;
	line-height:20px;
	font-weight:400;
	color:#848181;
	margin-bottom:10px;}
	
.faq-tab li i {
	float:right;
	font-size:22px;
	color:#000000;}
		
.faq-tab li .faq-content{
	border-top:1px solid #d4d4d4;
	background:#fff;
	display:none;
	padding:10px;
	-webkit-box-shadow: 0px 4px 8px 4px rgba(0,0,0,0.10);
	-moz-box-shadow: 0px 4px 8px 4px rgba(0,0,0,0.10);
	box-shadow: 0px 4px 8px 4px rgba(0,0,0,0.10);}
	

.get-touch{
	margin-top:3px;
	background:linear-gradient(to right top, #3197d4, #2b8aca, #267ebf, #2371b4, #2165a9);}
	
	
.back-pattrn{
	padding:70px 0;
	background:url(../images/pattern.png) no-repeat center center;
	background-size:cover;} 
	
.get-touch h4{
	font-size:35px;
	color:#ffffff;
	line-height:47px;}

.get-touch-btn{
	padding-right:20px;
	text-align:right;}
		
.get-touch-btn a{
	display:inline-block;
	font-size:22px;
	color:#292929;
	font-weight:bold;
	padding:18px 40px;
	background:#fff;
	border-radius:5px;}
	
.get-touch-btn a:hover{
	color:#fff;
	background:#292929;}
		

/*** App page ***/

.app-contact-form{
	background: url(../images/app-contact.jpg) no-repeat top center fixed;}
	
.app-tecnologie{
	margin-top:106px !important;}
	
.faq-img{
	width:100%;
	text-align:center;}
	
.faq-img img{
	max-width:90%;}
	
.portfolio-sec{
	padding:50px 0 50px 0;}
	
.portfolio-sec .common-hdng{
	margin-bottom:100px;}
	
.portfolio-slider{
	position:relative;}
	
.iphone-frame{
	position: absolute;
    z-index: 9999;
    top: -71px;
    height: 100%;
    left: 50%;
    transform: translateX(-50%);}
	
.iphone-frame img {
    max-width: 319px;
    margin: 0 auto;
    display: block;}	
	
.portfolio-slider .owl-carousel .owl-item img{
	opacity:.5;}

.portfolio-slider .owl-stage .owl-item.center img{
	opacity:1 !important;}
	

.portfolio-slider .owl-theme .owl-nav.disabled+.owl-dots {
    margin-top:110px !important;}

.portfolio-slider .owl-theme .owl-dots .owl-dot{
	outline:none !important;}
		
.portfolio-slider .owl-theme .owl-dots .owl-dot span {
	width:8px !important;
	height:8px !important;
    background: #cccccc !important;}
	
.portfolio-slider .owl-theme .owl-dots .owl-dot.active span, .portfolio-slider .owl-theme .owl-dots .owl-dot:hover span {
    background: #555555 !important;}
	

.contact-bx-slide{
	padding:20px 10px;
	position: fixed;
	top:212px;
	right:-200px;
	z-index:999999;
	width:200px;
	height:auto;
	background:#fff;
	transition:all .3s ease-in-out;
	border-radius:10px 0 0 10px;
	-webkit-box-shadow: 0px 0px 8px 4px rgba(0,0,0,0.10);
    -moz-box-shadow: 0px 0px 8px 4px rgba(0,0,0,0.10);
    box-shadow: 0px 0px 8px 4px rgba(0,0,0,0.10);}
	
.contact-bx-slide-toggle{
	right:0 !important;}
		
.contact-bx-slide a.contact-slide-button{
	display:inline-block;
	padding:10px 30px;
	background: linear-gradient(to right top, #3197d4, #2b8aca, #267ebf, #2371b4, #2165a9);
	background-image: linear-gradient(to right top, #61d607, #5dce06, #58c605, #54bf04, #50b703);
	color:#fff;
	font-size:20px;
	text-align: center;
	border-radius:20px 0 0 20px;
	position:absolute;
	top:50%;
	left:-76px;
	transform:translateY(-50%);}

.contact-feild{
	margin-bottom:20px;}
	
.contact-feild:last-child{
	margin:0;}
		
.contact-feild ul li{
	margin-right:10px;
	display:inline-block;
	vertical-align:middle;}
	
.contact-feild ul li:last-child{
	margin:0;}
		
.contact-feild img{
	object-fit: contain;
	display:inline-block;
	width:20px;}

.contact-feild h4{
	margin-top:5px;
	color:#000;
	font-size:15px;
	font-weight:bold;}

/*** Site page ***/

.site-page-contact{
	padding:70px 0;
	/*background: linear-gradient(to right top, #3197d4, #2b8aca, #267ebf, #2371b4, #2165a9);*/
	background: linear-gradient(to left bottom, #2166a9, #2372b4, #277ebf, #2c8bc9, #3397d3) ;
	background: linear-gradient(to left bottom, #145492, #1862a1, #1c71b1, #2180c0, #268fcf)!important;}
	
.site-page-contact .contact-info{
	margin-top:46px;}
	
		
.site-page-contact .site-contact-img img{
	display:block;
	max-width:100%;
	margin:auto;}
		
.site-page-contact .get-touch-btn{
	margin-top:30px;
	text-align:left;}
	
.site-page-contact .get-touch-btn a {
    display: inline-block;
    font-size: 18px;
    color: #292929;
    font-weight: bold;
    padding: 15px 34px;
    background: #fff;
    border-radius: 5px;}
	
.site-page-contact .get-touch-btn a:hover{
	color: #fff;
	background: #292929;}
	
	
.site-portfolio{
	padding:50px 0;}
	
.site-thumbs{
	margin-top:50px;}
	
.site-thumb{
	overflow:hidden;
	display:block;
	position:relative;
	width:100%;
	height:390px;
	border:2px solid #ccc;}
	
.site-thumb img{
	position: relative;
	width:100%;
	object-position: center top;
	-webkit-transition-duration: 20s;
    -moz-transition-duration: 20s;
    -ms-transition-duration: 20s;
    -o-transition-duration: 20s;
    transition-duration: 20s;}
	
.site-thumb:hover img{
	transform:translateY( calc(-100% + 390px) );}
	
.site-thumb-overlay{
	opacity:0;
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	background:rgba(0,0,0,.1);
	display:table;
	text-align:center;
	transition:all .3s ease-in-out;}
	
.site-thumb:hover .site-thumb-overlay{
	opacity:1;}
	
.site-thumb-overlay a{
	opacity:0;
	display:table-cell;
	vertical-align:middle;
	font-size:50px;
	color:#fff;}
	
.siti-classici-bg{
	background: linear-gradient(to right top, #3197d4, #2b8aca, #267ebf, #2371b4, #2165a9);}
	
.siti-classici-bg .common-hdng h2 {
    color: #fff !important;}

.siti-classici-bg .common-hdng h2:after {
    content: '';
    background: url(../images/lines-2.png) no-repeat;}
	
.siti-classici-bg .common-hdng p {
    color: #fff !important;}
	
	
.extra-sec{
	padding:70px 0;
	width:100%;
	height:auto;
	background:#efefef;}
	
.extra-blocks{
	margin-top:10px;}
	
.extra-bx{
	margin-top:40px;
	width:100%;
	height:auto;
	background:#fff;
	padding:15px;
	text-align:center;
	border-radius:10px;
	-webkit-box-shadow: 0px 0px 8px 4px rgba(0,0,0,0.10);
-moz-box-shadow: 0px 0px 8px 4px rgba(0,0,0,0.10);
box-shadow: 0px 0px 8px 4px rgba(0,0,0,0.10);}

.extra-bx:hover {
    -webkit-box-shadow: 0px 0px 15px 15px rgba(0,0,0,0.10);
    -moz-box-shadow: 0px 0px 15px 15px rgba(0,0,0,0.10);
    box-shadow: 0px 0px 15px 15px rgba(0,0,0,0.10);}

.extra-img{
	width:100%;
	height:150px;}
	
.extra-bx img{
	max-width:100%;
	max-height:100%;}
	
.extra-bx h3{
	margin-top:20px;
	font-family: 'Oswald', sans-serif;
	font-size:25px;
	color:#292929;}
	
.extra-bx p{
	margin-top:15px;
	font-size:16px;
	color:#7c7c7c;
	line-height:24px;}	
	
.map-bx{
	position: relative;
    width: 100%;
    height: 400px;}
	
.map-bx iframe{
	width:100%;
	height:100%;}
	
.contact-us-sec{
	padding:50px 0;}	
	
.contact-us-sec .contact-form{
	margin:30px 0 0 0;
	width:100% !important;}
	
.contact-us-sec .con-btn {
    border-radius: 10px !important;
    background: linear-gradient(to right top, #3197d4, #2b8aca, #267ebf, #2371b4, #2165a9) !important;}

.contact-us-sec .contact-form .form-control{
	background:#e4e4e4;
	border-color:#e4e4e4;
	color:#000000;}
	
.contact-us-sec .contact-form .form-control::placeholder{
	color:#000000;}
	
.contcat-details h1{
	color:#292929;
	font-size:25px;
	font-weight:600;}

.contcat-details{
	padding:0px 0 0 50px;
	margin-bottom:30px;}
	
.contcat-details ul{
	margin-top:20px;}
	
.contcat-details ul li{
	display:flex;
	font-size:15px;
	color:#8d8d8d;
	margin-bottom:15px;}
	
.contcat-details ul li:last-child{
	margin:0;}
	
.contcat-details ul li i{
	width:20px;
	display:inline-block;
	text-align:center;
	color:#3197d4;
	margin-right:5px;}
	
.swiss-logo{
	width:200px;
	float:right;}
	
.swiss-logo img{
	max-width:100%;}
	
.back-to-top{
	z-index: 999999;
    position: fixed;
    bottom: 50px;
    right: 28px;
    display: inline-block;
    width: 47px;
    height: 47px; 
	background: linear-gradient(to right top, #3197d4, #2b8aca, #267ebf, #2371b4, #2165a9);
    border-radius: 50%;
    font-size: 20px;
    color: #fff !important;
    text-align: center;
    line-height: 47px;
    display: none;
	-webkit-box-shadow: 0px 0px 21px 5px rgba(0,0,0,0.2);
-moz-box-shadow: 0px 0px 21px 5px rgba(0,0,0,0.2);
box-shadow: 0px 0px 21px 5px rgba(0,0,0,0.2);}
	
.back-to-top:hover{
	background: linear-gradient(to left bottom, #3197d4, #2b8aca, #267ebf, #2371b4, #2165a9) !important;}
	
.blogs{
	width:100%;
	height:auto;
	padding:50px 0;}
	
.blog-post{
	width:100%;
	height:auto;
	margin-bottom:20px;}
	
.blog-img{
	position:relative;
	width:100%;
	height:400px;}
	
.blog-img img{
	width:100%;
	height:100%;
    object-fit: cover;
    object-position: center center;}

.blog-text {
	padding:20px 0;}
		
.blog-text h1{
	font-family: 'Oswald', sans-serif;
    font-size: 30px;
    color: #292929;
	line-height:30px;}
	
.blog-text h3{
    font-size: 25px;
    color: #292929;
	line-height:30px;
	margin-top:20px;}
		
.blog-text p{
	margin-top: 15px;
    font-size: 15px;
    line-height: 25px;
    color: #7c7c7c;}
	
.blog-text p a{
	font-weight:600;
	color:#3094D2;}
	
.blog-text ul li{
    font-size: 14px;
    line-height: 25px;
    color: #7c7c7c;
    font-weight: 500;
    list-style: circle;
    margin-left: 16px;}
	
.blog-posted{
	padding:5px 10px;
	background:rgba(0,0,0,.5);
	position:absolute;
	bottom:0;
	left:0;}
	
.blog-posted p{
	font-size:15px;
	color:#fff;
	margin:0;}
	
.blog-right-bar{
	padding:50px 0;}

.news-bar{
	margin-bottom:30px;
	border:1px solid #eee;
	padding:15px;}
		
.news-bar h5{
	font-size:25px;
	color:#333;
	font-weight:600;
	margin-bottom:20px;}
	
.news-bar h5:after{
	content:'';
	display:block;
	width:30px;
	height:2px;
	background:#3094D2;
	margin-top:5px;}
	
.news-bar ul li{
	display:block;
	margin-bottom:20px;}
	
.news-bar ul li a{
	font-size:15px;
	display:flex;
	color:#7c7c7c;}
	
.news-bar ul li a:hover{
	color:#3094D2;}
	
.news-bar ul li a i{
	margin-right:5px;}
	
.text-content{
	padding:50px 0;}

.text-block{
	margin-bottom:30px;}
		
.text-block h4{
	font-family: 'Oswald', sans-serif;
    font-size:20px;
    color: #292929;
    line-height: 30px;}
	
.text-block p{
    font-size: 15px;
    line-height:22px;
    color: #7c7c7c;}
	
.frm_hidden {
	display: none;
}

.page-item a, .page-item span{
	position: relative;
    display: block;
    padding: .5rem .75rem;
    margin-left: -1px;
    line-height: 1.25;
    color: #007bff;
    background-color: #fff;
    border: 1px solid #dee2e6;}
	
.page-item span{
	background:#3094D2;
	color:#fff;
	border-color:#3094D2;}
	
.block-landscape-view{
	display:none;}
	
.frm_checkbox label, .frm_checkbox label a{
	color:#fff !important;}
	
.frm_checkbox label a{
	text-decoration:underline;}
	
.frm_error{
	position:absolute;}
	
.contact-us-sec .frm_checkbox label, .contact-us-sec .frm_checkbox label a{
	color:#292929 !important;}

.news-sec{
	position: relative;}


.cookies-bx{
	padding:10px 0;
	width:100%;
	height:auto;
	background:#000;
	position:fixed;
	bottom:0;
	left:0;
	right:0;
	z-index:999999999999999;}
	
.cookies-text p{
	font-size:14px;
	color:#fff;
	line-height:20px;
	font-weight:400;
	margin:0;}

.cookies-text{
	margin-top:6px;}
		
.cookies-text p a{
	color:#3094D2;
	font-weight:500;}

.cookies-btn{
	text-align:center;}
		
.cookies-btn a{
	display:inline-block;
	font-size:14px;
	padding:5px 10px;
	background:#3094D2;
	color:#fff;
	border-radius:4px;}
	
.for-desktop-show{
	display:block;}
	
.for-mobile-show{
	display:none;}	
		
.testimonial-sec {
	background: #efefef;
}

.tecnologie-bx-info{
	box-shadow: none !important;
	border: 1px solid #ccc;
	display: flex;
	align-items: center;
	padding: 15px 15px;
}
  
.tecnologie-img img {
	max-width: 80%;
}

.tecnologie-bx-info img{
	width: 80px;
	height: 80px;
}

.info-content{
	text-align: left;
	padding-left: 30px;
}

.info-content h4 {
	margin-top: 0;
}
.info-content p {
	margin-top: 5px;
}
