/*
Theme Name: Vizo App GR APPS
Theme URI: https://grapps.in
Author:  GR APPS
Author URI: https://grapps.in
Description: Theme is a multipurpose responsive WordPress theme made to help you create a beautiful professional looking site in no time.
Version: 21.1.5
License: GNU General Public License, version 3 (GPLv3)
License URI: http://www.gnu.org/licenses/gpl-3.0.txt
Tags: one-column, two-columns, right-sidebar, left-sidebar, grapps.in, custom-background, custom-menu, custom-colors, threaded-comments, translation-ready, featured-images, theme-options, blog, e-commerce
Text Domain: grapps
*/

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	border: 0;
	font-family: "Roboto", sans-serif;
	font-size: 16px;
	font-weight: normal;
	margin: 0;
	outline: 0;
	padding: 0;
	vertical-align: baseline;
	line-height: 1.6;
}
html {
	overflow-y: scroll; /* Keeps page centred in all browsers regardless of content height */
	-webkit-text-size-adjust: 100%; /* Prevents iOS text size adjust after orientation change, without disabling user zoom */
	-ms-text-size-adjust: 100%; /* www.456bereastreet.com/archive/201012/controlling_text_size_in_safari_for_ios_without_disabling_user_zoom/ */
}
article, aside, details, figcaption, figure, footer, header, main, nav, section {
	display: block;
}
blockquote:before, blockquote:after, q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}
a:focus {
	outline: thin dotted;
}
a:hover, a:active { /* Improves readability when focused and also mouse hovered in all browsers people.opera.com/patrickl/experiments/keyboard/test */
	outline: 0;
}
embed, iframe, object {
	max-width: 100%;
}
 button::-moz-focus-inner {
	border: 0;
	margin: 0;
	padding: 0;
}
.txtuprcs {
	/* text-transform:uppercase; */
}
.bigfont,
.bigfont p,
.bigfont strong{
	font-size:19px;
	font-weight:300;
}
.bigfont strong{ font-weight:bold; }
/*
====> 2.1 Headings
--------------------------------------------------------------*/
h1, h2, h3, h4, h5, h6 {
    line-height: 1.2;
	padding-bottom: 10px;
}
h1 {
	font-size: 3em;
	font-weight: bold;
}
h2 {
	font-size: 2.5em;
	font-weight: bold;
}
h3 {
	font-size: 2em;
}
h4 {
	font-size: 1.5em;
	font-weight:500;
}
h5 {
	font-size: 22px;
}
h6 {
	font-size: 19px;
	font-weight: normal;
}
.fnt400 { font-weight:400; }
/*
====> 2.2 Others
--------------------------------------------------------------*/
p { margin-bottom: 15px; }
.txtwht, .txtwht li { color:#fff; }
a:focus { outline:none;}
.vc_btn3 {
	font-weight:bold;
	letter-spacing: 0.5px;
}
/*--------------------------------------------------------------
3.0 Elements
--------------------------------------------------------------*/
/*
====> 3.1 Superscript and Subscript
--------------------------------------------------------------*/
sup, sub {
	font-size: 10px;
	height: 0;
	line-height: 1;
	position: relative;
	vertical-align: baseline;
}
sup {
	bottom: 1ex;
}
sub {
	top: .5ex;
}
/*
====> 3.2 Table
--------------------------------------------------------------*/
table { /* tables still need 'cellspacing="0"' in the markup */
	border-collapse: collapse;
	border-spacing: 0;
	margin: 0 0 1.5em;
	width: 100%;
}
th {
	font-weight: bold;
}
th, td {
	border: 1px solid #f2f2f2;
	padding: 6px 10px;
}
caption, th, td {
	text-align: left;
}
/*
====> 3.3 Lists
--------------------------------------------------------------*/
ul, ol {
	list-style: none;
}
ol {
	list-style: decimal;
}
li > ul, li > ol {
	margin: 0 0 0 20px;
}
/*
====> 3.4 Blockquote
--------------------------------------------------------------*/
blockquote {
	font-style: italic;
	font-weight: normal;
	padding: 20px;
	border: 1px solid #f2f2f2;
	border-left: 3px solid #F7931E;
	margin-bottom: 20px;
}
blockquote em, blockquote i, blockquote cite {
	font-style: normal;
}
blockquote cite {
	color: #21252d;
	font-weight: normal;
	letter-spacing: 0.05em;
	text-transform: uppercase;
}
/*
====> 3.5 Others
--------------------------------------------------------------*/
body {
	background: #f2f2f2; /* Fallback for when there is no custom background color defined. */
}
strong {
	font-weight: bold;
}
cite, em, i {
	font-style: italic;
}
pre {
	background-color: #f2f2f2;
	margin-bottom: 20px;
	overflow: auto;
	padding: 20px;
	border: 1px solid #eaeaea;
}
pre, code, kbd, var, samp, tt {
	white-space: pre-wrap;
}
abbr, acronym, dfn {
	border-bottom: 1px dotted #f2f2f2;
	cursor: help;
}
address {
	display: block;
	font-style: italic;
	margin: 0 0 15px;
}
ins {
	background-color: #f2f2f2;
}
hr {
	border-color: #f2f2f2;
	border-style: solid none none;
	border-width: 1px 0 0;
	height: 0;
	margin: 30px 0;
}
dl {
	margin-bottom: 24px;
	font-size: 16px;
}
dt {
	font-weight: bold;
	margin-bottom: 5px;
}
dd {
	margin-bottom: 24px;
}
.screen-reader-text {
	display: none;
}
/*--------------------------------------------------------------
4.0 Forms
--------------------------------------------------------------*/
input, textarea {
	-webkit-border-radius: 0px;
}
input[type="text"], input[type="url"], input[type="email"], input[type="search"], input[type="password"], textarea {
	-moz-appearance: none !important;
	-webkit-appearance: none !important;
	appearance: none !important;
	padding: 15px 3%;
	border: 1px solid #D9D9D9;
	width: 94%;
	margin: 0 0 15px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
}
input[type="text"]:focus, input[type="email"]:focus, input[type="url"]:focus, input[type="search"]:focus, input[type="password"]:focus, textarea:focus {
	outline:none;
}
textarea.wpcf7-form-control.wpcf7-textarea {
    height: 80px;
}
input.s {
	width: 60%;
	padding: 4px 54px 4px 10px;
	height: 36px;
	color: #21252d;
	background-color: #ffffff;
	margin: 0;
	border: 1px solid #f2f2f2;
}
input.s:focus {
	padding-left: 10px;
	border-color: #eaeaea;
	text-indent: 0;
}
input[type="reset"], input[type="button"], input[type="submit"], button {
	-moz-appearance: none !important;
	-webkit-appearance: none !important;
	appearance: none !important;
	color: #FFFFFF;
	display: inline-block;
	margin-bottom: 30px;
	padding: 5px 25px;
	cursor: pointer;
	background-color: #F7931E;
	border: 0px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	font-size: 24px;
}
input[type="reset"]:hover, input[type="button"]:hover, input[type="submit"]:hover, button:hover {
	-webkit-box-shadow: 0 0 2px rgba(0, 0, 0, 0.6);
	-moz-box-shadow: 0 0 2px rgba(0, 0, 0, 0.6);
	box-shadow: 0 0 2px rgba(0, 0, 0, 0.6);
}
input.wpcf7-form-control.wpcf7-submit {
    width: 100%;
    padding: 14px 3px;
    font-weight: bold;
    color: #000;
    margin: 0;
}
.wpcf7 form.invalid .wpcf7-response-output, .wpcf7 form.unaccepted .wpcf7-response-output, .wpcf7 form.payment-required .wpcf7-response-output {
    margin: 0 0.5em 1em;
}
/*--------------------------------------------------------------
5.0 Navigation
--------------------------------------------------------------*/
/*
====> 5.1 Links
--------------------------------------------------------------*/
a {
	color: #F7931E;
	text-decoration: none;
	-webkit-transition: 0.25s ease-in-out;
	-moz-transition: 0.25s ease-in-out;
	transition: 0.25s ease-in-out;
	-ms-transition: 0.25s ease-in-out;
	-o-transition: 0.25s ease-in-out;
}
a:focus, a:active, a:hover {
	text-decoration: none;
}
/*
====> 5.2 Primary Menu
--------------------------------------------------------------*/
ul#menu-primary-menu{text-align:center;}
.main-navigation li > ul, .main-navigation li > ol {
	margin: 0;
	list-style: none;
}
.main-navigation {
	
}
.main-navigation li {
    display: inline-block;
	padding: 0 10px;
}
.sub-toggle {
	display: none;
}
.main-navigation ul > li {
}
.main-navigation ul#menu-primary > li:last-child {
	margin-right: 15px;
}
.main-navigation li > a {
	/* line-height: 70px; */
	/* height: 70px; */
}
.main-navigation ul.menu li a {
	
}
.main-navigation li.default-menu, li.default-menu {
	display: none;
}
.main-navigation a {
    color: #fff;
}
.main-navigation ul.menu > li.current-menu-item, .main-navigation ul.menu > li.current-menu-ancestor, .main-navigation .menu > ul > li.current_page_item, .main-navigation .menu > ul > li.current_page_ancestor, .main-navigation ul.menu > li:hover, .main-navigation .menu > ul > li:hover {
	/* border-top: 2px solid #fff;
   margin-top: -2px;*/
	color: #21252d;
}
.main-navigation a:hover, .main-navigation ul li.current-menu-item a, .main-navigation ul li.current_page_item a:after, .main-navigation ul li.current-menu-ancestor a, .main-navigation ul li.current-menu-ancestor a:after, .main-navigation ul li.current_page_item a:after, .main-navigation ul li.current_page_item a, .main-navigation ul li.current_page_ancestor a, .main-navigation ul li.current_page_ancestor a:after, .main-navigation ul li:hover > a, .main-navigation li.menu-item-has-children:hover > a:after, .main-navigation li.page_item_has_children:hover > a:after {
	/* color: #F7931E; */
}
.main-navigation li.menu-item-has-children > a:after, .main-navigation li li.menu-item-has-children > a:after, .main-navigation li.page_item_has_children > a:after, .main-navigation li li.page_item_has_children > a:after {
	font-family: FontAwesome;
	font-style: normal;
	font-weight: normal;
	text-decoration: inherit;
	font-size: 12px;
	padding-left: 6px;
}
.main-navigation li.menu-item-has-children > a:after, .main-navigation li.page_item_has_children > a:after {
	content: "\f0d7";
}
.main-navigation li li.menu-item-has-children > a:after, .main-navigation li li.page_item_has_children > a:after {
	content: "\f0da";
	position: absolute;
	right: 8px;
}
/*
====> 5.3 Primary Menu Dropdown
--------------------------------------------------------------*/
.main-navigation ul li ul, .main-navigation ul li:hover ul ul, .main-navigation ul ul li:hover ul ul, .main-navigation ul ul ul li:hover ul ul, .main-navigation ul ul ul ul li:hover ul ul {
	display: none;
	z-index: 9999;
}
.main-navigation ul li:hover ul, .main-navigation ul ul li:hover ul, .main-navigation ul ul ul li:hover ul, .main-navigation ul ul ul ul li:hover ul, .main-navigation ul ul ul ul ul li:hover ul {
	display: block;
}
.main-navigation ul li ul {
	background-color: #ffffff;
	position: absolute;
	width: 200px;
}
.main-navigation ul li .sub-menu a {
    display: block;
    padding: 6px 5%;
	text-transform: none;
    width: 90%;
}
.main-navigation ul ul > li:last-child {
	border-bottom: 1px solid #eaeaea;
}
.main-navigation ul li ul li {
	float: none;
	padding: 0;
	border-left: 1px solid #eaeaea;
	border-right: 1px solid #eaeaea;
	border-top: 1px solid #eaeaea;
    display: block;
    text-align: left;
}
.main-navigation ul li ul li a,
.main-navigation ul li.current-menu-item ul li a,
.main-navigation ul li ul li.current-menu-item a,
.main-navigation ul li.current_page_ancestor ul li a, .main-navigation ul li.current-menu-ancestor ul li a, .main-navigation ul li.current_page_item ul li a {
	float: none;
	color:#000;
}
/* .main-navigation ul li.current_page_item ul li a , */
.main-navigation ul li ul li.current-menu-item a,

