/*!
Theme Name: eaggroup
Theme URI: http://underscores.me/
Author: Underscores.me
Author URI: http://underscores.me/
Description: Description
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: eaggroup
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.

eaggroup is based on Underscores https://underscores.me/, (C) 2012-2017 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Normalize
# Typography
# Elements
# Forms
# Navigation
    ## Links
    ## Menus
# Accessibility
# Alignments
# Clearings
# Widgets
# Content
    ## Posts and pages
    ## Comments
# Infinite scroll
# Media
    ## Captions
    ## Galleries
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/
/* normalize.css v8.0.0 | MIT License | github.com/necolas/normalize.css */

/* Document
     ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */

html {
    line-height: 1.15; /* 1 */
    -webkit-text-size-adjust: 100%; /* 2 */
}
@font-face {
  font-family: 'Futura';
  src: url('fonts/911Fonts.com_FuturaBook__-_911fonts.com_fonts_cj7o.ttf') format("truetype");
  font-weight: normal;
}
@font-face {
  font-family: 'Futura light';
  src: url('fonts/FuturaLT.ttf') format("truetype");
  font-weight: 300;
}

@font-face {
  font-family: 'HelveticaNeueLTStd';
  src: url('wp-content/themes/eaggroup/fonts/HelveticaNeueLTStd-Lt.eot?#iefix') format('embedded-opentype'),  url('wp-content/themes/eaggroup/fonts/HelveticaNeueLTStd-Lt.otf')  format('opentype'),
         url('fonts/HelveticaNeueLTStd-Lt.woff') format('woff'), url('fonts/HelveticaNeueLTStd-Lt.ttf')  format('truetype'), url('fonts/HelveticaNeueLTStd-Lt.svg#HelveticaNeueLTStd-Lt') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'HelveticaNeue-Bold';
  src: url('fonts/HelveticaNeue-Bold.eot?#iefix') format('embedded-opentype'),  
  url('fonts/HelveticaNeue-Bold.woff') format('woff'), 
  url('fonts/HelveticaNeue-Bold.ttf')  format('truetype'), 
  url('fonts/HelveticaNeue-Bold.svg#HelveticaNeue-Bold') format('svg');
  font-weight: normal;
  font-style: normal;
}

/* Sections
     ========================================================================== */

/**
 * Remove the margin in all browsers.
 */

