<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*
 * Author 	: HIMANSHU GUPTA 
 * Email 		: himanshucse2012@gmail.com
 * Website	:	http://www.indioweb.in/portfolio
 */
 
/* Fonts */

@import url(https://fonts.googleapis.com/css?family=Roboto+Condensed:400,700);

/* Basic CSS starts */

body{
	padding-top: 120px;
	color: #676767;
	font-family: 'Roboto Condensed', sans-serif;
	-webkit-font-smoothing: antialiased;
}

h1,h2,h3,h4,h5,h6{
	font-family: 'Roboto Condensed', sans-serif;
	font-weight: 300;
}

p{
	margin:0;
	padding:0;
	line-height: 24px;
}

a{
	text-decoration: none;
}

a:hover{
	text-decoration: none;
}

a:hover,a:active,a:focus {
	outline: 0;
	outline-width: 0 !important;
}


form input, form input:focus,
form textarea, form textarea:focus{
	border: 1px solid #eaeaea !important;
	border-radius: 2px !important;
	box-shadow: none !important;
	font-size: 13px !important;
}

/* Social CSS */

/* Basic CSS ends */

i.fa.fa-euro{
	padding-right: 6px;
	padding-left:5px;
}



/* Loading screen */



.loading-screen {
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
		background: #fff url('../img/loading1.gif') no-repeat center center;
    z-index: 9999999999 !important;
}

.loading-screen div{
	position: fixed;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	background: transparent url('../img/logo.png') no-repeat center center;
	background-size: 60px;
}



/* Default Padding */

.padd{ padding: 5px 0px 8px;}

/* Container Default Heading */

.container .default-header{
	text-align: center;
	margin-bottom: 20px;
}

.container .default-header h3{
	margin: 0;
	font-size: 42px;
	font-weight: normal;
	text-transform: uppercase;
	font-family: 'Roboto Condensed', Sans-Serif;
}

.container .default-header p{
	font-size: 17px;
	line-height: 25px;
}

.container .default-header span.header-icon{
	display: block;
	margin: 30px auto;
	max-width: 300px;
	height: 5px;
}

.container .default-header span.header-icon i{
	display: inline-block;
	position: relative;
	top: -15px;
	width: 35px;
	height: 35px;
	line-height: 35px;
	color: #fff;
	font-size: 18px;
	border-radius: 50px;
}


/* Header */

.header{
	position: fixed;
	top: 0;
	z-index: 10000000;
	width: 100%;
	background: #fff;
	border-bottom: 1px solid #eaeaea;
	box-shadow: 0px 0px 5px #ccc;
}




/* Navigation Menu */

.navbar-default{
	margin: 0px;
	padding-bottom: 20px;
	margin-top: 10px;
	background: white;
	border-radius: 0px;
	border: 0px;
}





.feature-nav .row{
    margin-top: 30px;
}



#navbar-header .navbar-brand img{
	position: relative;
	top: -21px;
	display: inline-block;
	max-width: 250px;
}

.navbar-default .navbar-nav &gt; li &gt; a{
	padding: 47.5px 10px 17px;
	font-size: 16.25px;
	font-weight: 700;
	text-transform: uppercase;
	-webkit-transition: all 1s ease;
	-moz-transition: all 1s ease;
	-ms-transition: all 1s ease;
	transition: all 1s ease;
}





.navbar-default .navbar-toggle{
	top: 5px;
}

.navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus{
	background: transparent;
}




/* feature */

.feature .feature-item{
	margin-top: 30px;
	padding: 20px 0;
	text-align: center;
}

.feature .feature-item{
	opacity: 0;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    -webkit-animation-duration: 1.25s;
    -moz-animation-duration: 1.25s;
    -ms-animation-duration: 1.25s;
    -o-animation-duration: 1.25s;
	animation-duration: 1.25s;
}

.delay-one{
    -webkit-animation-delay: 0s;
    -moz-animation-delay:0s;
    -ms-animation-delay: 0s;
    -o-animation-delay: 0s;
    animation-delay: 0s;
}

