/*
Theme Name: arroWebs
Author URI: http://www.arrowebs.org.in/
Author: arroWebs Team
*/


/**
 * Table of Contents:
 *
 * 1.0 - Reset
 * 2.0 - Repeatable Patterns
 * 3.0 - Basic Structure
 * 4.0 - Header
 *   4.1 - Site Header
 *   4.2 - Navigation
 * 5.0 - Content
 *   5.1 - Entry Header
 *   5.2 - Entry Meta
 *   5.3 - Entry Content
 *   5.4 - Galleries
 *   5.5 - Post Formats
 *   5.6 - Attachments
 *   5.7 - Post/Paging Navigation
 *   5.8 - Author Bio
 *   5.9 - Archives
 *   5.10 - Search Results/No posts
 *   5.11 - 404
 *   5.12 - Comments
 *   5.13 - Multisite
 * 6.0 - Sidebar
 *   6.1 - Widgets
 * 7.0 - Footer
 * 8.0 - Media Queries
 * 9.0 - Print
 * ----------------------------------------------------------------------------
 */


/**
 * 1.0 Reset
 *
 * Modified from Normalize.css to provide cross-browser consistency and a smart
 * default styling of HTML elements.
 *
 * @see http://git.io/normalize
 * ----------------------------------------------------------------------------
 */

/*

* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing:    border-box;
  box-sizing:         border-box;
}

*/

article,
aside,
details,
figcaption,
figure,
footer,
header,
nav,
section,
summary {
  display: block;
}

aside {
  position: inherit !important;
  top: 0 !important;
}

audio,
canvas,
video {
  display: inline-block;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

[hidden] {
  display: none;
}

html {
  font-size: 100%;
  overflow-y: scroll;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}

html,
button,
input,
select,
textarea {
  font-family: 'Nunito Sans', sans-serif;
}

body {
  color: #333;
  margin: 0;
  padding: 0;
}

img.img-border {
border:1px solid #eee;
}

a {
  color: #3597cc;
  text-decoration: none;
}

a:focus {
  outline: thin dotted;
}

a:active,
a:hover {
  color: #ea9629;
  outline: 0;
}

a:hover {
  color: #000;
  text-decoration: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'Ubuntu', sans-serif;
  font-weight: normal;
  color: #222;
}

h1 {
  font-size: 48px;
  margin: 33px 0;
}

h2 {
  font-size: 40px;
  margin: 0 0 5px;
}

h3 {
  font-size: 22px;
  margin: 22px 0;
  line-height: 47px;
}

h4 {
  font-size: 20px;
  margin: 25px 0;
}

h5 {
  font-size: 18px;
  margin: 30px 0;
}

h6 {
  font-size: 16px;
  margin: 36px 0;
}

address {
  font-style: italic;
  margin: 0 0 24px;
}

abbr[title] {
  border-bottom: 1px dotted;
}

b,
strong {
  font-weight: 700;
}

dfn {
  font-style: italic;
}

mark {
  background: #ff0;
  color: #000;
}

p {
  margin: 0 0 22px;
  line-height: 25px;
}

code,
kbd,
pre,
samp {
  font-family: monospace, serif;
  font-size: 14px;
  -webkit-hyphens: none;
  -moz-hyphens:    none;
  -ms-hyphens:     none;
  hyphens:         none;
}

pre {
  background: #f5f5f5;
  color: #666;
  font-family: monospace;
  font-size: 14px;
  margin: 20px 0;
  overflow: auto;
  padding: 20px;
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word;
}

blockquote,
q {
  -webkit-hyphens: none;
  -moz-hyphens:    none;
  -ms-hyphens:     none;
  hyphens:         none;
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}

blockquote {
  font-size: 18px;
  font-style: italic;
  font-weight: 300;
  margin: 24px 40px;
}

blockquote blockquote {
  margin-right: 0;
}

blockquote cite,
blockquote small {
  font-size: 14px;
  font-weight: normal;
  text-transform: uppercase;
}

blockquote em,
blockquote i {
  font-style: normal;
  font-weight: 300;
}

blockquote strong,
blockquote b {
  font-weight: 400;
}

small {
  font-size: smaller;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

dl {
  margin: 0 20px;
}

dt {
  font-weight: bold;
}

dd {
  margin: 0 0 20px;
}

menu,
ol,
ul {
  margin: 16px 0;
  padding: 0 0 0 40px;
}

ol {
  margin: 0 0 20px;
}

ol li {
  margin: 0 0 10px;
}

.entry-content ul {
  list-style-type: none;
  margin: 0 0 30px;
  padding: 0;
}

.entry-content ul li {
  background: url("images/bullet.png") no-repeat scroll left 8px;
  line-height: 28px;
  margin: 0 0 10px 25px;
  padding: 0 0 0 18px;
  overflow-y: hidden;
}

nav ul,
nav ol {
  list-style: none;
  list-style-image: none;
}

li > ul,
li > ol {
  margin: 0;
}

img {
  -ms-interpolation-mode: bicubic;
  border: 0;
  vertical-align: middle;
  max-width: 100%;
}

svg:not(:root) {
  overflow: hidden;
}

figure {
  margin: 0;
}

form {
  margin: 0;
}

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

legend {
  border: 0;
  padding: 0;
  white-space: normal;
}

button,
input,
select,
textarea {
  font-size: 100%;
  margin: 0;
  max-width: 95%;
  vertical-align: baseline;
}

button,
input {
  line-height: normal;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}

button[disabled],
input[disabled] {
  cursor: default;
}

input[type="checkbox"],
input[type="radio"] {
  padding: 0;
}

input[type="search"] {
  -webkit-appearance: textfield;
  padding-right: 2px; /* Don't cut off the webkit search cancel button */
  width: 270px;
}

input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

textarea {
  overflow: auto;
  vertical-align: top;
}

table {
  border-bottom: 1px solid #ededed;
  border-collapse: collapse;
  border-spacing: 0;
  font-size: 14px;
  line-height: 2;
  margin: 0 0 20px;
  width: 100%;
}

caption,
th,
td {
  font-weight: normal;
  text-align: left;
}

caption {
  font-size: 16px;
  margin: 20px 0;
}

th {
  font-weight: bold;
  text-transform: uppercase;
}

td {
  border-top: 1px solid #ededed;
  padding: 6px 10px 6px 0;
}

del {
  color: #333;
}

ins {
  background: #fff9c0;
  text-decoration: none;
}

hr {
  background: url(images/dotted-line.png) repeat center top;
  background-size: 4px 4px;
  border: 0;
  height: 1px;
  margin: 0 0 24px;
}


/**
 * 2.0 Repeatable Patterns
 * ----------------------------------------------------------------------------
 */

.genericon:before,
.menu-toggle:before,
.featured-post:before,
.date a:before,
.entry-meta .author a:before,
.format-audio .entry-content:before,
.comments-link a:before,
.tags-links a:first-child:before,
.categories-links a:first-child:before,
.edit-link a:before,
.attachment .entry-title:before,
.attachment-meta:before,
.attachment-meta a:before,
.comment-awaiting-moderation:before,
.comment-reply-link:before,
.comment-reply-login:before,
.comment-reply-title small a:before,
.bypostauthor > .comment-body .fn:before,
.error404 .page-title:before {
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font: normal 16px/1 Genericons;
  vertical-align: text-bottom;
}

/* Clearing floats */
.clear:after,
.attachment .entry-header:after,
.site-footer .widget-area:after,
.entry-content:after,
.page-content:after,
.navigation:after,
.nav-links:after,
.gallery:after,
.comment-form-author:after,
.comment-form-email:after,
.comment-form-url:after,
.comment-body:after {
  clear: both;
}

.clear:before,
.clear:after,
.attachment .entry-header:before,
.attachment .entry-header:after,
.site-footer .widget-area:before,
.site-footer .widget-area:after,
.entry-content:before,
.entry-content:after,
.page-content:before,
.page-content:after,
.navigation:before,
.navigation:after,
.nav-links:before,
.nav-links:after,
.gallery:before,
.gallery:after,
.comment-form-author:before,
.comment-form-author:after,
.comment-form-email:before,
.comment-form-email:after,
.comment-form-url:before,
.comment-form-url:after,
.comment-body:before,
.comment-body:after {
  content: "";
  display: table;
}

/* Assistive text */
.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
}

.screen-reader-text:focus {
  background-color: #f1f1f1;
  border-radius: 3px;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  color: #21759b;
  display: block;
  font-size: 14px;
  font-weight: bold;
  height: auto;
  line-height: normal;
  padding: 15px 23px 14px;
  position: absolute;
  left: 5px;
  top: 5px;
  text-decoration: none;
  width: auto;
  z-index: 100000; /* Above WP toolbar */
}

/* Form fields, general styles first. */
button,
input,
textarea {
  border: 2px solid #e2e2e2;
  font-family: inherit;
  padding: 5px;
}

input,
textarea {
  color: #141412;
}

input:focus,
textarea:focus {
  border: 2px solid #b8b8b8;
  outline: 0;
}

/* Buttons */
button,
input[type="submit"],
input[type="button"],
input[type="reset"] {
  background: #e05d22; /* Old browsers */
  background: -webkit-linear-gradient(top, #e05d22 0%, #d94412 100%); /* Chrome 10+, Safari 5.1+ */
  background:   linear-gradient(to bottom, #e05d22 0%, #d94412 100%); /* W3C */
  border: none;
  border-bottom: 3px solid #b93207;
  border-radius: 2px;
  color: #fff;
  display: inline-block;
  padding: 11px 24px 10px;
  text-decoration: none;
}

button:hover,
button:focus,
input[type="submit"]:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:focus,
input[type="button"]:focus,
input[type="reset"]:focus {
  background: #ed6a31; /* Old browsers */
  background: -webkit-linear-gradient(top, #ed6a31 0%, #e55627 100%); /* Chrome 10+, Safari 5.1+ */
  background:   linear-gradient(to bottom, #ed6a31 0%, #e55627 100%); /* W3C */
  outline: none;
}

.post-password-required input[type="submit"] {
  padding: 7px 24px 4px;
  vertical-align: bottom;
}

.post-password-required input[type="submit"]:active {
  padding: 5px 24px 6px;
}

/* Placeholder text color -- selectors need to be separate to work. */
::-webkit-input-placeholder {
  color: #7d7b6d;
}

:-moz-placeholder {
  color: #7d7b6d;
}

::-moz-placeholder {
  color: #7d7b6d;
}

:-ms-input-placeholder {
  color: #7d7b6d;
}

/*
 * Responsive images
 *
 * Fluid images for posts, comments, and widgets
 */
.entry-content img,
.entry-summary img,
.comment-content img,
.widget img,
.wp-caption {
  max-width: 100%;
}

/* Make sure images with WordPress-added height and width attributes are scaled correctly. */
.entry-content img,
.entry-summary img,
.site-content img,
.comment-content img[height],
img[class*="align"],
img[class*="wp-image-"],
img[class*="attachment-"] {
  height: auto;
}

img.size-full,
img.size-large,
img.wp-post-image {
  height: auto;
  max-width: 100%;
}

/* Make sure videos and embeds fit their containers. */
embed,
iframe,
object,
video {
  max-width: 100%;
}

/* Override the Twitter embed fixed width. */
.entry-content .twitter-tweet-rendered {
  max-width: 100% !important;
}

/* Images */
.alignleft {
  float: left;
}

.alignright {
  float: right;
}

.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

img.alignleft {
  margin: 5px 20px 5px 0;
}

.wp-caption.alignleft {
  margin: 5px 10px 5px 0;
}

img.alignright {
  margin: 5px 0 5px 20px;
}

.wp-caption.alignright {
  margin: 5px 0 5px 10px;
}

img.aligncenter {
  margin: 5px auto;
}

img.alignnone {
  margin: 5px 0;
}

.wp-caption .wp-caption-text,
.entry-caption,
.gallery-caption {
  color: #220e10;
  font-size: 18px;
  font-style: italic;
  font-weight: 300;
}

img.wp-smiley,
.rsswidget img {
  border: 0;
  border-radius: 0;
  box-shadow: none;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0;
}

.wp-caption.alignleft + ul,
.wp-caption.alignleft + ol  {
  list-style-position: inside;
}


/**
 * 3.0 Basic Structure
 * ----------------------------------------------------------------------------
 */


body {
  text-rendering: optimizelegibility;
}

.site {
  margin: 0 auto;
  padding: 0px 0 0;
  position: relative;
  top: 0 !important;
}

.site-main {
  position: relative;
}

.site-main .sidebar-container {
  max-width: 278px;
  float: right;
  margin-right: 17px;
}

.site-main .sidebar-inner {
  margin: 0 auto;
  max-width: 1040px;
}


/**
 * 4.0 Header
 * ----------------------------------------------------------------------------
 */

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

.site-header {
  z-index: 1000;
  width: 100%;
  position: fixed;
  background: url('images/TransHeader.png') no-repeat center top;
}

.site-header .home-link {
  color: #141412;
  display: block;
  margin: 18px 0 0 17px;
  max-width: 293px;
  padding: 0;
  text-decoration: none;
  width: 100%;
  float: left;
}

.site-header .home-link img {
  height: auto;
  max-width: 100%;
}

.site-header .site-title:hover {
  text-decoration: underline;
}

.site-title {
  font-size: 60px;
  font-weight: bold;
  line-height: 1;
  margin: 0;
  padding: 58px 0 10px;
}

.site-description {
  font: 300 italic 24px "Source Sans Pro", Helvetica, sans-serif;
  margin: 0;
}

.headerContainer {
  max-width: 990px;
  margin: 0 auto;
  padding: 15px 0 44px;
}

.clear {
  clear: both;
}

.socialSection, .callSection {
  width: 154px;
  float: right;
  margin-right: 17px;
  margin-top: 18px;
}

/* To conver image into grayscale */
img.grayscale {
    filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale"); /* Firefox 10+ */
    filter: gray; /* IE6-9 */
    -webkit-filter: grayscale(100%); /* Chrome 19+ & Safari 6+ */
    -webkit-transition: all .6s ease; /* Fade to color for Chrome and Safari */
    -webkit-backface-visibility: hidden; /* Fix for transition flickering */
}
/* To remove grayscale on hover*/
img.grayscale:hover {
    filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'1 0 0 0 0, 0 1 0 0 0, 0 0 1 0 0, 0 0 0 1 0\'/></filter></svg>#grayscale");
    -webkit-filter: grayscale(0%);
}

/**
 * 4.2 Navigation
 * ----------------------------------------------------------------------------
 */

.main-navigation {
  clear: both;
  margin: 0 auto;
  max-width: 1080px;
  min-height: 45px;
  position: relative;
}

ul.nav-menu,
div.nav-menu > ul {
  margin: 0;
  padding: 0;
}

.nav-menu li {
  display: inline-block;
  position: relative;
  width: 145px;
  font-family: 'Nunito Sans', sans-serif;
  text-transform: uppercase;
  margin: 0 0 5px;
}

.nav-menu li.rightTab {
  text-align: right;
}

.nav-menu li a {
  color: #000;
  display: block;
  font-size: 14px;
  line-height: 1;
  padding: 0;
  text-decoration: none;
}

.nav-menu li:hover > a,
.nav-menu li a:hover {
  color: #FE4516;
}

.nav-menu .sub-menu,
.nav-menu .children {
  background-color: #220e10;
  border: 2px solid #f7f5e7;
  border-top: 0;
  display: none;
  padding: 0;
  position: absolute;
  left: -2px;
  z-index: 99999;
}

.nav-menu .sub-menu ul,
.nav-menu .children ul {
  border-left: 0;
  left: 100%;
  top: 0;
}

ul.nav-menu ul a,
.nav-menu ul ul a {
  color: #fff;
  margin: 0;
  width: 200px;
}

ul.nav-menu ul a:hover,
.nav-menu ul ul a:hover {
  background-color: #db572f;
}

ul.nav-menu li:hover > ul,
.nav-menu ul li:hover > ul {
  display: block;
}

.nav-menu .current_page_item > a,
.nav-menu .current_page_ancestor > a,
.nav-menu .current-page-ancestor > a,
.nav-menu .current-menu-item > a,
.nav-menu .current-menu-ancestor > a {
  color: #3597cc;
  font-weight: bold;
}

.menu-toggle {
  display: none;
}

/* Navbar */
.navbar {
  margin: 0 107px;
  max-width:295px;
  width: 100%;
  float: left;
}

.site-header .search-form {
  position: absolute;
  right: 20px;
  top: 1px;
}

.site-header .search-field {
  background-color: transparent;
  background-image: url(images/search-icon.png);
  background-position: 5px center;
  background-repeat: no-repeat;
  background-size: 24px 24px;
  border: none;
  cursor: pointer;
  height: 37px;
  margin: 3px 0;
  padding: 0 0 0 34px;
  position: relative;
  -webkit-transition: width 400ms ease, background 400ms ease;
  transition:         width 400ms ease, background 400ms ease;
  width: 0;
}

.site-header .search-field:focus {
  background-color: #fff;
  border: 2px solid #c3c0ab;
  cursor: text;
  outline: 0;
  width: 230px;
}


#socialSectionPhone, 
#menu-footer-menu #socialSectionPhone, #menu-about-us-sidebar-menu #socialSectionPhone {
  display:none;
 }

.fifthqNavBar {
  margin: 0;
  float: right;
  max-width: 155px;
}

.fifthqMenu li {
  display: block;
  margin: 0 0 8px;
  text-align: right;
  width: 100% !important;
}

.fifthqMenu #socialSectionPhone {
  display: none;
}

/*----- WHAT WE DO SECTION -----*/

.whatWeDoSection {
  margin: -237px auto -135px;
  max-width: 990px;
  position: relative;
  z-index: 999;
  height: 600px;
  display:none;
}

/**
 * 5.0 Content
 * ----------------------------------------------------------------------------
 */

.hentry {
  padding: 0;
}

.innerPageContent .hentry {
  padding: 0;
}

.entry-header,
.entry-content,
.entry-summary,
.entry-meta {
  margin: 0 auto;
  width: 100%;
}

.sidebar .entry-header,
.sidebar .entry-content,
.sidebar .entry-summary,
.sidebar .entry-meta {
  max-width: 1040px;
  padding: 0 376px 0 60px;
}


/**
 * 5.1 Entry Header
 * ----------------------------------------------------------------------------
 */

.sidebar .entry-header .entry-meta {
  padding: 0;
}

.entry-thumbnail img {
  display: block;
  margin: 0 auto 10px;
}

.entry-header {
  margin-bottom: 10px;
}

.entry-title {
  font-weight: normal;
  margin: 0 0 5px;
}

.entry-title a {
  color: #141412;
}

.entry-title a:hover {
  color: #ea9629;
}


/**
 * 5.2 Entry Meta
 * ----------------------------------------------------------------------------
 */

.entry-meta {
  clear: both;
  font-size: 14px;
}

.entry-meta a {
  color: #bc360a;
}

.entry-meta a:hover {
  color: #bc360a;
}

.entry-meta > span {
  margin-right: 20px;
}

.entry-meta > span:last-child {
  margin-right: 0;
}

.featured-post:before {
  content: "\f308";
  margin-right: 2px;
}

.entry-meta .date a:before {
  content: "\f303";
}

.comments-link a:before {
  content: "\f300";
  margin-right: 2px;
  position: relative;
  top: -1px;
}

.entry-meta .author {
  color: #bc360a;
}

.entry-meta .author:before {
  content: "\f304";
  position: relative;
  top: -1px;
  display: inline-block;
  font: 16px/1 Genericons;
  vertical-align: text-bottom;
  color: #bc360a;
}

.categories-links a:first-child:before {
  content: "\f301";
}

.tags-links a:first-child:before {
  content: "\f302";
  position: relative;
  top: -1px;
}

.edit-link a:before {
  content: "\f411";
  position: relative;
  top: -1px;
}

.single-author .entry-meta .author,
.sticky.format-standard .entry-meta .date,
.sticky.format-audio .entry-meta .date,
.sticky.format-chat .entry-meta .date,
.sticky.format-image .entry-meta .date,
.sticky.format-gallery .entry-meta .date {
  display: none;
}


/**
 * 5.3 Entry Content
 * ----------------------------------------------------------------------------
 */


.entry-content a,
.comment-content a {
  color: #3597cc;
}

.entry-content a:hover,
.comment-content a:hover {
  color: #29B473;
}

.entry-content h2 {
  padding: 0;
  font-size: 34px;
  margin: 30px 0 0;
}

.entry-content blockquote {
  font-size: 24px;
}

.entry-content blockquote cite,
.entry-content blockquote small {
  font-size: 16px;
}

.entry-content img.alignleft,
.entry-content .wp-caption.alignleft {
  margin-right: 10px;
}

.entry-content img.alignright,
.entry-content .wp-caption.alignright {
  margin-left: 10px;
}

.entry-content h3 {
  font-size: 30px;
  line-height: 35px;
  margin: 30px 0 10px;
}

footer.entry-meta {
  margin-top: 24px;
}

body.aw-upsell-page footer.entry-meta {
margin: 0;
}

.format-standard footer.entry-meta {
  margin-top: 0;
}

/* Page links */
.page-links {
  clear: both;
  font-size: 16px;
  font-style: italic;
  font-weight: normal;
  line-height: 2.2;
  margin: 20px 0;
  text-transform: uppercase;
}

.page-links a,
.page-links > span {
  background: #fff;
  border: 1px solid #fff;
  padding: 5px 10px;
  text-decoration: none;
}

.format-status .entry-content .page-links a,
.format-gallery .entry-content .page-links a,
.format-chat .entry-content .page-links a,
.format-quote .entry-content .page-links a,
.page-links a {
  background: #e63f2a;
  border: 1px solid #e63f2a;
  color: #fff;
}

.format-gallery .entry-content .page-links a:hover,
.format-audio .entry-content .page-links a:hover,
.format-status .entry-content .page-links a:hover,
.format-video .entry-content .page-links a:hover,
.format-chat .entry-content .page-links a:hover,
.format-quote .entry-content .page-links a:hover,
.page-links a:hover {
  background: #fff;
  color: #e63f2a;
}

.format-status .entry-content .page-links > span,
.format-quote .entry-content .page-links > span {
  background: none;
}

.page-links .page-links-title {
  background: transparent;
  border: none;
  margin-right: 20px;
  padding: 0;
}

/* Mediaelements */
.hentry .mejs-mediaelement,
.hentry .mejs-container .mejs-controls {
  background: #220e10;
}

.hentry .mejs-controls .mejs-time-rail .mejs-time-loaded,
.hentry .mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-current {
  background: #fff;
}

.hentry .mejs-controls .mejs-time-rail .mejs-time-current {
  background: #ea9629;
}

.hentry .mejs-controls .mejs-time-rail .mejs-time-total,
.hentry .mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-total {
  background: #595959;
}

.hentry .mejs-controls .mejs-time-rail span,
.hentry .mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-total,
.hentry .mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-current {
  border-radius: 0;
}


/**
 * 5.4 Galleries
 * ----------------------------------------------------------------------------
 */

.gallery {
  margin-bottom: 20px;
  margin-left: -4px;
}

.gallery-item {
  float: left;
  margin: 0 4px 4px 0;
  overflow: hidden;
  position: relative;
}

.gallery-columns-1.gallery-size-medium,
.gallery-columns-1.gallery-size-thumbnail,
.gallery-columns-2.gallery-size-thumbnail,
.gallery-columns-3.gallery-size-thumbnail {
  display: table;
  margin: 0 auto 20px;
}

.gallery-columns-1 .gallery-item,
.gallery-columns-2 .gallery-item,
.gallery-columns-3 .gallery-item {
  text-align: center;
}

.gallery-columns-4 .gallery-item {
  max-width: 23%;
  max-width: -webkit-calc(25% - 4px);
  max-width:         calc(25% - 4px);
}

.gallery-columns-5 .gallery-item {
  max-width: 19%;
  max-width: -webkit-calc(20% - 4px);
  max-width:         calc(20% - 4px);
}

.gallery-columns-6 .gallery-item {
  max-width: 15%;
  max-width: -webkit-calc(16.7% - 4px);
  max-width:         calc(16.7% - 4px);
}

.gallery-columns-7 .gallery-item {
  max-width: 13%;
  max-width: -webkit-calc(14.28% - 4px);
  max-width:         calc(14.28% - 4px);
}

.gallery-columns-8 .gallery-item {
  max-width: 11%;
  max-width: -webkit-calc(12.5% - 4px);
  max-width:         calc(12.5% - 4px);
}

.gallery-columns-9 .gallery-item {
  max-width: 9%;
  max-width: -webkit-calc(11.1% - 4px);
  max-width:         calc(11.1% - 4px);
}

.gallery-columns-1 .gallery-item:nth-of-type(1n),
.gallery-columns-2 .gallery-item:nth-of-type(2n),
.gallery-columns-3 .gallery-item:nth-of-type(3n),
.gallery-columns-4 .gallery-item:nth-of-type(4n),
.gallery-columns-5 .gallery-item:nth-of-type(5n),
.gallery-columns-6 .gallery-item:nth-of-type(6n),
.gallery-columns-7 .gallery-item:nth-of-type(7n),
.gallery-columns-8 .gallery-item:nth-of-type(8n),
.gallery-columns-9 .gallery-item:nth-of-type(9n) {
  margin-right: 0;
}

.gallery-caption {
  background-color: rgba(0, 0, 0, 0.7);
  box-sizing: border-box;
  color: #fff;
  font-size: 14px;
  line-height: 1.3;
  margin: 0;
  max-height: 50%;
  opacity: 0;
  padding: 2px 8px;
  position: absolute;
  bottom: 0;
  left: 0;
  text-align: left;
  -webkit-transition: opacity 400ms ease;
  transition:         opacity 400ms ease;
  width: 100%;
}

.gallery-caption:before {
  box-shadow: 0 -10px 15px #000 inset;
  content: "";
  height: 100%;
  min-height: 49px;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
}

.gallery-item:hover .gallery-caption {
  opacity: 1;
}

.gallery-columns-7 .gallery-caption,
.gallery-columns-8 .gallery-caption,
.gallery-columns-9 .gallery-caption {
  display: none;
}


/**
 * 5.5 Post Formats
 * ----------------------------------------------------------------------------
 */

/* Aside */
.format-aside {
  background-color: #f7f5e7;
}

.blog .format-aside:first-of-type,
.single .format-aside:first-of-type,
.format-aside + .format-aside,
.format-aside + .format-link,
.format-link + .format-aside {
  box-shadow: inset 0 2px 2px rgba(173, 165, 105, 0.2);
}

.format-aside .entry-meta {
  margin-top: 0;
}

.format-aside blockquote {
  font-size: 100%;
  font-weight: normal;
}

.format-aside cite {
  font-size: 100%;
  text-transform: none;
}

.format-aside cite:before {
  content: "\2014";
  margin-right: 5px;
}

/* Audio */
.format-audio {
  background-color: #db572f;
}

.format-audio .entry-title {
  font-size: 28px;
  font-weight: bold;
}

.format-audio .entry-content:before {
  content: "\f109";
  float: left;
  font-size: 64px;
  position: relative;
  top: 4px;
}

.format-audio .entry-content a,
.format-audio .entry-meta a,
.format-audio .entry-content a:hover,
.format-audio .entry-meta a:hover {
  color: #fbfaf3;
}

.format-audio .audio-content {
  background: url(images/dotted-line.png) repeat-y left top;
  background-size: 4px 4px;
  float: right;
  padding-left: 35px;
  width: 80%;
  width: -webkit-calc(100% - 85px);
  width:         calc(100% - 85px);
}

.format-audio .wp-audio-shortcode {
  height: 30px !important; /* Override mediaelement.js style */
  margin: 20px 0;
  max-width: 400px !important; /* Override mediaelement.js style */
}

.format-audio audio {
  max-width: 100% !important; /* Avoid player width overflow. */
}

/* Chat */
.format-chat {
  background-color: #eadaa6;
}

.format-chat .entry-title {
  font-size: 28px;
  font-weight: bold;
}

.format-chat .entry-meta a,
.format-chat .entry-content a {
  color: #722d19;
}

.format-chat .entry-meta .date a:before {
  content: "\f108";
  margin-right: 2px;
}

.format-chat .entry-meta .author {
  display: none;
}

.format-chat .chat {
  margin: 0;
}

.format-chat .chat .chat-timestamp {
  color: #722d19;
  float: right;
  font-size: 12px;
  font-weight: normal;
  margin: 5px 10px 0;
}

.format-chat .chat .fn {
  font-style: normal;
}

/* Gallery */
.format-gallery {
  background-color: #fbca3c;
}

.format-gallery .entry-header {
  margin-bottom: 15px;
}

.format-gallery .entry-title {
  font-size: 50px;
  font-weight: 400;
  margin: 0;
}

.format-gallery .entry-meta a,
.format-gallery .entry-content a {
  color: #722d19;
}

/* Image */
.format-image .entry-title {
  font-size: 28px;
  font-weight: bold;
}

.format-image .categories-links,
.format-image .tags-links {
  display: none;
}

/* Link */
.format-link {
  background-color: #f7f5e7;
}

.blog .format-link:first-of-type,
.single .format-link:first-of-type {
  box-shadow: inset 0 2px 2px rgba(173, 165, 105, 0.2);
}

.format-link .entry-header,
.format-link .entry-content p:last-child {
  margin-bottom: 0;
}

.format-link .entry-title {
  color: #ca3c08;
  display: inline;
  font: 300 italic 20px "Source Sans Pro", Helvetica, sans-serif;
  margin-right: 20px;
}

.format-link .entry-title a {
  color: #bc360a;
}

.format-link div.entry-meta {
  display: inline;
}

/* Quote */
.format-quote {
  background-color: #210d10;
}

.format-quote .entry-content,
.format-quote .entry-meta {
  color: #f7f5e7;
}

.format-quote .entry-content blockquote {
  font-size: 28px;
  margin: 0;
}

.format-quote .entry-content a,
.format-quote .entry-meta a,
.format-quote .linked {
  color: #e63f2a;
}

.format-quote .entry-content cite a {
  border-bottom: 1px dotted #fff;
  color: #fff;
}

.format-quote .entry-content cite a:hover {
  text-decoration: none;
}

.format-quote blockquote small,
.format-quote blockquote cite {
  display: block;
  font-size: 16px;
}

.format-quote blockquote {
  font-style: italic;
  font-weight: 300;
  padding-left: 75px;
  position: relative;
}

.format-quote blockquote:before {
  content: '\201C';
  font-size: 140px;
  font-weight: 400;
  line-height: .8;
  padding-right: 25px;
  position: absolute;
  left: -15px;
  top: -3px;
}

.format-quote .entry-meta .author {
  display: none;
}

/* Status */
.format-status {
  background-color: #722d19;
  padding: 0;
}

.format-status .entry-content,
.format-status .entry-meta {
  padding-left: 35px;
  position: relative;
}

.format-status .entry-content a {
  color: #eadaa6;
}

.format-status .entry-meta a {
  color: #f7f5e7;
}

.sidebar .format-status .entry-content,
.sidebar .format-status .entry-meta {
  padding-left: 95px;
}

.format-status .entry-content:before,
.format-status .entry-meta:before {
  background: url(images/dotted-line.png) repeat-y left bottom;
  background-size: 4px 4px;
  content: "";
  display: block;
  height: 100%;
  position: absolute;
  left: 10px;
  top: 0;
  width: 1px;
}

.sidebar .format-status .entry-content:before,
.sidebar .format-status .entry-meta:before {
  left: 70px;
}

.format-status .categories-links,
.format-status .tags-links {
  display: none;
}

/* Ensures the dots in the dot background are in lockstep. */
.format-status .entry-meta:before {
  background-position: left top;
}

.format-status .entry-content {
  color: #f7f5e7;
  font-size: 24px;
  font-style: italic;
  font-weight: 300;
  padding-bottom: 30px;
  padding-top: 40px;
  position: relative;
}

.format-status .entry-content p:first-child:before {
  background-color: rgba(0, 0, 0, 0.65);
  content: "";
  height: 3px;
  margin-top: 13px;
  position: absolute;
  left: 4px;
  width: 13px;
}

.sidebar .format-status .entry-content > p:first-child:before {
  left: 64px;
}

.format-status .entry-content p:last-child {
  margin-bottom: 0;
}

.format-status .entry-meta {
  margin-top: 0;
  padding-bottom: 40px;
}

.format-status .entry-meta .date a:before {
  content: "\f105";
}

/* Video */
.format-video {
  background-color: #db572f;
}

.format-video .entry-content a,
.format-video .entry-meta a,
.format-video .entry-content a:hover,
.format-video .entry-meta a:hover {
  color: #fbfaf3;
}

.format-video .entry-title {
  font-size: 50px;
  font-weight: 400;
}

.format-video .entry-meta {
  color: #220e10;
}


/**
 * 5.6 Attachments
 * ----------------------------------------------------------------------------
 */

.attachment .hentry {
  background-color: #e8e5ce;
  margin: 0;
  padding: 0;
}

.attachment .entry-header {
  margin-bottom: 0;
  max-width: 1040px;
  padding: 30px 0;
}

.attachment .entry-title {
  display: inline-block;
  float: left;
  font: 300 italic 30px "Source Sans Pro", Helvetica, sans-serif;
  margin: 0;
}

.attachment .entry-title:before {
  content: "\f416";
  font-size: 32px;
  margin-right: 10px;
}

.attachment .entry-meta {
  clear: none;
  color: inherit;
  float: right;
  max-width: 604px;
  padding: 9px 0 0;
  text-align: right;
}

.hentry.attachment:not(.image-attachment) .entry-meta {
  max-width: 104px;
}

.attachment footer.entry-meta,
.single-attachment .site-main .sidebar-container {
  display: none;
}

.attachment-meta:before {
  content: "\f307";
}

.full-size-link a:before {
  content: "\f402";
}

.full-size-link:before {
  content: none;
}

.attachment .entry-meta a,
.attachment .entry-meta .edit-link:before,
.attachment .full-size-link:before {
  color: #ca3c08;
}

.attachment .entry-content {
  background-color: #fff;
  max-width: 100%;
  padding: 40px 0;
}

.image-navigation {
  margin: 0 auto;
  max-width: 1040px;
  position: relative;
}

.image-navigation a:hover {
  text-decoration: none;
}

.image-navigation .nav-previous,
.image-navigation .nav-next {
  position: absolute;
  top: 50px;
}

.image-navigation .nav-previous {
  left: 0;
}

.image-navigation .nav-next {
  right: 0;
}

.image-navigation .meta-nav {
  font-size: 32px;
  font-weight: 300;
  vertical-align: -4px;
}

.attachment .entry-attachment,
.attachment p.attachment {
  margin: 0 auto;
  max-width: 724px;
  text-align: center;
}

.attachment .entry-attachment .attachment {
  display: inline-block;
}

.attachment .entry-caption {
  text-align: left;
}

.attachment .entry-description {
  margin: 20px auto 0;
  max-width: 604px;
}

.attachment .entry-caption p:last-child,
.attachment .entry-description p:last-child {
  margin: 0;
}


/**
 * 5.7 Post/Paging Navigation
 * ----------------------------------------------------------------------------
 */

.navigation .nav-previous {
  float: left;
}

.navigation .nav-next {
  float: right;
}

.navigation a {
  color: #005EB9;
}

.navigation a:hover {
  color: #fe4516;
  text-decoration: none;
}

.paging-navigation {
  background-color: #F2F2F2;
  padding: 15px 0;
  clear: both;
}

.sidebar .paging-navigation .nav-links {
  max-width: 1040px;
  padding: 0 376px 0 60px;
}


.paging-navigation a {
  font-size: 18px;
  font-style: italic;
  font-weight: 300;
}

.paging-navigation .meta-nav {
  display: inline-block;
  font-size: 26px;
  padding: 3px 0 8px;
  text-align: center;
  width: 50px;
}

.paging-navigation .nav-previous .meta-nav {
  margin-right: 10px;
  padding: 3px 0 8px;
  width: 50px;
}

.paging-navigation .nav-next .meta-nav {
  margin-left: 10px;
}

.paging-navigation a:hover .meta-nav {
  text-decoration: none;
}

.post-navigation {
  background-color: #F2F2F2;
  color: #ca3c08;
  font-size: 14px;
  font-style: italic;
  font-weight: 300;
  padding: 20px;
}

.post-navigation .nav-links {
  margin: 0 auto;
  max-width: 1040px;
}

.sidebar .post-navigation .nav-links {
  padding: 0 376px 0 60px;
}

.post-navigation a[rel="prev"] {
  float: left;
  width: 45%;
  text-align: left;
}

.post-navigation a[rel="next"] {
  float: right;
  width: 45%;
  text-align: right;
}


/**
 * 5.8 Author Bio
 * ----------------------------------------------------------------------------
 */

.author-info {
  margin: 0 auto;
  max-width: 604px;
  padding: 30px 0 10px;
  text-align: left; /* gallery & video post formats */
  width: 100%;
}

.author.sidebar .author-info {
  max-width: 1040px;
  padding: 30px 376px 10px 60px;
}

.single .author-info {
  padding: 50px 0 0;
}

.author-avatar .avatar {
  float: left;
  margin: 0 30px 30px 0;
}

.single-format-status .author-description {
  color: #f7f5e7;
}

.author-description .author-title {
  clear: none;
  font: 300 italic 20px "Source Sans Pro", Helvetica, sans-serif;
  margin: 0 0 8px;
}

.author-link {
  color: #ca3c08;
  margin-left: 2px;
}

.author.archive .author-link {
  display: none;
}


/**
 * 5.9 Archives
 * ----------------------------------------------------------------------------
 */

.archive-header {
}

.archive-title,
.archive-meta {
  font-family: 'bebas_neueregular';
  color: #3597cc;
  font-size: 48px;
  font-weight: normal;
  margin: 0 0 10px;
}

.archive-meta {
  font-size: 16px;
  font-style: normal;
  font-weight: normal;
  margin-top: -15px;
  padding: 0 0 11px;
}

.sidebar .archive-meta {
  padding-right: 316px;
}


/**
 * 5.10 Search Results/No posts
 * ----------------------------------------------------------------------------
 */

.page-header {
  background-color: #e8e5ce;
}

.page-title {
  margin: 0 auto;
  max-width: 1040px;
  padding: 30px 0;
  width: 100%;
}

.page-content {
  margin: 0 auto;
  max-width: 604px;
  padding: 40px 0;
  width: 100%;
}

.sidebar .page-content {
  margin: 0 auto;
  max-width: 1040px;
  padding: 40px 376px 40px 60px;
}


/**
 * 5.11 404
 * ----------------------------------------------------------------------------
 */
 
.error404 .page-header {
background-color: transparent;
}

.error404 .info-section {
    margin-top: 0;
}

.error404 .not-found-page {
background-color: #EAE7E0;
text-align: center;
color: #222;
padding-top: 120px;
padding-bottom: 80px;
font-family: 'Nunito Sans', sans-serif;
}

.error404 .not-found-page h1 {
 font-size: 220px;
 font-weight: 200;
 color: #222;
 font-style:normal;
 line-height: 220px;
 padding: 0;
 font-family: 'Nunito Sans', sans-serif;
}

.error404 .not-found-page p {
    font-size: 18px;
}

.error404 .not-found-page a {
    max-width: 200px;
    width: 100%;
    margin: 0 auto;
    border:1px solid #222;
    color: #222;
    text-align: center;
    padding: 7px 15px;
    display:block;
}

.error404 .not-found-page a:hover {
background-color: #222;
color: #fff;
transition: all .3s ease-out 0s;
  -moz-transition: all .3s ease-out 0s;
  -webkit-transition: all .3s ease-out 0s;
}

/**
 * 5.12 Comments
 * ----------------------------------------------------------------------------
 */

.comments-title,
.comment-list,
.comment-reply-title,
.must-log-in,
.comment-respond .comment-form,
.comment-respond iframe {
  display: block;
  margin-left: auto;
  margin-right: auto;
  max-width: 604px;
  width: 100%;
}

.sidebar .comments-title,
.sidebar .comment-list,
.sidebar .must-log-in,
.sidebar .comment-reply-title,
.sidebar .comment-navigation,
.sidebar .comment-respond .comment-form {
  max-width: 1040px;
  padding-left: 60px;
  padding-right: 376px;
}

.comments-title {
  font: 300 italic 28px "Source Sans Pro", Helvetica, sans-serif;
}

.comment-list,
.comment-list .children {
  list-style-type: none;
  padding: 0;
}

.comment-list .children {
  margin-left: 20px;
}

.comment-list > li:after,
.comment-list .children > li:before {
  background: url(images/dotted-line.png) repeat left top;
  background-size: 4px 4px;
  content: "";
  display: block;
  height: 1px;
  width: 100%;
}

.comment-list > li:last-child:after {
  display: none;
}

.comment-body {
  padding: 24px 0;
  position: relative;
}

.comment-author {
  float: left;
  max-width: 74px;
}

.comment-author .avatar {
  display: block;
  margin-bottom: 10px;
}

.comment-author .fn {
  word-wrap: break-word;
}

.comment-author .fn,
.comment-author .url,
.comment-reply-link,
.comment-reply-login {
  color: #bc360a;
  font-size: 14px;
  font-style: normal;
  font-weight: normal;
}

.says {
  display: none;
}

.no-avatars .comment-author {
  margin: 0 0 5px;
  max-width: 100%;
  position: relative;
}

.no-avatars .comment-metadata,
.no-avatars .comment-content,
.no-avatars .comment-list .reply {
  width: 100%;
}

.bypostauthor > .comment-body .fn:before {
  content: "\f408";
  vertical-align: text-top;
}

.comment-list .edit-link {
  margin-left: 20px;
}

.comment-metadata,
.comment-awaiting-moderation,
.comment-content,
.comment-list .reply {
  float: right;
  width: 79%;
  width: -webkit-calc(100% - 124px);
  width:         calc(100% - 124px);
}

.comment-meta,
.comment-meta a {
  color: #a2a2a2;
  font-size: 13px;
}

.comment-meta a:hover {
  color: #ea9629;
}

.comment-metadata {
  margin-bottom: 20px;
}

.ping-meta {
  color: #a2a2a2;
  font-size: 13px;
  line-height: 2;
}

.comment-awaiting-moderation {
  color: #a2a2a2;
}

.comment-awaiting-moderation:before {
  content: "\f414";
  margin-right: 5px;
  position: relative;
  top: -2px;
}

.comment-reply-link:before,
.comment-reply-login:before {
  content: "\f412";
  margin-right: 3px;
}

/* Comment form */
.comment-respond {
  background-color: #f7f5e7;
  padding: 30px 0;
}

.comment .comment-respond {
  margin-bottom: 20px;
  padding: 20px;
}

.comment-reply-title {
  font: 300 italic 28px "Source Sans Pro", Helvetica, sans-serif;
}

.comment-reply-title small a {
  color: #131310;
  display: inline-block;
  float: right;
  height: 16px;
  overflow: hidden;
  width: 16px;
}

.comment-reply-title small a:hover {
  color: #ed331c;
  text-decoration: none;
}

.comment-reply-title small a:before {
  content: "\f406";
  vertical-align: top;
}

.sidebar .comment-list .comment-reply-title,
.sidebar .comment-list .comment-respond .comment-form {
  padding: 0;
}

.comment-form .comment-notes {
  margin-bottom: 15px;
}

.comment-form .comment-form-author,
.comment-form .comment-form-email,
.comment-form .comment-form-url {
  margin-bottom: 8px;
}

.comment-form [for="author"],
.comment-form [for="email"],
.comment-form [for="url"],
.comment-form [for="comment"] {
  float: left;
  padding: 5px 0;
  width: 120px;
}

.comment-form .required {
  color: #ed331c;
}

.comment-form input[type="text"],
.comment-form input[type="email"],
.comment-form input[type="url"] {
  max-width: 270px;
  width: 60%;
}

.comment-form textarea {
  width: 40%;
}

.form-allowed-tags,
.form-allowed-tags code {
  color: #686758;
  font-size: 12px;
}

.form-allowed-tags code {
  font-size: 10px;
  margin-left: 3px;
}

.comment-list .pingback,
.comment-list .trackback {
  padding-top: 24px;
}

.comment-navigation {
  font-size: 20px;
  font-style: italic;
  font-weight: 300;
  margin: 0 auto;
  max-width: 604px;
  padding: 20px 0 30px;
  width: 100%;
}

.no-comments {
  background-color: #f7f5e7;
  font-size: 20px;
  font-style: italic;
  font-weight: 300;
  margin: 0;
  padding: 40px 0;
  text-align: center;
}

.sidebar .no-comments {
  padding-left: 60px;
  padding-right: 376px;
}


/**
 * 5.13 Multisite
 * ----------------------------------------------------------------------------
 */

.site-main .mu_register {
  margin: 0 auto;
  max-width: 604px;
  width: 100%;
}

.mu_alert {
  margin-top: 25px;
}

.site-main .mu_register input[type="submit"],
.site-main .mu_register #blog_title,
.site-main .mu_register #user_email,
.site-main .mu_register #blogname,
.site-main .mu_register #user_name {
  font-size: inherit;
  width: 270px;
}

.site-main .mu_register input[type="submit"] {
  width: auto;
}


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

.site-main .widget-area {
  float: right;
  width: 278px;
  height: auto !important;
}


/**
 * 6.1 Widgets
 * ----------------------------------------------------------------------------
 */

.widget {
  font-size: 14px;
  -webkit-hyphens: auto;
  -moz-hyphens:    auto;
  -ms-hyphens:     auto;
  hyphens:         auto;
  margin: 0 0 35px;
  word-wrap: break-word;
}

.widget .widget-title {
  font: 300 italic 20px "Source Sans Pro", Helvetica, sans-serif;
  margin: 0 0 10px;
}

.widget ul,
.widget ol {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

.widget li {
  padding: 5px 0;
}

.widget .children li:last-child {
  padding-bottom: 0;
}

.widget li > ul,
.widget li > ol {
  margin-left: 20px;
}

.widget a {
  color: #bc360a;
}

.widget a:hover {
  color: #ea9629;
}

/* Search widget */
.search-form .search-submit {
  display: none;
}

/* RSS Widget */
.widget_rss .rss-date {
  display: block;
}

.widget_rss .rss-date,
.widget_rss li > cite {
  color: #a2a2a2;
}

/* Calendar Widget */
.widget_calendar table,
.widget_calendar td {
  border: 0;
  border-collapse: separate;
  border-spacing: 1px;
}

.widget_calendar caption {
  font-size: 14px;
  margin: 0;
}

.widget_calendar th,
.widget_calendar td {
  padding: 0;
  text-align: center;
}

.widget_calendar a {
  display: block;
}

.widget_calendar a:hover {
  background-color: rgba(0, 0, 0, 0.15);
}

.widget_calendar tbody td {
  background-color: rgba(255, 255, 255, 0.5);
}

.site-footer .widget_calendar tbody td {
  background-color: rgba(255, 255, 255, 0.05);
}

.widget_calendar tbody .pad, .site-footer .widget_calendar tbody .pad {
  background-color: transparent;
}


h3.recentPostsTitle {
  font-family: 'bebas_neueregular';
  font-size: 30px;
  line-height: 20px;
  margin: 0 0 10px;
  color: #333;
}

/**
 * 7.0 Footer
 * ----------------------------------------------------------------------------
 */

.footerContent {
  max-width: 973px;
  margin: 0 auto;
  padding: 0 0 20px 17px;
}

/*.footerLogo {*/
/*  float: left;*/
/*  width: 300px;*/
/*}*/

.site-footer {
  border-top: 4px solid #212E40;
  padding: 20px 0 0;
  color: #686758;
  font-size: 14px;
}

.site-footer .site-info {
  width: 600px;
  float: right;
  padding: 0;
  margin: 0 20px;
}

p.copyright {
  font-size: 12px;
  color: #cccccc;
  text-align: left;
  margin: 0;
}

.site-footer .widget-area,
.sidebar .site-footer {
  text-align: left;
}

.site-footer a {
  color: #686758;
}

.site-footer .sidebar-container {
  background-color: #220e10;
  padding: 20px 0;
}

.site-footer .widget-area {
  margin: 0 auto;
  max-width: 1040px;
  width: 100%;
}

.sidebar .site-footer .widget-area {
  max-width: 724px;
  position: relative;
  left: -158px;
}

.site-footer .widget {
  background: transparent;
  color: #fff;
  float: left;
  margin-right: 20px;
  width: 245px;
}

.sidebar .site-footer .widget {
  width: 228px;
}

.sidebar .site-footer .widget:nth-of-type(4),
.sidebar .site-footer .widget:nth-of-type(3) {
  margin-right: 0;
}

.site-footer .widget a {
  color: #e6402a;
}

.site-footer .widget-title,
.site-footer .widget-title a,
.site-footer .wp-caption-text {
  color: #fff;
}

.site-info {
  margin: 0 auto;
  padding: 30px 0;
}

#wpstats {
  display: block;
  margin: -10px auto 0;
}

.menu-footer-menu-container ul {
  margin: 0;
  padding: 0;

}

.menu-footer-menu-container ul li {
  display: inline;
  margin: 0 4px 0 0;
  padding: 0 6px 0 0;
  list-style-type: none;
  font-size: 13px;
  background: url('images/nav-separator.png') no-repeat right 3px;
}

.menu-footer-menu-container ul li.last {
  background: none;
  padding: 0;
  margin-right: 0;
}

.menu-footer-menu-container ul li a {
  color: #00bfff;
}

.menu-footer-menu-container ul li a:hover {
  color: #fe4516;
}


/*----- ROYAL SLIDER -----*/

.rsMainSlideImage {
  margin-top: 0 !important;
}

.whatWeDoSlides {
  color: #000;
  font-size: 13px;
  font-family: 'Nunito Sans', sans-serif;
  font-weight: normal;
  margin: 12px 0 0 17px;
  line-height: 23px;
}

.whatWeDoSlides h3 {
  color: #000000;
  font-family: 'Nunito Sans', sans-serif;
  font-size: 40px;
  margin: 0 0 10px;
  font-weight: 700;
  line-height: 44px;
}

.whatWeDoSlides h4 {
  font-size: 18px;
  color: #000;
  font-family: 'Nunito Sans', sans-serif;
  margin: 0 0 20px;
  font-weight: 700;
}

.whatWeDoSlides p {
  line-height: 20px;
}

.whatWeDoSlides a {
  color: #fff;
  font-size: 30px;
  background-color: #fd4615;
  width: 192px;
  border-left: 10px solid #005eb9;
  font-family: 'bebas_neueregular';
  display: block;
  padding: 10px;
}

.websiteSlide p {
  margin-bottom: 50px;
}

.integrationSlide p {
  margin-bottom: 60px;
}

.rsDefaultInv .rsThumb {
  font-size: 17px;
}

.rsHomeTempl .rsTmb {
  margin-top: 10px !important;
}

.rsDefaultInv .rsThumb.rsNavSelected {
  background-color: #DADADA !important;
}

.rsDefaultInv, .rsDefaultInv .rsOverflow, .rsDefaultInv .rsSlide, .rsDefaultInv .rsVideoFrameHolder, .rsDefaultInv .rsThumbs {
  background: #fff !important;
}

.rsHomeTempl .rsThumbsHor {
  border-bottom: 1px solid #DADADA;
  font-family: 'Nunito Sans', sans-serif;
}


/*----- END OF ROYAL SLIDER -----*/

/*----- HOME PAGE -----*/

#topSlider {
  height: 753px;
}

.knowMoreBtn {
  margin: 0 auto;
  max-width: 990px;
  padding: 0;
  text-align: right;
  width: 100%;
}

.knowMoreBtn a {
  display: block;
  height: 430px;
  width: 990px;
}

.whatWeDoSection h2 {
  color: #3597cc;
  padding: 0 17px;
}

.whoWeAreSection {
  width: 100%;
  background: url('images/whoWeAre-bg.png') repeat-x left top;
  margin-top: 75px;
  min-height: 442px;
}

.whoWeAreContent {
  max-width: 633px;
  padding: 21px 340px 0 15px;
  color: #fff;
  margin: 0 auto;
  background: url('images/whoWeAre-contentBG.png') no-repeat right 40px;
  font-size: 14px;
}

.whoWeAreContent h2 {
  padding: 0;
  margin: 0 0 20px;
  color: #fff;
}

.whoWeAreContent p {
  margin: 0 0 15px;
}

.whoWeAreContent a {
  color: #fff;
  font-family: 'bebas_neueregular';
  text-transform: uppercase;
  font-size: 30px;
  padding: 5px 15px;
  display: block;
  width: 245px;
  background-color: #fd4615;
  border-left: 10px solid #fff;
  margin-top: 30px;
}

.whoWeAreContent a:hover {
  color: #000;
}

.clientSection {
  max-width: 990px;
  margin: 0 auto;
  border-left: 1px solid #e0e0e0;
  border-right: 1px solid #e0e0e0;
  padding: 58px 0 70px;
  min-height: 940px;
}

.clientSection h2 {
  margin-bottom: 15px;
  color: #3597cc;
}

.clientsBox {
  width: 418px;
  float: left;
  background-color: #f2f2f2;
  padding: 0 25px 25px;
  margin: 0 0 17px 17px;
  height: 395px;
  overflow: hidden;
}

.clientLogo {
  width: 468px;
  height: 205px;
  display: table-cell;
  vertical-align: middle;
  text-align: center;
}

.clientsBox p {
  margin: 0;
}

.whatTheySaySection {
  max-width: 990px;
  margin: 0 auto;
  border-left: 1px solid #e0e0e0;
  border-right: 1px solid #e0e0e0;
  padding-bottom: 20px;
  min-height: 514px;
}

.whatTheySayTop {
  background: url(images/whatTheySay-bg.png) no-repeat left top;
  background-size: 100%;
  max-width: 1040px;
  width: 100%;
  height: 140px;
  margin: 0 0 0 -25px;
  position: absolute;
}

.whatTheySayTop h2 {
  color: #fdffc2;
  padding: 36px 0 0 43px;
}

.whatTheySayTop h2 a {
  color: #fdffc2;
}

.whatTheySayContent {
  background-color: #3d8af6;
  padding: 118px 0 40px;
  max-width: 978px;
}

.whatTheySayContent ul {
  margin: 0;
  padding: 40px 0 0;
}

.whatTheySayContent ul li {
  padding: 0;
  width: 306px;
  margin: 0 0 0 15px;
  display: block;
  float: left;
  font-size: 13px;
  color: #fff;
}

.whatTheySayContent ul li p {
  margin: 0 0 12px;
  line-height: 20px;
}

.whatTheySayContent span {
  display: block;
}

.whatTheySayContent span.name {
  color: #000;
  font-size: 18px;
}

.whatTheySayContent span.designation, .whatTheySayContent span.companyName {
  font-size: 12px;
  line-height: 16px;
}

.whatTheySayBottom {
  background: url('images/whatTheySay-bottomBG.png') no-repeat left top;
  height: 87px;
  margin-top: -20px;
}

.whatTheySayBottom a {
  display: block;
  float: right;
  font-family: 'bebas_neueregular';
  font-size: 30px;
  margin: 34px 0 0;
  color: #fff;
  padding: 0 0 0 15px;
  width: 166px;
}

.whatTheySayBottom a:hover {
  color: #000;
}

.feedsSection {
  max-width: 956px;
  margin: 0 auto;
  padding: 0 17px 30px;
  border-left: 1px solid #e0e0e0;
  border-right: 1px solid #e0e0e0;
  min-height: 232px;
}

.feedsSection h2 {
  padding: 0;
  color: #3597cc;
  margin-bottom: 25px;
}

.feedsSection .fb_iframe_widget {
  float: right;
  width: 250px !important;
  height: 152px !important;
  border-bottom: 1px solid #aaa;
  overflow: hidden;
}

.feedsSection .twitter-timeline {
  float: right;
  width: 430px;
  background-color: #F2F2F2;
  padding: 0 10px;
}

.rotatingtweets {
  width: 670px !important;
  float: left;
}

.blogSection {
  background-color: #272727;
  max-width: 975px;
  margin: 0 auto;
  padding: 12px 15px 40px 0;
  min-height: 347px;
}

.blogSection h2 {
  color: #fff;
  margin-bottom: 37px;
}

.recentArticleBox {
  margin-left: 25px;
}

.recentArticle {
  width: 261px;
  float: left;
  margin-left: 40px;
}

.recentArticle a.readMore {
  display: none;
  width: 200px;
  height: 165px;
  background: url('images/post-hoverBG.png') repeat left top;
  position: absolute;
  padding: 30px;
  color: #000;
  font-size: 32px;
}

.recentArticle:hover a.readMore {
  display: block;
}

.recentArticle a.readMore span {
  border: 5px solid #FD4615;
  display: block;
  margin: 33px 0 0;
  padding: 24px 0;
  width: 188px;
  text-align: center;
  text-transform: uppercase;
}

.recentArticle h2 {
  font-size: 24px;
  margin: 10px 0 0;
  padding: 0;
}

.recentArticle h2 a {
  color: #fff;
}

.recentArticle h2 a:hover {
  color: #fe4516;
}

.ourLocation {
  background-color: #111f32;
}

.ourLocationContent {
  max-width: 990px;
  margin: 0 auto;
  padding: 30px 0 40px;
  background: url('images/footer-location-bg.png') no-repeat left 50px;
}

.ourLocationContent h2 {
  width: 600px;
  float: left;
  color: #fff;
}

.ourLocationContentRight {
  width: 323px;
  float: right;
  margin-right: 17px;
  color: #fff;
}

.ourLocationContentRight h3 {
  font-size: 30px;
  margin: 10px 0 0;
}

.ourLocationContentRight p {
  margin: 0;
}

.ourLocationContentRight a {
  color: #eaeaea;
}

.ourLocationContentRight p.companyName {
  color: #00bfff;
  font-size: 18px;
}

.ourLocationContentRight p.location {
  color: #eaeaea;
  margin: 0;
  font-size: 12px;
}

.ourLocationContentRight p.contactNumber {
  color: #eaeaea;
  font-size: 14px;
}

.USAaddress, .IndiaAddress, .UAEAddress {
  padding: 0 0 15px;
  border-bottom: 1px solid #5f6976;
  margin-bottom: 15px;
}

.USAaddress {
  background: url('images/usa-flag.png') no-repeat right 13px;
}

.IndiaAddress {
  background: url('images/indian-flag.png') no-repeat right 13px;
}

.UAEAddress {
  background: url('images/uae-flag.png') no-repeat right 13px;
}

/*----- END OF HOME PAGE -----*/


/*----- BLOG PAGE -----*/

.innerPageWidth {
  border-right: 1px solid #E0E0E0;
  margin: 0 auto;
  padding: 60px 0 40px;
  max-width: 990px;
}

.latestPost {
  margin-bottom: 45px;
}

.latestPost p {
  line-height: 22px;
  margin: 0;
}

.blogList {
  max-width: 650px;
  float: left;
}

.blogList h2 {
  padding: 0;
  margin: 10px 0 5px;
  font-size: 35px;
}

.blogArticle {
  max-width: 316px;
  margin: 0 17px 45px 0;
  float: left;
  padding: 0;
}

.blogArticle h2 {
  font-size: 28px;
}

.blogArticle h2 a:hover {
  color: #fe4516;
}

.blogArticle p {
  line-height: 22px;
  margin: 0;
  font-size: 14px;
}

.latestPost p {
  font-size: 14px;
}

.lastPostBox {
  margin-right: 0;
}

.blogArticle a.readMore, .latestPost a.readMore {
  display: none;
  width: 256px;
  height: 166px;
  background: url('images/post-hoverBG.png') repeat left top;
  position: absolute;
  padding: 30px;
  color: #000;
  font-size: 32px;
  -moz-transition: all 0.4s ease-in-out 0s;
-webkit-transition: all 0.4s ease-in-out 0s;
-ms-transition: all 0.4s ease-in-out 0s;
transition: all 0.4s ease-in-out 0s;
}

.latestPost a.readMore {
  width: 590px;
  height: 165px;
}

.blogArticle:hover a.readMore, .latestPost:hover a.readMore {
  display: block;
  -moz-transition: all 0.4s ease-in-out 0s;
-webkit-transition: all 0.4s ease-in-out 0s;
-ms-transition: all 0.4s ease-in-out 0s;
transition: all 0.4s ease-in-out 0s;
}

.blogArticle a.readMore span, .latestPost a.readMore span {
  border: 5px solid #FD4615;
  display: block;
  margin: 32px auto 0;
  padding: 24px 0;
  max-width: 188px;
  text-align: center;
  text-transform: uppercase;
}

.subscribe-form .top_label div.ginput_container {
    margin-top: 0 !important;
}

.gform_wrapper .subscribe-form ul li.gfield {
    margin-bottom: 0;
    margin-top: 0;
}

body.request-information .gform_wrapper ul li.gfield input,
body.request-information .gform_wrapper ul li.gfield textarea {
    max-width: 100% !important;
}

body.request-information .gform_wrapper ul li.gfield.gfield_error input {
 border-color: #ce0000 !important;   
}

body.request-information .gform_wrapper ul li.gfield.gfield_error label.gfield_label,
body.request-information .gform_wrapper ul li.gfield.gfield_error label,
body.request-information .gform_wrapper ul li.gfield.gfield_error div.gfield_validation_message {
 color: #ce0000 !important;    
 font-weight: 400 !important;
}

body.request-information .gform_wrapper ul.gform_fields li.gfield.gfield_error + li.gfield.gfield_error {
    margin-top: 18px;
}

.gform_wrapper .subscribe-form ul li.gfield.gfield_error,
body.request-information .gform_wrapper ul li.gfield.gfield_error {
    background-color: transparent !important;
    border:none !important;
    padding: 0 !important;
    max-width: 100% !important;
}

.gform_wrapper .subscribe-form li.gfield_error div.ginput_complex.ginput_container label,
body.request-information li.gfield_error div.ginput_complex.ginput_container label{
 line-height: 16px !important;   
 margin-bottom: 0 !important; 
}

.gform_wrapper .subscribe-form li.gfield.gfield_error.gfield_contains_required div.gfield_description,
body.request-information .gform_wrapper li.gfield.gfield_error.gfield_contains_required div.gfield_description {
    padding: 0;
}

.sidebar-container .gform_wrapper .subscribe-form div.validation_error,
body.request-information .gform_wrapper div.validation_error{
    display:none;
}

/*----- END OF BLOG PAGE -----*/

/*----- BLOG DETAIL PAGE -----*/

.blogDetail h2 {
  margin: 40px 0 10px;
}

.blogDetail .entry-meta {
  margin-bottom: 20px;
}

#socialSectionPhone, 
#menu-footer-menu #socialSectionPhone {
  display:none;
 }