.main-navigation ul li ul li a:hover,
.main-navigation ul li ul li:hover > a,
.main-navigation ul li.current-menu-item ul li a:hover {
	color: #2A83FF;
}
.main-navigation ul li ul li ul {
	left: 158px;
	top: -1px;
}
.main-navigation select {
	display: none;
}
/*
====> 5.4 Responsive Menu
--------------------------------------------------------------*/
.menu-toggle {
	display: none;
	cursor: pointer;
}
/*--------------------------------------------------------------
6.0 Images
--------------------------------------------------------------*/
figure {
	margin: 0;
	text-align: center;
}
img {
	max-width: 100%;
	height: auto;
	vertical-align: top;	
}
.entry-content img, .comment-content img, .widget img {
	max-width: 100%; /* Fluid images for posts, comments, and widgets */
}
img[class*="align"], img[class*="wp-image-"], img[class*="attachment-"] {
}
img.size-full, img.size-large {
	max-width: 100%;
	height: auto;
}
.entry-content img.wp-smiley {
	border: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}
img.alignleft, img.alignright, img.aligncenter {
	margin-bottom: 1.625em;
}
p img {
}
a img {
	border: 0;
}
a img:hover {
	/* opacity: 0.8;
	filter: alpha(opacity=80); /* For IE8 and earlier */
	/* box-shadow: #000 0 0 0; */
}
img#wpstats {
	display: none;
}
/*--------------------------------------------------------------
7.0 Alignments
--------------------------------------------------------------*/
.alignleft {
	display: inline;
	float: left;
	margin-right: 30px;
}
.alignright {
	display: inline;
	float: right;
	margin-left: 30px;
}
.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}
/*--------------------------------------------------------------
8.0 Clearings
--------------------------------------------------------------*/
.clearfix:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
}
.clearfix {
	display: inline-block;
}
* html .clearfix {
	height: 1%;
}
.clearfix {
	display: block;
}
/*--------------------------------------------------------------
9.0 Media
--------------------------------------------------------------*/

