/*
	Theme Name:			Novo Technologies
	Theme URI:			http://tinyfrog.com/
	Description:		A mobile responsive and HTML5 theme built for the Genesis Framework.
	Author: 			Tinyfrog Technologies
	Author URI:			http://tinyfrog.com/
	Version:			5.2.6
	Template: 			genesis
	Template Version:	2.0
	License:			GPL-2.0+
	License URI:		http://www.opensource.org/licenses/gpl-license.php 
*/

/*
HTML5 Reset
---------------------------------------------------------------------------------------------------- */

/* normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css
---------------------------------------------------------------------------- */
/* stylelint-disable */
html{line-height:1.15;-webkit-text-size-adjust:100%}body{margin:0}main{display:block}h1{font-size:2em;margin:.67em 0}hr{box-sizing:content-box;height:0;overflow:visible}pre{font-family:monospace,monospace;font-size:1em}a{background-color:transparent}abbr[title]{border-bottom:none;text-decoration:underline;text-decoration:underline dotted}b,strong{font-weight:bolder}code,kbd,samp{font-family:monospace,monospace;font-size:1em}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sub{bottom:-.25em}sup{top:-.5em}img{border-style:none}button,input,optgroup,select,textarea{font-family:inherit;font-size:100%;line-height:1.15;margin:0}button,input{overflow:visible}button,select{text-transform:none}[type=button],[type=reset],[type=submit],button{-webkit-appearance:button}[type=button]::-moz-focus-inner,[type=reset]::-moz-focus-inner,[type=submit]::-moz-focus-inner,button::-moz-focus-inner{border-style:none;padding:0}[type=button]:-moz-focusring,[type=reset]:-moz-focusring,[type=submit]:-moz-focusring,button:-moz-focusring{outline:1px dotted ButtonText}fieldset{padding:.35em .75em .625em}legend{box-sizing:border-box;color:inherit;display:table;max-width:100%;padding:0;white-space:normal}progress{vertical-align:baseline}textarea{overflow:auto}[type=checkbox],[type=radio]{box-sizing:border-box;padding:0}[type=number]::-webkit-inner-spin-button,[type=number]::-webkit-outer-spin-button{height:auto}[type=search]{-webkit-appearance:textfield;outline-offset:-2px}[type=search]::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}details{display:block}summary{display:list-item}[hidden],template{display:none}
/* stylelint-enable */


/* Box Sizing
--------------------------------------------- */

html {
	box-sizing: border-box;
}

*,
*::before,
*::after {
	box-sizing: inherit;
}

/* Float Clearing
--------------------------------------------- */

.author-box::before,
.clearfix::before,
.entry::before,
.entry-content::before,
.footer-widgets::before,
.nav-primary::before,
.nav-secondary::before,
.pagination::before,
.site-container::before,
.site-footer::before,
.site-header::before,
.site-inner::before,
.widget::before,
.wrap::before {
	content: " ";
	display: table;
}

.author-box::after,
.clearfix::after,
.entry::after,
.entry-content::after,
.footer-widgets::after,
.nav-primary::after,
.nav-secondary::after,
.pagination::after,
.site-container::after,
.site-footer::after,
.site-header::after,
.site-inner::after,
.widget::after,
.wrap::after {
	clear: both;
	content: " ";
	display: table;
}

/*
Defaults
---------------------------------------------------------------------------------------------------- */

/* Typographical Elements
--------------------------------------------- */

html {
	-moz-osx-font-smoothing: grayscale;
	-webkit-font-smoothing: antialiased;
}

body {
	color: #000;
	font-family: 'Roboto', sans-serif;
	font-size: 17px;
	font-weight:400;
	line-height: 30px;
}

::-moz-selection {
	background-color: #333;
	color: #fff;
}

::selection {
	background-color: #333;
	color: #fff;
}

button,
input:focus,
input[type="button"],
input[type="reset"],
input[type="submit"],
textarea:focus,
.button,
.gallery img {
	transition: all 0.3s ease-in-out;
}

a {
	color: #0073e5;
	text-decoration: none;
	transition: color 0.3s ease-in-out, background-color 0.3s ease-in-out;
}

a:focus,
a:hover {
	color: #333;
	text-decoration: none;
}

p {
	margin: 0;
	padding: 0;
}

ol,
ul {
	margin: 0;
	padding: 0;
}

li {
	list-style-type: none;
}

hr {
	border: 0;
	border-collapse: collapse;
	border-bottom: 1px solid currentColor;
	clear: both;
	color: #eee;
	margin: 1.65em auto;
}

b,
strong {
	font-weight: 700;
}

blockquote,
cite,
em,
i {
	font-style: italic;
}

mark {
	background: #ddd;
	color: #333;
}

blockquote {
	margin: 30px;
}

/* Headings
--------------------------------------------- */

h1,
h2,
h3,
h4,
h5,
h6 {
	color: #5A5A5A;
	font-family: 'Roboto', sans-serif;
	font-weight: 300;
	line-height: 1.2;
	margin: 0 0 15px;
}

h1 {
	font-size: 46px;
}

h2 {
	font-size: 42px;
	background: url(images/loading-icon-img.png) no-repeat;
    background-position: top center;
	text-transform: capitalize;
	padding-top: 53px;
}
.about-text-area h2 {
	background: url(images/loading-icon-img.png) no-repeat;
	background-position: left center;
	padding-left: 70px;
	padding-top: 0;
}

h3 {
	font-size: 38px;
}

h4 {
	font-size: 34px;
}

h5 {
	font-size: 30px;
	background:url("images/loading-icon-img.png") no-repeat;
	background-position:top center;
	padding-top: 53px;
}

h6 {
	font-size: 26px;
    font-weight: 300;
	color:#000;
}

.proudly-serve-area h2,
.cta-blue-area h5,
.benefits-working-team h2,
.accordian-area h2 {
	background: url(images/loading-icon-white.png) no-repeat;
	background-position: top center;
}


/* Objects
--------------------------------------------- */

embed,
iframe,
img,
object,
video,
.wp-caption {
	max-width: 100%;
}

img {
	height: auto;
	vertical-align: top;
}

figure {
	margin: 0;
}

/* Forms
--------------------------------------------- */

input, 
select, 
textarea, 
#page-container .gfield input, 
#page-container .gfield select, 
#page-container .gfield textarea {
	background-color: #fff;
	border: 1px solid #BDBDBD;
	border-radius: 4px;
	color: #000;
	font-size: 17px;
	font-weight: 400;
	line-height: 1.15;
	padding: 12px 20px;
	width: 100%;
}

input:focus,
textarea:focus {
	border: 1px solid #999;
	outline: none;
}

#page-container input[type="checkbox"],
#page-container input[type="image"],
#page-container input[type="radio"] {
	width: auto;
	vertical-align: top;
	margin-top:5px;
}

:-ms-input-placeholder {
	color: #8b8b8b;
	opacity: 1;
}

::placeholder {
	color: #8b8b8b;
	opacity: 1;
}

.button,
#page-container .button,
#page-container input[type="button"],
#page-container input[type="reset"],
#page-container input[type="submit"] {
	background-color: #333;
	border: none;
	border-radius: 0;
	box-shadow: none;
	color: #fff;
	cursor: pointer;
	font-weight: 400;
	line-height: 1.2;
	padding: 15px 43px;
	width: auto;
	display: inline-block;
	min-width: 215px;
	text-align: center;
	text-decoration: none;
	text-transform: uppercase;
}

.button:hover,
#page-container .button:hover,
#page-container input:hover[type="button"],
#page-container input:hover[type="reset"],
#page-container input:hover[type="submit"] {
	background-color: #405EAB;
	text-decoration: none;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-results-button {
	display: none;
}

.button + .button {
	margin-top: 5px;
	margin-left: 10px;
}

/* Tables
--------------------------------------------- */

table {
	border-collapse: collapse;
	border-spacing: 0;
	margin-bottom: 40px;
	width: 100%;
	word-break: break-all;
}

tbody {
	border-bottom: 1px solid #eee;
}

