@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;1,100;1,300;1,400;1,500;1,700&display=swap');

html, h1, h2, h3, h4, h5, h6, p {
    font-family: 'Roboto', sans-serif;
}
p {
    line-height: 24px;
    font-size: 15px;
}

h1, h2, h4{
	font-weight: bold;
}

h4{
	text-transform: uppercase;
}

.trash-btn{
	background-color: red;
	width: 126px;
	height: 150px;
	border-radius: 2px;
	padding: 10px 36px;
	font-size: 16px;
}

h1, h2, h3, h4, h5, h6, p, img, .btn {
    -moz-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

.dark-stroke, .white-stroke, .clients-stroke, .clients-logos img{
	display: block;
	margin: 0 auto;
}

.container{
	overflow: hidden;
}

.head{
	background-image: url("../images/bg-img-1.jpg");
	background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    border-width: 0;
    min-height: 652px;
    width: auto;
}

.topmargin{
	margin-top: 10px;
}

.logo{
	height: 70px;
}

.logo .btn{
	height: 36px;
}

.social a{
	margin-top: 65px;
	float: right;
	padding-left: 14px;
}

.main-content{
	margin-top: 30px;
	color: #fff;
}

.goRight{
    float: right;
    margin: 0px;
    padding: 0px;
}

.videodiv{
    padding-top: 60px;
    vertical-align: center;
	padding-bottom:30px;
}

.main-content h1{
	font-size: 42px;
	line-height: 54px;
}

.main-content p{
	font-weight: 400;
	font-size: 16px;
}

.phone-mockup img{

	float: right;
	vertical-align: bottom;
	height: 532px;
	width: auto;
}

.btn-primary, .btn-primary:hover{
	background:#0F75BC;
}

.home-btn{
    float: right;
	margin-top: 22px;
	width: 100vh;
	height: 42px;
	border-radius: 5px;
	margin-right: 0px;
}

.address{
	text-align: center;
}

.services{
	padding-top: 30px;
	padding-bottom: 30px;
	background-color: #252525;
	color: #fff;
	text-align: center;
}

.services-list{
	padding-top: 30px;
	padding-bottom: 30px;
}

.services h4, .services p{
	padding-right: 30px;
	padding-left: 30px;
}

.services h4{
	padding-bottom: 4px;
	margin-top: 28px;
}

.services-list:hover h4{
	letter-spacing: 1px;
}

.title-description{
	font-size: 16px;
}

.features{
	margin-bottom: 40px;
	margin-top: 14px;
	color: #252525;
}

.features-title{
	margin-bottom: 70px;
	text-align: center;
}

.dark-stroke{
	border-bottom: 2px solid #252525;
	width: 80px;
	margin-top: 12px;
	margin-bottom: 18px;

}

.features-left{
	text-align: right;
	margin-top: 40px;
}

.features-right{
	text-align: left;
	margin-top: 40px;
}

.features-left h4, .features-left p{
	padding-right: 60px;
}

.features-left div:hover h4, .features-right div:hover h4{
	color: #202020;
}

.features-right h4, .features-right p{
	padding-left: 60px;
}

.features-left div, .features-right div{
	margin-bottom: 36px;
}

.features-list-1 i, .features-list-2 i, .features-list-3 i{
	transform:translate(0px, 66px);
}

.features-list-4 i, .features-list-5 i, .features-list-6 i{
	transform:translate(0px, 66px);
}


.appmockup{
	position: relative;
	text-align: center;
}

.phone-img{
	position: absolute;
	text-align: center;
	transform:translate(-261px, 0px);
	top: 70px;

}

.screenshots-title{
	margin-bottom: 70px;
	text-align: center;
}

.screenshots{
	padding-top: 80px;
	padding-bottom: 80px;
	background-color: #f8f8f8;
}

#owl-slider .item{
	margin: 3px;
}
#owl-slider .item img{
	display: block;
	height: auto;
	width: 100%;
	border-radius: 5px;
	text-align: center;
	opacity: 0.9;
	transform: scale(0.95);
    }

#owl-slider .item img:hover{
	opacity: 1;
	transform: scale(1.0);
}

.form-inline{
	padding-top: 20px;
}


.form-inline .form-control{
	width: 412px;
	height: 46px;
	background-color: #252525;
	color: #fff;
	border-color: #666666;
	display: initial;
}

.label{
	height: 46px;
}

.form-control:hover, .form-control:focus{
	border-color: #00eaff;
	box-shadow: 0 2px 2px rgba(0, 0, 0, 0.075) inset, 0 0 12px rgba(0, 234, 255, 0.5);
}

.form-inline .btn{
	vertical-align: inherit;
	min-width: 120px;
	height: 46px;
	background-color: #252525;
	color: #fff;
	border-color: #666666;
}

.btn:hover{
	border-color: #00eaff;
	box-shadow: 0 2px 2px rgba(0, 0, 0, 0.075) inset, 0 0 12px rgba(0, 234, 255, 0.5);
}


