html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    vertical-align: baseline;
    background: transparent;
}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
    display: block;
}
ol, ul {
    list-style: none;
}
blockquote, q {
    quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
    content: '';
    content: none;
}
a {
    color: #000000;
}
a:hover {
    text-decoration: none;
    transition:all 0.3s ease-in-out;
}
del {
    text-decoration: line-through;
}
abbr[title], dfn[title] {
    border-bottom: 1px dotted;
    cursor: help;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}
/* change border colour to suit your needs */
hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #cccccc;
    margin: 1em 0;
    padding: 0;
}
a:hover{
  color: #000;
}
img{
  object-fit: cover;
  vertical-align: middle;
}
input, select {
    vertical-align: middle;
}
input[type=text]:focus, input[type=email]:focus,
input[type=password]:focus, select:focus,
textarea:focus, input[type=submit]:focus{
  outline: 0;
}
::-webkit-input-placeholder { /* Chrome/Opera/Safari */
    color: #9aa1ab;
}
::-moz-placeholder { /* Firefox 19+ */
    color: #9aa1ab;
}
:-ms-input-placeholder { /* IE 10+ */
    color: #9aa1ab;
}
:-moz-placeholder { /* Firefox 18- */
    color: #9aa1ab;
}
html, body {
  height: 100%;
}
body{
    color: #120E14;
    font-family: 'Nunito Sans', sans-serif;
}
.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
    font-weight: 800;
}
/*---------------------*/
/*-------Header-------*/
/*-------------------*/

.bg-wrapper{
	position: relative;	
	background: #FBFAFD;
}
.bg-wrapper:before{
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	background-image: url('../images/afd8f51c05aa7f1c38d062b6bb7a4d991f8dedd4.png');
	background-size: 100% 100%;
	background-position: center;
	background-repeat: no-repeat;
	width: 100%;
	height: 100%;
}
.navbar{
    position: relative;
    padding: 15px 0;
}
.navbar .logo{
    width: 180px;
    height: auto;
}
.navbar-toggler {
    border: 0;
}
.navbar-toggler:focus{
    border: 0;
    outline: none;
}
.navbar-toggler img{
    height: 35px;
    border: 0;
}
.navbar-light .navbar-nav .nav-item{
	margin: 0 7px;
}
.navbar-light .navbar-nav .nav-link{
	font-size: 14px;
    position: relative;
    color: #120E14;
    padding: 4px 15px;
    font-weight: bold;
}
.navbar-light .navbar-nav .nav-link.active{
	background: #E52237;
    color: #fff;
    border-radius: 50px;
}
.navbar .menu-btn{
	height: 40px;
	margin-right: 50px;
	display: none;
	cursor: pointer;
}

/*----------------------*/
/*-------Banner--------*/
/*--------------------*/

.banner{
	position: relative;
	padding: 100px 0 40px;
}
.banner-content h1{
	max-width: 550px;
	margin-bottom: 30px;
	font-weight: 900;
	font-size: 34px;
	color: #070707;
}
.banner-content h1 span{
	color: #E52237;
}
.banner-content h2{
	font-size: 26px;
	color: #282525;
	font-weight: 700;
	margin-bottom: 7px;
}
.banner-content p{
	font-size: 16px;
	color: #4D4242;
	line-height: 26px;
}
.banner-progress-bar{
	margin-top: 35px;
}
.banner .progress{
    height: 0.7rem;
    border-radius: .15rem;
    margin: 8px 0; 
}
.progress-wrapper{
	margin-bottom: 15px;
}
.progress-wrapper p{
	font-size: 13px;
	text-align: right;
	line-height: 16px;
	font-weight: 500;
	color: #161616;
}
.progress-wrapper strong{
	font-size: 14px;
	color: #161616;
}
.progress-wrapper .progress-bar.bg-purple{
	background: #794583;
}
.progress-wrapper .progress-bar.bg-black{
	background: #30414f;
}
.progress-wrapper .progress-bar.bg-pink{
	background: #b43e61;
}
.progress-wrapper .progress-bar.bg-blue{
	background: #62acc7;
}
.progress-wrapper .progress-bar.bg-green{
	background: #a2ca57;
}
.progress-wrapper .progress-bar.bg-red{
	background: #dc3c43;
}
.progress-wrapper .progress-bar.bg-yellow{
	background: #eabb46;
}
.progress-wrapper .progress-bar.bg-orange{
	background: #ec953d;
}
.banner-form{
	background: #fff;
	box-shadow: 0 4px 8px 0 rgb(221 221 221 / 0.5);
	padding: 30px;
	border-radius: 10px;
}
.banner-form label{
	display: block;
    margin-bottom: 0;
    color: #000000;
    font-size: 14px;
    font-weight: 700;
}
.banner-form input,
.banner-form select{
    display: block;
    width: 100%;
    margin-bottom: 20px;
    border-radius: 4px;
    border: 1px solid #d0d0d0;
    background: #fafafa;
    padding: 5px 8px;
    font-size: 14px;
    font-weight: 600;
    height: 42px;
    color: #000000;
}
.banner-form .btn-submit{
	color: #fff;
	background: #E52237;
	padding: 8px 0;
	border: 0;
	width: 100%;
	border-radius: 3px;
	font-size: 13px;
	font-weight: 500;
}