/*----- END OF BLOG DETAIL PAGE -----*/


/*----- INNER PAGE -----*/

.innerPageContent {
  max-width: 650px;
  float: left;
  width: 100%;
}

.fifthqClientsPage {
  max-width: 1010px;
}

.pageBanner {
  margin-bottom: 25px;
}

.childSection {
  width: 318px;
  height: 318px;
  float: left;
  padding: 0 !important;
  margin: 30px 14px 0 0;
}

.secondChild {
  margin-right: 0;
}

.childSection img {
  position: absolute;
}

.childSection h3 {
  margin: 240px 0 0;
  position: absolute;
  line-height: 42px;
  font-size: 30px;
}

.childSection h3 a {
  background: url('images/page-tab-btn.png') no-repeat left top;
  display: block;
  width: 271px;
  height: 63px;
  color: #fff;
  padding: 0 0 0 25px;
}

.childSection h3 a:hover {
  background: url('images/page-tab-btn.png') no-repeat left bottom;
  color: #fff;
}

.clientsBoxSection {
  background-color: #F2F2F2;
  float:left;
  width:274px;
  margin: 0 17px 17px 0;
  padding: 8px 17px 17px;
  height: 435px;
}

.clientsBoxSecond {
  margin-right: 0;
}

.clientsBoxSection .clientLogo {
  width: 280px;
  height: 125px;
}

.clientsBoxSection p {
  margin: 10px 0 0;
}

.fifthqClients {
  height: 290px;
}

.entry-content h4 {
  margin: 25px 0 5px;
  font-size: 23px;
}

/*ul#menu-about-us-sidebar-menu,*/
/*ul.child-sidebar-menu {*/
/*  margin: 0 0 35px;*/
/*  width: 315px;*/
/*}*/


/*ul#menu-about-us-sidebar-menu li,*/
/*ul.child-sidebar-menu li {*/
/*  margin: 0 0 8px;*/
/*  padding: 0;*/
/*}*/


/*ul#menu-about-us-sidebar-menu li a,*/
/*ul.child-sidebar-menu li a {*/
/*  background-color: #666666;*/
/*  color: #FFFFFF;*/
/*  display: block;*/
/*  font-family: 'bebas_neueregular';*/
/*  font-size: 20px;*/
/*  letter-spacing: 0.5px;*/
/*  padding: 5px 12px;*/
/*}*/

/*ul#menu-about-us-sidebar-menu li a:hover, */
/*ul#menu-about-us-sidebar-menu li.current_page_item a, */
/*ul#menu-about-us-sidebar-menu li.current-page-ancestor a {*/
/*  color: #0AD2FF;*/
/*}*/

/*ul#menu-about-us-sidebar-menu li ul.sub-menu {*/
/*  margin: 10px 0 0 30px;*/
/*}*/

/*ul#menu-about-us-sidebar-menu li ul.sub-menu li {*/
/*  list-style-type: square;*/
/*}*/

/*ul#menu-about-us-sidebar-menu li ul.sub-menu li a {*/
/*  background: none;*/
/*  color: #3597CC;*/
/*  font-family: 'Nunito Sans', sans-serif;*/
/*  font-size: 14px;*/
/*  font-weight: bold;*/
/*  padding: 0 0 0 4px;*/
/*}*/

/*ul#menu-about-us-sidebar-menu li ul.sub-menu li a:hover, ul#menu-about-us-sidebar-menu li ul.sub-menu li.current_page_item a {*/
/*  color: #FE4516;*/
/*}*/

.popUpContent p {
  margin: 0;
}

a.portfolioBackLink {
  background-color: #828282;
  border-left: 10px solid #000000;
  color: #FFFFFF;
  display: block;
  float: right;
  font-family: 'bebas_neueregular';
  font-size: 20px;
  margin: 20px 15px 0;
  padding: 6px 8px;
  width: 135px;
}

input.wpcf7-submit {
  background: #FD4615;
  border-left: 10px solid #005EB9;
  font-family: 'bebas_neueregular';
  color: #FFFFFF;
  border-bottom: 0;
  border-radius: 0;
  font-size: 30px;
  padding: 2px 40px 2px 10px;
}

input.wpcf7-submit:hover {
  background: #FD4615;
  color: #000;
}

.wpcf7 p {
  margin-bottom: 20px;
}

.memberSection {
  /*border-bottom: 1px dotted #a1a1a1;*/
  margin: 0 0 35px;
}

.memberSection img.alignleft {
  margin-right: 15px;
}

.memberSection p {
  margin-bottom: 15px;
}

p.membersName {
  margin: 0;
  font-size: 17px;
  font-weight: bold;
}

p.membersDesignation {
  color: #3597CC;
  line-height: 18px;
  margin: 0 0 10px;
  font-size: 14px;
}

.companyLogo {
  height: 65px;
  width: 85px;
  float: left;
  background: url('images/separator.png') no-repeat right 3px;
  margin: 0 13px 0 0;
}


.appLink {
  width: 500px;
  float: left;
}

.appLink img {
  margin: 9px 10px 0 0;
}

/*----- END OF INNER PAGE -----*/


/*----- SITEMAP PAGE -----*/

h2.wsp-pages-title {
  margin-top: 10px;
  margin-bottom: 20px;
  font-size: 32px;
}

ul.wsp-pages-list li {
  margin: 0 0 10px 20px;
}

ul.wsp-pages-list li a {
  font-weight: bold;
}

ul.wsp-pages-list li ul.children {
  margin: 10px 0 0;
}

ul.wsp-pages-list li ul.children li {
  margin-left: 0;
  background: url("images/sub-bullet.png") no-repeat left 7px;
  margin-left: 10px;
  padding-left: 15px;
}

ul.wsp-pages-list li ul.children li a {
  font-weight: normal;
}
/*----- END OF SITEMAP PAGE -----*/


/*----- PORTFOLIO PAGE -----*/

.portfolioList {
  max-width: 990px;
  width: 100%;
  float: none;
}

.noBorder {
  border: 0;
  padding-bottom: 0;
}

.portfolioList h2 {
  font-size: 22px;
  color: #333;
  border-bottom: 1px solid #333;
  margin: 10px 0 20px;
}

.portfolioBox {
  margin: 10px 0 50px;
  height: 203px;
}

.portfolioBoxLeft {
  float: left;
  width: 450px;
  height: 200px;
  border: 1px solid #bababa;
}

.portfolioBoxLeft img {
  margin: 0;
}

.portfolioBoxRight {
  float: left;
  margin: 0 0 0 35px;
  width: 503px;
}

.portfolioBoxRight a:hover {
  color: #000;
}

.portfolioBox h3 {
  color: #3597cc;
  font-size: 40px;
  line-height: 25px;
  margin: 20px 0 15px;
}

.fifthqCaseStudies .portfolioBox h3 {
  line-height: 40px;
  margin-top: 3px;
}

.portfolioBox .clear {
  height: 0;
}

.portfolioBoxLeft a.viewBtn {
  background: url('images/portfolio-viewProject-btn.png') no-repeat left top;
  color: #FFFFFF;
  display: block;
  font-family: 'bebas_neueregular';
  font-size: 22px;
  margin: -55px 0 0 -3px;
  padding: 3px 20px 3px 20px;
  position: relative;
  width: 222px;
  height: 42px;
}

.portfolioBoxLeft a.viewBtn:hover {
  background: url('images/portfolio-viewProject-btn.png') no-repeat left bottom;
  height: 29px;
}

.portfolioTop {
  width: 100%;
  height: 206px;
}

.portfolioContent h1 {
  color: #fff;
  padding-top: 36px;
  margin: 0;
  text-shadow: 1px 2px 3px #555555;
  font-size: 40px;
}

.portfolioContent h2 {
  padding: 0;
  color: #fff;
  font-size: 37px;
  text-shadow: 1px 2px 3px #555555;
}

.portfolioContent {
  height: 206px;
  max-width: 990px;
  margin: 0 auto;
}

.portfolioContent ul {
  padding: 40px 0 0;
  margin: 0;
}

.portfolioContent li {
  display: inline;
  font-family: 'bebas_neueregular';
  font-size: 15px;
  list-style-type: none;
  margin: 0;
}

.portfolioContent li a {
  background-color: #FFFFFF;
  color: #000000;
  padding: 6px;
}

.portfolioContent li a:hover {
  color: #3597cc;
}

.portfolioDetailPage {
  padding: 0;
  border-right: none;
}

.portfolioDetailPage h2 {
  margin: 20px 0 10px;
  color: #3597cc;
  font-size: 45px;
}

.portfolioDetailPage img.alignleft {
  margin-right: 20px;
}

.portfolioDetailPage img.alignright {
  margin-left: 20px;
}

.conclusionSection {
  padding: 15px;
  margin-top: 20px;
}

.conclusionText {
  float: left;
  width: 730px;
  border-right: 1px solid #a7d797;
  padding: 5px 30px 10px 0;
  color: #fff;
}

.linksArea {
  float: right;
  width: 180px;
}

a.visitWebsiteLink {
  background-color: #FD4615;
  border-left: 10px solid #FFFFFF;
  color: #FFFFFF;
  display: block;
  font-family: 'bebas_neueregular';
  font-size: 30px;
  padding: 3px 15px;
  width: 140px;
  margin-bottom: 10px;
}

a.contactUsLink {
  background-color: #828282;
  border-left: 10px solid #000;
  color: #FFFFFF;
  display: block;
  font-family: 'bebas_neueregular';
  font-size: 30px;
  padding: 3px 15px;
  width: 140px;
}

a.visitWebsiteLink:hover, a.contactUsLink:hover {
  color: #000;
}

.gform_body ul li {
  background: none;
  padding: 0;
}

.innerPageContent .gform_wrapper .top_label .gfield_label {
  color: #333333;
  font-family: 'Nunito Sans', sans-serif;
  font-size: 14px;
  font-weight: normal;
}

input.gform_button {
  background: #FD4615;
  border-bottom: 0;
  border-left: 10px solid #005EB9;
  border-radius: 0;
  color: #FFFFFF;
  font-family: 'bebas_neueregular';
  font-size: 30px !important;
  padding: 2px 40px 2px 10px;
}

input.gform_button:hover {
  background: #FD4615;
  color: #000;
}

input.gform_button:focus {
  background: #FD4615;
}

.gform_wrapper div.validation_error {
  font-size: 13px;
}

/*----- END OF PORTFOLIO PAGE -----*/

/*----- CONTACT PAGE -----*/

.contactPageContent {
  background: url('images/map.png') no-repeat right 90px;
}

.locationArea {
  margin: 30px 0 0 20px;
}

.USAlocation {
  width: 240px;
  padding: 0 0 45px;
  border-bottom: 1px solid #d6d6d6;
}

.IndiaLocation {
  padding: 20px 0 45px 0;
  border-bottom: 1px solid #d6d6d6;
}

.UAELocation {
  padding: 20px 0 45px 0;
  border-bottom: 1px solid #d6d6d6;
  margin-bottom: 20px;
}

.USAlocation h3 {
  background: url('images/usa-flag.png') no-repeat 60px 4px;
  color: #666666;
  line-height: 30px;
}

.IndiaLocation h3 {
  background: url('images/indian-flag.png') no-repeat 60px 4px;
  color: #666666;
  line-height: 30px;
}

.UAELocation h3 {
  background: url('images/uae-flag.png') no-repeat 60px 4px;
  color: #666666;
  line-height: 30px;
}

.locationArea h3 {
  font-size: 30px;
  margin: 10px 0;
}

.locationArea p {
  margin: 0;
  color: #666666;
}

.locationArea a {
  color: #666666;
}

.locationArea p.companyName {
  color: #000000;
  font-size: 18px;
}

.locationArea p.location {
  color: #666666;
  margin: 0 0 10px;
  font-size: 12px;
  line-height: 16px;
}

.locationArea p.contactNumber {
  color: #666666;
  font-size: 14px;
}

.texasLocationPointer {
  margin: -16px 0 0 228px;
  position: absolute;
  display: none;
}

.udaipurLocationPointer {
  margin: -218px 0 0 438px;
  position: absolute;
  display: none;
}

.dubaiLocationPointer {
  margin: -419px 0 0px 414px;
  position: absolute;
  display: none;
}

.USAlocation:hover .texasLocationPointer {
  display: block;
}

.IndiaLocation:hover .udaipurLocationPointer {
  display: block;
}

.UAELocation:hover .dubaiLocationPointer {
  display: block;
}

/*----- END OF CONTACT PAGE -----*/


/*----- TESTIMONIALS PAGE -----*/

.testimonialBlock {
  margin: 0 0 30px;
  padding: 25px !important;
}

.oddTestimonial {
  background: #f4f7ff url('images/opening-quotes.png') no-repeat left top;
}

.evenTestimonial {
  background: #f8f8f8 url('images/closing-quotes.png') no-repeat right bottom;
}

.testimonialBlock p {
  margin-bottom: 15px;
  line-height: 24px;
  color: #000;
}

.testimonialBlock p.name {
  color: #3597cc;
  font-size: 18px;
  margin: 25px 0 0;
}

.testimonialBlock p.designation {
  color: #ff000;
  margin: 0;
  font-size: 14px;
  line-height: 20px;
}

.testimonialBlock p.companyName {
  color: #000;
  margin: 0;
  font-size: 14px;
  line-height: 20px;
}

.testimonial-column {
    padding: 30px;
}

.testimonials-section .testimonial-column.brown-bg {
    background: #fdEdCd;
}

.testimonials-section .testimonial-column.green-bg {
    background: #bfffca;
}

.testimonials-section .testimonial-column.blue-bg {
    background: #daebff;
}

.testimonials-section .testimonial-column.yellow-bg {
    background: #efffbf;
}

.testimonials-section .testimonial-column.red-bg {
    background: #ffe5e5;
}


/*----- END OF TESTIMONIALS PAGE -----*/


/*----- SIDEBAR -----*/

/*ul.child-sidebar-menu {*/
/*  width: 315px;*/
/*  margin: 0 0 35px;*/
/*}*/

/*ul.child-sidebar-menu li {*/
/*  margin: 0 0 8px;*/
/*  padding: 0;*/
/*}*/

/*ul.child-sidebar-menu li a {*/
/*  display: block;*/
/*  padding: 5px 12px;*/
/*  color: #fff;*/
/*  background-color: #666666;*/
/*  letter-spacing: 0.5px;*/
/*  font-size: 20px;*/
/*  font-family: 'bebas_neueregular';*/
/*}*/

/*ul.child-sidebar-menu li ul.children {*/
  /* display: none; */
/*  margin: 10px 0 0 30px;*/
/*}*/

/*
ul.child-sidebar-menu li:hover ul.children {
  display: block;
}
*/

/*ul.child-sidebar-menu li ul.children li {*/
/*  list-style-type: square;*/
/*}*/

/*ul.child-sidebar-menu li ul.children li a {*/
/*  letter-spacing: auto;*/
/*  background: none;*/
/*  color: #3597cc;*/
/*  font-family: 'Nunito Sans', sans-serif;*/
/*  font-size: 14px;*/
/*  font-weight: bold;*/
/*  padding: 0 0 0 4px;*/
/*}*/