td,
th {
	line-height: 2;
	text-align: left;
	vertical-align: top;
}

td {
	padding: 0.5em;
}

tr {
	border-top: 1px solid #eee;
}

th {
	font-weight: 600;
	padding: 0.5em;
}

/* Screen Reader Text
--------------------------------------------- */

.screen-reader-text,
.screen-reader-text span,
.screen-reader-shortcut {
	border: 0;
	clip: rect(0, 0, 0, 0);
	height: 1px;
	overflow: hidden;
	position: absolute !important;
	width: 1px;
	word-wrap: normal !important;
}

.screen-reader-text:focus,
.screen-reader-shortcut:focus,
.genesis-nav-menu .search input[type="submit"]:focus,
.widget_search input[type="submit"]:focus {
	background: #fff;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, .6);
	clip: auto !important;
	color: #333;
	display: block;
	font-size: 1em;
	font-weight: bold;
	height: auto;
	padding: 15px 23px 14px;
	text-decoration: none;
	width: auto;
	z-index: 100000;
	/* Above WP toolbar. */
}

.more-link {
	position: relative;
	display: inline-block;
}

/* Skip Links
--------------------------------------------- */

.genesis-skip-link {
	margin: 0;
}

.genesis-skip-link .skip-link-hidden {
	display: none;
	visibility: hidden;
}

.genesis-skip-link li {
	height: 0;
	list-style: none;
	width: 0;
}

/* Display outline on focus */
#page-container :focus {
	outline: #ccc dotted 1px;
}

/*
Structure and Layout
---------------------------------------------------------------------------------------------------- */

/* Site Containers
--------------------------------------------- */

.site-container {
	animation: fadein 1s;
	word-wrap: break-word;
}

@keyframes fadein {

	from {
		opacity: 0;
	}

	to {
		opacity: 1;
	}

}

.wrap {
	margin: 0 auto;
	max-width: 1170px;
}

.site-inner {
	clear: both;
	padding-top: 40px;
}

.siteorigin-panels:not(.single):not(.content-sidebar) .site-inner .wrap {
	max-width: none;
	margin: 0;
}

.panel-grid.panel-no-style,
.panel-row-style:not([data-stretch-type]) {
	max-width: 1170px;
	margin-right: auto;
	margin-left: auto;
}

/* Site Containers
--------------------------------------------- */

/* Column Widths and Positions
--------------------------------------------- */


/* Content */

.content {
	float: left;
	width: 720px;
}

.sidebar-content .content {
	float: right;
}

.full-width-content .content {
	width: 100%;
}

/* WordPress
--------------------------------------------- */

.search-form input[type="submit"] {
	border: 0;
	clip: rect(0, 0, 0, 0);
	height: 1px;
	margin: -1px;
	padding: 0;
	position: absolute;
	width: 1px;
}

.search-form {
	overflow: hidden;
	padding: 3px;
	width: 100%;
}

img.centered,
.aligncenter {
	display: block;
	margin: 0 auto 24px;
}

img.alignnone {
	margin-bottom: 12px;
}

.alignleft {
	float: left;
	text-align: left;
	margin: 0 24px 24px 0;
}

.alignright {
	float: right;
	text-align: right;
	margin: 0 0 24px 24px;
}

.widget-area {
	word-wrap: break-word;
}

/* Genesis
--------------------------------------------- */

.breadcrumb {
	margin-bottom: 40px;
}

/* Titles
--------------------------------------------- */

.entry-title a,
.sidebar .widget-title a {
	text-decoration: none;
}

.widget-title {
	margin-bottom: 5px;
}

/*
Site Header
---------------------------------------------------------------------------------------------------- */

.site-header {
	position: fixed;
	left: 0px;
	width: 100%;
	transition: all 0.3s ease 0s;
	z-index: 9999;
}

.sticky .site-header {
	background-color: #fff;
	filter: drop-shadow(0px 4px 20px rgba(0, 0, 0, 0.15));
}

.site-header + * {
	margin-top: 100px;
}

.home .site-header + * {
	margin-top: 0;
}

/* Title Area
--------------------------------------------- */

.title-area {
	float: left;
	padding: 28px 0;
	width: auto;
}

.title-area a,
.home.sticky .title-area a {
	display: block;
	font-size: 0;
	background-repeat:no-repeat;
	background-position:left top;
	background-image: url("images/ottersoft-colored-logo.svg");
	width: 260px;
	height: 62px;
}
.home .title-area a { 
	background-image: url("images/ottersoft-white-logo.svg");
	background-size:contain;
}

/* Full width header, no widgets */

.header-full-width .title-area,
.header-full-width .site-title {
	width: 100%;
}

/* Widget Area
--------------------------------------------- */

.home.sticky .site-header .widget-area,
.site-header .widget-area {
	float: right;
	text-align: right;
	width: auto;
	padding-top: 20px;
}
.home .site-header .widget-area {
	padding-top: 25px;
}

.site-header .search-form {
	float: right;
	margin-top: 10px;
}

/*
Site Navigation
---------------------------------------------------------------------------------------------------- */

.genesis-nav-menu {
	clear: both;
	line-height: 1.5;
	width: 100%;
}

.genesis-nav-menu .menu-item {
	display: inline-block;
	text-align: left;
}

.genesis-nav-menu a,
.home.sticky .genesis-nav-menu a {
	border: none;
	color: #5A5A5A;
	display: block;
	font-size: 17px;
	font-weight: 400;
	padding: 25px 20px 30px;
	position: relative;
	text-decoration: none;
}
.home .genesis-nav-menu a {
	color:#fff;
}

.genesis-nav-menu a:hover,
.genesis-nav-menu .current-menu-item>a,
.genesis-nav-menu .sub-menu .current-menu-item>a:hover {
	color: #D03C01;
	background:url("images/menu-icon-img.png") no-repeat;
	background-position:top center;
	padding-top:22px;
}
.home .genesis-nav-menu a:hover,
.home .genesis-nav-menu .current-menu-item>a,
.home .genesis-nav-menu .sub-menu .current-menu-item>a:hover {
	color: #D03C01;
	background:url("images/menu-icon-white.png") no-repeat;
	background-position:top center;
	padding-top:22px;
}


.genesis-nav-menu>.menu-item>a {
	text-transform: capitalize;
}

.genesis-nav-menu .sub-menu {
	background: #fff;
	border-top: 3px solid #FE4801;
	left: -9999px;
	letter-spacing: 0;
	opacity: 0;
	position: absolute;
	-webkit-transition: opacity .4s ease-in-out;
	transition: opacity .4s ease-in-out;
	padding-top: 0px;
	width: 240px;
	z-index: 99;
}

.genesis-nav-menu .sub-menu li {
	display: block;
}

.genesis-nav-menu .sub-menu a {
	background-color: #fff;
	border-top: none;
	display: block;
	font-size: 16px;
	padding: 10px 20px !important;
	color: #5A5A5A;
	position: relative;
}
.genesis-nav-menu .sub-menu .current-menu-item>a {
	background:none !important;
	background-color: #D03C01 !important;
	color: #fff !important;
}

.genesis-nav-menu .sub-menu a:focus,
.genesis-nav-menu .sub-menu a:hover {
	background: #D03C01;
	color: #fff;
}

.genesis-nav-menu .sub-menu .sub-menu {
	margin: -54px 0 0 159px;
}

.genesis-nav-menu .menu-item:hover {
	position: static;
}

.menu .menu-item > a:focus + ul.sub-menu,
.menu .menu-item.sfHover > ul.sub-menu,
.genesis-nav-menu .menu-item:hover>.sub-menu {
	left: auto;
	opacity: 1;
}
.genesis-nav-menu li#menu-item-41 a {
    background: #D03C01;
    color: #fff;
    font-size: 17px;
    font-weight: 400;
    padding: 0;
    width: 185px;
    height: 50px;
    line-height: 2.9;
    text-align: center;
    margin-left: 25px;
    border-radius: 200px;
	margin-right: -95px;
}
.genesis-nav-menu li#menu-item-41 a:focus,
.genesis-nav-menu li#menu-item-41 a:hover {
	background: #405EAB;
}

