/*
Theme Name: Orange Fresh
Theme URI: https://suffixdigital.com/
Author: Suffix Digital
Author URI: https://suffixdigital.com/
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: suffix
*/

body.vc_desktop {
	border: 0;
	color:#454545;
	font-family: "Livvic", sans-serif;
	font-size:16px;
	font-weight: 400;
	font-style: normal;
    line-height: 1.7;
	margin: 0;
	outline: 0;
	padding: 0;
	vertical-align: baseline;
}
html {
	
}
article, aside, details, figcaption, figure, footer, header, main, nav, section {
	
}
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;
 padding: 0;
 margin: 0;
}
/*--------------------------------------------------------------
2.0 Typography --->>>>> www.007db8.com
--------------------------------------------------------------*/
/*
====> 2.1 Headings
--------------------------------------------------------------*/
h1, h2, h3, h4, h5, h6 {
    color: #0a0a0a;
    font-family: Livvic;
    font-weight: 700;
	line-height: 1.4;
	padding-bottom: 15px;
}
h1 { font-size: 2.90em; }
h2 { font-size: 2.5em; }
h3 { font-size: 26px; }
h4 { font-size: 20px; }
h5 { font-size: 22px; }
h6 { font-size: 19px; }
.fw500 { font-weight: 500; }
.txuprcs { text-transform:uppercase; }
/*
====> 2.2 Others
--------------------------------------------------------------*/
body, button, input, select, textarea {
	font-family: 'Livvic';
}
p {
	margin-bottom: 15px;
}
/*--------------------------------------------------------------
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 #3c5b12;
	margin-bottom: 20px;
}
blockquote em, blockquote i, blockquote cite {
	font-style: normal;
}
blockquote cite {
	color: #4086e2;
	font: 12px "Helvetica Neue", Helvetica, Arial, sans-serif;
	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 {
	font-family: 'Livvic';
	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: 14px 3%;
	border: 1px solid #f2f2f2;
	line-height: 20px;
	width: 94%;
	margin: 0 0 0px;
	background-color: #f8f8f8;
	-webkit-border-radius: 1px;
	-moz-border-radius: 1px;
	border-radius: 1px;
    margin-bottom: 12px;
}
input[type="text"]:focus, input[type="email"]:focus, input[type="url"]:focus, input[type="search"]:focus, input[type="password"]:focus, textarea:focus {
    outline: none;
}
input.s {
	background-color: #f6f7f9;
	border: medium none;
	color: #4086e2;
	height: 36px;
	margin: 0;
	padding: 4px 54px 4px 10px;
	width: 60%;
}
input.s:focus {
	border: medium none;
    outline: 0;
}
textarea.wpcf7-form-control {
    height: 80px;
}
button{
    font-weight: 600;
    letter-spacing: 1px;
    text-transform: capitalize;
}
.ample-button, input[type="reset"], input[type="button"], input[type="submit"], button {
	-moz-appearance: none;
	-webkit-appearance: none;
	appearance: none;
	padding: 1rem 1.25rem;
    background: #ff5a5f;
    color: #fff;
    border-radius: 5px;
    width: inherit;
    cursor: pointer;
    text-align: center;
    transition: .5s;
    border: none;
	font-size: 1.5rem;
	line-height: 2rem;
	transition-duration: .15s;
	transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
    transition-timing-function: cubic-bezier(.4, 0, .2, 1);
	letter-spacing: .025em;
	text-transform:uppercase;
	font-weight: 700;
	border-radius: .75rem;
}
.ample-button:hover, 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);
}
/*--------------------------------------------------------------
5.0 Navigation
--------------------------------------------------------------*/
/*
====> 5.1 Links
--------------------------------------------------------------*/
a {
	color: #3c5b12;
	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
--------------------------------------------------------------*/
.main-navigation li > ul, .main-navigation li > ol {
	margin: 0;
	list-style: none;
}
.main-navigation {
	float: right;
}
.main-navigation li {
	float: left;
	position: relative;
	padding: 0 10px;
}
.sub-toggle {
	display: none;
}
.main-navigation ul > li {
	padding: 0 15px 0 15px;
}
.main-navigation ul > li:last-child {
	padding-right: 0;
}
.main-navigation li > a {
    
}
.main-navigation ul.menu li a {
	color:#454545;
    font-weight: 500;
}
.main-navigation li.default-menu, li.default-menu {
	display: none;
}
.main-navigation a {
	
}
.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: #4086e2;
}
.main-navigation a:hover, .main-navigation ul li.current-menu-item a, .main-navigation ul li.current-menu-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: #3c5b12;
}
.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;
	color: #3c5b12;
	font-size: 12px;
	padding-left: 6px;
	color: #faba00;
}
.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;
	left: -1px;
	position: absolute;
	top: 70px;
	width: 160px;
}
.main-navigation ul li .sub-menu a {
	text-transform: none;
}
.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;
}
.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;
	line-height: 21px;
	font-size: 13px;
	height: 100%;
	padding: 10px 20px;
	color: #4086e2;
}
.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: #3c5b12;
}
.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;
}