body {
    margin: 0;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */

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

/* Grouping content
     ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

hr {
    box-sizing: content-box; /* 1 */
    height: 0; /* 1 */
    overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

pre {
    font-family: monospace, monospace; /* 1 */
    font-size: 1em; /* 2 */
}

/* Text-level semantics
     ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */

a {
    background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */

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

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */

b,
strong {
    font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

code,
kbd,
samp {
    font-family: monospace, monospace; /* 1 */
    font-size: 1em; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */


/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */

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

sub {
    bottom: -0.25em;
}

sup {
    top: -0.5em;
}

/* Embedded content
     ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */

img {
    border-style: none;
}

/* Forms
     ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */

button,
input,
optgroup,
select,
textarea {
    font-family: inherit; /* 1 */
    font-size: 100%; /* 1 */
    line-height: 1.15; /* 1 */
    margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */

button,
input { /* 1 */
    overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */

button,
select { /* 1 */
    text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */

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

/**
 * Remove the inner border and padding in Firefox.
 */

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

/**
 * Restore the focus styles unset by the previous rule.
 */

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

/**
 * Correct the padding in Firefox.
 */

fieldset {
    padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *      `fieldset` elements in all browsers.
 */

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

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
    vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */

textarea {
    overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */

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

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */

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

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */

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

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */

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

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */

::-webkit-file-upload-button {
    -webkit-appearance: button; /* 1 */
    font: inherit; /* 2 */
}

/* Interactive
     ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */

details {
    display: block;
}

/*
 * Add the correct display in all browsers.
 */

summary {
    display: list-item;
}

/* Misc
     ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */

template {
    display: none;
}

/**
 * Add the correct display in IE 10.
 */

[hidden] {
    display: none;
}

/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
body,
button,
input,
select,
optgroup,
textarea {
    color: #222222 !important;
    font-family: 'Futura' !important;
    font-size: 24px !important;
    line-height: normal;
}

h1, h2, h3, h4, h5, h6 {
    clear: both;
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif !important;
}

p {
    margin-bottom: 1.5em;
}

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

blockquote {
    margin: 0 1.5em;
}

address {
    margin: 0 0 1.5em;
}

pre {
    background: #eee;
    font-family: "Courier 10 Pitch", Courier, monospace;
    font-size: 15px;
    font-size: 0.9375rem;
    line-height: 1.6;
    margin-bottom: 1.6em;
    max-width: 100%;
    overflow: auto;
    padding: 1.6em;
}

code, kbd, tt, var {
    font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
    font-size: 15px;
    font-size: 0.9375rem;
}

abbr, acronym {
    border-bottom: 1px dotted #666;
    cursor: help;
}

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



/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/
html {
    box-sizing: border-box;
}

*,
*:before,
*:after {
    /* Inherit box-sizing to make it easier to change the property for components that leverage other behavior; see https://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
    box-sizing: inherit;
}

body {
    background: #fff;
    /* Fallback for when there is no custom background color defined. */
}

hr {
    background-color: #ccc;
    border: 0;
    height: 1px;
    margin-bottom: 1.5em;
}

ul, ol {
    margin: 0 0 1.5em 0px;
}

ul {
    list-style: disc;
}

ol {
    list-style: decimal;
}

li > ul,
li > ol {
    margin-bottom: 0;
    margin-left: 0;
}

dt {
    font-weight: bold;
}

dd {
    margin: 0 1.5em 1.5em;
}

img {
    height: auto;
    /* Make sure images are scaled correctly. */
    max-width: 100%;
    /* Adhere to container width. */
}

figure {
    margin: 1em 0;
    /* Extra wide images within figure tags don't overflow the content area. */
}

table {
    margin: 0 0 1.5em;
    width: 100%;
}

/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
    border: 1px solid;
    border-color: #ccc #ccc #bbb;
    border-radius: 3px;
    background: #e6e6e6;
    color: rgba(0, 0, 0, 0.8);
    font-size: 12px;
    font-size: 0.75rem;
    line-height: 1;
    padding: .6em 1em .4em;
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
    border-color: #ccc #bbb #aaa;
}

button:active, button:focus,
input[type="button"]:active,
input[type="button"]:focus,
input[type="reset"]:active,
input[type="reset"]:focus,
input[type="submit"]:active,
input[type="submit"]:focus {
    border-color: #aaa #bbb #bbb;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
    color: #666;
    border: 1px solid #ccc;
    border-radius: 3px;
    padding: 3px;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus {
    color: #111;
}

select {
    border: 1px solid #ccc;
}

textarea {
    width: 100%;
}

/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/
header#masthead {
    z-index: 999 !important;
}
/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/
a {
    color: #337ab7;
}

a:visited {
    color: #337ab7;
}

a:hover, a:focus, a:active {
    color: #337ab7;
}

a:focus {
    outline: thin dotted;
}

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

/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/
.main-navigation {
    clear: both;
    display: block;
    float: left;
    width: 100%;
}

.main-navigation ul {
    display: none;
    list-style: none;
    margin: 0;
    padding-left: 0;
}

.main-navigation ul ul {
    box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
    float: left;
    position: absolute;
    top: 100%;
    left: -999em;
    z-index: 99999;
}

.main-navigation ul ul ul {
    left: -999em;
    top: 0;
}

.main-navigation ul ul li:hover > ul,
.main-navigation ul ul li.focus > ul {
    left: 100%;
}

.main-navigation ul ul a {
    width: 200px;
}

.main-navigation ul li:hover > ul,
.main-navigation ul li.focus > ul {
    left: auto;
}

.main-navigation li {
    float: left;
    position: relative;
}

.main-navigation a {
    display: block;
    text-decoration: none;
}

/* Small menu. */
.menu-toggle,
.main-navigation.toggled ul {
    display: block;
}

@media screen and (min-width: 37.5em) {
    .menu-toggle {
        display: none;
    }
    .main-navigation ul {
        display: block;
    }
}

.site-main .comment-navigation, .site-main
.posts-navigation, .site-main
.post-navigation {
    margin: 0 0 1.5em;
    overflow: hidden;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
    float: left;
    width: 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
    float: right;
    text-align: right;
    width: 50%;
}

/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers. */
.screen-reader-text {
    border: 0;
    clip: rect(1px, 1px, 1px, 1px);
    clip-path: inset(50%);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute !important;
    width: 1px;
    word-wrap: normal !important; /* Many screen reader and browser combinations announce broken words as they would appear visually. */
}

.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;
    clip-path: none;
    color: #21759b;
    display: block;
    font-size: 14px;
    font-size: 0.875rem;
    font-weight: bold;
    height: auto;
    left: 5px;
    line-height: normal;
    padding: 15px 23px 14px;
    text-decoration: none;
    top: 5px;
    width: auto;
    z-index: 100000;
    /* Above WP toolbar. */
}

/* Do not show the outline on the skip link target. */
#content[tabindex="-1"]:focus {
    outline: 0;
}


/*--------------------------------------------------------------
# Clearings
--------------------------------------------------------------*/
.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
    content: "";
    display: table;
    table-layout: fixed;
}

.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
    clear: both;
}

/*cust css */

.navbar {
    margin-top: 30px;
    margin-bottom: 0 !important;

}
.main-menu .nav
{
margin-left: 0px !important;
}
.main-menu .navbar-default {
    background-color: #fff;
    border: none;
}
.main-menu .nav>li>a {
    border: none;
    position: relative;
    display: block;
    padding: 8px 6px;
    color: #7A7A7A;
    font-family: HelveticaNeueLTStd;
    font-weight: 400;
    font-size: 18px;
}
.main-menu .nav>li {
    position: relative;
    display: inline-block;
    padding: 0px 15px;
}
.main-menu .nav>li>a:hover {
    text-decoration: none;
    background-color: #fff;
}
.main-menu .nav>li>a{
    border-top: 4px  solid #fff;
}
.main-menu .menu-item a:hover , .main-menu .menu-item-object-page.current-menu-item a {
border-top: 4px  solid #222222 !important;
color:#222222;
}
.site-branding {
    margin-top: 25px;
}
/**/
.home .entry-title,
.home .top-heading-banner.cust-banner{
    display: none;
}
.cust-blog:before {
    padding-top: 440px !important;
}

.cust-blog .vc_gitem-col {
    display: flex;
    flex-direction: column;
    min-height: 440px;
    background: #f2f2f2;
    padding: 25px 15px !important
}

.cust-blog h3 {
    font-weight: 700;
    min-height: 58px;
    align-items: baseline;
    display: flex;
    margin: 0px;
}
/*
.cust-bienvenido .wpb_single_image img {
    position: relative;
}
.cust-bienvenido figure a {
    padding: 0px !important;
    border: none
}
.cust-bienvenido figcaption.vc_figure-caption {
    background-color:rgba(10,28,56,1);
    position: absolute;
    width: 95%;
    top: 4px;
    margin: 2px !important;
    height: 95%;
    opacity: .5;
    color: #fff;
    padding-top: 45%;
    font-size: 23px !important;
    font-weight: 700;
}
.cust-bienvenido figcaption.vc_figure-caption:hover{
    display:none;
}*/
.cust-bienvenido .contaner-overlay {
    position: relative;
}
.innertext img {
    width: 22px;
    vertical-align: middle;
}

.innertext {}

div#topbar {
    background: #0a1c38;
    padding: 5px 10px;
}

.innertext p a {
    color: #fff;
}

.innertext p {
    text-align: end;
    margin-bottom: 0;
}
.cust-bienvenido .imag-overlay {
    width: 100%;
    height: auto;
    display: block;
}
.cust-bienvenido .overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    background-color:rgba(10, 28, 56, 0.9);
    top: 0px;
}

.cust-bienvenido .text {
    text-align: center;
    padding-top: 50%;
    color: #fff;
    font-size: 18px !important;
    font-weight: 600;
}
.overlay:hover {
    opacity: 0;
}



/* footer*/
footer#colophon {
    background: #000;
    color:#c7c7c7;
    padding: 95px 0 50px;
    font-size:18px !important;
    font-family:HelveticaNeueLTStd;
}
footer#colophon a{
    color:#c7c7c7;
    
}
section#media_image-3 {
    margin-bottom: 20px;
}