.delay-two{
    -webkit-animation-delay: 0.25s;
    -moz-animation-delay: 0.25s;
    -ms-animation-delay: 0.25s;
    -o-animation-delay: 0.25s;
    animation-delay: 0.25s;
}

.delay-three{
    -webkit-animation-delay: 0.5s;
    -moz-animation-delay: 0.5s;
    -ms-animation-delay: 0.5s;
    -o-animation-delay: 0.5s;
    animation-delay: 0.5s;
}

.feature .feature-item.animation{
	opacity: 1;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}

.feature .feature-item a{
	display: block;
	width: 100%;
	text-align: center;
}

.feature .feature-item a i{
	display: inline-block;
	width: 100px;
	height: 100px;
	line-height: 100px;
	font-size: 40px;
	border-radius: 150px;
	-webkit-transition: all 0.35s linear;
	-moz-transition: all 0.35s linear;
	-ms-transition: all 0.35s linear;
	-o-transition: all 0.35s linear;
	transition: all 0.35s linear;
}

.feature .feature-item:hover a i{
  -webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
	-o-transform: scale(1.1);
	transform: scale(1.1);
}

.feature .feature-item a img {
    display: inline-block;
    width: 100px;
    height: 100px;
    line-height: 103px;
    font-size: 32px;
  
    -webkit-transition: all 0.35s linear;
    -moz-transition: all 0.35s linear;
    -ms-transition: all 0.35s linear;
    -o-transition: all 0.35s linear;
    transition: all 0.35s linear;
}
.feature .feature-item #im1 img{
    
     width: 140px;
    max-height: 148px;
    height: 118%;
   
   
}

.feature .feature-item h4{
	margin: 0;
	margin-top: 20px;
	margin-bottom: 10px;
	font-size: 24px;
}

.feature .feature-item h4 a{
	color: #767676;
}

.feature .feature-item h4 a:hover{
	color: #454545;
}

.feature .feature-item p{
	font-size: 15px;
	line-height: 23px;
}

.feature .feature-nav{
	margin-top: 50px;
}

.feature .feature-nav .nav-tabs{
	border: 0px;
}

.feature .feature-nav .nav-tabs &gt; li &gt; a{
	margin-bottom: 6px;
	margin-right: 6px;
	padding: 15px 20px;
	background: #fdfdfd;
	border-radius: 10px;
}

.feature .feature-nav .nav-tabs &gt; li &gt; #iBG{
	margin-bottom: 6px;
	margin-right: 6px;
	padding: 11px 21px;
	
	background: #fdfdfd;
	border-radius: 10px;
}

.feature .feature-nav .nav-tabs &gt; li &gt; #iBG img{
	width: 35px;
	visibility: visible ;
}

.feature .feature-nav .nav-tabs li.active #iBG {
    background-color: #0099cc;
	background-image: url('../img/words.png'); 
	background-repeat: no-repeat;
	background-position: center;
	background-size: 57px;

}
/*
.feature .feature-nav .nav-tabs li #imgBG:hover {
    background-color: #0099cc;
	background-image: url('../../img/words.png'); 
	background-repeat: no-repeat;
	background-position: center;
	background-size: 57px;

} */

.feature .feature-nav .nav-tabs li.active #iBG img {
   visibility: hidden;
	 
}
/*
.feature .feature-nav .nav-tabs li.active #imgBG img :hover{
   visibility: hidden;
	 
}
*/
.feature .feature-nav #iBG img {
    margin-top: 0px;
}

.feature .feature-nav .nav-tabs &gt; li &gt; a i{
	font-size: 26px;
}

.feature .feature-nav .tab-content{
	margin-top: 5px;
	padding: 10px 15px;
	border: 1px solid #eaeaea;
	border-radius: 9px;
}

.feature .feature-nav .tab-content h5{
	margin: 0px;
	margin-bottom: 5px;
	font-size: 25px;
}