/* Responsive Menu
--------------------------------------------- */

.genesis-responsive-menu {
	display: none;
	position: relative;
}

.genesis-responsive-menu .genesis-nav-menu .menu-item:hover > .sub-menu {
	display: none;
}

.menu-toggle,
.sub-menu-toggle {
	background-color: transparent;
	border-width: 0;
	display: block;
	margin: 0 auto;
	overflow: hidden;
	text-align: center;
	visibility: visible;
	outline: none;
}

.menu-toggle:focus,
.menu-toggle:hover {
	background: #FE4801;
    color: #fff;
	border-width: 0;
}

.menu-toggle {
    float: right;
    padding: 0;
    position: relative;
    z-index: 1000;
    font-size: 17px;
    background: #FE4801;
    color: #fff;
    width: 120px;
    height: 40px;
	margin-top:25px;
	margin-right:30px;
    border-radius: 20px;
}

.menu-toggle.activated::before {
	content: "\f335";
}

.site-header .menu-toggle::before {
	float: left;
	margin-right: 5px;
	position: relative;
	text-rendering: auto;
	top: 1px;
	font-size: 35px;
	display:none;
}

body .dashicons-before:before {
	display: inline-block;
	width: 25px;
	height: 25px;
	font-size: 25px;
	color:#FE4801;
}

.sub-menu-toggle {
	float: right;
	padding: 9px 10px;
	position: absolute;
	right: 0;
	top: 0;
	z-index: 100;
}

.sub-menu .sub-menu-toggle {
	padding: 12px 10px;
}

.sub-menu-toggle::before {
	display: inline-block;
	text-rendering: auto;
	transform: rotate(0);
	transition: transform 0.25s ease-in-out;
	font-size: 25px;
}

.sub-menu-toggle.activated::before {
	transform: rotate(180deg);
}

.genesis-responsive-menu {
	display: block;
}

.menu-toggle,
.sub-menu-toggle {
	display: none;
	visibility: hidden;
}

.site-footer .dashicons-icon i {
	font-family: dashicons;
	font-style: normal;
	font-weight: 400;
}
.sub-menu-toggle {
	background:url
}

.menu-toggle::before {
	font-size: 35px;
}

/*
Content Area
---------------------------------------------------------------------------------------------------- */

/* Entries
--------------------------------------------- */

.entry {
	margin-bottom: 40px;
}
.search .entry {
	margin-bottom: 20px;
}

p,
.entry-content ol,
.entry-content ul,
.quote-caption {
	margin-bottom: 26px;
}

.entry-content p a {
	text-decoration: none;
	color: #D03C01;
}

.entry-content p a:hover {
	text-decoration: none;
}

.entry-content ol {
	margin-left: 26px;
}

.entry-content ol li {
	list-style-type: decimal;
}

.entry-content ul li {
	list-style-type: none;
}

.entry-content ol ol,
.entry-content ul ul {
	margin-bottom: 0;
}

.entry-header .entry-meta {
	margin-bottom: 24px;
}

.entry-categories,
.entry-tags {
	display: block;
}

/* Pagination
--------------------------------------------- */

.pagination {
	clear: both;
	margin: 40px 0;
}

.site-inner .pagination ul li {
	display: inline-block;
	padding: 0;
	margin: 0 5px 0 0;
}

.pagination li a {
	background-color: #333;
	border: none;
	border-radius: 3px;
	color: #fff;
	cursor: pointer;
	font-weight: 400;
	padding: 2px 12px;
}

.pagination li a:hover,
.pagination li.active a {
	background-color: #D03C01;
	text-decoration: none;
}

/*
Sidebar
---------------------------------------------------------------------------------------------------- */

.sidebar {
	float: right;
	margin-top: 0px;
	width: 340px;
}

.sidebar-content .sidebar {
	float: left;
}

.sidebar img {
	margin-bottom: 15px;
}

.sidebar p:last-child,
.sidebar .featured-content img {
	margin-bottom: 0;
}

.sidebar li {
	list-style-type: none;
	margin-bottom: 6px;
	word-wrap: break-word;
}

.sidebar ul>li:last-child {
	margin-bottom: 0;
}

.sidebar .widget {
	margin-bottom: 40px;
}

/*
Site Footer
---------------------------------------------------------------------------------------------------- */

.site-footer {
	background-color: #fff;
	padding: 40px 0;
}

.site-footer,
.site-footer a {
	color:#fff;
	font-weight:300;
}
.site-footer h6 {
    font-size: 24px;
	font-weight:300;
    color: #000;
    margin-bottom: 0;
}
.site-footer a {
	font-size:24px;
	color:#D03C01;
}
.footer-links {
	color:#000000;
	font-weight:300;
	padding-top:10px;
}
.footer-links a {
	font-size:16px;
	color:#D03C01;
	font-weight:300;
}
.footer-links a:hover {
	text-decoration:underline;
}
.site-footer a:hover {
	color:#FE4801;
}
span.social-icons {
    text-align: center;
    display: block;
    position: relative;
    top: 15px;
}
span.social-icons a {
 	margin-right: 10px;
}
span.social-icons .dashicons-icon i {
    width: 30px;
    height: 30px;
    border-radius: 200px;
    background: #FE4801;
    color: #fff;
    padding: 6px;
    font-size: 15px;
}
#page-container .site-footer a:focus {
	outline: #000 dotted 1px;
}
span.social-icons .dashicons-icon i:hover {
	background: #405EAB;
}

/*
Custom Styling
---------------------------------------------------------------------------------------------------*/

/*
Siteorigin Page Builder Styling
--------------------------------------------- */

.siteorigin-panels .site-inner {
	padding: 0;
}

.content-sidebar.siteorigin-panels .site-inner {
	padding-top: 50px;
	padding-bottom: 50px;
}

.siteorigin-panels .entry {
	margin-bottom: 0;
}

/*
Top Bottom Gap Styling
--------------------------------------------- */

.top-gap {
	padding-top: 90px;
}

.bottom-gap {
	padding-bottom: 90px;
}

/*
Dark Background Section Styling
--------------------------------------------- */

.dark-bg-section {
	background-size: cover;
	background-position: center center;
	padding-top: 130px;
	padding-bottom: 130px;
}

.dark-bg-section * {
	color: #fff;
}

/*
inside page hero section
------------------------------------------------- */

.hero-panel {
	background: #000;
	position: relative;
	overflow: hidden;
	color: #fff;
	display: flex;
	align-items: center;
	min-height: 395px;
	padding: 100px 0;
}
.hero-panel:before {
	content: '';
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	background: rgba(34, 48, 96, 0.85);
	z-index: 1;
}
.hero-panel .widget_media_image .computer-boundary img {
    width: 595px;
    margin: 0 auto;
    position: relative;
    top: 100px;
    display: block;
}
.hero-panel .widget_media_image .computer-inside-img img {
    /*position: absolute;
    top: 236px;
    left: 0;
    right: 0;
    margin: 0 auto;
    border-radius: 10px;*/
    position: relative;
    top: 12px;
    width: 600px;
    border-radius: 8px;
    object-fit: cover;
}
.hero-panel .widget_media_image {
    text-align: center;
    background: url(images/computer-pic.png) no-repeat;
    width: 620px;
    background-size: cover;
    height: 445px;
    margin: 0 auto;
	position: relative;
    top: 65px;
}
.hero-panel * {
	color: #fff;
	height: 100%;
}

.home .hero-panel .sow-image-container {
	background-color: #000;
}

#page-container .hero-panel .widget_sow-image {
	margin-bottom: 0;
}
.hero-panel > img,
#page-container .hero-panel .so-widget-image,
#page-container .hero-panel .widget_custom_html {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
	position: absolute;
	left: 50%;
	top: 50%;
	-webkit-transform: translate(-50%,-50%);
	-moz-transform: translate(-50%,-50%);
	-o-transform: translate(-50%,-50%);
	-ms-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
}
.hero-panel video {
	width: 100%;
	object-fit: cover;
}
.hero-panel .wrap,
.hero-panel .widget_siteorigin-panels-builder {
	max-width: 1210px;
	width: 100%;
	margin: 0 auto;
	padding: 0 20px;
	position: relative;
	z-index: 9990;
}