.banner-img {
    width: 100%;
    height: auto;
}

/*************grid css**************/
.work-grid-item {
    padding: 4px;
    position: relative;
    min-height: 305px;
    cursor: pointer;
}
.work-grid-image-container {
    height: 305px;
    width: 100%;
    overflow: hidden;
}
.work-grid-image {
    position: relative;
    background-position: center center;
    background-size: cover;
    transition: all 1s;
    width: 100%;
    height: 100%;
}
.work-grid-item .meta {
    position: absolute;
    top: 4px;
    left: 4px;
    right: 4px;
    min-height: 305px;
    padding: 20px;
    display: none;
    color: #1b2777;
}
.work-grid-item .meta .title {
    font-size: 1.5em;
    font-weight: bold;
    margin-bottom: 10px;
    padding-bottom: 5px;
    border-bottom: 5px solid white;
    text-align:center;
    font-family: 'HelveticaNeueLTStd',Arial,sans-serif; 
}
.rgb0{
    background-color: rgba(229,230,230, 0.7);
}
.rgb1{
    background-color: rgba(68, 156, 166, 0.7);
}
.rgb2{
    background-color: rgba(238, 211, 214, 0.7);
}
.rgb3{
    background-color: rgba(2, 34, 89, 0.7);
}
.rgb4{
    background-color: rgba(94, 58, 132, 0.7);
}
.rgb5{
    background-color: rgba(204, 0, 0, 0.7);
}
.rgb6{
    background-color: rgba(205, 87, 59, 0.7);
}
.rgb7{
    background-color: rgba(234, 41, 85, 0.7);
}
.rgb8{
    background-color: rgba(204, 33, 45, 0.7);
}
.rgb9{
    background-color: rgba(94, 58, 132, 0.7);
}
.rgb10{
    background-color: rgba(68, 156, 166, 0.7);
}
.rgb11{
    background-color: rgba(238, 211, 214, 0.7);
}
.rgb12{
    background-color: rgba(2, 34, 89, 0.7);
}
.rgb13{
    background-color: rgba(94, 58, 132, 0.7);
}
.meta.block{
    display:block !important;
}
.client-content{
    padding-top:20px;
    color:#1b2777;
}
.client-heading{
   color:#1b2777;
       font-weight: bold;
}
.client-content img{
   width:100%;
   height:auto;
}
.work-template-default .thehouse-content-bg{
background:none !important;
}
.single-work .home-page{
background: none;
    background-color: #fff;
}

