@import url("../css-1");
* {
	box-sizing: border-box;
}

body {
  line-height: 24px;
  font-size: 14px;
  font-weight: normal;
  color: #777777;
  margin: 0;
  padding: 0;
  font-family: "Poppins", "Roboto", sans-serif;
}

.bg_grd {
	background-image: radial-gradient(rgba(125,125,125,0.25), rgba(255,255,255));
}

.h-logo {
    position: fixed;
    top: 0px;
    left: 60px;
    z-index: 999;
    cursor: pointer;
}
.h-logo img{
	width: auto;
	height: 70px;
}
.header {
 position: fixed;
 width: 100%;
 top: 0;
 z-index: 99;
 background: #fff;
}
.topnav {
  padding: 20px 50px;
  text-align: right;
  height: 70px;
}
.topnav a {
  display: inline-block;
  background-color: #fff;
  padding: 5px 12px;
  color: #2f4f4f;
  text-align: center;
  text-decoration: none;
  font-size: 15px;
  font-weight: bold;
}
.topnav a:hover {
  color: #00baff;
  transition: all 500ms ease;
}
.topnav a.active {
  color: #00baff;
  transition: all 700ms ease;
  border-bottom: 2px solid #00baff;
}
.topnav .icon {
  display: none;
}
.topnav .icon1 {
  display: none;
}
.dropdown, .dropdown1 {
  position: relative;
  display: inline-block;
}
.dropdown-content, .dropdown-content1 {
  display: none;
  position: absolute;
  background-color: #555;
  min-width: 170px;
  margin-top: 10px;
  color: #fff;
  z-index: 1;
}
.dropdown-content1 {
	min-width: 190px;
}
.dropdown-content p, .dropdown-content1 p {
	margin-bottom: 1px;
	padding: 3px 3px 0 20px;
	text-align: left;
	font-size: 12px;
}
.dropdown-content p:hover, .dropdown-content1 p:hover {
  background: #00baff;
  box-shadow: 1px 1px 2px #00baff;
}
.dropdown.clicked .dropdown-content, .dropdown1.clicked .dropdown-content1 {
  display: block;
}
.links_bar {
	padding: 5px 50px;
	margin-bottom: 0;
}
.links_bar a {
	color: #00baff;
	text-decoration: none;
	cursor: pointer;
	font-size: 10px;
	font-weight: bold;
}
.links_bar a:hover {
	color: #333;
}
.empty {
	height: 70px;
	width: 100%;
	background: #fff;
	color: #000;
}
.mrgn_top {
	margin-top: 30px;
}

.bg-image {
  height: 100%;
  width: 100%;
}
.bg-text {
  background-color: rgba(0,0,0, 0.4);
  color: #FFF;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 0;
  width: 85%;
  padding: 20px;
  text-align: center;
  align-items: center;
  align-content: space-around;
}