.home .hero-panel {
	min-height: 670px;
	position:relative;
	font-size:20px;
}

.home .hero-panel:after {
	display: block;
    content: '';
    width: 100%;
    min-height: 233px;
    position: absolute;
    background: url(images/back-image.png) no-repeat;
    background-size: cover;
    bottom: 0;
	z-index: 999;
}
.hero-panel h1 {
	color:#fff;
	font-size:46px;
	font-weight:300;
}
.hero-panel .textwidget {
	position:relative;
	top:70px;
}
.computer-boundary {
	display:none;
}
.inner-banner,
.page-hero-panel {
	/*background: linear-gradient(180deg, #194F81 0%, #1B3669 100%);*/
	background: linear-gradient(180deg, #194F81 0%, #0f2348 100%);
	padding:45px 0;
}
.inner-banner h1,
.page-hero-panel h1 {
	color:#fff;
	background: url(images/loading-icon-white.png) no-repeat;
    background-position: top center;
    padding-top: 53px;
	text-align: center;
}

/*
List Styling
------------------------------------------------- */

.site-inner ul {
	margin-left: 0;
}

.site-inner ul li {
	display: block;
	position: relative;
	padding-left: 15px;
	margin-bottom: 10px;
	line-height: 30px;
}

.site-inner ul li:before {
	content: '';
	background: #000;
	width: 5px;
	height: 5px;
	position: absolute;
	top: 13px;
	left: 0;
	border-radius: 50%;
}

#page-container form li,
#page-container .slider li,
#page-container .sidebar ul li,
#page-container .page-numbers li,
#page-container ul.products li {
	padding-left: 0px;
	margin-bottom: 0px;
}

#page-container form li::before,
#page-container .slider li::before,
#page-container .sidebar ul li::before,
#page-container .page-numbers li::before,
#page-container ul.products li::before,
#page-container .pagination ul li::before,
#page-container .pagination ul li::before {
	display: none;
}

#page-container form li {
	font-weight: 400;
}

#page-container form li a {
	font-style: italic;
	text-decoration: underline;
}

#page-container form li a:hover {
	text-decoration: none;
}

/*
Large/Medium/Small Width Content Container
--------------------------------------------- */

.large-container,
.medium-container,
.small-container {
	width: 100%;
	margin: 0 auto;
}

#page-container .large-container {
	max-width: 1040px;
}

#page-container .medium-container {
	max-width: 980px;
}

#page-container .small-container {
	max-width: 740px;
}

/*
Additional Styling
------------------------------------------------- */

*:last-child {
	margin-bottom: 0;
}

p:empty {
	display: none;
}

a[href^="tel"] {
	display: inline-block;
}

.entry-content a {
	color: #D03C01;
}

.entry-content a:hover {
	text-decoration: underline;
	color:#405EAB;
}

.entry-content .read-more {
	color: #15497e;
	font-style: italic;
	text-decoration: underline;
}

.entry-content .read-more:hover {
	text-decoration: none;
}

/*
Sharing Icons Styling
------------------------------------------------- */

#page-container .sharing-btns {
	display: inline-block;
	vertical-align: middle;
}

#page-container .sharing-btns,
#page-container .sharing-btns li {
	margin: 0;
	padding: 0;
}

#page-container .sharing-btns li {
	float: left;
	line-height: normal;
	margin: 0 5px 0 0;
}

#page-container .sharing-btns li::before {
	display: none;
}

#page-container .sharing-btns li a:hover {
	text-decoration: none;
}

#page-container .sharing-btns li:last-child {
	margin: 0;
}

/* gravity form styling
--------------------------------------------- */

#page-container .gfield label {
	font-size: 17px;
	font-weight: 400;
	line-height: 1.35;
	vertical-align: top;
	margin-left:10px;
}
#page-container .gfield label.gfield_consent_label {
	margin-left:5px;
}
body .gform_wrapper.gravity-theme .gfield_description {
	margin-left:10px;
}

#page-container .gfield .gfield_required {
	font-weight: 700;
}

#page-container .gform_footer {
	text-align: center;
	padding-top: 30px;
}
.contact-form-area h2 {
	color:#000;
	margin-bottom:10px;
}
.contact-form-area .gform-body {
    width: 700px;
    margin: 0 auto;
}
.contact-form-area h6 {
	margin-bottom: 35px;
	font-size: 20px;
    font-weight: 400;
}
body #page-container .gform_wrapper.gravity-theme .gfield input.large,
body #page-container .gfield select {
    border: 1px solid #575757;
    height: 50px;
    border-radius: 30px;
}
body #page-container .gform_wrapper.gravity-theme .gfield textarea.large {
    border: 1px solid #575757;
    border-radius: 15px;
    height: 229px;
}
#page-container input[type="submit"] {
    min-width: 190px;
    height: 50px;
    background: #D03C01;
    color: #fff;
    text-align: center;
    padding: 0;
    font-size: 17px;
    font-weight: 400;
    text-transform: capitalize;
    border-radius: 40px;
    margin: 0 auto 20px;
    display: block;
}

/*
Gravity Forms Error Styling
------------------------------------------------- */

#page-container .gform_wrapper.gravity-theme .instruction,
#page-container .gform_wrapper.gravity-theme .validation_message {
	display: none;
}

#page-container .gform_validation_errors .gform-icon {
	height: auto;
	top: 10px;
}

#page-container .gform_wrapper .gform_validation_errors {
	padding: 10px 10px 10px 48px;
	border-radius: 0;
	border-width: 1px;
}

#page-container .gform_wrapper .gform_validation_errors > h2 {
	font-weight: 400;
	line-height: inherit;
	font-family: inherit;
	margin-bottom: 5px;
}

#page-container .gform_wrapper .gform_validation_errors > ol {
	margin-bottom: 0;
}

/*
Blog Page
------------------------------------------------- */

.featured-image {
	float: left;
	margin: 9px 20px 7px 0;
}

.featured-image a,
.featured-image a img {
	display: block;
}

.featured-image a img {
	margin: 0px auto;
}

.type-post .entry-title,
.search article .entry-title {
	margin: 0 0 20px;
	font-size: 30px;
}

.entry-footer {
	border-top: 3px solid #e6e6e6;
	border-bottom: 3px solid #e6e6e6;
	padding: 7px 0;
	overflow: hidden;
	margin-top: 15px;
}

.entry-footer span {
	display: inline-block;
	margin-right: 10px;
}

#page-container .type-post:last-child {
	margin-bottom: 50px;
}

#page-container .search-form input[type="submit"] {
	display: none;
}

/*----------For Accessibility Icon Placement----------------*/

body #pojo-a11y-toolbar {
	bottom: 20px !important;
	top: unset !important;
}

body #pojo-a11y-toolbar.pojo-a11y-toolbar-right .pojo-a11y-toolbar-toggle {
	bottom: 0 !important;
}

/*-----------------------------CALLOUT PANEL STYLING-----------------------------*/

.cta-panel{
	position:relative;
}

.cta-panel .widget_siteorigin-panels-builder {
	position: absolute;
	left: 50%;
	width: 1170px;
	max-width: 100%;
	text-align: left;
	font-size: 20px;
	top: 50%;
	transform: translate(-50%,-50%);
}

/*
Custom css
---------------------------------------------------------------------------------------------------- */

