/*
	Theme Name: Altitude Pro
	Theme URI: http://my.studiopress.com/themes/altitude/
	Description: Make a stunning first impression, grab attention, and dynamically tell your story with beautiful images and clean typography.
	Author: StudioPress
	Author URI: http://www.studiopress.com/
	Version: 1.1.3
	Tags: one-column, two-columns, custom-header, custom-menu, e-commerce, footer-widgets, full-width-template, sticky-post, theme-options, threaded-comments, translation-ready
	Template: genesis
	Template Version: 2.1
	License: GPL-2.0+
	License URI: http://www.opensource.org/licenses/gpl-license.php
	Text Domain: altitude-pro
*/

/* Table of Contents
	- HTML5 Reset
		- Baseline Normalize
		- Box Sizing
		- Float Clearing
	- Defaults
		- Typographical Elements
		- Headings
		- Objects
		- Gallery
		- Forms
		- Buttons
		- Tables
		- Screen Reader Text
	- Structure and Layout
		- Site Containers
		- Column Widths and Positions
		- Column Classes
	- Common Classes
		- Avatar
		- Genesis
		- Search Form
		- Titles
		- WordPress
	- Widgets
	- Plugins
		- Genesis eNews Extended
		- Jetpack
	- Skip Links
	- Site Header
		- Title Area
		- Widget Area
	- Site Navigation
		- Primary Navigation
		- Secondary Navigation
		- Footer Navigation
		- Responsive Menu
	- Content Area
		- Front Page
		- Dashicons
		- Flexible Widgets
		- Content
		- Entries
		- Entry Meta
		- After Entry
		- Pagination
		- Content Boxes
		- Comments
	- Sidebar
	- Footer Widgets
	- Site Footer
	- Media Queries
		- Max-width: 1280px
		- Max-width: 1200px
		- Max-width: 1023px
		- Max-width: 800px
		- Max-width: 480px
*/

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

/*defult css*/

.fl {
  float: left;
}

.fr {
  float: right;
}

.align_left {
  float: left;
  text-align: left;
}

.align_right {
  float: right;
  text-align: right;
}

.center-section {
  float: none;
  margin: auto;
}

.txt-left {
  text-align: left;
}

.txt-right {
  text-align: right;
}

.txt-center {
  text-align: center;
}

.full-row {
  float: left;
  width: 100%;
}

.col-white,
.col-white a,
.col-white p,
.col-white ul li,
.col-white h1,
.col-white h2,
.col-white h3,
.col-white h4,
.col-white h5,
.col-white h6,
.col-white .h1,
.col-white .h2,
.col-white .h3,
.col-white .h4,
.col-white .h5,
.col-white .h6 {
  color: #fff;
}

.mrg-out {
  margin: auto !important;
}

.mrg-left-out {
  margin-left: 0 !important;
}

.mrg-right-out {
  margin-right: 0 !important;
}

.padding-left-out {
  padding-left: 0 !important;
}

.padding-right-out {
  padding-right: 0 !important;
}

.mrg-auto {
  margin: auto !important;
}

.padding-out {
  padding: 0 !important;
}

div.wpcf7-response-output {
  clear: both;
  float: left;
  width: 100%;
}

.bold-font {
  font-weight: 700;
}

.light-font {
  font-weight: 300;
}

img.alignnone,
.alignnone {
  display: block;
}

/* Baseline Normalize
--------------------------------------------- */

/* normalize.css v4.1.1 | MIT License | http://necolas.github.io/normalize.css/ */

html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  overflow-x: hidden;
}

body {
  margin: 0;
  line-height: 1 !important;
}

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

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

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

progress {
  vertical-align: baseline;
}

template,
[hidden] {
  display: none;
}

a {
  background-color: transparent;
  -webkit-text-decoration-skip: objects;
}

a:active,
a:hover {
  outline-width: 0;
}

abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  text-decoration: underline dotted;
}

b,
strong {
  font-weight: inherit;
}

b,
strong {
  font-weight: bolder;
}

dfn {
  font-style: italic;
}

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

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

small {
  font-size: 80%;
}

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

img {
  border-style: none;
}

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

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

figure {
  margin: 1em 40px;
}

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}

button,
input,
optgroup,
select,
textarea {
  font: inherit;
  margin: 0;
}

optgroup {
  font-weight: bold;
}

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

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

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

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

legend {
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}

textarea {
  overflow: auto;
}

[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

[type="search"] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}