/*ul.child-sidebar-menu li a:hover {*/
/*  color: #0ad2ff;*/
/*}*/

/*ul.child-sidebar-menu li ul.children li a:hover {*/
/*  color: #fe4516;*/
/*}*/

/*ul.child-sidebar-menu li ul.children li.current_page_item a {*/
/*  color: #fe4516;*/
/*}*/

.testimonialsSection {
  margin: 0 0 40px;
}

.testimonialsSection h2 {
  padding: 0 0 5px 10px;
  color: #666666;
  font-size: 35px;
  border-bottom: 1px solid #000;
}

.testimonialsSection .contentArea {
  font-family: 'Nunito Sans', sans-serif;
  color: #666;
  padding: 5px 10px 10px;
  line-height: 25px;
  border-bottom: 1px solid #000000;
  margin: 0 0 10px;
}

p.aboutAuthor {
  margin: 0 10px;
  font-size: 13px;
  line-height: 21px;
}

p.aboutAuthor span {
  color: #3597cc;
}

.testimonialsSection a.viewAllButton {
  background-color: #828282;
  border-left: 10px solid #000;
  display: block;
  margin: 10px 0 0 0;
  padding: 6px 12px;
  font-size: 30px;
  font-family: 'bebas_neueregular';
  color: #fff;
  width: 146px;
}

.testimonialsSection a.viewAllButton:hover {
  color: #000;
}

.fb_iframe_widget iframe {
  margin-bottom: 20px;
  opacity: 1;
}

.request-information .entry-content .gform_confirmation_message {
font-size: 20px !important;
color: #007940 !important;
margin-top: 26px !important;    
}

.gform_validation_errors.validation_error {
display:none !important;
}

/*----- END OF SIDEBAR -----*/

.displaySection {
  display: none;
}

.pageScrollerNav {
  position:fixed;
  left:43%;
  bottom:0;
  list-style:none;
  color:#fff;
  padding:0;
  margin:0;
  z-index:5000;
}
.pageScrollerNav ul {
  padding:0;
  list-style:none;
}
.pageScrollerNav a {
  display:block;
  width:160px;
  height:20px;
  font-size:120%;
  padding:10px 35px 10px 20px;
  text-align:center;
  text-decoration:none;
  font-weight:bold;
  text-transform:uppercase;
  color:#000;
}
.pageScrollerNav li {
  display:none;
}
.pageScrollerNav li.statistics {
  margin:0;
  padding:0;
  width:auto;
}
.pageScrollerNav li.current {
  display:block;
  background:url('images/transparent-tab.png') repeat left top;
}

.pageScrollerNav li.current:hover {
  background: #0069AA;
}

.pageScrollerNav li.current a {
  background: url("images/pageScroll-bg.png") no-repeat 180px center ;
}

.pageScrollerNav li.current a:hover {
  background: url("images/pageScroll-hover-bg.png") no-repeat 180px center ;
  color: #fff;
}


/*----- SEO PAGE -----*/

body.seoPageBody {
  background: #fff url('images/seo-page-bodyBG.jpg') no-repeat center top;
  font-size: 17px;
  font-family: 'Nunito Sans', sans-serif;
  color: #333333;
}

.seoPageWrapper {
  max-width: 802px;
  width: 100%;
  margin: 0 auto;
}

.seoPageWrapper p {
  line-height: 27px;
  margin: 0 0 26px;
}

.seoPageWrapper h1 {
  color: #fff;
  font-family: 'Nunito Sans', sans-serif;
  font-weight: 800;
  padding: 0 15px;
  font-size: 60px;
  line-height: 105px;
  margin: 8px 0 25px;
  text-align: center;
}

.seoPageWrapper h1 span {
  display: block;
  font-size: 32px;
  line-height: 35px;
}

.seoPageWrapper h2 {
  color: #0270ae;
  font-family: 'Nunito Sans', sans-serif;
  font-weight: 700;
  font-size: 34px;
  text-transform: none;
  padding: 0;
  line-height: 42px;
  margin: 0 0 15px;
}

.seoPageWrapper h3 {
  color: #3a5492;
  font-family: 'Nunito Sans', sans-serif;
  font-weight: 700;
  font-size: 30px;
  text-transform: none;
  padding: 0;
  line-height: 38px;
  margin: 40px 0 20px;
}

.seoPageContent {
  background: #fff url('images/seo-contentBG.jpg') no-repeat center top;
  padding: 30px 15px 15px;
  position: relative;
}

.seoPageContent:before {
  background: url('images/seo-top-border.jpg') repeat left top;
  content: '';
  display: block;
  width: 100%;
  height: 16px;
  position: absolute;
  top: 0;
  left: 0;
}

.getFreeReport {
  margin: 50px 0;
}

.getFreeReport p {
  margin: 0;
}

.getFreeReport img {
  margin-top: 0;
  margin-bottom: 0;
}

.getFreeReport a {
  width: 408px;
  height: 120px;
  background: url('images/get-report-now-button-sprite.png') no-repeat left top;
  display: block;
  margin: 0 auto;
  font-size: 0;
}

.getFreeReport a:hover {
  background: url('images/get-report-now-button-sprite.png') no-repeat left bottom;
}

.rememberSection {
  font-family: 'hannahs_messy_handwritingRg';
  font-size: 24px;
  background: url('images/remember-sectionBG.png') no-repeat center top;
  max-width: 728px;
  width: 100%;
  margin: 40px auto 0;
  padding: 30px 60px;
  box-sizing: border-box;
}

.rememberSection h3 {
  color: #f33434;
  font-family: "hannahs_messy_handwritingRg";
  font-size: 36px;
  font-weight: bold;
  line-height: 35px;
  margin: 14px 0 16px;
  text-align: center;
}

.rememberSection p {
  line-height: 24px;
  color: #000;
  font-style: italic;
}

.fullTransparencySection {
  background-color: #fdfae0;
  border: 1px solid #0270ae;
  padding: 10px 15px 25px;
  margin: 40px 0 0;
  color: #000;
  position: relative;
}

.fullTransparencySection:after {
  background: url('images/seo-bottom-border.jpg') repeat left bottom;
  content: '';
  display: block;
  width: 100%;
  height: 22px;
  position: absolute;
  bottom: 0;
  left: 0;
}

.fullTransparencySection h3 {
  color: #3b5491;
  margin-top: 0;
}

.textCenter {
  text-align: center;
}

.testimonialSection {
  padding: 0 30px;
  margin: 80px 0;
}

.testimony {
  max-width: 310px;
  width: 100%;
  display: block;
  float: right;
  vertical-align: top;
}

.testimony:first-of-type {
  float: left;
}

.testimonyContent {
  background-color: #ededed;
  border: 1px solid #c7c6c6;
  padding: 17px 20px;
  font-size: 14px;
  color: #515151;
  line-height: 23px;
  position: relative;
}

.testimonyContent:before {
  content: url('images/testimony-quotes.png');
  display: block;
  width: 30px;
  height: 26px;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0.5;
}

.testimonyContent:after {
  border-color: #EDEDED transparent transparent;
  border-style: solid;
  border-width: 20px 30px 30px 0;
  bottom: -43px;
  content: "";
  display: block;
  height: 0;
  left: 20px;
  position: absolute;
  width: 0;
}

.testimonyAuthorDetail img {
  margin: 0 10px 10px 0;
}

.testimonyAuthorDetail h5 {
  margin: -5px 0 0;
  font-family: 'Nunito Sans', sans-serif;
  font-weight: normal;
  font-size: 20px;
  color: #434141;
}

.testimonyAuthorDetail label {
  color: #3597cc;
  font-size: 11px;
  font-weight: 700;
}

.testimonyAuthorDetail p {
  margin: 0;
  line-height: 14px;
}

.freeReportContent {
  background: #f0f0f0 url('images/free-report-top-bg.jpg') no-repeat center top;
  border: 1px solid #cccccc;
  border-top: 0;
  padding: 50px 15px 35px;
  position: relative;
  font-size: 18px;
  line-height: 27px;
  text-align: center;
}

.freeReportContent:after {
  background: url('images/free-report-content-bottom.jpg') no-repeat center top;
  content: '';
  width: 100%;
  height: 33px;
  display: block;
  position: absolute;
  margin: 0 auto;
  bottom: -33px;
  left: 0;
}

.red {
  color: #fa1204;
}

.freeReportContent .red {
  font-weight: 700;
}

.freeReportFormWrapper {
  background-color: #eeeeee;
  border: 1px solid #c6c6c6;
  margin: 70px 0 40px;
  padding: 1.5%;
  position: relative;
}

.freeReportFormWrapper:before {
  border: 2px dashed #1a1a18;
  position: absolute;
  content: '';
  display: block;
  width: 97%;
  height: 96%;
  margin: 0 auto;
}

.freeReportFormTop {
  border-bottom: 1px solid #d4e0e7;
  padding: 0 20px;
}

.freeReportFormTop label.yes {
  font-family: Droid Sans, sans-serif;
  font-size: 72px;
  font-weight: 700;
  color: #000;
  background: url('images/tick.png') no-repeat left top;
  padding: 18px 0 0 80px;
  line-height: 70px;
  width: 130px;
  float: left;
  display: block;
}

.freeReportFormTop span.text {
  float: right;
  font-size: 25px;
  line-height: 31px;
  padding: 21px 0 0;
  width: 435px;  
}

.freeReportFormTop span.text strong {
  font-weight: 700;
}

.freeReportFormContent {
  padding: 40px 25px 30px;
}

.freeReportForm {
  margin: 40px auto 0;
  background: #26478b;
  width: 435px;
  border-radius: 10px;
  text-align: center;
  padding: 25px 25px 3px 25px;
  position: relative;
}

.freeReportForm:before {
  position: absolute;
  content: url('images/report-arrow1.png');
  display: block;
  width: 64px;
  height: 80px;
  left: -90px;
  top: 18%;
}

.freeReportForm:after {
  position: absolute;
  content: url('images/report-arrow2.png');
  display: block;
  width: 64px;
  height: 80px;
  right: -90px;
  top: 18%;
}

.freeReportForm p {
  margin: 0;
}

.freeReportForm .gform_wrapper {
  max-width: 100%;
  margin: 0 0 20px;
}

.freeReportForm .gform_wrapper .ginput_complex.ginput_container {
  margin: 0;
}

.freeReportForm .gform_wrapper li.gfield {
  margin-bottom: 15px;
}

.freeReportForm input,
.freeReportForm .gform_wrapper input {
  max-width: 100% !important;
  width: 100% !important;
  padding: 7px 10px !important;
  margin: 0 0 2px !important;
  font-size: 25px !important;
  text-align: center !important;
  font-family: 'Nunito Sans', sans-serif !important;
  border: 1px solid #cacaca;
  box-sizing: border-box;
  text-indent: inherit !important;
}

.freeReportForm input[type='submit'],
.freeReportForm .gform_wrapper input[type='submit'] {
  width: 96%;
  margin: 0 2%;
  background-color: #ffe34a;
  border: 3px solid #d69a27;
  border-radius: 5px;
  font-size: 33px;
  color: #000;
  font-weight: 700;
  line-height: 40px;
  white-space: normal;
}

.freeReportForm input[type='submit']:hover,
.freeReportForm .gform_wrapper input[type='submit']:hover {
  color: #000;
  background-color: #EE971B;
  border: 3px solid #ffe34a;
}

.freeReportForm div.wpcf7-validation-errors {
  border: 2px solid #da3c27;
  color: #ffe34a;
  margin: 0 0 10px;
  font-size: 16px;
  padding: 10px;
}

.freeReportForm .gform_wrapper .top_label .gfield_label {
  display: none;
}

.freeReportForm .gform_wrapper .ginput_container label {
  display: none;
}

.freeReportForm .gform_wrapper .validation_error {
  border: 2px solid #da3c27;
  color: #ffe34a;
  margin: 0 0 10px;
  font-size: 16px;
  padding: 10px;
  font-weight: normal;
  box-sizing: border-box;
  width: 100%;
}

.freeReportForm .gform_wrapper li.gfield.gfield_error {
  background: none !important;
  border: none !important;
  margin: 0 !important;
}

.freeReportForm .gfield_description.validation_message {
  color: #ffe34a;
  font-weight: normal;
  margin: 0 !important;
  padding: 0 !important;
}

.freeReportForm .gform_wrapper li.gfield.gfield_error.gfield_contains_required div.ginput_container {
  max-width: 100%;
  width: 100%;
  margin: 0 !important;
}

.freeReportForm .gform_wrapper .top_label .gfield_error {
  width: 100%;
}

.freeReportForm .gform_wrapper li.gfield.gfield_error.gfield_contains_required div.gfield_description {
  padding: 0 !important;
}

.freeReportForm .gform_wrapper .gform_footer {
  padding: 0;
  margin: 20px 0 0;
}

.freeReportForm .gforms_confirmation_message {
  border: 3px solid #6bc600;
  color: #fff;
  margin: 0 0 20px;
  padding: 14px;
}

.footer {
  text-align: center;
  border-top: 4px solid #212e40;
  padding: 10px 0 30px;
}

.footerWrapper {
  max-width: 300px;
  margin: 0 auto;
}

.footerAddress {
  margin: 15px 0 0;
  font-size: 13px;
  line-height: 20px;
}

body.seoReportThankYouBody {
  background: #EDF1F3;
}

.seoReportThankYouWrapper {
  max-width: 800px;
  width: 100%;
  margin: 0 auto;
}

.thankYouHeader {
  background: #0270ae;
}

.thankYouHeaderContent {
  max-width: 800px;
  width: 100%;
  margin: 0 auto;
  padding: 20px;
  box-sizing: border-box;
}

.thankYouContent {
  background: #fff;
  padding: 30px 20px;
  margin: 40px 0;
  min-height: 400px;
  font-size: 17px;
  font-family: 'Nunito Sans', sans-serif;
}

.thankYouContent h2 {
  color: #0270ae;
  font-family: 'Nunito Sans', sans-serif;
  font-size: 30px;
  font-weight: 700;
  line-height: 42px;
  margin: 0 0 15px;
  padding: 0;
  text-transform: none;
}

.thankYouImage {
  max-width: 250px;
  width: 100%;
  float: left;
}

.thankYouContentRight {
  max-width: 480px;
  width: 100%;
  float: right;
}

/*----- END OF SEO PAGE -----*/

.blue {
  color: #3597cc;
}

.sidebar-container .gform_widget {
  padding: 15px;
  background-color: #F6F7F8;
  border-radius: 5px;
}

.sidebar-container .gform_wrapper {
  margin: 0;
  max-width: 100%;
}

.sidebar-container .gform_wrapper h3.gform_title {
  color: #333;
  font-family: "bebas_neueregular";
  font-size: 30px !important;
  line-height: 20px;
  margin: 0 0 10px;
  font-weight: normal !important;
}

.sidebar-container .gform_body {
  margin-top: 20px;
}

.sidebar-container .gform_widget li {
  margin-bottom: 15px;
}

.sidebar-container .gform_wrapper .top_label .gfield_label {
  margin: 0;
}

.sidebar-container .gform_widget .ginput_container_name span label {
  display: none;
}

.sidebar-container .gform_wrapper .gform_footer {
  padding: 8px 0 0;
}

.sidebar-container .gform_wrapper div.validation_error {
  border-bottom: none;
  border-top: none;
  clear: both;
  font-size: 13px;
  margin-bottom: 0;
  padding: 0;
  width: 100%;
}

/* INTERNS PAGE */

body.interns .site {
  padding-top: 0;
}

.internsPageWrap {
  border-right: 0;
  padding-top: 30px;
}

.internsPage {
  max-width: 698px;
  width: 100%;
  margin: 0 auto;
}

.internsPage h2 {
  color: #3597cc;
  font-size: 38px;
  margin-bottom: 5px;
}

.internsPage .gform_wrapper {
  background-color: #fdfae0;
  border: 1px dotted #c7c6c6;
  padding: 15px 20px;
}

.internsPage .gform_wrapper .top_label .gfield_label {
  margin-bottom: 0;
  font-weight: bold;
}

.internsPage .gform_body li.internName input {
  width: 47.5%;
}

.internsPage .gform_body li input {
  padding: 5px;
}

.internsPage .gform_body li.internName span label {
  display: none;
}

.internsPage .gform_wrapper input[type='file'] {
  border: none;
  padding-left: 0;
  padding-right: 0;
  padding-bottom: 0;
}

.internsPage .gform_wrapper div.validation_error {
  border-bottom: none;
  border-top: none;
  clear: both;
  color: #ff0000;
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 10px;
  padding: 0;
  width: 97.5%;
}

.internsPage .gform_wrapper ul li.gfield {
  margin-bottom: 15px;
}

.internsPage .gform_wrapper .gfield_error .gfield_label {
  color: inherit;
}

.internsPage .gform_wrapper .ginput_complex span.name_first,
.internsPage .gform_wrapper .ginput_complex span.name_last,
.internsPage .gform_wrapper .ginput_complex span.name_middle {
  min-height: inherit;
}

.internsPage .gform_wrapper li.gfield.gfield_error,
.internsPage .gform_wrapper li.gfield.gfield_error.gfield_contains_required.gfield_creditcard_warning {
  background: none;
  border: 0;
  margin: 0 !important;
}

.internsPage .gform_wrapper li.gfield.gfield_error.gfield_contains_required div.ginput_container,
.gform_wrapper li.gfield.gfield_error.gfield_contains_required label.gfield_label {
  margin-top: 5px !important;
  margin-left: 0 !important;
}

.internsPage .gform_wrapper li.gfield_error input[type="email"],
.internsPage .gform_wrapper li.gfield_error input[type="number"],
.internsPage .gform_wrapper li.gfield_error input[type="password"],
.internsPage .gform_wrapper li.gfield_error input[type="tel"],
.internsPage .gform_wrapper li.gfield_error input[type="text"],
.internsPage .gform_wrapper li.gfield_error input[type="url"],
.internsPage .gform_wrapper li.gfield_error textarea {
  border: 2px solid #e2e2e2;
}

.internsPage .gform_wrapper li.gfield.gfield_error.gfield_contains_required div.gfield_description {
  color: #ff0000;
  margin-left: 0;
  padding: 0 !important;
}

.internsPage a.knowMore {
  background-color: #3597cc;
  border-radius: 3px;
  color: #fff;
  display: inline-block;
  margin: 5px 0 0;
  padding: 1px 7px;
}

.internsPage .gform_confirmation_message {
  background-color: #fdfae0;
  color: #219c00;
  font-size: 16px;
  font-weight: 600;
  padding: 10px;
}

/* END OF INTERNS PAGE */


/* BONDS PAGE */

body.bonds .site {
  padding: 0;
  color: #000000;
}

.bondsPageWrap {
  border-right: 0;
  padding-top: 0;
  padding-bottom: 0;
}

.bondsPage {
  max-width: 700px;
  width: 100%;
  margin: 0 auto;
}

.bondsTop {
  padding: 15px;
}

.bondsLogo {
  width: 40%;
  float: left;
}

.appButtons {
  width: 58%;
  float: right;
  text-align: right;
}

.appButtons a {
  float: right;
  margin-left: 10px;
}

.appButtons a img {
  margin: 6px 0 0;
}

.bondsPage .banner {
  position: relative;
}

.bondsPage .banner h1 {
  position: absolute;
  bottom: 20px;
  color: #ffffff;
  font-family: 'Nunito Sans', sans-serif;
  font-size: 29px;
  width: 96%;
  padding: 0 2%;
  text-align: center;
  font-weight: 600;
  margin: 0;
}

.bondsPage h2 {
  font-family: 'Nunito Sans', sans-serif;
  color: #39529b;
  font-size: 24px;
  font-weight: 600;
  padding-bottom: 5px;
  margin-top: 10px;
  margin-bottom: 20px;
}

.bondsPage .blue {
  color: #3aaeda;
}

.presentingBonds {
  padding: 0 20px;
}

.presentingBonds h2 {
  border-bottom: 1px solid #3aaeda;
}