.services-area {
	font-size:20px;
}
.services-area h2 {
	color:#5A5A5A;
	font-size:42px;
	font-weight:300;
	background: none;
    padding-top: 0;
}
.services-boxes {
	margin: 50px auto !important;
}
.services-boxes .competitive-rates {
	margin-bottom:13px;
}
.proudly-serve-area .services-boxes {
	margin: 35px auto !important;
}
.services-boxes .panel-grid-cell {
	height:387px;
	background:#1B3669;
	border-radius:10px;
	text-align:center;
	padding-top:75px;
	position:relative;
	transition: all 0.5s ease;
	border:1px solid transparent;
	box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
}
.market-serve-boxes .panel-grid-cell { 
	height:387px;
	background:#fff;
	border-radius:10px;
	text-align:center;
	padding-top:70px;
	position:relative;
	transition: all 0.5s ease;
	border:1px solid transparent;
	box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
}
.services-boxes.three-boxes .panel-grid-cell {
	padding-top:70px;
}
.services-boxes .panel-grid-cell p {
	margin-bottom:0;
}
.services-boxes .panel-grid-cell h6 {
	color:#fff;
	font-size:22px;
	font-weight:400;
	line-height:1.4;
}
.services-boxes .panel-grid-cell:focus-within h6,
.services-boxes .panel-grid-cell:hover h6 {
	color:#000000;
}
a.learn-btn,
.entry-content p a.learn-btn {
    width: 190px;
    height: 50px;
    border-radius: 100px;
    border: 2px solid #D03C01;
    color: #fff;
    font-size: 17px;
	font-weight: 700;
    text-align: center;
    display: block;
    text-decoration: none !important;
    line-height: 47px;
    margin: 55px auto 0;
}
a.learn-btn:focus {
	border: 1px solid #D03C01;
	background:#D03C01;
	color:#fff;
}
.services-boxes .panel-grid-cell:focus-within a.learn-btn,
.services-boxes .panel-grid-cell:hover a.learn-btn {
	border: 1px solid #D03C01;
	background:#D03C01;
	margin: 105px auto 0;
	color: #fff;
}
.market-serve-boxes.services-boxes .panel-grid-cell:focus-within a.learn-btn,
.market-serve-boxes.services-boxes .panel-grid-cell:hover a.learn-btn,
.services-boxes.three-boxes .panel-grid-cell:focus-within a.learn-btn,
.services-boxes.three-boxes .panel-grid-cell:hover a.learn-btn {
	margin: 130px auto 0;
	color:#fff;
}
.discover-technologies .services-boxes.three-boxes .panel-grid-cell:focus-within a.learn-btn,
.discover-technologies .services-boxes.three-boxes .panel-grid-cell:hover a.learn-btn {
	margin: 110px auto 0;
}
.services-boxes .panel-grid-cell .widget_media_image {
	margin-bottom:0 !important;
}
.services-boxes .panel-grid-cell .widget_media_image.panel-first-child {
	margin-bottom:30px !important;
}
.icon-hover {
	position:absolute;
	left:0;
	right:0;
	top: 90px;
	opacity:0;
	transition: all 0.5s ease;
}
.services-boxes .panel-grid-cell:focus-within,
.services-boxes .panel-grid-cell:hover {
	border:1px solid #C4C4C4;
	background:#fff;
	padding-top:35px;
}
.services-boxes .panel-grid-cell:hover .icon-hover  {
	opacity:1;
	top:35px;
}
span.hover-text {
	opacity:0;
	position:absolute;
	left:0;
	right:0;
	padding: 0 20px;
}
.services-boxes.three-boxes span.hover-text { 
	padding: 0 40px;
}
.services-boxes .panel-grid-cell:focus-within span.hover-text,
.services-boxes .panel-grid-cell:hover span.hover-text { 
	opacity:1;
	color:#5A5A5A;
	font-size:17px;
}
.services-boxes.three-boxes .panel-grid-cell:focus-within span.hover-text,
.services-boxes.three-boxes .panel-grid-cell:hover span.hover-text {
	top:185px;
}
.discover-technologies .services-boxes.three-boxes .panel-grid-cell:focus-within span.hover-text,
.discover-technologies .services-boxes.three-boxes .panel-grid-cell:hover span.hover-text {
	top:200px;
}
.proudly-serve-area {
	padding-top:45px;
	padding-bottom:30px;
	color:#fff;
	letter-spacing:2px;
}
.proudly-serve-area h2 {
	color:#fff;
	font-size:42px;
	font-weight:300;
	margin-bottom:7px;
	text-transform:capitalize;
}
.proudly-serve-area p {
	color:#E5E5E5;
	font-size:20px;
}
.proudly-serve-area .services-boxes.three-boxes span.hover-text {
	padding: 0 28px;
	letter-spacing:0;
}
.discover-technologies {
	padding:50px 0;
}
.discover-technologies .market-serve-boxes .panel-grid-cell {  
	background:#1B3669;
}
.market-serve-boxes .panel-grid-cell h6 {
    font-size: 26px;
    color: #000;
    font-weight: 400;
}
.market-serve-boxes.services-boxes .panel-grid-cell:hover h6,
.discover-technologies .services-boxes .panel-grid-cell:hover h6,
.application-services-area .services-boxes .panel-grid-cell:hover h6 {
	font-size: 22px;
	font-weight:700;
}
.discover-technologies .market-serve-boxes .panel-grid-cell h6,
.application-services-area .services-boxes .panel-grid-cell h6 {
	color: #fff;
	font-size:26px;
}
.application-services-area .services-boxes .panel-grid-cell:hover h6 {
	color:#000;
}
.entry-content a.site-btn {
	background: #D03C01;
    color: #fff;
    padding: 0 45px;
	min-width: 190px;
    height: 55px;
    font-size: 17px;
	font-weight:700;
    text-align: center;
    display: table;
    margin: 0 auto;
    border-radius: 50px;
    text-decoration: none;
    line-height: 52px;
	letter-spacing:1px;
}
.entry-content a.site-btn:focus,
.entry-content a.site-btn:hover {
	background: #405EAB;
}
.services-area a.site-btn {
    margin-bottom: 20px;
}
.market-serve-boxes {
	margin-top:35px;
}
.entry-content .market-serve-boxes a.learn-btn {
	color:#5A5A5A;
	font-weight:700;
	margin: 80px auto 0;
}
.discover-technologies .market-serve-boxes a.learn-btn {
	color:#fff;
}
.market-serve-boxes a.learn-btn:focus,
.market-serve-boxes a.learn-btn:hover {
	color:#fff;
    background: #D03C01;
}
.about-novo-technologies .widget_media_image img {
	width:100%;
}
.about-novo-technologies h5 {
	font-size:30px;
	font-weight:300;
	margin-bottom:35px;
}
.about-novo-boxes .panel-grid-cell:last-child {
    position: relative;
    height: 100%;
    padding: 180px 0 !important;
    border: 1px solid #ccc;
    margin: 0 55px;
}
.entry-content .about-novo-boxes a.site-btn {
	margin-top:70px;
}
.universal-two-boxes h3 {
	background: url(images/loading-icon-img.png) no-repeat;
    background-position: top center;
    padding-top: 53px;
}
.universal-two-boxes .about-novo-boxes .panel-grid-cell:last-child {
	padding: 166px 0 !important;
}
.universal-two-boxes .about-novo-boxes .panel-grid-cell:last-child p {
	padding:0 100px;
}
.entry-content .universal-two-boxes .about-novo-boxes a.site-btn {
    margin-top: 50px;
}
.join-team-area {
	padding:60px 0;
	color:#5A5A5A;
	font-size:17px;
}
.join-team-area img {
	margin-bottom: 40px;
}
.join-team-area a.site-btn { 
	margin-top:50px;
}
.join-team-area h5 {
    margin-bottom: 40px;
}
.cta-blue-area {
	padding:60px 0;
	color:#fff;
	line-height:1.8;
}
.cta-blue-area h5 {
	color:#fff;
	line-height:1.4;
	margin-bottom:25px;
}
a.site-btn.transparent-btn {
	background:transparent;
	border:2px solid #D03C01;
}
a.site-btn.transparent-btn:hover {
	border: 2px solid #405EAB;
	background:#405EAB;
}
.purpose-text-area {
	padding-right: 15px;
}
.about-text-area {
	padding:50px 0;
	line-height:30px;
}
.about-text-area h6 {
	font-size:26px;
	font-weight:300;
}
.benefits-working-team {
	color:#fff;
	padding:60px 0;
}
.benefits-working-team h2,
.benefits-working-team h4 {
	color:#fff;
}
.benefits-working-team h2 {
	margin-bottom:25px;
}
.benefits-working-team h4 {
	margin-top: 60px;
	margin-bottom:20px;
	position:relative;
}
.benefits-working-team h4:before {
    display: block;
    content: '';
    width: 275px;
    height: 1px;
    background: rgba(255, 255, 255, 0.3);
    position: absolute;
    top: 20px;
    left: 40px;
}
.benefits-working-team h4:after {
	display:block;
	content:'';
	width:275px;
	height:1px;
	background: rgba(255, 255, 255, 0.3);
	position:absolute;
	top: 20px;
	right:40px;
}
.benefits-working-team p {
	padding: 0 80px;
	line-height:30px;
}
.benefits-working-team .benefit-five-boxes p {
	padding:0 20px;
}
.benefits-working-team .widget_media_image {
	text-align:center;
}
.cta-blue-area.cta-area-universal h5 {
	margin-bottom:50px;
}
.partnership-area {
	font-size:20px;
	line-height:30px;
}
.partnership-area,
.services-industry-area {
	padding:50px 0;
}
.services-industry-area h2 {
	color:#000;
}
.application-services-area {
	padding:20px 0;
	font-size:20px;
}
.application-services-area h2 {
	margin-bottom:10px;
}
.universal-top-para {
	font-size:20px;
}
.universal-top-para strong {
	margin-bottom:5px;
	display:block;
}
.entry-content .universal-top-para a.site-btn {
	min-width: 190px;
}
.universal-grey-text-area {
	padding:70px 0;
}
.universal-grey-text-area h2,
.search article h2 {
    background: url(images/loading-icon-img.png) no-repeat;
    background-position: left center;
    background-size: contain;
    padding-left: 70px;
    padding-top: 0;
}
.search article h2 {
	padding-top:5px;
}
.personal-data-request {
	margin-top:50px;
}
.list-right-area {
	padding-left:100px;
}