[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-input-placeholder {
  color: inherit;
  opacity: 0.54;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

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

html,
input[type="search"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

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

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

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

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

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

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

a,
input:focus,
input[type="button"],
input[type="reset"],
input[type="submit"],
textarea:focus,
.button,
.site-header.sticky-header {
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

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

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

a {
  color: #22a1c4;
  text-decoration: none;
}

a:focus,
a:hover {
  color: #000;
}

p {
  margin: 0 0 1.25em;
}

p,
li {
  font-size: 1em;
}

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

li {
  list-style-type: none;
}

b,
strong {
  font-weight: 800;
}

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

.image-section .widget:first-of-type cite {
  font-size: 1.6rem;
  font-style: normal;
  font-weight: 800;
  letter-spacing: 3px;
  text-transform: uppercase;
}

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

blockquote {
  color: #999;
  margin: 1.875em;
}

blockquote::before {
  content: "\201C";
  display: block;
  font-size: 30px;
  height: 0;
  left: -20px;
  position: relative;
  top: -10px;
}

.image-section .widget:first-of-type blockquote {
  color: #fff;
  font-weight: 200;
  line-height: 1;
  margin: 0 0 20px;
}

.image-section blockquote::before {
  display: none;
}

hr {
  border: 0;
  border-collapse: collapse;
  border-top: 2px solid #f5f5f5;
  clear: both;
  margin: 1.25em 0;
}

body {
  font-size: 100%;
  line-height: 1.5;
  color: #656565;
  overflow-x: hidden;
}

/*font-size responsive*/

@media screen and (max-width: 1400px) {
  body {
    font-size: 90%;
  }
}

@media screen and (max-width: 480px) {
  body {
    font-size: 85%;
  }
}

@media screen and (max-width: 376px) {
  body {
    font-size: 82%;
  }
}

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

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  font-family: "Ek Mukta", sans-serif;
  line-height: 1.2;
  margin-top: 0;
}

h1,
.h1 {
  font-size: 1.75em;
  margin-bottom: 0.714em;
}

h2,
.h2 {
  font-size: 1.625em;
  margin-bottom: 0.769em;
}

h3,
.h3 {
  font-size: 1.5em;
  margin-bottom: 0.833em;
}

h4,
.h4 {
  font-size: 1.375em;
  margin-bottom: 0.909em;
}

h5,
.h5 {
  font-size: 1.375em;
  margin-bottom: 0.909em;
}

h6,
.h6 {
  font-size: 1.375em;
  margin-bottom: 0.909em;
}

.h2-mrg-btm {
  margin-bottom: 0.769em !important;
}

.h-sml {
  font-size: 1.125em;
}

.h1-big {
  font-size: 2.375em;
}

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

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

img {
  height: auto;
  display: block;
}

.full-width-content img.pull-left {
  float: left;
  margin: 0 40px 40px -200px;
}

.full-width-content img.pull-right {
  float: right;
  margin: 0 -200px 40px 40px;
}

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

input,
select,
textarea {
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 0;
  box-shadow: none;
  color: #000;
  font-size: 1em;
  font-weight: 200;
  padding: 0.938em 1.25em;
  width: 100%;
}

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

.front-page input:focus,
.front-page textarea:focus {
  border: 1px solid #22a1c4;
  outline: none;
}

input[type="checkbox"],
input[type="image"],
input[type="radio"] {
  width: auto;
}

::-moz-placeholder {
  color: #666666;
  opacity: 1;
}

::-webkit-input-placeholder {
  color: #666666;
}

button,
input[type="button"],
input[type="reset"],
input[type="submit"],
.button,
.widget .button {
  background-color: #22a1c4;
  border: 2px solid #22a1c4;
  color: #fff;
  cursor: pointer;
  font-size: 1em;
  padding: 12px 25px;
  text-transform: capitalize;
  -webkit-font-smoothing: antialiased;
  white-space: normal;
  width: auto;
}

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

/* Buttons
--------------------------------------------- */

button:focus,
button:hover,
input:focus[type="button"],
input:focus[type="reset"],
input:focus[type="submit"],
input:hover[type="button"],
input:hover[type="reset"],
input:hover[type="submit"],
.button.clear:focus,
.button.clear:hover,
.button:focus,
.button:hover,
.footer-widgets .widget .button,
.footer-widgets button,
.footer-widgets input[type="button"],
.footer-widgets input[type="reset"],
.footer-widgets input[type="submit"],
.widget .button.clear:focus,
.widget .button.clear:hover,
.widget .button:focus,
.widget .button:hover {
  background-color: #000;
  color: #fff;
}

.button {
  display: inline-block;
}

button.small,
input[type="button"].small,
input[type="reset"].small,
input[type="submit"].small,

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

table {
  border-collapse: collapse;
  border-spacing: 0;
  line-height: 2;
  margin-bottom: 40px;
  width: 100%;
}

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

th,
td {
  text-align: left;
}

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

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

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

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

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

.more-link {
  position: relative;
}

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

.site-inner,
.wrap {
  float: none;
  margin: 0 auto;
  max-width: 100%;
  width: 1180px;
}

.site-inner {
  clear: both;
  position: relative;
  word-wrap: break-word;
  z-index: 9;
}

.front-page .site-container .site-inner {
  margin-top: 0;
  max-width: 100%;
}

.altitude-landing .site-container .site-inner {
  margin-top: 100px;
}

.secondary-nav .site-inner {
  margin-top: 250px;
}

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

.breadcrumb {
  border-bottom: 2px solid #f5f5f5;
  font-size: 20px;
  margin-bottom: 60px;
  /* padding-bottom: 10px; */
}

.archive-description,
.author-box {
  border-bottom: 1px solid #000;
  border-top: 1px solid #000;
  font-size: 20px;
  margin-bottom: 100px;
  padding: 40px 0;
}

.author-box-title {
  font-size: 22px;
  margin-bottom: 8px;
}

.archive-description p:last-child,
.author-box p:last-child {
  margin-bottom: 0;
}

/* Search Form
--------------------------------------------- */

.search-form {
  overflow: hidden;
  position: relative;
}

.search-form input[type="submit"] {
  padding: 25px;
}

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

.widget_search input[type="submit"]:focus {
  background: #000;
  border-radius: 0;
  box-shadow: none;
  color: #fff;
  padding: 20px 23px;
  right: 0;
  top: 0;
}

.error404 .content .search-form {
  margin-bottom: 40px;
}

.error404 .content input[type="search"] {
  margin-right: 10px;
  width: auto;
}

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

.archive-title {
  font-size: 1.5em;
  line-height: 1;
  margin-bottom: 20px;
}

.entry-title {
  font-size: 3em;
}

.sidebar .entry-title {
  font-size: 1.5em;
  text-align: left;
}

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

.entry-title a:focus,
.entry-title a:hover {
  color: #22a1c4;
}

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

.alignleft {
  float: left;
  text-align: left;
}

.alignright {
  float: right;
  text-align: right;
}

a.alignleft,
a.alignnone,
a.alignright {
  max-width: 100%;
}

a.alignnone {
  display: inline-block;
}

a.aligncenter img {
  display: block;
  margin: 0 auto;
}

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

img.alignnone,
.alignnone {
  margin: 0 0 12px;
}

a.alignleft,
img.alignleft,
.wp-caption.alignleft {
  margin: 0 24px 24px 0;
}

a.alignright,
img.alignright,
.wp-caption.alignright {
  margin: 0 0 24px 24px;
}

.wp-caption-text {
  font-size: 18px;
  line-height: 1.2;
  text-align: center;
}

.entry-content p.wp-caption-text {
  margin-bottom: 0;
}

.gallery-caption,
.entry-content .gallery-caption {
  margin: 0 0 10px;
}

.post-password-form input {
  width: auto;
}

.post-password-form input[type="submit"] {
  padding: 25px;
}

.wp-audio-shortcode,
.wp-playlist,
.wp-video {
  margin: 0 0 28px;
}

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

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

.widget ol > li {
  list-style-position: inside;
  list-style-type: decimal;
  padding-left: 20px;
  text-indent: -20px;
}

.widget ul li {
  margin-bottom: 10px;
  padding-bottom: 10px;
}

.widget li li {
  border: none;
  margin: 0 0 0 30px;
  padding: 0;
}

.widget_calendar table {
  width: 100%;
}

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

/* Featured Content
--------------------------------------------- */

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

/* Display outline on focus */

:focus {
  /* color: #333; */
  /* outline: #ccc solid 1px; */
}

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

.site-header {
  background-color: transparent;
  left: 0;
  width: 100%;
  z-index: 999;
  border-bottom: 1px solid #dcdbd7;
}

.featured-section .site-header {
  background-color: transparent;
}
.featured-section .site-header > .wrap {
  border-bottom: 1px solid #fff;
}
.site-header.sticky-header {
  background-color: #000;
}
.site-header.sticky-header > .wrap {
  border-bottom: none;
}
.site-header.sticky-header .nav-secondary {
  display: none;
}

/* Title Area
--------------------------------------------- */
.title-area {
  float: left;
  padding: 25px 0;
  width: 250px;
}
.site-header.sticky-header .title-area {
  padding: 15px 0;
}
.site-title {
  font-size: 24px;
  font-weight: 800;
  letter-spacing: 2px;
  line-height: 1;
  margin-bottom: 0;
  text-transform: uppercase;
}
.site-title a,
.site-title a:focus,
.site-title a:hover {
  color: #fff !important;
}
.header-image .title-area,
.header-image .site-header.sticky-header .title-area {
  padding: 0;
}
.header-image .site-title > a {
  background-size: contain !important;
  display: block;
  height: 110px;
  text-indent: -9999px;
}
.header-image .sticky-header .site-title > a {
  height: 56px;
}
.site-description {
  display: block;
  height: 0;
  margin-bottom: 0;
  text-indent: -9999px;
}

/* Site Navigation
---------------------------------------------------------------------------------------------------- */
.genesis-nav-menu {
  line-height: 1;
}
.genesis-nav-menu .menu-item {
  display: inline-block;
  text-align: left;
}
.genesis-nav-menu li li {
  margin-left: 0;
}
.genesis-nav-menu a {
  color: #fff;
  display: block;
  font-size: 1em;
  font-weight: 200;
  letter-spacing: 1px;
  padding: 30px 15px;
  text-transform: uppercase;
}
.site-header.sticky-header .genesis-nav-menu a {
  padding: 20px 15px;
}
.genesis-nav-menu li.highlight a:focus::before,
.genesis-nav-menu li.highlight a:hover::before {
  color: #fff;
}
.genesis-nav-menu li.highlight > a {
  font-weight: 800;
}
.front-page .genesis-nav-menu li.current-menu-item > a,
.genesis-nav-menu > li > a {
  border-bottom: 2px solid transparent;
}
.front-page .genesis-nav-menu li.current-menu-item > a:focus,
.front-page .genesis-nav-menu li.current-menu-item > a:hover,
.genesis-nav-menu li.current-menu-item > a,
.genesis-nav-menu > li > a:focus,
.genesis-nav-menu > li > a:hover {
  border-color: #fff;
}
.genesis-nav-menu > .menu-item > a {
  text-transform: uppercase;
}
.genesis-nav-menu .sub-menu {
  left: -9999px;
  letter-spacing: 0;
  opacity: 0;
  position: absolute;
  -webkit-transition: opacity 0.4s ease-in-out;
  -moz-transition: opacity 0.4s ease-in-out;
  -ms-transition: opacity 0.4s ease-in-out;
  -o-transition: opacity 0.4s ease-in-out;
  transition: opacity 0.4s ease-in-out;
  width: 300px;
  z-index: 99;
}
.genesis-nav-menu .sub-menu a {
  background-color: #111;
  outline: none;
  padding: 20px;
  position: relative;
  width: 300px;
}
.genesis-nav-menu .sub-menu a:focus,
.genesis-nav-menu .sub-menu a:hover,
.genesis-nav-menu .sub-menu li.current-menu-item > a {
  background-color: #222;
}
.genesis-nav-menu .sub-menu .sub-menu {
  margin: -54px 0 0 199px;
}
.genesis-nav-menu .menu-item:hover {
  position: static;
}
.genesis-nav-menu .menu-item:hover > .sub-menu {
  left: auto;
  opacity: 1;
}
.genesis-nav-menu > .first > a {
  padding-left: 0;
}
.genesis-nav-menu > .last > a {
  padding-right: 0;
}
.genesis-nav-menu > .right {
  color: #fff;
  display: inline-block;
  list-style-type: none;
  padding: 27px 20px;
  text-transform: uppercase;
}
.genesis-nav-menu > .right > a {
  display: inline;
  padding: 0;
}
.genesis-nav-menu > .rss > a {
  margin-left: 48px;
}
.genesis-nav-menu > .search {
  display: block;
  margin: 0 auto;
  padding: 0 20px 20px;
  width: 50%;
}

/* Primary Navigation
--------------------------------------------- */
.nav-primary {
  text-align: center;
}
.nav-primary .genesis-nav-menu {
  float: right;
}

/* Secondary Navigation
--------------------------------------------- */
.nav-secondary {
  border-bottom: 1px solid #fff;
}

/* Footer Navigation
--------------------------------------------- */
.nav-footer .genesis-nav-menu {
  padding: 20px 0;
}
.nav-footer .genesis-nav-menu a {
  border: none;
  font-weight: 800;
  letter-spacing: 3px;
  margin: 0 20px;
  padding: 0;
}

/* Responsive Menu
--------------------------------------------- */
.menu .menu-item:focus {
  position: static;
}
.menu .menu-item > a:focus + ul.sub-menu,
.menu .menu-item.sfHover > ul.sub-menu {
  left: auto;
  opacity: 1;
}
.sub-menu-toggle,
.menu-toggle {
  display: none;
  visibility: hidden;
}

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

/* Front Page
--------------------------------------------- */
.image-section,
.solid-section {
  clear: both;
  text-align: center;
  width: 100%;
}
.image-section {
  background: -moz-linear-gradient(
    top,
    rgba(0, 0, 0, 0.2) 0%,
    rgba(0, 0, 0, 0.5) 30%,
    rgba(0, 0, 0, 0.8) 80%,
    rgba(0, 0, 0, 0.9) 100%
  );
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    color-stop(0%, rgba(0, 0, 0, 0.2)),
    color-stop(30%, rgba(0, 0, 0, 0.5)),
    color-stop(80%, rgba(0, 0, 0, 0.8)),
    color-stop(100%, rgba(0, 0, 0, 0.9))
  );
  background: -webkit-linear-gradient(
    top,
    rgba(0, 0, 0, 0.2) 0%,
    rgba(0, 0, 0, 0.5) 30%,
    rgba(0, 0, 0, 0.8) 80%,
    rgba(0, 0, 0, 0.9) 100%
  );
  background: -o-linear-gradient(
    top,
    rgba(0, 0, 0, 0.2) 0%,
    rgba(0, 0, 0, 0.5) 30%,
    rgba(0, 0, 0, 0.8) 80%,
    rgba(0, 0, 0, 0.9) 100%
  );
  background: -ms-linear-gradient(
    top,
    rgba(0, 0, 0, 0.2) 0%,
    rgba(0, 0, 0, 0.5) 30%,
    rgba(0, 0, 0, 0.8) 80%,
    rgba(0, 0, 0, 0.9) 100%
  );
  background: linear-gradient(
    to bottom,
    rgba(0, 0, 0, 0.2) 0%,
    rgba(0, 0, 0, 0.5) 30%,
    rgba(0, 0, 0, 0.8) 80%,
    rgba(0, 0, 0, 0.9) 100%
  );
  filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#33000000', endColorstr='#e6000000', GradientType=0);
  display: table;
  overflow: hidden;
  table-layout: fixed;
  width: 100%;
}
.image-section .widget-area {
  display: table-cell;
  text-align: center;
  vertical-align: middle;
}
.image-section,
.image-section a {
  color: #fff;
}
.image-section a:focus,
.image-section a:hover,
.image-section .featured-content .entry-title a:focus,
.image-section .featured-content .entry-title a:hover {
  color: #22a1c4;
}
.solid-section {
  background-color: #fff;
}
.front-page-2,
.front-page-3,
.front-page-4,
.front-page-5,
.front-page-6,
.front-page-7 {
  border-top: 54px solid transparent;
  margin-top: -54px;
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
  position: relative;
  z-index: 9;
}
.front-page-1,
.front-page-3,
.front-page-5,
.front-page-7 {
  background-attachment: fixed;
  background-color: #fff;
  background-position: 50% 0;
  background-repeat: no-repeat;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
}
.front-page-1 {
  position: relative;
}
.front-page-1 .image-section {
  padding-top: 75px;
}
.secondary-nav .front-page-1 .image-section {
  padding-top: 150px;
}
.front-page-4 .solid-section {
  background-color: #f3f3f3;
}
.bottom-image {
  margin-bottom: -120px;
  margin-top: 100px;
}
.bottom-image img {
  margin-bottom: -10px;
}
.front-page .field-wrap:last-child {
  margin-bottom: 0;
}
.small-disclaimer {
  font-size: 14px;
  font-style: italic;
}

/* Content
--------------------------------------------- */
.content {
  float: left;
  width: calc(70% - 10px);
}
.page .content {
  padding-bottom: 50px;
}
.sidebar-content .content {
  float: left;
}
.full-width-content .content {
  padding: 0;
  width: 100%;
}
.full-width-content.front-page .content {
  padding: 0;
}

/* Media Queries
---------------------------------------------------------------------------------------------------- */
@media only screen and (max-width: 1280px) {
  .site-inner,
  .wrap {
    max-width: 1140px;
  }
}
@media only screen and (max-width: 1200px) {
  .site-inner,
  .wrap {
    max-width: 960px;
  }

  .site-header .widget-area {
    width: 580px;
  }

  .content {
    width: 520px;
  }

  .full-width-content .content {
    padding: 0 110px;
  }

  .genesis-nav-menu a {
    padding: 30px 10px;
  }

  .site-header.sticky-header .genesis-nav-menu a {
    padding: 20px 10px;
  }

  .front-page-1,
  .front-page-3,
  .front-page-5,
  .front-page-7 {
    background-attachment: scroll;
  }
}
@media only screen and (max-width: 1023px) {
  .site-inner,
  .wrap {
    max-width: 768px;
  }

  .full-width-content .content {
    padding: 0 30px;
  }
  /*	.secondary-nav .site-inner {
		margin-top: 80px;
	}
	.front-page .site-inner {
		max-width: none;
	}
	.site-header {
		position: static;
	}
	.front-page .site-header {
		background-color: #000;
	}
	.front-page .site-header > .wrap {
		border: none;
	}
	.content, .sidebar, .site-header .widget-area, .title-area {width: 100%; }
	.site-header .title-area, .site-header.sticky-header .title-area {padding: 15px 0; }
	.header-image .sticky-header .site-title > a {
		height: 76px;
	}
	.genesis-nav-menu, .site-header .widget-area, .site-title {text-align: center; }
	.header-image .site-title > a {
		background-position: center !important;
	}
	.nav-primary .genesis-nav-menu {
		float: none;
	}
	.nav-secondary,
	.site-header.sticky-header .nav-secondary {
		border-bottom: none;
	}
	.genesis-nav-menu a,
	.site-header.sticky-header .genesis-nav-menu a {
		padding: 10px;
	}
	.front-page .site-inner {
		margin-top: 0;
	}
	
	.full-width-content .content {
		padding: 0;
	}
	.full-width-content img.pull-left {
		margin-left: 0;
	}
	.full-width-content img.pull-right {
		margin-right: 0;
	}
	.five-sixths, .four-sixths, .one-fourth, .one-half, .one-sixth, .one-third, .three-fourths, .three-sixths, .two-fourths, .two-sixths, .two-thirds {margin: 0; width: 100%; }
	.flexible-widgets.widget-full .widget, .flexible-widgets.widget-halves .widget, .flexible-widgets.widget-thirds .widget, .flexible-widgets.widget-fourths .widget {margin: 0 auto 20px; width: 100%; }
	.front-page-1 .widget:first-of-type h4, .front-page-2 .widget:first-of-type h4 {font-size: 60px;  }
	.front-page-1 .image-section, .secondary-nav .front-page-1 .image-section {padding-top: 0; }*/
}
@media only screen and (max-width: 800px) {
  .site-inner,
  .wrap {
    max-width: none;
    width: 100%;
  }

  .site-inner,
  .wrap {
    padding: 0 5%;
  }

  .front-page .site-inner {
    padding: 0;
  }
  /* Genesis Responsive Menus */

  nav.nav-primary {
    top: 0;
  }

  .site-header nav .wrap {
    padding: 0;
  }

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

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

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

  .menu-toggle:focus,
  .menu-toggle:hover,
  .sub-menu-toggle:focus,
  .sub-menu-toggle:hover {
    background-color: transparent;
    color: #0060a0;
    border-width: 1px solid #69747a;
  }

  .menu-toggle:focus,
  .sub-menu-toggle:focus {
    outline: 1px solid #ccc;
    outline-offset: -1px;
  }

  .menu-toggle {
    line-height: 20px;
    margin-bottom: 1px;
    position: relative;
    z-index: 1000;
    width: 100%;
  }

  .menu-toggle::before,
  .menu-toggle.activated::before {
    margin-right: 10px;
    text-rendering: auto;
  }

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

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

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

  .genesis-responsive-menu .genesis-nav-menu .menu-item a,
  .genesis-responsive-menu .genesis-nav-menu .menu-item a:focus,
  .genesis-responsive-menu .genesis-nav-menu .menu-item a:hover {
    background-color: transparent;
    border-bottom: 0;
    margin-bottom: 1px;
  }

  .genesis-responsive-menu .genesis-nav-menu .menu-item a {
    outline-color: #fff;
  }

  .genesis-responsive-menu .genesis-nav-menu .menu-item a:focus,
  .genesis-responsive-menu .genesis-nav-menu .menu-item a:hover {
    text-decoration: underline;
  }

  .genesis-responsive-menu .genesis-nav-menu .menu-item a:focus {
    outline: 1px solid #fff;
  }

  .genesis-responsive-menu .genesis-nav-menu .menu-item {
    display: block;
    float: none;
    position: relative;
    text-align: left;
  }

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

  .front-page
    .genesis-responsive-menu
    .genesis-nav-menu
    li.current-menu-item
    > a,
  .genesis-responsive-menu .genesis-nav-menu > li > a,
  .genesis-responsive-menu .genesis-nav-menu .menu-item a {
    border: 0;
  }

  .genesis-responsive-menu .genesis-nav-menu .menu-item a {
    padding: 15px 20px;
    width: 100%;
  }

  .genesis-responsive-menu .genesis-nav-menu .sub-menu {
    border: none;
  }

  .genesis-responsive-menu .genesis-nav-menu .menu-item > a:focus ul.sub-menu,
  .genesis-responsive-menu
    .genesis-nav-menu
    .menu-item
    > a:focus
    ul.sub-menu
    .sub-menu {
    left: 0;
    margin-left: 0;
  }

  .genesis-responsive-menu
    .genesis-nav-menu
    > .menu-item-has-children
    > a::after {
    content: none;
  }

  .genesis-responsive-menu .genesis-nav-menu .sub-menu {
    clear: both;
    display: none;
    margin: 0;
    opacity: 1;
    padding-left: 15px;
    position: static;
    width: 100%;
  }

  .genesis-responsive-menu .genesis-nav-menu .sub-menu .sub-menu {
    margin: 0;
  }

  .altitude-home .simple-social-icons ul li {
    margin: 0 20px 20px !important;
  }

  .footer-widgets .wrap {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .front-page-2,
  .front-page-3,
  .front-page-4,
  .front-page-5,
  .front-page-6,
  .front-page-7 {
    border-top: 0;
    margin-top: 0;
  }

  .image-section .flexible-widgets {
    padding-bottom: 80px;
  }

  .solid-section .flexible-widgets {
    padding-bottom: 40px;
    padding-top: 60px;
  }

  .bottom-image {
    margin-top: 60px;
    margin-bottom: -80px;
  }
}
@import url("https://fonts.googleapis.com/css2?family=Lato:wght@300;400;700;900&display=swap");

/* font-family: 'Lato', sans-serif; */

/*inner image*/
.featured_image_area {
  align-items: center;
  display: flex;
  margin-bottom: 2.5em;
  -webkit-align-items: center;
  display: -webkit-flex;
  height: 280px;
}
.featured_image_area .inner-heading {
  color: #ffffff;
  font-size: 2.375em;
  margin-bottom: auto;
  text-transform: capitalize;
}

/* ---heading --- */
.first-heading {
  position: relative;
  padding-bottom: 20px;
  margin: 20px 0;
  border-bottom: 1px solid #dcdbd7;
  font-size: 20px;
  color: #2b2e31;
}
.first-heading::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: -5px;
  height: 10px;
  width: 10px;
  border-radius: 100%;
  background: #0060a0;
}
.first-heading::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -1px;
  width: 65px;
  height: 0;
  border-bottom: 2px solid #0060a0;
}

/* ------ header menu ------ */
.first_header {
  background-color: #0060a0;
}
.first_header .header_social {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  margin: 8px;
}
.first_header .header_email a {
  margin-left: 10px;
  color: #ffffff;
  letter-spacing: 0.65px;
  font-weight: 300;
  background-image: url(./images/envelope.png);
  background-repeat: no-repeat;
  background-size: 12px;
  padding-left: 20px;
  background-position: center left;
  font-size: 12px;
}
.first_header .header_phone a {
  margin-left: 10px;
  color: #ffffff;
  letter-spacing: 0.65px;
  font-weight: 300;
  background-image: url(./images/communications.png);
  background-repeat: no-repeat;
  background-size: 12px;
  padding-left: 20px;
  background-position: center left;
  font-size: 12px;
}
.header-navmenu-area .header-rightmenu .top_menu .nav {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.top_menu {
  margin-top: 30px;
  margin-bottom: 5px;
}
.top_menu .menu-item a {
  font-family: "Lato", sans-serif;
  font-size: 12px !important;
  font-family: "Lato", sans-serif;
  color: #2b2e31;
  text-decoration: underline;
  border-right: 1px solid #2b2e31;
  padding: 0px 12px;
}
.top_menu .current-menu-item a {
  text-decoration: underline !important;
  font-family: "Lato", sans-serif !important;
  color: #0066b3 !important;
  font-weight: 500 !important;
}
.top_menu .menu-item a:active {
  outline: none !important;
}
.top_menu .menu-item a:focus {
  outline: none !important;
}
.top_menu .menu-item:last-child a {
  border-right: transparent;
}
.top_menu .menu-item a:hover {
  color: #0066b3;
  transition: 0.4s all ease-in-out;
}
.top_menu .menu-item a:active {
  color: #0066b3;
}
.top_menu .menu-item:first-child a {
  padding-left: 15px;
  background-image: url(./images/buildings-gray.png);
  background-repeat: no-repeat;
  background-size: 12px;
  background-position: center left;
}
.top_menu .current-menu-item:first-child a {
  background-image: url(./images/buildings.png);
  background-size: 12px;
  background-position: center left;
}
.top_sec_menu .nav-primary .genesis-nav-menu .menu-item {
  display: inline-block;
  text-align: left;
  border-top: 3px solid #ffffff;
  color: #656565;
}
.top_sec_menu .nav-primary .genesis-nav-menu .menu-item:hover {
  border-top: 3px solid #0060a0;
  transition: 0.4s all ease-in-out;
}
.top_sec_menu .nav-primary .genesis-nav-menu .menu-item:hover {
  border-top-color: #0060a0 !important;
  transition: 0.4s all ease-in-out;
}
.top_sec_menu .nav-primary .genesis-nav-menu .menu-item:active {
  border-top-color: #0060a0;
  transition: 0.4s all ease-in-out;
}
.top_sec_menu .nav-primary .genesis-nav-menu .menu-item a {
  color: #2b2e31;
  font-size: 14px;
  font-weight: bold;
  text-transform: uppercase;
  line-height: 1.573em;
  text-decoration: none;
  padding: 17px 10px;
}
.top_sec_menu .nav-primary .genesis-nav-menu .menu-item a:hover {
  background-color: #ffffff !important;
  color: #69747a !important;
  transition: 0.4s all ease-in-out;
}

/* .top_sec_menu .nav-primary .genesis-nav-menu .menu-item .sub-menu li :hover {
    border-top: 3px solid #0060a0;
} */
.top_sec_menu .nav-primary .genesis-nav-menu .menu-item a:active {
  background-color: #ffffff !important;
  color: #69747a !important;
  transition: 0.4s all ease-in-out;
}
.sticky-header {
  background: rgba(255, 255, 255, 0.9) !important;
  border-bottom: 1px solid #dcdbd7;
  position: fixed;
  margin-top: -35px;
}
.header-image .sticky-header .title-area {
  display: none;
}
.sticky-header .nav-primary .genesis-nav-menu {
  float: left;
}
.site-header.sticky-header > .wrap {
  width: 100%;
}
.sticky-header .header-rightmenu {
  display: inline;
}
.sticky-header .top_menu {
  margin-top: 10px;
  display: inline-block;
  float: right;
}
.sticky-header .header-navmenu-area {
  padding-top: 10px;
}
.genesis-nav-menu .sub-menu a {
  color: #fff !important;
  font-weight: 300 !important;
  font-size: 12px !important;
  padding: 12px 15px !important;
}
.genesis-nav-menu .sub-menu a:hover {
  background: #0060a0 !important;
  transition: 0.4s all ease-in-out;
}
.genesis-nav-menu .sub-menu .menu-item:hover {
  border-top-color: #ffff !important;
  transition: 0.4s all ease-in-out;
}

/* .sticky-header .header-navmenu-area .header-rightmenu .top_sec_menu .nav-primary .genesis-main-menu .menu-item a {
    padding: 21px 15px;
} */
.sticky-header .top_sec_menu .nav-primary .genesis-nav-menu .menu-item a {
  padding: 21px 15px;
}

/* ---- end of header ---- */

/* ---- footer section ---- */
.footer_section .wrap {
  width: 90%;
  margin: auto;
  max-width: 100%;
}
.footer_section {
  background: #2b2e31;
  box-shadow: 0px -10px 0px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
}
.footer_section .inner-main-footer {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-template-rows: auto;
  column-gap: 30px;
  padding-bottom: 40px;
}
.footer_section h4.heading-2 {
  font-weight: bold;
  font-size: 20px;
  letter-spacing: 0;
  color: #fff;
  border-bottom: 1px solid #000000;
  position: relative;
  padding-bottom: 20px;
  margin: 20px 0;
}
.footer_section h4.heading-2::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: -5px;
  height: 10px;
  width: 10px;
  border-radius: 100%;
  background: #0060a0;
}
.footer_section h4.heading-2::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -1px;
  width: 65px;
  height: 0;
  border-bottom: 2px solid #0060a0;
}
.footer_getintouch .footer_details p {
  padding: 12px 0px;
  font-family: "Arial" !important;
  font-weight: 300;
  font-size: 14px;
  line-height: 24px;
  color: #b7b6b6;
  display: inline;
}
.footer_getintouch .footer_details a {
  color: #0060a0;
}
.footer_getintouch .footer_details a:hover {
  color: #ffff;
  transition: 0.4s all ease-in-out;
}
.footer_services .nav .menu-item a {
  color: #b7b6b6;
  font-size: 14px;
  line-height: 24px;
  position: relative;
  display: flex;
}
.footer_services .nav .menu-item a::before {
  position: absolute;
  content: "";
  background-image: url(./images/shapes.png);
  background-size: 13px;
  background-repeat: no-repeat;
  left: -18px;
  right: auto;
  top: 7px;
  height: 13px;
  width: 13px;
}
.footer_services .nav .menu-item a:hover {
  color: #ede9e9;
  transition: 0.4s all ease-in-out;
}
.footer_services .nav .menu-item {
  display: inline-block;
  width: calc(50% - 10px);
  padding: 5px;
  padding-left: 20px;
}
.footer_contact a {
  font-size: 14px;
  line-height: 24px;
  color: #b7b6b6;
  margin: 5px 0px;
}
.footer_contact a:hover {
  color: #ede9e9;
  transition: 0.4s all ease-in-out;
}
.footer_address {
  font-size: 14px;
  line-height: 18px;
  color: #b7b6b6;
  background-image: url(./images/buildings-footer.png);
  background-repeat: no-repeat;
  background-size: 16px;
  padding-left: 20px;
  margin-top: 5px;
}
.footer_email a {
  padding-left: 20px;
  background-image: url(./images/envelope-footer.png);
  background-repeat: no-repeat;
  background-size: 13px;
  background-position: center left;
}
.footer_phone a {
  background-image: url(./images/telephone-footer.png);
  padding-left: 20px;
  background-repeat: no-repeat;
  background-size: 12px;
  background-position: center left;
}
.footer_copyright_section {
  border-top: 1px solid #3e4246;
  margin-top: 15px;
  background: #3e4246;
}
.footer_copyright_section .Footer_menu {
  width: 50%;
}
.footer_copyright_section .Footer_menu .nav {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
}
.footer_copyright {
  font-size: 14px;
  color: #b7b6b6;
  font-weight: bold;
}
.footer_copyright_section .wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 10px 0px;
}
.footer_copyright_section .wrap::before {
  display: none;
}
.footer_copyright_section .wrap::after {
  display: none;
}
.footer_copyright span.txt-blue {
  color: #18b5ea;
}
.footer_copyright_section .Footer_menu .nav .menu-item a {
  color: #18b5ea;
  font-size: 14px;
}
.footer_copyright_section .Footer_menu .nav .menu-item a:hover {
  color: #fff;
  transition: 0.4s all ease-in-out;
}
.footer_map .footer_map_inner iframe {
  height: 230px;
}