/*--------------------------------------------------------------
10.0 Extras
--------------------------------------------------------------*/


/*
====> 10.2 Search Design
--------------------------------------------------------------*/
#masthead .search-wrap input.s {
	width: 180px;
}
.fa.search-top {
	color: #666;
	position: absolute;
	right: 0;
	line-height: 65px;
	cursor: pointer;
	padding-left: 10px;
	top: 0;
}
.search-wrap {
	position: relative;
}
.search-wrap button {
	border-radius: 0;
	color: #fff;
	line-height: 45px;
	margin-left: -2px;
	margin-bottom: 0;
	padding: 0 15px;
	position: absolute;
	top: 0;
	right: 0;
}
.search-icon:before {
	content: "\f002";
	font-family: FontAwesome;
	font-style: normal;
	font-weight: normal;
	text-decoration: inherit;
	color: #ffffff;
	font-size: 18px;
}
.search-form-top {
	border: 1px solid #eaeaea;
	display: none;
	padding: 10px;
	position: absolute;
	right: 0;
	top: 70px;
	z-index: 9999;
	background-color: #ffffff;
}
.not-found .search-wrap button {
	right: 175px;
}
/*
====> 10.3 Page Header Title
--------------------------------------------------------------*/
.header-post-title-container {
	/*	background: rgba(0, 0, 0, 0) url("images/abck.jpg") repeat scroll center center / cover;
	border-bottom: 1px solid #f2f2f2;*/
	background: #223f79;
    background-position: center;
    background-size: cover;
    margin-bottom: 60px;
	padding:60px 0;
}
.header-post-title-container .post-title-wrapper {
	text-align:center;
	max-width: 100%;	
}
.header-post-title-container .post-title-wrapper h1{
	color:#fff;
}
.header-post-title-class { padding-bottom: 0; }
.breadcumbg {
	background:url(images/breadcrumbbg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    padding-bottom: 60px;
    background-position: right center;
    padding-top: 60px;
}
.breadcumbg .vc_do_custom_heading {
	margin:0;
	padding:0;
}
/*--------------------------------------------------------------
11.0 Widgets
--------------------------------------------------------------*/
/*
====> 11.1 Widgets General CSS
--------------------------------------------------------------*/
.business-template .main-wrapper .widget {
	background-color: #ffffff;
}
.business-template .widget.widget_call_to_action_block, .business-template .widget.widget_portfolio_block {
	background-color: transparent;
}
.business-template .widget.widget_call_to_action_block > .inner-wrap, .business-template .widget.widget_portfolio_block > .inner-wrap {
	max-width: 100%;
}
#secondary .widget, #tertiary .widget {
	padding-bottom: 40px;
}
#secondary .widget-title, #tertiary .widget-title {
	font-size: 24px;
}
#secondary .widget li a, #tertiary .widget li a {
	padding-bottom: 10px;
	display: inline-block;
	color: #F7931E;
}
#secondary .widget li a:hover, #tertiary .widget li a:hover {
	text-decoration: underline;
}
.widget select {
	max-width: 100%;
}
#secondary .search-wrap button, #tertiary .search-wrap button {
	right: 26px;
}
.both-sidebar #secondary .search-wrap button, .both-sidebar #tertiary .search-wrap button {
	right: 0;
}
/*--------------------------------------------------------------
12.0 Plugins Support
--------------------------------------------------------------*/
/*
====> 12.1 Breadcrumb NavXT
--------------------------------------------------------------*/
.breadcrumb {
	color:#666;	
    margin-bottom: 10px;
}
.breadcrumb a {
}
.breadcrumb a:hover {
}
/*
====> 12.2 WP-PageNavi
--------------------------------------------------------------*/
.wp-pagenavi {
	padding-bottom: 40px;
}
/*--------------------------------------------------------------
13.0 Content
--------------------------------------------------------------*/
/*
====> 13.1 Body
--------------------------------------------------------------*/
body {
	padding-top: 30px;
	padding-bottom: 30px;
}
body.wide {
	padding-top: 0;
	padding-bottom: 0;
}
#page {
	background-color: #ffffff;
	margin: 0 auto;
	max-width: 1180px;
	box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.1);
}
.wide #page {
	max-width: 100%;
}
.inner-wrap {
	max-width: 1200px;
	margin: 0 auto;
}
/*
====> 13.2 Header
--------------------------------------------------------------*/
.business-template #masthead {
	background-color: #ffffff;
}
.main-head-wrap {
	padding: 12px 0 ;
}
.header {
	background: #223e7a;
	border-bottom: 1px solid #ddd;
	/* box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25); */
}
#header-left-section {
	display: inline-block;
    vertical-align: middle;
    width: 20%;
}
#header-logo-image {
	/* float: left;
	padding: 5px 20px 5px 0;
	max-width: 100%; */
}
#header-logo-image img {
	margin-bottom: 0px;
	height: auto;
	padding: 0;
	width: auto;
}
#header-text {
	float: left;
	padding-right: 20px;
}
#site-title {
	padding-bottom: 0;
}
#site-title a {
	font-size: 34px;
	margin-top: 10px !important;
	float: left;
	color: #21252d;
}
#site-title a:hover {
	color: #faba00;
}
#site-description {
	line-height: 0.6;
	font-size: 13px;
	padding-bottom: 0;
	color: #444444;
	font-weight: normal;
	margin-bottom: 0;
}
#header-right-section {
    display: inline-block;
    width: 52%;
}
p.fldmrght {
    display: inline-block;
    width: 27%;
    text-align: right;
}
img.header-image {
	display: block;
	margin: 0 auto;
}
/*
====> 13.3 Primary, Secondary & Tertiary Content Area
--------------------------------------------------------------*/
/* Right Sidebar */
#primary {
	float: left;
	width: 64.54545454%;
}
#secondary {
	float: right;
	width: 31.81818181%;
}
/* Left Sidebar */
.left-sidebar #primary {
	float: right;
	width: 64.54545454%;
}
.left-sidebar #tertiary {
	float: left;
	width: 31.81818181%;
}
/* Both Sidebar */
.both-sidebar #primary {
	width: 72.72727272%;
}
.both-sidebar #secondary {
	width: 23.63636363%;
}
.both-sidebar #primary #content {
	float: right;
	width: 62.5%;
}
.both-sidebar #primary #tertiary {
	float: left;
	width: 32.5%;
}
/* No Sidebar */
.no-sidebar-full-width #primary {
	width: 100%;
}
.no-sidebar #primary {
	float: none;
	margin: 0 auto;
}