#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 {
    background: #f6f7f9;
	position: relative;
}
.search-wrap button {
    background: transparent;
	border-radius: 0;
	color: #fff;
	line-height: 42px;
	margin-bottom: 0;
	padding: 0 15px;
	position: absolute;
	top: 0;
	right: 0;
}
.search-wrap button:hover,
.search-wrap button:focus {
	box-shadow:none;
	outline:none;
}
.search-icon:before {
    color: #061340;
	content: "\f002";
	font-family: FontAwesome;
	font-size: 18px;
	font-style: normal;
	font-weight: normal;
	text-decoration: inherit;
}
.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: #f2f2f2;
    background-position: center center;
    background-repeat: no-repeat;
	background-size: cover;
	padding:50px 0;
}
.header-post-title-container .post-title-wrapper {
	text-align:center;
	max-width: 100%;	
}
.header-post-title-container .post-title-wrapper h1{
	color:#fff;
	text-transform:uppercase;
}
.header-post-title-class {
	font-size: 32px;
	padding-bottom: 0;
	color: #222;
}
/*--------------------------------------------------------------
11.0 Widgets
--------------------------------------------------------------*/
/*
====> 11.1 Widgets General CSS
--------------------------------------------------------------*/
#secondary .widget {
    background: #fff;
    box-shadow: 0 2px 20px rgba(0, 0, 0, 8%);
    border-radius: 10px;
    margin-bottom: 35px;
    padding: 40px 30px;
}
#secondary .widget-title {
    color: #0a0a0a;
    font-size: 20px;
    font-weight: 600;
    line-height: 26px;
    padding-bottom: 12px;
    margin-bottom: 30px;
    position: relative;
    z-index: 1;
}
#secondary .widget-title:after {
    content: "";
    position: absolute;
    border: 0;
    width: 50px;
    height: 2px;
    background: #0b70e1;
    z-index: 1;
    margin-left: 0;
    bottom: 0;
    left: 0;
}
#secondary .widget li a {
	padding-bottom: 10px;
	display: inline-block;
	color: #3c5b12;
}
#secondary .widget li a:hover {
	text-decoration: underline;
}
.widget select {
	max-width: 100%;
}
#secondary .search-wrap button 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 {
	font-size: 14px;
	margin-bottom: 2px;
	margin-top: 8px;
	text-align: center;
}
.breadcrumb {
	color: #ffffff;
	font-weight: normal;
}
.breadcrumb a {
	color: #ffffff;
	font-weight: normal;
}
.breadcrumb a:hover {
	text-decoration: underline;
}
.breadcrumb span {
    color: #fff;
}
/*
====> 12.2 WP-PageNavi
--------------------------------------------------------------*/
.wp-pagenavi {
	padding-bottom: 40px;
}
/*--------------------------------------------------------------
13.0 Content
--------------------------------------------------------------*/
/*
====> 13.1 Body
--------------------------------------------------------------*/
body {
	
}
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: 1250px;
	margin: 0 auto;
}
/*
====> 13.2 Header
--------------------------------------------------------------*/
.main-head-wrap {
	padding: 8px 0;
}
.header {
	background: #fff; 
	/* border-bottom: 1px solid #ddd; */
}
body.overflow-x-hidden  .header {
	background: #fff7ec; 
	/* border-bottom: 1px solid #ddd; */
}
#header-left-section {
	/* float: left; */
	display:inline-block;
	vertical-align:middle;
	width:24.5%;
}
#header-logo-image {
	
}
#header-logo-image img {
	margin-bottom: 0px;
	height: auto;
	padding: 0;
	width: 150px;
}
#header-right-section {
	display:inline-block;
	vertical-align:middle;
	width:75%;
}
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: #3c5b12;
	font-weight: 200;
	margin-bottom: 16px;
}
.sidebar {
}
.single-page p a {
	color: #3c5b12;
}
.single-page p a.btn-bb {
	display: inline-block;
    margin-bottom: 10px;
}
.single-page p a:hover {
	color: #555;
}
.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 0 0 20px;
	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: #4086e2;
	display: block;
	font-weight: 400
}
.hentry .entry-title a:hover {
	color: #3c5b12;
}
.entry-meta {
	width: 100%;
	padding-bottom: 20px;
}
.entry-meta {
	font-size: 14px;
}
.read-btn a {
	border: 1px solid #3c5b12;
	display: inline-block;
	margin-top: 20px;
	padding: 10px 16px;
}
.read-btn a:hover {
	background-color: #3c5b12;
	color: #ffffff;
}
.entry-meta > span {
	padding-right: 15px;
}
.entry-meta .fa {
	color: #3c5b12;
	padding-right: 5px;
}
.entry-meta a {
	color: #444444;
	font-weight: normal;
}
.entry-meta a:hover {
	color: #3c5b12;
}
article.post {
	padding-bottom: 60px;
}
.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: #3c5b12;
	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: #3c5b12;
	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;
}
.form-allowed-tags {
	display: none;
}
.error404 .page-title {
	font-size: 30px;
}