/*
Accordian
---------------------------------------------------------------------------------------------------- */

.accordian-area {
	padding:70px 0;
}
.accordian-area h2,
.accordian-area h4 {
	color:#fff;
}

body .sow-accordion .sow-accordion-panel .sow-accordion-panel-header {
    background-color: #fff !important;
    color: #2d2d2d !important;
    text-align: center;
	padding:20px 30px 20px 30px !important;
}
body .sow-accordion .sow-accordion-panel.sow-accordion-panel-open .sow-accordion-panel-header:hover {
	background-color: #D03C01 !important;
	color: #fff !important;
}
body .accordian-area .sow-accordion .sow-accordion-panel .sow-accordion-panel-header .sow-accordion-title {
	font-weight: 300;
    font-size: 30px;
    padding: 0 20px;
    line-height: 1.2;
}
body .accordian-area .sow-accordion-open-close-button {
	display:none;
}
body .accordian-area .sow-accordion .sow-accordion-panel .sow-accordion-panel-content .sow-accordion-panel-border {
    background-color: transparent!important;
    font-size: 17px;
	text-align:center;
    color: #fff;
    font-weight: 400;
    padding: 20px 60px!important;
}
body .accordian-area .sow-accordion-panel.sow-accordion-panel-open .sow-accordion-panel-header {
   background-color: #D03C01 !important;
}

/*
Tabs
---------------------------------------------------------------------------------------------------- */

body .sow-tabs {
	width:1100px;
	margin:0 auto;
}
body .sow-tabs h5 {
	padding-top:0;
	background:none;
	position:relative;
}
body .sow-tabs h5:before {
	display: block;
    content: '';
    width: 290px;
    height: 1px;
    background: #C4C4C4;
    position: absolute;
    top: 20px;
    left: 20px;
}
body .sow-tabs h5:after {
	display: block;
    content: '';
    width: 290px;
    height: 1px;
    background: #C4C4C4;
    position: absolute;
    top: 20px;
    right: 20px;
}
body .sow-tabs .tab2-heading h5:before,
body .sow-tabs .tab2-heading h5:after {
    width: 175px;
}
body .sow-tabs .tab3-heading h5:before,
body .sow-tabs .tab3-heading h5:after {
    width: 385px;
}
body .sow-tabs .tab4-heading h5:before,
body .sow-tabs .tab4-heading h5:after {
    width: 340px;
}
body .sow-tabs .sow-tabs-panel-container { 
	 background-color: #fff !important; 
}
body .sow-tabs .sow-tabs-tab-container {
    background-color: #D03C01 !important; 
	padding: 0 !important;
}
body .sow-tabs .sow-tabs-tab-container .sow-tabs-tab { 
	margin:0 !important;
    border-right: 1px solid #ffffff5c;
	padding: 20px !important;
	font-size: 17px !important; 
	position:relative;
}
body .sow-tabs .sow-tabs-panel-container .sow-tabs-panel .sow-tabs-panel-content {
    font-size: 17px;
    line-height: 29px;
	color:#5A5A5A;
}
body .sow-tabs .sow-tabs-tab-container .sow-tabs-tab:last-child {
	border-right:0;
}
body .sow-tabs .sow-tabs-tab-container .sow-tabs-tab.sow-tabs-tab-selected,
body .sow-tabs .sow-tabs-tab-container .sow-tabs-tab {
	padding: 20px 40px 20px 20px !important;
}
body .sow-tabs .sow-tabs-tab-container .sow-tabs-tab.sow-tabs-tab-selected:after,
body .sow-tabs .sow-tabs-tab-container .sow-tabs-tab:after {
    display: block;
    content: '';
    width: 24px;
    height: 24px;
    background: url(images/arrow-active.svg) no-repeat !important;
    background-position: right center !important;
    position: absolute;
    right: 10px;
    top: 18px;
}

body .sow-tabs .sow-tabs-tab-container .sow-tabs-tab:after {
	background: url(images/arrow-active-white.svg) no-repeat !important;
}
/*body .sow-tabs .sow-tabs-tab-container .sow-tabs-tab:last-child.sow-tabs-tab-selected {
	padding: 20px 186px 20px 20px !important;
}
body .sow-tabs .sow-tabs-tab-container .sow-tabs-tab:last-child.sow-tabs-tab-selected:after {
	right: 155px;
}*/


/*
Media Queries
---------------------------------------------------------------------------------------------------- */

@media only screen and (min-width: 1366px) {
	.services-boxes {
		width:1290px !important;
	 }
}
@media only screen and (min-width: 1286px) { 
	.market-serve-boxes,
	.discover-technologies .services-boxes,
	.application-services-area .services-boxes { 
		width:1080px !important;
	}
}
@media only screen and (max-width: 1680px) {
	.about-novo-boxes .panel-grid-cell:last-child {
		padding: 135px 0 !important;
	}
	.universal-two-boxes .about-novo-boxes .panel-grid-cell:last-child {
		padding: 112px 0 !important;
	}
}
@media only screen and (max-width: 1600px) {
	.about-novo-boxes .panel-grid-cell:last-child {
		padding: 120px 0 !important;
	}
	.universal-two-boxes .about-novo-boxes .panel-grid-cell:last-child {
    	padding: 82px 0 !important;
	}
}
@media only screen and (max-width: 1440px) {
	.about-novo-boxes .panel-grid-cell:last-child {
		padding: 80px 0 !important;
	}
	.universal-two-boxes .about-novo-boxes .panel-grid-cell:last-child {
    	padding: 35px 0 !important;
	}
}
@media only screen and (max-width: 1366px) {
	.about-novo-boxes .panel-grid-cell:last-child {
		padding: 60px 0 !important;
	}
	.genesis-nav-menu li#menu-item-41 a {
		margin-right: -65px;
	}
	.universal-two-boxes .about-novo-boxes .panel-grid-cell:last-child {
    	padding: 42px 0 !important;
	}
	.universal-two-boxes .about-novo-boxes .panel-grid-cell:last-child p {
    	padding: 0 30px;
	}
}
@media only screen and (max-width: 1280px) {
	.genesis-nav-menu li#menu-item-41 a {
    	margin-right: 0px;
	}
	.services-boxes {
		padding: 0 40px !important;
	}
	.services-boxes.three-boxes span.hover-text {
		padding:0 30px;
	}
	.genesis-nav-menu a {
		padding: 25px 12px 30px;
	}
	.benefits-working-team .benefit-five-boxes p {
    	padding: 0 10px;
	}
	.universal-two-boxes .about-novo-boxes .panel-grid-cell:last-child {
    	padding: 12px 0 !important;
	}
}