/*
====> 13.5 Posts and pages
--------------------------------------------------------------*/
.sticky {
}
.extra-hatom-entry-title {
	display: none;
}
.single-page {
	/* margin-top: 50px; */
}
.single-header {
	padding: 2% 0;
	background-color: #444;
}
.single-header h2 {
	font-size: 2.5em;
	color: #F7931E;
	font-weight: 200;
	margin-bottom: 16px;
}
#content, #content {
}
.sidebar {
}
.single-page p a {
	color: #F7931E;
}
.single-page p a.btn-bb {
	display: inline-block;
    margin-bottom: 10px;
}
.single-page p a:hover {
	color: #2b4d99;
}
.single-page p {
	margin-bottom: 10px;
	/* font-size: 24px;
    line-height: 32px; */
}
.entry-content ul {
	list-style: square;
}
.entry-content ul, .entry-content ol {
	padding: 0;
	margin-bottom: 30px;
}
.entry-content li > ul, .entry-content li > ol {
	margin-bottom: 0;
}
.sidebar h4 {
	font-weight: 400;
	padding-bottom: 8px;
	margin-bottom: 17px;
}
.date-icon, .author-icon {
	width: 32px;
	height: 32px;
	display: block;
	float: left;
}
.hentry .entry-title {
	font-size: 24px;
	padding-bottom: 10px;
}
.hentry .entry-title a {
	color: #21252d;
	display: block;
	font-weight: 400
}
.hentry .entry-title a:hover {
	color: #F7931E;
}
.entry-meta {
	font-size: 14px;
	padding-bottom: 20px;
	width: 100%;
}
.entry-meta > span {
	padding-right: 15px;
}
.entry-meta .fa {
	color: #666;
	padding-right: 5px;
}
.entry-meta a {
	color: #666;
    font-size: 14px;
	font-weight: normal;
}
.entry-meta a:hover {
	color: #000;
}
article.post {
	padding: 35px 0;
}
article.post h1 {
	font-size: 2.5em;
}
.tags a {
	display: inline-block;
}
/*
====> 13.6 Pagination
--------------------------------------------------------------*/
.default-wp-page li.previous {
	float: left;
}
.default-wp-page li.next {
	float: right;
}
.previous a, .next a {
	color: #F7931E;
	padding: 5px 0;
	cursor: pointer;
	font-size: 16px;
	display: inline-block;
}
.next {
	float: right;
}
.previous a:hover, .next a:hover {
	text-decoration: underline;
}
.default-wp-page {
	padding: 20px 0;
}
.nav-previous, .nav-next {
	margin-bottom: 15px;
}
.nav-previous a, .nav-next a {
	color: #F7931E;
	cursor: pointer;
	font-size: 16px;
}
.nav-previous a {
	float: left;
}
.nav-next a {
	float: right;
}
.nav-previous a:hover, .nav-next a:hover {
	text-decoration: underline;
}
/*
====> 13.7 Comments
--------------------------------------------------------------*/
#comments {
	border-top: 1px solid #F8F8F8;
	padding-top: 15px;
}
#comments i {
	font-size: 12px;
	color: #F7931E;
	padding-right: 10px;
	line-height: 1.5;
}
#comments img {
	margin-bottom: 5px;
}
.comments-title {
	font-size: 22px;
	line-height: 28px;
}
.comment-content a {
	word-wrap: break-word;
}
.comment-navigation {
	margin-bottom: 15px;
}
#comments h2.comments-title, #comments h3.comments-title {
	margin-bottom: 10px;
}
.avatar {
	border-radius: 50%;
	float: left;
}
.comments-area article header {
	margin: 0 0 5px;
	overflow: hidden;
	position: relative;
}
.comments-area .comment-edit-link, .comments-area .comment-permalink, .comments-area .comment-date-time, .comments-area .comment-author-link {
	display: block;
	margin-left: 100px;
	color: #999999;
	font-size: 14px;
}
.comments-area article header cite a:hover, .comments-area a.comment-edit-link:hover, .comments-area a.comment-permalink:hover {
	color: #F7931E;
}
.comments-area .comment-author-link a {
	color: #999999;
}
.comments-area .comment-author-link a:hover {
	color: #F7931E;
}
.comments-area .comment-author-link span {
	margin-left: 10px;
	padding: 0 5px;
	background-color: #F7931E;
	color: #FFFFFF;
	border-radius: 3px;
}
.comments-area article header .comment-edit-link:before {
	content: "\f044";
	font-family: FontAwesome;
	font-style: normal;
	font-weight: normal;
	text-decoration: inherit;
	color: #F7931E;
	font-size: 12px;
	padding-right: 10px;
}
.comment-content {
	padding: 15px 15px 25px;
	background-color: #F8F8F8;
	border-radius: 2px;
}
li.comment {
	margin-bottom: 20px;
	width: 100%;
}
.comment ul, .comment ol {
	margin: 0 0 20px 20px;
}
.comment ul {
	list-style: square outside none;
}
.comment .comment-reply-link {
	float: right;
	color: #aaaaaa;
	font-size: 14px;
}
.comment .comment-reply-link:before {
	content: "\f112";
	font-family: FontAwesome;
	font-style: normal;
	font-weight: normal;
	text-decoration: inherit;
	color: #F7931E;
	font-size: 12px;
	padding-right: 10px;
}
.comment .comment-reply-link:hover {
	color: #F7931E;
}
.comment-list {
}
.comment-list, .comment-list .children {
	list-style-type: none;
	padding: 0;
}
.comment-list .children {
	margin-left: 40px;
	padding-top: 20px;
	margin-bottom: 0;
}
#reply-title {
	font-size: 20px;
}
.comment-respond {
	padding-top: 20px;
}
.comment-respond small {
	float: right;
}
.form-allowed-tags {
	display: none;
}
.error404 .page-title {
	font-size: 30px;
}