.feature .feature-nav .tab-content h5 i{
	position: relative;
	top: -5px;
	display: inline-block;
	margin-right:3px;
	width: 30px;
	height: 30px;
	line-height: 30px;
	text-align: center;
	font-size: 15px;
	border-radius: 40px;
}

.feature .feature-nav .tab-content p{
	font-size: 15px;

}
.feature .feature-nav img {
	width: 100%;
	max-width: 550px;
	margin: 0 auto;
}







/* Contact */

.contact .contact-map{
	position: relative;
	background: none;

	border-radius: 4px;
}

.contact .contact-map .gmap3{
	margin-top: 40px;
	height: 350px;
	border: 1px solid #eaeaea;
	border-radius: 2px;
}

.contact .contact-map .address{

	bottom: 20px;
	margin-top: 65px;
	z-index: 10;

	border-radius: 2px;
	padding-left:150px;
	margin-left: 10%;

}

.contact .contact-map .address i{
	font-size: 15px;


}
.contact .contact-map .address p {
	display: inline-block;
	margin-left: 10px;
	margin-bottom: 7px;
	font-size: 14px;
	line-height: 24px;

}

.contact .contact-form{
	margin-top: 40px;
	width:400px;
}

.contact .contact-form h4{
	margin: 0px;
	margin-bottom: 15px;
	padding-bottom: 6px;
	font-size: 24px;
	font-weight: 400;
	border-bottom: 1px solid #eaeaea;
}

/* Page Content */


/*
 * counter block
 */



/* Footer */

#footer{
	padding: 50px 0px 15% 0%;
	background: #fafafa;
	border-top: 1px solid #eaeaea;
	box-shadow: 0px 0px 5px #ccc;
}



#footer p{

	font-size: 105%;
	text-align: center;

}



/* Back to top */

.totop {
	position: fixed;
	bottom: 20px;
	right: 20px;
	z-index: 104400;
}

.totop a, .totop a:visited{
	display: block;
	width: 40px;
	height: 40px;
	color: #fff;
	text-align: center;
	font-size: 16px;
	line-height: 40px;
	border-radius: 45px;
}


/* Responsive CSS */

/* Mobile phones */


/* Tablets */


/* Desktop */








#contact{
	background-color: #0099cc;
	color:white;
	padding:15px 0px 50px !important;

}

#SM1,#SM2{
    background-color: #0099cc;
    color:white;

    padding-bottom:0%;
	padding: 0px;
	padding-top: 12px;
}

#contact h3,#contact h4 ,#SM1 h5,#SM1 h3,#SM2 h5,#SM2 h3{

	color:white;
}

#SM1 p,#SM2 p,#contact .default-header p{

	font-size:24px;
}


#SM1 .feature-item  i,#SM2 .feature-item  i
{
	color: #FFFFFF;
	border: 1px solid white;
	background:#0099cc;
}

#SM1 .feature-item a i:hover,#SM2 .feature-item  i:hover
{
	color:#0099cc !important;
	background:white !important;
}


#SM1 .feature-item #hov1 i {
	color: #0099cc;
	border: 1px solid white;
	background:white;
}

#SM1 .feature-item #hov1 i:hover{
	color:#FFFFFF !important;
	background:none !important;
}

#SM2 .feature-item #hov2 i {
	color: #0099cc;
	border: 1px solid white;
	background:white;
}

#SM2 .feature-item #hov2 i:hover{
	color:#FFFFFF !important;
	background:none !important;
}



#SM1 span.header-icon i{
	color:#0099cc;
	background: white;
}
#SM2 span.header-icon i{
    color:#0099cc;
    background: white;
}


#SM1 .container .default-header span.header-icon {
	background: white;
}
#SM2 .container .default-header span.header-icon {
    background: white;
}





#contact span.header-icon i{
	color:#0099cc;
	background: white;
}

#contact .container .default-header span.header-icon {
	background: white;
}


#SM1 .feature-nav .tab-content h5 i {

	border: 1px solid white;
}