.bondsPage a.blueButton {
  background: #244386; /* Old browsers */
  background: -moz-linear-gradient(top,  #244386 0%, #2c539e 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(top,  #244386 0%,#2c539e 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom,  #244386 0%,#2c539e 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#244386', endColorstr='#2c539e',GradientType=0 ); /* IE6-9 */
  display: inline-block;
  max-width: 300px;
  width: 100%;
  color: #fff;
  text-align: center;
  font-size: 18px;
  padding: 10px 0;
  border: 1px solid #00236f;
  border-radius: 5px;
}

.bondsPage a.blueButton:hover {
  background: #2c539e; /* Old browsers */
  background: -moz-linear-gradient(top, #2c539e 0%, #244386 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(top, #2c539e 0%,#244386 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, #2c539e 0%,#244386 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2c539e', endColorstr='#244386',GradientType=0 ); /* IE6-9 */
}

.bondsForNursery {
  padding: 20px;
  background-color: #f9f9f9;
}

.bondsForNursery h2,
.bondsForParents h2,
.bondsFeatures h2,
.scheduleDemo h2 {
  text-align: center;
  margin-top: 5px;
}

.bondsForNursery h2:after,
.bondsForParents h2:after,
.bondsFeatures h2:after,
.scheduleDemo h2:after {
  width: 310px;
  height: 1px;
  display: block;
  margin: 5px auto 0;
  position: relative;
  border-bottom: 1px solid #3aaeda;
  content: '';
}

.appFeature {
  height: 135px;
  width: 50%;
  float: left;
  padding: 10px 40px;
  box-sizing: border-box;
  text-align: center;
  position: relative;
}

.appFeature.left {
  border-right: 1px solid #e4e4e4;
}

.appFeature1:after {
  width: 237px;
  height: 1px;
  display: block;
  position: absolute;
  right: 0;
  bottom: 0;
  border-bottom: 1px solid #e4e4e4;
  content: '';
}

.appFeature2:after {
  width: 237px;
  height: 1px;
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
  border-bottom: 1px solid #e4e4e4;
  content: '';
}

.appFeature h4 {
  color: #000;
  font-size: 14px;
  font-weight: 700;
  font-family: 'Nunito Sans', sans-serif;
  margin: 10px 0 0;
}

.appFeature p {
  margin: 0;
}

.bondsForParents {
  padding: 20px;
}

p.partners,
p.busy,
p.aware,
p.socialMedia {
  padding-top: 8px;
  padding-left: 60px;
  min-height: 45px;
  font-weight: 700;
  margin-bottom: 10px;
}

p.partners {
  background: url('images/partner.png') no-repeat left top;
  margin-top: 30px;
}

p.busy {
  background: url('images/time.png') no-repeat left top;
}

p.aware {
  background: url('images/aware.png') no-repeat left top;
}

p.socialMedia {
  background: url('images/social-media.png') no-repeat left top;
  margin-bottom: 30px;
}

.bondsForParents h4 {
  font-family: 'Nunito Sans', sans-serif;
  font-size: 20px;
  color: #000;
}

.bondsFeatures {
  padding: 20px 20px 20px 0;
  background-color: #f9f9f9;
}

.bondsFeatures ul {
  float: right;
  margin: 10px 0 0 15px;
  width: 320px;
}

.bondsFeatures ul li {
  background: url("images/tick-bullet.png") no-repeat scroll left 4px;
  font-weight: 600;
  margin: 0;
  padding: 0 0 10px 24px;
}

.scheduleDemo {
  padding: 20px 20px 1px;
  background-color: #39529b;
  color: #fff;
}

.scheduleDemo h2 {
  color: #fff;
}

.scheduleDemoContent {
  max-width: 400px;
  width: 100%;
  margin: 0 auto;
}

.scheduleDemo .gform_wrapper .top_label .gfield_label {
  display: none;
}

.scheduleDemo .gform_body li.name span label {
  display: none !important;
}

.scheduleDemo .gform_wrapper input[type="email"],
.scheduleDemo .gform_wrapper input[type="number"],
.scheduleDemo .gform_wrapper input[type="tel"],
.scheduleDemo .gform_wrapper input[type="text"],
.scheduleDemo .gform_wrapper input[type="url"],
.scheduleDemo .gform_wrapper textarea {
  border: 1px solid #3aaeda;
  padding: 8px;
}

.scheduleDemo .gform_wrapper .gform_footer input[type="submit"] {
  background: #ee951a url('images/orange-btn-bg.png') repeat-x left top;
  border: 1px solid #d27d00;
  border-radius: 5px;
  color: #000;
  font-family: 'Nunito Sans', sans-serif;
  font-size: 24px !important;
  max-width: 250px;
  padding: 7px !important;
  text-align: center;
  width: 100%;
}

.scheduleDemo .gform_confirmation_message {
  font-weight: 700;
  margin-bottom: 30px;
  color: #fff000;
  font-size: 16px;
}

p.or {
  font-size: 16px;
  font-weight: 700;
  margin: 0 0 15px;
}

.call p {
  font-size: 18px;
}

.call h5 {
  font-size: 24px;
  font-weight: 600;
  margin: 0;
  font-family: 'Nunito Sans', sans-serif;
}

.call a {
  color: #fff;
}

.scheduleDemo .gform_wrapper div.validation_error {
  border-top: 0;
  border-bottom: 0;
  color: #ff3434;
  padding: 0;
  width: 97.5%;
}

.scheduleDemo .gform_wrapper li.gfield.gfield_error {
  background-color: transparent;
  color: #ff3434;
  border: 0;
}

.scheduleDemo .gform_wrapper .validation_message {
  color: #ff3434;
  font-size: 13px;
  font-weight: 700;
}

.scheduleDemo .gform_wrapper .gfield_description.validation_message,
.scheduleDemo .gform_wrapper .top_label .gfield_description.validation_message {
  padding: 0 !important;
}

.scheduleDemo .gform_wrapper li.gfield_error input[type="email"],
.scheduleDemo .gform_wrapper li.gfield_error input[type="number"],
.scheduleDemo .gform_wrapper li.gfield_error input[type="tel"],
.scheduleDemo .gform_wrapper li.gfield_error input[type="text"],
.scheduleDemo .gform_wrapper li.gfield_error input[type="url"],
.scheduleDemo .gform_wrapper li.gfield_error textarea {
  border: 1px solid #ff3434;
}

.scheduleDemo .gform_wrapper li.gfield.gfield_error.gfield_contains_required div.gfield_description,
.scheduleDemo .gform_wrapper li.gfield.gfield_error.gfield_contains_required div.ginput_container,
.scheduleDemo .gform_wrapper li.gfield.gfield_error.gfield_contains_required fieldset legend.gfield_label,
.scheduleDemo .gform_wrapper li.gfield.gfield_error.gfield_contains_required label.gfield_label {
  margin-left: 0 !important;
}

.bondsBottom {
  background-color: #a9a9a9;
  text-align: center;
  padding: 8px 20px;
}

.bondsBottom p {
  margin-bottom: 0;
  font-size: 14px;
  line-height: 20px;
}

.bondsBottom a {
  color: #000;
}

.bondsBottom a:hover {
  text-decoration: underline;
}

.bondsPage footer.entry-meta {
  margin: 0;
}

/* END OF BONDS PAGE */

.efbl-loader{display:none;}



/* START: Academy Page */

body.academy .container a:hover {
  transition: all .3s ease-out 0s;
  -moz-transition: all .3s ease-out 0s;
  -webkit-transition: all .3s ease-out 0s;
}

body.academy {
  overflow-x: hidden;
}

body.academy p:empty {
  display: none;
}

body.academy .container {
  max-width: 990px;
  width: 100%;
  margin: 0 auto;
  padding: 0 15px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}

body.academy .site-header {
  background-image: none;
  background-color: rgba(255, 255, 255, 0.85);
  -webkit-box-shadow: 0 5px 29px rgba(0, 0, 0,.81);
  -moz-box-shadow: 0 5px 29px rgba(0, 0, 0,.81);
  box-shadow: 0 5px 29px rgba(0, 0, 0, .81);
  padding: 20px 0 20px;
  z-index: 99999;
}

body.academy .site-header.fixed-header {
  padding: 10px 0 10px;  
}

body.academy .bannerSectionRight .gform_wrapper .gform_validation_errors,
body.academy-courses .bannerFormInner .gform_wrapper .gform_validation_errors {
display:none;   
}

body.academy-courses .site-main {
padding-top: 40px;    
}


body.academy .headerContainer {
  padding: 0 15px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}

body.academy .site-header .home-link {
  max-width: 400px;
  margin: 4px 0 0;
}

body.academy .callSection {
  position:relative;
  padding-left: 45px;
  padding: 0px 0 8px 50px;
  background: url('images/call-icon.png') no-repeat left 14px;
  margin: 0px 0 0;
  max-width: 305px;
  width: 100%;
  float: right;
  background-size: 40px auto;
  margin-top: -5px;
  line-height: 22px;
}

body.academy .callSection span.topCallText {
  color:#00b677;
  font-size:14px;
  font-family: 'Nunito Sans', sans-serif;
  font-weight: 700;
  display: block;
  text-transform:uppercase;
  margin-right:-5px;
  margin-bottom: 0px;
}

body.academy .callSection a.phoneNumber,
body.academy .callSection a.academyEmail {
  font-size:14px;
  color:#005eb9;
  display: inline-block;
  font-weight: 600;
  position: relative;
}

body.academy .callSection a.phoneNumber.phoneCall {
    padding-left: 5px;
    padding-right: 0;
}

body.academy .callSection a.phoneNumber.phoneCall:after {
    content: "";
    display:none;
}

body.academy .callSection a.phoneNumber {
  padding-right: 12px;
}

body.academy .callSection a.academyEmail {
  padding-left: 0px;
  line-height: 16px;
  display:block;
  margin-top: 1px;
}

body.academy .callSection a.phoneNumber:after {
  content: "";
  display: block;
  position: absolute;
  top: 4px;
  right: 0;
  height: 13px;
  width: 2px;
  background-color: #005eb9;

}


body.academy .callSection a.phoneNumber:hover,
body.academy .callSection a.academyEmail:hover {
  color: #000;
  transition: all .3s ease-out 0s;
  -moz-transition: all .3s ease-out 0s;
  -webkit-transition: all .3s ease-out 0s;
}

body.academy .banner {
  background: url('images/program-at-the-academy.jpg') no-repeat center top;
  /*height: 735px;*/
  position: relative;
  z-index: 1;
  overflow: hidden;
  height: inherit;
}

body.academy .banner.childPage {
  overflow: visible;
} 

body.academy .banner:before {
  content: "";
  display: block;
  background-color: rgba(0,0,0,0.20);
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -2;
}

body.academy .banner {
  position: relative;
}

body.academy .banner .bannerSectionLeft {
  width: 507px;
  padding-top: 222px;
  float: left;
}

body.academy .banner .bannerTitle {
  margin: 0;
  text-align: right;
  color: #fff;
  font-family:'bebas_neueregular';
  font-size: 80px; 
  font-style: italic;
}

body.academy .banner .bannerTitle .mainTitle {
  position: relative;
  color: #FFF;
  float: right;
  letter-spacing: 2px;
  margin-bottom: 25px;
  text-shadow: 0 5px 5px rgba(0,0,0,.75);
  -moz-text-shadow: 0 5px 5px rgba(0,0,0,.75);
  -webkit-text-shadow: 0 5px 5px rgba(0,0,0,.75);

}

body.academy .banner .bannerTitle .mainTitle:after {
  content: " ";
  position: absolute;
  display: block;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  background-color: rgba(0,0,0,0.70);
  -ms-transform: skew(-10deg);
  -webkit-transform: skew(-10deg);
  transform: skew(-10deg);
  -moz-transform: skew(-10deg);
  -webkit-transform: skew(-10deg);
}

body.academy .banner .bannerTitle .mainTitle.learnTitle:after {
  width: 227px;
  left: 43px;
}

body.academy .banner .bannerTitle .mainTitle.createTitle:after {
  width: 290px;
  left: 28px;
}

body.academy .banner .bannerTitle .mainTitle.growTitle:after {
  width: 324px;
  left: 12px;
}

body.academy .banner .bannerTitle .mainTitle.learnTitle {
  width: 227px;
  font-size: 80px;
  line-height: 80px;
  text-align:center;
}

body.academy .banner .bannerTitle .mainTitle.createTitle {
  width: 290px;
  font-size: 90px;
  line-height: 90px;
  text-align: center;
}

body.academy .banner .bannerTitle .mainTitle.growTitle {
  width: 324px;
  font-size: 110px;
  line-height: 86px;
  text-align:left;
}

body.academy .banner .bannerTitle .mainTitle.learnTitle span {
 padding-left: 80px;
}

body.academy .banner .bannerTitle .mainTitle.createTitle span {
  padding-left: 50px;
}

body.academy .banner .bannerTitle .mainTitle.growTitle span {
  padding-left: 40px;
}

body.academy .banner:after {
  background-color: rgba(15,87,152, 0.90);
  content: "";
  display: block;
  width: 50%;
  right: 0px;
  /*height: 86%;*/
  height: 650px;
  position: absolute;
  top: 103px;
  z-index: -1;
  transform-origin: bottom left;
  -ms-transform: skew(-8deg, 0deg);
  -webkit-transform: skew(-8deg, 0deg);
  transform: skew(-8deg, 0deg);
  -moz-transform: skew(-8deg, 0deg);
  -webkit-transform: skew(-8deg, 0deg);
} 

body.academy .banner .bannerSectionRight {
  width: 330px;
  float: right;
}

body.academy .banner .bannerForm {
  padding-top: 38%;
  padding-bottom: 0;
  max-width: 330px;
  margin: 0 auto;
  width: 100%;
}

body.academy .banner .bannerForm  h3 {
  color: #fff;
  font-size: 48px;
  margin-bottom: 0px;
  font-family: 'bebas_neueregular'
}

body.academy .banner .bannerForm p {
  color: #fff;
  font-size: 15px;
   font-weight: 600;
   line-height: 20px;
}

body.academy input::-moz-placeholder {
    color: #888;
    opacity: 1;
    font-size: 15px;
}

body.academy input::-webkit-input-placeholder {
    color: #888;
    opacity: 1;
    font-size: 15px;
}

body.academy input:-ms-input-placeholder {
    color: #888;
    opacity: 1;
    font-size: 15px;
}

body.academy input::placeholder {
    color: #888;
    opacity: 1;
    font-size: 15px;
}

body.academy .academyEnquiryForm input {
  border: none;
  padding: 6px 10px !important;
  margin-top: 0 !important;
  max-width: 100%;
  line-height: inherit !important;
  border-radius: 0px !important;
  -moz-border-radius: 0px !important;
  -webkit-border-radius: 0px !important;
  color: #141412;
}

body.academy .academyEnquiryForm input[type="submit"] {
  max-width: 200px;
  font-family: 'Nunito Sans', sans-serif;
  width: 100% !important;
  font-size: 20px !important;
  font-weight: 600;
  margin-bottom: 0;
  color: #fff;
}

body.academy .academyEnquiryForm input[type="submit"]:hover {
  background-color: #000;
  color: #fff;
  transition: all .3s ease-out 0s;
  -moz-transition: all .3s ease-out 0s;
  -webkit-transition: all .3s ease-out 0s;
}

body.academy .academyEnquiryForm select {
  padding: 7px 5px !important;
  border: 1px solid transparent;
  -webkit-appearance: none;
  background: #fff url('images/arrow-down.png') no-repeat 95% center;
  color: #888;
  font-size: 15px;
  max-width: 100%;
  cursor: pointer;
}

body.academy .academyEnquiryForm select.DropDownList {
  color: #141412;
}

body.academy .academyEnquiryForm select option {
  color: #141412;
}

body.academy .gform_wrapper .academyEnquiryForm li.gfield {
  padding-right:0;
  margin-bottom: 20px;
  max-width: 100%;
}

body.academy .academyEnquiryForm div.validation_error {
  color: #fff;
  font-size: 13px;
  font-weight: 600;
  margin-bottom: 0;
  padding: 0;
  border: none;
  display: none;
}

body.academy .gform_wrapper.gform_validation_error .academyEnquiryForm .gform_body ul li.gfield.gfield_error:not(.gf_left_half):not(.gf_right_half) {
  max-width: inherit !important;
  width: 100%;
  border: none;
  background: transparent;
  padding: 0;
}

body.academy .gform_wrapper .academyEnquiryForm li.gfield.gfield_error.gfield_contains_required div.gfield_description {
  padding-right: 0;
  padding-top: 0px;
  color: #fff;
  font-weight: 600;
}

body.academy .gform_wrapper .academyEnquiryForm li.gfield.phone-number .gfield_description.validation_message {
  display: none;
}

body.academy .gform_wrapper .academyEnquiryForm li.gfield.phone-number .instruction.validation_message {
  color: #fff;
  font-weight: 600;
}

body.academy .gform_wrapper .academyEnquiryForm li.gfield.gfield_error {
  padding: 0 !important;
  margin-top: 16px;
  max-width: 100%;
}

body.academy .gform_wrapper .academyEnquiryForm li.gfield.gfield_error input {
  border-color: #ff0040 !important;
  max-width: 100%;
}

body.academy .bannerForm .gform_confirmation_wrapper .gform_confirmation_message {
  color: #fff;
  font-weight: 600;
  line-height: 20px;
}

body.academy .bannerForm .gform_confirmation_wrapper .gform_confirmation_message br {
  display: none;
}

body.academy .gform_wrapper .academyEnquiryForm .gform_footer {
  padding-top: 0;
}

body.academy .gform_wrapper .academyEnquiryForm li.gfield.gfield_error.gfield_contains_required div.ginput_container {
  margin-top: 0;
}

body.academy .trainingSection {
  margin: 65px 0 30px 0;
}

body.academy .trainingSection {
  margin-top: 35px;
}

body.academy .course-detail .trainingContent h3 {
  margin-top: 0;
}

body.academy .trainingSection .trainingContent {
  float: left;
}

body.academy .trainingSection .trainingContent h1.page-title {
  font-family: 'bebas_neueregular';
  font-size: 48px;
  color: #424242;
  text-transform: uppercase;
  padding: 0;
  margin-top: 15px;
  margin-bottom: 15px;
  font-style: normal;
}

body.academy .trainingSection .trainingContent h1 span {
  color: #005eb9;
}

body.academy .trainingContent h4 {
  font-family: 'Nunito Sans', sans-serif;
  font-weight: 5600;
  font-size: 22px;
  color: #666666;
  margin: 10px 0 15px 0;
}

body.academy .trainingContent p {
  font-size: 16px;
  line-height: 30px;
  color: #4a4a4a;
}

body.academy .trainingSection .trainingImage {
  float: right;
  max-width: 340px;
  width: 100%;
}

body.academy .entry-content h3 {
  font-family: 'bebas_neueregular';
  font-size: 32px;
  color: #666666;
  text-transform: uppercase;
  margin-top: 0;
  line-height: 40px;
}

body.academy .programDesc .progHighlights {
  width: 45%;
  float: left;
  border-right: 1px solid #ddd;
  padding-right: 40px;
}

body.academy .programDesc h4 {
  margin-top: 20px;
  margin-bottom: 15px;
}

body.academy .programDesc .progDuration {
  width: 45%;
  float: left;
  margin-left: 40px;
}


body.academy .programDesc ul,
body.academy .trainingSection .trainingContent ul {
  list-style-type: none;
  padding-left: 0;
}

body.academy .programDesc ul li,
body.academy .trainingSection .trainingContent ul li {
  font-size: 16px;
  color: #4a4a4a;
  padding: 3px 0 3px 40px;
  background: none;
  position: relative;
  margin: 6px 0 0;
  line-height: 30px;
}

body.academy .programDesc ul li:before,
body.academy .trainingSection .trainingContent ul li:before {
  position: absolute;
  content: "";
  background: url("images/list-icon.png");
  left: 0;
  width: 24px;
  height: 23px;
  top: 7px
}

body.academy .courseSection {
  background: url(images/courses-offered-banner.png) no-repeat;
  background-attachment: fixed;
  background-position: center center;
  background-size: cover;
  /*border-top: 1px solid #e5e5e5;*/
  border-bottom: 1px solid #e5e5e5;
}

body.academy .courseSection .academyCourses h2 {
  margin-top: 0;
}

body.academy .courseSection .academyCourses {
  padding: 65px 0 25px;
}

body.academy h2 {
  font-family: 'bebas_neueregular';
  font-size: 48px;
  color: #424242;
  text-transform: uppercase;
  text-align: center;
}

body.academy h2 span {
  color: #005eb9;
}

body.academy .academyCourses .image-box {
  width: 150px;
  float: left;
  margin-right: 25px;
}

body.academy .academyCourses .content {
  float: left;
  width: 760px;
}

body.academy .academyCourses .content h4 {
  font-family: 'Nunito Sans', sans-serif;
  font-size: 24px;
  color: #000;
  margin: 0 0 10px 0;
  line-height: 24px;
}

body.academy .academyCourses .content p {
  font-size: 16px;
  color: #4a4a4a;
  margin-bottom: 15px;
}

body.academy .academyCourses a.readMoreBtn {
  background-color: #fd4615;
  color: #fff;
  font-size: 12px;
  text-transform: uppercase;
  padding: 6px 9px;
}

body.academy .academyCourses a.readMoreBtn:hover {
  background-color: #000;
}

body.academy .academyCourses .academyCourseBlock {
  position: relative;
}

body.academy .academyCourses .academyCourseBlock:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  height: 155px;
  width: 6px;
  background-color: #00b677;
  left: -6px;
}

body.academy .academyCourses .academyCourseBlock img {
  margin-top: 0;
}

body.academy .academyCourses .academyCourseBlock {
  margin: 40px 0 60px 0;
  padding-left: 25px;
}

body.academy .academyCourses .academyCourseBlock:nth-of-type(2) {
  margin-bottom: 50px;
}

body.academy .academyCourses .content h4 a {
  color: #000;
}

body.academy .academyCourses .content h4 span {
  font-weight: 700;
}

body.academy .academyCourses .content h4 a:hover {
  color: #005eb9;
  transition: all .3s ease-out 0s;
  -moz-transition: all .3s ease-out 0s;
  -webkit-transition: all .3s ease-out 0s;
}

body.academy .academy-testimonials {
  padding: 20px 0 30px;
} 

body.academy .academy-testimonials h2 {
  text-align: center;
  font-size: 48px;
  color: #005eb9;
  position: relative;
  margin-bottom: 30px;
}

body.academy .academy-testimonials .owl-carousel {
  padding: 20px 0px 20px 30px;
  margin: 0 auto;
  max-width: 750px;
  width: 100%;
}

body.academy .academy-testimonials .owl-carousel .owl-stage-outer {
  padding: 10px;
}

body.academy .academy-testimonials .owl-carousel .owl-item .testimonial-image img {
  width: 120px;
  height: 120px;
  margin: 0px auto 0;
  border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border: solid 5px #e5e5e5;
}

body.academy .academy-testimonials .owl-carousel .owl-item .testimonial-image {
  float: left;
}

body.academy .academy-testimonials .owl-carousel .owl-item span.sutdent-name {
  font-size: 22px;
  font-weight: 600;
  color: #555;
}

body.academy .academy-testimonials .owl-carousel .owl-item .testmonial-content {
  width: 470px;
  float: left;
  margin-left: 130px;
  padding-right: 10px;
}

body.academy .academy-testimonials .testmonial-content {
  position: relative;
}

body.academy .academy-testimonials .testmonial-content:before {
  position: absolute;
  content: "";
  display: block;
  top: 0;
  left: -90px;
  background: url('images/testimonial-icon.png') no-repeat left top;
  width: 61px;
  height: 57px;
  opacity: 0.50;
}

body.academy .academy-testimonials .owl-carousel .owl-item .testmonial-content p.student-review {
  margin-bottom: 5px;
}

body.academy .academy-testimonials .owl-carousel .owl-item .testmonial-content p.testimonial-text {
  font-size: 15px;
  line-height: 26px;
}

body.academy .academy-testimonials .owl-nav {
  position: absolute;
  top: 35%;
  max-width: 990px;
  width: 100%;
}

body.academy .academy-testimonials .owl-nav .owl-prev,
body.academy .academy-testimonials .owl-nav .owl-next,
body.academy .academy-testimonials .owl-nav .owl-prev.disable,
body.academy .academy-testimonials .owl-nav .owl-next.disable {
  font-size: 0;
  position: absolute;
  top: 0;
  background-size: 18px 34px;
  width: 18px;
  height: 31px;
}

body.academy .academy-testimonials .owl-nav .owl-prev,
body.academy .academy-testimonials .owl-nav .owl-prev:hover {
  background: url('images/previous-arrow-active.png') no-repeat;
  left: -70px;
}

body.academy .academy-testimonials .owl-nav .owl-prev.disable,
body.academy .academy-testimonials .owl-nav .owl-prev.disable:hover {
  background: url('images/arrow-previous-disable.png') no-repeat;
}

body.academy .academy-testimonials .owl-nav .owl-next,
body.academy .academy-testimonials .owl-nav .owl-next:hover {
  background: url('images/arrow-next-active.png') no-repeat;
  right: -20px;
}

body.academy .academy-testimonials .owl-nav .owl-next.disable,
body.academy .academy-testimonials .owl-nav .owl-next.disable:hover {
  background: url('images/next-arrow-disable.png') no-repeat;
}

body.academy .academy-testimonials .owl-theme .owl-dots .owl-dot span {
  width: 12px;
  height: 12px;
}

body.academy .academy-testimonials .owl-theme .owl-dots .owl-dot.active span,
body.academy .academy-testimonials .owl-theme .owl-dots .owl-dot:hover span {
  background-color: #777;
}

body.academy .academyThankYouMsg {
  border: 1px solid #00ff03;
  padding: 20px 10px 20px;
  text-align: center;
  color: #00ff03;
  font-size: 18px;
  font-weight: 400;
  line-height: 22px;
  margin-top: 15%;
}

body.academy .academyThankYouMsg span {
  display: block;
  font-size: 15px;
  font-weight: 400;
  margin-top: 8px;
  line-height: 20px;
}

body.academy img.gform_ajax_spinner {
  display: none !important;
}

/* START: Academy Detail Page: Web Technology */

body.academy.academy-courses .banner {
  height: 500px;
  background-position: center top; 
  background-attachment: fixed;
}

body.academy.academy-courses .course-detail .trainingSection {
  margin-top: 0;
  margin-bottom: 50px;
}

body.academy.academy-courses .course-detail .trainingSection .progHighlights ul {
  margin-bottom: 0px;
  margin-top: 12px;
}

body.academy.academy-courses .course-detail .trainingSection .progDuration ul {
  margin-top: 12px;
}

body.academy.academy-courses .course-detail .academyCourses {
  padding: 65px 0 60px;
}

body.academy.academy-courses .banner .container {
  position: relative;
}

body.academy.academy-courses .banner:after {
  content: "";
  display: none;
}

body.academy.academy-courses .gform_wrapper {
  margin: 0;
}

body.academy.academy-courses .banner .bannerForm {
  max-width: 375px;
  float: right;
  position: absolute;
  right: 15px;
  padding-top: 140px;
}

body.academy.academy-courses .banner .bannerForm .bannerFormInner h3 {
  margin-bottom: 0;
  margin-top: 0;
}

body.academy.academy-courses .banner .bannerForm .bannerFormInner p {
  font-size: 14px;
  font-weight: 400;
}

body.academy.academy-courses .banner .bannerForm .bannerFormInner p span {
  font-weight: 700;
}

body.academy.academy-courses .banner .bannerForm .bannerFormInner {
  background-color: rgba(15,87,152, 0.85);
  padding: 20px 35px;
  min-height: 400px;
}

body.academy.academy-courses .banner .bannerForm .bannerFormInner br {
  display: none;
}

body.academy .course-detail .trainingContent {
  width: 100%;
}

body.academy.academy-courses h1.page-title {
  position: relative;
  margin: 40px 0px 30px;
  padding: 0 0 0 20px;
  font-size: 60px;
  line-height: 60px;
  text-align: left;
  font-style: normal;
  color:#005eb9;
  font-family: 'bebas_neueregular';
}

body.academy.academy-courses h1.page-title span {
  color: #424242;
}

body.academy.academy-courses h1.page-title:before {
  position: absolute;
  content: '';
  height: 50px;
  width: 6px;
  background-color: #00b677;
  top: 6px;
  left: 0;
}

body.academy .course-detail .programDesc .progHighlights,
body.academy .course-detail .programDesc .progDuration {
  padding-right: 20px;
}

body.academy .course-detail .programDesc .progHighlights {
  width: 420px;
}

body.academy .course-detail .programDesc .progDuration {
  width: 455px;
}

body.academy .course-detail .career-op {
  background:#085c9b url(images/career.png) 15% bottom no-repeat;
  /*background:#064574 url(images/career.png) left bottom no-repeat;*/
  padding-top: 30px;
  position: relative;
  min-height: 378px;
}

body.academy .course-detail .career-op .container {
  padding-bottom: 20px;
  min-height: 378px;
}

body.academy .course-detail .career-op p {
  margin: 0;
}

body.academy .career-op .career-op-list {
  width: 315px;
  float: right;
  margin-top: 20px;
  margin-left: 40px;
}

body.academy .career-op h3 {
  font-size: 35px;
  color: #fff;
  margin: 12px 0 25px;
}

body.academy .career-op ul li {
  font-size: 22px;
  line-height: 30px;
  color: #fff;
  position: relative;
  list-style-type: none;
  background: url(images/career-op.png) no-repeat left center;
  margin-left: 0;
  padding-left: 35px;
}

body.academy .courseSection.otherCourse {
  background:transparent; 
}

body.academy .courseSection.otherCourse .academyCourses {
  padding-top: 50px;
}

body.academy .courseSection.otherCourse h2 {
  margin-top: 0;
  margin-bottom: 30px;
}

body.academy .courseSection.otherCourse .otherCourseOffer {
  width: 46%;
  float: left;
  margin-top: 25px;
  position: relative;
  padding-left: 22px;
}

body.academy .courseSection.otherCourse .otherCourseOffer:last-of-type {
  margin-left: 25px;
}

body.academy .courseSection.otherCourse .otherCourseOffer:before {
  position: absolute;
  content: "";
  width: 6px;
  height: 120px;
  background-color: #00b677;
  top: 0;
  left: -5px;
}

body.academy .courseSection.otherCourse .otherCourseOffer .image-box {
  width: 120px;
}

/*body.academy .courseSection.otherCourse .image-box img{
  width: 100px;
}
*/
body.academy .courseSection.otherCourse .academyCourses .content {
  width: 65%;
}

body.academy .courseSection.otherCourse h4 {
  font-size: 20px;
}

body.academy .courseSection.otherCourse h4 span {
  font-weight: 700;
}

body.academy .courseSection.otherCourse p {
  font-size: 14px;
  line-height: 22px;
}

body.academy .ctaSection {
  text-align: center;
  margin-top: 40px;
}

body.academy .ctaBtn {
  background: #FD4615;
  color: #fff;
  text-align: center;
  font-size: 20px;
  font-weight: 600;
  padding: 12px 45px;
  margin-top: 15px;
}

body.academy .ctaBtn:hover {
  background: #000;
}

/* END: Academy Detail Page: Web Technology */

/* END: Academy Page */


@media screen and (min-device-width:320px) and (max-device-width: 480px),
  screen and (min-width:100px) and (max-width: 480px){ 
  .pageScrollerNav {display: none;}
}

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



@media (max-width: 1599px) {
  .site {
    border: 0;
  }
}

@media (max-width: 1250px) {
  body.academy .course-detail .career-op {
    background-size: 60% auto;
  }
}

@media (max-width: 1069px) {
  .sidebar img.alignleft,
  .sidebar .wp-caption.alignleft {
    margin-left: 0;
  }

  .sidebar img.alignright,
  .sidebar .wp-caption.alignright {
    margin-right: 0;
  }

  .error404 .page-title {
    font-size: 24px;
    padding: 180px;
  }

  .error404 .page-title:before {
    font-size: 554px;
  }

  .attachment .image-navigation {
    max-width: 724px;
  }

  .image-navigation .nav-previous,
  .image-navigation .nav-next {
    position: static;
  }

  body.academy .gform_wrapper ul.gform_fields li.gfield.gfield_error + li.gfield.gfield_error {
    margin-top: 16px;
  }
}

@media (max-width: 999px) {

  body.academy.academy-courses .trainingSection {
    margin-top: 80px;
  }
 
  body.academy .banner .bannerForm {
    padding-top: 28%;
  }

  body.academy .banner .bannerSectionLeft {
    width: 43%;
  }

  body.academy .banner .bannerSectionRight {
    width: 50%;
  }

  body.academy .banner:after {
    width: 60%;
  }

  body.academy .banner .bannerTitle .mainTitle.learnTitle {
    font-size: 60px;
    line-height: 60px;
    width: 195px;
  }

  body.academy .banner .bannerTitle .mainTitle.learnTitle span {
    padding-left: 70px;
  }

  body.academy .banner .bannerTitle .mainTitle.learnTitle:after {
    width: 185px;
    left: 50px;
  }

  body.academy .banner .bannerTitle .mainTitle.createTitle {
    font-size: 70px;
    line-height: 70px;
    width: 220px;
  }

  body.academy .banner .bannerTitle .mainTitle.createTitle span {
    padding-left: 50px;
  }

  body.academy .banner .bannerTitle .mainTitle.createTitle:after {
    width: 210px;
    left: 38px;
  }

  body.academy .banner .bannerTitle .mainTitle.growTitle {
    font-size: 80px;
    line-height: 80px;
    width: 258px;
  }

  body.academy .banner .bannerTitle .mainTitle.growTitle span {
    padding-left: 40px;
  }

  body.academy .banner .bannerTitle .mainTitle.growTitle:after {
    width: 250px;
    left: 22px;
  }

  body.academy .trainingContent h4 {
    margin: 15px 0 15px 0;
  }

  body.academy .trainingContent p {
    line-height: 26px;
  }

  body.academy .programDesc .progHighlights {
    padding-right: 15px;
  }

  body.academy .programDesc .progDuration {
    padding-left: 20px;
    margin-left: -1px;
    border-left: 1px solid #ccc;
  }

/*  body.academy .academyCourses .image-box {
    width: 23%;
  }*/

  body.academy .academyCourses .content {
    width: 75%;
  }

  body.academy .courseSection {
    background-attachment: inherit;
  }

  body.academy .course-detail .programDesc .progHighlights {
    width: 43%;
  }

  body.academy .course-detail .programDesc .progDuration {
    width: 48%;
  }

  body.academy .academy-testimonials .owl-nav {
    display: block;
  }

  body.academy.academy-courses .banner .bannerForm {
    right: 15px;
  }

  body.academy.academy-courses h1.page-title {
    font-size: 48px;
    line-height: 40px;
  }

  body.academy.academy-courses h1.page-title::before { 
    top: 0;
    height: 45px;
  }

  body.academy .courseSection.otherCourse .academyCourses {
    padding-top: 30px;
  }

  body.academy .course-detail .trainingContent p:empty {
    display: none;
  }

  body.academy .course-detail .trainingContent h1:before {
    height: 40px;
    top: 2px;
  }

  body.academy .academy-testimonials .owl-nav .owl-next, 
  body.academy .academy-testimonials .owl-nav .owl-next:hover {
    right: 0;
  }

  body.academy .course-detail .trainingSection .trainingContent {
    width: 100%;
  }

  body.academy .courseSection.otherCourse .otherCourseOffer {
    width: 45%;
  }

  body.academy.academy-courses .courseSection.otherCourse .academyCourses .content {
    width: 56%;
  }

  body.academy .career-op .featured-img-sec {
    width: 50%;
  }

  .sidebar .entry-header,
  .sidebar .entry-content,
  .sidebar .entry-summary,
  .sidebar .entry-meta,
  .sidebar .comment-list,
  .sidebar .comment-reply-title,
  .sidebar .comment-navigation,
  .sidebar .comment-respond .comment-form,
  .sidebar .featured-gallery,
  .sidebar .post-navigation .nav-links,
  .author.sidebar .author-info {
    max-width: 604px;
    padding-left: 0;
    padding-right: 0;
  }

  .sidebar .site-info,
  .search.sidebar .page-content,
  .blog.sidebar .page-content,
  .attachment .entry-header,
  .sidebar .comments-title {
    max-width: 604px;
  }

  .sidebar .archive-meta,
  .attachment .entry-header,
  .search.sidebar .page-content,
  .blog.sidebar .page-content,
  .sidebar .site-info,
  .sidebar .comments-title,
  .sidebar .no-comments {
    padding-left: 0;
    padding-right: 0;
  }

  .attachment .entry-meta {
    float: left;
    text-align: left;
    width: 100%;
  }

  .attachment .entry-content {
    max-width: 100%;
    padding: 40px 0;
  }

  .format-status .entry-content {
    padding-top: 40px;
  }

  .format-status .entry-meta {
    padding-bottom: 40px;
  }

  .sidebar .format-status .entry-content,
  .sidebar .format-status .entry-meta {
    padding-left: 35px;
  }

  .sidebar .format-status .entry-content:before,
  .sidebar .format-status .entry-meta:before {
    left: 10px;
  }

  .sidebar .format-status .entry-content p:first-child:before {
    left: 4px;
  }

  .sidebar .paging-navigation .nav-links {
    padding: 0 60px;
  }

  .site-main .sidebar-container {
    height: auto;
    margin: 0 auto;
    max-width: 30%;
    position: relative;
    top: 0;
  }

  .site-main .widget-area {
    float: none;
    margin: 0;
    width: 100%;
  }

  .sidebar .site-footer .widget-area {
    max-width: 100%;
    left: 0;
  }

  .paging-navigation {
    margin-bottom: 30px;
  }
  
}

@media only screen and (max-width: 950px) {
  body.academy .banner .bannerTitle .mainTitle.learnTitle::after {
    left: 55px;
  }

  body.academy .banner .bannerTitle .mainTitle.createTitle::after {
    left: 40px;
  }

  body.academy .banner .bannerTitle .mainTitle.growTitle::after {
    left: 25px;
  }

  body.academy .academy-testimonials .owl-nav .owl-prev, 
  body.academy .academy-testimonials .owl-nav .owl-prev:hover {
    left: -40px;
  }

  body.academy .academy-testimonials .testmonial-content::before { 
    background-size: 50px auto;
  }

}

/* Collapse oversized image and pulled images after iPad breakpoint. */
@media (max-width: 767px) {
    
  body.academy-courses .site-main {
    padding-top: 80px;    
    }

  body.academy .course-detail .career-op {
    background-position: 0 bottom;
    background-size: 53% auto;
  }

  body.academy .academyThankYouMsg {
    margin-top: 5%;
  }

  body.academy .trainingSection {
    margin-top: 50px;
  }

  body.academy.academy-courses h1.page-title {
    margin-top: 80px;
  }

  body.academy .courseSection.otherCourse .otherCourseOffer:last-of-type {
    margin-left: 0;
  }

  body.academy .trainingSection .trainingContent img {
    float: none;
    display: block;
    margin-left: 0;
    margin-bottom: 25px;
  }

  body.academy .trainingSection br.clear {
    display: none;
  }

  body.academy .callSection {
    max-width: 335px;
  }

  body.academy.academy-courses .trainingSection {
    margin-top: 80px;
  }

  body.academy .site-header {
    height: inherit;
    padding: 10px 0;
  }

  body.academy .site-header br.clear {
    display: none;
  }

  body.academy .site-header .home-link {
    max-width: 230px;
  }

  body.academy .callSection a.phoneNumber, 
  body.academy .callSection a.academyEmail {
    font-size: 15px;
  }

  body.academy .site-header .home-link {
    margin-bottom: 10px;
  }

  body.academy .callSection span.topCallText {
    display: none;
  }

  body.academy .callSection {
    padding: 5px 0px 15px 40px;
    background-size: 30px auto;
    background-position: left 8px;
    margin-top: 0px;
  }

  body.academy .banner .bannerSectionLeft {
    width: 100%;
    float: none;
    padding-top: 140px;
  }

  body.academy .banner {
    background-size: cover;
  }

  body.academy .banner .bannerForm {
    padding-top: 0;
  }

  body.academy .banner .bannerSectionRight {
    width: 100%;
    float: none;
    padding-top: 0;
    padding-bottom: 10%;
  }

  body.academy .banner:after {
    width: 100%;
    background-color: transparent;
    transform: inherit;
  }

  body.academy .banner .bannerForm {
    background-color: rgba(15,87,152, 0.85);
    padding: 20px;
    max-width: 400px;
    width: 100%;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    margin-top: 15px;
  }

  body.academy .banner .bannerTitle {
    text-align: center;
  }

  body.academy .banner .bannerTitle .clear,
  body.academy .banner .bannerTitle p {
    display: none;
    margin: 0;
  }

  body.academy .gform_wrapper .academyEnquiryForm .gform_footer {
    padding-bottom: 0;
  }

  body.academy .banner .bannerTitle .mainTitle {
    float: none;
    display: inline-block;
    width: auto !important;
    font-size: 45px !important;
    line-height: 45px !important;
    margin-bottom: 0;
    padding: 5px 10px;
  }

  body.academy .banner .bannerTitle .mainTitle span {
    padding: 0 !important;
  }

  body.academy .banner .bannerTitle .mainTitle:after {
    left: 0 !important;
    width: 100% !important;
  }

  body.academy .banner .bannerForm h3 {
    margin-top: 0;
    font-size: 37px;
    margin-bottom: 10px;
    text-transform:uppercase;
  }

  body.academy .trainingSection .trainingContent {
    width: 100%;
    max-width: 750px;
    float: none;
  }

  body.academy .trainingSection .trainingImage {
    float: left;
    margin-bottom: 30px;
  }

  body.academy .programDesc .progHighlights,
  body.academy .programDesc .progDuration {
    width: 100%;
    float: none;
    margin-bottom: 20px;
  }

  body.academy .programDesc .progHighlights {
    border-right: none;
    border-bottom: 1px solid #ccc;
    padding-bottom: 15px;
    padding-right: 0;
  }

  body.academy .programDesc .progDuration {
    margin-left: 0;
    border-left: none;
    padding-left: 0;
  }

  body.academy .trainingSection {
    margin-bottom: 0;
  }

  body.academy .courseSection .academyCourses {
    padding: 60px 0 30px;
  }

  body.academy .academyCourses .content {
   width: 100%;
  }

  body.academy .academyCourses .image-box {
    margin-bottom: 20px;
  }

  body.academy .academyCourses .image-box img {
    display: block;
  }

  body.academy .academyCourses .image-box {
    float: none;
    margin-bottom: 20px;
    width: 100%;
  }

  body.academy.academy-courses .courseSection.otherCourse .content p {
    padding-right: 15px;
  }

  body.academy .course-detail .programDesc .progHighlights {
    float: none;
    width: 100%;
    padding-right: 0;
  }

  body.academy .academy-testimonials .owl-carousel {
    padding: 0;
  }

  body.academy .academy-testimonials .owl-carousel .owl-item .testimonial-image {
    float: none;
  }

  body.academy .academy-testimonials .owl-carousel .owl-item .testmonial-content {
    width: 100%;
    text-align: center;
    float: none;
    margin: 20px auto 0;
  }

  body.academy .academy-testimonials .testmonial-content::before { 
    top: -15px;
    left: 28%;
    display: none;
    content: "";
  }

  body.academy .academy-testimonials .owl-nav .owl-prev, 
  body.academy .academy-testimonials .owl-nav .owl-prev:hover {
    left: 0;
  }

  body.academy .academy-testimonials .owl-nav .owl-next, 
  body.academy .academy-testimonials .owl-nav .owl-next:hover {
    right: 0px;
  }

  body.academy .academy-testimonials .owl-nav {
    top: 30%;
  }

  body.academy.academy-courses .banner .bannerForm {
    background-color: transparent;
    padding-left: 0;
    padding-right: 0;
    left: 0;
    margin: 0 auto;
    right: 0;
    float: none;
  }

  body.academy.academy-courses .banner {
    /*height: 550px;*/
    background-size: cover;
    background-attachment: inherit;
    padding-bottom: 10%;
  }

  body.academy .academy-testimonials .owl-carousel .owl-stage-outer {
    padding: 10px 0;
  }

  body.academy.academy-courses .banner .bannerForm .bannerFormInner {
    padding: 20px;
  }

  body.academy .gform_wrapper .academyEnquiryForm li.gfield {
    margin-bottom: 20px;
  }

  body.academy .programDesc ul {
    margin-bottom: 0;
  }

  body.academy .courseSection.otherCourse .otherCourseOffer,
  body.academy .courseSection.otherCourse .academyCourses .content,
  body.academy .course-detail .programDesc .progDuration {
    float: none;
    width: 100%;
    max-width: inherit;
  }

  body.academy.academy-courses .courseSection.otherCourse .academyCourses .content {
    width: 100%;
  }

  body.academy .courseSection.otherCourse .otherCourseOffer:first-of-type {
    margin-bottom: 60px;
  }

  body.academy .courseSection.otherCourse .academyCourses {
    padding-bottom: 50px;
  }

  body.academy .course-detail .career-op {
    min-height: 380px;
  }

  body.academy .course-detail .career-op .container {
    min-height: 380px;
    background-size: 400px auto;
    background-position: left 10px;
  }

  body.academy .course-detail .career-op .career-op-list {
    margin-left: 0;
    margin-top: 20px;
  }

  body.academy.academy-courses .course-detail p br {
    display: none;
  }

  .entry-content img.alignleft,
  .entry-content .wp-caption.alignleft {
    margin-left: 0;
  }

  .entry-content img.alignright,
  .entry-content .wp-caption.alignright {
    margin-right: 0;
  }

  .attachment .image-navigation,
  .attachment .entry-attachment .attachment {
    max-width: 604px;
    padding: 0;
    width: 100%;
  }

  .gallery-caption {
    display: none;
  }
  
  /* Small menu */
  .menu-toggle {
    background-color:#eee;
    height:30px;
    cursor: pointer;
    display: inline-block;
    padding:5px;
    color:#000;
    border:1px solid #ddd;
    margin:21px 0 0 5px;
    position:absolute;
    right:10px;
    z-index:1500;
  }

  .menu-toggle:before {
    content: "\f419";
    font-size: 30px;
  }

  .toggled-on .menu-toggle:before {
    content: "\f419";
  }

  .toggled-on .menu-header-menu-container {
    display:inline;
  }

  .toggled-on .nav-menu,
  .toggled-on .nav-menu > ul {
    display: block;
    margin-left: 0;
    padding: 0;
    width: 100%;
  }

  .toggled-on li,
  .toggled-on .children {
    display: block;
    width:inherit;
    text-align:left !important;
    width:inherit;
    margin-bottom:0;
    border-bottom:1px solid #ddd;
  }
  
  .toggled-on li a {
    background-color:#fff;
    display:block;
    padding:10px 21px;
  }

  .toggled-on .nav-menu li > ul {
    background-color: transparent;
    display: block;
    float: none;
    margin-left: 20px;
    position: relative;
    left: auto;
    top: auto;
  }

  .toggled-on .nav-menu li > ul a {
    padding:5px;
    color: #141412;
    width: auto;
  }

  .toggled-on .nav-menu li:hover > a,
  .toggled-on .nav-menu .children a {
    background-color: transparent;
    color: #141412;
  }

  .toggled-on .nav-menu li a:hover,
  .toggled-on .nav-menu ul a:hover {
    background-color: #f4f4f4;
    color: #fe4516;
  }

  .menu-header-menu-container,
  ul.nav-menu,
  div.nav-menu > ul {
    display: none;
  }
  
  .navbar {
    float: none;
    max-width: 100%;
    margin: 0;
   }
  
  .toggled-on {
    font-family: 'Genericons';
    src: url('../../../index.html');
   } 
  
  .toggled-on:before {
    content: '\f500';
    position: absolute;
    top: -19px;
    right: 38px;
    width: 0;
    z-index: 10;
    color:#ccc;
  }
  
  .menu-header-menu-container {
    background-color:#ccc;
    position:absolute;
    margin:0;
    right:10px;
    top:-5px;
    width:200px;
    box-shadow:1px 1px 2px #bbb;
    -moz-box-shadow:1px 1px 2px #bbb;
    -webkit-box-shadow:1px 1px 2px #bbb;
    border:1px solid #ccc;
  }
  
  #fancybox-overlay, #fancybox-wrap {
    display: none !important;
  }
  
  /*.site {*/
  /*  padding:100px 15px 0 15px;*/
  /* }*/
   
   .site-title {
      font-size: 30px;
  }
 
  .site-header {
 
    background-position: left bottom;
  }
  
  .headerContainer {
    width: 100%;
    margin: 0;
    padding: 0;
  }
  
  .site-header .home-link {
    float:left;
    max-width:230px;
    margin: 21px 0 10px 10px;
  }
  
  .navbar {
    float: none;
    max-width: 100%;
    margin: 0;
  }

  .menu-header-menu-container {
    background-color:#ccc;
    position:absolute;
    margin:0;
    right:10px;
    top:-5px;
    width:200px;
    box-shadow:1px 1px 2px #bbb;
    -moz-box-shadow:1px 1px 2px #bbb;
    -webkit-box-shadow:1px 1px 2px #bbb;
    border:1px solid #ccc;
  }

  #socialSectionPhone {
    display:block;
    background-color:#fff;
    width: 179px;
    height:43px;
    padding-left: 21px;
   }
  
  #socialSectionPhone a {
    float:left;
    padding:5px 3px;
    height:32px;
   }
  
  .socialSection {
    display:none;
   }
   
   .innerPageWidth {
    padding:0;
    border-right:0;
   }
   
  .blogArticle {
    max-width:48%;
   }
   
  .blogList {
    float:none;
   }
  

  a.readMore {
    display:none !important;
  }

  .site .sidebar-container {
    float:none;
    margin:25px 0 0;
  }

  embed,
  iframe,
  object,
  video {
    height: auto;
  }

  iframe.twitter-timeline {
  min-width: 278px;
  }
  
  .rememberSection {
    padding-left: 20px;
    padding-right: 20px;
  }
  
  .testimonialSection {
    padding: 0;
  }
  
  .testimony {
    max-width: inherit;
    width: 47%;
  }
  
  .freeReportFormWrapper:before {
    display: none;
  }
  
  .freeReportFormContent {
    padding: 6px 10px;
  }
  
  .freeReportFormTop {
    padding: 0;
  }
  
  .freeReportFormTop p {
    margin: 0 0 10px;
  }
  
  .freeReportFormTop label.yes {
    max-width: 130px;
    width: 30%;
  }
  
  .freeReportFormTop span.text {
    font-size: 21px;
    padding: 21px 0 0;
    width: 63%;
  }
  
  .freeReportForm:before,
  .freeReportForm:after {
    display: none;
  }
  
  .thankYouImage {
    max-width: inherit;
    width: 30%;
  }
  
  .thankYouContentRight {
    max-width: inherit;
    width: 65%;
  }
  
  .internsPageWrap {
    padding-top: 30px;
  }
  
  .internsPage .gform_body li.internName input,
  .internsPage .gform_wrapper .top_label input.medium,
  .internsPage .gform_wrapper .top_label select.medium {
    width: 100%;
  }
  
  .post-navigation a[rel="prev"] {
      float: none;
      width: 100%;
      text-align: left;
      display: block;
    }
    
    .post-navigation a[rel="next"] {
      float: none;
      width: 100%;
      text-align: right;
      margin-top: 15px;
      display: block;
    }
    
    

}

@media (min-width: 768px) and (max-width:850px) { 

  body.academy.academy-courses .courseSection.otherCourse .academyCourses .content {
    width: 80%;
  }

  body.academy .courseSection.otherCourse .otherCourseOffer:last-of-type {
    margin-left: 0;
  }

  body.academy .course-detail .career-op {
    background-position: 0 bottom; 
  }

  body.academy.academy-courses .banner {
    height: 580px;
    background-size: cover;
  }

   body.academy .courseSection.otherCourse .otherCourseOffer {
    width: 100%;
    max-width: inherit;
  }

  body.academy .trainingSection .trainingImage {
    width: 330px;
  }

  body.academy .banner .bannerSectionRight .bannerForm {
    padding-top: 38%;
  }

  body.academy .banner .bannerSectionRight .bannerForm {
    max-width: 290px;
  }

  body.academy .academy-testimonials .owl-carousel .owl-item .testmonial-content {
    width: 400px;
  }

  body.academy .academy-testimonials .owl-nav .owl-next, 
  body.academy .academy-testimonials .owl-nav .owl-next:hover {
    right: 50px;  
  }

  body.academy .course-detail .career-op .container {
    background-size: 440px auto;
  }

  body.academy .site-header .home-link {
    max-width: 290px;
  }

  body.academy .courseSection.otherCourse .otherCourseOffer:first-of-type {
    margin-bottom: 40px;
  }

}

@media (min-width: 800px) and (max-width:850px) { 
  body.academy .banner .bannerTitle .mainTitle.learnTitle::after {
    left: 55px;
  }

  body.academy .banner .bannerTitle .mainTitle.createTitle::after {
    left: 42px;
  }

  body.academy .banner .bannerTitle .mainTitle.growTitle::after {
    left: 28px;
  }
}

@media (min-width: 768px) and (max-width:799px) {
  
  .freeReportFormTop {
    padding: 0;
  }
  
  .testimonialSection {
    padding: 0 25px;
  }
  
  .thankYouImage {
    max-width: inherit;
    width: 30%;
  }
  
  .thankYouContentRight {
    max-width: inherit;
    width: 65%;
  }

  body.academy .banner .bannerTitle .mainTitle.learnTitle::after {
    left: 56px;
  }

  body.academy .banner .bannerTitle .mainTitle.createTitle::after {
    left: 44px;
  }

  body.academy .banner .bannerTitle .mainTitle.growTitle::after {
    left: 28px;
  }

}

