@charset "utf-8";
/* CSS Document */

.img-responsive.mobile {
  display: none;
}

@media only screen and (max-width: 768px) {
  .img-responsive {
    display: none;
  }
  .img-responsive.mobile {
    display: block;
  }
}

.padding-0{
    padding-right:0 !important;
    padding-left:0 !important;
}
.full {
    background: url( "pictures/Fotolia_181493362_Subscription_Monthly_M.jpg") no-repeat center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
    height:100%;
}

.full_2 {
    background: url(
	"pictures/Fotolia_165278903_S.jpg") no-repeat center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
    height:100%;
}
.block3 {
	/*width: 100px;*/
	height: 100vh;
}


.bg-company-dark {
    background-color: #131313 !important;
}


.poppins-bold {
	font-family: 'Poppins', Helvetica, Arial, sans-serif!important;
font-weight:800;
}

.poppins-regular {
	font-family: 'Poppins', Helvetica, Arial, sans-serif!important;
font-weight:400;
}

.lato300 {
	font-family: 'Lato', sans-serif;
font-weight:300;
}

.lato400 {
	font-family: 'Lato', sans-serif;
font-weight:400;
}

.lato700 {
	font-family: 'Lato', sans-serif;
font-weight:700;
}

.lato900 {
	font-family: 'Lato', sans-serif;
font-weight:900;
}
/*
.overlay {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%;
  opacity: 0;
  transition: .5s ease;
  background-color: #E1E1E1;
}*/


.badgeOne {position: absolute;
    top: 10px;
    left: 25px;
    width: 33px !important;
    height: 17px !important;
    border: 0px;}

/*.media img+span.badge {
    position: relative;
    top: 8px;
    left: 8px;
	z-index: 1;
}*/

.shadow-effects:hover {
  box-shadow: 0 0 20px 10px rgba(0,0,0,0.1);
}


body {
  /* Margin bottom by footer height */
  margin-bottom: 60px;
}
.footer {
  position: absolute;
  bottom: -10;
  width: 100%;
  /* Set the fixed height of the footer here */
  height: 60px;
  line-height: 60px; /* Vertically center the text there */
  background-color: #f5f5f5;
}

p.compatible {
     /*text-indent: 1.5em;*/
     font-size: x-small;
     color: grey;
     overflow: hidden;
     text-align: left;
   
} 

.grey-bkg {
	background: #171717;
} 

.color-grey {
	background: #F1F1F1;
} 

.nav-menu {
    font-size: medium;
    color: #E02A2D;
    text-align: left;
   	font-family: 'Lato', Helvetica, Arial, sans-serif!important;
	font-weight:400;
}

p.text-muted1 {
    color: #869ab8!important;
} 

.text-grey {
		color: #171717;
} 


.mb-6, .my-6{
	margin-bottom: 2rem !important;
}
.img-fluid, .img-thumbnail{
	max-width: 100%;
	height: auto;
}

*, ::after, ::before{ 
	box-sizing: border-box;
}
.align-items-center{
	align-items: center !important;
}
 .w-md-150 {
  width:150%!important
 }

.w-lg-130 {
  width:130%!important
	  
 }

@media all and (max-width:767.98px){
	.mw-lg-130{
		width: 110%!important;
	}
	.mob-minus{
	margin-left: -108px!important;
}
}

@media all and (min-width:768){
	
		.pt-md-11, .py-md-11{

padding-top: 6rem !important;
	}

}

@media all and (max-width:768){
	
		.mob-minus{
	margin-left: -500px!important;
}

}
	
@media all and (max-width:991.98px){
	.display-4{
		font-size: 2.25rem;
	}
	.mw-md-150{
		max-width: 150%!important;
	}
	}
body { 
   overflow-x: hidden;
}

.text-portfolio-bold{
	font-size: small;
}