.resp-container {
    position: relative;
    overflow: hidden;
    padding-top: 56.25%;
}
.resp-iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0;
}


h2{
    margin-top:0px !important;
    font-size: 49px !important;
    font-weight: 700 !important;
}

/*about-us*/
.cust-about .bottom-content{
    padding-left: 50px;
    padding-right: 50px;
}
.cust-about .bottom-content P{
    margin-bottom: 30px;
    line-height: 30px;

}
.cust-work-in {
    font-weight: 700;
    margin-bottom: 27px;
    letter-spacing: .25em;
    line-height: 70px;
}
/* start gravity forms*/
.gform_wrapper {
    margin:0;
    max-width: 100%;
  
}

.logo-img {
    text-align: center;
}
.logo-img img {
    margin-right: 20px;
}


.gform_wrapper .top_label div.ginput_container {
    margin-top: 0px !important;
}

.gform_wrapper ul li.gfield {
margin-top: 0px !important;
    padding-top: 0;
}
.gform_wrapper .field_sublabel_hidden_label .ginput_complex.ginput_container input[type=text], .gform_wrapper .field_sublabel_hidden_label .ginput_complex.ginput_container select {
    margin-bottom: 0px !important;
}
.gform_wrapper .gfield input{
    border: 1px solid #fff;
    border-radius: 0;
    width: 100%;
    padding: 7px 5px !important;
    outline: 0;
    font-size:16px !important;
}
.gform_wrapper li.hidden_label input {
    margin-top: 0px !important; 
}
 .gform_wrapper .top_label li.gfield.gf_right_half .ginput_container:not(.gfield_time_hour):not(.gfield_time_minute):not(.gfield_time_ampm):not(.ginput_container_date):not(.ginput_quantity):not(.datepicker) {
    margin-bottom: 14px !important;

}
body .gform_wrapper .top_label div.ginput_container {
    margin-bottom: 14px;
}
.gform_wrapper textarea {
    border: 1px solid #fff;
    border-radius: 0;
    width: 100%;
     resize: auto !important;
    padding: 7px 5px !important;
    outline: 0;
  
    font-size:16px !important;
    height: 100px!important;
}
 .gform_wrapper .gform_button{
    border-radius: 0;
    color: #fff !important;
    font-size: 18px;
    padding: 11px 30px;
    outline: 0;
    width: auto !important;
    background-color: rgba(0, 138, 252, 1);
    transition: border-color 0.4s ease 0s, background-color 0.4s ease 0s;
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.6);
    border: solid rgba(255, 255, 255, 1) 1px;
}
 .gform_wrapper .gform_button:hover{
    background-color: rgba(255, 170, 163, 1);
    border-color: transparent;
    transition: border-color 0.4s ease 0s, background-color 0.4s ease 0s;
}
.gform_wrapper .gform_footer {
    padding:  0px !important;
    text-align: center;
}
.gform_wrapper {
    margin: 31px 0 !important; 
}
.slider-bottom P{
    text-align: center;
    color: #fff;
}
@media only screen and (min-width: 1200px)  {
.nav>li {
    padding: 1px 8px !important;
}

.site-branding {
    margin-left: 60px;
}
    

}
@media only screen and (min-width: 767px)  {
    header#masthead {
    height: 140px;
    position: fixed;
    z-index: 1;
    background: #fff;
    width: 100%;
}
    .pum-theme-lightbox .pum-content{
     font-size:20px;
    }
    #content {
    padding-top: 95px;
}
    
    .main-menu .nav>li {
    padding: 0px 5px;
}
.slider-bottom P{
    line-height: 80px;
    font-size: 29px;

}
    .top-heading-banner h1{
    font-size: 59px;
    color: #fff;
    font-weight: 900;
    letter-spacing: 6px;
    margin: 43px auto !important;
}