@media (min-width: 768px) and (max-width:1000px) {
  
  body {
    font-size: 13px;
  }
  
  p {
    line-height: 22px;
    margin: 0 0 20px;
  }
  
  h1 {
    font-size: 44px;
  }
  
  h2 {
    font-size: 40px;
  }
  
  .archive-title, .archive-meta {
    font-size: 44px;
  }
  
  .nav-menu li {
    width: 100px;
  }
  
  .navbar {
    margin:0 0 0 50px;
    max-width:235px;
  }
  
  #topSlider {
    background-size: 150% auto !important;
    height: 455px;
  }
  
  .knowMoreBtn {
    padding: 0;
    position: relative;
    width: 100%;
  }
  
  .knowMoreBtn a {
    width: 100%;
  }
  
  .knowMoreBtn img {
    width: 20%;
  }
  
  .whatTheySaySection {
    width: 100%;
    border: none;
    min-height: 525px;
  }
  
  .whatTheySayTop {
    width: 100%;
    margin: 0;
    background: url(images/whatTheySay-responsive-bg.png) no-repeat left top;
    background-size: 100%;
  }
  
  .whatTheySayTop h2 {
    padding: 23px 0 0 15px;
  }
  
  .whatTheySayContent {
    padding: 11% 0 5%;
  }
  
  .whatTheySayContent ul li {
    margin: 0 0 0 21px;
    width: 30%;
  }
  
  .whatTheySayBottom {
    background: url('images/whatTheySay-bottomBG-responsive.png') no-repeat left top;
    background-size: 100%;
  }
  
  .whatTheySayBottom a {
    font-size: 27px;
    margin: 25px 0 0;
    width: 125px;
  }
  
  .socialSection {
    text-align: right;
  }
  
  .socialSection img {
    width: 36px;
    height: 36px;
  }
  
  .whatWeDoSection {
    margin: -125px auto -135px;
  }
  
  .clientSection {
    min-height: 893px;
    padding: 35px 0 35px;
  }
  
  .clientsBox {
    width: 40%;
    height: 375px;
    text-align: center;
  }
  
  .clientsBox p {
    text-align: left;
    font-size: 13px;
    line-height: 22px;
  }
  
  .clientLogo {
    max-width: 300px;
    height: 180px;
  }
  
  .clientLogo img {
    height: auto;
  }
  
  .clientsBoxSection .clientLogo {
    height: 115px;
    max-width: 188px;
  }
  
  .clientsBoxSection .clientLogo img {
    height: auto;
  }
  
  .whoWeAreSection {
    margin-top: 50px;
  }
  
  .whoWeAreContent h2 {
    margin: 0 0 15px;
  }
  
  .whoWeAreContent p {
    font-size: 13px;
    line-height: 20px;
  }
  
  .whoWeAreContent a {
    font-size: 26px;
    font-size: 26px;
    width: 225px;
  }
  
  .rotatingtweets {
    width: 500px !important;
  }
  
  .feedsSection .fb_iframe_widget {
    width: 250px !important;
    height: 152px !important;
  }

  .rotatingtweets {
    width: 470px !important;
  }
  
  .blogSection {
    min-height: 332px;
    padding-bottom: 30px;
  }
  
  .blogSection h2 {
    margin-bottom: 30px;
  }
  
  .recentArticle {
    margin: 0 3% 0 0;
    width: 30%;
  }
  
  .recentArticle img {
    width: 100%;
    height: auto;
  }
  
  .recentArticle a.readMore {
    height: 167px;
    padding: 11px 27px;
    width: 165px;
  }
  
  .recentArticle a.readMore span {
    width: 150px;
    padding: 6px 0;
    margin: 52px 0 0;
  }
  
  .recentArticle:hover a.readMore {
    display: none;
  }
  
  .ourLocationContent h2 {
    width: 300px;
  }
  
  .pageScrollerNav {
    left: 36%;
  }
  
  .innerPageSpacing {
    padding: 45px 15px 0;
    margin-right: 15px;
  }
  
  .portfolioDetailPage {
    padding-top: 0;
    margin-right: 0;
  }
  
  .innerPageContent {
    max-width: 65%;
  }
  
  .fifthqClientsPage {
    max-width: 100%;
  }
  
  .whatWeDoSection {
    height: 390px;
    margin-bottom: 0;
  }
  
  .whatWeDoSlides {
    color: #000;
    font-size: 12px;
    font-family: 'Nunito Sans', sans-serif;
    font-weight: normal;
    margin: 12px 0 0 17px;
    line-height: 20px;
    left: 0 !important;
    /* Change width to auto */
    width: 290px !important;
  }
  
  .whatWeDoSlides h3 {
    color: #000000;
    font-family: 'Nunito Sans', sans-serif;
    font-size: 30px;
    margin: 0 0 10px;
    font-weight: 600;
    line-height: 35px;
  }
  
  .whatWeDoSlides h4 {
    font-size: 14px;
    color: #000;
    font-family: 'Nunito Sans', sans-serif;
    margin: 0 0 16px;
    font-weight: normal;
  }
  
  .whatWeDoSlides p {
    line-height: 17px;
    margin: 0 0 10px;
  }
  
  .whatWeDoSlides a {
    color: #fff;
    font-size: 23px;
    background-color: #fd4615;
    width: 155px;
    border-left: 10px solid #005eb9;
    font-family: 'bebas_neueregular';
    display: block;
    padding: 8px;
  }
  
  ul.child-sidebar-menu {
    width: 100%;
  }
  
  .testimonialsSection a.viewAllButton {
    font-size: 27px;
  }
  
  .fb_iframe_widget iframe, .fb_iframe_widget span {
    width: 250px !important;
  }

  .contactPageContent {
    background: none;
  }
  
  .USAlocation:hover .texasLocationPointer {
    display: none;
  }
  
  .IndiaLocation:hover .udaipurLocationPointer {
    display: none;
  }
  
  .UAELocation:hover .UAELocationPointer {
    display: none;
  }
  
  .USAlocation {
    width: 100%;
    padding-bottom: 30px;
  }
  
  .IndiaLocation {
    padding: 10px 0 30px;
  }
  
  .clientsBoxSection {
    width: 41%;
    padding: 8px 15px 15px;
    height: 470px;
  }
  
  .fifthqClients {
    height: 330px;
    width: 26%;
  }
  
  .fifthqCaseStudies .portfolioBox h3 {
    line-height: 33px;
    margin-top: 0;
  }
  
  .childSection {
    width: 225px;
    height: 225px;
  }
  
  .childSection img {
    width: 225px;
    height: 225px;
  }
  
  .childSection h3 {
    margin: 168px 0 0;
    font-size: 23px;
    line-height: 33px;
  }
  
  .childSection h3 a {
    background-size: 100%;
    height: 49px;
    padding: 0 0 0 20px;
    width: 210px;
  }
  
  .childSection h3 a:hover {
    background-size: 100%;
  }
  
  ul#menu-about-us-sidebar-menu {
    width: 100%;
  }
  
  .portfolioList {
    max-width: 100%;
  }
  
  .portfolioBoxLeft {
    height: auto;
    width: 46%;
  }
  
  .portfolioBoxRight {
    width: 50%;
    margin: 0 0 0 25px;
    height: auto;
  }
  
  .portfolioBox {
    height: auto;
    margin-bottom: 30px;
  }
  
  .portfolioBox h3 {
    font-size: 33px;
    margin: 5px 0 10px;
  }
  
  .portfolioContent h1, .portfolioContent h2, .portfolioContent ul {
    padding-left: 10px;
  }
  
  .portfolioContent {
    background-position: 95% center !important;
  }
  
  .conclusionText {
    width: 66%;
  }
  
  .linksArea {
    width: 26%;
  }
  
  #fancybox-overlay, #fancybox-wrap {
    display: none !important;
  }
  
  .rsHomeTempl .rsThumb {
    font-size: 16px !important;
  }
  
  .new-royalslider-1 .rsThumbsHor {
    height: 40px !important;
  }
  
  .new-royalslider-1 .rsThumb {
    height: 40px !important;
  }
  
  .fifthqNavBar {
    max-width: 130px;
    margin-right: 20px;
  }

  .blogList {
    max-width:65%;
   }
   
  .blogArticle {
    width:48%;
  }
  
  .blogArticle a.readMore,   .latestPost a.readMore {
    display:none !important;
  }
  
  .blogArticle p {
    display: none;
  }
  
  .internsPageWrap {
    padding-top: 30px;
  }
  
}


/* MEDIA QUERIES ONLY FOR BONDS PAGE */

@media (max-width: 699px) {
  
  body.bonds #page {
    padding: 0;
    font-size: 14px;
  }
  
  body.bonds p {
    font-size: 14px;
  }
  
  body.bonds .bondsPageWrap {
    padding: 0 !important;
  }
  
  .appButtons a {
    width: 44%;
  }
  
  .appButtons a img {
    margin: 15px 0 0;
  }
  
  .presentingBonds img.appLogin {
    width: 30%;
  }
  
  .bondsForParents img.appUI {
    width: 40%;
  }
  
  .appFeature {
    padding: 10px;
  }
  
  .appFeature h4 {
    margin-top: 5px;
  }
  
  .bondsFeatures img.appBackend {
    width: 47%;
  }
  
  .bondsFeatures ul {
    width: 48%;
    margin-top: 0;
    margin-left: 0;
  }
  
  .presentingBonds {
    padding: 0 3%;
  }
  
  .bondsForNursery,
  .bondsForParents,
  .bondsFeatures {
    padding: 3%;
  }
  
  body.bonds .call p {
    font-size: 18px;
    line-height: 30px;
  }

  body.academy .academy-testimonials .owl-carousel {
    padding: 0;
  }

  body.academy .academy-testimonials .owl-nav {
    top: 25%;
  }

  body.academy .academy-testimonials .owl-nav .owl-next, 
  body.academy .academy-testimonials .owl-nav .owl-next:hover {
    right: 0;
  }

  body.academy .academy-testimonials .owl-carousel .owl-item .testmonial-content p.student-review {
    margin-bottom: 5px;
  }

  body.academy.academy-courses .trainingSection {
    margin-top: 80px;
  }
  
}


@media (max-width: 400px) {

   body.academy .callSection {
    background-position: left 16px;
    padding-top: 5px;
    padding-bottom: 5px;
   }

  body.academy .banner .bannerForm h3 {
    font-size: 30px;
    line-height: 30px;
  }

  body.academy .banner .bannerForm p {
    font-size: 13px;
    line-height: 17px;
  }

  body.academy.academy-courses .banner .bannerForm .bannerFormInner p {
    font-size: 13px;
    line-height: 18px;
    margin-top: 2px;
  }

  body.academy.academy-courses .banner {
    height: 540px;
  }

  body.academy .banner .bannerTitle .mainTitle.learnTitle,
  body.academy .banner .bannerTitle .mainTitle.createTitle,
  body.academy .banner .bannerTitle .mainTitle.growTitle  {
    font-size: 35px !important;
    line-height: 35px !important;
  }

  body.academy h2,
  body.academy .academy-testimonials h2,
  body.academy .course-detail .trainingContent h1 {
    font-size: 36px;
  }

  body.academy .course-detail .trainingContent h1 {
    margin-bottom: 20px;
    margin-top: 50px;
  }

  body.academy .academyCourses h2 {
    margin-top: 0;
  }

  body.academy .academyCourses .academyCourseBlock {
    margin-top:30px;
  }

  body.academy.academy-courses .programDesc h3 {
    margin-top: 30px;
  }

  body.academy .academyCourses .content h4 {
    font-size: 22px;
  }

  body.academy .academyCourses .content p {
    line-height: 24px;
    font-size: 15px;
  }

  body.academy .programDesc ul li,
  body.academy .trainingContent p,
  body.academy .trainingSection .trainingContent ul li {
    font-size: 15px;
    line-height: 26px;
  }

  body.academy .trainingContent h4 {
    font-size: 19px;
  }

  body.academy .programDesc h3 {
    font-size: 28px;
    line-height: 32px;
  }
  
  .bondsLogo,
  .appButtons {
    width: 100%;
    float: none;
    text-align: center;
  }
  
  .appButtons {
    margin-top: 10px;
  }
  
  .appButtons a {
    float: none;
    margin-left: 0;
  }
  
  .appButtons a.appStoreBtn {
    margin-right: 10px;
  }
  
  .appButtons a img {
    width: 120px;
  }
  
  .bondsPage .banner h1 {
    font-size: 24px;
    line-height: 30px;
  }
  
  .bondsForNursery h2:after,
  .bondsForParents h2:after,
  .bondsFeatures h2:after,
  .scheduleDemo h2:after {
    width: 280px;
  }
  
  .presentingBonds img.appLogin {
    width: 40%;
  }
  
  .appFeature {
    border-top: 1px solid #e4e4e4;
    float: none;
    height: auto;
    width: 100%;
  }
  
  .appFeature.left {
    border-right: 0;
  }
  
  .appFeature1:after,
  .appFeature2::after {
    border-bottom: 0;
  }
  
  .bondsTop .clear,
  .appButtons .clear,
  .bondsForNursery .clear {
    display: none;
  }
  
  .bondsForParents img.appUI {
    width: 100%;
    float: none;
  }
  
  .bondsFeatures img.appBackend {
    width: 100%;
    float: none;
  }
  
  .bondsFeatures ul {
    float: none;
    width: 100%;
  }
  
}


/* END OF MEDIA QUERIES FOR BONDS PAGE */


@media (max-width: 640px) {
  
  html {
    background: none !important;
  }

  .navbar {
    float: none;
    max-width: 100%;
    margin: 0;
   }
  
  .toggled-on {
    font-family: 'Genericons';
    src: url('../../../index.html');
   } 
  
  .toggled-on:before {
    content: '\f500';
    position: absolute;
    top: -19px;
    right: 38px;
    width: 0;
    z-index: 10;
    color:#ccc;
  }
  
  /*.menu-header-menu-1-container {*/
  /*  background-color:#ccc;*/
  /*  position:absolute;*/
  /*  margin:0;*/
  /*  right:10px;*/
  /*  top:-5px;*/
  /*  width:200px;*/
  /*  box-shadow:1px 1px 2px #bbb;*/
  /*  -moz-box-shadow:1px 1px 2px #bbb;*/
  /*  -webkit-box-shadow:1px 1px 2px #bbb;*/
  /*  border:1px solid #ccc;*/
  /*}*/
  
  
  #socialSectionPhone {
    display:block;
    background-color:#fff;
    width: 179px;
    height:43px;
    padding-left: 21px;
   }
  
  #socialSectionPhone a {
    float:left;
    padding:5px 3px;
    height:32px;
   }
  
  .socialSection {
    display:none;
   }
  
  .site-title {
    font-size: 30px;
  }
  
  h2 {
    font-size: 38px;
  }
  
  p {
    font-size: 16px;
    line-height: 24px;
  }
  
  #topSlider {
    display: none;
  }

  #content .format-status .entry-content,
  #content .format-status .entry-met {
    padding-left: 35px;
  }
  
  body.home .site {
      padding-top: 60px !important;
  }
  
  .site-header {
    background-position: left bottom;
  }
  
  .headerContainer {
    width: 100%;
    margin: 0;
    padding: 0;
  }
  
 /* .site-header .home-link {
    margin: 10px 0 10px 10px;
    max-width: 230px;
  }
  
  .site-header .home-link img {
    width: 100%;
    height: auto;
  }*/
  
  .socialSection {
    width: 130px;
    margin-top: 22px;
  }
  
  .nav-menu li {
    width: 100%;
  }
  
  .nav-menu li a {
  color: #000;
  display: block;
  font-size: 14px;
  line-height: 1;
  padding: 0;
  text-decoration: none;
  }
  
  .whatWeDoSection {
    height: inherit;
    margin: 40px auto 0;
  }
  
  .whatWeDoSection h2 {
    padding: 0 3%;
  }
  
  .whoWeAreContent {
    background: none;
    width: 94%;
    padding: 3%;
  }
  
  .whoWeAreContent a {
    font-size: 28px;
    width: 230px;
    padding: 5px 10px;
  }
  
  .clientSection {
    width: 100%;
    padding: 20px 0 0;
    border: none;
    margin-bottom: 25px;
  }
  
  .clientsBox {
    width: 40%;
    height: 420px;
    padding: 0 19px 19px;
  }
  
  .clientLogo {
    max-width: 256px;
    height: 180px;
  }
  
  .clientLogo img {
    height: auto;
  }
  
  .whatTheySaySection {
    width: 100%;
    border: none;
  }
  
  .whatTheySayTop {
    background: #1A497E;
    height: auto;
    margin: 0;
    width: 100%;
  }
  
  .whatTheySayTop h2 {
    margin: 0;
    padding: 1% 3%;
  }
  
  .whatTheySayContent {
    width: 100%;
    padding: 30px 0 0;
  }
  
  .whatTheySayContent ul li {
    border-bottom: 1px solid #D9D8D8;
    float: none;
    margin: 0 0 4%;
    padding: 0 3% 2%;
    width: 94%;
  }
  
  .whatTheySayBottom {
    width: 100%;
    background: #1A497E;
    margin: 0;
    padding: 10px 0;
    height: auto;
  }
  
  .whatTheySayBottom a {
    background-color: #FD4615;
    border-left: 10px solid #005EB9;
    color: #FFFFFF;
    float: left;
    font-size: 28px;
    margin: 0 0 0 10px;
    padding: 2px 10px;
    width: 150px;
  }
  
  .feedsSection {
    padding-left: 10px;
    padding-right: 10px;
  }
  
  .blogSection  {
    width: 94%;
    padding: 0 3%;
  }
  
  .ourLocation {
    width: 100%;
  }
  
  .ourLocationContent {
    width: 100%;
    background-image: none;
  }
  
  .ourLocationContent h2 {
    float: none;
    width: 94%;
    padding :0 3%;
  }
  
  .ourLocationContentRight {
    float: none;
    padding: 0 3%;
    width: 94%;
    margin: 0;
  }
  
  .rotatingtweets {
    width: 410px !important;
  }
  
  .socialSection img {
    width: 40px;
    height: 40px;
  }
  
  .blogSection h2 {
    padding: 10px 0 0;
    margin-bottom: 20px;
  }
  
  .recentArticleBox {
    margin-left: 0;
  }
  
  .recentArticle {
    margin: 0 3% 0 0;
    width: 30%;
  }
  
  .recentArticle img {
    width: 100%;
    height: auto;
  }
  
  .recentArticle a.readMore {
    height: 167px;
    padding: 11px 27px;
    width: 165px;
  }
  
  .recentArticle a.readMore span {
    width: 150px;
    padding: 6px 0;
    margin: 52px 0 0;
  }
  
  .recentArticle:hover a.readMore {
    display: none;
  }
  
  .USAaddress {
    width: 270px;
    float: left;
  }
  
  .IndiaAddress {
    width: 270px;
    float: right;
  }
  
  .UAEAddress {
    width: 270px;
    float: left;
    clear: both;
  }
  
  .ourLocationContentRight p {
    clear: both;
  }
  
  .footerContent {
    width: 94%;
    padding: 0 3% 3%;
  }
  
  .footerLogo {
    width: 40%;
  }
  
  .site-footer .site-info {
    margin: 0;
    width: 50%;
  }
  
  .pageScrollerNav {
    display: none;
  }
  
  .whatWeDoSlides {
    width: 200px !important;
  }
  
  .whatWeDoSlides h3 {
    line-height: 35px;
    font-size: 29px;
    margin-bottom: 16px;
  }
  
  .whatWeDoSlides h4 {
    font-size: 16px;
  }
  
  .whatWeDoSlides p {
    display: none;
  }
  
  .whatWeDoSlides a {
    font-size: 23px;
    padding: 6px;
    width: 120px;
  }
  
  .SEOslide {
    width: 300px !important;
  }
  

  /* Small menu */
  .menu-toggle {
    background-color:#eee;
    height:30px;
    cursor: pointer;
    display: inline-block;
    padding:5px;
    color:#000;
    border:1px solid #ddd;
    margin:21px 0 0 5px;
    position:absolute;
    right:10px;
    z-index:1500;
  }

  .menu-toggle:before {
    content: "\f419";
    font-size: 30px;
  }

  .toggled-on .menu-toggle:before {
    content: "\f419";
  }

  .toggled-on .menu-header-menu-1-container {
    display:inline;
  }

  .toggled-on .nav-menu,
  .toggled-on .nav-menu > ul {
    display: block;
    margin-left: 0;
    padding: 0;
    width: 100%;
  }

  .toggled-on li,
  .toggled-on .children {
    display: block;
    width:inherit;
    text-align:left !important;
    width:inherit;
    margin-bottom:0;
    margin-top:0;
    border-bottom:1px solid #ddd;
  }
  
  .toggled-on li a {
    background-color:#fff;
    display:block;
    padding:10px 21px;
  }

  .toggled-on .nav-menu li > ul {
    background-color: transparent;
    display: block;
    float: none;
    margin-left: 20px;
    position: relative;
    left: auto;
    top: auto;
  }

  .toggled-on .nav-menu li > ul a {
    padding:5px;
    color: #141412;
    width: auto;
  }

  .toggled-on .nav-menu li:hover > a,
  .toggled-on .nav-menu .children a {
    background-color: transparent;
    color: #141412;
  }

  .toggled-on .nav-menu li a:hover,
  .toggled-on .nav-menu ul a:hover {
    background-color: #f4f4f4;
    color: #fe4516;
  }

  .menu-header-menu-1-container,
  ul.nav-menu,
  div.nav-menu > ul {
    display: none;
  }

  #content .featured-gallery {
    padding-left: 24px;
  }

  .gallery-columns-1 .gallery-item {
    margin-right: 0;
    width: 100%;
  }

  .entry-title,
  .format-chat .entry-title,
  .format-image .entry-title,
  .format-gallery .entry-title,
  .format-video .entry-title {
    font-size: 38px;
  }

  .format-quote blockquote,
  .format-status .entry-content {
    font-size: 18px;
  }

  .format-quote blockquote small,
  .format-quote blockquote cite {
    font-size: 13px;
  }

  .error404 .page-title {
    padding: 40px 0 0;
  }

  .error404 .page-title:before {
    content: normal;
  }

  .comment-author {
    margin-right: 30px;
  }

  .comment-author .avatar {
    height: auto;
    max-width: 100%;
  }

  .comment-metadata,
  .comment-content,
  .comment-list .reply {
    width: 70%;
    width: -webkit-calc(100% - 104px);
    width:         calc(100% - 104px);
  }

  .comment-form input[type="text"],
  .comment-form input[type="email"],
  .comment-form input[type="url"] {
    width: -webkit-calc(100% - 120px);
    width:         calc(100% - 120px);
  }

  .comment-form textarea {
    height: 80px; /* Smaller field for mobile. */
  }

  /* Audio */
  .format-audio .entry-content:before {
    display: none;
  }

  .format-audio .audio-content {
    background-image: none;
    float: none;
    padding-left: 0;
    width: auto;
  }
  
  .innerPageWidth {
    border: none;
  }
  
  .innerPageSpacing {
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 30px !important;
  }
  
  .innerPageContent {
    width: 100%;
    float: none;
  }
  
  .childSection {
    width: 280px;
    height: 280px;
    margin-top: 20px;
  }
  
  .childSection img {
    width: 280px;
    height: 280px;
  }
  
  .childSection h3 {
    font-size: 28px;
    line-height: 38px;
    margin: 200px 0 0;
  }
  
  .childSection h3 a {
    width: 245px;
    height: 57px;
    background-size: 100%;
  }
  
  .childSection h3 a:hover {
    background-size: 100%;
  }
  
  .clientsBoxSection {
    width: 43%;
  }
  
  .site-main .sidebar-container {
    max-width: 50%;
    float: none;
    margin: 20px 0 0;
  }
  
  ul.child-sidebar-menu {
    width: 100%;
  }
  
  ul#menu-about-us-sidebar-menu {
    width: 100%;
  }
  
  .contactPageContent {
    background: none;
  }
  
  .locationArea {
    margin-top: 20px;
  }
  
  .USAlocation {
    width: 100%;
    padding-bottom: 15px;
  }
  
  .IndiaLocation {
    padding-top: 10px;
    padding-bottom: 20px;
  }
  
  .USAlocation:hover .texasLocationPointer {
    display: none;
  }
  
  .IndiaLocation:hover .udaipurLocationPointer {
    display: none;
  }
  
  .UAELocation:hover .dubaiLocationPointer {
    display: none;
  }
  
  .portfolioBox {
    height: auto;
    margin-bottom: 30px;
  }
  
  .portfolioBox h3 {
    font-size: 26px;
    line-height: 22px;
    margin: 0 0 5px;
  }
  
  .portfolioBoxLeft {
    height: auto;
    width: 46%;
  }
  
  .portfolioBoxRight {
    float: left;
    margin: 0 0 0 20px;
    width: 50%;
  }
  
  .portfolioBoxRight p {
    line-height: 19px;
  }
  
  .portfolioContent h1, .portfolioContent h2, .portfolioContent ul {
    padding-left: 10px;
  }
  
  .conclusionText {
    width: 61%;
    font-size: 13px;
  }
  
  .linksArea {
    width: 31%;
  }
  
  .portfolioTop {
    height: 150px;
  }
  
  .portfolioContent {
    background-position: 95% center !important;
    background-size: 22% !important;
    height: 150px;
  }
  
  .portfolioContent h1 {
    font-size: 34px;
    padding-top: 20px;
  }
  
  .portfolioContent h2 {
    font-size: 30px;
  }
  
  .portfolioContent ul {
    padding-top: 18px;
  }
  
  .portfolioDetailPage h2 {
    font-size: 34px;
  }
  
  #fancybox-overlay, #fancybox-wrap {
    display: none !important;
  }
  
  .rsHomeTempl .rsThumb {
    font-size: 16px !important;
  }
  
  .new-royalslider-1 .rsThumbsHor {
    height: 40px !important;
  }
  
  .new-royalslider-1 .rsThumb {
    height: 40px !important;
  }
  
  .seoPageWrapper h1 {
    font-size: 35px;
  }
  
  .seoPageWrapper p {
    font-size: 16px;
  }
  
  .seoPageWrapper h2 {
    font-size: 30px;
    line-height: 36px;
  }
  
  .rememberSection p {
    font-size: 22px;
  }
  
  .freeReportForm {
    box-sizing: border-box;
    width: 100%;
  }
  
  .freeReportForm input[type="submit"] {
    font-size: 28px;
  }
  
  .thankYouContent {
    min-height: inherit;
  }
  
  .thankYouContent p {
    font-size: 16px;
    line-height: 25px;
    margin-bottom: 22px;
  }
  
  body.interns #page {
    padding-top: 0;
  }

  body.academy .academyCourses .content {
    float: none;
    width: 100%;
    max-width: inherit;
  }

/*  body.academy .academyCourses .image-box {
    float: none;
    margin-bottom: 20px;
    width: 100%;
  }*/

  body.academy .academyCourses .image-box img {
    float: none;
    display: block;
  }

/*   body.academy.academy-courses .courseSection.otherCourse .content p {
    padding-right: 15px;
   }*/

   body.academy .course-detail .career-op .container {
    background-size: 300px auto;
    background-position: left bottom;
  }

  body.academy .course-detail .career-op .career-op-list {
    float: none;
    margin-top: 0;
  }

  body.academy .course-detail .career-op .container {
    /*min-height: 300px;*/
    min-height: inherit;
    padding-bottom: 20px;
    background-image: none;
  }

  body.academy .course-detail .career-op {
    /*min-height: 310px;*/
    min-height: inherit;
    padding-bottom: 0px;
  }

  body.academy .career-op h3 {
    font-size: 29px;
  }

  body.academy .career-op ul li {
    font-size: 16px;
    background-size: 16px auto;
    padding-left: 25px;
    line-height: 24px;
  }

  body.academy .site-header .home-link,
  body.academy .callSection {
    float: none;
    text-align: center;
    max-width: inherit;
    width: 100%;
  }

  body.academy .callSection {
    background: none;
    padding: 0px;
    margin-top: 10px;
  }

  body.academy .callSection a.phoneNumber, 
  body.academy .callSection a.academyEmail {
    font-size: 14px;
  }
  
  body.academy .callSection a.academyEmail {
      display: block;
  }

  body.academy .banner .bannerTitle {
    margin-top: 15px;
  }

  body.academy .course-detail .career-op {
    background-image: none;
  }
  
}


/* Mobile devices */

@media (min-width: 481px) and (max-width:639px) {
  
  html {
    background: none !important;
  }
  
  .whatWeDoSection h2 {
    padding: 0 3%;
  }
  
  .whoWeAreSection {
    margin-top: 50px;
  }
  
  .clientsBox {
    height: 400px;
    margin: 0 0 15px 15px;
    padding: 0 3%;
    width: 40%;
  }
  
  .clientLogo {
    height: 180px;
    max-width: 218px;
  }
  
  .clientLogo img {
    height: auto;
  }
  
  .clientsBoxSection {
    padding: 3%;
    width: 42%;
  }
  
  .fifthqClients {
    width: 41%;
  }
  
  .clientsBoxSection .clientLogo {
    max-width: 220px;
  }
  
  .USAaddress {
    min-height: 155px;
    width: 45%;
  }
  
  .IndiaAddress {
    width: 45%;
    min-height: 155px;
  }
  
  .UAEAddress {
    width: 45%;
    min-height: 155px;
  }
  
  a.visitWebsiteLink, a.contactUsLink {
    width: 115px;
  }
  
  .rotatingtweets {
    width: 315px !important;
    float: left;
  }
  
  .fifthQLink img {
    max-width: 64%;
  }
  
  .fifthqCaseStudies .portfolioBox h3 {
    line-height: 28px;
    margin-top: 0;
  }
  
  .freeReportFormTop label.yes {
    width: 12%;
    font-size: 32px;
    background-size: 40px auto;
    padding: 8px 0 0 50px;
    line-height: 40px;
    vertical-align: bottom;
  }
  
  .freeReportFormTop span.text {
    padding: 8px 0 0;
    width: 76%;
  }
  
}

@media (min-width: 361px) and (max-width: 480px) {
  
  html {
    background: none !important;
  }
  
  h2 {
    font-size: 36px;
  }
  
  #topSlider {
    display: none;
  }
  
  .whatWeDoSection {
    margin: 45px auto 0;
  }
  
  .whatWeDoSection h2 {
    padding: 0 3%;
  }
  
  .whatWeDoSlides h3 {
    font-size: 22px;
    line-height: 27px;
    margin-bottom: 10px;
  }
  
  .whatWeDoSlides h4 {
    margin-bottom: 10px;
    font-size: 15px;
  }
  
  .whatWeDoSlides a {
    font-size: 21px;
    padding: 4px 6px;
    width: 100px;
  }
  
  .whoWeAreSection {
    margin-top: 65px;
  }
  
  .clientsBox {
    height: auto;
    padding: 3% 3% 6%;
    width: 88%;
    margin: 0 0 3% 3%;
  }
  
  .clientsBox .clientLogo {
    max-width: 420px;
  }
  
  .blogSection {
    padding-top: 10px;
    padding-bottom: 10px;
    min-height: inherit;
  }
  
  .recentArticle h2 {
    font-size: 22px;
  }
  
  .ourLocationContent {
    padding-bottom: 10px;
  }
  
  .USAaddress, .IndiaAddress, .UAEAddress {
    width: 100%;
    float: none;
    padding-bottom: 15px;
    margin-bottom: 15px;
  }
  
  .site-main .sidebar-container {
    max-width: 95%;
  }
  
  footer.entry-meta {
    margin-top: 0;
  }
  
  .feedsSection {
    padding-left: 10px;
    padding-right: 10px;
  }
  
  .fb_iframe_widget {
    width: 100% !important;
  }
  
  .fb_iframe_widget span {
    width: 100% !important;
  }
  
  .fb_iframe_widget iframe {
    width: 100% !important;
  }
  
  .rotatingtweets {
    width: 250px !important;
  }
  
  .twitter-timeline {
    width: 100% !important;
  }
  
  .footerLogo {
    width: 100%;
    float: none;
    margin-bottom: 20px;
  }
  
  .site-footer .site-info {
    width: 100%;
    float: none;
  }
 
  
  .childSection {
    height: 215px;
    margin-top: 10px;
    width: 215px;
  }
  
  .childSection img {
    height: 215px;
    width: 215px;
  }
  
  .childSection h3 {
    font-size: 24px;
    line-height: 33px;
    margin: 155px 0 0;
  }
  
  .childSection h3 a {
    height: 47px;
    padding: 0 0 0 15px;
    width: 205px;
  }
  
  .clientsBoxSection {
    width: 92%;
    height: auto;
  }
  
  .clientsBoxSection .clientLogo {
    height: auto;
    width: 414px;
    max-width: 100%;
    margin-bottom: 10px;
  }
  
  .portfolioBox {
    height: 250px;
  }
  
  .portfolioBox h3 {
    margin-top: 10px;
    font-size: 27px;
  }
  
  .fifthqCaseStudies .portfolioBox h3 {
    line-height: 33px;
  }
  
  .portfolioBoxLeft {
    width: 450px;
    height: 200px;
  }
  
  .portfolioBoxRight {
    margin: 0;
    width: 100%;
  }
  
  .portfolioBoxRight p {
    display: none;
  }
  
  #fancybox-overlay, #fancybox-wrap {
    display: none !important;
  }
  
  .rsHomeTempl .rsThumb {
    font-size: 12px !important;
  }
  
  .new-royalslider-1 .rsThumbsHor {
    height: 36px !important;
  }
  
  .new-royalslider-1 .rsThumb {
    height: 36px !important;
  }
  
  .conclusionText {
    padding-right: 15px;
  }
  
  .linksArea {
    width: 32%;
  }
  
  a.visitWebsiteLink, a.contactUsLink {
    width: 100px;
    font-size: 22px;
  }
  
  .fifthQLink img {
    max-width: 64%;
  }
  
  .socialSection img {
    width:32px;
    height:32px;
  }
   
  .blogArticle {
    max-width:100%;
    float:none;
  }

}

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

  body.academy .trainingSection .trainingContent h1.page-title,
  body.academy.academy-courses h1.page-title {
    font-size: 35px;
  }
  
  .aw-upsell-page .upsell-hero-section .logo-box img {
      width: 180px;
      display:block;
      margin: 10px auto 15px !important;
  }

  body.academy .entry-content h3 {
    font-size: 27px;
    line-height: 35px;
  }

  body.academy.academy-courses h1.page-title {
    margin-bottom: 20px;
  }

  body.academy.academy-courses h1.page-title::before { 
    top: 5px;
    height: 31px;
  }
  
  .site-header .home-link {
    margin-top: 24px;
  }
  
  .seoPageContent .alignright,
  .seoPageContent .alignleft {
    float: none;
  }
  
  .seoPageContent img.alignright,
  .seoPageContent img.alignleft {
    margin: 5px auto 15px;
    display: block;
  }
  
  .seoPageWrapper h1 {
    font-size: 32px;
    margin: 25px 0;
  }
  
  .seoPageWrapper h2 {
    font-size: 28px;
  }
  
  .seoPageWrapper h3 {
    font-size: 26px;
    line-height: 32px;
  }
  
  .rememberSection {
    background: #FDFBE9;
    padding: 5px 10px 10px;
  }
  
  .testimonialSection {
    margin: 50px 0;
  }
  
  .testimony {
    width: 100%;
    float: none;
    margin: 0 0 60px;
  }
  
  .testimony:first-of-type {
    float: none;
  }
  
  .testimony:last-of-type {
    margin-bottom: 0;
  }
  
  .testimonyAuthorDetail img.alignleft {
    float: left;
    margin: 0 10px 10px 0;
  }
  
  .freeReportFormTop {
    padding-bottom: 5px;
  }
  
  .freeReportFormTop label.yes {
    width: 100%;
    font-size: 32px;
    background-size: 40px auto;
    padding: 8px 0 0 50px;
    line-height: 40px;
    vertical-align: bottom;
    float: none;
  }
  
  .freeReportFormTop span.text {
    padding: 8px 0 0;
    width: 100%;
    float: none;
    display: block;
  }
  
  .freeReportFormTop br,
  .freeReportFormTop .clear {
    display: none;
  }
  
  .freeReportForm {
    padding-left: 7px;
    padding-right: 7px;
  }
  
  .freeReportForm input {
    font-size: 20px;
  }
  
  .freeReportForm input[type="submit"] {
    font-size: 26px;
    line-height: 32px;
    padding-left: 20px;
    padding-right: 20px;
  }
  
  .thankYouImage {
    display: none;
  }
  
  .thankYouContentRight {
    float: none;
    width: 100%;
  } 

  body.academy .banner .bannerTitle .mainTitle {
    font-size: 40px !important;
    line-height: 40px !important;
    padding: 5px 10px;
  }

  body.academy .callSection a.phoneNumber, 
  body.academy .callSection a.academyEmail {
    font-size: 15px;
  }

  body.academy .callSection {
    padding-top: 7px;
    padding-bottom: 10px;
  }

  body.academy.academy-courses .banner .bannerForm {
    max-width: 330px;
    padding-top: 160px;
  }

  body.academy .banner .bannerForm {
    margin-top: 10px;
  }

  body.academy .callSection a {
    font-size: 13px !important;
    line-height: 19px !important;
   }

   body.academy .callSection {
    padding: 0;
   }

   body.academy .site-header {
    padding: 10px 0;
   }

   body.academy .callSection a.phoneNumber {
     padding-right: 10px;
   }

   body.academy .callSection a.academyEmail {
    padding-left: 0px;
   }
}


@media (max-width: 360px) {
  
  html {
    background: none !important;
  }
  
  h2 {
    font-size: 34px;
  }
  
  p {
    line-height: 22px;
    margin-bottom: 10px;
  }
  
  #topSlider {
    display: none;
  }
  
  .gallery {
    margin-left: 0;
  }

  .gallery .gallery-item,
  .gallery-columns-2.gallery-size-thumbnail .gallery-item {
    max-width: none;
    width: 49%;
    width: -webkit-calc(50% - 4px);
    width:         calc(50% - 4px);
  }

  .gallery-columns-1.gallery-size-medium,
  .gallery-columns-1.gallery-size-thumbnail,
  .gallery-columns-2.gallery-size-thumbnail,
  .gallery-columns-3.gallery-size-thumbnail {
    display: block;
  }

  .gallery-columns-1 .gallery-item,
  .gallery-columns-1.gallery-size-medium .gallery-item,
  .gallery-columns-1.gallery-size-thumbnail .gallery-item {
    text-align: center;
    width: 98%;
    width: -webkit-calc(100% - 4px);
    width:         calc(100% - 4px);
  }

  .gallery-columns-3 .gallery-item:nth-of-type(3n),
  .gallery-columns-5 .gallery-item:nth-of-type(5n),
  .gallery-columns-7 .gallery-item:nth-of-type(7n),
  .gallery-columns-9 .gallery-item:nth-of-type(9n) {
    margin-right: 4px;
  }

  .gallery br {
    display: none;
  }

  .gallery .gallery-item:nth-of-type(even) {
    margin-right: 0;
  }

  /* Comments */
  .comment-author {
    margin: 0 0 5px;
    max-width: 100%;
  }

  .comment-author .avatar {
    display: inline;
    margin: 0 5px 0 0;
    max-width: 20px;
  }

  .comment-metadata,
  .comment-content,
  .comment-list .reply {
    width: 100%;
  }
  
  .site-main .sidebar-container {
    max-width: 95%;
  }
  
  footer.entry-meta {
    margin-top: 0;
  }
  
  .entry-title, .format-chat .entry-title, .format-image .entry-title, .format-gallery .entry-title, .format-video .entry-title {
    font-size: 36px;
  }
  
  .clientsBoxSection {
    height: auto;
    margin: 0 0 6%;
    padding: 0 3% 3%;
    width: 94%;
  }
  
  .clientsBoxSection .clientLogo {
    height: 125px;
    max-width: 310px;
  }
  
  .archive-title, .archive-meta {
    font-size: 38px;
  }
  
  .whatWeDoSection {
    height: inherit;
    margin: 40px auto 0;
  }
  
  .whatWeDoSection h2 {
    padding: 0 3%;
  }
  
  .whatWeDoSlides h3 {
    font-size: 21px;
    line-height: 28px;
    margin-bottom: 16px;
  }
  
  .whatWeDoSlides h4 {
    display: none;
  }
  
  .whatWeDoSlides a {
    padding: 3px 6px;
  }
  
  .whoWeAreSection {
    margin-top: 60px;
  }
  
  .whoWeAreContent h2 {
    margin-bottom: 15px;
  }
  
  .whoWeAreContent p {
    margin: 0 0 10px;
  }
  
  .whoWeAreContent a {
    font-size: 25px;
    margin-top: 18px;
    padding: 3px 10px;
    width: 230px;
  }
  
  .whatTheySayBottom a {
    font-size: 25px;
    padding: 3px 10px;
  }
  
  .clientsBox {
    height: auto;
    margin: 0 3% 6%;
    padding: 0 3% 3%;
    width: 88%;
  }
  
  .clientsBox .clientLogo {
    max-width: 316px;
  }
  
  .feedsSection {
    display: none;
  }
  
  .blogSection h2 {
    font-size: 32px;
    margin-bottom: 25px;
  }
  
  .blogSection .recentArticle h2 {
    font-size: 22px;
    margin-top: 5px;
  }
  
  .recentArticle {
    margin: 0 0 20px;
    width: 100%;
    float: none;
    clear: both;
  }
  
  .recentArticle img {
    height: auto;
    width: auto;
    float: left;
  }
  
  .recentArticle a {
    display: block;
    width: 40%;
    float: left;
  }
  
  .recentArticle h2 {
    float: right;
    margin-bottom: 0;
    padding: 0;
    width: 55%;
  }
  
  .recentArticle h2 a {
    display: inline;
    width: auto;
  }
  
  .displaySection {
    display: block;
  }
  
  .ourLocationContent {
    padding: 25px 0 5px;
  }
  
  .ourLocationContentRight h3 {
    font-size: 28px;
  }
  
  .USAaddress, .IndiaAddress, .UAEAddress {
    width: 100%;
    float: none;
    padding-bottom: 25px;
  }
  
  .testimonialsSection a.viewAllButton {
    font-size: 25px;
  }
  
  .innerPageWidth {
    padding-bottom: 0;
    padding-top: 40px;
  }
  
  .footerLogo {
    float: none;
    width: 100%;
    margin-bottom: 20px;
  }
  
  .site-footer .site-info {
    float: none;
    width: 100%;
  }
  

  
  p.copyright {
    text-align: left;
  }
  
  .childSection {
    height: 160px;
    width: 160px;
  }
  
  .childSection img {
    height: 160px;
    width: 160px;
  }
  
  .childSection h3 {
    margin: 117px 0 0;
    font-size: 18px;
    line-height: 30px;
  }
  
  .childSection h3 a {
    background: #fc4615;
    border-left: 5px solid #FFFFFF;
    height: 30px;
    width: 140px;
    padding-left: 6px;
  }
  
  .childSection h3 a:hover {
    background: #fc4615;
    color: #000;
  }
  
  .portfolioBox {
    height: auto;
    margin-bottom: 20px;
  }
  
  .portfolioBox h3 {
    font-size: 28px;
    margin: 10px 0 20px;
  }
  
  .fifthqCaseStudies .portfolioBox h3 {
    line-height: 32px;
  }
  
  .portfolioBoxLeft {
    height: 150px;
    width: 337px;
    float: none;
  }
  
  .portfolioBoxRight {
    width: 100%;
    float: none;
    margin: 0;
  }
  
  .portfolioBoxRight p {
    display: none;
  }
  
  .conclusionSection {
    padding-bottom: 0;
  }
  
  .conclusionText {
    width: 100%;
    float: none;
    padding-right: 0;
    border: 0;
  }
  
  .linksArea {
    width: 100%;
    float: none;
  }
  
  a.portfolioBackLink {
    float: none;
    margin-left: 0;
  }
  
  .portfolioDetailPage {
    padding-top: 0;
  }
  
  a.visitWebsiteLink, a.contactUsLink {
    font-size: 23px;
    padding: 4px 10px;
    width: 105px;
  }
  
  #fancybox-overlay, #fancybox-wrap {
    display: none !important;
  }
  
  .new-royalslider-1 .rsThumbsHor {
    height: 36px !important;
  }
  
  .new-royalslider-1 .rsThumb {
    height: 36px !important;
  }
  
  .fifthQLink img {
    max-width: 64%;
  }
  
  .socialSection img {
    width:32px;
    height:32px;
  }
   
  .blogArticle {
    max-width:100%;
    float:none;
  }
  
  .getFreeReport a {
    width: 300px;
    height: 88px;
    background-size: 100% auto;
  }
  
  .getFreeReport a:hover {
    background-size: 100% auto;
  }

  body.academy .banner .bannerTitle .mainTitle.learnTitle,
  body.academy .banner .bannerTitle .mainTitle.createTitle,
  body.academy .banner .bannerTitle .mainTitle.growTitle  {
    font-size: 30px !important;
    line-height: 30px !important;
    padding: 5px 7px;
    margin-right: 5px;
  }

  body.academy .trainingSection {
    margin-top: 40px;
  }

  body.academy .programDesc h3 {
    margin-top: 20px;
  }

  body.academy .programDesc .progHighlights {
    margin-top: 10px;
  }

   body.academy .banner .bannerTitle {
    font-size: inherit;
   }

   body.academy.academy-courses .banner .bannerForm {
    max-width: 300px;
  }
}