/* ---- end of footer ---- */

/* ---scroll top ---- */
a.scrollup {
  background-color: #0060a0;
  background-image: url(./images/arrow-top.png);
  z-index: 999;
  background-size: 10px;
  height: 40px;
  width: 40px;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  transition: all 0.7s ease-in-out;
  right: 40px;
}

/* ---- slider section --- */
.slider-section {
  height: 400px;
}
.slider-section .wpb_revslider_element.wpb_content_element {
  height: 400px !important;
}
.slider-section .wpb_revslider_element .forcefullwidth_wrapper_tp_banner {
  height: 400px !important;
}
.slider-section .rev_slider_wrapper {
  height: 400px !important;
}
.slider-section .fullwidthbanner-container .fullwidthabanner {
  height: 400px !important;
}
.slidr-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-template-rows: auto;
  column-gap: 20px;
}
.slider-hd {
  color: #fff;
  background: #0060a0;
  padding: 5px 14px 10px !important;
  font-size: 30px;
  margin-bottom: 6px !important;
  text-transform: capitalize;
}
.slider-li {
  font-size: 14px;
  color: #fff;
  background: #000;
  padding: 3px 5px !important;
  margin-bottom: 3px !important;
  border-left: 3px solid #0060a0;
  padding-left: 10px !important;
  text-transform: capitalize;
  font-weight: 500;
}