.bg-text h3{text-shadow:0px 0px 2px #FFF;}

.logo img {
  width: 400px;
  height: auto;
}
.pos img {
  width: 400px;
  height: auto;
}
.demo a{
  background-color: #00bbf0;
  font-size: 16px;
  font-weight: bold;
  color: #fff;
  padding: 8px 15px;
  border-radius: 5px;
  font-weight:normal;
}
.demo a:hover {
  text-decoration: none;
  background-color: #333;
  color: #00baff;
}
.postab1 h2, .postab2 h2 {
	font-family: "Oswald", sans-serif;
}
.postab1, .postab2 {
	background-repeat: no-repeat;
	background-position: center center;
	background-attachment: fixed;
	background-size: auto;
	font-size: 15px;
	color: #333;
}
.poscontent1 {
	background-image: linear-gradient(to right, rgba(255,255,255,0.5), rgba(47,79,79,0.2));
}
.poscontent2 {
	background-image: linear-gradient(to left, rgba(255,255,255,0.5), rgba(47,79,79,0.2));
}
.poscontent1, .poscontent2 {
	padding: 20px;
	display: flex;
	justify-content: center;
	align-items: center;
	text-align: center;
}
.poscontent1 img, .poscontent2 img {
	width: 300px;
}

.pad_cnt {
	text-align: justify;
	text-justify: inter-word;
	padding: 5px 50px;
}
.pad_cnt h2 {
	text-align: center;
}
.tellmore {
	margin-top: 15px;
	display: flex;
	justify-content: flex-end;
	padding-right: 5px;
}
.tellmore a{
  background-color: #464646;
  color: #ffffff;
  font-size: 16px;
  font-weight: bold;
  padding: 8px 12px;
  border-radius: 5px;
}
.tellmore a:hover {
  text-decoration: none;
  background-color: #00bbf0;
}
.tellmore2 {
	margin-top: 15px;
}
.tellmore2 a{
  color: #363940;
  font-size: 12px;
  font-weight: bold;
  padding: 3px 5px;
  border-radius: 5px;
}
.tellmore2 a:hover {
  text-decoration: none;
  background-color: #00bbf0;
  color: #ffffff;
}


.p_120 {
  padding-top: 80px;
  padding-bottom: 70px;
}
.p_50 {
  padding-top: 50px;
  padding-bottom: 20px;
}
.main_title, .cnt_title {
  text-align: center;
  max-width: 720px;
  margin: 0px auto 10px;
}

.main_title h2, .cnt_title h2 {
  font-family: "Oswald", sans-serif;
  font-size: 36px;
  color: #00bbf0;
}
.cnt_title h2 {text-align:left;}

.addons {
	background-image: linear-gradient(rgba(255,255,255,0.5), rgba(47,79,79,0.1));
	font-family: "Poppins", sans-serif;
	text-align: justify;
	text-justify: inter-word;
	padding: 15px;
	color: #333333;
	border: solid 5px #fff;
	border-radius: 15px;
}
.addons_cnt {
	margin: 15px auto;
	padding: 5px;
	display: flex;
	justify-content: center;
	align-items: center;
}
.addons_cnt img {
	height: auto;
	width: 80%;
}
.addons_hdr {
	display: flex;
	text-align: center;
	justify-content: center;
	align-items: center;
	height: 70px;
	text-transform:uppercase;
	text-shadow: 2px 2px 2px #BBB;
}
.addons_bdy {
	height: 150px;
	text-align: justify;
	text-justify: inter-word;
	display: flex;
	justify-content: center;
	align-items: center;
}
.addons h5, .addons h6 {
	text-align: center;
}
.headerbnr_area {
	padding: 20px;
	display: flex;
	justify-content: center;
	align-items: center;
	text-align: center;
}
.headerbnr_area img {
	height: 500px;
	width: auto;
}
.headerbnr_cnt {
	width: 70%;
	padding: 100px 50px;
	color: #fff;
	font-family: "Oswald", sans-serif;
	line-height: 50px;
	font-size: 35px;
}
.headerbnr_cnt img {
	margin-top: -10px;
	width: 25%;
	height: auto;
}
.headerbnr_icon {
	margin-top: -150px;
	padding: 50px;
}
.headerbnr_icon img, .features_icon img {
	width: auto;
	height: 180px;
}
.headerbnr_icon2 {
	margin-top: -180px;
	padding: 50px;
}
.headerbnr_icon2 img {
	width: auto;
	height: 250px;
}
.aboutus_header {
	width: 90%;
	padding: 80px 30px;
	color: #505050;
	font-family: "Oswald", sans-serif;
	line-height: 50px;
	font-size: 42px;
}
.aboutus_header img {
	margin-top: -10px;
	width: 25%;
	height: auto;
}
.aboutus_header p{
	font-size: 25px;
	line-height: 35px;
	color: #505050;
}
.features {
	padding: 10px 5px;
	display: flex;
	justify-content: center;
	align-items: center;
	text-align: center;
}
.features img {
	height: 320px;
	width: auto;
}
.features_icon {
	padding: 0 50px;
}
.features_cnt {
	font-family: "Roboto", sans-serif;
	font-weight: bold;
	line-height: 50px;
	font-size: 40px;
	padding: 15px;
	color: #00baff;
}
.mainbnr_area {
	padding: 20px;
	justify-content: center;
	align-items: center;
	text-align: center;
}
.mainbnr_cnt {
	justify-content: center;
	align-items: center;
}
.client_logo img {
	width: auto;
	height: 80px;
}
.integ {
	background-image: linear-gradient(rgba(255,255,255,0.5), rgba(153,153,255,0.2));
	justify-content: center;
	align-items: center;
	padding: 20px;
	border-radius: 10px;
}
.integ_bnr {
	padding: 10px;
}
.integ h4 {
	font-weight: bold;
	color: #333;
}
.integ img {
	margin: 10px;
	width: auto;
	height: 150px;
}
.products_header {
	margin-top: -350px;
	padding: 50px;
	height: 350px;
	display: flex;
	justify-content: center;
	align-items: center;	
}
.products_header_text {
	font-family: "Roboto", sans-serif;
	font-size: 75px;
	font-weight: bold;
	-webkit-text-fill-color: #333;
	-webkit-text-stroke-width: 1px;
	-webkit-text-stroke-color: #fff;
	text-shadow: 2px 2px 5px #000;
}
.products {
	padding: 25px;
}
.products2 {
	padding: 10px;
}
.products_hdr {
	width: 70%;
	padding: 30px 50px;
	color: #fff;
	font-family: "Oswald", sans-serif;
}
.products_hdr img {
	height: 250px;
	width: auto;
}
.hovers, .hovers2 {
	background-image: linear-gradient(rgba(255,255,255,0.5), rgba(47,79,79,0.1));
	color: #333;
	padding: 20px;
	cursor: pointer;
	height: 100%;
	border-radius: 10px;
}
.hovers:hover, .hovers2:hover {
	background-image: linear-gradient(rgba(47,79,79,0.1), rgba(47,79,79,0.4));
	-webkit-transition: all 300ms linear 0s;
	-o-transition: all 300ms linear 0s;
	transition: all 300ms linear 0s;
}
.hovers img {
	width: auto;
	height: 200px;
}
.hovers2 img {
	width: auto;
	height: 120px;
}
.hovers h3, .hovers2 h4 {
	color: #333;
	font-weight: bold;
	text-shadow: 2px 2px 2px #fff;
}
.hovers p, .hovers2 p, .integ p {
	text-align: justify;
	text-justify: inter-word;
}
.knowmore_cnt {
	width: 70%;
	padding: 30px 50px;
	color: #fff;
	font-family: "Oswald", sans-serif;
	font-size: 25px;
}
.knowmore_cnt img {
	width: 70%;
	height: auto;
}
.knowmore_area {
	padding: 20px 100px;
	justify-content: center;
	align-items: center;
	text-align: justify;
	text-justify: inter-word;
}
.knowmore_header, .aboutushdr {
	background-image: linear-gradient(to right, rgba(47,79,79,0), rgba(47,79,79,0.3), rgba(47,79,79,0));
	margin-bottom: 5px;
	padding: 10px 20px;
	font-size: 25px;
	font-weight: bold;
	text-align: center;
	color: #333;
}
.justytxt {
	padding: 30px;
	font-size: 17px;
	text-align: justify;
	text-justify: inter-word;	
}	
.knowmore_points {
	margin-left: 25px;
}
.knowmore_points span {
	font-size: 12px;
}
.knowmore_subhdr {
	background-image: linear-gradient(to right, rgba(0, 124, 225, 0.3), rgba(47,79,79,0));
	margin-bottom: 5px;
	padding: 7px 10px;
	font-size: 20px;
	font-weight: bold;
	color: #333;
	border-radius: 5px;	
}
.whatsapp {
    position: fixed;
    bottom: 30px;
    right: 30px;
    z-index: 999;
    cursor: pointer;
}
.whatsapp img{
	width:80px;
	height:80px;
}


.container {margin-top:100px;}

.contact_form .form-group {
  margin-bottom: 10px;
}

.contact_form .form-group .form-control {
  font-size: 15px;
  line-height: 26px;
  color: #333;
  border: 1px solid #DDD;
  font-family: "Roboto", sans-serif;
  border-radius: 0px;
  padding-left: 20px;
}

.contact_form .form-group .form-control:focus {
  -webkit-box-shadow: 0px 0px 3px #999;
  box-shadow: 0px 0px 3px #999;
  outline: none;
}

.contact_form .form-group .form-control.placeholder {
  color: #999;
}

.contact_form .form-group .form-control:-moz-placeholder {
  color: #999;
}

.contact_form .form-group .form-control::-moz-placeholder {
  color: #999;
}

.contact_form .form-group .form-control::-webkit-input-placeholder {
  color: #999;
}

.contact_form .form-group textarea {
  resize: none;
}

.contact_form .form-group textarea.form-control {
  height: 140px;
}

.contact_form .submit_btn {
  margin-top: 20px;
  cursor: pointer;
}


.submit_btn {
  width: auto;
  display: inline-block;
  background: #00baff;
  padding: 0px 30px;
  color: #fff;
  font-family: "Roboto", sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 50px;
  border-radius: 0px;
  outline: none !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  text-align: center;
  border: 1px solid #00baff;
  cursor: pointer;
  -webkit-transition: all 300ms linear 0s;
  -o-transition: all 300ms linear 0s;
  transition: all 300ms linear 0s;
}

.submit_btn:hover {
  background: transparent;
  color: #00baff;
}

.gmap {
	display: flex;
	justify-content: center;
	align-items: flex-start;
	text-align: center;
	padding: 20px;
}
.gmap p {
	padding: 30px 20px;
	font-size: 20px;
	text-align: left;
}
.gmap img {
	height: 250px;
	width: auto;
	cursor: pointer;
	border: solid 1px blue;
}
.cnt_mobile {
	color: #444;
	font-size: 30px;
	font-weight: bold;
	font-family: "Roboto", sans-serif;
	text-align: left;
	padding: 8px 25px;
}
.cnt_web {
	text-align: center;
	padding: 8px;
}
.cnt_web a {
	color: #fff;
	font-size: 30px;
	font-weight: bold;
	font-family: "Roboto", sans-serif;	
}
.cnt_web a:hover {
	text-decoration: none;
	text-shadow: 2px 3px #000;
}
.cnt_message {
	background: #f0f8ff;
	padding: 30px 10px;
}
.cnt_social {
	padding: 20px;
	background: #222222;
}
.cnt_social_header {
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 10px;
}
.cnt_social_header h2 {
  font-family: "Oswald", sans-serif;
  font-size: 36px;
  color: #00baff;
}
.cnt_social_link {
	text-align: center;
	padding: 10px;
}
.cnt_social_link a {
	font-size: 50px;
	color: #fff;
	background: #000;
	padding: 5px 10px;
	border-radius: 5px;
}
.cnt_social_link a:hover {
	color: #333;
	background: #00baff;
}
.cnt_cprt {
	padding: 20px;
	text-align: center;
	background: #222222;
}
.footer-area {
  background: #222222;
  padding-top: 80px;
  padding-bottom: 70px;
}

.single-footer-widget p {
  margin-bottom: 0px;
}

.single-footer-widget .instafeed {
  margin-left: 5px;
  margin-right: 5px;
}

.single-footer-widget .instafeed li {
  margin: 5px;
}

.single-footer-widget .subscribe_form {
  padding-top: 25px;
}

.single-footer-widget .input-group {
  display: block !important;
}

.single-footer-widget input {
  width: 100%;
  border: 1px solid #333333;
  font-size: 13px;
  line-height: 40px;
  padding-right: 40px;
  height: 40px;
  color: #999999;
  border-radius: 20px;
  background: #fff;
  padding-left: 20px;
}

.single-footer-widget input.placeholder {
  color: #999999;
}

.single-footer-widget input:-moz-placeholder {
  color: #999999;
}

.single-footer-widget input::-moz-placeholder {
  color: #999999;
}

.single-footer-widget input::-webkit-input-placeholder {
  color: #999999;
}

.single-footer-widget input:focus {
  outline: none;
}

.single-footer-widget .sub-btn {
  background: #00baff;
  color: #222222;
  font-weight: 300;
  line-height: 30px;
  padding: 0px;
  height: 36px;
  width: 36px;
  cursor: pointer;
  position: absolute;
  right: 2px;
  border-radius: 50%;
  top: 2px;
}

.ab_wd p {
  max-width: 300px;
}

.contact_wd {
  margin-right: 15px;
}

.contact_wd a {
  display: block;
  color: #00baff;
  font-size: 24px;
  font-family: "Roboto", sans-serif;
  font-weight: 500;
  margin-bottom: 10px;
}

.contact_wd a + a {
  margin-bottom: 0px;
}

.footer_title {
  font-size: 25px;
  line-height: 24px;
  font-weight: 500;
  font-family: "Oswald", sans-serif;
  color: #fff;
  margin-bottom: 28px;
}
.footer-bottom {
  padding-top: 25px;
}

.footer-bottom .footer-text a {
  color: #00baff;
}

.footer-bottom .footer-social {
  text-align: center;
}

.footer-bottom .footer-social a {
  font-size: 20px;
  line-height: 30px;
  color: #fff;
  margin-left: 6px;
  -webkit-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
  background: #111111;
  height: 30px;
  width: 30px;
  text-align: center;
  display: inline-block;
  -webkit-transition: all 300ms linear 0s;
  -o-transition: all 300ms linear 0s;
  transition: all 300ms linear 0s;
}

.footer-bottom .footer-social a:hover {
  color: #222222;
  background: #00baff;
}

.app_screenshots_slides {
    padding: 0 6%;
}

.app_screenshots_slides .single-shot {
    opacity: 0.7;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
    -webkit-transform: scale(0.85);
    -ms-transform: scale(0.85);
    transform: scale(0.85);
}

.app_screenshots_slides .center .single-shot {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
}


.pos_feat_max{display:block}
.pos_feat_min{display:none}
.row{margin:70px auto;}

.addons .feat-li{display:block; padding: 5px 0;}

.integ .feat-li{display:block; padding: 5px 0; text-align:left;}