@media (max-width: 320px) {
  
  html {
    background: none !important;
  }
  
  h2 {
    font-size: 32px;
  }

  
  #topSlider {
    display: none;
  }
  
  .entry-title,
  .format-chat .entry-title,
  .format-image .entry-title,
  .format-gallery .entry-title,
  .format-video .entry-title {
    font-size: 34px;
  }
  
  .socialSection {
    display: none;
  }
  
  .whatWeDoSection {
    height: inherit;
    margin: 40px auto 0;
  }
  
  .whatWeDoSection h2 {
    padding: 0 3%;
  }
  
  .whatWeDoSlides h3 {
    font-size: 19px;
    line-height: 27px;
    margin-top: 10px;
    margin-bottom: 10px;
  }
  
  .whatWeDoSlides {
    margin-left: 10px;
  }
  
  .whatWeDoSlides h4 {
    display: none;
  }
  
  .whatWeDoSlides a {
    font-size: 17px;
    padding: 2px 6px;
    width: 75px;
  }
  
  .SEOslide {
    width: 160px !important;
  }
  
  .whoWeAreSection {
    margin-top: 50px;
  }
  
  .whoWeAreContent h2 {
    margin-bottom: 11px;
  }
  
  .whoWeAreContent p {
    margin-bottom: 10px;
  }
  
  .whoWeAreContent a {
    font-size: 24px;
    width: 200px;
    margin: 15px 0 0;
  }
  
  .clientSection {
    min-height: inherit;
  }
  
  .clientSection h2 {
    padding: 0 3%;
  }
  
  .clientsBox {
    height: auto;
    margin: 0 3% 6%;
    padding: 3%;
    width: 88%;
  }
  
  .clientsBox .clientLogo {
    height: 150px;
    max-width: 280px;
  }
  
  .clientLogo img {
    height: auto;
  }
  
  .whatTheySayTop {
    background: #1A497E;
  }
  
  .whatTheySayTop h2 {
    padding: 3%;
    margin: 0;
  }
  
  .whatTheySayBottom {
    background: #1A497E;
    padding: 10px 0;
    margin: 0;
  }
  
  .whatTheySayBottom a {
    background-color: #FD4615;
    border-left: 10px solid #005EB9;
    color: #FFFFFF;
    float: left;
    margin: 0 0 0 10px;
    padding: 2px 10px;
    width: 120px;
    font-size: 24px;
  }
  
  .feedsSection {
    display: none;
  }
  
  .ourLocationContent h2 {
    font-size: 32px;
  }
  
  .blogSection h2 {
    font-size: 32px;
    margin-bottom: 25px;
  }
  
  .blogSection .recentArticle h2 {
    font-size: 22px;
    margin-top: 5px;
  }
  
  .recentArticle {
    margin: 0 0 20px;
    width: 100%;
    float: none;
    clear: both;
  }
  
  .recentArticle img {
    height: auto;
    width: auto;
    float: left;
  }
  
  .recentArticle a {
    display: block;
    width: 40%;
    float: left;
  }
  
  .recentArticle h2 {
    float: right;
    margin-bottom: 0;
    padding: 0;
    width: 55%;
  }
  
  .recentArticle h2 a {
    display: inline;
    width: auto;
  }
  
  .ourLocationContent {
    padding: 20px 0 10px;
  }
  
  .ourLocationContentRight h3 {
    font-size: 26px;
  }
  
  .ourLocationContentRight p.companyName {
    font-size: 16px;
  }
  
  .USAaddress {
    float: none;
    width: 100%;
  }
  
  .IndiaAddress {
    float: none;
    width: 100%;
  }
  
  .UAEAddress {
    float: none;
    width: 100%;
  }
  
  .USAaddress, .IndiaAddress, .UAEAddress {
    padding: 0 0 20px;
  }
  
  .footerLogo {
    width: 100%;
    float: none;
    margin-bottom: 20px;
  }
  
  .site-footer .site-info {
    width: 100%;
    float: none;
  }
  
  .menu-footer-menu-container ul {
    text-align: left;
  }
  
  p.copyright {
    text-align: left;
  }
  
  .displaySection {
    display: block;
  }
  
  .clientsBoxSection {
    float: none;
    width: 89%;
    height: auto;
  }
  
  .site-main .sidebar-container {
    max-width: 95%;
  }
  
  footer.entry-meta {
    margin-top: 0;
  }
  
  .childSection {
    height: 140px;
    width: 140px;
  }
  
  .childSection img {
    height: 140px;
    width: 140px;
  }
  
  .childSection h3 {
    margin: 100px 0 0;
    font-size: 17px;
    line-height: 29px;
  }
  
  .childSection h3 a {
    background: #fc4615;
    border-left: 5px solid #FFFFFF;
    height: 27px;
    width: 125px;
    padding-left: 6px;
  }
  
  .childSection h3 a:hover {
    background: #fc4615;
  }
  
  .portfolioBoxLeft {
    height: 132px;
    width: 298px;
  }
  
  .portfolioContent h1, .portfolioContent h2, .portfolioContent ul {
    padding-left: 10px;
  }
  
  #fancybox-overlay, #fancybox-wrap {
    display: none !important;
  }
  
  .new-royalslider-1 .rsThumbsHor {
    height: 36px !important;
  }
  
  .new-royalslider-1 .rsThumb {
    height: 36px !important;
  }
  
  .getFreeReport a {
    width: 280px;
    height: 82px;
    background-size: 100% auto;
  }
  
  .getFreeReport a:hover {
    background-size: 100% auto;
  }

  body.academy.academy-courses .banner .bannerForm {
    max-width: 290px;
  }
  
}


/**
 * 9.0 Print
 * ----------------------------------------------------------------------------
 */

/* Retina-specific styles. */
@media print,
  (-o-min-device-pixel-ratio: 5/4),
  (-webkit-min-device-pixel-ratio: 1.25),
  (min-resolution: 120dpi) {

  .site-header .search-field {
    background-image: url(images/search-icon-2x.png);
  }

  .format-audio .audio-content,
  .format-status .entry-content:before,
  .format-status .entry-meta:before,
  .comment-list > li:after,
  .comment-list .children > li:before {
    background-image: url(images/dotted-line-2x.png);
  }
}

@media print {
  body {
    background: none !important;
    color: #000;
    font-size: 10pt;
  }

  footer a[rel="bookmark"]:link:after,
  footer a[rel="bookmark"]:visited:after {
    content: " [" attr(href) "] "; /* Show URLs */
  }

  .site {
    max-width: 98%;
  }

  .site-header {
    background-image: none !important;
  }

  .site-header .home-link {
    max-width: none;
    min-height: 0;
  }

  .site-title {
    color: #000;
    font-size: 21pt;
  }

  .site-description {
    font-size: 10pt;
  }

  .author-avatar,
  .site-footer,
  .comment-respond,
  .comments-area .comment-edit-link,
  .comments-area .reply,
  .comments-link,
  .entry-meta .edit-link,
  .page-links,
  .site-content nav,
  .widget-area,
  .main-navigation,
  .navbar,
  .more-link {
    display: none;
  }

  .entry-header,
  .entry-content,
  .entry-summary,
  .entry-meta {
    margin: 0;
    width: 100%;
  }

  .page-title,
  .entry-title {
    font-size: 21pt;
  }

  .entry-meta,
  .entry-meta a {
    color: #444;
    font-size: 10pt;
  }

  .entry-content img.alignleft,
  .entry-content .wp-caption.alignleft {
    margin-left: 0;
  }

  .entry-content img.alignright,
  .entry-content .wp-caption.alignright {
    margin-right: 0;
  }

  .format-image .entry-content .size-full {
    margin: 0;
  }

  /* Remove colors from post formats */
  .hentry {
    background-color: #fff;
  }

  /* Comments */
  .comments-area > li.comment {
    background: none;
    position: relative;
    width: auto;
  }

  .comment-metadata {
    float: none;
  }

  .comment-author .fn,
  .comment-reply-link,
  .comment-reply-login {
    color: #333;
  }
}



/* BirdCalls Page CSS */

body.aw-birdcalls-page {
  overflow-x:hidden; 
}

.container {
  max-width: 1140px;
  width: 100%;
}

.aw-birdcalls-page header {
  box-shadow: 0 1px 4px 0 rgba(0,0,0,0.15);
  height: 70px;
  position: fixed;
  width: 100%;
  padding: 10px 0;
}

.aw-birdcalls-page header h2 {
  color: #1d7125;
  font-size: 22px;
  margin-top: 13px;
  font-family: 'Montserrat', sans-serif;
  font-weight: 500;
  -webkit-transition: .4s;
transition: .4s;
-moz-transition: .4s;
}

.aw-birdcalls-page header h2 a {
  color: #1d7125;
}

.aw-birdcalls-page header .download-app img:first-of-type {
  margin-right: 15px;
}

.aw-birdcalls-page .download-app {
  margin-top: 2px;
}

.aw-birdcalls-page .entry-content {
padding-bottom: 0px;
}

.aw-birdcalls-page footer.entry-meta {
display:none;
}

.aw-birdcalls-page .hero-section {
  padding: 170px 0 0;
  background: none;
}

.aw-birdcalls-page header.fixed-header {
    padding-top: 5px;
    height: inherit;
}

.aw-birdcalls-page header.fixed-header h2 {
    margin-top: 8px;
    -webkit-transition: .4s;
transition: .4s;
-moz-transition: .4s;
}

.aw-birdcalls-page .hero-section p:empty {
  display: none;
}

.aw-birdcalls-page .hero-section h1 {
  color: #1e7125;
  margin: 20px 0 40px;
  font-family: 'Montserrat', sans-serif;
  font-weight: 500;
  font-size: 35px;
}

.aw-birdcalls-page .hero-section h1 a {
  color: #1e7125;
}

.aw-birdcalls-page .hero-section h2 {
  font-size: 40px;
  font-family: 'Montserrat', sans-serif;
  font-weight: 500;
  color: #407ef4;
  line-height: 52px;  
}

.aw-birdcalls-page .download-app-section {
  text-align: center;
  margin: 40px 0 0;
}

.aw-birdcalls-page .download-app-section img:first-of-type {
  margin-right: 20px;
}

.aw-birdcalls-page .download-app-section img {
  transition: all .3s linear ;
  -moz-transition: all .3s linear ;
  -webkit-transition: all .3s linear;
}

.aw-birdcalls-page .download-app-section img:hover {
  transition: all .3s linear ;
  -moz-transition: all .3s linear ;
  -webkit-transition: all .3s linear;
  transform: translateY(-5px);
  -moz-transform: translateY(-5px);
  -webkit-transform: translateY(-5px);
}