/* --- end of slider section --- */

/* ---- Home page ----- */
.home h1.header {
  display: none;
}
.story-section .first-heading {
  position: relative;
  padding-bottom: 20px;
  margin: 20px 0;
  border-bottom: 1px solid #dcdbd7;
  font-size: 20px;
  color: #2b2e31;
}
.story-section .first-heading::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: -5px;
  height: 10px;
  width: 10px;
  border-radius: 100%;
  background: #0060a0;
}
.story-section .first-heading::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -1px;
  width: 65px;
  height: 0;
  border-bottom: 2px solid #0060a0;
}
.story-section p {
  padding: 0;
  margin-bottom: 12px;
  font-family: "Arial" !important;
  font-weight: 300;
  font-size: 14px;
  line-height: 24px;
  color: #000000;
  margin-top: 10px;
}
.proficiency-sec .profi-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-template-rows: auto;
  text-align: center;
  column-gap: 30;
  column-gap: 30px;
}
.profi-grid .service-box h3 {
  font-size: 21px;
  letter-spacing: -0.65px;
  font-weight: 500;
  color: #000000;
  position: relative;
  margin: 12px 0px;
}
.profi-grid .service-box h3::before {
  position: absolute;
  content: "";
  height: 3px;
  margin: 10px auto;
  width: 80px;
  background: #0060a0;
  left: 0;
  right: 0;
  top: 25px;
}
.service-box p {
  font-family: "Arial";
  font-weight: 300;
  font-size: 14px;
  line-height: 24px;
  color: #000000;
  padding: 12px 0px;
}
.proficiency-sec-inner .wpb_content_element {
  margin-bottom: auto;
}
.service-box {
  padding: 30px 0;
}
.service-box .img-section {
  background: #2b2e31;
  height: 105px;
  width: 105px;
  text-align: center;
  background-position: center;
  border-radius: 100%;
  margin: auto;
  position: relative;
}
.service-box .img-section:hover {
  background: #0060a0;
  transition: all 0.4s ease-in-out;
}
.service-box .img-section:hover::after {
  opacity: 1;
  transition: all 0.4s ease-in-out;
}
.service-box .plastic {
  position: relative;
  /* background: #0060a0; */
}
.service-box .img-section::after {
  position: absolute;
  content: "";
  background-repeat: no-repeat;
  height: 125px;
  width: 125px;
  background-size: 125px;
  left: -10px;
  right: 0;
  margin: auto;
  top: 0;
  bottom: 0;
  border: 5px solid #0060a0;
  border-radius: 100%;
  opacity: 0;
}
.service-box .img-section::before {
  position: absolute;
  content: "";
  background-repeat: no-repeat;
  height: 48px;
  width: 48px;
  background-size: 48px;
  left: 0;
  right: 0;
  margin: auto;
  top: 0;
  bottom: 0;
}
.service-box .plastic::before {
  background-image: url(./images/open-laptop.png);
}
.service-box .pattern::before {
  background-image: url(./images/film-strip.png);
}
.service-box .casting::before {
  background-image: url(./images/box.png);
}
.service-box .assembly::before {
  background-image: url(./images/site-map.png);
}
.proficiency-sec {
  padding-bottom: 30px;
  border-top: 1px solid #e5e4e4;
  border-bottom: 1px solid #e5e4e4;
}
.our-work-head .first-heading {
  font-weight: 500;
}
.work-slider-head h4.first-heading {
  margin: 15px 0;
  padding-bottom: 15px;
  font-size: 21px;
  font-weight: 500;
  color: #0060a0;
}
.work-slider-head h4.first-heading a {
  color: #0060a0 !important;
}
.work-slider-head h4.first-heading a:hover {
  color: #000 !important;
  transition: all 0.4s ease-in-out;
}
.work-head h3.first-heading {
  font-weight: 500;
}
.work-slider-img .vc_single_image-wrapper.vc_box_border_grey {
  padding: 4px;
  line-height: 1.666;
  background-color: #fcfcfc;
  border: 1px solid #eeeeee;
  border-bottom-color: #d1d1d1;
  border-radius: 4px;
}
.work-section .ult-carousel-wrapper .slick-prev {
  display: flex;
  position: relative;
  float: right;
  top: -60px;
}
.work-section .ult-carousel-wrapper .slick-next {
  display: flex;
  position: relative;
  top: -484px;
  float: right;
  font-size: 0px;
}
.work-section .ult-carousel-wrapper .slick-next i.ultsl-arrow-right4 {
  font-size: 0px;
  display: block;
  width: 10px;
  height: 10px;
  margin: 5px 3px;
  border: 1px solid #8d9198;
  outline: none;
}
.work-section .ult-carousel-wrapper .slick-prev i.ultsl-arrow-left4 {
  font-size: 0px;
  display: block;
  width: 10px;
  height: 10px;
  margin: 5px 3px;
  border: 1px solid #8d9198;
  outline: none;
  left: -5px;
}
.work-section .slick-prev:hover i.ultsl-arrow-left4,
.work-section .slick-next:hover i.ultsl-arrow-right4 {
  border: none !important;
  background: #0060a0 !important;
}
.work-section .slick-prev i.ultsl-arrow-left4:active,
.work-section .slick-next i.ultsl-arrow-right4:active {
  border: none !important;
  background: #0060a0 !important;
}
.work-section ul.slick-dots {
  display: none !important;
}
.home-blog-sec .wpb_wrapper {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-template-rows: auto;
  column-gap: 30px;
}
.home-blog-sec .news-item .blog-detail {
  font-size: 13px;
  color: #898989;
  line-height: 13px;
}
.home-blog-sec .blog-content {
  font-family: "Arial";
  font-weight: 300;
  font-size: 14px;
  line-height: 21px;
  color: #000000;
  padding-bottom: 15px;
  min-height: 100px;
}
.home-blog-sec .blog-link a.read.more.button {
  padding: 8px 15px;
  background-color: #0060a0;
  font-size: 14px;
  border: 1px solid transparent;
  border-radius: 4px;
  font-family: arial;
  font-weight: 600;
}
.home-blog-sec .blog-link a.read.more.button:hover {
  background-color: #000;
  transition: all 0.4s ease-in-out;
}
.home-blog-sec .news-item {
  padding: 20px;
  overflow: hidden;
}
.news-item:hover img.blog-image {
  transform: scale(1.1) !important;
  transition: all 0.3s ease-in-out;
}
.blog-area .home-blog .single-post-blog .image-outer {
  width: 100%;
  margin: auto;
  overflow: hidden;
  padding-bottom: 15px;
}