section#media_image-3 {
    margin-left: 25px;
}
    
    .cust-about .cust-bienvenido{
     padding-top:45px!important;
     }
    
    .cust-about .about-right{
     padding-top:70px;
     }
    .cust-bienvenido-img{
        margin-top:60px
     }
    
}
@media only screen and (max-width: 1000px)  {
    .main-menu .nav >li >a{
     font-size:15px !important;

}
.main-menu .nav>li {
    padding: 0px 0px;
}
.top-heading-banner h1 {
    font-size: 30px !important;
    letter-spacing: 5px !important;
    margin: 21px auto !important;
}
}
@media only screen and (max-width: 766px)  {
.navbar-collapse li {
    display: block !important;
}
button.navbar-toggle {
    position: absolute;
    top: -72px;
    right: 0;
    padding: 14px 10px;
}
    navbar {
    min-height: 0px !important;
}
.navbar.navbar-default {
    min-height: 0px;
    margin-top: 0px;
}
    .site-branding {
    
    line-height: 30px;
}
.top-heading-banner h1{
    color: #fff;
    font-weight: 900;
    margin: 10px auto !important;
}
    .cust-our-team-mem .wpb_single_image {
    text-align: center !important;
}

.vc_row.vc_column-gap-35>.vc_column_container {
  padding: 0px !important; 
}
    
.vc_row.vc_column-gap-20 {
    margin-left: -15px !important;
    margin-right: -15px  !important;
}
.vc_row.vc_column-gap-35 {
 margin-left: 0px !important;
 margin-right: 0px!important;
}
    .cust-bienvenido .vc_column-inner{
        padding-top:0px !important;
    }
.contaner-overlay {
    margin: 0 15px;
}


}

@media (max-width:766px) and (min-width:430px){
.work-overlay {
    width: 98.7% !important;
}

}
/* ===========Our tear============ */
.cust-our-team-mem p {
    font-size: 18px;
}
.page-id-12 .entry-title{
display:none
}