.aw-birdcalls-page .feature-section {
  background: #407ef4; /* Old browsers */
  background: -moz-linear-gradient(top, #407ef4 0%, #40bced 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(top, #407ef4 0%,#40bced 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, #407ef4 0%,#40bced 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#407ef4', endColorstr='#40bced',GradientType=0 );
  padding: 80px 0 120px;
  margin: 150px 0 0;
}

.aw-birdcalls-page .feature-section {
  font-family: 'Montserrat', sans-serif;
}

.aw-birdcalls-page .feature-section .top-intro-box {
  text-align: center;
}

.aw-birdcalls-page .feature-section .top-intro-box h2 {
  color: #fff;
  font-family: 'Montserrat', sans-serif;
  font-weight: 500;
  font-size: 40px;
}

.aw-birdcalls-page .feature-section .top-intro-box h4 {
  color: #fff;
  font-family: 'Montserrat', sans-serif;
  font-weight: 500;
  margin: 10px 0 50px;
  font-size: 20px;
}

.aw-birdcalls-page .feature-section .feature-box h2 {
  position: relative;
  color: #fff;
  padding-bottom: 10px;
  margin-bottom: 25px;
  font-family: 'Montserrat', sans-serif;
  font-weight: 500;
}

.aw-birdcalls-page .feature-section .feature-box h2:after {
  content: "";
  display: block;
  position: absolute;
  bottom: 4px;
  width: 50px;
  height: 3px;
  background-color: #fff;
}

.aw-birdcalls-page .feature-section .feature-box ul {
  margin: 15px 0 0 0px;
  padding: 0;
}

.aw-birdcalls-page .feature-section .feature-box ul li {
  color: #fff;
  font-size: 16px;
  margin-bottom: 20px;
  letter-spacing: 0.25px;
  line-height: 25px;
  background:none;
  position: relative;
  margin-left: 0;
  font-weight: 400;
}

.aw-birdcalls-page .feature-section .feature-box ul li:after {
  content:"";
  display: block;
  position: absolute;
  left:1px;
  background-color: #fff;
  width: 7px;
  height: 7px;
  top: 9px;
  border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
}

.aw-birdcalls-page .feature-box .imgbox img,
.aw-birdcalls-page .footer-bottom-section .screen-box img {
-webkit-animation-name: bounce_img;
  animation-name: bounce_img;
-webkit-animation-duration: 4s;
animation-duration: 4s;
-webkit-animation-iteration-count: infinite;
animation-iteration-count: infinite;
-webkit-animation-direction: normal;
animation-direction: normal;  
}

@-webkit-keyframes bounce_img {
 0% {
  -webkit-transform:translateY(0);
  transform:translateY(0)
 }
 50% {
  -webkit-transform:translateY(12px);
  transform:translateY(12px)
 }
 100% {
  -webkit-transform:translateY(0);
  transform:translateY(0)
 }
}

.aw-birdcalls-page .app-screens {
  background-color: #f2f5ff;
  padding: 40px 0 90px;
  border-top: 1px solid #dbe3ff;
  min-height: 600px;
}

.aw-birdcalls-page .app-screens h2,
.aw-birdcalls-page .contact-us-form h2 {
  text-align: center;
  font-size: 40px;
  color: #407ef4;
  position: relative;
  font-family: 'Montserrat', sans-serif;
  font-weight: 500;
}

.aw-birdcalls-page .app-screens h2:after{
  content: "";
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  bottom: -5px;
  margin: 0 auto;
  text-align: center;
  width: 50px;
  height: 3px;
  background-color: #407ef4;
}

.aw-birdcalls-page .app-screens .screenshot-wrap {
  position: relative;
  margin-top: 70px;
}

.aw-birdcalls-page .app-screens .screenshot-wrap .screenshot-frame {
  background-image: url("images/iphone-mask.png");
  background-repeat: no-repeat;
  background-size: 100% 100%;
  display: block;
  width: 315px;
  height: 543px;
  position: absolute;
  top: -10px;
  left: calc(50% + 0.5px);
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  z-index: 2;
  border-radius: 20px;
  -moz-border-radius: 20px;
  -webkit-border-radius: 20px;
}

.aw-birdcalls-page .app-screens .screenshot-wrap .owl-item img {
  -webkit-transform: scale(0.85);
  transform: scale(0.85);
  -webkit-transition: 0.3s;
  transition: 0.3s;
  -webkit-box-shadow: 0 4px 10px 0 rgba(0, 0, 0, 0.12);
  box-shadow: 0 4px 10px 0 rgba(0, 0, 0, 0.12);
  border-radius: 30px;
}

.aw-birdcalls-page .app-screens .screenshot-wrap .owl-item.active.center img {
  -webkit-transform: scale(1);
  transform: scale(1);
}

.aw-birdcalls-page .app-screens .screenshot-wrap .owl-dots {
  margin-top: 50px !important;
}

.aw-birdcalls-page .app-screens .screenshot-wrap .owl-dots .owl-dot span {
  width: 12px;
  height: 12px;
  background-color: #869791;
}

.aw-birdcalls-page .app-screens .screenshot-wrap button.owl-dot.active span {
  background-color: #407ef4;
}

.aw-birdcalls-page .contact-us-form {
  padding: 60px 0 25px;
}

.aw-birdcalls-page .contact-us-form h2 {
  padding-bottom: 10px;
  font-size: 30px;
}

.aw-birdcalls-page .contact-us-form .contact-box {
  max-width: 600px;
  margin: 40px auto 70px;
  width: 100%;
  padding: 40px;
  -webkit-box-shadow: 0 0.313rem 0.875rem rgba(45, 49, 54, 0.09);
  box-shadow: 0 0.313rem 0.875rem rgba(45, 49, 54, 0.09);
  -moz-box-shadow: 0 0.313rem 0.875rem rgba(45, 49, 54, 0.09);
  border-radius: 10px;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  border: 1px solid #eee;
}

.aw-birdcalls-page .contact-us-form .form-subtitle {
  font-family: 'Montserrat', sans-serif;
  font-weight: 500;
  letter-spacing: 0.5px;
  text-align: center;
  margin-top: 0px;
  font-size: 20px;
  color: #000;
}

.aw-birdcalls-page .contact-us-form .contact-box li {
  padding-right: 0 !important;
}

.aw-birdcalls-page .contact-us-form .contact-box textarea,
.aw-birdcalls-page .contact-us-form .contact-box input {
  border: 1px solid #ddd;
  padding: 12px 15px !important;
  height: inherit;
  max-width: 100%;
}

.aw-birdcalls-page .contact-us-form .contact-box input {
  margin-top: 0;
}

.aw-birdcalls-page .contact-us-form .contact-box input:focus,
.aw-birdcalls-page .contact-us-form .contact-box textarea:focus {
  border-color: #407ef4;
  transition: all .3s ease-out 0s;
  -moz-transition: all .3s ease-out 0s;
  -webkit-transition: all .3s ease-out 0s;
}

.aw-birdcalls-page .contact-us-form .contact-box textarea {
  height: 120px;
}

.aw-birdcalls-page .contact-us-form .contact-box ul li.gfield_error {
  background: transparent;
  padding: 0 !important;
  margin: 0 !important;
  border:none;
}

.aw-birdcalls-page .contact-us-form .contact-box ul li.gfield_error .gfield_description {
  padding-top: 2px;
  padding-bottom: 5px;
  color: #cc0000;
  font-weight: 400;
}

.aw-birdcalls-page .gform_wrapper.gform_validation_error .gform_body ul li.gfield.gfield_error:not(.gf_left_half):not(.gf_right_half) {
  max-width: 100% !important;
}

.aw-birdcalls-page .contact-us-form .contact-box .validation_error {
  display: none;
}

.aw-birdcalls-page .contact-us-form .contact-box ul li.gfield_error input,
.aw-birdcalls-page .contact-us-form .contact-box ul li.gfield_error textarea {
  border-color: #cc0000 !important;
}

.aw-birdcalls-page .contact-us-form .contact-box input[type="submit"] {
  background-color: #407ef4;
  border: none;
  font-size: 16px !important;
  font-family: 'Montserrat', sans-serif;
  font-weight: 600;
  letter-spacing: 0.5px;
  border-radius: 6px;
  padding: 14px 15px !important;
  max-width: 160px;
  width: 100%; 
  transition: all .3s ease-out 0s;
  -moz-transition: all .3s ease-out 0s;
  -webkit-transition: all .3s ease-out 0s;
}

.aw-birdcalls-page .contact-us-form .contact-box input[type="submit"]:hover {
  background-color: #000;
  color: #fff;
  transition: all .3s ease-out 0s;
  -moz-transition: all .3s ease-out 0s;
  -webkit-transition: all .3s ease-out 0s;
}

.aw-birdcalls-page .footer-bottom-section {
  padding: 50px 0 50px;
 background: #f4c753; /* Old browsers */
background: -moz-linear-gradient(-45deg, #f4c753 0%, #e09406 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(-45deg, #f4c753 0%,#e09406 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(135deg, #f4c753 0%,#e09406 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f4c753', endColorstr='#e09406',GradientType=1 );
  margin-top: 20px;
}

.aw-birdcalls-page .footer-bottom-section h2 {
  font-size: 36px;
  line-height: 46px;
  margin-bottom: 15px;
  color: #000;
  position: relative;
  font-family: 'Montserrat', sans-serif;
  font-weight: 500;
  margin-top: 0;
}

.aw-birdcalls-page .footer-bottom-section h2 span {
  color: #fff;
}

.aw-birdcalls-page .footer-bottom-section .screen-box {
  position: relative;
  z-index: 10;
}

.aw-birdcalls-page .footer-bottom-section p {
  font-family: 'Montserrat', sans-serif;
  font-size: 15px;
  color: #000;
  line-height: 23px;
}

.aw-birdcalls-page .footer-bottom-section .download-app-section {
  text-align: left;
}

.aw-birdcalls-page .gform_confirmation_message {
text-align: center;
font-size: 17px;
color: #027e10;
font-weight: 500;
}

.aw-birdcalls-page .copyright-box {
  text-align: center;
  background-color: #333;
  padding: 8px 0;
}

.aw-birdcalls-page .copyright-box p {
  margin: 0;
  color: #eee;
  font-size: 13px;
}

.aw-birdcalls-page .copyright-box p a {
  color: #fff;
  text-decoration:underline;
}

.aw-birdcalls-page .copyright-box p a:hover {
  text-decoration: none;
  color: #40bced;
}

@media only screen and (max-width: 1199px) {
  .aw-birdcalls-page .app-screens .screenshot-wrap .screenshot-frame {
    background: none;
    display: none;
  }

  .aw-birdcalls-page .app-screens .screenshot-wrap .owl-item.active.center img {
    -webkit-transform: scale(0.95);
    transform: scale(0.95);
  }
}

@media only screen and (max-width: 1024px) {
  .aw-birdcalls-page .hero-section h2 br {
    display: none;
  }

  .aw-birdcalls-page .footer-bottom-section .download-app-section img {
    width: 140px;
  }
}

@media only screen and (max-width: 767px) {
  .aw-birdcalls-page header {
    background: none;
    background-color: #fff !important;
  }
  
   .aw-birdcalls-page .download-app-section img:hover {
    transform: translateY(0px);
  -moz-transform: translateY(0px);
  -webkit-transform: translateY(0px);
  }

  .aw-birdcalls-page header .download-app img {
    width: 120px;
  }

  .aw-birdcalls-page header h2 {
    font-size: 21px;
  }

  .aw-birdcalls-page .download-app {
    margin-top: 10px;
  }

  .aw-birdcalls-page .hero-section {
    padding: 180px 0 0;
  }

  .aw-birdcalls-page .hero-section img {
    width: 140px;
    margin: 0 auto;
  }

  .aw-birdcalls-page .hero-section h1 {
    font-size: 28px;
    margin-bottom: 30px;
  }

  .aw-birdcalls-page .hero-section h2 {
    line-height: 42px;
    margin-top: 0;
    font-size: 30px;
  }

  .aw-birdcalls-page .download-app-section {
    margin-top: 25px;
  }

  .aw-birdcalls-page .feature-section {
    margin-top: 100px;
  }

  .aw-birdcalls-page .feature-section {
    padding: 40px 0 60px;
  }

  .aw-birdcalls-page .feature-section .top-intro-box h2 {
    font-size: 30px;
  }

  .aw-birdcalls-page .feature-section .top-intro-box h4 {
    font-size: 17px;
    margin-bottom: 40px;
  }

  .aw-birdcalls-page .feature-section .feature-box h2 {
    font-size: 28px;
  }

  .aw-birdcalls-page .feature-section .features {
    margin-top: 40px;
  }

  .aw-birdcalls-page .feature-section .feature-box ul li {
    line-height: 23px;
    font-size: 15px;
  }

  .aw-birdcalls-page .app-screens h2, 
  .aw-birdcalls-page .contact-us-form h2 {
    margin-top: 0;
    font-size: 30px;
  }

  .aw-birdcalls-page .app-screens h2::after {
    bottom: -5px;
  }

  .aw-birdcalls-page .app-screens .screenshot-wrap .owl-item img {
    width: auto;
    margin: 0 auto;
  }

  .aw-birdcalls-page .app-screens .screenshot-wrap {
    margin-top: 40px;
  }

  .aw-birdcalls-page .footer-bottom-section {
    padding: 70px 0 70px;
  }

  .aw-birdcalls-page .footer-bottom-section .screen-box {
    margin: 0px 0px 35px;
  }

  .aw-birdcalls-page .footer-bottom-section h2 {
    font-size: 25px;
    line-height: 36px;
  }

  .aw-birdcalls-page .contact-us-form .contact-box {
    margin-bottom: 25px;
  }
 


}

@media only screen and (max-width: 575px) {
  .aw-birdcalls-page header {
    text-align: center;
    height: inherit;
    padding: 5px 0 15px;
  }

  .aw-birdcalls-page .download-app {
    text-align: center !important;
  }

  .aw-birdcalls-page .hero-section h2,
  .aw-birdcalls-page .feature-section .top-intro-box h2 {
    font-size: 25px;
    line-height: 36px;
  }

  .aw-birdcalls-page .feature-section .top-intro-box h2 {
    line-height: 32px;
  }

  .aw-birdcalls-page .feature-section .feature-box h2,
  .aw-birdcalls-page .app-screens h2, 
  .aw-birdcalls-page .contact-us-form h2 {
    font-size: 22px;
  }

  .aw-birdcalls-page .download-app-section img:first-of-type,
  .aw-birdcalls-page header .download-app img:first-of-type {
    margin-right: 10px;
  }

  .aw-birdcalls-page .contact-us-form .form-subtitle {
    font-size: 18px;
  }

  .aw-birdcalls-page .contact-us-form .contact-box {
    padding: 20px;
  }

  .aw-birdcalls-page .contact-us-form .contact-box textarea, 
  .aw-birdcalls-page .contact-us-form .contact-box input {
    padding-top: 8px !important;
    padding-bottom: 8px !important; 
  }

  .aw-birdcalls-page .contact-us-form .contact-box input[type="submit"] {
    max-width: inherit;
    min-height: 50px !important;
    line-height: 1 !important;
  }

  .contact-us-form .gform_fields li .ginput_recaptcha {
    transform: scale(0.82);
    -webkit-transform: scale(0.82);
    transform-origin: 0 0;
    -webkit-transform-origin: 0 0;
  }

  .contact-us-form .gform_wrapper .gform_footer {
    margin-top: 0;
  }
  
  .aw-birdcalls-page .app-screens .screenshot-wrap .owl-item.active.center img {
    -webkit-transform: scale(0.80);
    transform: scale(0.80);  
  }
  
  .aw-birdcalls-page .app-screens .screenshot-wrap .owl-dots {
      margin-top: 0 !important;
  }
  
  .aw-birdcalls-page .app-screens .screenshot-wrap {
      margin-top: 0;
  }
}

@media only screen and (max-width: 350px) {
  .aw-birdcalls-page .hero-section img,
  .aw-birdcalls-page .footer-bottom-section .download-app-section img{
    width: 125px;
  }
}




/* ------ START: Upsell Page style ------- */

.aw-upsell-page {
  font-family: 'Montserrat', sans-serif;
  font-weight: 400;
}

.aw-upsell-page .container {
  max-width: 1600px;
  margin: 0 auto;
  padding: 0 40px;
}

.aw-upsell-page .faq-section .container {
  max-width: 1050px;
  margin: 0 auto;
  padding: 0 20px;
}

.aw-upsell-page h1, .aw-upsell-page h2, .aw-upsell-page h3 {
  font-family: 'Montserrat', sans-serif;
  font-weight: 400;
  color: #000;
}

.aw-upsell-page .site-header {
  background: transparent;
  padding: 10px 0;
  height: auto;
  position: fixed;
  width: 100%;
  transition: all .3s ease-in-out;
}

.aw-upsell-page .site-header:hover,
.aw-upsell-page .site-header.fixed-header {
  transition: all .3s ease-in-out;
  background: #fff;
  -webkit-box-shadow: 0 3px 60px 0 rgba(0,0,0,.15);
  box-shadow: 0 3px 60px 0 rgba(0,0,0,.15);
  padding: 4px 0;
}

.aw-upsell-page .site-header .navbar a.navbar-brand img {
   transition: all .3s ease-out 0s;
  -moz-transition: all .3s ease-out 0s;
  -webkit-transition: all .3s ease-out 0s; 
}

.aw-upsell-page .site-header:hover .navbar a.navbar-brand img,
.aw-upsell-page .site-header.fixed-header .navbar a.navbar-brand img {
  max-width: 75px;
  transition: all .3s ease-out 0s;
  -moz-transition: all .3s ease-out 0s;
  -webkit-transition: all .3s ease-out 0s;
}

.aw-upsell-page .site-header .navbar {
  max-width: inherit;
  float: none;
  width: inherit;
  margin: 0;
  padding: 0;
  opacity: 1;
  visibility: visible;
  background: transparent;
}

.aw-upsell-page .site-header .navbar-brand {
  margin-top: 0px;
}

.aw-upsell-page .site-header .navbar ul {
  margin: 5px 0 0;
}

.aw-upsell-page .site-header .navbar ul li {
  margin-right: 30px;
  transform: inherit;
  -moz-transform: inherit;
  -webkit-transform: inherit;
  opacity: 1;
}

.aw-upsell-page .site-header .navbar ul {
    top: inherit;
}

.aw-upsell-page .site-header .navbar ul li:nth-of-type(3) {
  margin-right: 0;
}

.aw-upsell-page .site-header .navbar ul li a {
  padding: 0;
  color: #303669;
  font-weight: 600;
  font-size: 15px;
  letter-spacing: 0.25px;
  transition: all .3s ease-out 0s;
  -moz-transition: all .3s ease-out 0s;
  -webkit-transition: all .3s ease-out 0s;
  text-shadow: inherit;
  -moz-text-shadow: inherit;
  -webkit-text-shadow: inherit;
}

.aw-upsell-page .site-header .navbar ul li a.nav-link.active,
.aw-upsell-page .site-header .navbar ul li a:hover,
.aw-upsell-page .site-header .navbar ul li a:focus{
  color: #1ac790;
}

.aw-upsell-page .site-header .navbar ul li a:hover {
  color: #1ac790;
  transition: all .3s ease-out 0s;
  -moz-transition: all .3s ease-out 0s;
  -webkit-transition: all .3s ease-out 0s;
}

.aw-upsell-page .upsell-hero-section {
  background: linear-gradient(180deg, #EBF4FF, #FFFFFF);
  padding-top: 140px;
}

.aw-upsell-page .upsell-hero-section h1 {
  color: #4973a4;
  font-family: 'Montserrat', sans-serif;
  font-size: 45px;
  font-weight: 800;
  line-height: 60px;
  text-align: center;
  margin-top: 0;
  letter-spacing: 0.2px;
  margin-bottom: 10px;
  position:relative;
  padding-bottom: 10px;
}

.aw-upsell-page .upsell-hero-section h1:after {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    max-width: 320px;
    width: 100%;
    height: 2px;
    background-color: #b4d2fd;
    margin: 0 auto;
    bottom: -6px;
}

.aw-upsell-page .upsell-hero-section .logo-box {
    text-align:center;
}

.aw-upsell-page .upsell-hero-section .logo-box br {
    display:none;
}

.aw-upsell-page .upsell-hero-section .logo-box img {
    width:200px;
    height: auto;
}

.aw-upsell-page .upsell-hero-section .logo-box .logo-one {
    margin-right: 20px;
}

.aw-upsell-page .upsell-hero-section .logo-box .logo-one {
    margin-left: 20px;
}


.aw-upsell-page .upsell-hero-section h2 {
  color: #141414;
  font-family: 'Montserrat', sans-serif;
  font-size: 21px;
  font-weight: 300;
  line-height: 36px;
  font-weight: 500;
  text-align: center;
  margin-top: 20px;
margin-bottom: 5px;
}

.aw-upsell-page .upsell-hero-section h2 span.black-text {
color: #333;
font-weight: 600;
}

.aw-upsell-page .upsell-hero-section h2 span.green {
  color: #6B885F;
  font-weight: 500;
}

.upsell-flow-section {
  margin-top: 50px;
  margin-left: -80px;
}

.aw-upsell-page .upsell-screen {
  position: relative;
  margin: 50px 0 0;
}

.aw-upsell-page .upsell-screen .upsell-frame {
  display: block;
  width: 1400px;
  height: 888px;
  position: absolute;
  top: 0px;
  left: -20%;
  z-index: 20;
  overflow: hidden;
}

.upsell-imgbox {
  max-width: 950px;
  margin: 0 auto;
  height: 100%;
  overflow: hidden;
  left: 40px;
  top: 0;
  position: relative;
}

.aw-upsell-page .upsell-screen .upsell-frame img {
  position: absolute;
  left: 0;
  z-index: 1;
}

.aw-upsell-page .site-header .container {
  padding: 0 20px;
}

.aw-birdcalls-page .site-header .container,
.aw-birdcalls-page .site-header.fixed-header .container{
   padding: 0 20px; 
   border: none;
}

.aw-upsell-page .how-it-works-box {
  padding: 50px 20px 30px;
  max-width: 1050px;
  margin: 0 auto;
  color: #2E4C6F;
  text-align: center;
  font-size: 18px;
}

.aw-upsell-page .how-it-works-box p {
  line-height: 28px;
  text-align:left;
}

/*.aw-upsell-page .how-it-works-box strong {
  font-weight: 700;
}
*/

.aw-upsell-page .how-it-works-section h2 {
  font-size: 32px;
  font-weight: 700;
  margin-bottom: 25px;
  padding: 0;
  color: #2E4C6F;
}

.aw-upsell-page .how-it-works-section.section-box-one {
  /*background: #F8FCFF url('images/featured-bg.png') no-repeat center;
  background-attachment: fixed;
  background-size: 1024px auto;*/
  background-color: #F8FCFF;
  
}

.aw-upsell-page .how-it-works-section.section-box-two {
  background: #fff url('images/featured-bg.png') no-repeat center;
  color: #2E4C6F;
  background-size: 1024px auto;
}

.aw-upsell-page .how-it-works-section .how-it-work-right h2 {
  color: #2E4C6F;
}


.featured-section {
  background: url('images/featured-bg.png') no-repeat top center;
  background-size: 100%;
  padding-top: 150px;
  margin-bottom: 60px;
}

.featured-section .feature-card {
  text-align: center;
  margin-bottom: 50px;
}

.featured-section .feature-card img {
  max-width: 80px;
  margin-bottom: 26px;
}

.featured-section .feature-card h3 {
  font-size: 20px;
  font-weight: 700;
  color: #2E4C6F;
  margin-bottom: 10px;
}

.featured-section .feature-card p {
  line-height: 27px;
}

.faq-section {
  background-color: #F8FCFF;
  padding: 50px 0;
  text-align: left;
}

.faq-section h2.home-title {
  text-align: center;
  margin-bottom: 30px;
  font-size: 40px;
  font-weight: 700;
  color: #2E4C6F;
}

.faq-section .card {
  border: 0;
  background-color: transparent;
  border-bottom: 1px solid #D8D8D8;
  border-radius: 0;
}

.faq-section .card:last-of-type {
  border: 0;
}

.faq-section .card br {
  display: none;
}

.faq-section .card-header {
  background-color: transparent;
  border: 0;
  padding: 0;
}

.faq-section .card-header h5 {
  font-size: 24px;
  color: #F8FCFF;
  margin: 0;
}

.faq-section .btn.btn-link { 
  background: none;
  font-size: 17px;
  color: #2E4C6F;
  font-family: 'Montserrat', sans-serif;
  padding: 0;
  font-weight: 600;
  padding: 20px 20px 10px 30px !important;
  padding-left: 5px;
  display: block;
  width: 100%;
  text-align: left;
  position: relative;
  max-width: 100%;
  white-space: inherit;
}

.faq-section .btn.btn-link:after,
.faq-section .btn.btn-link[aria-expanded="false"]:after {
  content: "+";
  display: block;
  position: absolute;
  left: 0;
  top: 21px;
  font-size: 28px;
  color: #2E4C6F;
  line-height: 22px;
}

.faq-section .btn.btn-link[aria-expanded="true"]:after {
  content: "-";
}

.faq-section .btn.btn-link[aria-expanded="false"] {
  margin-bottom: 10px;
}

.faq-section .card-body ul {
  padding-left: 15px;
  margin-top: 10px;
}

.faq-section .card-body ul li {
  margin-bottom: 10px;
  position: relative;
  list-style-type: none;
  background: url('images/tick-icon-blue.png') no-repeat left 5px;
      background-size: auto;
  background-size: 17px auto;
  padding-left: 28px;

}

.faq-section .card-body ul li:last-of-type {
  margin-bottom: 0;
}

.faq-section .btn.btn-link:hover,
.faq-section .btn.btn-link:focus {
  text-decoration: none;
}

.faq-section .card-body {
  padding-top: 0;
  padding-left: 30px;
  color: #1E1E1E;
}

.contact-section {
  background: #2E4C6F url('images/featured-bg.png') no-repeat top center;
  background-size: 100%;
  padding: 50px 0;
  color: #fff;
}

.contact-section #contact-us-form h3,
.contact-section #get-a-quote-form h3 {
font-size: 40px;
text-align: center;
color: #fff;
text-transform: uppercase;
margin-bottom: 10px;  
font-weight:700;
}

.contact-section .get-a-quote-form h4 {
  color: #1ac790;
  font-family: 'Montserrat', sans-serif;
  font-weight: 600;
  font-size: 18px;
  border-bottom: 1px solid #2e4c6f;
  padding-bottom: 10px;
  margin-top: 0;
}

.contact-section .get-a-quote-form li.contact-details-label {
  position: relative;
  padding-top: 35px;
}

.contact-section .get-a-quote-form li.contact-details-label:after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  height: 2px;
  background-color: #4d6e9f;
  top: 0;
  width: 100px;
}

.contact-section .get-a-quote-form li.contact-details-label h4 {
  margin-bottom: 0;
  border:none;
  padding-bottom: 0;
}

.contact-section .get-a-quote-form li.get-a-quote-crm label {
  margin-bottom: 0px !important;
  color: #c4dfff !important;
  font-size: 13px;
}

.contact-section .get-a-quote-form li.get-a-quote-crm .ginput_container_select {
  margin-top: 6px;
}

.contact-section .get-a-quote-form li label,
.contact-section .contact-us-form li.contact-form-demo label {
  font-weight: 500;
  color: #c4dfff !important;
}

.contact-section .get-a-quote-form.contact-us-form li.contact-form-demo {
  margin-top: 0px !important;
  margin-bottom: 15px !important;
}

.contact-section .get-a-quote-form.contact-us-form li.contact-form-demo label.gfield_label,
.contact-section .get-a-quote-form li.product-number label.gfield_label {
  max-width: 200px;
  color: #c4dfff !important;
  width: 100%;
  font-size: 13px;
}

.contact-section .get-a-quote-form.contact-us-form li.contact-form-demo label.gfield_label {
  position: relative;
  top: -3px;
}


.contact-section .get-a-quote-form li.contact-form-demo label  {
  display: inline-block;
  margin-top: 0;
}

.contact-section .get-a-quote-form li.contact-form-demo .ginput_container_radio {
  display: inline-block;
  position: relative;
  top:9px;
  margin-left: 15px;
}

.contact-section .get-a-quote-form li.notes label {
  margin-bottom: 0;
  font-size: 13px;
}

.contact-section .get-a-quote-form li.notes {
  margin-top: 20px !important;
}

.contact-section .get-a-quote-form li.notes .ginput_container_textarea {
  margin-top: 0;
}

.contact-section .get-a-quote-form li.notes .ginput_container_textarea textarea {
  margin-top: 7px;
}

.contact-section .get-a-quote-form li.product-number .ginput_container_select {
  display: inline-block;
  margin-left: 15px;
  max-width: 120px;
  width: 100%;
}

.contact-section .get-a-quote-form li.contact-details-label {
  margin-top: 50px !important;
}

.contact-section .get-a-quote-form li.product-number .ginput_container_select select,
.contact-section .get-a-quote-form li.get-a-quote-crm .ginput_container_select select {
  -webkit-appearance: none;
  background-image: url(images/down-arrow.svg);
  background-repeat: no-repeat;
  background-size: 8px auto;
  background-position: 90% center;
  background-color: rgba(0,0,0,.25);
  color: #fff;
  border: 1px solid #142131;
}

.contact-section .get-a-quote-form li.get-a-quote-crm {
  width: 100%;
  max-width: 340px;
}

.contact-section input::-moz-placeholder,
.contact-section textarea::-moz-placeholder {
    color: #6a87a8;
    opacity: 1;
    font-size: 15px;
}

.contact-section input::-webkit-input-placeholder,
.contact-section textarea::-webkit-input-placeholder {
    color: #6a87a8;
    opacity: 1;
    font-size: 15px;
}

.contact-section input:-ms-input-placeholder,
.contact-section textarea:-ms-input-placeholder {
    color: #6a87a8;
    opacity: 1;
    font-size: 15px;
}

.contact-section input::placeholder,
.contact-section textarea::placeholder {
    color: #6a87a8;
    opacity: 1;
    font-size: 15px;
}

.contact-section .get-a-quote-form li.get-a-quote-crm .ginput_container_select select {
  background-position: 97% center;
  border: 1px solid #142131;
}

.contact-section .contact-us-form {
  max-width: 750px;
  margin: 30px auto 0;
  padding: 30px 40px;
  background-color: rgba(0,0,0,0.20);
  box-shadow: 0px 0px 25px rgba(0,0,0,.15);
  border:1px solid rgba(0,0,0,0.20);
} 



.contact-section .gfield_checkbox li input[type=checkbox],
body.aw-birdcalls-page .contact-box .gfield_checkbox li input[type=checkbox] {
  opacity: 0;
  position: absolute;
}

.contact-section .gfield_checkbox li input[type=checkbox]+label,
body.aw-birdcalls-page .contact-box .gfield_checkbox li input[type=checkbox]+label {
  position: relative;
  overflow: hidden;
  padding-left: 35px;
  cursor: pointer;
  display: inline-block;
}

body.aw-birdcalls-page .contact-box .gfield_checkbox li input[type=checkbox]+label {
    padding-left: 30px;
    max-width: 100%;
    font-weight: 400 !important;
    display: block;
    width: 100%;
}

.contact-section .gfield_checkbox li input[type=checkbox]+label:before,
.contact-section .gfield_checkbox li input[type=checkbox]+label:after,
body.aw-birdcalls-page .contact-box .gfield_checkbox li input[type=checkbox]+label:after,
body.aw-birdcalls-page .contact-box .gfield_checkbox li input[type=checkbox]+label:before {
  content: '';
  position: absolute;
  left: 0;
  z-index: 1;
  -webkit-transition: .2s;
  transition: .2s;
}

.contact-section .gfield_checkbox li input[type=checkbox]:not(:checked)+label:after,
body.aw-birdcalls-page .contact-box .gfield_checkbox li input[type=checkbox]:not(:checked)+label:after {
  width: 20px;
  height: 20px;
  border: 2px solid #fff;
  top: 1px;
}

body.aw-birdcalls-page .contact-box .gfield_checkbox li input[type=checkbox]:not(:checked)+label:after {
    border-color: #407ef4;
}

.contact-section .gfield_checkbox li input[type=checkbox]:checked+label:after,
body.aw-birdcalls-page .contact-box .gfield_checkbox li input[type=checkbox]:checked+label:after {
  top: 1px;
  width: 20px;
  height: 20px;
  border: 2px solid #1ac790;
  background-color: #1ac790;
  z-index: 0;
  border-radius: 2px
}

body.aw-birdcalls-page .contact-box .gfield_checkbox li input[type=checkbox]:checked+label:after {
   border: 2px solid #407ef4;
  background-color: #407ef4; 
}

.contact-section .gfield_checkbox li input[type=checkbox]:not(:checked)+label:before,
body.aw-birdcalls-page .contact-box .gfield_checkbox li input[type=checkbox]:not(:checked)+label:before{
  width: 0;
  height: 0;
  border: 3px solid transparent;
  left: 6px;
  top: 10px;
  -webkit-transform: rotateZ(37deg);
  transform: rotateZ(37deg);
  -webkit-transform-origin: 100% 100%;
  transform-origin: 100% 100%;
}

.contact-section .gfield_checkbox li input[type=checkbox]:checked+label:before,
body.aw-birdcalls-page .contact-box .gfield_checkbox li input[type=checkbox]:checked+label:before {
  top: 1px;
  left: 1px;
  width: 8px;
  height: 13px;
  margin-top: 3px;
  border-top: 2px solid transparent;
  border-left: 2px solid transparent;
  border-right: 2px solid #fff;
  border-bottom: 2px solid #fff;
  -webkit-transform: rotateZ(37deg);
  transform: rotateZ(37deg);
  -webkit-transform-origin: 100% 100%;
  transform-origin: 100% 100%;
}

.contact-section .gfield_checkbox li,
body.aw-birdcalls-page .contact-box .gfield_checkbox li,
.contact-section .gfield_radio li {
  position: relative;
}

.contact-section .gform_wrapper .gfield_radio li label {
  margin: 2px 0 0 21px;
}

.contact-section .gform_wrapper ul li.gfield.optional .gfield_radio label::after {
  content: "";
  opacity: 1;
}

.contact-section .gform_wrapper .gfield_radio li input[type="radio"] {
  display: none;
}

.contact-section ul.gfield_radio li[class^="gchoice"] label:before,
.contact-section ul.gfield_radio li[class^="gchoice"] label:after {
  bottom: 0;
  content: '';
  margin: auto;
  position: absolute;
  top: 1px;
}

.contact-section .gfield_radio li[class^="gchoice"] label:after {
  content: "";
  background-color: transparent;
  border: 2px solid #fff;
  border-radius: 50%;
  display: inline-block;
  height: 18px;
  left: 0;
  position: absolute;
  top: 0;
  transition: left .25s, background-color .13s;
  width: 18px;
}

.contact-section .gfield_radio input[type="radio"]:checked+label:before {
  content: "";
  left: 5px;
  text-align: center;
  top: 0px;
  z-index: 9;
  width: 8px;
  height: 8px;
  background-color: #1ac790;
  border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
}




.contact-section .contact-us-form .gform_heading {
  margin-bottom: 5px;
}

.contact-section .contact-us-form .gform_title {
  font-size: 40px;
  text-align: center;
  color: #fff;
  text-transform: uppercase;
  margin-bottom: 0;
}

.contact-section .contact-form-demo li {
  display: inline-block;
  margin-right: 20px!important;

}

.contact-section .contact-us-form li,
.contact-section .contact-us-form select {
  padding-right: 0 !important;
}

.contact-section .contact-us-form select option {
  background-color: #1c2e43;
}

.contact-section .contact-us-form select {
height: 44px;
background-color: #1c2e43;
border: 1px solid #142131;
color: #fff;
}

.contact-section .contact-us-form li input {
  width: 100% !important;
  padding: 13px 15px !important;
  border:none;
  height: inherit !important;
  font-family: 'Montserrat', sans-serif;
  font-size: 16px;
  font-weight: 500;
  border-radius: 0px;
  -moz-border-radius: 0px;
  -webkit-border-radius: 0px;
  max-width: 100% !important;
  background-color: #1c2e43;
  border: 1px solid #142131;
  color: #fff;
  box-shadow: inherit !important;
  -moz-box-shadow: inherit !important;
  -webkit-box-shadow: inherit !important;
}

.contact-section .contact-us-form li textarea {
  height: 120px;
  border:none;
  padding: 13px 15px !important;
  border-radius: 0px;
  -moz-border-radius: 0px;
  -webkit-border-radius: 0px;
  margin-top: 10px;
  max-width: 100% !important;
  font-weight: 500;
  background-color: rgba(0,0,0,0.25);
  border: 1px solid #142131;
  color: #fff;
  box-shadow: inherit !important;
  -moz-box-shadow: inherit !important;
  -webkit-box-shadow: inherit !important;
}

.contact-section .contact-us-form li.contact-form-tagline {
  text-align: center;
  font-size: 15px;
  color: #fff;
  margin-top: 0;
  margin-bottom: 30px;
}

.contact-section .contact-us-form select {
  padding: 12px 12px 12px 13px !important;
 border-radius: 0px;
  -moz-border-radius: 0px;
  -webkit-border-radius: 0px;
  border: 1px solid #142131;
  border:none;
}

.contact-section .contact-us-form select {
  max-width: 100% !important;
  color: #fff;
}

.contact-section li.contact-form-demo .gfield_label {
  font-size: 14px;
  margin-top: 25px;
  display: block;
  font-weight: 500;
}

.contact-section li.demo-option-check ul.gfield_checkbox li label,
.contact-section li.live-demo ul.gfield_checkbox li label {
font-size: 15px;        
padding-left: 3px;
font-weight: 600 !important;
padding-left: 28px; 
color: #fff !important;
}

.contact-section li.demo-option-check,
.contact-section li.live-demo {
  background-color: #3f5b86;
  margin-top: 17px !important;
  padding: 10px 15px !important;
}

.contact-section li.demo-option-check .ginput_container_checkbox,
.contact-section li.live-demo .ginput_container_checkbox {
  margin-top:0 !important;
}

.contact-section li.demo-option-check .ginput_container_checkbox ul,
.contact-section li.demo-option-check .ginput_container_checkbox ul li,
.contact-section li.live-demo .ginput_container_checkbox ul,
.contact-section li.live-demo .ginput_container_checkbox ul li {
  margin: 0;
}

.contact-section li.demo-option-check ul.gfield_checkbox li input[type="checkbox"],
.contact-section li.live-demo ul.gfield_checkbox li input[type="checkbox"]{
   margin-top: 0; 
}

.contact-section .gfield_error.website-url .gfield_label {
   font-size: 15px;
   color: #fff;
    
}

.contact-section li.contact-form-demo .ginput_container_radio {
  margin-top: 0px !important;
}

.contact-section li.contact-form-demo .ginput_container_radio label {
  font-size: 15px;
  font-weight: 500 !important;
}

.contact-section li.contact-form-demo ul.gfield_radio li {
  margin-bottom: 4px;
}

.contact-section li.contact-form-demo input[type="radio"]:checked + label {
  font-weight: 500 !important;
}

.contact-section li.contact-form-demo input[type="radio"] {
  margin-top: 2px!important;
}

.contact-section .contact-us-form .gform_footer {
  text-align: center;
}

.contact-section .contact-us-form .gform_button {
  background-color: #1ac790;
  font-family: 'Montserrat', sans-serif;
  border: none;
  text-align: center;
  width: 100%;
  padding: 15px;
  font-size: 21px !important;
  max-width: 400px !important;
  width: 100% !important;
  font-weight: 600;
  text-transform: uppercase;
  border-radius: 0px;
  -moz-border-radius: 0px;
  -webkit-border-radius: 0px;
}

.contact-section .contact-us-form .gform_button:hover {
  background-color: #3effc8;
  transition: all .3s ease-out 0s;
  -moz-transition: all .3s ease-out 0s;
  -webkit-transition: all .3s ease-out 0s;
}

.contact-section .contact-us-form .validation_error {
  display: none;
}

.contact-section .contact-us-form li.gfield_error {
  border: none !important;
  background-color: transparent !important;
  padding: 0 !important;
  margin: 0 !important;
}

.contact-section .contact-us-form li.gfield_error.notes {
  margin-top: 15px !important;
}

.contact-section .contact-us-form li.gfield_error.notes .ginput_container_textarea {
  margin-top: 0 !important;
}

.contact-section .contact-us-form li span.gfield_required {
  color: #fff !important;
  display:none;
}

.contact-section .contact-us-form li.gfield_error input {
  border:none !important;
}

.contact-section .contact-us-form .validation_message {
  padding-right: 0 !important;
  padding-top: 6px !important;
  color: #ff8585;
  font-weight: 400;
  font-size: 13px;
  letter-spacing: 0.5px;
}

.contact-section li.gfield_error textarea {
border:none !important;
}

.contact-section .contact-us-form li.website-url.gfield_error .ginput_container.ginput_container_textarea {
margin-top: 8px !important;
}

.contact-section .contact-us-form li.website-url .textarea {
margin-top: 0px !important;
border: 1px solid #142131;
color: #fff;
}

.contact-section .contact-us-form li.live-demo-border.live-demo {
border-bottom: 1px solid #87a1bf;
padding-bottom: 20px;
margin-bottom: 20px;    
}

.contact-section .gform_wrapper.gform_validation_error .contact-us-form .gform_body ul li.gfield.gfield_error:not(.gf_left_half):not(.gf_right_half) {
  max-width: 100% !important;
  width: 100% !important;
}

.contact-section .contact-us-form li.phone-number,
.contact-section .contact-us-form li.company-name {
  clear: none;
  width: 48%;
  float: left;
  margin-top: 0px !important;
  margin-bottom: 10px;
}

.contact-section .contact-us-form li.phone-number input,
  .contact-section .contact-us-form li.company-name input {
      margin-top: 5px;
      color: #fff;
  }

.contact-section .contact-us-form ul li.gfield {
  margin-top: 10px;
}

.contact-section .contact-us-form li.contact-form-demo {
  margin-top: 20px !important;
  color: #fff;
}

.contact-section .contact-us-form li.contact-form-demo label {
  color: #fff !important;
  
}

.contact-section .contact-us-form li.contact-form-demo ul.gfield_radio label {
  padding-left: 5px;
}

.contact-section .contact-us-form li.contact-form-demo .validation_message {
  display: none;
}

.contact-section .contact-us-form.get-a-quote-form .gfield_error.contact-form-demo .validation_message {
  position: relative;
  top: -2px;
  display: inline;
}

.contact-section .contact-us-form li.company-name {
  float: right;
}

.contact-section .contact-us-form .gform_confirmation_message  {
  font-size: 18px;
  text-align: center;
  font-weight: 500;
  margin-top: 0px;
}

.contact-section .contact-us-form li.website-url {
    margin-bottom: 20px !important;
}

.contact-section .contact-us-form li.website-url label.gfield_label {
    font-weight: 500 !important;
    margin-bottom: 2px !important;
    font-size: 13px;
    color: #a6c4e8;
}

.aw-upsell-page .copyright-box {
  text-align: center;
  background-color: #fff;
  padding: 20px 0 20px;
  text-align: center;
}

.aw-upsell-page .copyright-box p {
  margin: 0;
  color: #eee;
  font-size: 13px;
}

.aw-upsell-page .copyright-box p a {
  color: #1ac790
}

.aw-upsell-page .copyright-box p a:hover {
  text-decoration: underline;
}

@media only screen and (max-width: 1920px) {
  .upsell-flow-section .image img {
    max-width: 55%;
    margin: 0 auto;
  }
  
  .upsell-flow-section .image {
      text-align: center;
  }

  .aw-upsell-page .upsell-hero-section {
    padding-top: 150px;
  }

  .upsell-flow-section {
    margin-top: 30px;
  }
}

@media only screen and (max-width: 1450px) {
  .aw-upsell-page .how-it-works-section .how-it-works-box {
    padding-left: 20px;
  }

  .aw-upsell-page .how-it-works-section .how-it-work-right {
    padding-right: 20px;
  }

  .upsell-flow-section .image img {
    max-width: 50%;
  }

  .aw-upsell-page .upsell-hero-section h1 {
    padding-bottom: 5px;
  }

  .upsell-flow-section {
    margin-top: 25px;
  }
}

@media only screen and (max-width: 1024px) {
  .aw-upsell-page .how-it-works-section .how-it-works-box h2 {
    font-size: 27px;
    line-height: 36px;
  }

  .aw-upsell-page .how-it-works-section p {
    font-size: 14px;
  }

  .aw-upsell-page .how-it-works-section .how-it-works-box {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .upsell-flow-section .image img {
    max-width: 60%;
  }
}

@media only screen and (max-width: 767px) {
  body.aw-upsell-page header.site-header #socialSectionPhone {
    display: none;
  }
  
  .contact-section .contact-us-form.get-a-quote-form .gfield_error.contact-form-demo .validation_message {
    display: block;
    position: relative;
    top: -6px;
  }
  
  .aw-upsell-page .upsell-hero-section {
      padding-top: 90px;
  }
  
  .aw-upsell-page .upsell-hero-section {
      padding-top: 150px;
  }

  .aw-upsell-page .site-header .navbar a.navbar-brand img {
    max-width: 75px;
  }
  
  .contact-section .contact-us-form li.phone-number, .contact-section .contact-us-form li.company-name {
      width:100%;
  }
  
  .contact-section .contact-us-form li.phone-number input,
  .contact-section .contact-us-form li.company-name input {
      margin-top: 5px;
  }

  .upsell-flow-section .image img {
    max-width: 100%;
  }

  .aw-upsell-page .how-it-works-section .how-it-works-box {
    padding-left: 40px;
    padding-right: 40px;
  }

  .aw-upsell-page .container {
    padding: 0 20px;
  }

  .aw-upsell-page .upsell-hero-section h1,
  .faq-section h2.home-title,
  .contact-section .contact-us-form .gform_title {
    font-size: 30px;
    line-height: 36px;
  }
  
  .aw-upsell-page .upsell-hero-section h1 {
      padding-bottom: 5px;
  }
  
  .aw-upsell-page .upsell-hero-section h1 span img {
      width: 90px;
  }
  
  .aw-upsell-page .upsell-hero-section .logo-box img {
      width: 170px;
  }
  
  

  .aw-upsell-page .upsell-hero-section h2 {
    font-size: 19px;
    line-height: 30px;
  }

  .upsell-flow-section {
    margin-left: 0;
  }

  .featured-section {
    padding-top: 80px;
    margin-bottom: 20px;
  }

  .featured-section .feature-card h3 {
    margin-bottom: 8px;
  }

  .featured-section .feature-card p {
    line-height: 24px;
    font-size: 14px;
  }

  .faq-section .btn.btn-link {
    font-size: 16px;
  }
}

@media only screen and (max-width: 650px) {
  .contact-section .contact-us-form li input {
    line-height: 1 !important;
  }

  .contact-section .contact-us-form ul.gfield_radio li label {
    width: auto !important;
  }

  .contact-section .contact-us-form .gform_button {
    line-height: 1 !important;
  }
}

@media only screen and (max-width: 575px) {
  .aw-upsell-page .site-header {
    height: auto;
    padding: 10px 0;
    background-color: #fff !important;
    -webkit-box-shadow: 0 3px 60px 0 rgba(0,0,0,.15);
    box-shadow: 0 3px 60px 0 rgba(0,0,0,.15);
  }
  
  .contact-section #contact-us-form h3, .contact-section #get-a-quote-form h3 {
      font-size: 32px;
  }

  .aw-upsell-page .site-header .navbar ul {
    margin-top: 25px;
  }

  .aw-upsell-page .site-header .navbar ul li {
    margin-right: 0;
    margin-bottom: 15px;
    text-align: left;
  }
  
  .aw-upsell-page .site-header .navbar ul li a {
      text-align: left;
  }

  header#masthead .navbar-toggler-icon {
    height: 18px;
    width: 24px;
  }

  header#masthead .navbar-toggler {
  position: relative;
  padding: 5px;
  outline: 0;
  margin-right: 0px;
  background-color: #fff;
  line-height: 20px;
  background: transparent !important;

  }

  header#masthead .navbar-toggler .icon-bar {
    background-color: #000;
    height: 2px;
    display: block;
    transition: all .25s ease-in-out;
  }

  header#masthead .navbar-toggler-icon .icon-bar + .icon-bar {
    margin-top: 4px;
  }

  header#masthead .navbar-toggler.open-menu .icon-bar:nth-child(1) {
    -webkit-transform: rotate(45deg) translate(4px, 4px);
    transform: rotate(45deg) translate(4px, 4px);
  }

  header#masthead .navbar-toggler.open-menu .icon-bar:nth-child(2) {
    opacity: 0;
  }

  header#masthead .navbar-toggler.open-menu .icon-bar:nth-child(3) {
    -webkit-transform: rotate(-45deg) translate(4px, -4px);
    transform: rotate(-45deg) translate(4px, -4px);
  }

  header#masthead .navbar-toggler-icon {
    background-image: none !important;
  }
}

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

  .contact-section .contact-us-form {
    padding: 10px 20px;
  }

  .contact-section .get-a-quote-form.contact-us-form li.contact-form-demo {
    margin-top: 15px !important;
  }

  .contact-section .get-a-quote-form.contact-us-form li.contact-form-demo label.gfield_label {
    margin-bottom: 0;
  }

  .contact-section .get-a-quote-form li.get-a-quote-crm {
    max-width: inherit;
  }

  .contact-section .get-a-quote-form li.contact-form-demo .ginput_container_radio {
    top: 2px;
  }

  .contact-section .contact-us-form li.website-url label.gfield_label {
    line-height: 21px;
  }

  .contact-section .get-a-quote-form li.product-number .ginput_container_select,
   .contact-section .get-a-quote-form li.contact-form-demo .ginput_container_radio {
    display: block;
    margin-left: 0;
    max-width: inherit;
   }

   .contact-section .get-a-quote-form li.product-number .ginput_container_select select {
    background-position: 95% center;
   }

   .contact-section .get-a-quote-form li.product-number .ginput_container_select {
    margin-top: 2px;
   }

   .contact-section li.demo-option-check ul.gfield_checkbox li label,
   .contact-section li.live-demo ul.gfield_checkbox li label {
    font-size: 14px;
   }

   .form-tagline-label {
    font-size: 15px;
   }

   .contact-section #contact-us-form h3, 
   .contact-section #get-a-quote-form h3 {
    margin-bottom: 5px;
   }
}

/* ------ END: Upsell Page style ------- */

.user-email-page {
  height: 100%;
  position: relative;
}

.user-email-body {
  height: 100%;
  position: relative;
  background-color: #f1f1f1;
  width: 100%;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}

.user-email-body .site-main,
.user-email-body .content-area {
  height: 100%;
  margin: 0px;
}

.user-email-body .email-user-detail,
.user-email-body .email-user-detail.invalid,
.user-email-body .email-user-detail.invalid-param,
.user-email-body .email-user-detail.invalid-user {
  max-width: 550px;
  margin: 0 auto;
  font-size: 18px;
  box-shadow: 0px 0px 10px rgba(0,0,0,0.10);
  -moz-box-shadow: 0px 0px 10px rgba(0,0,0,0.10);
  -webkit-box-shadow: 0px 0px 10px rgba(0,0,0,0.10);
  padding: 170px 30px 30px;
  text-align: center;
  background: #fff url('images/email-icon.png') no-repeat center 60px ;
  background-size: 100px auto;
  position: absolute;
  left:0;
  right:0;
  margin: 0 auto;
  top: 50%;
  transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
}

.user-email-body .email-user-detail.invalid {
  background: #fff url('images/user-icon.png') no-repeat center 60px ;
  background-size: 110px auto;
}

.user-email-body .email-user-detail.invalid-param {
  background: #fff url('images/invalid-parameter.png') no-repeat center 60px ;
  background-size: 100px auto;
}

.user-email-body .email-user-detail.invalid-user {
  background: #fff url('images/invalid-user-icon.png') no-repeat center 60px ;
  background-size: 110px auto;
}

.user-email-body .email-user-detail.invalid-param h1,
.user-email-body .email-user-detail.invalid-user h1 {
  color: #c6001d;
  font-size: 24px;
}

.user-email-body .email-user-detail.invalid-user a {
  color: #005eb9;
  font-weight: 600;
  padding: 8px 20px;
  display: inline-block;
  max-width: 125px;
  width: 100%;
  text-align: center;
  font-size: 16px;
  border: 2px solid #005eb9;
  margin-top: 15px;
  transition: all 0.15s linear;
  -moz-transition: all 0.15s linear;
  -webkit-transition: all 0.15s linear;
}

.user-email-body .email-user-detail.invalid-user a:hover {
  background: #005eb9;
  color: #fff;
  transition: all 0.15s linear;
  -moz-transition: all 0.15s linear;
  -webkit-transition: all 0.15s linear;
}

.user-email-body .email-user-detail.invalid p {
  color: #c6001d;
  font-weight: 600;
  font-size: 20px;
}

.user-email-body .email-user-detail h1 {
  margin: 0 0 10px;
  color: #3ab549;
  font-family: 'Nunito Sans', sans-serif;
  font-weight: 700;
  letter-spacing: 0;
  font-size: 32px;
}


/*------------------------One Click Upsell---------------------*/
body.upsell-page {
  font-family: 'Lato', sans-serif;
  font-size: 26px;
  margin: 0;
  padding: 0;
  background: #fff;
  color: #2d2d2d;
}

body.upsell-page span.underline {
  border-bottom: 3px solid #fff;
}

body.upsell-page span.underline.black-border {
  border-color: #2d2d2d;
}

body.upsell-page h2, body.upsell-page h3,
body.upsell-page h4, body.upsell-page h5,
body.upsell-page h6 {
  font-family: 'Lato', sans-serif;
}

body.upsell-page .container {
  max-width: 1200px;
  width: 100%;
  margin: 0 auto;
  padding: 0 15px;
}

body.upsell-page .container-inside {
  max-width: 1024px;
  padding: 0 12px;
  margin: 0 auto;
  width: 1005;
}

body.upsell-page .blue-bg {
  background: #304575;
}

body.upsell-page .blue-txt {
  color: #304575;
}

body.upsell-page .pale-yellow-bg {
  background: #feffa0;
}

body.upsell-page ::-webkit-input-placeholder {
  color: #b6b6b6;
}

body.upsell-page ::-ms-input-placeholder { 
  color: #b6b6b6;
}

body.upsell-page ::placeholder {
  color: #b6b6b6;
}

body.upsell-page p:empty {
  margin: 0 !important;
}

body.upsell-page .mt-30 {
  margin-top: 30px;
}

body.upsell-page .banner-section {
  position: relative;
  padding: 100px 0 80px;
  z-index: 1;
}

body.upsell-page .banner-section:before {
  content: "";
  background: url(images/OCU-home-banner-bg.png) no-repeat;
  opacity: 1;
  top: 0;
  left: -30px;
  bottom: 0;
  right: 0;
  position: absolute;
  background-size: 680px auto;
  z-index: -1;
}

body.upsell-page .banner-section:after {
  content: "";
  background: url(images/offer-tag.png) no-repeat;
  position: absolute;
  background-size: 280px auto;
  z-index: -1;
  right: -5px;
  bottom: 30px;
  width: 280px;
  height: 280px;
}

body.upsell-page .banner-section h1,
body.upsell-page .form-section h2,
body.upsell-page .cta-section h2 {
  color: #fad207;
  font-weight: 800;
  font-size: 62px;
  text-align: center;
  font-family: 'Montserrat', sans-serif;
}

body.upsell-page .banner-section h1 {
  line-height: 85px;
}

body.upsell-page .banner-section h1 span,
body.upsell-page .form-section h2 span,
body.upsell-page .cta-section h2 span {
  color: #fff;
  display: block;
  color: #fff;
}

body.upsell-page .form-section h2,
body.upsell-page .cta-section h2 {
  color: #fff;
  font-weight: 800;
  font-size: 50px;
}

body.upsell-page .form-section h2 span {
  color: #fad207;
}

body.upsell-page .cta-section h2 {
  color: #304575;
}

body.upsell-page .cta-section h2 span {
  color: #497fc2;
}

body.upsell-page .banner-section h3,
body.upsell-page .flow-section h3,
body.upsell-page .upsell-framework-section h3 {
  font-weight: 700;
  font-size: 37px;
  color: #363636;
  line-height: 58px;
  text-align: center;
  margin: 45px 0 50px;
}

body.upsell-page .flow-section h3 {
  margin: 55px 0 80px;
  color: #2d2d2d;
}

body.upsell-page .banner-section h3 {
  font-weight: 400;
}

body.upsell-page span.highlight-text {
  background: #fad207;
  padding: 0 10px;
}

body.upsell-page .blue-bg {
  background: #304575;
}

body.upsell-page a.btn-green {
  background: #33b773;
  color: #fff;
  font-size: 36px;
  font-weight: 800;
  margin: 0 auto;
  text-align: center;
  padding: 25px 30px;
  border-bottom: 6px solid #fad207;
  display: inline-block;
  transition: all .3s ease-out 0s;
  -moz-transition: all .3s ease-out 0s;
  -webkit-transition: all .3s ease-out 0s;
  cursor: pointer;
}

body.upsell-page a.btn-green:hover,
body.upsell-page .contact-us-form .gform_button:hover {
  color: #000;
}

body.upsell-page a:hover,
body.upsell-page .bottom-content-section a:hover {
  color: #33b773;
  transition: all .3s ease-out 0s;
  -moz-transition: all .3s ease-out 0s;
  -webkit-transition: all .3s ease-out 0s;
}

body.upsell-page .flow-section {
  padding: 50px 0 0;
}

body.upsell-page .flow-section p,
body.upsell-page .upsell-framework-section p,
body.upsell-page .bottom-content-section p {
  line-height: 50px;
  font-weight: 400;
}

/*body.upsell-page a.btn-green:hover {

}*/

body.upsell-page .upsell-framework-section {
  padding: 40px 0 55px;
  background: #f6f6f6;
}

body.upsell-page .upsell-framework-section h2 {
  font-size: 47px;
  color: #497fc2;
   font-family: 'Montserrat', sans-serif;
   font-weight: 800;
   text-align: center;
   margin: 20px 0 45px;
}

body.upsell-page .upsell-framework-section h2 span {
  color: #304575;
}

body.upsell-page .upsell-framework-section .circle-diagram {
  margin-top: 80px;
}

body.upsell-page .upsell-framework-section .circle-diagram .box {
  max-width: 310px;
  width: 100%;
  background: #fff;
  box-shadow: 0px 2px 8px 0px #ccc;
  -webkit-box-shadow: 0px 2px 8px 0px #ccc;
  -moz-box-shadow: 0px 2px 8px 0px #ccc;
  /*padding: 40px 30px;*/
  border-radius: 15px;
  text-align: center;
  color: #2d2d2d;
  border-bottom: 5px solid #ccc;
  padding: 0 0 40px;
  margin-bottom: 60px;
}

body.upsell-page .upsell-framework-section .circle-diagram .box.mb-100 {
  margin-bottom: 100px;
}


body.upsell-page .upsell-framework-section .circle-diagram .box.green-box {
  border-color: #5bb72e;
  float: right;
  position: relative;
}

body.upsell-page .upsell-framework-section .circle-diagram .box:after {
  content: "";
  position: absolute;
  border-top: 5px solid #ccc;
  z-index: 1;
}

body.upsell-page .upsell-framework-section .circle-diagram .box.green-box:after {
  width: 170px;
  transform: rotate(35deg);
  transform-origin: 0;
  bottom: -5px;
  right: -66px;
  border-color: #5bb72e;
}

body.upsell-page .upsell-framework-section .circle-diagram .box.blue-box {
  border-color: #70d2fb;
  position: relative;
}

body.upsell-page .upsell-framework-section .circle-diagram .box.blue-box:after {
  width: 162px;
  transform: rotate(142deg);
  transform-origin: 0;
  bottom: -5px;
  left: 90px;
  border-color: #70d2fb;
}

body.upsell-page .upsell-framework-section .circle-diagram .box.purple-box {
  border-color: #995cff;
}

body.upsell-page .upsell-framework-section .circle-diagram .box.purple-box:after {
  width: 162px;
  transform: rotate(146deg);
  transform-origin: right;
  bottom: 130px;
  right: 17px;
  border-color: #995cff;
}

body.upsell-page .upsell-framework-section .circle-diagram .box.yellow-box {
  border-color: #fad207;
}

body.upsell-page .upsell-framework-section .circle-diagram .box.yellow-box:after {
  width: 137px;
  transform: rotate(214deg);
  transform-origin: left;
  bottom: 130px;
  left: 15px;
  border-color: #fad207;
}

body.upsell-page .upsell-framework-section .circle-diagram .box.orange-box {
  border-color: #ff8420;
  position: relative;
  margin-bottom: 12px;
}

body.upsell-page .upsell-framework-section .circle-diagram .box.orange-box:after {
  position: absolute;
  border: 3px solid #ccc;
  width: 0; 
  height: 165px;
  display: block; 
  content: '';
  left: 50%;
  top: -165px; 
  border-color: #ff8420;
}

body.upsell-page .upsell-framework-section .circle-diagram .box h4 {
  margin: 0;
  font-weight: 700;
  background: #ccc;
  border-top-left-radius: 15px;
  border-top-right-radius: 15px;
  color: #fff;
  padding: 15px 12px;
  margin-bottom: 25px;
  line-height: 28px;
}

body.upsell-page .upsell-framework-section .circle-diagram .box.green-box h4 {
  background: #5bb72e;

}

body.upsell-page .upsell-framework-section .circle-diagram .box.blue-box h4 {
  background: #70d2fb;
}

body.upsell-page .upsell-framework-section .circle-diagram .box.purple-box h4 {
  background: #995cff;
}

body.upsell-page .upsell-framework-section .circle-diagram .box.yellow-box h4 {
  background: #fad207;
}

body.upsell-page .upsell-framework-section .circle-diagram .box.orange-box h4 {
  background: #ff8420;
}

body.upsell-page .upsell-framework-section .circle-diagram .box p {
  font-size: 22px;
  line-height: 32px;
  margin-bottom: 0;
  padding: 0 30px;
}

body.upsell-page .upsell-framework-section .circle-diagram .orange-box.box p {
  font-size: 24px;
  color: #304575;
  padding: 0 50px;
}

body.upsell-page .upsell-framework-section .circle-diagram .logo-center {
  text-align: center;
  top: -40px;
}

body.upsell-page .upsell-framework-section .circle-diagram .logo-center.d-desktop-none {
  display: none;
}

body.upsell-page .upsell-framework-section .circle-diagram .logo-center img {
  border: 15px solid #fff;
  border-radius: 50%;
  box-shadow: 0px 4px 12px 0px #ccc;
  -webkit-box-shadow: 0px 4px 12px 0px #ccc;
  -moz-box-shadow: 0px 4px 12px 0px #ccc;
  position: inherit;
  z-index: 99;
}

body.upsell-page .upsell-framework-section .integration-section {
  margin: 60px 0;
}

body.upsell-page .upsell-framework-section .integration-section h3 {
  font-size: 26px;
  color: #626262;
  margin: 0;
  line-height: 30px;
}

body.upsell-page .upsell-framework-section .integration-section .content-section {
  padding: 20px 10px;
}

body.upsell-page .upsell-framework-section .integration-section .box1 .content-section {
  padding: 37px 20px;;
}

body.upsell-page .upsell-framework-section .integration-section .content-section p {
  margin-bottom: 0;
}

body.upsell-page .upsell-framework-section .integration-section .box1 h3 {
  margin-bottom: 25px;
}

body.upsell-page .upsell-framework-section .integration-section .box2 h3 {
  margin-top: 12px;
}