@media only screen and (max-width: 1179px) {

	.wrap,
	#page-container .panel-grid.panel-no-style,
	#page-container .panel-row-style:not([data-stretch-type]) {
		max-width: calc(100% - 40px);
	}

	#page-container .panel-grid.panel-no-style .panel-grid.panel-no-style, 
	#page-container .panel-row-style:not([data-stretch-type]) .panel-row-style:not([data-stretch-type]),
	#page-container .panel-row-style:not([data-stretch-type]) .panel-grid.panel-row-style:not([data-stretch-type]),
	#page-container .panel-row-style:not([data-stretch-type]) .panel-grid.panel-no-style {
		max-width: 100%;
	}

	.content {
		width: 580px;
	}  
	.genesis-nav-menu a {
		padding: 25px 6px 30px;
	}
	.genesis-nav-menu a, .home.sticky .genesis-nav-menu a {
		padding: 25px 7px 30px;
	}
	.genesis-nav-menu li#menu-item-41 a {
    	margin-right: 40px;
	}
	.services-boxes .panel-grid-cell h6 {
		font-size:18px;
	}
	.about-novo-boxes .panel-grid-cell:last-child {
    	padding: 30px 0 !important;
	}
	body .sow-tabs {
    	width: 100%;
	}
	body .sow-tabs .sow-tabs-tab-container .sow-tabs-tab {
		padding: 20px 12px!important;
	}
	.footer-links a {
    	font-size: 13px;
	}
	.services-boxes.three-boxes span.hover-text {
    	padding: 0 15px;
	}
	.about-novo-technologies  br {
		display:none;
	}
	body .sow-tabs .tab4-heading h5:before, body .sow-tabs .tab4-heading h5:after {
    	width: 265px;
	}
	body .sow-tabs .sow-tabs-tab-container .sow-tabs-tab:last-child.sow-tabs-tab-selected {
    	padding: 20px 110px 20px 20px !important;
	}
	body .sow-tabs .sow-tabs-tab-container .sow-tabs-tab:last-child.sow-tabs-tab-selected:after {
    	right: 80px;
	}
	.benefits-working-team h4:before,
	.benefits-working-team h4:after {
		width: 200px;
	}
}

@media only screen and (max-width: 1024px) {

	.content, 
	.sidebar, 
	.site-header .widget-area, 
	.site-tagline-left, 
	.site-tagline-right {
    	float: none;
    	width: 100%;
	}
	.site-header + * {
    	margin-top: 88px;
	}
	.title-area a {
		margin-left:40px;
	}
	.home.sticky .site-header .widget-area, 
	.site-header .widget-area,
	.home .site-header .widget-area {
		padding-top:0;
	}
	.menu-toggle.activated {
		font-size: 0px;
		width: 15px;
    	height: 15px;
		background:url("images/cross-icon.svg") no-repeat;
		margin-right: 25px;

	}
	.genesis-nav-menu {
		width: 270px;
    	float: right;
    	background: #fff;
    	padding-top: 30px;
    	padding-left: 45px;
		position: absolute;
    	right: 0;
	}
	.genesis-nav-menu .menu-item {
    	text-align: center;
	}
	.genesis-nav-menu a {
		padding: 8px 0 !important;
		color:#5A5A5A !important;
	}
	.genesis-nav-menu li#menu-item-41 a {
    	color: #fff !important;
    	margin: 20px 0 35px 20px !important;
    	line-height: 3;
    	padding: 0 !important;
    	width: 170px;
	}
	.genesis-nav-menu .menu-item {
		display: block;
		text-align: left;
		position: relative;
	}
	.genesis-nav-menu>.menu-item>a {
		padding-left: 30px !important;
	}
	.genesis-nav-menu .sub-menu a {
		background-color: transparent;
		border: 0;
		padding: 5px 0;
		width: 100%;
	}
	.genesis-nav-menu .sub-menu .sub-menu,
	.site-header .sub-menu .sub-menu {
		margin: 0px;
	}
	.genesis-nav-menu a:hover, 
	.genesis-nav-menu .current-menu-item>a,
	.genesis-nav-menu .sub-menu .current-menu-item>a:hover {
		background-position: left center;
    	padding-left: 30px !important;
		color:#FE4801 !important;
	}
	.genesis-nav-menu .sub-menu a:hover {
		color:#fff !important;
	}
	.site-header .wrap {
		max-width: 100% !important;
	}
	.nav-header,
	.nav-primary {
		display: none;
		width: 100%;
	}
	.menu-toggle,
	.sub-menu-toggle {
		display: block;
		visibility: visible;
	}
	.genesis-nav-menu .sub-menu {
		clear: both;
		display: none;
		left: -9999px;
		margin: 0;
		opacity: 1;
		padding-left: 15px;
		position: static;
		z-index: 99;
	}

	.genesis-nav-menu .menu-item:hover {
		position: relative;
	}

	.genesis-nav-menu .sub-menu,
	.genesis-nav-menu .sub-menu a {
		width: 100%;
	}
	
	.alignleft,
	.alignright {
		max-width: 300px;
	}

	.button + .button {
		margin-left: 0;
	}

	.hero-panel,
	.home .hero-panel {
		min-height: auto;
	}
	.services-boxes .panel-grid-cell h6 {
    	font-size: 15px;
	}
	.about-novo-boxes .panel-grid-cell:last-child br {
		display:none;
	}
	.entry-content .about-novo-boxes a.site-btn {
    	margin-top: 20px;
	}
	.about-novo-boxes .panel-grid-cell:last-child {
    	padding: 20px !important;
	}
	.site-footer a {
    	font-size: 20px;
	}
	.footer-links,
	.footer-links a {
    	font-size: 12px;
	}
	.benefits-working-team .benefit-five-boxes p {
    	padding: 0;
    	font-size: 16px;
	}
	.services-boxes .panel-grid-cell:hover span.hover-text {
		font-size:15px;
		line-height:1.3;
	}
	.benefits-working-team h4:before,
	.benefits-working-team h4:after {
		width: 170px;
	}
	.proudly-serve-area .services-boxes.three-boxes span.hover-text {
    	padding: 0 10px;
	}
	body .sow-tabs h5:before,
	body .sow-tabs h5:after {
		display:none;
	}
	body .sow-tabs .sow-tabs-tab-container .sow-tabs-tab {
		padding: 20px 18px !important;
	}
	body .sow-tabs .sow-tabs-tab-container .sow-tabs-tab.sow-tabs-tab-selected {
    	padding: 20px 35px 20px 20px !important;
	}
	body .sow-tabs .sow-tabs-tab-container .sow-tabs-tab:last-child.sow-tabs-tab-selected {
    	padding: 20px 38px 20px 20px !important;
	}
	body .sow-tabs .sow-tabs-tab-container .sow-tabs-tab:last-child.sow-tabs-tab-selected:after {
    	right: 8px;
	}
	body .accordian-area .sow-accordion .sow-accordion-panel .sow-accordion-panel-header .sow-accordion-title {
		font-size: 26px;
	}
	.universal-grey-text-area h2 {
		font-size:40px;
	}
	.cta-blue-area br,
	.partnership-area br {
		display:none;
	}
}

@media only screen and (max-width: 1000px) {
	body .sow-tabs .sow-tabs-tab-container .sow-tabs-tab {
    	padding: 20px 13px !important;
	}
	.site-footer .footer-links, .site-footer .footer-links a {
    	font-size: 10px;
	}
	.site-footer a {
    	font-size: 15px;
	}
	.join-team-area br {
		display:none;
	}
	.services-boxes .panel-grid-cell h6 br {
		display:none;
	}
	.services-boxes a.learn-btn {
		width: 150px;
    	height: 45px;
		line-height: 40px;
	}
	.benefits-working-team h4:before,
	.benefits-working-team h4:after {
		display:none;
	}
	.services-boxes .panel-grid-cell h6 br {
		display:block;
	}
}