/*---------------------*/
/*----Introducing-----*/
/*-------------------*/

.title{
	text-align: center;
	margin-bottom: 60px;	
}
.title h2{
	font-weight: 900;
	font-size: 34px;
	max-width: 560px;
    margin: auto;
	margin-bottom: 25px;
}
.title p{
	font-size: 14px;
	font-weight: 500;
}
.introducing{
	margin-top: 50px;
}
.introducing-content p{
	font-size: 14px;
	padding-bottom: 30px;
	line-height: 24px;`
}
.introducing-info h4{
	font-weight: 900;
	font-size: 22px;
	margin-bottom: 5px;
}
.introducing-info p{
	font-size: 13px;
	color: #666666;
	padding-bottom: 0;
}
.introducing-info img{
	width: 100%;
	height: auto;
}
.introducing-info .row{
	margin-bottom: 35px;
}

/*---------------------*/
/*----Management-----*/
/*-------------------*/

.custom-container{
	margin: auto;
	max-width: 1040px;
}
.management{
	margin: 75px 0;
}
.management-img img{
	height: 535px;
    width: auto;
}
.management-content{
	margin-top: 22px;
}
.management-content p{
	font-size: 14px;
	padding-bottom: 40px;
}
.management-content p span{
	color: #E52237;
	font-weight: 700;
}

/*---------------------*/
/*----Management-----*/
/*-------------------*/

.modules{
	padding: 40px 0;
	background: #FBFBFB;
}
.modules-points{
	margin-bottom: 90px;
}
.modules-points .row .col-md-2{
	-ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
	border: 2px solid #ececec;
	border-top: 0;
	border-left: 0;
}
.modules-points-holder{
	text-align: center;
	padding: 25px;
}
.modules-points-holder img{
	height: auto;
	width: auto;
	margin-bottom: 25px;
}
.modules-points-holder h6{
	font-size: 14px;
}
.modules-points .row:nth-child(1) .col-md-2:nth-child(5){
	border-right: 0;
}
.modules-points .row:nth-child(2) .col-md-2:nth-child(5){
	border-right: 0;
}
.modules-points .row:nth-child(3) .col-md-2:nth-child(5){
	border-right: 0;
}
.modules-points .row:nth-child(3) .col-md-2{
	border-bottom: 0;
}
.day-life{
	text-align: center;
}
.day-life img{
	width: 750px;
	height: auto;
}

/*---------------------*/
/*-Mobile Application-*/
/*-------------------*/

.mobile-application{
	margin: 65px 0;
}
.mobile-application-slider .col-md-2{
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
}
.mobile-application-slider .slick-center{
	position: relative;
}
.mobile-application-slider .slick-center:after{
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	background-image: url('../images/mobile-frame-transparent.png');
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	width: 100%;
	height: 100%;
}
.mobile-application-slider .slick-slide{
	padding: 10px;
}
.mobile-application-slider .slick-dots{
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 35px;
}
.mobile-application-slider .slick-dots li.slick-active button{
    background: #e02020;
    border: none;
}
.mobile-application-slider .slick-dots li button{
    background: #d0d0d0;
    border: none;
    border-radius: 50%;
    text-indent: -2000px;
    height: 12px;
    width: 12px;
    margin: 0 4px;
}
.mobile-application-slider .slick-dots li button:focus{
	border: none;
	outline: none;
}

/*---------------------*/
/*----Real Time-------*/
/*-------------------*/

.real-time{
	background-color: #fbfbfb;
	padding: 45px 0;
	position: relative;
}
.real-time:before{
	content: '';
	position: absolute;
	bottom: 0;
	left: 0;
	background-image: url('../images/1b008c347241e62815305b8b18a9aff4bdeda472.png');
	background-repeat: no-repeat;
	background-position: bottom;
	background-size: cover;
	width: 100%;
	height: 235px;	
}
.real-time-content{
	background: #fff;
	border-radius: 15px;
	padding: 30px;
	box-shadow: 0 4px 8px 0 rgb(221 221 221 / 0.5);
}
.real-time-content h2{
	margin-bottom: 30px;
	font-size: 30px;
	line-height: 46px;
	font-weight: 900;
}
.real-time-points{
	display: flex;
	margin-bottom: 45px;
}
.real-time-points img{
	height: 40px;
	width: 40px;
	margin-right: 15px;
}
.real-time-points p{
	font-size: 18px;
	line-height: 28px;
}
.real-time-reports-holder{
	background: #fff;
	padding: 20px;
	border-radius: 15px;
	box-shadow: 0 4px 8px 0 rgb(221 221 221 / 0.5);
	margin-bottom: 25px;
}
.real-time-reports-holder h4{
	font-size: 14px;
	text-align: center;
	font-weight: 700;
}

/*---------------------*/
/*EffectiveIntegration*/
/*-------------------*/

.effective-integration{
	padding: 35px 0;
}
.effective-integration-img img{
	height: auto;
	width: 100%;
}

/*---------------------*/
/*----Wow Features----*/
/*-------------------*/

.wow-features{
	background-color: #fbfbfb;
	padding: 45px 0;
}
.wow-features .col-md-3{
	margin-top: 50px;
}
.wow-features-points{
	display: flex;
	align-items: center;
	margin-bottom: 20px;
}
.wow-features-points img{
	height: auto;
	width: 70px;
	margin-right: 15px;
	background: #fff;
	border-radius: 50%;
	box-shadow: 0 4px 8px 0 rgb(221 221 221 / 0.5);
	padding: 15px;
}
.wow-features-points p{
	font-weight: 500;
	font-size: 16px;
	line-height: 20px;
	max-width: 150px;
}
.wow-features-points.ltr img{
	margin-left: 15px;
	margin-right: 0;
}
.wow-features-points.ltr p{
	text-align: right;
}
.wow-features-img{
	text-align: center;
}
.wow-features-img img{
	width: 400px;
	height: auto;
}
.wow-features-points.ltr{
	justify-content: flex-end;
}

/*---------------------*/
/*-----Why Choose-----*/
/*-------------------*/

.why-choose{
	padding: 75px 0 25px;
	background: #e52237;
}
.why-choose-content h2{
	color: #fff;
	font-weight: 700;
	font-size: 26px;
	margin-bottom: 25px;
}
.why-choose-content h2 span{
	display: block;
	font-weight: 900;
	font-size: 44px;
}
.why-choose-content img{
	height: auto;
	width: 350px;
}
.why-choose-points{
	display: flex;
	margin-bottom: 40px;
}
.why-choose-points img{
	height: 25px;
	width: 25px;
	margin-right: 10px;
}
.why-choose-points p{
	font-size: 14px;
	color: #fff;
	font-weight: 300;
}

/*---------------------*/
/*------Feedback------*/
/*-------------------*/

.feed-back{
	padding: 55px 0;
	background-image: url('../images/298efa08c292c29caba684f4ed7252b2155d760d.png');
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	width: 100%;
	height: 100%;
	overflow: hidden; 
}
.google-img{
	text-align: center;
	margin-bottom: 20px;
}
.google-img img{
	height: auto;
	width: 120px;
}
.google-reviews-holder{
	position: relative;
	background: #fff;
	box-shadow: 0 4px 8px 0 rgb(221 221 221 / 0.5);
	border-radius: 15px;
	padding: 25px;
}
.google-reviews-holder p{
	font-size: 14px;
	line-height: 24px;
}
.google-reviews-holder h6{
	margin-top: 95px;
	font-size: 14px;
	font-weight: 700;
}
.quote{
	position: absolute;
	bottom: 25px;
	right: 25px;
}
.quote img{
	height: auto;
	width: 25px;
}

/*---------------------*/
/*-----Automation-----*/
/*-------------------*/

.automation{
	padding: 90px 0;
	background-image: url('../images/circles_bg.svg');
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
}
.automation .container{
	margin: auto;
}
.video{
	border-radius: 15px;
	width: 100%;
    height: auto;
    cursor: pointer;
}

/*---------------------*/
/*-------Footer-------*/
/*-------------------*/

.footer{
	background: #b20e1f;
	padding: 45px 0;
}
.footer .col-md-2{
    flex: 0 0 20%;
    max-width: 20%;
}
.footer-links h2{
	color: #fff;
	font-size: 16px;
	margin-bottom: 25px;
}
.footer-links h3{
	color: #fff;
	font-size: 14px;
	margin-bottom: 10px;
}
.footer-links ul,
.footer-links p{
	margin-bottom: 20px;
}
.footer-links ul li,
.footer-links ul li a,
.footer-links p,
.footer-links .copyright{
	color: #fff;
	font-weight: 300;
	font-size: 14px;
	padding-bottom: 7px;
}

.copyright, .copyright a{
	font-size: 12px!important;
	color:#fff;
}

.footer-links p{
	line-height: 24px;
}
.footer-links>img{
	width: 120px;
    margin-bottom: 15px;
}
.footer-links .social-links{
	display: flex;
}
.footer-links .social-links li{
	margin-right: 10px;
}
.footer-links .social-links img{
	height: auto;
	width: 15px;
}







/* media queries */
@media screen and (max-width: 1600px) {}
@media screen and (max-width: 1440px) {}
@media only screen and (min-width:1320px) and (max-width:1400px){}
@media screen and (max-width: 1280px) {}
@media screen and (max-width: 1199px){
	.google-reviews-holder h6{
		margin-top: 30px;
		font-size: 13px;
	}
	.google-reviews-holder{
		padding: 15px;
	}
	.google-reviews-holder p{
		font-size: 13px;
	}
	.real-time-content h2{
		margin-bottom: 20px;
		font-size: 24px;
		line-height: 32px;
	}
	.real-time-points p {
    	font-size: 16px;
    	line-height: 26px;
	}
	.real-time-points{
		margin-bottom: 25px;
	}
}
@media screen and (max-width: 991px){
	.banner-form {
		padding: 15px;
	}
	.introducing-info h4{
		font-size: 16px;
		margin-bottom: 0;
	}
	.introducing-info p{
		font-size: 11px;
	}
	.introducing-content p{
		padding-bottom: 15px;
	}
	.title h2{
		font-size: 28px;
	}
	.management-img img{
		height: auto;
	}
	.day-life img{
		width: 450px;
	}
	.banner-content h1{
		font-size: 28px;
	}
	.real-time .col-md-5,
	.real-time .col-md-7{
		flex: 0 0 100%;
		max-width: 100%;
	}
	.real-time-reports{
		margin-top: 50px;
	}
	.wow-features-points p{
		font-size: 12px;
		line-height: 16px;
		max-width: 100%;
	}
	.automation .container{
		max-width: 550px;
	}
	.navbar-nav{
		margin-top: 35px;
	}
}
@media screen and (max-width: 767px){
	.banner{
		padding: 20px 0 40px;
	}
	.bg-wrapper:before{
		height: inherit;
		background-size: cover;
		padding: 100% 0;
	}
	.banner-form{
		margin-top: 50px;
	}
	.title h2{
		font-size: 26px;
	}
	.custom-container{
		padding: 0 30px;
	}
	.modules-points .row .col-md-2{
		flex: inherit;
		max-width: inherit;
		border-right: 0;
	}
	.day-life img{
		width: 300px;
	}
	.wow-features-points{
		justify-content: flex-start;
	}
	.wow-features-img img{
		width: 250px;
	}
	.wow-features-points.ltr{
		justify-content: flex-end;
	}
	.why-choose-content h2{
		font-size: 22px;
	}
	.why-choose-content h2 span{
		font-size: 34px;
	}
	.quote{
		bottom: 20px;
	}
	.footer .col-md-2 {
    	flex: inherit;
    	max-width: inherit;
	}
}
@media screen and (max-width: 380px){
	.title h2{
		font-size: 22px;
	}
}