.alert{
	padding: 0.5rem 0.5rem;
	height: 46px;
}
.form-section{
	background-image: url('../images/bg-img-1.jpg');
	background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    border-width: 0;
    width: auto;
    text-align: center;
    padding-top: 60px;
    padding-bottom: 60px;
    color: #fff;
}

.form-section p{
	margin-top: 14px;
}

.white-stroke{
	border-bottom: 2px solid #ffffff;
	width: 80px;
	margin-top: 12px;
	margin-bottom: 18px;

}

.our-clients{
	text-align: center;
	margin-top: 70px;
	margin-bottom: 70px;
	color: #252525;

}

.clients-title{
	margin-bottom: 70px;
	text-align: center;
}

.clients-stroke{
	border-bottom: 2px solid #252525;
	width: 80px;
	margin-top: 12px;
	margin-bottom: 14px;
}

.our-clients div{
	padding-right: 20px;
	padding-left: 20px;
}

.our-clients .col-md-4{
	padding-bottom: 20px;
	padding-top: 20px
}

.clients-list div:hover h4{
	color: #202020;
}

.clients-list h4{
	padding-top: 20px;
	padding-bottom: 0;
	margin: 0;
}

.clients-logos{
	padding-top: 30px;
	padding-bottom: 30px;
	background-color: #252525;

}

.faq{
	padding-top: 70px;
	padding-bottom: 70px;
	background-color: #f8f8f8;
}

.faq h4{
	text-transform: none;
	color: #252525;
}

.faq-title{
	margin-bottom: 40px;
	text-align: center;
}

.faq-list div{
	padding-top: 30px;
}

.faq-list div:hover h4{
	color: #202020;
}

.download-section{
	margin-top: 50px;
	margin-bottom: 50px;
	color: #252525;
}

.download-section h2{
	font-size: 26px;
}

.btn-lg{
	float: right;
	border-radius: 5px;
	padding-top: 16px;
	padding-bottom: 16px;
	width: 384px;
}

.footer-info{
	padding-top: 20px;
	padding-bottom: 10px;
	background-color: #252525;
	color: #fff;
}

.footer-info img{
	width: 150px;
	height: auto;
}

.footer-nav ul{
	text-decoration: none;
	text-align: center;
	list-style-type: none;
	margin-top: 10px;
	padding-left: 0px;
	margin-left: 0px;
}

.footer-nav li{
	display: inline;
}

.footer-nav li a{
	color: #c0c0c0;
}
.footer-nav li i:hover{
	color: #0F75BC;
}

.footer-info p{
	color: #fff;
	margin-top: 10px;
	text-align: right;
}


@media (max-width: 991.98px) {
	.features-left, .features-left div{
	margin-top: 0px;
	margin-bottom: 0px;
	}

	.features-right, .features-right div{
	margin-top: 0px;
	margin-bottom: 0px;
	}

	.appmockup img{
	width: 220px;
	height: auto;
	margin-top: 75px;
	}

	.phone-img{
	transform:translate(-205px, 0px);
	top: 55px;
	width: 190px !important;
	height: auto;
	}

	.download-section, .btn-lg{
	text-align: center;
	float: none;
	}
}

@media (max-width : 767.98px) {
	.footer-info, .footer-info p{
		display: block;
		text-align: center;
		margin: 0 auto;
	}

	.form-inline .form-control{
	margin: 0 auto;
	}

	.topmargin{
		margin-top: 10px;
	}

	.mobile-none{
		display: none;
		visibility: hidden;
	}
}

@media (max-width : 575.98px) {
	.our-clients div{
	padding-right: 10px;
	padding-left: 10px;
	}

	.home-btn{
		width: 100%;
	}

	.form-inline .form-control{
	width: 100%;
	}

	.form-inline .btn{
	width: 50%;
	}

	.btn-lg{
		width: 100%;
	}

}

@media  only screen and (max-width: 767px) {
	.carousel-inner .carousel-item > div {
		display: none;
	}
	.carousel-inner .carousel-item > div:first-child {
		display: block;
	}
}
/* medium and up screens */
@media  only screen and (min-width: 768px) {

	.carousel-inner .carousel-item-end.active,
	.carousel-inner .carousel-item-next {
		transform: translateX(25%);
	}

	.carousel-inner .carousel-item-start.active,
	.carousel-inner .carousel-item-prev {
		transform: translateX(-25%);
	}
}

.carousel-inner .carousel-item.active,
.carousel-inner .carousel-item-next,
.carousel-inner .carousel-item-prev {
	display: flex;
}

.carousel-inner .carousel-item-end,
.carousel-inner .carousel-item-start {
	transform: translateX(0);
}
.card-img-overlay {
	position: absolute;
	top:auto;
	right: 0;
	bottom: 0;
	left: 0;
	padding: 1rem;
	border-radius: calc(0.25rem - 1px);
	font-size: x-large;
	font-weight: bold;
	color: rgba(26, 32, 44, 1);
	background: rgba(255, 255, 255, 0.6);
}
.carousel-control-next, .carousel-control-prev {
	width: 8%;
	opacity: 1;
}

.carousel-control-next-icon, .carousel-control-prev-icon {
	width: 4rem;
	height: 4rem;
}