/* HOME START */
.walmart-wrap{
	position:relative;
}
.walmart-card{
	position:relative;
	background:#fff;
	border:2px solid #000;
	padding:40px 15px 40px 50px;
	box-sizing:border-box;
}
.money-badge{
	position:absolute;
	left:-40px;
	top:50%;
	transform:translateY(-50%);
	width:75px;
	height:75px;
	border-radius:50%;
	background:#1e8bff;
	border:2px solid #000;
	display:flex;
	flex-direction:column;
	justify-content:center;
	align-items:center;
	box-sizing:border-box;
}
.money-badge span.amount{
	color:#fff;
	font-size:20px;
	font-weight:700;
	text-shadow:0 0 1px #000;
}
.money-badge span.label{
	color:#fff;
	font-size:12px;
	font-weight:500;
}
.walmart-text{
    font-size: 18px;
	line-height:1.4;
}
.forhomeapps {
	padding-bottom: 135px;
}
/* BOX SHADOW */
.agility-section {
    background: #fff;
    box-shadow: 1px 2px 4px 3px #ededed;
    margin-top: -150px;
    padding: 40px 60px;
    text-align: center;
}
.agility-section h2{
	font-size:1.5em;
}
.icon-row{
	display:flex;
	justify-content:space-between;
	margin:25px 10% 0;
}
.itemdata { width:29%; }