.page-id-121 .entry-title{
display:none
}
.top-heading-banner.cust-banner {
    background: #0a1c38;
    padding: 1px;
    margin-bottom:50px;
}
.navbar-default .navbar-toggle {
   border-color: #1E90FF!important;
    background: #1E90FF;
    border-radius: 0px;
    margin: 0;

}
.navbar-toggle .icon-bar{
    
}
.navbar-default .navbar-toggle .icon-bar {
    background-color: #fff !important;
    margin: 5px 0;
    width:33px !important;
}
.navbar-default .navbar-toggle:focus, .navbar-default .navbar-toggle:hover {
   border-color: #1E90FF!important;
    background: #1E90FF !important;
    border-radius: 0px;

    margin: 0;
}
@media only screen and (max-width: 640px)  {
.site-branding {
    margin: 5px 0 10px;
}
.vc_custom_1557825046482.slider-bottom {
    font-size: 18px;
    padding: 15px 20px !important;
}
.cust-bienvenido h2 {
    font-size: 28px !important;
    line-height: 40px;
}
.cust-bienvenido .wpb_column.vc_column_container.vc_col-sm-6 {

    padding: 0 15px;
}
.cust-bienvenido .contaner-overlay {
    margin: 0 5px;
}   
.wpb_column .vc_custom_1557824758611 {
    padding-top: 0 !important;
}
.wpb_column .vc_custom_1557824758611 {
    padding-top: 0 !important;
}   
.vc_custom_1557824758611 .top-content {
    margin: 0 0 10px;
    font-size: 17px;
}
.bottom-content p {
    font-size: 18px;
    line-height: 24px !important;
}   
.bottom-content p {
    font-size: 18px;
    line-height: 24px !important;
    margin-bottom: 15px !important;
}
.cust-work-in {
    letter-spacing: 1px;
}   
footer#colophon {
    padding: 22px 0 0px;
}
.cust-about .bottom-content {
    padding-left: 0;
    padding-right: 0;
}
.work-grid-item.col-sm-6 {
    padding: 0 4px 20px;
}
.work-grid-image-container {
    height: 252px;
}
.work-grid-item .meta {
    top: 0;
    min-height: 252px;
}
body, button, input, select, optgroup, textarea {
    font-size: 18px !important;
}
.cust-our-team-mem .wpb_text_column.wpb_content_element {
    margin: 0 0 10px;
}
    
}
@media only screen and (max-width: 360px)  {
    .work-grid-item {
    min-height: 305px;
}
.work-grid-image-container {
    height: 203px;;
}
.work-grid-item .meta {
    min-height: 203px;
}
    .cust-about .bottom-content {
    padding-left: 16px !important;
    padding-right: 0px !important;
}
.work-overlay {
    height: 100% !important;

}
.top-heading-banner .wpb_text_column{
      margin-bottom:15px !important;
}

}


.page-template-work-template #content  ,.single-work #content {
    margin-bottom: 30px;
     }

.single-work .top-heading-banner.cust-banner {

margin-bottom: 0px; 
}
.pum-theme-lightbox .pum-content + .pum-close{
    color:#fff !important;
}

#social-media-marketing-1 .text , #engagement-marketing_1 .text {
    padding-top: 45%;
}


/*==========================*/
.work-grid-item-overlay {
    position: relative;
    cursor: pointer;
    margin-bottom: 10px;
}

.work-grid-image-container-overlay {
    height: 100%;
    width: 100%;
    overflow: hidden;
}
.work-grid-image-overlay {
    position: relative;
    background-position: center center;
    background-size: cover;
    transition: all 1s;
    width: 100%;
    height: 100%;
}
.work-overlay {
    height: 100%;
    position: absolute;
    background: rgba(10, 28, 56, 0.9);
    width: 96.7%;
    display: flex;
    top: 0;
    align-items: center;
}
.title-overlay {
    color: #fff;
    padding: 0 5px;
    font-size: 23px !important;
    font-weight: 600;
    position: absolute;
    text-align: center;
    width: 100%;
}
.work-grid-item-overlay .work-overlay:hover {
    opacity: 0;
}
.work-grid-image-overlay img{
    min-height: 209px;
}