/* ------ end of home page ----- */

/* ----- quality and testing page ---- */
.qc-head .first-heading {
  font-size: 28px;
  font-weight: 500;
}
.qc-inner .quality-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-template-rows: auto;
  column-gap: 30px;
}
.quality-grid .quality-col-1 .img-section img {
  width: 100%;
  border-bottom-left-radius: 20%;
}
.quality-grid .quality-col-2 .img-section img {
  width: 100%;
  border-top-right-radius: 20%;
  margin-bottom: 10px;
}
.quality-grid .large-txt {
  font-size: large;
  margin-bottom: 12px;
  margin-top: 10px;
  line-height: 24px;
}
.quality-grid .medium-txt {
  font-size: medium;
  margin-bottom: 12px;
  margin-top: 10px;
  line-height: 24px;
}
.quality-grid .small-txt {
  font-size: small;
  margin-bottom: 12px;
  margin-top: 10px;
  line-height: 24px;
}
.quality-grid .text-sec {
  padding: 10px;
}
.quality-grid .quality-col-2 {
  background-color: #dbdce1;
  border-top-right-radius: 20%;
}
.qc-text-row p {
  font-size: larger;
  color: #0a3770;
  line-height: 25px;
}
.qc-inner {
  padding-bottom: 15px;
}
.qc-text-row .wpb_text_column.wpb_content_element {
  margin-bottom: 12px;
}
.qc-section {
  padding-bottom: 30px;
}

/* ---- end of quality and testing page ----- */

/* ---- client page ---- */
.client-main .client-inner {
  padding-bottom: 30px;
}
.client-main .client-inner .client-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-template-rows: auto;
  column-gap: 30px;
  row-gap: 25px;
}
.client-grid .logo-img {
  padding: 10px;
  border: solid 1px #d9d9d9;
}
.client-inner .wpb_text_column.wpb_content_element {
  margin-bottom: 10px;
}

/* ---- end of client page ----- */

/* --- breadcrmbs ---- */
.breadcrumb {
  border-radius: 0;
  font-size: 11px;
  font-style: italic;
  color: #798184;
  font-weight: 400;
  list-style: none outside none;
  margin-bottom: 0px;
  border-bottom: none !important;
  background-color: #f5f5f5;
}
.sub_main {
  background-color: #f5f5f5;
  padding-top: 20px;
  border-bottom: 3px solid #dcdbd7;
  margin-bottom: 50px;
}
.breadcrumb a.breadcrumb-link {
  color: #0060a0 !important;
}
.breadcrumb a.breadcrumb-link:hover {
  color: #000 !important;
  transition: all 0.4s ease-in-out;
}
h1.header {
  border-bottom: 3px solid #0060a0;
  display: block;
  font-weight: 500;
  font-size: 25px;
  padding: 0 0 20px;
  color: #2b2e31;
  margin-bottom: -3px;
  display: inline-block;
  margin-bottom: 50px;
  position: relative;
  margin-top: 23px;
  font-style: initial;
  margin-bottom: 0 !important;
  padding-bottom: 23px;
  bottom: -3px;
}
h1.header::before {
  position: absolute;
  content: "";
  color: #0060a0;
  height: 3px;
  width: 50px;
  top: 10px;
  right: 0;
  left: 0;
  margin: auto;
}

/* ----- carrier page ----- */
.carrier-page {
  padding-bottom: 60px;
  padding-top: 20px;
}

/* ---- contact page ------ */
.contact-page-inner .wpb_text_column.wpb_content_element {
  margin-bottom: auto;
}
.contact-page-form .gform_body .gform_fields li.gfield {
  width: calc(50% - 0px);
  display: inline-block;
  margin-top: 5px !important;
}
.contact-page-form .gform_body .gform_fields li.gfield label.gfield_label {
  display: none !important;
}
.contact-page-form .gform_body .gform_fields li.gfield .ginput_container input {
  width: 100%;
}
.contact-page-form
  .gform_body
  .gform_fields
  li.gfield
  .ginput_container
  textarea {
  width: 100%;
  height: 120px;
}
li#field_1_7 {
  width: 100% !important;
}
.contact-page-detail .contact_address {
  color: #2b2e31;
  font-size: 14px;
  line-height: 24px;
  position: relative;
  padding-left: 25px;
  padding-bottom: 10px;
}
.contact-page-detail .contact_address::before {
  position: absolute;
  background-image: url(./images/buildings-gray.png);
  background-size: 16px;
  height: 16px;
  width: 16px;
  left: 0;
  content: "";
  top: 6px;
  background-repeat: no-repeat;
}
.contact_email {
  padding-left: 25px;
  padding-bottom: 10px;
  background-image: url(./images/communications-gray.png);
  background-repeat: no-repeat;
  background-position: top left;
  background-size: 14px;
}
.contact-page-detail .contact_email a {
  color: #2b2e31;
  font-size: 14px;
}
.contact_phone {
  padding-bottom: 10px;
}
.contact-page-detail .contact_phone a:hover {
  color: #0060a0;
  transition: all 0.4s ease-in-out;
}
.contact-page-detail .contact_email a:hover {
  color: #0060a0;
  transition: all 0.4s ease-in-out;
}
.contact_phone a {
  color: #2b2e31;
  font-size: 14px;
  padding-left: 25px;
  background-image: url(./images/celular.png);
  background-repeat: no-repeat;
  background-position: center left;
  background-size: 14px;
}
.contact-page-form .gform_footer.top_label {
  text-align: right;
  margin: 0 !important;
}
.contact-page-form .gform_footer.top_label input {
  padding: 8px 15px;
  background-color: #0060a0;
  font-size: 14px;
  border: 1px solid transparent;
  border-radius: 4px;
  font-family: arial;
  font-weight: 600;
}
.contact-page-form .gform_footer.top_label input:hover {
  background-color: #000;
  transition: all 0.4s ease-in-out;
}
.contact-page-main {
  padding-bottom: 60px;
}
.contact-page-detail .vc_custom_1588773626554 {
  background-size: cover;
  background-repeat: no-repeat;
  padding-top: 0 !important;
  height: 400px;
}
.gform_validation_error form .validation_error {
  display: none;
}
.contact-page-form .gform_wrapper li.gfield.gfield_error {
  background-color: transparent !important;
  margin-bottom: 0px !important;
  border-top: none;
  border-bottom: none;
  padding-bottom: 0px;
  padding-top: 0px;
  box-sizing: border-box;
}
.gform_wrapper li.gfield_error input,
.gform_wrapper li.gfield_error textarea {
  border: 1px solid #ddd !important;
}
.contact-page-form .validation_message {
  position: relative !important;
  width: auto !important;
  padding-right: 0px !important;
  display: inline !important;
  background: #0060a0;
  color: #fff !important;
  padding: 3px 10px !important;
  box-shadow: 0px 4px 10px 0px #e0dfdf;
  top: -7px;
}
.contact-page-form .validation_message::before {
  position: absolute;
  content: "";
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-bottom: 10px solid #0060a0;
  top: -10px;
  left: 8px;
  margin: auto;
}
#validation_message_1_7 {
  top: -14px;
}