/* HOME START */
.mnbnrhom {
	
}
.service-card {
  height: 290px;
  perspective: 1000px;
}

.card-inner {
  position: relative;
  width: 100%;
  height: 100%;
  transition: transform 0.6s ease;
  transform-style: preserve-3d;
}

/* flip on hover */
.service-card:hover .card-inner {
  transform: rotateX(180deg);
}

.card-face {
  position: absolute;
  inset: 0;
  border-radius: 18px;
  box-shadow: 0 15px 35px rgba(0,0,0,0.08);
  backface-visibility: hidden;

  /* FLEXBOX CENTERING */
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 25px 30px;
}

/* FRONT SIDE */
.card-front {
  background: #ffffff;
}

.card-front .icon {
  width: 60px;
  margin-bottom: 18px;
}

.card-front h3 {
  font-size: 20px;
}

/* BACK SIDE */
.card-back {
  background: linear-gradient(90deg, #0f76ff, #001c66);
  transform: rotateX(180deg);
}

.card-back h3 {
  color: #ffffff;
  font-size: 20px;
}

.card-back p {
  color: #ffffff;
  margin-bottom: 24px;
}

/* BUTTON */
.btn-more {
  border: none;
  border-radius: 45px;
  background: #fff;
  color: #454545;
  cursor: pointer;
  font-weight: 500;
  font-size: 16px;
  padding: 10px 28px;
}


/* HOME Best Solutions START */
.service-box {
  min-height: 150px;
  background: #ffffff;
  padding: 20px 20px;
  border-radius: 18px;
  text-align: center;
  cursor: pointer;
  transition: 0.35s ease;
  border: 1px solid rgba(0,0,0,0.05);

  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;

  box-shadow: 0 8px 22px rgba(0,0,0,0.05);
}
.service-box .icon {
	margin-bottom: 10px;
	transition: 0.35s ease;
	width: 40px;
}
.service-box h3 {
  margin-top: 10px;
  font-size: 20px;
  font-weight: 600;
  color: #111;
  transition: 0.35s ease;
    padding: 0;
}
.service-box:hover {
  transform: translateY(-6px);
  box-shadow: 0 12px 28px rgba(0,0,0,0.12);
  border-color: transparent;
}
.service-box:hover .icon {
  transform: scale(1.08);
}
.service-box:hover h3 {
  color: #2563ff;
}
/* HOME Best Solutions END  */

/* HOME Technology START */
.tech-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
  gap: 28px;
  align-items: center;
}
.tech-item {
  background: rgba(211, 222, 247,0.1);
  border-radius: 14px;
  padding: 18px 22px;
  display: flex;
  justify-content: center;
  align-items: center;
  box-shadow: 0 10px 24px rgba(15, 23, 42, 0.06);
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}
.tech-item img {
  max-width: 120px;
  max-height: 42px;
  object-fit: contain;
  filter: grayscale(15%);
  transition: filter 0.25s ease, transform 0.25s ease;
}
.tech-item:hover {
  transform: translateY(-4px);
  box-shadow: 0 14px 32px rgba(15, 23, 42, 0.12);
}
.tech-item:hover img {
  filter: grayscale(0%);
  transform: scale(1.03);
}
/* HOME Technology END */