body.upsell-page .upsell-framework-section .integration-section .box1,
body.upsell-page .upsell-framework-section .integration-section .box2 {
  /*background: transparent;
  border: 20px solid;
  border-image-slice: 1;
  width: 50%;
  float: left;
  border-radius: 12px;
  background-origin: border-box;
  background-clip: padding-box, border-box;*/
    border: solid 20px transparent;
    border-radius: 40px;
    /*background-image: linear-gradient(white, white), radial-gradient(circle at top left, #f00,#3020ff);*/
    background-origin: border-box;
    background-clip: content-box, border-box;
    width: 50%;
    float: left;
    position: relative;
}

body.upsell-page .upsell-framework-section .integration-section .box1 {
  /*border-image: linear-gradient(to right, #f9d4a1, #f2abb5), radial-gradient(circle at top left, #f00,#3020ff);*/
  background-image: linear-gradient(#f6f6f6, #f6f6f6), radial-gradient(circle at left, #f9d4a1,#f2abb5);
  border-right:none;
  border-top-right-radius: 0;

  position: relative;
}

body.upsell-page .upsell-framework-section .integration-section .box2 {
  /*border-image-source: linear-gradient(to right, #f2abb5, #ea7fca);*/
  background-image: linear-gradient(#f6f6f6, #f6f6f6), radial-gradient(circle at left, #f2abb5,#ea7fca);
  border-left: none;
  border-bottom-left-radius: 0;
  position: relative;
}

body.upsell-page .upsell-framework-section .integration-section .box1:before {
  content: '';
  position: absolute;
  top: -26px;
  right: -10px;
  border-top: 38px solid #f6f6f6;
  border-left: 120px solid #f6f6f6;
  width: 0;
}


body.upsell-page .upsell-framework-section .integration-section .box2:after {
  content: '';
  position: absolute;
  bottom: -36px;
  left: 0;
  border-top: 38px solid #f6f6f6;
  border-left: 91px solid #f6f6f6;
  width: 0;
}

body.upsell-page .upsell-framework-section .integration-section .box1:after {
  content: "";
  display: block;
  position: absolute;
  width: 50px;
  height: 60%;
  right: 0px;
  z-index: 10;
  bottom: -20px;
  border-radius: 40px;
  border: solid 20px transparent;
  border-top: 0;
  border-left: 0;
  border-bottom-left-radius: 0px;
  border-top-right-radius: 0px;
  background-origin: border-box;
    background-clip: content-box, border-box;
  background-image: linear-gradient(#f6f6f6, #f6f6f6), radial-gradient(circle at left, #f3b2b1,#f2abb5);
}

body.upsell-page .upsell-framework-section .integration-section .box2:before {
  content: "";
  display: block;
  position: absolute;
  width: 60px;
  height: 60%;
  left: -20px;
  z-index: 10;
  top: -20px;
  border-radius: 40px;
  border: solid 20px transparent;
  border-right: 0px;
  border-bottom: none;
  border-bottom-left-radius: 0px;
  border-top-right-radius: 0px;
  background-origin: border-box;
    background-clip: content-box, border-box;
  background-image: linear-gradient(#f6f6f6, #f6f6f6), radial-gradient(circle at left, #f2aeb4,#f09ebb);
}


body.upsell-page .upsell-framework-section .integration-section .box2 .content-section,
body.upsell-page .upsell-framework-section .integration-section .box1 .content-section {
  position: relative;
}

body.upsell-page .upsell-framework-section .integration-section .box1 .content-section:before {
  content: "";
  position: absolute;
  width: 25px;
  height: 25px;
  background: #fff;
  border-radius: 50%;
  border: 2px solid #70aefb;
  top: -22px;
  right: 91px;
  z-index: 99;
}

body.upsell-page .upsell-framework-section .integration-section .box2 .content-section:before {
  content: "";
  position: absolute;
  width: 25px;
  height: 25px;
  background: #fff;
  border-radius: 50%;
  border: 2px solid #70aefb;
  bottom: -22px;
  left: 85px;
  z-index: 99;
}

.clear {
  clear: both;
}


body.upsell-page .form-section {
  padding: 50px 0 50px;
}

body.upsell-page .form-section h3,
body.upsell-page .form-section h4 {
  text-align: center;
  color: #fff;
}

body.upsell-page .form-section h3 {
  font-size: 30px;
  font-weight: 700;
  line-height: 36px;
  margin: 25px 0 8px;
}

body.upsell-page .form-section h4 {
  font-size: 26px;
  margin-top: 0;
  margin-bottom: 5px;
}

body.upsell-page .form-section span.yellow-txt {
  color: #fffa7f;
}

body.upsell-page .form-section .offer-section {
  margin: 100px 0 50px;
}

body.upsell-page .form-section .offer-section h3 {
  text-transform: uppercase;
  font-size: 40px;
  color: #fad207;
  line-height: 55px;
}

body.upsell-page .form-section .offer-section p {
  margin-bottom: 12px;
}

body.upsell-page .form-section .offer-section p del {
  color: #fff;
  font-weight: 300;
  font-size: 25px;
}

body.upsell-page .form-section .offer-section h4 {
  font-size: 46px;
  font-weight: 700;
}

body.upsell-page .form-section .offer-section h4 span {
  font-weight: 800;
}

body.upsell-page .form-section .offer-section h5{
  font-size: 27px;
  color: #fff;
  text-align: center;
  margin: 0;
  font-weight: 400;
}

body.upsell-page .form-section .offer-section .form-box {
  background: #fff;
  border-radius: 8px;
  padding: 40px 45px 50px;
}

body.upsell-page .form-section .form-box .form-group {
  margin-bottom: 30px;
}

body.upsell-page .form-section .offer-section .contact-us-form label {
  font-size: 22px;
  color: #304575;
  font-weight: 600;
  margin-bottom: 0;
}

body.upsell-page .contact-us-form li.gfield {
  padding-right: 0 !important;
}

body.upsell-page .form-section .offer-section .contact-us-form .ginput_container input {
  border: none;
  border-bottom: 2px solid #2d2d2d;
  border-radius: 0;
  color: #2d2d2d;
  font-size: 24px !important;
  line-height: 20px;
  padding-left: 8px;
  max-width:100%;
}

body.upsell-page .form-section .offer-section .contact-us-form .ginput_container input:focus {
  box-shadow: none;
  border-color: #33b773;
}

body.upsell-page .contact-us-form .gform_footer {
  margin: 0 auto;
  text-align: center;
  padding: 0;
}

body.upsell-page .contact-us-form .gform_button {
  min-width: 200px;
  padding: 16px;
  text-transform: uppercase;
  font-size: 28px;
  background: #33b773;
  color: #fff;
  font-weight: 700;
  margin: 0 auto;
  text-align: center;
  border-bottom: 6px solid #fad207;
  display: inline-block;
  transition: all .3s ease-out 0s;
  -moz-transition: all .3s ease-out 0s;
  -webkit-transition: all .3s ease-out 0s;
  border-left: none;
  font-family: 'Lato', sans-serif;
}

body.upsell-page .contact-us-form li.gfield {
  margin-bottom: 40px !important;
}

body.upsell-page .contact-us-form .gfield_required {
  display: none;
}

body.upsell-page .contact-us-form .validation_error {
  display: none;
}

body.upsell-page .contact-us-form li.gfield_error {
  border: none !important;
  background-color: transparent !important;
  padding: 0 !important;
  margin: 0 !important;
  margin-bottom: 10px !important;
}

body.upsell-page .contact-us-form li.gfield_error.notes {
  margin-top: 15px !important;
}

body.upsell-page .contact-us-form li.gfield_error.notes .ginput_container_textarea {
  margin-top: 0 !important;
}

body.upsell-page .contact-us-form li span.gfield_required {
  color: #fff !important;
  display:none;
}

body.upsell-page .contact-us-form li.gfield_error input {
  border:none !important;
  border-bottom: 2px solid #f05a3f !important;
}

body.upsell-page .contact-us-form .validation_message {
  padding-right: 0 !important;
  padding-top: 6px !important;
  color: #f05a3f;
  font-weight: 400;
  font-size: 13px;
  letter-spacing: 0.5px;
}

body.upsell-page .contact-us-form li.website-url.gfield_error .ginput_container.ginput_container_textarea {
margin-top: 8px !important;
}

body.upsell-page .gform_wrapper .top_label div.ginput_container {
  margin-top: 5px !important;
}

body.upsell-page li.demo-option-check div.ginput_container.ginput_container_checkbox {
  margin-top: 30px !important;
}

body.upsell-page li.demo-option-check .ginput_container_checkbox ul,
body.upsell-page li.demo-option-check .ginput_container_checkbox ul li {
  margin: 0;
}

body.upsell-page li.demo-option-check ul.gfield_checkbox li input[type="checkbox"] {
   margin-top: 0; 
}

body.upsell-page .gfield_checkbox li input[type=checkbox] {
  opacity: 0;
  position: absolute;
}

body.upsell-page .gfield_checkbox li input[type=checkbox]+label {
  position: relative;
  overflow: hidden;
  padding-left: 35px;
  cursor: pointer;
  display: inline-block;
}

body.upsell-page .gfield_checkbox li input[type=checkbox]+label:before,
body.upsell-page .gfield_checkbox li input[type=checkbox]+label:after {
  content: '';
  position: absolute;
  left: 0;
  z-index: 1;
  -webkit-transition: .2s;
  transition: .2s;
}

body.upsell-page .gfield_checkbox li input[type=checkbox]:not(:checked)+label:after {
  width: 23px;
  height: 23px;
  border: 3px solid #304575;
  top: 6px;
}

body.upsell-page .gfield_checkbox li input[type=checkbox]:checked+label:after {
  top: 6px;
  width: 23px;
  height: 23px;
  border: 2px solid #1ac790;
  background-color: #1ac790;
  z-index: 0;
  border-radius: 2px
}

body.upsell-page .gfield_checkbox li input[type=checkbox]:not(:checked)+label:before {
  width: 0;
  height: 0;
  border: 3px solid transparent;
  left: 6px;
  top: 10px;
  -webkit-transform: rotateZ(37deg);
  transform: rotateZ(37deg);
  -webkit-transform-origin: 100% 100%;
  transform-origin: 100% 100%;
}

body.upsell-page .gfield_checkbox li input[type=checkbox]:checked+label:before {
  top: 6px;
  left: 2px;
  width: 8px;
  height: 13px;
  margin-top: 3px;
  border-top: 2px solid transparent;
  border-left: 2px solid transparent;
  border-right: 2px solid #fff;
  border-bottom: 2px solid #fff;
  -webkit-transform: rotateZ(37deg);
  transform: rotateZ(37deg);
  -webkit-transform-origin: 100% 100%;
  transform-origin: 100% 100%;
}

body.upsell-page .gfield_checkbox li,
body.upsell-page .gfield_radio li {
  position: relative;
}


body.upsell-page .form-section p small {
  font-size: 20px;
  font-weight: 500px;
  color: #c5d3fb;
  line-height: 28px;
}

body.upsell-page .testimonial-section {
  padding: 45px 0 80px;
}

body.upsell-page .testimonial-section h3 {
  font-size: 34px;
  color: #304575;
  font-weight: 700;
  margin-bottom: 70px;
}

body.upsell-page .testimonial-section .box {
  /*position: relative;*/
  box-shadow: 0px 2px 8px 0px #ccc;
  -webkit-box-shadow: 0px 2px 8px 0px #ccc;
  -moz-box-shadow: 0px 2px 8px 0px #ccc;
  border-radius: 20px;
  padding: 28px 45px;
  background: url(images/media-quotes.png) no-repeat;
  background-position-x: -10px
}

body.upsell-page .testimonial-section .box p {
  font-size: 21px;
  font-weight: 400;
  margin-bottom: 0;
  line-height: 32px;
}

body.upsell-page .flex-boxes {
  display: flex;
}

body.upsell-page .bottom-content-section {
  padding: 40px 0 50px;
  color: #fff;
}

body.upsell-page .bottom-content-section h3 {
  color: #fad207;
  font-weight: 600;
  font-size: 36px;
  line-height: 50px;
  margin-bottom: 40px;
}

body.upsell-page .bottom-content-section a {
  text-decoration: underline;
  color: #fff;
  font-weight: 700;
}

body.upsell-page .cta-section {
  padding: 40px 0 50px;
}

body.upsell-page .footer-section {
  color: #fff;
  padding: 15px 0;
  border-top: 1px solid #253966;
}

body.upsell-page .footer-section p {
  margin-bottom: 0;
  font-size: 20px;
}

body.upsell-page .footer-section p a {
  font-weight: 600;
  color: #33b773;
}

body.upsell-page .footer-section p a:hover {
  color: #fff;
  transition: all .3s ease-out 0s;
  -moz-transition: all .3s ease-out 0s;
  -webkit-transition: all .3s ease-out 0s;
  text-decoration: underline;
}

body.upsell-page .cta-section span.highlight-text {
  color: #2d2d2d;
  font-weight: 600;
  font-size: 28px;
  padding: 7px 10px;
  font-size: 26px;
  line-height: 56px;
}

body.upsell-page .cta-section h3 {
  margin: 35px 0 25px;
}

body.upsell-page .cta-section p {
  font-size: 27px;
  margin-bottom: 60px;
  line-height: 36px;
}

body.upsell-page .cta-section a.btn-green {
  font-size: 32px;
  font-weight: 700;
}

body.upsell-page .cta-section .arrow-img {
  position: relative;
  z-index: 1;
}

body.upsell-page .cta-section .arrow-img:after {
  content: "";
  background: url(images/down-arrow.png) no-repeat;
  top: -55px;
  bottom: 0;
  right: 240px;
  /*left: 0;*/
  position: absolute;
  background-size: 100px auto;
  width: 100px;
  height: 100px;
}

body.upsell-page .cta-section .contact-link a {
  text-decoration: underline;
}

body.upsell-page .bottom-form-section {
  display: none;
}

body.upsell-page footer.entry-meta {
  margin: 0;
}

body.upsell-page .flow-diagram {
  margin: 80px 0;
  position: relative;
  z-index: 1;
}

body.upsell-page .flow-diagram .row.justify-content-center:after {
  position: absolute;
  content: "";
  background: #edf7ff;
  width: 70%;
  height: 60%;
  top: 22%;
  z-index: -1;
}

body.upsell-page .flow-diagram .card-box {
  border: none;
  box-shadow: 0px 2px 8px 0px #ccc;
  -webkit-box-shadow: 0px 2px 8px 0px #ccc;
  -moz-box-shadow: 0px 2px 8px 0px #ccc;
  padding: 30px 12px 35px;
  width: 100%;
  background: #fff;
}

body.upsell-page .flow-diagram .card-box.upsell-card {
  padding: 0 0 20px;
}

body.upsell-page .flow-diagram .card-box.upsell-card p {
  padding: 0 12px;
}

body.upsell-page .flow-diagram .card-box.upsell-card .pl-15 {
  padding-left: 30px;
}

body.upsell-page .flow-diagram .card-box.upsell-card .pr-15 {
  padding-right: 30px;
}

body.upsell-page .flow-diagram .card-box h4 {
  font-size: 22px;
  color: #2d2d2d;
  margin: 0;
}

body.upsell-page .flow-diagram .card-box h2 {
  color: #304575;
  font-size: 26px;
  font-weight: 800;
  padding: 0;
  margin-bottom: 10px;
}

body.upsell-page .flow-diagram .card-box .star-rating {
  line-height: 0;
  margin: 8px 0 12px;
}

body.upsell-page .flow-diagram .card-box p {
  font-size: 17px;
  line-height: 24px;
}

body.upsell-page .flow-diagram .card-box p.content-sec,
body.upsell-page .flow-diagram .card-box ul.content-sec {
  min-height: 210px;
}

body.upsell-page .flow-diagram .card-box span.blue-btn,
body.upsell-page .flow-diagram .card-box span.purchase-btn {
  background: #497fc2;
  color: #fff;
  border-radius: 10px;
  font-size: 21px;
  padding: 10px 12px;
  font-weight: 700;
  min-width: 140px;
  display: inline-block;
  text-align: center;
}

body.upsell-page .flow-diagram .banner-txt {
  background: #feffa0;
  text-align: center;
  padding: 10px 10px;
  margin-bottom: 12px;
}

body.upsell-page .flow-diagram .banner-txt h5,
body.upsell-page .flow-diagram .banner-txt h6 {
  margin: 0;
  font-weight: 600;
}

body.upsell-page .flow-diagram .banner-txt h5 {
  color: #b61a1a;
  margin-bottom: 5px;
}

body.upsell-page .flow-diagram .banner-txt h6 {
  color: #25208d;
}

body.upsell-page .flow-diagram .card-box h2 del {
  color: #999;
  font-weight: 400;
  font-size: 20px;
  margin-right: 10px;
}

body.upsell-page .flow-diagram .card-box ul {
  padding: 0;
  padding-left: 10px;
}

body.upsell-page .flow-diagram .card-box ul li {
  font-size: 17px;
  line-height: 24px;
  list-style-type: none;
  margin-bottom: 8px;
  position: relative;
}

body.upsell-page .flow-diagram .card-box ul li:before {
  position: absolute;
  left: -10px;
  top: 12px;
  content: "";
  background: url(images/dash-list-bullet.png) no-repeat;
  width: 5px;
  height: 1px;
}

body.upsell-page .flow-diagram .card-box span.purchase-btn {
  background: #25c834;
}

body.upsell-page .flow-diagram .card-box span.no-thanks-link {
  color: #b61a1a;
  font-size: 18px;
  text-decoration: underline;
}

body.upsell-page .flow-diagram .card-box h3 {
  margin: 20px 0 10px;
  line-height: 32px;
  font-size: 32px;
}

body.upsell-page .v-center {
  padding: 80px 0;
}

body.upsell-page .flow-diagram .rotate-txt {
  /*position: relative;*/
}

body.upsell-page .flow-diagram .rotate-txt p {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  background: none;
  transform-origin: center center;
  transform: rotate(270deg);
  color: #304575;
  font-weight: 800 !important;
  margin-bottom: 0;
  white-space: nowrap;
  text-align: center;
  margin: 0 auto;
}

body.upsell-page .flow-diagram .arrow-flow {
  bottom: 25px;
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  text-align: center;
}

body.upsell-page #dynamic-to-top {
  display: none !important; 
}

body.upsell-page .gform_confirmation_message {
  color: #33b773;
  font-family: 'Lato', sans-serif;
  text-align: center;
}

body.upsell-page .carousel.slide {
  display: none;
}



/*-------------------One click Upsell Media Queries---------------------*/
@media only screen and (min-width:1601px) and (max-width:1920px) {
  body.upsell-page .flow-diagram .card-box p.content-sec,
  body.upsell-page .flow-diagram .card-box ul.content-sec {
    min-height: 180px;
  }
}

@media only screen and (min-width:1800px) and (max-width:1920px) {
  body.upsell-page .flow-diagram .card-box p.content-sec,
  body.upsell-page .flow-diagram .card-box ul.content-sec {
    min-height: 120px;
  }
}

@media only screen and (min-width:768px) and (max-width:1199px) {
  body.upsell-page .banner-section::after {
    background-size: 200px auto;
    right: -90px;
    bottom: -70px;
    width: 260px;
    height: 260px;
  }

  body.upsell-page .upsell-framework-section .circle-diagram .box h4 {
    padding: 10px 6px;
  }

  body.upsell-page .cta-section .arrow-img:after {
   content: none;
  }
}

@media only screen and (min-width:768px) and (max-width:1024px) {
  body.upsell-page .upsell-framework-section .circle-diagram .box p {
    padding: 0 15px;
  }
}

@media only screen and (min-width:991px) and (max-width:1199px) {
  body.upsell-page .flow-diagram .card-box h4 {
    font-size: 18px;
  }

  body.upsell-page .flow-diagram .card-box h2 {
    font-size: 22px;
  }

  body.upsell-page .flow-diagram .card-box h2 del {
    font-size: 16px;
  }

  body.upsell-page .flow-diagram .card-box p, 
  body.upsell-page .flow-diagram .card-box ul li {
    font-size: 15px;
    line-height: 22px;
  }

  body.upsell-page .flow-diagram .card-box span.blue-btn,
   body.upsell-page .flow-diagram .card-box span.purchase-btn {
    padding: 10px 9px;
    min-width: 120px;
    font-size: 15px;
   }
}

@media only screen and (min-width:768px) and (max-width:991px) {

  body.upsell-page .flow-diagram {
    margin: 50px 0 30px;
  }

  body.upsell-page .banner-section h1, 
  body.upsell-page .form-section h2, 
  body.upsell-page .cta-section h2 {
    font-size: 48px;
  }

  body.upsell-page .banner-section h1 {
    line-height: 70px;
  }

  body.upsell-page .flow-diagram .col-md-3,
  body.upsell-page .flow-diagram .col-md-1 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }

  body.upsell-page .flow-diagram .card-box .col-md-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
  }

  body.upsell-page .flow-diagram .card-box .col-md-8 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 80%;
    flex: 0 0 80%;
    max-width: 80%;
  }

  body.upsell-page .flow-diagram .arrow-flow {
    position: initial;
    margin-top: 10px;
  }

  body.upsell-page .flow-diagram .arrow-flow img {
    transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
  }

  body.upsell-page .flow-diagram .rotate-txt p {
    position: initial;
    transform-origin: initial;
    transform: none;
  }

  body.upsell-page .flow-diagram .row.justify-content-center:after {
    content: none;
  }

  body.upsell-page .flow-diagram .card-box {
    margin: 0 15px;
  }

  body.upsell-page .flow-diagram .light-blue-col {
    background: #edf7ff;
    padding: 20px 0 30px;
    z-index: -1;
  }

  body.upsell-page .upsell-framework-section .integration-section .box2 .content-section span img {
    max-width: 90px;
  }

  body.upsell-page .upsell-framework-section .integration-section .box1 .content-section img {
    max-width: 240px;
  }

  body.upsell-page .flow-diagram .card-box p.content-sec,
  body.upsell-page .flow-diagram .card-box ul.content-sec {
    min-height: auto;
  }

  body.upsell-page .form-section .offer-section .form-box {
    padding: 20px 15px 20px;
  }

  body.upsell-page .form-section .offer-section h3 {
    font-size: 32px;
  }

  body.upsell-page .form-section .offer-section img {
    max-width: 200px;
  }

  body.upsell-page .form-section .offer-section h4 {
    font-size: 42px;
  }

  body.upsell-page .form-section .offer-section h5 {
    font-size: 25px;
  }

  body.upsell-page .contact-us-form .gform_button,
  body.upsell-page a.btn-green {
    font-size: 30px !important;
  }

  body.upsell-page .contact-us-form .gform_button {
    padding: 12px 16px !important;
  }

  body.upsell-page .upsell-framework-section .circle-diagram .orange-box.box p {
    padding: 0 20px;
  }

  body.upsell-page .upsell-framework-section .circle-diagram .box.purple-box:after {
    right: 14px;
  }

  body.upsell-page .testimonial-section .box {
    background-size: 65px auto;
  }
}



@media only screen and (min-width:768px) and (max-width:800px) {
  body.upsell-page .upsell-framework-section .circle-diagram .box.yellow-box::after {
    width: 150px;
  }

  body.upsell-page .upsell-framework-section .circle-diagram .box.orange-box::after {
    height: 218px;
    top: -214px;
  }
}

@media only screen and (max-width: 991px) {
   body.upsell-page .d-mb-flow-diagram-none {
    display: none;
   }

  body.upsell-page .carousel.slide {
    display: block;
  }

  body.upsell-page .flow-diagram .card-box {
    max-width: 450px;
    margin: 12px auto 30px;
    display: -ms-flexbox;
    display: flex;
    flex-direction: column;
  }

  body.upsell-page .carousel.slide .carousel-indicators li {
    background: #eee;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    margin: 25px 5px 0;
    cursor: pointer;
  }

  body.upsell-page .carousel.slide .carousel-indicators {
    bottom: -30px;
  }

  body.upsell-page .carousel.slide .carousel-indicators .active {
    background: #304575;
  }

  body.upsell-page .carousel.slide .card-box.upsell-card {
    padding: 0;
  }

  body.upsell-page .carousel.slide .card-box {
    position: relative;
    max-height: 470px;
    height: 470px;
  }

  body.upsell-page .carousel.slide .card-box .blue-strip {
    background: #edf7ff;
    color: #304575;
    text-align: center;
    padding: 8px 0;
    font-weight: 700;
    position: absolute;
    bottom: 0;
    width: 100%;
    margin: 0 auto;
  }

  body.upsell-page .carousel.slide .card-box .blue-strip span {
    margin-right: 15px;
  }

  body.upsell-page .flow-diagram {
    margin: 50px 0 30px;
  }

  body.upsell-page .carousel-control-prev,
  body.upsell-page .carousel-control-next {
    display: none;
  }

  body.upsell-page .carousel.slide {
  display: block;
  }
  
  body.single .site-main .sidebar-container {
   margin-top: 50px;   
  }
}

@media only screen and (max-width: 767px) {
  body.upsell-page {
    font-size: 22px;
  }

  body.upsell-page .form-section .offer-section .contact-us-form .ginput_container input {
  font-size: 18px !important;
  }

  body.upsell-page .flow-section p, 
  body.upsell-page .upsell-framework-section p, 
  body.upsell-page .bottom-content-section p {
    line-height: 35px;
  }

  body.upsell-page .banner-section h1, 
  body.upsell-page .form-section h2, 
  body.upsell-page .cta-section h2 {
    font-size: 45px;
  }

  body.upsell-page .banner-section {
    padding: 60px 0 40px;
  }

  body.upsell-page .banner-section h1 {
    line-height: 60px;
  }

  body.upsell-page .banner-section h3, 
  body.upsell-page .flow-section h3, 
  body.upsell-page .upsell-framework-section h3 {
    font-size: 30px;
    line-height: 50px;
  }

  body.upsell-page .flow-section h3 {
    margin: 50px 0 40px;
  }

  body.upsell-page a.btn-green {
    font-size: 30px;
    padding: 20px 20px;
  }

    body.upsell-page .contact-us-form .gform_button {
      font-size: 30px !important;
      padding: 20px 20px !important;
      line-height: 26px !important
    }

  body.upsell-page .upsell-framework-section h2 {
    font-size: 40px;
  }

  body.upsell-page .flow-section {
    padding: 60px 0 30px;
  }

  body.upsell-page .upsell-framework-section,
  body.upsell-page .form-section {
    padding: 45px 0 55px;
  }

  body.upsell-page .form-section .offer-section {
    padding: 30px 0 0;
  }

  body.upsell-page .form-section .offer-section {
    margin: 20px 0 50px;
  }

  body.upsell-page .form-section h3 {
    margin-bottom: 20px;
  }

  body.upsell-page .form-section .offer-section .form-box {
    margin-top: 60px;
    padding: 30px 15px 30px;
  }

  body.upsell-page .testimonial-section {
    padding: 30px 0 70px;
  }

  body.upsell-page .testimonial-section .box {
    margin-bottom: 30px;
    background-size: 50px auto;
    padding: 28px 30px;
  }

  body.upsell-page .testimonial-section .mt-5 {
    margin-top: 0 !important;
  }

  body.upsell-page .testimonial-section .mb-3 {
    margin-bottom: 0 !important;
  }

  body.upsell-page .upsell-framework-section .circle-diagram .logo-center {
    top: 0;
  }

  body.upsell-page .upsell-framework-section .circle-diagram .box.mb-100 {
    margin-bottom: 0;
  }

  body.upsell-page .upsell-framework-section .circle-diagram .box.green-box {
    float: none;
  }

  body.upsell-page .upsell-framework-section .circle-diagram .box:after,
  body.upsell-page .upsell-framework-section .circle-diagram .box.orange-box:after {
    content: none;
  }

  body.upsell-page .upsell-framework-section .circle-diagram .box,
  body.upsell-page .upsell-framework-section .circle-diagram .logo-center {
    margin: 0 auto 50px !important;
  }

  body.upsell-page .upsell-framework-section .circle-diagram .box:before {
    position: absolute;
    background-color: #ccc;
    width: 4px;
    height: 50px;
    display: block; 
    content: '';
    left: 50%;
    top: -50px; 
  }

  body.upsell-page .upsell-framework-section .circle-diagram .box.green-box::before {
    background-color: #5bb72e;
  }

  body.upsell-page .upsell-framework-section .circle-diagram .box.blue-box::before {
    background-color: #70d2fb;
  }

  body.upsell-page .upsell-framework-section .circle-diagram .box.purple-box::before {
    background-color: #995cff;
  }

  body.upsell-page .upsell-framework-section .circle-diagram .box.yellow-box::before {
    background-color: #fad207;
  }

  body.upsell-page .upsell-framework-section .circle-diagram .box.orange-box::before {
    background-color: #ff8420;
  }

  body.upsell-page .upsell-framework-section .circle-diagram .logo-center.d-mobile-none {
    display: none;
  }

  body.upsell-page .upsell-framework-section .circle-diagram .logo-center.d-desktop-none {
    display: block;
  }

  body.upsell-page .cta-section .arrow-img::after {
    content: none;
  }

  body.upsell-page .upsell-framework-section .integration-section .box1, 
  body.upsell-page .upsell-framework-section .integration-section .box2 {
    float: none;
    /*border: none;*/
    text-align: center;
    max-width: 100%;
    width: 100%;
    /*border-radius: 0;*/
  }

  body.upsell-page .flow-diagram .arrow-flow {
    position: initial;
    margin-top: 10px;
  }

  body.upsell-page .flow-diagram .arrow-flow img {
    transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
  }

  body.upsell-page .flow-diagram .rotate-txt p {
    position: initial;
    transform-origin: initial;
    transform: none;
  }

  body.upsell-page .flow-diagram .row.justify-content-center:after {
    content: none;
  }

  body.upsell-page .flow-diagram .card-box {
    margin: 0 15px;
  }

  body.upsell-page .flow-diagram .light-blue-col {
    background: #edf7ff;
    padding: 20px 0 30px;
    z-index: -1;
  }

  /*body.upsell-page .banner-section {
    padding: 100px 0 220px;
  }*/

  body.upsell-page .upsell-framework-section .integration-section .box2::before {
    content: none;
  }

  body.upsell-page .upsell-framework-section .integration-section .box1 {
    border-bottom-right-radius: 0px;
    left: -12px;
  }

  body.upsell-page .upsell-framework-section .integration-section .box2 {
    border-top: 0;
    right: 10px;
    z-index: 10;
    background-image: linear-gradient(#f6f6f6, #f6f6f6), radial-gradient(circle at left, #eb86c7,#f3aeb3);
    border-top-right-radius: 0px;
    right: -10px;
  }

  body.upsell-page .upsell-framework-section .integration-section .box1::after {
    content: none;
  }

  body.upsell-page .banner-section::before {
    left: 0;
    right: 0;
    background-size: 700px;
  }

  body.upsell-page .upsell-framework-section .integration-section .box2 .content-section img {
    max-width: 80px;
  }

  body.upsell-page .upsell-framework-section .integration-section .box2 .content-section span img {
    max-width: 70px;
  }

  body.upsell-page .upsell-framework-section .integration-section .box1 .content-section img {
    max-width: 200px;
  }

  body.upsell-page .integration-section .box2 .content-section {
      padding: 30px 10px 30px;
  }

  body.upsell-page .upsell-framework-section .integration-section .box2:before {
    content: "";
  display: block;
  position: absolute;
  width: 30px;
  height: 60%;
  right: -20px;
  left: inherit;
  z-index: 10;
  top: -100px;
  border-radius: 26px;
  border: solid 20px transparent;
  border-bottom: 0;
  border-left: 0;
  border-bottom-left-radius: 0px;
  border-bottom-right-radius: 0px;
  background-origin: border-box;
    background-clip: content-box, border-box;
  background-image: linear-gradient(#f6f6f6, #f6f6f6), radial-gradient(circle at left, #f3b2b1,#f2abb5);
  top: -20px;
  border-top-left-radius: 0px;
  }

  body.upsell-page .flow-diagram .card-box p.content-sec,
  body.upsell-page .flow-diagram .card-box ul.content-sec {
    min-height: auto;
  }

  body.upsell-page .bottom-content-section h3,
  body.upsell-page .testimonial-section h3 {
    font-size: 30px;
    line-height: 40px;
  }

  body.upsell-page .upsell-framework-section .circle-diagram {
    margin-top: 40px;
  }

  body.upsell-page .banner-section:after {
    background-size: 190px auto;
    z-index: -1;
    right: -27px;
    bottom: 0px;
    width: 190px;
    height: 190px;
  }

  body.upsell-page .carousel.slide {
    display: block;
  }

  body.upsell-page .d-mb-flow-diagram-none {
    display: none;
  }

  body.upsell-page .flow-diagram .card-box {
    max-width: 450px;
    margin: 12px auto 30px;
    max-height: 470px;
    height: 470px;
  }

  body.upsell-page .carousel.slide .carousel-indicators li {
    background: #eee;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    margin: 25px 5px 0;
    cursor: pointer;
  }

  body.upsell-page .carousel.slide .carousel-indicators {
    bottom: -10px;
  }

  body.upsell-page .carousel.slide .carousel-indicators .active {
    background: #304575;
  }

  body.upsell-page .carousel.slide .card-box.upsell-card {
    padding: 0;
  }

  body.upsell-page .carousel.slide .card-box {
    position: relative;
    margin-bottom: 50px;
  }

  body.upsell-page .carousel.slide .card-box .blue-strip {
    background: #edf7ff;
    color: #304575;
    text-align: center;
    padding: 8px 0;
    font-weight: 700;
    position: absolute;
    bottom: 0;
    width: 100%;
    margin: 0 auto;
  }

  body.upsell-page .carousel.slide .card-box .blue-strip span {
    margin-right: 15px;
  }

  body.upsell-page .flow-diagram {
    margin: 50px 0 30px;
  }

  body.upsell-page .carousel-control-prev,
  body.upsell-page .carousel-control-next {
    display: none;
  }
  
  body.aw-birdcalls-page .contact-box .gfield_checkbox li input[type="checkbox"]:not(:checked) + label::after,
  body.aw-birdcalls-page .contact-box .gfield_checkbox li input[type="checkbox"]:checked + label::after,
  body.aw-birdcalls-page .contact-box .gfield_checkbox li input[type="checkbox"]:checked + label::before {
      top: 5px;
  }

}

@media only screen and (max-width: 640px) {
  body.upsell-page p {
    font-size: 20px;
  }

  body.upsell-page .banner-section::before {
    left: 0;
    right: 0;
    background-size: 550px;
  }

   body.upsell-page .banner-section:after {
     content: none;
  }

   body.upsell-page .banner-section .banner-btn {
     position: relative;
     margin-top: 220px;
   }

   body.upsell-page .banner-section .banner-btn:before {
     content: "";
     background: url(images/offer-tag.png) no-repeat;
     position: absolute;
     background-size: 190px auto;
     z-index: -1;
     right: 0;
     left: 0;
     bottom: 100px;
     width: 190px;
     height: 190px;
     margin: 0 auto;
     text-align: center;
     transform: rotate(-10deg);
     -moz-transform: rotate(-10deg);
     -webkit-transform: rotate(-10deg);
   }
   
   body.academy .site-header .home-link img {
       width: 180px;
   }
}

@media only screen and (max-width: 480px) {
  body.upsell-page .banner-section h1, 
  body.upsell-page .form-section h2, 
  body.upsell-page .cta-section h2 {
    font-size: 32px;
  }

  body.upsell-page .banner-section h1 {
    line-height: 45px;
  }

  body.upsell-page a.btn-green,
  body.upsell-page .contact-us-form .gform_button {
    font-size: 24px !important;
    padding: 15px 20px !important;
    min-height: auto !important;
  }

  body.upsell-page .banner-section h3, 
  body.upsell-page .flow-section h3, 
  body.upsell-page .upsell-framework-section h3 {
    font-size: 25px;
    line-height: 40px;
  }

  body.upsell-page .upsell-framework-section h2 {
    font-size: 30px;
    margin-bottom: 20px;
  }

  body.upsell-page .form-section h3 {
    font-size: 25px;
  }

  body.upsell-page .form-section h4 {
    font-size: 23px;
    line-height: 30px;
  }

  body.upsell-page .form-section .offer-section h3 {
    font-size: 30px;
  }

  body.upsell-page .form-section .offer-section {
    padding: 0;
  }

  body.upsell-page .form-section .offer-section h4 {
    font-size: 42px;
    margin: 10px 0 20px;
  }

  body.upsell-page .cta-section span.highlight-text {
    font-size: 24px;
  }

  body.upsell-page .cta-section p {
    font-size: 24px;
  }

  body.upsell-page .banner-section::before {
    background-size: 450px auto;
    left: 0;
  }

  body.upsell-page .flow-diagram .card-box h4 {
    font-size: 18px;
  }

  body.upsell-page .flow-diagram .card-box p,
  body.upsell-page .flow-diagram .card-box ul li {
    font-size: 16px;
  }

  body.upsell-page .banner-section .banner-btn:before {
    left: -40px;
    bottom: 85px;
  }

  body.upsell-page .flow-diagram .card-box {
    max-width: 360px;
    max-height: 510px !important;
    height: 510px !important;
  }

  body.upsell-page .v-center {
      padding: 120px 0;
  }
}

@media only screen and (max-width: 430px) {
  body.upsell-page .banner-section::before {
    background-size: 410px auto;
    left: 0;
  }
}

@media only screen and (max-width: 375px) {
  body.upsell-page .flow-diagram .card-box h4 {
    font-size: 20px;
  }

  body.upsell-page .flow-diagram .card-box {
    max-width: 300px;
  }

  body.upsell-page .flow-diagram .card-box {
    max-height: 55 !important0px !important;
    height: 55 !important0px !important;
  }
}

.site-footer {
padding: 70px 0 0;

}

.footerLogo {
margin-bottom: 15px;
}

.footer-social-links a {
margin-right: 10px;
}

.footer-social-links a:last-of-type {
margin-right: 0;
}

.footer-contact {
text-align: right;
font-family: 'Ubuntu', sans-serif;
font-weight: 600;
}

.contact-address p {
    line-height: 20px;
}

.contact-address .phone-number {
    margin-top: 5px;
}

.contact-address span.grey {
color: #5c5c5c;
font-weight: 600;
}

.contact-address {
color: #989898;
}

.phone-number {
margin-top: 10px;
}

.phone-number a:hover {
color: #4981c2;
}

.menu-footer-menu-container {
margin-top: 20px;
}

.menu-footer-menu-container ul li {
background: none;
margin-right: 20px;
}

.menu-footer-menu-container ul li a {
color: #5c5c5c;
font-family: 'Ubuntu', sans-serif;
font-size: 14px;
font-weight: 600;
}

.menu-footer-menu-container ul li a:hover {
color: #4981c2;
}

p.copyright {
margin: 20px 0 0;
color: #5c5c5c;
font-size: 14px;
font-family: 'Ubuntu', sans-serif;
}





