/* ---- end of contact page ---- */
.work-page {
  padding-bottom: 80px;
}
.work-page-images .img-grid {
  display: inline-block;
  width: calc(33.33% - 10px);
  padding: 0px 15px;
  margin-bottom: auto;
}
.work-page-images .img-grid h2.wpb_heading.wpb_gallery_heading {
  position: relative;
  top: 260px;
  font-size: 0;
  border-bottom: 1px solid #dcdbd7;
}
.work-page-images .img-grid h2.wpb_heading.wpb_gallery_heading::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: -1px;
  width: 65px;
  height: 0;
  border-bottom: 2px solid #0060a0;
}
.work-page-images .img-grid .flexslider {
  margin-bottom: 15px !important;
  border: 1px solid #cccccc;
  padding: 4px;
  box-shadow: none;
  border-radius: 0;
  position: relative;
}
.work-page-images .img-grid .flexslider ul li a {
  position: relative;
  display: inline-block;
}
.work-page-images .img-grid .flexslider ul li a::before {
  position: absolute;
  content: "";
  height: 100%;
  width: 100%;
  background: #000000a6;
  opacity: 0;
  background-image: url(./images/multimedia.png);
  background-size: 30px;
  background-repeat: no-repeat;
  background-position: center;
}
.work-page-images .img-grid .flexslider ul li a:hover::before {
  opacity: 1;
  cursor: pointer;
  transition: all 0.4s ease-in-out;
}

/* ------ media page -------- */
.media-page {
  text-align: center;
  padding-bottom: 60px;
}
.media-inner {
  width: calc(33.33%);
  display: inline-block;
  padding: 0px 15px;
}
.media-inner h3.celeb-title {
  text-decoration: none;
  font-family: "Lato", sans-serif;
  color: #000;
  font-size: 20px;
  font-weight: 300;
  text-align: left;
}
.media-inner .flexslider ul li a {
  position: relative;
  display: inline-block;
}
.media-inner .flexslider ul li a::before {
  position: absolute;
  content: "";
  height: 100%;
  width: 100%;
  background: #000000a6;
  opacity: 0;
  background-image: url(./images/multimedia.png);
  background-size: 30px;
  background-repeat: no-repeat;
  background-position: center;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}
.media-inner .flexslider ul li a:hover::before {
  opacity: 1;
  cursor: pointer;
  transition: all 0.4s ease-in-out;
}
.media-inner a {
  font-size: 15px;
  color: #0060a0;
}
.media-inner p {
  text-align: left;
}
.media-inner a:hover {
  transition: all 0.4s ease-in-out;
  color: #000;
}
.media-inner h2.wpb_heading.wpb_gallery_heading {
  font-size: 0px;
  position: relative;
  top: 260px;
  border-bottom: 1px solid #dcdbd7;
}
.media-inner h2.wpb_heading.wpb_gallery_heading::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: -1px;
  width: 65px;
  height: 0;
  border-bottom: 2px solid #0060a0;
}
.media-inner .flexslider {
  margin-bottom: 15px !important;
  border: 1px solid #cccccc;
  padding: 4px;
  box-shadow: none;
  border-radius: 0;
  position: relative;
  min-height: 245px;
}
.media-inner .wpb_text_column.wpb_content_element {
  margin-bottom: auto !important;
}

/* --- listing pages ----- */
.listing-page .list-inner ul.listul {
  margin-left: 30px;
  padding-bottom: 15px;
}
.listing-page .list-inner ul.listul li.list-li {
  list-style-type: disc;
}
.listing-page .list-inner {
  display: flex;
  align-items: center;
  justify-content: center;
}

/* ----- blog page ----- */
.blog-area {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  column-gap: 30px;
  row-gap: 50px;
  padding-bottom: 60px;
}
.blog-area .home-blog {
  width: 94%;
  margin: auto;
}
.single-post-blog .image-outer {
  width: 100%;
  margin: auto;
  overflow: hidden;
  padding-bottom: 15px;
}
.single-post-blog .image-outer a {
  display: inline-block;
  width: 100%;
}
img.blog-image {
  object-position: center;
  object-fit: cover;
  transform: scale(1);
  transition: all 0.3s ease-in-out;
  margin: auto;
  width: 90%;
}
.home-blog:hover img.blog-image {
  transform: scale(1.1) !important;
  transition: all 0.3s ease-in-out;
}
.single-post-blog .blog-header .blog-detail {
  width: auto;
  font-size: 13px;
  color: #898989;
  line-height: 13px;
  display: block;
}
.single-post-blog .blog-title a {
  font-size: 21px;
  letter-spacing: -0.65px;
  font-weight: 500;
  color: #000;
  display: inline-block;
  line-height: 23px;
  text-align: left;
  width: 100%;
  margin-bottom: 8px;
  text-transform: capitalize;
}
.single-post-blog .blog-title {
  clear: both;
  margin-top: 6px;
  display: inline-block;
  width: 100%;
}
.blog-title a:hover {
  color: #0060a0;
  transition: 0.2s all ease-in-out;
  text-decoration: underline;
}
.single-post-blog .short_cntn {
  font-family: "Arial";
  font-weight: 300;
  font-size: 14px;
  line-height: 21px;
  color: #000000;
  /* padding: 12px 0px; */
}

/* ----- blog listing page ---- */
.cms-recent-post {
  float: right;
  width: 30%;
}
.cms-recent-post .cms-recent-post-wrapper {
  width: 100%;
}
.widget-recent-item.clearfix {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  padding: 20px 0px;
  border-bottom: 1px solid #dcdbd7;
}
.widget-recent-item .image-thumbnail {
  width: 30%;
}
.image-thumbnail img.thumbnail-image {
  width: 80%;
}
.widget-recent-item .image-main {
  width: 70%;
}
.image-main h4 {
  font-size: 18px;
  color: #000;
  font-weight: 500;
}
.image-main h4 a {
  color: #000;
}
.image-main h4 a:hover {
  color: #0060a0;
  transition: all 0.4s ease-in-out;
}
.single-post .content-sidebar-wrap .widget-area h3.widget-title {
  display: inline-block;
  font-size: 20px;
  color: #000;
  padding-bottom: 20px;
  margin: 20px 0;
  border-bottom: 1px solid #dcdbd7;
  font-size: 20px;
  color: #2b2e31;
  width: 30%;
  position: relative;
}
.single-post .content-sidebar-wrap .widget-area h3.widget-title::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: -5px;
  height: 10px;
  width: 10px;
  border-radius: 100%;
  background: #0060a0;
}
.single-post .content-sidebar-wrap .widget-area h3.widget-title::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -1px;
  width: 65px;
  height: 0;
  border-bottom: 2px solid #0060a0;
}
aside.widget.widget-area {
  padding-bottom: 80px;
}
section.main_content_area .cntnt_cs .content {
  width: 90%;
}
section.main_content_area .cntnt_cs .date_post {
  width: auto;
  font-size: 14px;
  color: #898989;
  line-height: 13px;
  display: block;
  padding-bottom: 10px;
}
section.main_content_area .cntnt_cs .content h3.first-heading {
  margin-top: 35px;
}
section.main_content_area .cntnt_cs .content .blog-ul .blog-li {
  list-style-type: lower-roman;
}
section.main_content_area .cntnt_cs .content .blog-ul {
  margin-left: 20px;
  padding-bottom: 20px;
}
a.blog-link {
  color: #0060a0;
}
a.blog-link:hover {
  text-decoration: underline;
}