/* HOME PROJECT START */
.work-card {
  position: relative;
  min-height: 280px;
  border-radius: 16px;
  overflow: hidden;
  cursor: pointer;
}

.work-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 16px;
  display: block;
  transition: transform 0.5s ease;
}

/* Hover image slight zoom */
.work-card:hover .work-img {
  transform: scale(1.06);
}

/* Info Box */
.work-info {
  position: absolute;
  left: 10%;
  bottom: -60%;          /* Hidden initially */
  width: 65%;
  padding: 28px 30px 10px;
  background: #ffffff;
  border-radius: 16px 16px 0 0;
  transition: 0.45s ease-in-out;
  box-shadow: 0 -4px 18px rgba(0,0,0,0.08);
}

/* Slide Up on Hover */
.work-card:hover .work-info {
  bottom: 0;
}

.projcategory {
  color: #5a4dff;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 0.6px;
  display: inline-block;
  margin-bottom: 6px;
}

.projtitle {
  font-size: 22px;
  font-weight: 700;
  color: #111827;
  margin: 0;
}
/* HOME PROJECT END */

/* HOME END */


/* CONTACT US START */
.contact-box {
  position: relative;
  display: flex;
  align-items: center;
  gap: 18px;
  padding: 26px 34px;
  background: #ffffff;
  border-radius: 8px;
  border: 1px solid #e5e8ff;
  box-shadow: 0 12px 28px rgba(0,0,0,0.06);
  cursor: pointer;
  overflow: hidden;
  transition: transform .3s ease;
  z-index: 1;
}

/* Animated blue layer */
.contact-box::before{
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 0%;
  background: #0e63f5;
  transition: height .45s ease-in-out;
  z-index: -1;
}
.contact-box:hover::before{
  height: 100%;
}

.contact-box:hover {
	/* transform: translateY(-4px); */
}
.icon-area {
	color:#fff;
	width: 58px;
	height: 58px;
	border-radius: 50%;
	background: #0e63f5;
	display: flex;
	align-items: center;
	justify-content: center;
	z-index: 2;
	transition: background .3s ease;
    font-size: 25px;
}

