/*Default*/
@font-face {
  font-family: erasbold;
  src: url('font/ERASBD.ttf');
}
body{
	font-family: 'Lora', serif;
	overflow-x:hidden;
	
}
h1, h2, h3, h4, h5, h6 {
 font-family: 'Montserrat', sans-serif!important;
 font-weight: 900!important;
 text-transform: uppercase!important;
}
section{
	max-width:100%;
}
.make-center{
	position:absolute;
	top:50%;
	left:50%;
	/*margin-left:-50%;*/
	transform:translate(-50%,-50%);
}

.navbar img{
	/*-webkit-filter: drop-shadow(3px 1px 3px white);
	filter: drop-shadow(3px 1px 3px white);*/
}
#home{
	position:relative;
	max-width:100%;
}
#home::before{
	content:'';
	position:absolute;
	width:100%;
	height:100%;
	background:rgba(255,255,255,0.6);
}
.home-tri-1 {
    border-color: #13527b transparent transparent transparent!important;
}
.home-tri-2 {
    border-color: transparent transparent #13527b transparent!important;
}
#about-us{
	position:relative;
	width:100%;
	height:100vh;
	
}
.product-tri-left {
    border-color: transparent transparent transparent #1870aa!important;
}
.btn-primary{
    background-color: #1870aa;
    color: white;
    font-size: 30px;
    border-radius: 10px;
    padding: 10px 50px;
    box-shadow: 4px 3px 12px 4px rgba(0,0,0,0.7);
	
}

.btn-primary:hover{
	background-color:white;
	color:#2d60a1;
}

#product{
	position:relative;
}
.product-item{
	position:relative;
}
.product-item-container{
	min-width:100%;
	min-height:100%;
	background-size:cover;
	background-position:center;
	background-repeat:no-repeat;	
	
}
.product-item-container{
	position:relative;
}
.product-item-container h3{
	position: absolute;
    top: 50%;
    left: 50%;
    margin-right: -50%;
    transform: translate(-50%,-50%);
	color:white;
	    font-weight: bold;
}
.rainbow-red:before{content:'';position:absolute;top:0%;left:0;width:100%;height:100%;background-color:rgba(255, 0, 0,0.5);}
.rainbow-orange:before{content:'';position:absolute;top:0%;left:0;width:100%;height:100%;background-color:rgba(255, 165, 0,0.5)}
.rainbow-yellow:before{content:'';position:absolute;top:0%;left:0;width:100%;height:100%;background-color:rgba(255, 255, 0,0.5)}
.rainbow-green:before{content:'';position:absolute;top:0%;left:0;width:100%;height:100%;background-color:rgba(0, 255, 0 ,0.5)}
.rainbow-blue:before{content:'';position:absolute;top:0%;left:0;width:100%;height:100%;background-color:rgba(0, 0, 255 ,0.5)}
.rainbow-indigo:before{content:'';position:absolute;top:0%;left:0;width:100%;height:100%;background-color:rgba(75, 0, 130,0.5)}
.rainbow-purple:before{content:'';position:absolute;top:0%;left:0;width:100%;height:100%;background-color:rgba(139, 0, 255,0.5)}

#short_description{background-color:#ffcf6b;background-position:center;background-repeat:no-repeat;background-size:cover;position:relative;background-attachment:fixed}
.short_description_item{
	padding:30px;
	
}
.short_description_item h4,.short_description_item i{
	color:black!important;
}

#contact{
	padding:50px;
}
.contact-circle{
	background-color:#1870aa;
	border-radius:100px;
	position:relative;
}

.contact-circle p{
	color:white;
	font-size:70px;
	position:absolute;
	top:50%;
	left:50%;
	transform:translate(-50%,-50%);
	
}
.contact-content{
	display:block;
	margin-top:20px;
	font-size: 18px;
	font-weight:bold;
	margin-bottom: 20px;
}

#contact input[type=text],#contact textarea,#contact input[type=email]{
    padding: 30px 20px;
    font-size: 20px;
    font-weight: bold;
}

#contact textarea{
	height:300px;
	padding:20px 20px!important;
}