.yellow-img{
	width:70px;
	box-shadow:0 6px 15px rgba(0,0,0,0.25);
	border-radius:50%;
	margin-bottom:15px;
}

.item p{
	font-size:16px;
	line-height:1.5;
}

.blue-note{
	background:#e9f0ff;
	color:#1b3a8a;
	padding:18px;
	margin-top:40px;
	border-radius:8px;
	font-weight:600;
	display:flex;
	align-items:center;
	justify-content:center;
	gap:10px;
}

/* VIZIAPP ELIMINATES */

.vizi-eliminate{
	position: relative;
    margin: 130px auto 60px;
    float: left;
    width: 100%;
}

/* LEFT BLUE BOX */
.eliminate-leftbox{
	background: #2A83FF;
    color: #fff;
    width: 46%;
    padding: 25px 25px ;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.3);
    left: 30px;
    z-index: 5;
    position: relative;
    top: -130px;
}

.eliminate-leftbox p{
	font-size: 24px;
    line-height: 1.6;
    margin: 0;
    font-weight: 300;
}

.btn{
  display:inline-block;
  margin-top:15px;
  background:#fff;
  color:#000;
  padding:12px 28px;
  border-radius:4px;
  text-decoration:none;
  font-weight:600;
}

/* RIGHT BIG IMAGE */
.right-img{
    position: absolute;
    right: 0;
    bottom: 50px;
    width: 60%;
    z-index: 2;
}

/* ROUND IMAGE */
.round-img{
	    position: absolute;
    left: 50%;
    bottom: 36%;
    width: 66px;
    z-index: 11;
}

/* MOBILE */
@media(max-width:1024px){
	.vizi-eliminate{
		height: auto;
		position: unset;
		width: 100%;
		margin: 0;
		float: none;
	}
	.eliminate-leftbox{
		position: unset;
        width: auto;
	}
	.right-img{
		position:unset;
		width:100%;
		margin-top:20px;
	}
	.round-img{
		display:none;
	}
}


/* HOME END */

/* RAPID APP START */
.ylwtcksul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.ylwtcksul li {
    list-style: none;
    margin-bottom: 10px;
    padding-left: 28px;
    position: relative;
}

/* Tick icon using your image */
.ylwtcksul li:before {
    background-image: url("images/yellow-tick.svg");
    background-repeat: no-repeat;
    background-size: contain;
    content: "";
    height: 20px;
    left: 0;
    position: absolute;
    top: 4px;
    width: 20px;
}