/* ---- media Query ------ */
@media screen and (max-width: 1600px) {
  .footer_section .inner-main-footer {
    column-gap: 20px;
  }

  .slider-hd {
    padding: 5px 14px 5px !important;
    font-size: 24px !important;
  }

  .rev_slider .tp-caption {
    top: 7px !important;
  }

  .footer_section .wrap {
    width: 100%;
    padding: 0px 25px;
  }

  .footer_section .inner-main-footer {
    grid-template-columns: 25% 28% 21% 22%;
    padding-bottom: 30px;
  }
}
@media screen and (max-width: 1500px) {
  .footer_services .nav .menu-item {
    width: calc(50% - 4px);
  }

  .infra-sec .vc_row-fluid .vc_col-sm-9 {
    width: 70% !important;
  }

  .infra-sec .vc_row-fluid .vc_col-sm-3 {
    width: 30% !important;
  }
}
@media screen and (max-width: 1400px) {
  .footer_services .nav .menu-item {
    width: calc(50% - 2px);
  }

  .sub_main {
    margin-bottom: 30px;
  }

  .vc_row.about-last {
    padding-bottom: 30px !important;
  }

  .work-page {
    padding-bottom: 50px;
  }

  .qc-head .first-heading {
    font-size: 22px;
    font-weight: 500;
  }

  .quality-grid .large-txt {
    font-size: 16px;
  }

  .quality-grid .medium-txt {
    font-size: 14px;
    line-height: 21px;
  }

  .qc-text-row p {
    font-size: 16px;
  }

  .contact-page-main {
    padding-bottom: 30px;
  }

  .media-page {
    padding-bottom: 20px;
  }

  .media-inner h3.celeb-title {
    margin-bottom: 7px;
    font-size: 18px;
  }

  .single-post-blog .blog-title a {
    font-size: 18px;
    line-height: 20px;
  }

  aside.widget.widget-area {
    padding-bottom: 40px;
  }
}
@media only screen and (min-width: 1100px) and (max-width: 1300px) {
  .footer_section .inner-main-footer {
    grid-template-columns: 25% 30% 21% 20%;
    column-gap: 15px;
  }
}
@media screen and (max-width: 1300px) {
  .work-section .ult-carousel-wrapper .slick-next {
    top: -500px;
  }

  .rev_slider .tp-caption {
    top: 12px !important;
  }

  .vc_row.about-last {
    padding-bottom: 30px;
  }

  .carrier-page {
    padding-bottom: 30px;
  }
}
@media screen and (max-width: 1100px) {
  .full-width-content .content {
    padding: 0 70px;
  }

  .rev_slider .tp-caption {
    top: 40px !important;
    left: -11px;
  }

  .slidr-grid {
    column-gap: 6px;
  }

  .header-image .site-title > a {
    height: 75px;
  }

  .top_sec_menu .nav-primary .genesis-nav-menu .menu-item a {
    font-size: 12px;
  }

  .sticky-header .top_sec_menu .nav-primary .genesis-nav-menu .menu-item a {
    padding: 15px 22px;
  }

  .story-section .first-heading {
    padding-bottom: 15px;
    margin: 18px 0;
    font-size: 18px;
  }

  .first-heading {
    padding-bottom: 15px;
    margin: 18px 0;
    font-size: 18px;
  }

  .proficiency-sec .profi-grid {
    grid-template-columns: repeat(2, 1fr);
    column-gap: 30px;
  }

  .service-box {
    padding: 20px 0;
  }

  .proficiency-sec {
    padding-bottom: 0px;
  }

  .profi-grid .service-box h3 {
    font-size: 18px;
    margin: 8px 0px;
  }

  .profi-grid .service-box h3::before {
    margin: 5px auto;
  }

  .work-section .ult-carousel-wrapper .slick-next {
    top: -480px;
  }

  .work-slider-head h4.first-heading {
    margin: 12px 0;
    padding-bottom: 12px;
    font-size: 18px;
  }

  .home-blog-sec .wpb_wrapper {
    grid-template-columns: repeat(2, 1fr);
  }

  .home-blog-sec .blog-title a {
    font-size: 18px;
    min-height: 47px;
  }

  .footer_section .inner-main-footer {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    column-gap: 50px;
    row-gap: 30px;
  }

  .home-blog-main {
    padding-bottom: 35px;
  }

  .listing-inner ul li {
    width: 45% !important;
  }

  .contact-page-inner .vc_col-sm-6 {
    width: 100%;
  }

  .contact-page-detail .vc_custom_1588773626554 {
    background-size: contain;
    background-position: right;
  }

  .carrier-content-sec .vc_col-sm-6 {
    width: 100%;
  }

  .carrier-page {
    padding-top: 0px;
  }

  .media-inner {
    width: calc(50%);
  }

  .single-post-blog .blog-title a {
    font-size: 16px;
    line-height: 20px;
  }

  .blog-area {
    column-gap: 20px;
    row-gap: 30px;
    padding-bottom: 40px;
  }

  .single-post-blog .short_cntn {
    font-size: 12px;
    line-height: 16px;
  }

  .content {
    width: 70%;
    padding-right: 20px;
  }

  .image-main h4 {
    font-size: 16px;
  }

  .image-thumbnail img.thumbnail-image {
    width: 90%;
  }

  section.main_content_area .cntnt_cs .content h3.first-heading {
    margin-top: 35px;
  }

  aside.widget.widget-area {
    padding-bottom: 40px;
  }

  .widget-recent-item .image-main {
    padding-left: 12px;
  }

  section.main_content_area .cntnt_cs .content {
    width: 100%;
  }

  .single-post .content-sidebar-wrap .widget-area h3.widget-title {
    font-size: 18px;
    padding-bottom: 18px;
    margin: 18px 0;
  }

  .single-post .content-sidebar-wrap {
    padding-top: 20px;
  }

  .listing-page .list-inner .vc_col-sm-3 {
    width: 40%;
  }

  .listing-page .list-inner .vc_col-sm-4 {
    width: 40%;
  }

  .listing-page .list-inner .vc_col-sm-8 {
    width: 60%;
  }

  .listing-page .list-inner .vc_col-sm-9 {
    width: 60%;
  }

  .footer_section .wrap {
    width: 90%;
    padding: 0px 0px;
  }

  .footer_copyright_section .Footer_menu {
    width: 60%;
  }

  .work-page {
    padding-bottom: 10px;
  }
}
@media screen and (max-width: 820px) {
  .slider-hd {
    padding: 5px 14px 5px !important;
    font-size: 16px !important;
  }

  .full-width-content .content {
    padding: 0 0px;
  }

  .menu-toggle,
  .activated {
    position: absolute;
    width: auto;
    display: inline-block;
    font-size: 0;
    padding: 12px;
    margin: 0;
    background: #0060a0;
    top: 50px;
    right: 47px;
  }

  .menu-toggle::before {
    line-height: inherit;
    font-size: 30px;
    margin-right: 0px;
    width: 30px;
    height: 30px;
  }

  .top_menu {
    right: 70px;
    position: relative;
  }

  .menu-toggle.activated::before {
    margin-right: 0px;
  }

  nav.genesis-responsive-menu {
    position: absolute;
    z-index: 999;
    /* background: #000000; */
    width: 100%;
    top: 107px;
    left: 0;
    right: 0;
  }

  .top_sec_menu .nav-primary .genesis-nav-menu .menu-item {
    display: block;
    text-align: left;
    border-top: 3px solid #ffffff;
    color: #fff;
    background: #000;
  }

  .top_sec_menu .nav-primary .genesis-nav-menu .menu-item:hover {
    color: #69747a;
    background-color: #ffffff;
    transition: all 0.4s ease-in-out;
    border-top: 3px solid #0060a0;
  }

  .nav-primary .genesis-nav-menu {
    float: none;
  }

  .nav-primary .genesis-nav-menu {
    float: none;
    max-height: 400px;
    overflow: auto;
  }

  .top_sec_menu .nav-primary .genesis-nav-menu .menu-item a {
    font-size: 12px;
    color: #fff;
    font-weight: 400;
    padding: 12px 30px;
  }

  .top_sec_menu .nav-primary .genesis-nav-menu .menu-item a:active {
    color: #69747a;
  }

  .top_sec_menu .nav-primary .genesis-nav-menu .menu-item a:focus {
    color: #69747a;
  }

  .top_sec_menu .nav-primary .genesis-nav-menu .menu-item a:visited {
    color: inherit;
  }

  .sub-menu-toggle {
    top: 2px;
    background: transparent;
  }

  .sticky-header {
    padding: 10px 0px;
  }

  .sticky-header .menu-toggle {
    top: 15px;
  }

  .sticky-header .nav-primary .genesis-nav-menu {
    float: none;
  }

  .sticky-header nav.genesis-responsive-menu {
    top: 71px;
  }

  .sub-menu-toggle:focus,
  .sub-menu-toggle:hover {
    background-color: transparent;
    color: #69747a;
    border-width: 0;
    top: -2px;
    outline: none;
    right: 0;
  }

  .genesis-responsive-menu .genesis-nav-menu .sub-menu {
    padding-left: 0px;
  }

  .genesis-responsive-menu .genesis-nav-menu .sub-menu .menu-item {
    background: #1a1a1a;
    border-bottom: 1px solid #373737;
    border-top: inherit;
  }

  .genesis-responsive-menu .genesis-nav-menu .sub-menu .menu-item a {
    padding-left: 60px !important;
    position: relative;
  }

  .genesis-responsive-menu .genesis-nav-menu .sub-menu .menu-item a::before {
    position: absolute;
    content: "";
    background-image: url(./images/arrow.svg);
    background-size: 15px;
    width: 15px;
    height: 10px;
    top: -5px;
    left: 30px;
    z-index: 999;
    display: flex;
    margin: auto;
    bottom: 0;
  }

  .top_sec_menu .nav-primary .genesis-nav-menu .menu-item a:hover {
    color: #69747a;
    background-color: #ffffff;
    transition: 0.4s all ease-in-out;
  }

  .top_sec_menu .nav-primary .genesis-nav-menu .sub-menu .menu-item a:hover {
    color: #69747a !important;
    background-color: #ffffff !important;
    transition: 0.4s all ease-in-out;
    border-bottom: 1px solid #0060a0;
  }

  .work-section .ult-carousel-wrapper .slick-next {
    top: -472px;
  }

  .home-blog-sec .wpb_wrapper {
    column-gap: 0px;
  }

  .home-blog-sec .blog-content {
    min-height: 80px;
  }

  .footer_section .wrap {
    padding: 0;
  }

  .footer_section .inner-main-footer {
    column-gap: 30px;
    row-gap: 10px;
    padding-bottom: 20px;
  }

  .footer_copyright_section .wrap {
    flex-direction: column;
  }

  .footer_copyright_section .Footer_menu {
    width: 90%;
  }

  .footer_copyright_section {
    padding: 20px 0px;
  }

  .footer_copyright {
    padding-bottom: 12px;
  }

  .rev_slider .tp-caption {
    top: 65px !important;
    left: 0px;
  }

  .slider-li {
    padding: 3px 3px !important;
  }

  .slidr-grid {
    column-gap: 2px;
  }

  .vc_row.about-last {
    padding-bottom: 0px !important;
  }

  .infra-sec .vc_row-fluid .vc_col-sm-9 {
    width: 60% !important;
  }

  .infra-sec .vc_row-fluid .vc_col-sm-3 {
    width: 40% !important;
  }

  .table.table-inner-pg tbody tr td {
    font-size: 12px;
  }

  .vc_row.infra-sec {
    padding-bottom: 0px !important;
  }

  .sub_main {
    margin-bottom: 15px;
  }

  .work-page-images .img-grid {
    width: calc(50% - 3px);
    padding: 12px 15px;
  }

  .work-page-images .img-grid h2.wpb_heading.wpb_gallery_heading {
    top: 230px;
  }

  .qc-inner .quality-grid {
    grid-template-columns: repeat(1, 1fr);
    row-gap: 40px;
  }

  .quality-grid .quality-col-1 .img-section img {
    border-bottom-left-radius: 0%;
  }

  .quality-grid .quality-col-2 {
    border-top-right-radius: 0%;
    display: flex;
    flex-direction: column-reverse;
  }

  .quality-grid .quality-col-2 .img-section img {
    border-top-right-radius: 0%;
  }

  .quality-grid .quality-col-2 .img-section img {
    margin-bottom: 0px;
  }

  .client-main .client-inner .client-grid {
    grid-template-columns: repeat(3, 1fr);
    column-gap: 20px;
  }

  .contact-page-detail .vc_custom_1588773626554 {
    background-size: contain;
    background-position: right;
  }

  .media-inner h3.celeb-title {
    margin-bottom: 0px;
    font-size: 16px;
  }

  .media-page {
    padding-bottom: 10px;
    padding-top: 20px;
  }

  .media-inner .flexslider {
    min-height: 220px;
  }

  .media-inner h2.wpb_heading.wpb_gallery_heading {
    top: 240px;
  }

  .blog-area {
    grid-template-columns: repeat(2, 1fr);
  }

  .single-post-blog .blog-header .blog-detail {
    font-size: 12px;
  }

  .single-post section.main_content_area .cntnt_cs .content h3.first-heading {
    margin-top: 10px !important;
  }

  .content {
    width: 100%;
    padding-right: 0px;
  }

  .cms-recent-post {
    float: none;
    width: 100%;
  }

  .image-thumbnail img.thumbnail-image {
    width: 100%;
  }

  .widget-recent-item .image-thumbnail {
    width: 20%;
  }

  .widget-recent-item.clearfix {
    padding: 10px 0px;
  }

  .widget-recent-item .image-main {
    width: 80%;
    padding-left: 30px;
  }

  .single-post .content-sidebar-wrap .widget-area h3.widget-title {
    width: 100%;
  }

  .listing-page .list-inner {
    flex-direction: column-reverse;
  }

  .listing-page .list-inner .vc_col-sm-3 {
    width: 100%;
  }

  .listing-page .list-inner .vc_col-sm-4 {
    width: 100%;
  }

  .listing-page .list-inner .vc_col-sm-8 {
    width: 100%;
    order: 2;
  }

  .listing-page .list-inner .vc_col-sm-9 {
    width: 100%;
  }

  .listing-page .list-inner .vc_col-sm-8 {
    order: 1;
  }

  .listing-page .list-inner .wpb_content_element {
    margin-bottom: 15px;
    text-align: left !important;
  }

  .listing-page .list-inner .wpb_content_element .vc_figure img {
    width: 60%;
  }
}
@media screen and (max-width: 767px) {
  .site-inner,
  .wrap {
    padding: 0;
  }

  .site-inner,
  .wrap {
    max-width: none;
    width: 90%;
  }

  .site-header .wrap {
    width: 100%;
  }

  .menu-toggle,
  .activated {
    right: 20px;
  }

  .story-section .first-heading {
    font-size: 16px;
  }

  .first-heading {
    margin: 20px 0;
    font-size: 16px;
  }

  .proficiency-sec .profi-grid {
    grid-template-columns: repeat(1, 1fr);
  }

  .work-section .ult-carousel-wrapper .slick-next {
    top: -60px;
    position: absolute;
  }

  .service-box {
    padding: 10px 0;
  }

  .story-section p {
    font-size: 12px;
  }

  .service-box p {
    font-size: 13px;
  }

  p,
  li {
    font-size: 13px !important;
  }

  .work-section .ult-carousel-wrapper {
    margin-bottom: 10px;
  }

  .home-blog-sec .blog-content {
    font-size: 13px;
  }

  .home-blog-sec .blog-link a.read.more.button {
    padding: 6px 12px;
    font-size: 12px;
  }

  .home-blog-main {
    padding-bottom: 15px;
  }

  .footer_section h4.heading-2 {
    font-weight: 500;
    font-size: 16px;
    padding-bottom: 15px;
    margin: 15px 0;
  }

  .footer_getintouch .footer_details p {
    font-size: 12px;
  }

  .footer_services .nav .menu-item a {
    font-size: 12px;
    line-height: 16px;
  }

  .footer_address {
    font-size: 12px;
  }

  .footer_contact a {
    font-size: 12px;
    line-height: 16px;
  }

  .footer_services .nav .menu-item a::before {
    background-size: 9px;
    left: -15px;
    top: 4px;
    height: 9px;
    width: 9px;
  }

  .footer_services .nav .menu-item {
    padding-left: 11px;
  }

  .footer_copyright {
    font-size: 12px;
    font-weight: 500;
  }

  .footer_copyright_section .Footer_menu .nav .menu-item a {
    font-size: 12px;
  }

  .footer_copyright_section {
    padding: 15px 0px;
  }

  .footer_section .inner-main-footer {
    column-gap: 20px;
  }

  .proficiency-sec .wpb_content_element {
    margin-bottom: 20px !important;
  }

  .slider-section {
    height: 250px;
  }

  .slider-section .wpb_revslider_element.wpb_content_element {
    height: 250px !important;
  }

  .slider-section .wpb_revslider_element .forcefullwidth_wrapper_tp_banner {
    height: 250px !important;
  }

  .slider-section .rev_slider_wrapper {
    height: 250px !important;
  }

  .slider-section .fullwidthbanner-container .fullwidthabanner {
    height: 250px !important;
  }

  .slider-li {
    font-size: 8px !important;
  }

  .rev_slider .tp-caption {
    top: 14px !important;
    left: 6px;
  }

  .hesperiden.tparrows {
    width: 35px !important;
    height: 35px !important;
    top: 70% !important;
  }

  .hesperiden.tparrows:before {
    font-size: 16px !important;
    line-height: 35px !important;
  }

  h1.header {
    font-size: 20px;
    padding: 0 0 15px;
    margin-top: 15px;
    padding-bottom: 12px;
  }

  .vc_row.about-last {
    padding-bottom: 0px !important;
  }

  .infra-sec .vc_row-fluid .vc_col-sm-9 {
    width: 100% !important;
  }

  .infra-sec .vc_row-fluid .vc_col-sm-3 {
    width: 50% !important;
  }

  .infra-sec .inner-sec {
    display: flex;
    flex-direction: column-reverse;
  }

  .nav-primary .genesis-nav-menu {
    max-height: 230px;
    overflow: auto;
  }

  .work-page {
    padding-bottom: 30px;
  }

  .qc-head .wpb_content_element {
    margin-bottom: 0px !important;
  }

  .qc-inner .quality-grid {
    row-gap: 25px;
  }

  .qc-inner .wpb_content_element {
    margin-bottom: auto;
  }

  .carrier-page {
    padding-bottom: 0px;
  }

  .media-inner .flexslider {
    min-height: 190px;
  }

  .media-inner h2.wpb_heading.wpb_gallery_heading {
    top: 215px;
  }

  .media-inner a {
    font-size: 12px;
  }

  .single-post .content-sidebar-wrap .widget-area h3.widget-title {
    font-size: 16px;
    padding-bottom: 16px;
    margin: 18px 0;
  }

  a.scrollup {
    right: 20px;
    bottom: 30px;
  }
}
@media screen and (max-width: 667px) {
  .work-page-images .img-grid h2.wpb_heading.wpb_gallery_heading {
    top: 200px;
  }
}
@media screen and (max-width: 568px) {
  .top_menu .menu-item a {
    font-size: 10px !important;
    margin-bottom: 3px !important;
    padding: 0px 9px;
  }

  .slider-li {
    font-size: 5px !important;
  }

  .rev_slider .tp-caption {
    top: 11px !important;
    left: -28px;
    display: none !important;
  }

  .hesperiden.tparrows {
    top: 50% !important;
  }

  .slider-hd {
    padding: 5px 8px 5px !important;
    font-size: 12px !important;
  }

  .work-page-images .img-grid h2.wpb_heading.wpb_gallery_heading {
    top: 170px;
  }

  .gform_wrapper ul.gform_fields li.gfield {
    padding-right: 10px;
  }

  .media-inner .flexslider {
    min-height: 150px;
  }

  .media-inner h2.wpb_heading.wpb_gallery_heading {
    top: 165px;
  }

  .media-inner .wpb_gallery.wpb_content_element.vc_clearfix {
    margin-bottom: 20px;
  }

  .media-inner h3.celeb-title {
    font-size: 14px;
  }
}
@media screen and (max-width: 567px) {
  .slider-section {
    height: 150px;
  }

  .slider-section .wpb_revslider_element.wpb_content_element {
    height: 150px !important;
  }

  .slider-section .wpb_revslider_element .forcefullwidth_wrapper_tp_banner {
    height: 150px !important;
  }

  .slider-section .rev_slider_wrapper {
    height: 150px !important;
  }

  .slider-section .fullwidthbanner-container .fullwidthabanner {
    height: 150px !important;
  }

  .home-blog-sec .wpb_wrapper {
    grid-template-columns: repeat(1, 1fr);
  }

  .home-blog-sec .blog-title a {
    font-size: 16px;
    min-height: inherit;
  }

  .footer_section .inner-main-footer {
    grid-template-columns: repeat(1, 1fr);
  }

  .menu-toggle,
  .activated {
    padding: 8px;
    top: 40px;
    right: 17px;
  }

  .top_menu {
    right: -15px;
    position: relative;
    bottom: 10px;
  }

  .title-area {
    float: left;
    padding: 25px 0;
    width: 130px;
  }

  .header-navmenu-area .header-rightmenu .top_menu .nav {
    width: 100%;
  }

  .footer_services .nav .menu-item {
    padding-left: 21px;
  }

  .first_header .header_phone a {
    background-size: 12px;
    padding-left: 17px;
  }

  nav.genesis-responsive-menu {
    top: 134px;
  }

  .header-navmenu-area .header-rightmenu .top_menu .nav {
    justify-content: flex-start;
  }

  .sticky-header .top_menu {
    float: left;
  }

  a.scrollup {
    right: 20px;
    bottom: 20px;
  }

  .first_header .header_social {
    justify-content: space-between;
  }

  .footer_copyright_section .Footer_menu .nav {
    display: grid;
    align-items: center;
    grid-template-columns: repeat(3, 1fr);
    text-align: center;
  }

  .home-blog-main {
    padding-bottom: 0px;
  }

  .infra-sec .vc_row-fluid .vc_col-sm-3 {
    width: 100% !important;
  }

  .work-page-images .img-grid {
    width: 100%;
    padding: 8px 8px;
  }

  .nav-primary .genesis-nav-menu {
    max-height: 350px;
  }

  .work-page-images .img-grid h2.wpb_heading.wpb_gallery_heading {
    display: none;
  }

  .work-page-images .img-grid .flexslider {
    margin-bottom: 10px !important;
  }

  h1.header {
    font-size: 20px;
    margin-top: 10px;
    padding-bottom: 10px;
  }

  .client-main .client-inner .client-grid {
    grid-template-columns: repeat(2, 1fr);
    column-gap: 10px;
    row-gap: 15px;
  }

  .client-main .client-inner {
    padding-bottom: 20px;
  }

  .contact-page-form .gform_body .gform_fields li.gfield {
    width: calc(100% - 0px);
  }

  .contact-page-detail .vc_custom_1588773626554 {
    height: 340px;
    background-position: right bottom;
  }

  .media-inner {
    width: calc(100%);
  }

  .media-inner h2.wpb_heading.wpb_gallery_heading {
    display: none;
  }

  .blog-area {
    grid-template-columns: repeat(1, 1fr);
  }

  img.blog-image {
    width: 80%;
  }

  .listing-page .list-inner .wpb_content_element .vc_figure img {
    width: 100%;
  }
}
@media screen and (max-width: 320px) {
  .first_header .header_email a {
    font-size: 10px;
  }

  .first_header .header_phone a {
    font-size: 10px;
  }
}
.footer_details a[title="Read More"] {
  display: none;
}