footer{
	/*background-image:url(/img/footer.svg);*/
	background-color:#242424;
	background-attachment:fixed;
	background-size:cover;
	background-repeat:no-repeat;
	position:relative;
}
footer:before{
	content:'';
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	/*background-color:rgba(76, 158, 255, 0.4);*/
}
.btn-facebook{
    background-color: #1870aa;
    padding: 10px;
    font-size: 40px;
    border-radius: 100px;
    color: white;
    width: 75px;
    height: 75px;
    display: inline-block;
}

.btn-facebook:hover{
	cursor:pointer;
	background-color:white;
	color:#265696;
}
.footer-menu{
	width:100%;
}
.footer-menu  ul{
	list-style:none;
	padding: 0;
	
}

.footer-menu li{
	font-size: 24px;
}
.footer-menu a{
	color:white;
}
.navbar-reduce img{
	/*-webkit-filter: drop-shadow(1px 1px 1px gray);
    filter: drop-shadow(1px 1px 1px gray);*/
}
#contact{
	padding-top: 50px!important;
	padding-bottom:0px!important;
	padding-left:0px!important;
	padding-right:0px!important;
}

.product-item-container{
	transition:all 1s ease;
	box-shadow:none;
}
.product-item-container:hover{
	cursor:pointer;
	box-shadow: 10px 7px 20px 1px rgba(0,0,0,0.4);
}

#about-us-row-1{
	width:100%;
	height:75vh;
	background-color:#1870aa;
	position:relative;
}
#about-us-row-1 h2{
	color:white;
	text-align:center;
	font-size:60px;
	    padding-top: 400px;
}
#about-us-row-1 p{
    text-align: center;
    color: white;
    font-size: 24px;
}
#about-us-row-1 embed{
	height:500px;
}
#about-us-row-2{
	width:100%;
	padding-top:100px;
	padding-bottom:100px;
	background-color:#ffcf6b;
}

#about-us-row-3{
	padding: 100px 0px;
}

#about-us-row-4{
	padding: 100px 0px;
	background:#a9d7d8;
}

#about-us-row-4 p{
    font-size: 20px;
    text-align: center;
    padding: 20px 0px;
	    font-weight: bold;
    color: white;
}

#about-us-row-4 h3{
    padding: 30px 0px;
    text-align: center;
    width: 100%;
    font-size: 36px;
    font-weight: bold;
    color: white;
}

#about-us-row-3 p{
	font-size: 20px;
	padding-top: 50px;
}

#about-us-row-5{
	padding:100px 0px;
}
#about-us-row-5 h3{
	text-align:center;
	padding:30px 0px;
	font-weight:bold;
}
.img-widget{
    padding: 10px;
    box-shadow: 12px 7px 17px 0px darkgrey;
	background:white;
}

.align-item-center{
	-webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
	display:flex;
}
.swiper-container {
    width: 900px;
    
	max-width: 100%;
}

.padding-section{
	padding:70px 0px;
}

#contact-us-row-1,#partnership-row-1,#download-demo-row-1,.product-banner{
	height:80vh;
	background:#1870aa;
	background-image: url(/img/website_product_banner.png);
    background-position: center;
	background-repeat:no-repeat;
	
}
#contact-us-row-1 h2{
	color:white;
	text-align:center;
	
	font-size:60px;
}

#contact-us-row-2{
	background:#ffcf6b;
}
h2.title{
	padding: 30px 0px;
    text-align: center;
    width: 100%;
    font-size: 36px;
    font-weight: bold;
}
h2.page-title{
	color: white;
    text-align: left;
    font-size: 37px;
}

#partnership-row-2 p{
	padding:30px 0px;
}
form label{
	font-weight:bold;
}
.product-bg-orange{
	background:#ffcf6b;
}

.contact-us-block-button{
	color:white;
	font-size:20px;
	text-align:center;
	background-color:#25b6d4;
	padding:20px 70px;
	width:100%;
}
.progressbar__label{
	font-size:30px;
	color:black!important;
}
#particles-js{
	height:80vh;
}
/*End Default*/