.vizi-section {
    position: relative;
	display: block;
    height: 500px;
    background: url(https://web.grapps.in/vizi/wp-content/uploads/2025/12/rapid-app-1.png);
    background-repeat: no-repeat;
    background-position: right;
    background-size: 68%;
}

.vizi-content {
    position: relative;
}

.vizi-img {
    width: 100%;
    border-radius: 4px;
    display: block;
    position: relative;
    z-index: 1;
}

/* blue text box */
.blue-box {
    position: absolute;
    top: 145px;
    left: -10px;
    width: 245px;
    background: #2A83FF;
    color: #fff;
    padding: 20px 20px 40px 20px;
    border-radius: 4px;
    z-index: 2;
    box-shadow: 0 8px 16px rgba(0,0,0,0.2);
}

.blue-box p {
    margin: 0;
    line-height: 1.4;
    font-size: 14px;
}

/* round icon positioned at bottom-right of blue box */
.round-icon {
    position: absolute;
    width: 85px;
    right: -40px;  /* moves outside box to the right */
    bottom: -40px; /* moves outside box downward */
    z-index: 3;
}
.legend-box {
    background: #fff;
    padding: 20px;
    border-radius: 4px;
    border: 1px solid #ccc;
}
.entry-content ul.legend-list { margin-bottom:0; }
.legend-list {
    margin: 0;
    padding: 0;
    list-style: none;
}
.legend-list li {
    display: flex;
    align-items: center;
    margin-bottom: 10px;
    font-size: 14px;
}
.legend-list li:last-child {
    margin-bottom: 0;
}
.dot {
    width: 12px;
    height: 12px;
    border-radius: 50%;
    display: inline-block;
    margin-right: 10px;
}
.gray { background: #666; }
.blue { background: #2A83FF; }
.orange { background: #F7931E; }
.pink { background: #DD2273; }
.green { background: #58D321; }

body.page-id-211 .process-wrapper { color: #000; }
.process-wrapper {
    color: #fff;
    width: 100%;
    max-width: 1150px;
}
.process-row { margin-bottom: 25px; }
.process-row .label { font-size: 18px; margin-bottom: 6px; }

/* main bar container */
.bar {
    display: flex;
    height: 16px;
    border-radius: 20px;
    overflow: hidden;
}

/* sizes */
.bar.large { width: 100%; }
.bar.small { width: 260px; }

/* segments */
.seg {
    display: block;
    height: 100%;
}

/* approximate proportional widths */
.process-wrapper .gray  { background: #666;      width: 7%; }
.process-wrapper .blue  { background: #2A83FF;   width: 43%; }
.process-wrapper .orange{ background: #F7931E;   width: 10%; }
.process-wrapper .pink  { background: #DD2273;   width: 20%; }
.process-wrapper .green { background: #58D321;   width: 20%; }
.stat-card {
    background: #fff;
    padding: 30px 20px;
    text-align: center;
    border-radius: 6px;
    box-shadow: 0 4px 14px rgba(0,0,0,0.12);
}
.bxforapbldng .stat-card.mobileft {
    display: inline-block;
    min-height: 140px;
    padding: 15px 22px;
    vertical-align: middle;
}
.bxforapbldngtwo .stat-card.mobileft {min-height: 294px;}
.bxforapbldng .stat-card img {
    display: block;
    margin: 0 auto 10px;
}
.bxforapbldng .stat-card p {
    margin-bottom: 0;
}
.stat-card h3 {
    margin-bottom: 15px;
}
.stat-value {
    color: #2A83FF;
    font-size: 4em;
    margin-bottom: 0;
    padding-bottom: 0;
}
h2.stat-value img {
    display: inline-block;
    height: 34px;
    margin-right: 9px;
    vertical-align: inherit;
}
.stat-text {
   
}
.stat-text h4 {
    padding: 0;
    font-size: 1em;
}
.abtn a {
    display: inline-block;
}
/* RAPID APP END */

/* Ready-for-Work Apps START */
.accordion {
    
}
.accordion-item {
   /*  border-left: 4px solid transparent; */
    background: #fff;
    margin-bottom: 10px;
    border-radius: 4px;
    /* box-shadow: 0 2px 6px rgba(0,0,0,0.1); */
}

.accordion-item.active {
    /* border-left: 4px solid #2196f3; */ /* blue border */
}
.accordion-header {
    display: flex;
    justify-content: space-between;
    align-items: center; 
	width: 100%;
    padding: 16px 15px;
    font-size: 24px;
    text-align: left;
    background: #fff;
    border: none;
    border-left: 4px solid #2196f3; /* blue border */
    border-radius: 4px;
    box-shadow: 0 2px 6px rgba(0,0,0,0.15);
    cursor: pointer;
	color:#000;
    margin: 0 0 10px;
	font-weight:600;
}
.frylwbrd .accordion-header{
	border-left: 4px solid #F7931E;
}
.arrow {
    font-size: 16px;
    transition: transform .3s;
}
.accordion-item.active .arrow {
    transform: rotate(180deg);
}
.accordion-content {
    max-height: 0;
    overflow: hidden;
    padding: 0 15px;
    transition: max-height .4s ease, padding .3s ease;
}
.accordion-item.active .accordion-content {
    max-height: 1000px; 
    padding: 15px;
}
.acc-img {
    display: block;
    margin: 0 auto 15px;
}
/* Ready-for-Work Apps END */

/* Some Ways Companies Use ViziApps START */
.waysitem {
	background: #fff;
    margin-bottom: 10px;
    border-radius: 4px;
    box-shadow: 0 2px 6px rgba(0,0,0,0.1);
	border-left: 4px solid #2196f3;
    padding: 35px;
}
.waysitem.frylwbrd{
	border-left: 4px solid #F7931E;
}
.waysitem.ttlbluhead h4{
	color:#2196f3;
}
.waysitem h4 {
    font-size: 2em;
    margin-bottom: 15px;
}
.tmbrlst img {
    display: inline-block;
    margin: 0 15px 20px 0;
    vertical-align: middle;
    width: 180px;
}
.tmbrlst h4 {
    display: inline-block;
}
.tmbrlst h4 small{
    display: block;
    margin-top: 5px;
}
/* Some Ways Companies Use ViziApps END */

/* BLOG LIST START */
.article-cardpost {
    background: #fff;
    border: 1px solid #D9D9D9;
    border-radius: 4px;
    display: flex;
    gap: 20px;
    margin-bottom: 30px;
}
.article-imagepost img {
    border-radius: 4px;
    height: auto;
    object-fit: cover;
    width: 240px;
}
.article-contentpost {
    flex: 1;
    padding: 20px;
}
.article-metapost {
    color: #666;
    font-size: 13px;
    margin-bottom: 6px;
}
.article-metapost .dotpost {
    margin: 0 6px;
}
.article-titlepost {
    color: #000;
    font-size: 30px;
    font-weight: 700;
    margin: 0 0 10px;
}
.article-descpost {
}
span.authorimgpost {
    width: 24px;
    display: inline-block;
    vertical-align: middle;
    margin: 0 5px 5px 0;
}
/* BLOG LIST END */

/* ====> 13.8 Footer --------------------------------------*/
#colophon .widget {
	padding-bottom: 15px;
}
.mainfooter {
	background: #F8F8F8;
}
footer {
	padding: 40px 60px;
	display: flex;
	justify-content: space-between;
}
footer#colophon  {
	padding: 0 60px 15px;
    text-align: left;
}
footer#colophon .inner-wrap {
    margin: 0;
}
.footer-left img {
	height: 38px;
	margin-bottom: 10px;
}
.footer-links .textwidget {
	display: flex;
	gap: 40px;
	font-size: 14px;
	color: #555;
}
.footer-links .ftrlinks {
	display: flex;
	flex-direction: column;
	gap: 6px;
}
.footer-links a {
	color:#000;
    margin-bottom: 20px;
	text-decoration: none;
}
.footer-links a:hover {
	color: #000;
}
.footer-right {
	gap: 12px;
}
.btn-blue {
	background: #2A83FF;
	color: #fff;
    font-size: 20px;
    font-weight: 600;
	padding: 10px 20px;
	text-decoration: none;
    vertical-align: text-top;
}
.btn-orange {
	background: #F7931E;
	color: #000000;
    font-size: 20px;
    font-weight: 500;
	padding: 10px 20px;
	text-decoration: none;
    vertical-align: text-top;
    margin-left: 5px;
}
.btbgwhite { background: #fff; }
.btn-blue:hover, .btn-orange:hover {
	
}

/* Responsive */
@media (max-width: 768px) {
	h1 { font-size: 2em; }
}
/*--------------------------------------------------------------
14.0 Responsive Structure
--------------------------------------------------------------*/
@media screen and (max-width: 1190px) {
	#page {
		width: 97%;
	}
	.wide #page {
		width: 100%;
	}
	.inner-wrap {
		width: 94%;
	}
}
@media screen and (max-width: 1024px) {
	p.fldmrght {
		display: block;
		width: 100%;
		margin: 20px 0 15px;
	}
	footer .btn-blue {
		display: block;
		margin-bottom: 20px;
	}
}
 @media screen and (max-width: 768px) {
	h2 { font-size: 1.8em; }
	#header-left-section {
        display: unset;
		max-width: 80%;
		margin-right: 0;
	}
	#header-right-section {
        display: block;
		float: none;
        width: 100%;
	}
	#header-text {
		padding-right: 0;
	}
	.menu-primary-menu-container {
		display: block;
		margin-top: 15px;
		width: 100%;
	}
	.better-responsive-menu .sub-menu {
		display: none;
	}
	.sub-toggle {
		position: absolute;
		right: 20px;
		cursor: pointer;
		display: block;
		top: 6px;
		color: #fff;
		padding: 0 7px;
	}
	.menu-toggle, .main-navigation.toggled .menu-primary-container {
		display: block;
	}
	.main-navigation ul {
		display: none;
	}
	.main-navigation {
		padding-top: 0;
	}
	body.logged-in .menu-toggle{ top: 52px; }
	.menu-toggle {
		right: 10px;
		position: absolute;
        top: 20px;
	}
	.menu-toggle:before {
		color: #fff;
		content: "\f0c9";
		font-family: fontawesome;
		font-size: 22px;
	}
	ul#menu-primary-menu { text-align: left; }
	.menu-primary-container {
		clear: both;
	}
	.menu-primary-container > ul > li > a, .menu > ul > li > a {
		line-height: 50px;
		height: 88px;
	}
	.menu-primary-container ul ul li {
		padding-right: 0;
	}
	.menu-primary-container > ul > li > a, .menu > ul > li > a {
		height: auto;
		line-height: 1;
	}
	.main-small-navigation li {
        position: relative;
        padding: 10px 0;
        border-bottom: 1px solid #fff;
    }
	.main-small-navigation li:last-child {
		border-bottom: 1px solid transparent;
	}
	#masthead .menu-primary-container li a {
		color: #fff;
		display: block;
		width: 100%;
	}
	/* Featured Posts widget */
	.single-post-image-wrap {
		float: none;
		margin-right: 0;
	}
	.single-post-content .entry-title, .single-post-content p, .read-btn {
		text-align: center;
	}
	.logo-disable .main-head-wrap.inner-wrap {
		padding: 0;
	}
	.walmart-card {
        margin-left: 10%;
        padding: 20px 20px 30px 60px;
        width: 90%;
    }
	.money-badge{
		left:-10%;
	}
	footer {
        display: block;
        padding: 45px 0;
        text-align: left;
    }
	.footer-links .textwidget,
	.footer-links {
        display: block;
    }
	.footer-links .ftrlinks { display: block; margin: 15px 0;}
	.footer-links .ftrlinks:nth-child(1) { margin-bottom: 0; }
	.footer-links .ftrlinks:nth-child(2) { margin-top: 0; }
	.footer-links a {
		color: #000;
		margin: 10px 0;
		text-decoration: none;
		display: inline-block;
		vertical-align: top;
		width: 49%;
	}
	footer#colophon {
		padding: 0 0 25px;
	}
}
@media screen and (max-width: 767px) {
	#primary, #secondary, .both-sidebar #primary,
	.both-sidebar #secondary,
	.both-sidebar #primary #content,
	.both-sidebar #primary #tertiary {
		float: none;
		width: 100%;
	}
	.mobileft,
	.mobileft p,
	.stat-card.mobileft {
		text-align: left!important;
	}
	.bxforapbldng .stat-card.mobileft {
		display: block;
		padding: 15px 4%;
		width: 92%;
		text-align: center!important;
        min-height: unset;	
	}
	.bxforapbldng .mobileft p { text-align: center!important; }
	.breadcumbg {
		padding-bottom: 50px;
		padding-top: 50px;
	}
	.article-cardpost { display: block; }
	.article-imagepost,
	.article-imagepost img {
		display: block;
		width: 100%;
	}
	.agility-section {    padding: 35px 30px; }
	.icon-row { display: block; margin: 35px 0 0; }
	.itemdata {
		margin-bottom: 35px;
		width: 100%;
	}
}
@media screen and (max-width: 600px) {
	
}
@media only screen and (max-width: 420px) {
	.vizi-section {
		position: relative;
		display: block;
		height: 440px;
		background: url(https://web.grapps.in/vizi/wp-content/uploads/2025/12/rapid-app-1.png);
		background-repeat: no-repeat;
		background-position: top;
		background-size: contain;
	}
	.blue-box {
        left: auto;
		right: 0;
		top: 250px;
		width: 245px;
	}
	.round-icon{
		display:none;
	}
	.legend-list li {
		display: inline-block;
		width: 49%;
	}
}
 @media screen and (max-width: 400px) {

}

/* Remove the updated class from entry meta */
.entry-date .updated {
	display: none;
}