@charset "utf-8";
/* CSS Document */

body {
	background: #fff;
	color: #1f1f1f;
	font-size: 18px;
	font-family: 'Roboto', sans-serif;
	line-height: 24px;
}

a,
a:hover,
a:focus {
	text-decoration: none;
	outline: none;
	color: inherit;
}

img {
	max-width: 100%;
}

ul,
li {
	margin: 0;
	padding: 0;
	list-style: none;
}

h1,
h2,
{
margin: 0;
color: #1c4157;
font-size: 34px;
font-family: 'Oswald', sans-serif;
}

h3,
h4,
h5,
h6 {
	margin: 0;
	color: #1c4157;
	font-family: 'Roboto', sans-serif;
}

p {
	margin: 0;
	padding: 0;
	font-family: 'Roboto', sans-serif;
}


#logo {
	margin: 20px 0;
}

/*top banner css start*/
#header_banner {
	background: url(../images/top_banner.jpg) no-repeat center top;
	padding: 55px 0 68px;
	background-size: cover;
	position: relative;
	overflow: hidden;
}

#triangle-bottomright {
	border-bottom: 88px solid white;
	border-left: 1640px solid transparent;
	bottom: 0;
	height: 0;
	left: 0;
	position: absolute;
	width: 100%;
}

#header_banner h1 {
	font-size: 37px;
	color: #fff;
	font-family: 'Oswald', sans-serif;
}

#header_banner ul {
	margin: 0;
	padding: 0;
}

#header_banner ul li {
	text-decoration: none;
	list-style: none;
	color: #fff;
	font-size: 20px;
	background: url(../images/arrow.png) no-repeat 7px 16px;
	font-weight: 300;
	padding: 8px 30px;
}

.heading {
	padding-bottom: 25px;
	font-family: 'Oswald', sans-serif;
	font-weight: 400;
	color: #1c4157;
}

/*top banner css end*/
/*Features css start*/
#features {
	margin: 10px 0 40px;
}

.feature-right-img {
	margin-top: 40px;
}

.feature-box img {
	width: 32px;
	margin-right: 10px;
}

.feature-box {
	background: #f9f9f9;
	padding: 20px;
	border-radius: 8px;
	margin-bottom: 30px;
	min-height: 167px;
}

.feature-box h3 {
	font-size: 16px;
	display: flex;
	align-items: center;
	margin-bottom: 10px;
}

.feature-box p {
    font-size: 14px;
    line-height: 1.4rem;
}

.features_left ul {
	margin: 0;
	padding: 0;
}

.features_left ul li {
	text-decoration: none;
	list-style: none;
	padding-top: 40px;
}

.features_left ul li h3 {
	color: #0a9fcb;
	text-transform: capitalize;
	font-size: 28px;
	display: inline-block;
	vertical-align: middle;
	font-weight: 600;
}

.features_left ul li p {
	color: #1f1f1f;
	font-size: 18px;
	padding-top: 24px;
	font-weight: 400;
}

.blue_btn {
	background: #087bbd;
	font-size: 30px;
	font-weight: 600;
	color: #fff;
	padding: 15px 10px;
	text-transform: uppercase;
	display: inline-block;
	margin-top: 30px;
	margin-right: 0;
	min-width: 250px;
	letter-spacing: 2px;
	border-radius: 5px;
}

.blue_btn:hover {
	color: #fff;
}

/*Features css end*/
/*iphone css start */
#iphone_banner {
	background: url(../images/iphone_banner.jpg) no-repeat center top;
	padding: 57px 0 130px;
	background-size: cover;
	position: relative;
	overflow: hidden;
	margin-top: 40px;
}

#iphone_border {
	border-bottom: 88px solid white;
	border-left: 1640px solid transparent;
	bottom: 0;
	height: 0;
	left: 0;
	position: absolute;
	width: 100%;
}

#iphone_banner h1 {
	font-size: 37px;
	color: #fff;
	font-family: 'Oswald', sans-serif;
}

#iphone_banner p {
	color: #fff;
	margin-bottom: 10px;
}

#iphone_banner ul {
	margin: 0;
	padding: 0;
}

#iphone_banner ul li {
	text-decoration: none;
	list-style: none;
	color: #fff;
	font-size: 20px;
	font-weight: 300;
	padding: 12px 0px;
}

#iphone_banner span {
	background: #73c6ff;
	border-radius: 50%;
	width: 24px;
	height: 24px;
	color: #fff;
	font-weight: 500;
	display: inline-block;
	text-align: center;
	margin-right: 10px;
}

/*iphone css end */
/*how it work? css start */
.work_box {
	background: #eef4f6;
	padding: 30px 10px 16px;
	min-height: 300px;
}