#SM2 .feature-nav .tab-content h5 i {

    border: 1px solid white;
}



#SM1 .feature-nav .nav-tabs li a {
	 border: 1px solid;
 }

#SM1 h4 a {
	color:white;
}

#SM1 h5 i {
	color:white;
}

#SM2 .feature-nav .nav-tabs li a {
    border: 1px solid;
}

#SM2 h4 a {
    color:white;
}

#SM2 h5 i {
    color:white;
}






.btn-danger {
	color: #333;
	background-color: #fff;
	border-color: #ccc;
}

.btn-danger:hover{
	color:#fff;
	background-color: #025ead;
	border-color: #0099cc
;
}

.btn-default {
	color: #fff;
	background-color: #444444;
	border-color: #ccc;
}

#contacter{

	margin-left:300px;
}

#rowSPE{
display:inline-flex;
	margin-left:-125px;
}
.it1 {
	position: relative;
	width: 150%;
	top: -250px;
	left: 120%;
	max-width: 550px;
}

#one .it1, #three .it1{
	position: relative;
	width: 155%;		
	left: 120%;
	top: -278px;
	max-width: 545px;

}
	
#five .it1 {
	position: relative;
	width: 155%;
	left: 120%;
	top: -300px;
	max-width: 545px;
}

#two .it1 {
	position: relative;
	width: 155%;
	left: 120%;
	top: -300px;
	max-width: 523px;
}








.ti1{
	border: 1px solid #eaeaea;
	border-radius: 9px;
	padding: 10px 15px;

}

#two .ti1 {
		
		margin-bottom: 56px;
	}

#Marketing .feature-nav .tab-content,#Commerce .feature-nav .tab-content,#VVV .feature-nav .tab-content{
	margin-top: 5px;

	border:none;

	border-radius:0;
	margin-bottom:-35%;
}

#contact a{
	color:white;
}

.feature .feature-item #im1 i{
	width: 128px;
	top: -10px;
	position: relative;
}
#Marketing,#Commerce,#VVV {
	padding-top: 0;
}



#Marketing .feature-nav,#VVV .feature-nav,#Commerce .feature-nav{
	margin-top:0;
}

.pAlinea{
	padding-left:9px;
	font-size: 14px !important;
	line-height:20px!important;
	padding-bottom:15px;
}

.pQuestion{
	font-size: 16px !important;
	line-height: 24px;
	padding-bottom:8px;
}





.triangle-up {
	width: 0;
	height: 0;
	left:14px;
	position: absolute;
	/*top:10px;*/
	border-left: 9px solid transparent;
	border-right: 9px solid transparent;
	border-bottom: 9px solid white;
	
}

#erreur-numero {
	width: 128%;
    padding: 9px 15px;
	font-family: Roboto Condensed;
	margin-left: -63px;
	color:black;
	background-color:white;
    bottom:31%;
	position: absolute;
	border-radius:3px;
	border: 1px solid grey;
  
}

#erreur-nom {
	width: 128%;
	font-family: Roboto Condensed;
    padding: 9px 15px;
	margin-left: -63px;
	color:black;
	background-color:white;
  	bottom:56%;
	position: absolute;
	border-radius:3px;
	border: 1px solid grey;
  
}

#erreur-mail {
	width: 128%;
	font-family: Roboto Condensed;
    padding: 9px 15px;
	margin-left: -63px;
	color:black;
	background-color:white;
  	bottom:43%;
	position: absolute;
	border-radius:3px;
	border: 1px solid grey;
  
}

#erreur-message {
	width: 128%;
	font-family: Roboto Condensed;
    padding: 9px 15px;
	margin-left: -63px;
	color:black;
	background-color:white;
  	bottom:0%;
	position: absolute;
	border-radius:3px;
	border: 1px solid grey;
  
}

#Form-valid{
	margin: 15px 0px;
	
	font-size: 22px;
	font-family: Roboto Condensed;
}

</pre></body></html>