@media only screen and (max-width: 800px) {

	.alignleft,
	.alignright {
		float: none;
		max-width: 100%;
		margin: 0 auto 15px;
		display:block;
	}
	.about-novo-boxes .panel-grid-cell:last-child {
		margin-left:0;
		padding: 50px 20px !important;
	}
	.services-boxes .panel-grid-cell h6 {
    	font-size: 24px;
	}
	.services-boxes .panel-grid-cell,
	.services-boxes.three-boxes .panel-grid-cell {
		padding-top:60px !important;
	}
	.services-boxes .panel-grid-cell:hover {
		padding-top:35px !important;
	}
	.join-team-area br,
	.partnership-area br,
	.cta-blue-area br {
		display:none;
	}
	.site-footer {
		text-align:center;
	}
	.site-footer a {
		font-size: 24px;
	}
	.site-footer .panel-grid-cell {
		margin-bottom:0 !important;
	}
	.footer-links p, .footer-links a {
		font-size:20px;
		text-align:center !important;
	}
	span.social-icons {
		margin-bottom: 20px;
	}
	.benefits-working-team h4:before,
	.benefits-working-team h4:after {
		display:none;
	}
	.benefits-working-team .benefit-five-boxes p {
		font-size:18px;
	}
	.benefits-working-team p {
    	padding: 0;
	}
	.services-boxes .panel-grid-cell:hover span.hover-text {
    	font-size: 18px;
		padding: 0 130px;
	}
	.mobile-accordian-area .widget_media_image {
		text-align:center;
	}
	body .mobile-accordian-area .sow-accordion .sow-accordion-panel .sow-accordion-panel-header { 
		text-align:left !important;
	}
	#page-container .service-carousel-container.panel-row-style:not([data-stretch-type]),
	#page-container .about-carousel-container.panel-row-style:not([data-stretch-type]),
	#page-container .market-caf.panel-row-style:not([data-stretch-type]) {
		max-width:none !important;
	}
	.universal-top-para br {
		display:none;
	}
	.universal-grey-text-area h2 {
    	font-size: 30px;
	}
	.contact-form-area .gform-body {
    	width: 100%;
	}
	body .tns-controls,
	body .tns-nav,
	button[data-action="stop"]{
		display:none !important;
	}
	.services-area,
	.proudly-serve-area {
		padding:0 20px !important;
	}
	.proudly-serve-area {
		padding:35px 20px !important;
	}
	.services-boxes,
	.services-boxes.three-boxes {
		padding: 0 !important;
		margin: 0px auto !important;
	}
	.services-boxes.three-boxes {
		margin: 30px auto !important;
	}
	.discover-technologies {
    	padding: 30px 20px 0 !important;
	}
	.about-novo-boxes {
		padding:0 20px 20px !important;
	}
	.benefit-five-boxes {
		display:block !important;
	}
	.benefit-five-boxes .panel-grid-cell {
		width:50% !important;
		float:left;
	}
	.benefit-five-boxes .panel-grid-cell:last-child {
		margin:0 auto !important;
		float:none !important;
	}
	.list-right-area {
    	padding-left: 0;
	}
	.universal-list-area .panel-grid-cell { 
		margin-bottom:0 !important;
	}
	.services-boxes .panel-grid-cell {
		margin-bottom:0 !important;
	}
	.join-team-area,
	.cta-blue-area,
	.about-text-area,
	.benefits-working-team,
	.partnership-area,
	.services-industry-area {
		padding: 35px 0;
	}
	body .sow-accordion-open-close-button {
		width: 24px;
    	height: 24px;
    	background: url(images/arrow-active.svg) no-repeat !important;
    	background-position: right center !important;
	}
	body .sow-accordion-panel-open .sow-accordion-open-close-button {
		width: 24px;
    	height: 24px;
    	background: url(images/arrow-active-white.svg) no-repeat !important;
    	background-position: right center !important;
	}
	body .sow-icon-fontawesome[data-sow-icon]:before {
		display:none;
	}
	body .sow-tabs .sow-tabs-tab-container {
    	background-color: transparent !important;
	}
	#page-container .sow-tabs-tab {
		width:100%;
		background-color: #D03C01 !important;
	}
	body #page-container .sow-tabs .sow-tabs-tab-container .sow-tabs-tab.sow-tabs-tab-selected {
		background-color: #f9f9f9 !important;
	}
	.site-footer .footer-links, .site-footer .footer-links a {
    	font-size: 14px;
	}
	#page-container .sow-tabs-panel-container {
		display: none;
	}
	#page-container .sow-tabs-tab {
		margin: 0 0 20px;
	}
	#page-container .sow-tabs-tab.active-tab {
		margin-bottom: 0;
	}
	#page-container .active-tab + .mobile-tab-content {
		display: block;
	}
	.mobile-tab-content {
		background: #fff;
		display: none;
		padding: 20px;
		margin-bottom: 20px;
	}
	.mobile-tab-content .widget_media_image {
		text-align:center;
	}
}

@media only screen and (max-width: 500px) {
	.title-area a,
	.home.sticky .title-area a {
    	margin-left: 10px;
    	width: 200px;
    	height: 25px;
		background-size:contain;
	}
	.site-header + * {
    	margin-top: 82px;
	}
	.home.sticky .menu-toggle,
	.menu-toggle {
		margin-top:20px;
		margin-right:10px;
	}
	.hero-panel {
		font-size:15px;
		padding-bottom:0;
	}
	.hero-panel h1 {
		font-size:22px;
	}
	.inner-banner h1 {
		font-size:30px;
	}
	.hero-panel .widget_media_image {
		width: 290px;
		height: 280px;
    	background-size: contain;
		top:15px;
	}
	.hero-panel .textwidget {
		top:20px;
	}
	.hero-panel .widget_media_image .computer-inside-img img {
    	top: 5px;
    	width: 283px;
	}
	.home .hero-panel:after {
		min-height: 170px;
    	background-size: 150% 100%;
	}
	br {
		display:none;
	}
	.services-area {
    	font-size: 14px;
	}
	.services-area h2 {
		font-size:23px;
	}
	.services-boxes br {
		display:block;
	}
	.about-novo-boxes .panel-grid-cell:last-child {
		padding: 25px 20px !important;
	}
	span.hard-return {
		display:block;
	}
	.site-footer a {
    	font-size: 18px;
	}
	h2 {
    	font-size: 34px;
	}
	.discover-technologies h2 {
		font-size: 28px;
    	margin-bottom: -40px;
	}
	.benefits-working-team h2 {
		font-size:30px;
	}
	.personal-data-request h3 {
    	font-size: 24px;
	}
	.cta-blue-area h5 {
    	font-size: 23px;
	}
	.services-boxes .panel-grid-cell:hover span.hover-text {
    	font-size: 16px;
    	padding: 0 25px;
	}
	.proudly-serve-area h2 {
		font-size:34px;
	}
	.services-industry-area h2 {
		font-size:24px;
	}
	.proudly-serve-area p {
		font-size:19px;
	}
	.partnership-area {
		padding: 50px 0 20px;
	}
	.application-services-area {
		padding: 20px 0 0;
	}
	body .accordian-area .sow-accordion .sow-accordion-panel .sow-accordion-panel-header .sow-accordion-title {
    	font-size: 20px;
	}
	body .sow-accordion .sow-accordion-panel .sow-accordion-panel-header {
		padding: 20px 10px 20px 10px !important;
	}
	#page-container input[type="checkbox"] {
		margin-top:3px;
	}
	#page-container .gfield label.gfield_consent_label {
		font-size: 15px;
	}
	#page-container .gfield label.gfield_consent_label a {
		display: inline-block;
   	 	margin-left: 0;
	} 
}