.work_box p {
	font-size: 15px;
	color: #333;
	font-weight: 300;
	padding-top: 15px;
}

.work_box h3 {
	padding-top: 15px;
	font-size: 21px;
}

/*how it work? css end */
/*Android  iphone css start*/
#android_banner {
	background: url(../images/android_banner.jpg) no-repeat center top;
	padding: 57px 0 130px;
	background-size: cover;
	position: relative;
	overflow: hidden;
	margin-top: 40px;
}

#android_border {
	border-bottom: 88px solid white;
	border-left: 1640px solid transparent;
	bottom: 0;
	height: 0;
	left: 0;
	position: absolute;
	width: 100%;
}

#android_banner h1 {
	font-size: 37px;
	color: #fff;
	font-family: 'Oswald', sans-serif;
}

#android_banner ul {
	margin: 0 0 20px;
	padding: 0;
}

#android_banner ul li {
	text-decoration: none;
	list-style: none;
	color: #fff;
	font-size: 20px;
	padding: 12px 0px;
}

#android_banner span {
	background: #73c6ff;
	border-radius: 50%;
	width: 24px;
	height: 24px;
	color: #fff;
	font-weight: 500;
	display: inline-block;
	text-align: center;
	margin-right: 10px;
}

#android_banner p {
	color: #fff;
	line-height: 30px;
}

.contentpart {
	margin: 20px auto 0px;
	max-width: 80%;
	line-height: 30px;
}

.contentpart p {
	margin: 0 auto 15px;
}

/*android iphone css end*/


/*safe to use css start */
#safetouse_banner {
	background: #f6f6f6;
	padding: 55px 0 49px;
	background-size: cover;
	position: relative;
	overflow: hidden;
	margin-top: 40px;
}

#safetouse_banner h3 {
	color: #1c4157;
	font-size: 34px;
	font-family: 'Oswald', sans-serif;
	padding-bottom: 25px;
}

#safetouse_banner ul {
	margin: 0;
	padding: 0;
}

#safetouse_banner ul li {
	list-style: none;
	text-decoration: none;
	color: #333;
	font-size: 20px;
	font-weight: 300;
	padding: 10px 10px;
}

#safetouse_banner span {
	padding-right: 10px;
}

#safetouse_border {
	border-bottom: 88px solid white;
	border-left: 1640px solid transparent;
	bottom: 0;
	height: 0;
	left: 0;
	position: absolute;
	width: 100%;
}

/*safe to use css end */
/*map css start */
#map_container {
	margin-top: 44px;
}

#map_container h2 {
	font-family: 'Oswald', sans-serif;
	color: #1c4157;
}

#map_container p {
	font-weight: 300;
}

.map_leftpart {
	margin-top: 55px;
}

/*map css end */
/*Testimonial  css start */
#testimonial {
	background: #f6f6f6;
	padding: 43px 0 103px;
	background-size: cover;
	position: relative;
	overflow: hidden;
	margin-top: 40px;
}

#testimonial h1 {
	font-size: 34px;
}

#testimonial .carousel-item p {
	color: #333;
	text-align: center;
	display: block;
	margin-bottom: 10px;
	font-size: 15px;
	background: #fff;
	padding: 10px;
}

#testimonial .carousel-item i {
	font-size: 64px;
	color: #fff;
}

#testimonial .carousel-indicators li::after {
	background: #8c8c8c;
	border-radius: 100%;
	width: 15px;
	height: 15px;
}

#testimonial .carousel-indicators {
	bottom: -47px;
}

.triangle-left {
	border-bottom: 20px solid transparent;
	border-right: 27px solid #fff;
	border-top: 20px solid transparent;
	height: 0;
	width: 0;
}

#testimonial_border {
	border-bottom: 88px solid white;
	border-left: 1640px solid transparent;
	bottom: 0;
	height: 0;
	left: 0;
	position: absolute;
	width: 100%;
}

#testimonial .carousel-indicators .active {
	background: none;
}

#testimonial .carousel-indicators li {
	background: none;
}

/*Testimonial  css end */

/*footer css start*/
footer {
	margin: 0 0 32px;
}

footer p {
	font-size: 15px;
	color: 333;
	font-weight: 300;
}

footer p a {
	font-size: 15px;
	color: 333;
	font-weight: 300;
	text-decoration: none;
}

.outer_banner {
	border: medium none;
	cursor: pointer;
	position: fixed;
	right: 0;
	top: 145px;
	z-index: 999999;
}

/*footer css end*/

/* popup */
.modal-body img {
	max-width: 100%;
	width: auto;
}