.icon-area img{
	width: 28px;
	filter: invert(100%);
}
.small-text{
	display: block;
	font-size: 14px;
	margin-bottom: 6px;
	transition: color .3s ease;
}
.contact-box h3{
	color: #0e63f5;
	font-size: 20px;
	font-weight: 700;
	margin: 0;
    padding: 0;
	transition: color .3s ease;
}
.contact-box:hover .small-text,
.contact-box:hover h3{
	color: #fff;
}
.contact-box:hover .icon-area{
	background: rgba(255,255,255,0.25);
}
.contact-box:hover .icon-area img{
	filter: invert(100%);
}
.follow-box {
	background: #0a59e8;
	padding: 40px 32px;
	border-radius: 0 0 8px 8px;
	color: #fff;
}
.follow-box h2 {
	color:#fff;
	font-size: 22px;
	font-weight: 700;
}
.follow-title {
    color:#fff;
	font-size: 16px;
	font-weight: 500;
	margin: 0 0 14px 0;
}
.social-icons {
	display: flex;
	gap: 16px;
}
.social-icon {
	width: 42px;
	height: 42px;
	border-radius: 50%;
	border: 2px dashed rgba(255,255,255,0.8);
	display: flex;
	align-items: center;
	justify-content: center;
	color: #fff;
	font-size: 18px;
	transition: 0.35s ease;
}
.social-icon:hover {
	background: #02306e;
	border-color: #02306e;
	transform: translateY(-2px);
}
.social-icon:hover i { color: #fff; }
/* CONTACT US END */

/* REQUEST A QUOTE START */
.input-wrapper p {
  position: relative;
  margin: 0 0 26px 0;
  padding-top: 18px;
}
.input-wrapper p label {
  position: absolute;
  left: 0;
  top: 20px;
  font-size: 20px;
  pointer-events: none;
  transition: all .25s ease;
}
.input-wrapper p input,
.input-wrapper p textarea {
  width: 100%;
  border: none;
  border-bottom: 1px solid #d5d5d5;
  padding: 10px 0 0;
  font-size: 16px;
  outline: none;
  background: transparent;
  resize: none;
  transition: border-color .25s ease;
  box-sizing: border-box;
}
.input-wrapper p input:hover,
.input-wrapper p textarea:hover {
  border-bottom-color: #777;
}
.input-wrapper p input:focus,
.input-wrapper p textarea:focus {
  border-bottom-color: #222;
}
.input-wrapper p:has(input:focus) label,
.input-wrapper p:has(textarea:focus) label,
.input-wrapper p:has(input:not(:placeholder-shown)) label,
.input-wrapper p:has(textarea:not(:placeholder-shown)) label,
.input-wrapper p:has(input[value]:not([value=""])) label,
.input-wrapper p:has(textarea[value]:not([value=""])) label {
  top: 2px;
  font-size: 13px;
  color: #555;
}
/* REQUEST A QUOTE END */

/* SERVICE DETIAL START */
.servicbenr {
	padding:150px 0 15px; 
}
.srvcfeature-item {
  display: flex;
  align-items: flex-start;
  gap: 18px;
  margin-bottom: 28px;
}
.bulletpnt {
  width: 34px;
  height: 34px;
  border-radius: 50%;
  background: rgba(64, 156, 255, 0.18);
  position: relative;
  flex-shrink: 0;
}
.bulletpnt::before {
  content: "";
  width: 10px;
  height: 10px;
  background: #0080ff;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.srvcfeature-item p {
  margin: 0;
  font-size: 20px;
  line-height: 1.6;
}

.srvccontact-banner {
    position: relative;
    background: #e8f1fc;
    padding: 80px 70px;
    border-radius: 4px;
    overflow: hidden;
}
.srvcorb {
    position: absolute;
    top: -40px;
    left: -20px;
    width: 120px;
    height: 120px;
    background: radial-gradient(circle at 30% 30%, #75a8ff, #4d39ff, #289cff);
    border-radius: 50%;
    filter: blur(1px);
}
.srvcbanner-content h2 {
    font-size: 36px;
    font-weight: 700;
    color: #0b0b0b;
    max-width: 800px;
    line-height: 1.3;
    margin-bottom: 40px;
}
.srvcbtn-primary {
    display: inline-block;
    padding: 18px 40px;
    background: #0b0b0b;
    color: #fff;
    font-size: 18px;
    font-weight: 600;
    border-radius: 40px;
    text-decoration: none;
    transition: background .3s ease;
}

.srvcbtn-primary:hover {
    background: #333;
}

/* Sparkles */
.srvcsparkle {
    position: absolute;
    width: 80px;
    height: 80px;
    background: url('images/srvc-ball.svg') no-repeat center/contain;
    opacity: 0.9;
}

.sparkle-1 {
    bottom: 40px;
    right: 140px;
    transform: scale(0.8);
}

.sparkle-2 {
    bottom: -10px;
    right: 40px;
    transform: scale(1.1);
}
/* SERVICE DETIAL END */

/* EVENT BOX 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: 25px;
}
.waysitem h4 {
    font-size: 2em;
    margin-bottom: 0;
}
.waysitem a {
    width: auto;
    color: #fff;
    background: #2196f3;
    display: inline-block;
    padding: 8px 15px;
    border-radius: 9px;
    font-weight: 600;
    font-size: 17px;
}
/* EVENT BOX 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 */

.vc_tta-color-green.vc_tta-style-modern .vc_tta-tab>a {
    border-color: #ff5a5f!important;
    background-color: #ff5a5f!important;
}
.vc_tta-color-green.vc_tta-style-modern .vc_tta-tab.vc_active>a {
    color: #000;
}

/* ==== 13.8 Footer ==== */
footer {
    width: 100%;
    text-align: center;
    background: #fee832;
}
footer * { color: rgb(254 99 52); }
footer .relative {
    padding: 20px 15px;
}
.px-4 {
    padding-left: 1rem;
    padding-right: 1rem;
}
footer img {
    width: 132px;
}
.justify-center {
    justify-content: center;
}
.max-w-4xl {
    max-width: 56rem;
}
.w-full {
    width: 100%;
}
.flex {
    display: flex;
}
.mx-auto {
    margin-left: auto;
    margin-right: auto;
}
.relative {
    position: relative;
}
.origin-center {
    transform-origin: center;
}
.top-0 {
    top: 0;
}
.right-24 {
    right: 6rem;
}
.absolute {
    position: absolute;
}
.-translate-y-28, .scale-150 {
    transform: translate(0, -7rem) rotate(0) skewX(0) skewY(0) scaleX(1.5) scaleY(1.5);
	--tw-translate-y: -7rem;
}
.scale-150 {
    --tw-scale-x: 1.5;
    --tw-scale-y: 1.5;
}
.animate-spin-slow {
    animation: spin 6s linear infinite;
}
@keyframes spin {
    to {
        transform: rotate(1turn)
    }
}
/*--------------------------------------------------------------
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: 768px) {
	#header-left-section {
		max-width: 80%;
		margin-right: 0;
	}
	#header-right-section {
        display: block;
		float: none;
        width: 100%;
	}
	#header-text {
		padding-right: 0;
	}
	.better-responsive-menu .sub-menu {
		display: none;
	}
	.main-small-navigation li {
		position: relative;
	}
	.sub-toggle {
		position: absolute;
		right: 20px;
		cursor: pointer;
		display: block;
		top: 6px;
		color: #fff;
		padding: 0 7px;
		background-color: #3c5b12;
	}
	.menu-toggle, .main-navigation.toggled .menu-primary-container {
		display: block;
	}
	.main-navigation ul {
		display: none;
	}
	.main-navigation {
		padding-top: 0;
	}
	.menu-toggle {
        margin: 0;
        position: absolute;
        right: 15px;
        top: 15px;
	}
	.menu-toggle:before {
		color: #3c5b12;
		content: "\f0c9";
		font-family: fontawesome;
		font-size: 22px;
	}
	.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;
	}
	#masthead .menu-primary-container li a {
		border-bottom: 1px solid #f8f8f8;
		color: #000;
		display: block;
		font-size: 14px;
		padding: 10px 0;
		width: 100%;
	}
	/* Featured Posts widget */
	.single-post-content .entry-title,
	.single-post-content p, .read-btn {
		text-align: center;
	}
	.logo-disable .main-head-wrap.inner-wrap {
		padding: 0;
	}
}
 @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%;
	}
	.article-cardpost,
	.article-imagepost img {
		display: block; width: 100%;
	}
	.article-imagepost img {
		display: block; width: 100%;
	}
	.word {
		font-size: 3em;
		white-space:normal;
	}
	.floating-image { display:none; }
	.alternating-section {
		margin: 35px 0;
	}
	h2.grid.w-full.gap-\[3vw\].py-10.text-center.text-8xl.font-black.leading-\[\.7\].text-\[\#FEE832\] {
		font-size: 24px!important;
	}
	section.min-h-screen.w-screen.overflow-hidden.bg-\[\#FE6334\] p {
		font-size: 18vw!important;
	}
	.max-md\:text-\[27vw\] {
        font-size: 18vw;
    }

}
@media screen and (max-width: 600px) {
	
}
@media only screen and (max-width: 420px) {

}
@media screen and (max-width: 400px) {

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