/*
Theme Name: Framework
Text Domain: framework
Theme URI: http://m5designstudio.com/
Author: M5 Design
Author URI: http://m5designstudio.com/
Description: Sidebar right, responsive 1280px
Version: 2.0.3
*/


/* /////////////////////////////
    COLORS
 /////////////////////////////

---- Links colors -----
green (links) #7daf27
dark green (links hover)  #5f841e
light green (footer links) #ccef3b
---- Main Menu colors ---
nav container (blue) #1477ac
.navbar links hover #0B6693  (medium 1 blue)
.navbar current page #182d3b  (dark blue)
.current_page_item a  #ff0000  (red)
drop down parent .open  #014B70  (medium 2 blue)

*/

/* /////////////////////////////
    ScrollReveal
 ///////////////////////////// */
/* .js .slideDown,
.js .zoomIn,
.js .slideInDown,
.js .fadeIn,
.js .slideInLeft,
.js .slideInRight,
.js .slideInUp,
.js .fadeInFlexible,
.js .zoomInInterval,
.js .zoomInHeader,
.js .slideInDownHeader,
.js .slideInDownFooter,
.js .fadeInFooter,
.js .fadeInHeader {
    visibility: hidden;
}

*/
.js .fadeInFlexible {
    transform: inherit !important;
    -webkit-transform: inherit !important;
    display: inline-block;
    width: 100%;
    height: auto;
}

.js .fadeInFlexibles {
    display: inline-block;
    height: 100%;
    width: 100%;
}

/* /////////////////////////////////////////////////////////////
  BOOTSTRAP
  /////////////////////////////////////////////////////////////*/
.wpcf7 label {
    width: 100%;
}

.wpcf7 label input,
.wpcf7 label textarea,
.wpcf7 label select {
    margin-bottom: 0px;
}

.wpcf7 label select {
    width: 100%;
}

.lead {
    /* font-family: 'Lato',
sans-serif;
font-weight: 300; */
    margin-bottom: 20px
}

[type=button],
[type=reset],
[type=submit],
button {
    color: #fff;
    white-space: normal;
    text-transform: uppercase;
    text-decoration: none;
    border-radius: 10px;
    border-color: #3b6932;
    background-color: #3b6932;
    padding: .375rem 1rem;
    font-weight: bold;
    width: auto;
    border: 1px solid #3b6932;
    box-shadow: none;
}

[type=button]:hover,
[type=reset]:hover,
[type=submit]:hover,
button:hover {
    background-color: transparent;
    border-color: #3b6932;
    color: #3b6932;
}

.fa-star {
    color: #FFCC00
}

img {
    width: auto;
    /* height: auto; */
    max-width: 100%;
}

.panel-default {
    margin-bottom: 15px;
}

.panel-group .panel-heading {
    margin-bottom: 0px;
}

.panel-body {
    padding: 20px;
    border: 1px solid #ddd;
}

h4.panel-title {
    margin: 0px;
}

h4.panel-title a {
    color: #fff;
    background-color: #7daf27;
    display: block;
    padding: 15px 20px;
    position: relative;
}

h4.panel-title a:hover {
    color: #fff;
    background-color: #5f841e;
}

h4.panel-title a i {
    position: absolute;
    right: 20px;
    top: 20px;
}

.nav>li>a {
    position: relative;
    display: block;
    padding: 10px 15px;
}

.nav-tabs>li>a {
    margin-right: 2px;
    line-height: 1.42857143;
    border: 1px solid transparent;
    border-radius: 4px 4px 0 0;
}

.nav-tabs>li>a {
    background-color: #7daf27;
    color: #fff;
    cursor: pointer
}

.nav-tabs li a:hover,
.nav-tabs li a:focus,
.nav-tabs li a:active {
    background-color: #5f841e;
    color: #fff;
}

.nav-tabs>li.active>a,
.nav-tabs>li.active>a:focus,
.nav-tabs>li.active>a:hover {
    color: #555;
    cursor: default;
    background-color: #fff;
    border: 1px solid #ddd;
    border-bottom-color: transparent;
}

.tab-content>.active {
    background-color: #fff;
    border: 1px solid #ddd;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
    padding: 20px;
}

.nav-tabs>li>.nav-link.active,
.nav-tabs>li>.nav-link.active:hover,
.nav-tabs>li>.nav-link.active:focus {
    background-color: #5f841e;
    color: #fff;
}

.nav-pills .nav-link.active,
.nav-pills .show>.nav-link {
    background-color: #5f841e;
    color: #fff;
}

/* /////////////////////////////////////////////////////////////
WordPress Core
/////////////////////////////////////////////////////////////*/

.alignnone {
    margin: 5px 20px 20px 0;
}

.aligncenter,
div.aligncenter {
    display: block;
    margin: 5px auto 5px auto;
}

.alignright {
    float: right;
    margin: 5px 0 20px 20px;
}

.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}

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

a img.alignnone {
    margin: 5px 20px 20px 0;
}

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

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

.wp-caption {
    background: #fff;
    border: 1px solid #f0f0f0;
    max-width: 96%;
    /* Image does not overflow the content area */
    padding: 5px 3px 10px;
    text-align: center;
}

.wp-caption.alignnone {
    margin: 5px 20px 20px 0;
}

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

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

.wp-caption img {
    border: 0 none;
    height: auto;
    margin: 0;
    max-width: 98.5%;
    padding: 0;
    width: auto;
}

.wp-caption p.wp-caption-text {
    font-size: 0.6875rem;
    line-height: 17px;
    margin: 0;
    padding: 0 4px 5px;
}

/* /////////////////////////////////////////////////////////////
  SITEMAP
  /////////////////////////////////////////////////////////////*/

#content .page-list .current_page_item>a {
    Background-color: transparent;
    color: #000000;
    font-weight: normal;
}

/* /////////////////////////////////////////////////////////////
  Begin TYPOGRAPHY
  /////////////////////////////////////////////////////////////*/
html {
    font-size: 16px;
}

body {
    color: #727272;
    font-weight: normal;
    background-color: #fff;
    line-height: 130%;
    font-size: 1rem;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}

p {
    font-size: 1rem;
}

ul {
    list-style-type: disc
}

br.nc {
    display: none
}


.vertical {
    display: block;
    height: 100%;
    width: 100%
}

.vertical-center {
    display: flex;
    height: 100%;
    width: 100%;
    flex-direction: column;
    justify-content: center;

}

.vertical-top {
    display: flex;
    height: 100%;
    width: 100%;
    flex-direction: column;
    justify-content: start;
}

.vertical-bottom {
    display: flex;
    height: 100%;
    width: 100%;
    flex-direction: column;
    justify-content: end;
}


.vertical .animation {
    width: 100%;
}

/* ::::::: Links :::::::*/

a,
a:visited {
    color: #7DAF27;
    text-decoration: none;
    font-weight: normal
}

a:active,
a:hover {
    color: #5F841E;
    text-decoration: none;
    font-weight: normal
}


/* ::::::: Headings :::::::*/

h1 {
    margin: 10px 0;
    font-weight: 600;
    line-height: 110%;
    color: #454545;
}

h2,
h3,
h4,
h5,
h6 {
    margin: 10px 0;
    color: #454545;
    font-weight: 600;
}

h1 a,
h1 a:visited,
h2 a,
h2 a:visited,
h3 a,
h3 a:visited,
h4 a,
h4 a:visited,
h5 a,
h5 a:visited,
h6 a,
h6 a:visited {
    line-height: 140%;
}

h1 a:hover,
h2 a:hover,
h3 a:hover,
h4 a:hover,
h5 a:hover,
h6 a:hover {
    line-height: 140%;
    text-decoration: none
}

h1.page-title {
    margin-bottom: 30px;
    text-transform: uppercase;
    text-align: center;
}


/* ::::::: Paragraphs :::::::*/

#content p {
    margin-bottom: 20px
}


/* ::::::: Lists:::::::*/



#content .nav-tabs li {
    margin-bottom: 0px
}

#content li li {
    margin-bottom: 3px
}

.tab_wrap li {
    margin-bottom: 0px;
}


/* Divider*/

hr {
    border: 0;
    height: 0;
    border-top: 1px solid rgba(0, 0, 0, 0.1);
    border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}


/*::::::: Tables :::::::*/
/*#content table {
    background-color: #FFFFFF;
    border: 1px solid #CCC
}

#content table thead {
    background-color: #e5e5e5;
    color: #333;
    font-weight: 500;
    font-size: 1rem;
    text-transform: uppercase;
}

#content table img {
    border: none;
    margin: 0px
}

#content table>tbody>tr:nth-of-type(2n+1) {
    background-color: #f9f9f9;
}

#content table td {
    padding: 10px
} */


/*::::::: Breadcrumbs :::::::*/

.breadcrumbs a,
.breadcrumbs a:hover {
    font-weight: normal;
}

.breadcrumbs {
    margin: 15px 0px;
}

/* /////////////////////////////////////////////////////////////
end TYPOGRAPHY
/////////////////////////////////////////////////////////////*/

/* /////////////////////////////////////////////////////////////
begin buttons
/////////////////////////////////////////////////////////////*/

/*  buttons */
.btn,
.btn:visited {
    color: #000;
    white-space: normal;
    text-transform: uppercase;
    text-decoration: none;
    border-radius: 0px;
    border-color: #959595;
    color: #000;
    background-color: #fff;
}

.btn:focus,
.btn:hover {
    background-color: #f5d43b;
    border-color: #f5d43b;
    color: #000;
    text-decoration: none;
}

.btn-primary,
.btn-primary:visited {
    background-color: #000;
    border-color: #000;
    color: #fff;
}

.btn-primary:hover,
.btn-primary:active,
.btn-primary:focus {
    background-color: #fff;
    border-color: #000;
    color: #000
}

.btn-secondary,
.btn-secondary:visited {
    background-color: #001acd;
    border-color: #001acd;
    color: #fff;
}

.btn-secondary:hover,
.btn-secondary:active,
.btn-secondary:focus {
    background-color: #fff;
    border-color: #001acd;
    color: #000
}


.btn-success,
.btn-success:visited {
    background-color: #28a745;
    border-color: #28a745;
    color: #fff;
}

.btn-success:hover,
.btn-success:active,
.btn-success:focus {
    background-color: #218838;
    border-color: #218838;
    color: #fff
}


.btn-danger,
.btn-danger:visited {
    background-color: #dc3545;
    border-color: #dc3545;
    color: #fff;
}

.btn-danger:hover,
.btn-danger:active,
.btn-danger:focus {
    background-color: #c82333;
    border-color: #bd2130;
    color: #fff
}


.btn-center {
    display: table;
    margin: 0 auto;

}

blockquote {
    border-left: 0 none transparent;
    margin: 10px 0;
    padding: 0;
}

blockquote {
    border-left: 0 none transparent;
    margin: 10px 0;
    padding: 0;
}

/* /////////////////////////////////////////////////////////////
end buttons
/////////////////////////////////////////////////////////////*/

/* /////////////////////////////////////////////////////////////
 begin pagenavi
 /////////////////////////////////////////////////////////////*/

.wp-pagenavi {
    clear: both;
    display: block;
    padding: 10px 0px;
}

.wp-pagenavi a,
.wp-pagenavi a,
.wp-pagenavi a:visited,
.wp-pagenavi a:active {
    background: #ffffff none repeat scroll 0 0;
    border: 2px solid #ddd;
    color: #999;
    margin: 2px;
    padding: 8px 12px;
    text-decoration: none;
}

.wp-pagenavi a:hover {
    background: #F2F2F2 none repeat scroll 0 0;
    border: 2px solid #ddd;
    color: #707070;
}

.wp-pagenavi span.pages {
    color: #999;
    font-size: 11px;
    font-style: italic;
    margin: 2px;
    padding: 4px 8px;
}

.wp-pagenavi span.current {
    background: #e8e8e8 none repeat scroll 0 0;
    border: 2px solid #b5b5b5;
    color: #707070;
    font-weight: normal;
    margin: 2px;
    padding: 8px 12px;
}

.wp-pagenavi span.extend {
    background-color: #ffffff;
    border: 2px solid #ddd;
    margin: 2px;
    padding: 4px 8px;
}

.wp-pagenavi a.last {
    display: inline-block;
    margin-top: 20px;
}

/* /////////////////////////////////////////////////////////////
 end pagenavi
 /////////////////////////////////////////////////////////////*/

/* /////////////////////////////////////////////////////////////
 begin sidebar
 /////////////////////////////////////////////////////////////*/

#primary.widget-area ul {
    list-style: none outside none;
    margin: 0;
    padding-left: 0 !important;
}


/*::::::: Sidebar Tagcloud :::::::*/

.tagcloud a,
.tagcloud a:visited {
    border-radius: 5px 5px;
    padding: 4px 10px;
    color: #666;
    background-color: #EEE;
    margin-bottom: 10px;
    display: inline-block;
    margin-right: 10px;
    text-decoration: none;
}

.tagcloud a:active,
.tagcloud a:hover {
    border-radius: 5px 5px;
    padding: 4px 10px;
    background-color: #7DAF27;
    color: #FFFFFF;
    margin-bottom: 10px;
    display: inline-block;
    margin-right: 10px;
    text-decoration: none;
}


/*::::::: Sidebar Widgets :::::::*/

.widget_categories a,
.widget_categories a:visited {
    background-color: #EEEEEE;
    border-radius: 5px 5px 5px 5px;
    color: #666666;
    margin-bottom: 10px;
    margin-top: 2px;
    padding: 10px 10px;
    display: block;
}

.widget_categories a:hover,
.widget_categories a:active {
    background-color: #7DAF27;
    color: #FFFFFF;
    border-radius: 5px 5px 5px 5px;
    margin-bottom: 10px;
    margin-top: 2px;
    padding: 10px 10px;
    display: block;
    text-decoration: none
}

#primary.widget-area li.current-cat a,
#primary.widget-area li.current-cat a:visited {
    background-color: #a2a1a1;
    color: #FFFFFF;
}

aside .menu {
    display: inline-block;
    width: 100%;
}

aside .menu li a {
    background-color: #EEEEEE;
    border-radius: 5px 5px 5px 5px;
    color: #666666;
    margin-bottom: 10px;
    margin-top: 2px;
    padding: 10px 10px;
    display: block;
}

aside .menu li a:hover,
aside .menu li.active a {
    background-color: #7DAF27;
    color: #FFFFFF;
}

/* /////////////////////////////////////////////////////////////
end sidebar
/////////////////////////////////////////////////////////////*/


/* /////////////////////////////////////////////////////////////
begin social
/////////////////////////////////////////////////////////////*/


.socialI a,
.socialI a:visited {
    color: #A0A0A0;
    display: inline-block;
    font-size: 2rem;
    height: 34px;
    margin: 0px 0px 0 0;
    text-decoration: none;
    width: 30px;
}

.socialI a:active,
.socialI a:hover {
    color: #5f841e;
}

/* /////////////////////////////////////////////////////////////
end social
/////////////////////////////////////////////////////////////*/
/* /////////////////////////////////////////////////////////////
Begin LOG SINGLE
/////////////////////////////////////////////////////////////*/

/*  Related Posts */


/*  Comments */

.comment-form-comment #comment {
    width: 100%
}

#comments-title,
#reply-title {
    border-radius: 0 0 0 0;
    margin: 50px 0;
    padding: 8px 0px;
}

.avatar {
    background-color: #FFFFFF;
    border: 1px solid rgba(0, 0, 0, 0.2);
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
    padding: 4px;
}

.commentlist {
    list-style-type: none;
    padding: 0px;
    margin: 0px;
    overflow: hidden
}

.commentlist li {
    padding: 0px
}

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

.commentlist hr {
    margin-top: 0px
}


/*  Related Posts */

.relatedP {
    font-size: 14px
}

.relatedP h4 a,
.relatedP h4 a:visited {
    font-size: 20px;
    text-decoration: none
}

.relatedP h4 a:hover,
.relatedP h4 a:active {
    font-size: 20px;
    text-decoration: underline
}

.related-title {
    border-radius: 0 0 0 0;
    margin: 0 0 10px 0;
    padding: 8px 0px;
}

.entry-utility span {
    padding-right: 5px;
    margin-right: 10px;
    border-right: 1px solid #CCC;
}

.entry-utility {
    border-bottom: 1px solid #dddddd;
    border-top: 1px solid #eeeeee;
    clear: both;
    margin-bottom: 0px;
    padding-bottom: 20px;
    padding-top: 10px;
    color: #A5A5A5;
}

.separe {
    margin-bottom: 50px;
}


.search-results .entry-utility {
    border-bottom: 0px solid #dddddd;
}

/* /////////////////////////////////////////////////////////////
end BLOG SINGLE
/////////////////////////////////////////////////////////////*/
/* /////////////////////////////////////////////////////////////
begin Reviews
/////////////////////////////////////////////////////////////*/
.shortcode-reviews .carousel-inner {
    width: 69%;
    overflow: hidden;
    margin: 0 auto;
}

.shortcode-reviews .carousel-control .fa {
    color: #000
}

/* /////////////////////////////////////////////////////////////
end Reviews
/////////////////////////////////////////////////////////////*/
/* /////////////////////////////////////////////////////////////
begin Team
/////////////////////////////////////////////////////////////*/
.entry-title {
    text-transform: uppercase;
    text-align: center;
    margin-bottom: 30px;
}

.single-team .item-social a {
    padding-bottom: 15px;
    display: block;
}

.single-team .entry-title {
    text-align: left
}

.item-team {
    max-width: 300px;
    margin: 0px auto 15px auto;
}

.item-team figure {
    margin: 0px
}

.meta-team {
    background-color: #000;
    color: #fff;
    padding: 15px 10px;
    height: auto;
}

.meta-team .item-social {
    display: inline-block;
    width: auto;
    max-width: 67px;
    min-width: 20px;
    vertical-align: top;
    margin-right: 0px;
    padding-bottom: 0px;
    padding: 12px 5px;

}

.meta-team .item-name {
    display: inline-block;
    vertical-align: top;
    width: auto;
    border-right: 1px solid #fff;
    padding-right: 0px;
    width: 69%;
}

.meta-team .item-full {
    border-right: 1px solid transparent;
    width: 100%;
}

.meta-team .item-full h5 {
    padding: 15px 0px;
}

.meta-team h5 {
    text-align: left;
    color: #fff;
    margin: 0px;
    padding: 0px 0px;
    font-size: 1.1rem;
}

.meta-team small {
    color: #fff;
}

.meta-team a {
    color: #fff;
}

.meta-team a:hover {
    opacity: .8
}


.meta-team .item-social a {
    font-size: 1.1rem
}

/* /////////////////////////////////////////////////////////////
end Team
/////////////////////////////////////////////////////////////*/
/* /////////////////////////////////////////////////////////////
begin Articles
/////////////////////////////////////////////////////////////*/

.shortcode-article .layout-two img {
    display: table;
    margin: 0 auto 15px auto;
}

.shortcode-article .layout-tab img {
    display: table;
    margin: 0 auto 15px auto;
}

.shortcode-article .layout-tab .nav-item,
.shortcode-article .layout-tab .nav-item .nav-link {
    width: 100%;
    display: inline-block;
}

.shortcode-article .nav-tabs img {
    padding: 15px;
}

.shortcode-article .tab-content>.active {
    padding: 0px;
}

.shortcode-article .nav .nav-item {
    display: inline-block;
    cursor: auto;
    border-bottom: 1px solid #ccc;
    cursor: pointer;
}

.shortcode-article .nav .active a {
    color: #fff;
}


.shortcode-article .list .item {
    border-bottom: 1px solid #c2c2c2;
    display: inline-block;
    padding: 10px 0px;
}

.shortcode-article .list .row:last-child>.item {
    border: 0px solid #fff;
}

.shortcode-article .list h4,
.shortcode-article .list h3 {
    font-size: 18px;
    margin: 0px 4px;
    display: inline-block;
    text-transform: uppercase;
}

.shortcode-article .list h4:first-child,
.shortcode-article .list h3:first-child {
    margin-left: 0px;
}


/* article caption */


/* article caption */

.shortcode-article .caption {
    background: #262626;
    color: #C4C4C4;
    padding: 10px 15px;
    margin-bottom: 15px;
}

.shortcode-article .caption h4,
.shortcode-article .caption h3 {
    color: #fff;
    font-size: 1.5rem;
    font-weight: normal;
}

.shortcode-article .caption h3 {
    font-size: 1.5rem;
}

.shortcode-article figure {
    margin: 0px;
}

/* article shadow */


/* article shadow */

.shortcode-article .content-caption {
    position: relative;
    width: 100%;
    margin-bottom: 15px;
}

.shortcode-article .caption-shadow {
    background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, .5) 0, rgba(0, 0, 0, .0001) 100%);
    background-image: -o-linear-gradient(left, rgba(0, 0, 0, .5) 0, rgba(0, 0, 0, .0001) 100%);
    background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, .5)), to(rgba(0, 0, 0, .0001)));
    background-image: linear-gradient(to top, rgba(0, 0, 0, .5) 0, rgba(0, 0, 0, .0001) 100%);
    background-repeat: repeat-x;
    color: #C4C4C4;
    padding: 10px 15px;
    position: absolute;
    bottom: 0px;
    width: 100%;
}

.shortcode-article .caption-shadow h4,
.shortcode-article .caption-shadow h3 {
    color: #fff;
    font-size: 1.25rem;
    font-weight: normal;
    margin: 0px;
}

.shortcode-article .caption-shadow .entry-meta-caption a {
    color: #fff;
}

.shortcode-article .caption-shadow .entry-meta-caption a:hover,
.shortcode-article .caption-shadow .entry-meta-caption a:focus {
    color: #C4C4C4;
}


/* article tab */

/* /////////////////////////////////////////////////////////////
end Articles
/////////////////////////////////////////////////////////////*/

/* /////////////////////////////////////////////////////////////
begin Page
/////////////////////////////////////////////////////////////*/
.section-content {
    display: inline-block;
    width: 100%;
    padding: 10px 0px;
    overflow: hidden;
}

/* /////////////////////////////////////////////////////////////
end Page
/////////////////////////////////////////////////////////////*/

/* /////////////////////////////////////////////////////////////
begin navigation
/////////////////////////////////////////////////////////////*/

.navbar-toggler .fa {
    color: #fff
}

.content-menu {
    background-color: #1477ac;
    border-color: #000;
}

.content-top .content-menu {
    background-color: transparent;
}

.content-top #navbarNav-desktop {
    justify-content: end;
}

.screen-reader-text {
    position: absolute;
    left: -9000px;
}

.navbar {
    margin-bottom: 0px;
    padding: 0px;
}

.dropdown-menu>li {
    margin-bottom: 0px;
}

.navbar-nav>li>a,
.dropdown-menu>li>a {
    padding: 25px 21px;
}

.navbar-default .nav>li>a,
.dropdown-menu>li>a,
.ubermenu-skin-minimal .ubermenu-item-level-0>.ubermenu-target,
.ubermenu-main .ubermenu-item-level-0.ubermenu-current-menu-item>.ubermenu-target,
.ubermenu-main .ubermenu-item-level-0.ubermenu-current-menu-parent>.ubermenu-target,
.ubermenu-main .ubermenu-item-level-0.ubermenu-current-menu-ancestor>.ubermenu-target {
    color: #fff;
    font-size: 0.875rem
}


.ubermenu .ubermenu-target-text {
    color: #efefef;
    font-family: 'Lulo';
}

.ubermenu-main .ubermenu-item-level-0>.ubermenu-target:hover .ubermenu-target-text {
    color: #fff;
}

.ubermenu .ubermenu-submenu .ubermenu-target-text {
    color: inherit;
}

.ubermenu .ubermenu-submenu-type-stack>.ubermenu-item-normal>.ubermenu-target,
.ubermenu-skin-minimal .ubermenu-submenu .ubermenu-item-header.ubermenu-has-submenu-stack>.ubermenu-target {
    font-size: .8rem;
    text-transform: uppercase;
}

.ubermenu-skin-minimal .ubermenu-submenu-type-stack>.ubermenu-item>.ubermenu-target {
    color: #59B2A2;
}

.ubermenu-skin-minimal .ubermenu-submenu-type-stack>.ubermenu-item>.ubermenu-target:hover {
    color: #000
}

.ubermenu-skin-minimal .ubermenu-submenu-type-stack>.ubermenu-item>.ubermenu-target>.ubermenu-target-text {
    font-family: 'Century Gothic';
    font-weight: normal;
    letter-spacing: 0px;
}

.navbar-default .nav>li>a:hover,
.navbar-default .nav>li>a:focus,
.ubermenu-skin-minimal .ubermenu-item-level-0:hover>.ubermenu-target,
.ubermenu-skin-minimal .ubermenu-item-level-0.ubermenu-active>.ubermenu-target {
    background-color: #0b6693;
    color: #fff;
}

.navbar-default .nav>li>a i {
    padding-left: 5px;
}

.navbar-default .nav .current-menu-parent>a {
    color: #fff;
    background-color: #182d3b;
    font-weight: normal;
}

.navbar-default .nav .current-menu-parent>a:hover {
    background-color: #0B6693;
    font-weight: normal;
    color: #fff
}

.navbar-default .nav>.open>a,
.navbar-default .nav>.open>a:hover,
.navbar-default .nav>.open>a:focus {
    background-color: #014B70;
    color: #fff;
}

.navbar-default .nav>.active>a,
.navbar-default .nav>.active>a:hover,
.navbar-default .nav>.active>a:focus,
.navbar-default .nav li.current-page-ancestor,
.ubermenu-skin-minimal .ubermenu-item-level-0:hover>.ubermenu-target,
.ubermenu-skin-minimal .ubermenu-item-level-0.ubermenu-active>.ubermenu-target,
.ubermenu-skin-minimal .ubermenu-item-level-0.ubermenu-current-menu-item>.ubermenu-target,
.ubermenu-skin-minimal .ubermenu-item-level-0.ubermenu-current-menu-parent>.ubermenu-target,
.ubermenu-skin-minimal .ubermenu-item-level-0.ubermenu-current-menu-ancestor>.ubermenu-target {
    background-color: #182d3b;
    color: #fff;
}

.navbar-default .nav>li>a,
.ubermenu-skin-minimal .ubermenu-item .ubermenu-target {
    padding: 10px 15px;
}


.current_page_item a {
    background-color: transparent;
    font-weight: normal;
    color: #fff
}

/* ::::::::: dropdown menu ::::::::::::*/


.dropdown-menu {
    background-color: #0B6693;
    width: 100%;
    transition: all 0.3s
}

.dropdown-menu .divider {
    background-color: #182d3b;
}

.dropdown-menu>li>a {
    color: #fff;
    padding: 10px 20px;
}

.dropdown-menu>li>a:hover,
.dropdown-menu>li>a:focus {
    background-color: #182d3b;
    color: #fff;
}

.dropdown-menu>.active>a,
.dropdown-menu>.active>a:hover,
.dropdown-menu>.active>a:focus {
    background-color: #428bca;
    color: #fff;
}

.dropdown-menu>.disabled>a,
.dropdown-menu>.disabled>a:hover,
.dropdown-menu>.disabled>a:focus {
    color: #fff;
}

.navbar-default .navbar-brand {
    color: #fff;
}

.navbar-default .navbar-toggle .icon-bar {
    background-color: #fff;
}

.navbar-default .navbar-toggle:focus,
.navbar-default .navbar-toggle:hover {
    background-color: #0f6294;
    color: #fff
}

.navbar-default .navbar-brand:focus,
.navbar-default .navbar-brand:hover {
    color: #fff;
}


/* /////////////////////////////////////////////////////////////
end navigation
/////////////////////////////////////////////////////////////*/
/* /////////////////////////////////////////////////////////////
begin header
/////////////////////////////////////////////////////////////*/


.header-default .navbar-search input.search {
    border: 0px solid #ccc;
    box-shadow: 0px 0px 0px rgba(0, 0, 0, 0.1) inset;
    background-image: url(images/search-black.png);
    background-position: 91%;
    background-repeat: no-repeat;
    padding: 5px 32px 5px 10px;
    font-weight: 400;
    width: 136px;
}

.header-default .call>span {
    color: #424242;
    font-size: 1.0625rem;
    font-weight: bold;
}

.header-default .call .btn-call {
    font-size: 2.0625rem;
    color: #ca0316;
}


.header-default .call {
    display: inline-block;
    vertical-align: top;
}

.header-default .call-contact {
    display: inline-block;
    vertical-align: top;
}

.content-top {
    position: absolute;
    background-color: rgba(7, 38, 90, .4);
    width: 100%;
    z-index: 2;
    padding: 25px 0;
    height: auto;
    text-align: right;
    color: #fff;
    border-bottom: 1px solid #fff;
}

.content-top img {
    display: table;
    margin: 0 auto
}

.inner .content-top {
    position: relative;
    background-color: #fff;
}

.search-content,
.social-content,
.btn-content {
    display: inline-block;
    vertical-align: middle;
}

.social-content {
    margin: 0px 15px;
}

.btn-content {
    width: auto;
    text-align: left;
    margin-left: 15px;
}


.top-content {
    margin-bottom: 15px;
}


.top-content a {
    color: #fff;
    text-decoration: none;
    font-size: .8rem;
    text-transform: uppercase;
}

.top-content a i {
    margin-right: 10px;
}

.top-content .social a {
    margin-right: 10px;
    font-size: 1.2rem;
}

.top-content a:hover {
    text-decoration: none;
    color: #c2e2fc;
}

.content-top img {
    display: table;
    margin: 0 auto
}

#banner {
    width: 100%;
    max-height: 400px;
    overflow: hidden;
}

#banner img {
    width: 100%;
}

/* /////////////////////////////////////////////////////////////
end header
/////////////////////////////////////////////////////////////*/

/* /////////////////////////////////////////////////////////////
begin HEADER Default: fixed or not navigation with search bar & social icons
/////////////////////////////////////////////////////////////*/

.callbtn {
    text-align: center;
}

.call-contact .btn {
    font-size: 1.5rem;
    margin-top: 10px;
}

/* /////////////////////////////////////////////////////////////
end HEADER Default: fixed or not navigation with search bar & social icons
/////////////////////////////////////////////////////////////*/
/* /////////////////////////////////////////////////////////////
begin HEADER Two: logo top full width menu
/////////////////////////////////////////////////////////////*/


/* top bar*/

.header-two .content-top {
    background-color: #1477ac;
    border-color: #000;
    position: relative;
}

/* /////////////////////////////////////////////////////////////
end HEADER Two: logo top full width menu
/////////////////////////////////////////////////////////////*/
/* /////////////////////////////////////////////////////////////
begin HEADER SIX: fixed or not navigation with search bar & social icons
/////////////////////////////////////////////////////////////*/

.header-six #top {
    position: relative;
    z-index: 99;
    background-color: #5c5c5c;
}

.header-six .content-top {
    width: 100%;
    margin: 0 auto;
    padding: 0px 0px;
    position: relative;
}

.header-six .section-top {
    display: table;
    width: 100%;
    margin: 0 auto;
    padding: 0px 0px;
}

.header-six .content-search label {
    display: inline-block;
    width: 100%;
    margin-top: 10px;
}

.header-six .cart-link {
    position: relative;
    top: 0px;
}

.header-six .top-menu {
    display: table;
    width: auto;
    vertical-align: top;
    color: #fff;
    margin: 0 auto;
    margin-bottom: 5px;
    margin-top: 10px;
    font-size: 0.75rem;
    text-transform: uppercase;
}

.header-six .top-menu .navbar-nav>li>a {
    padding: 0px 12px;
    line-height: 15px;
    color: #fff;
    background-color: transparent;
    text-transform: uppercase;
    font-size: 0.75rem;
}

.header-six .top-menu .navbar-nav>li>a:hover,
.header-six .top-menu .navbar-nav>li>a:active {
    text-decoration: underline;
    background-color: transparent;
}

.header-six .top-menu .menu-item-321 a {
    border-right: 1px solid #fff;
    padding-right: 10px;
}

.header-six .top-menu .menu-item-321 a::before {
    content: "\f007";
    display: inline-block;
    font-family: 'FontAwesome';
    font-size: 14px;
    margin-right: 5px;
    font-size: 1rem;
}

.header-six .top-menu .menu-item-322 .cart-link {
    color: #fff;
    position: relative;
    float: none;
    text-align: left;
    display: block;
    padding: 10px;
}

.header-six .top-menu .menu-item-322 .site-header-cart>li>a.cart-contents::before,
.header-six .top-menu .menu-item-322 .cart-link::before {
    content: "\f291";
    display: inline-block;
    font-family: 'FontAwesome';
    font-size: 14px;
    margin-right: 5px;
    font-size: 1rem;
}

.header-six .btn-call {
    display: table;
    width: auto;
    margin: 15px auto;
    text-align: center;
}

.header-six #top .btn {
    font-size: 18px;
    margin-left: 0px;
    text-transform: uppercase;
    border-radius: 0;
    border: none;
    padding: 0px 0px;
    color: #fff;
}

.header-six #top .diamond {
    color: #fff;
    font-size: 25px;
    display: inline-block;
    vertical-align: top;
    margin: 0 10px;
}

.header-six .site-header-cart {
    width: 100%;
    padding: 10px 10px;
}

.header-six .site-header-cart .cart-contents {
    color: #fff;
    padding: 0px 0px;
}

.header-six .top-menu .menu-item-322 .site-header-cart>li>a.cart-contents::before,
.header-six .top-menu .menu-item-322 .cart-link::before {
    content: "\f291";
    display: inline-block;
    font-size: 14px;
    font-family: 'FontAwesome';
    margin-right: 5px;
    font-size: 1rem;
}

.header-six .site-header-cart .widget_shopping_cart {
    width: 180%;
    color: #000000;
}

.header-six .site-header-cart .cart-contents:after {
    display: none;
}

.header-six .socialI a,
.header-six .socialI a:visited {
    color: #fff;
    float: none;
    font-size: 32px;
    height: 34px;
    margin: 0px 2px 0 0;
    text-decoration: none;
    width: 30px;
    display: inline-block;
}

.header-six .socialI a:active,
.header-six .socialI a:hover {
    color: #fff;
    text-decoration: underline;
}

.header-six .content-search {
    margin-left: -10px;
    margin-top: 20px;
}

.header-six .yith-ajaxsearchform-container input[type="search"],
.header-six .yith-ajaxsearchform-container select,
.header-six .yith-ajaxsearchform-container input[type="submit"] {
    min-height: 30px;
    margin: 0;
}

.header-six .yith-ajaxsearchform-container input[type="search"] {
    width: 100%;
    padding: 0 10px;
}

.header-six .yith-ajaxsearchform-container input[type="submit"] {
    display: none;
}

.header-six .yith-ajaxsearchform-container input[type="search"] {
    margin: 10px 0px;
    padding: 5px 0px;
}

/* /////////////////////////////////////////////////////////////
end HEADER SIX: fixed or not navigation with search bar & social icons
/////////////////////////////////////////////////////////////*/


/* /////////////////////////////////////////////////////////////
begin HEADER THREE: logo left & menu right
/////////////////////////////////////////////////////////////*/

.header-three #top {
    position: relative;
    z-index: 5000;
}

.header-three .navbar-default {
    width: 100%;
    background-color: #1477ac;
    border-color: #000;
}

.header-three .navSearch {
    display: inline-block;
    vertical-align: top;

}

.header-three .socialI {
    display: inline-block;
    vertical-align: top;
}

/* /////////////////////////////////////////////////////////////
end HEADER THREE: logo left & menu right
/////////////////////////////////////////////////////////////*/
/* /////////////////////////////////////////////////////////////
begin HEADER FOUR: fixed or not navigation with search bar & social icons
/////////////////////////////////////////////////////////////*/


/*Nav in search bar*/

.header-four #navbar .navSearch {
    float: left;
    margin: 10px 20px 0 10px;
}

.header-four .navbar-search input.search {
    background-image: url("images/search.png");
    background-position: 5px 6px;
    background-repeat: no-repeat;
    padding: 5px 8px 5px 30px;
    font-weight: 400;
}

.header-four input[type="text"],
.header-four textarea,
.header-four .navbar-search input.search {
    border: 1px solid #ccc;
    box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.1) inset;
}

.header-four .menuTop {
    position: relative;
    z-index: 3000;
}

/* /////////////////////////////////////////////////////////////
end HEADER FOUR: fixed or not navigation with search bar & social icons
/////////////////////////////////////////////////////////////*/

/* /////////////////////////////////////////////////////////////
begin HEADER FIVE: fixed or not navigation with search bar & social icons
/////////////////////////////////////////////////////////////*/


.header-five #menu-top-menu a {
    padding: 4px 5px;
}

.header-five .top-content {
    display: inline-block;
    width: 100%;
    vertical-align: top;
    padding: 10px 0px;
}

.header-five .top-out {
    position: relative;
    z-index: 1;
}

.header-five .top-social {
    padding-left: 25px;
    padding-right: 25px;
    text-align: left;
}

.header-five .social-content,
.header-five .search-content {
    display: inline-block;
    width: 100%;
    vertical-align: top;
}

.header-five .search-content {
    padding: 10px 0px 0px 0px;
}

.header-five .social-content {
    padding: 10px 0px 5px 0px;
    border-bottom: 1px solid #C2C2C2;
}

.header-five .top-menu {
    display: inline-block;
    width: auto;
    vertical-align: top;
}

.header-five .top-menu .navbar-nav>li>a {
    padding: 0px 12px;
    line-height: 42px;
    color: #373737;
}

.header-five .top-menu .navbar-nav>li>a:hover,
.header-five .top-menu .navbar-nav>li>a:focus {
    background-color: #fff;
    color: #B7010F;
}

.header-five .top-menu .menu-item-506 a::before {
    content: "\f007";
    display: inline-block;
    font-size: 14px;
    font-family: 'FontAwesome';
    margin-right: 5px;
    font-size: 1rem;
}

.header-five .top-menu .menu-item-507 .cart-link {
    color: #373737;
}

.header-five .top-menu .menu-item-507 .site-header-cart>li>a.cart-contents::before,
.header-five .top-menu .menu-item-507 .cart-link::before {
    content: "\f07a";
    display: inline-block;
    font-size: 14px;
    font-family: 'FontAwesome';
    margin-right: 5px;
    font-size: 1rem;
}

.header-five #top .navSearch,
.header-five #top .socialI {
    float: none;
    display: inline-block;
    width: auto;

}

.header-five #top .navSearch {
    margin-top: 0px;
    width: 100%;
}

.header-five #top .navSearch label {
    width: 100%;
}

.header-five #top .socialI {
    margin-right: 0px;
    margin-top: 0px;
    float: none;
}


/* Top buttons */

.header-five .callbtn {
    text-align: center;
    padding: 10px 0px 15px 0px;
}

.header-five .callbtn span {
    font-size: 1.3125rem;
    text-align: center;
    text-transform: uppercase;
}

.header-five .callbtn .btn-call {
    background-color: #B7000F;
    border-color: #B7000F;
    color: #fff;
}

.header-five .callbtn .btn-call:hover {
    background-color: #9B0009;
    border-color: #9B0009;
}

.header-five #top .btn {
    font-size: 1.8rem;
    margin-left: 0px;
    text-transform: uppercase;
    border-radius: 0;
    margin-top: 5px;
    width: auto;
}

.header-five #top span.btn {
    cursor: default;
}

.header-five #top .callL {
    background-color: #019c4d;
    border-color: #019c4d;
    border-radius: 0;
    color: #ffffff;
    cursor: default;
    display: inline-block;
    font-size: 20px;
    line-height: 1.33333;
    margin-bottom: 0;
    margin-left: 20px;
    padding: 10px 16px;
    text-align: center;
    text-transform: uppercase;
    vertical-align: middle;
}

.header-five #menu-container {
    border-top: 0px solid #182D3B;
    border-bottom: 1px solid #fff;
}

.header-five #menu-container .navbar {
    margin-bottom: 0px;
}

.header-five #menu-container .navbar-default {
    width: 100%;
}

.header-five #branding img {
    width: 100%
}

.header-five .site-header-cart {
    width: 100%;
    padding: 0;
}

.header-five .site-header-cart .cart-contents {
    padding: 0;
    color: #373737;
}

.header-five .top-menu .menu-item-507 .site-header-cart>li>a.cart-contents::before,
.header-five .top-menu .menu-item-507 .cart-link::before {
    content: "\f07a";
    display: inline-block;
    font-family: 'FontAwesome';
    font-size: 14px;
    margin-right: 5px;
    font-size: 1rem;
}

.header-five .yith-ajaxsearchform-container input[type="search"],
.header-five .yith-ajaxsearchform-container select,
.header-five .yith-ajaxsearchform-container input[type="submit"] {
    min-height: 30px;
    margin: 0;
}

.header-five .yith-ajaxsearchform-container input[type="search"] {
    width: 86%;
    padding: 0 10px;
}

.header-five .yith-ajaxsearchform-container input[type="submit"] {
    background-color: #032a5b;
    border: 0 none;
    color: #fff;
    padding: 5px 20px;
    width: auto;
}

.header-five .yith-ajaxsearchform-container input[type="search"] {
    margin: 10px;
    padding: 5px 0px;
    background-color: #032a5b;
    border: 0 none;
    color: #fff;
    padding: 5px 20px;
}

.header-five .site-header-cart .cart-contents:after {
    display: none;
}

.header-five .site-header-cart .widget_shopping_cart {
    width: 180%;
    color: #000000;
}

/* /////////////////////////////////////////////////////////////
end HEADER FIVE: fixed or not navigation with search bar & social icons
/////////////////////////////////////////////////////////////*/

/* /////////////////////////////////////////////////////////////
begin flexible layout
/////////////////////////////////////////////////////////////*/


.no-gap .col:first-child {
    padding-right: 0px;
    padding-left: 0px;
}

.no-gap .col:last-child {
    padding-left: 0px;
    padding-right: 0px;
}

.no-gap .position-left.col:first-child {
    padding-left: 0px;
    padding-right: 0px;
}

.no-gap .position-left.col:last-child {
    padding-left: 0px;
    padding-right: 0px;
}

.no-gap .col:not(:first-child):not(:last-child) {
    padding-right: 0px;
    padding-left: 0px;
}

.content-flexible {
    display: inline-block;
    width: 100%;
    vertical-align: top;
    overflow: hidden;
}

.content-flexible img,
.content-flexible img.alignnone {
    display: table;
    margin: 0 auto;
}

.page-template-default .content-flexible h1,
.page-template-default .content-flexible h2,
.page-template-default .content-flexible h3,
.page-template-default .content-flexible h4,
.page-template-default .content-flexible h5,
.page-template-default .content-flexible h6 {
    text-align: left;
}

.content-flexible .lead {
    display: block;
}

.content-flexible .content-col,
.content-flexible .content-col .animation {
    display: block;
    width: 100%;
    height: auto;
    clear: both;
}

.esg-revealed {
    min-height: 200px;
}


.no-margin {
    margin: 0px;
}

.margin {
    margin: 25px 0px;
}

.margin-top {
    margin-top: 25px;
}

.margin-bottom {
    margin-bottom: 25px;
}

.background-white {
    background-color: #fff;
}

.background-color-1 {
    background-color: #000;
    color: #fff;
    padding: 25px 0px;
}

.background-color-1 h1,
.background-color-1 h2,
.background-color-1 h3,
.background-color-1 h4,
.background-color-1 h5,
.background-color-1 h6 {
    color: #fff
}

.background-color-1 a:not(.btn),
.background-color-1 a:not(.btn):visited {
    color: #fff;
    text-decoration: underline;
    font-weight: normal;
}

.background-color-1 a:not(.btn):hover,
.background-color-1 a:not(.btn):active {
    color: #fff;
    text-decoration: none;
    font-weight: normal;
}

.background-color-1 .btn {
    text-decoration: none;
}


.background-color-2 {
    background-color: #7daf27;
    color: #fff;
    padding: 25px 0px;
}

.background-color-2 h1,
.background-color-2 h2,
.background-color-2 h3,
.background-color-2 h4,
.background-color-2 h5,
.background-color-2 h6 {
    color: #fff
}

.background-color-2 a:not(.btn),
.background-color-2 a:not(.btn):visited {
    color: #fff;
    text-decoration: none;
    font-weight: normal;
}

.background-color-2 a:not(.btn):hover,
.background-color-2 a:not(.btn):active {
    color: #fff;
    text-decoration: underline;
    font-weight: normal;
}


.background-color-2 .btn {
    text-decoration: none;
}

.background-color-2 .btn:hover {
    text-decoration: none;
}

.background-color-2 .btn-secondary {
    border-color: #fff;
}

.content-flexible .carousel-inner .background-item {
    height: 500px;
    background-repeat: no-repeat;
    background-size: cover;
    background-color: transparent;
    background-position: center center;
    width: 100%;
}

.background-image {
    background-size: contain;
    background-repeat: no-repeat;
    overflow: hidden;
    height: auto;
    background-position: top center;
    background-color: transparent;
    position: relative;
}


/* content suscribe home */

.content-suscribe-home {
    background-repeat: no-repeat;
    background-size: cover;
    background-color: transparent;
    background-position: top center;
    height: 100%;
    width: 100%;
    margin: 0px 0px;
    padding: 50px 15px;
    position: relative;
    min-height: 300px;
}

.content-suscribe-home .subscribe h2 {
    text-align: center;
    color: #fff;
    margin: 0px;
    text-align: center;
    font-size: 1.875rem;
}

.content-suscribe-home .subscribe {
    background-color: transparent;
}

.content-suscribe-home .subscribe h3 {
    color: #fff;
    font-size: 1.563rem;
    text-transform: none;
    margin-top: 10px;
    text-align: center;
}

.content-suscribe-home #mc_embed_signup form {
    padding: 0px;
}

.content-suscribe-home .subscribe #mc_embed_signup_scroll {
    text-align: center;
}

.content-suscribe-home #mc_embed_signup input[type="text"],
.content-suscribe-home #mc_embed_signup input[type="email"] {
    border: 1px solid transparent;
    margin-right: 2%;
    padding: 8px;
    width: 30%;
}

.content-suscribe-home .subscri_btn {
    background-color: #7DAF27;
    border: medium none;
    color: #fff;
    font-size: 0.9375rem;
    height: 46px;
    margin-top: 15px;
    width: 180px;
    text-transform: uppercase;
    width: auto;
    padding: 10px 30px;
    font-weight: 700;
}



/* content help */

.content-help {
    background-color: #747474;
    background-size: cover;
}

.content-help .text-help {
    color: #fff;
    background-color: transparent;
    margin: 0px;
    padding: 15px 15px;
    display: inline-block;
    width: 100%;
    vertical-align: top;
}

.content-help .text-help h1 {
    color: #ffffff;
    margin: 0;
    font-size: 1.875rem;
    text-transform: uppercase;
    font-weight: 400;
}

.content-help .text-help .lead {
    margin-bottom: 0px;
}

.content-help .btn-help {
    color: #fff;
    background-color: #000000;
    margin: 0px;
    padding: 20px 15px;
    display: inline-block;
    width: 100%;
    vertical-align: top;
    height: 98px;
    line-height: 52px;
    text-align-last: center;
    font-size: 1.188rem;
}

.content-help .btn-help:hover {
    background-color: #5F841E;
}

/* content section */

.content-section .background {
    background-position: center;
    background-size: cover;
    background-image: url('/website/wp-content/uploads/2017/05/dog1.jpg');
    position: relative;
    height: 600px;
    margin: 5px 0px;
}

.content-section .background-right {
    margin-right: 0px;
}

.content-section .background-left {
    margin-left: 0px;
}

.content-section .layer {
    background-color: rgba(0, 0, 0, 0.4);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: table;
}

.content-section .content {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    border-right: 0px solid #ffffff;
}

.content-section .content h1,
.content-section .content h2,
.content-section .content h3,
.content-section .content h4,
.content-section .content h5,
.content-section .content h6 {
    color: #fff;
    margin: 0px;
    text-align: center;
}

.content-section .content p {
    font-weight: 300;
    color: #fff;
    margin-bottom: 15px;
    display: inline-block;
    width: 100%;
}

.content-section .content p.lead {
    padding: 0 29%;
    margin: 10px 0px 30px 0px;
}

.content-section .content img {
    display: block;
    width: auto;
    margin: 0 auto;
}

.content-section .content a,
.content-section .content a:visited {
    background-color: #fff;
    color: #000;
    text-transform: uppercase;
    padding: 10px 25px;
    margin: 10px 0px;
}

.content-section .content a:hover,
.content-section .content a:active {
    background-color: #5F841E;
    color: #fff;
}


/* end content section */


/* content future */

.content-future {
    background-repeat: no-repeat;
    background-size: cover;
    background-color: transparent;
    background-position: center center;
    height: 100%;
    width: 100%;
    margin: 0px 0px;
    padding: 0px;
    position: relative;
    background-attachment: fixed;
    color: #fff;
}

.content-future .content-banner {
    position: relative;
    background: rgba(0, 0, 0, .5);
    color: #fff;
    padding: 70px 40px;
    width: 40%;
    margin: 0;
    text-transform: none;
    float: none;
    min-height: 530px;
    color: #fff;
}

.content-future .content-banner.banner-right {
    float: right;
    color: #fff;
}

.content-future h2 {
    color: #fff;
    margin: 0px;
    text-align: center;
    font-size: 1.875rem;
    font-weight: 400;
}

.content-future h1,
.content-future h2,
.content-future h3,
.content-future h4,
.content-future h5,
.content-future h6 {
    color: #fff;
}

.content-future .content-banner ul {
    list-style: none;
}

.content-future .content-banner ul>li {
    position: relative;
    margin: 25px 0px;
}

.content-future .content-banner ul>li::before {
    content: "\f111";
    font-family: "FontAwesome";
    font-style: normal;
    /* font-weight: normal; */
    text-decoration: inherit;
    color: #fff;
    font-size: 0.9375rem;
    padding-right: 0.5em;
    position: absolute;
    top: 0px;
    left: -30px;
}

.content-future ul>li>a:after {
    display: inline-block;
    font-family: 'FontAwesome';
    font-size: 14px;
    font-size: 1.25rem;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\f105";
    margin-left: 10px;
}

.content-future ul>li>a {
    color: #fff;
}

.content-future ul>li>a:hover {
    color: #ccc;
}

.content-future a:not(.btn) {
    color: #fff;
    text-decoration: underline
}

.content-future .btn {
    text-decoration: none
}

.content-future .content {
    display: block;
    float: left;
}

.content-future .content .btn-primary,
.content-future .content .btn-primary:focus {
    display: block;
    font-size: 1.063rem;
    padding: 10px 30px;
    z-index: 999;
    color: #000;
}

.content-future .content .btn-primary:hover,
.content-future .content .btn-primary:active {
    background-color: #000;
    color: #fff;
    border-color: #000;
}


/* end content future */


/* content current */

.content-current {
    background-repeat: no-repeat;
    background-size: cover;
    background-color: transparent;
    background-position: top center;
    height: 100%;
    width: 100%;
    margin: 0px 0px;
    padding: 0px;
    position: relative;
}

.content-current .content-banner {
    position: relative;
    background: rgba(0, 0, 0, .5);
    color: #fff;
    padding: 70px 40px;
    width: 40%;
    margin: 0;
    text-transform: uppercase;
    float: right;
    min-height: 530px;
}

.content-current h2 {
    color: #fff;
    margin: 0px;
    text-align: center;
    font-size: 1.875rem;
    font-weight: bold;
}

.content-current .content-banner ul {
    list-style: none;
}

.content-current .content-banner ul>li {
    position: relative;
    margin: 25px 0px;
}

.content-current .content-banner ul>li::before {
    content: "\f111";
    font-family: "FontAwesome";
    font-style: normal;
    /* font-weight: normal; */
    text-decoration: inherit;
    color: #fff;
    font-size: 0.9375rem;
    padding-right: 0.5em;
    position: absolute;
    top: 0px;
    left: -30px;
}

.content-current ul>li>a:after {
    display: inline-block;
    font-family: 'FontAwesome';
    font-size: 14px;
    font-size: 1.25rem;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\f105";
    margin-left: 10px;
}

.content-current ul>li>a {
    color: #fff;
}

.content-current ul>li>a:hover {
    color: #ccc;
}

.content-current a {
    color: #fff;
}

.content-current .content {
    display: block;
    float: left;
}

.content-current .content .btn-primary,
.content-current .content .btn-primary:focus {
    display: block;
    font-size: 1.063rem;
    padding: 10px 30px;
    z-index: 999;
    color: #000;
}

.content-current .content .btn-primary:hover,
.content-current .content .btn-primary:active {
    background-color: #000;
    color: #fff;
    border-color: #000;
}


/* end content current */

/* content join */

.content-join {
    display: inline-block;
    vertical-align: top;
    width: 100%;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    position: relative;
    padding: 80px 0px;
}

.content-join:before {
    content: "";
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background: -moz-linear-gradient(left, rgba(0, 0, 0, 0.65) 0%, rgba(0, 0, 0, 0) 100%);
    background: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.65) 0%, rgba(0, 0, 0, 0) 100%);
    background: linear-gradient(to right, rgba(0, 0, 0, 0.65) 0%, rgba(0, 0, 0, 0) 100%);
    z-index: 1
}

.content-join .description {
    position: relative;
    z-index: 2
}

.content-join h1 {
    color: #fff;
    text-align: left;
    text-transform: uppercase;
}

.content-join h2 {
    color: #fff;
    text-align: left;
}

.content-join p {
    color: #fff;
    text-align: left;
    font-size: 1.313rem;
}

.content-join .action {
    float: left;
}

.content-join .btn {
    font-size: 1.438rem;
    padding: 8px 20px;
    text-align: left;
    text-transform: uppercase;
    margin-right: 15px;
    margin-bottom: 10px;
}


/* end content join */

/* content projects */

.content-projects {
    display: inline-block;
    width: 100%;
    vertical-align: top;
    background-color: #fff;
    border-top: 1px solid #757575;
    padding: 25px 0px 0px 0px;
}

.content-projects h2 {
    text-align: center;
    color: #000000;
    font-weight: bold;
    text-transform: uppercase;
}

.content-projects .lead {
    color: #444444;
    text-align: center;
}


/* end content projects */

.single-project h1,
.single-project h2 {
    text-transform: uppercase;
    color: #FF0000
}

.label-title {
    text-transform: uppercase;
    color: #FF0000;
    font-family: 'Oswald', sans-serif;
}

.entry-meta {
    display: inline-block;
    width: 100%;
    margin: 15px 0px;
}

.section-addthis {
    display: inline-block;
    vertical-align: top;
}

.postMeta {
    display: inline-block;
    vertical-align: middle;
    margin-right: 15px;
}

.shareB {
    display: inline-block;
    vertical-align: middle;
}

/* content box */

.content-box .text {
    padding: 66px 50px;
    background-color: #F5F5F5;
    min-height: 450px;
    height: 100%;
}

.content-box .text .btn-primary {
    border-color: #fff
}

.content-box .background-item {
    min-height: 528px;
    height: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    background-color: transparent;
    background-position: center center;
    width: 100%;
    display: table;
}

.content-box .img-item {
    display: none;
}

.content-box .animation {
    height: auto;
}


/* imagen hover */

.item-zoom {
    position: relative;
    width: 100%;
    margin-bottom: 0px;
    overflow: hidden;
}

.item-zoom .image {
    display: block;
    width: 100%;
    height: auto;
    transition: transform 1.25s cubic-bezier(.39, .575, .565, 1);
    position: absolute;
    max-width: 100%;
    max-height: 100%;
    width: 100vw;
    height: 100vh;
    object-fit: cover;
}

.item-zoom h2 {
    text-align: center;
    color: #fff;
    margin: 0px;
    padding: 10px 0px;
    font-weight: 600;
    line-height: 80%;
}

.item-zoom h1,
.item-zoom h2,
.item-zoom h3,
.item-zoom h4,
.item-zoom h5,
.item-zoom h6 {
    color: #fff;
}


.item-zoom .overlay {
    position: relative;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    height: 100%;
    width: 100%;
    opacity: 1;
    padding: 10px 20px;
    overflow: hidden;
    background-color: rgba(0, 0, 0, .4);
    transition: .35s ease;
    -webkit-transition: .35s ease;
    -ms-scroll-transition: .35s ease;
    /* min-height: 410px; */
}

.item-zoom .overlay h3 {
    margin-top: 0px;
    padding-top: 0px;

}

.item-zoom .overlay a:not(.btn) {
    color: #fff;
    text-decoration: underline;
}

.item-zoom .overlay a:hover {
    text-decoration: none;
}

.item-zoom .overlay ul {
    padding-left: 20px;
}

.item-zoom:hover .overlay.light-green {
    background-color: rgba(0, 0, 0, .7);
}

.item-zoom .text {
    color: white;
    font-size: 1.1rem;
    text-align: left;
    padding: 0px 0px;
    display: block;
    height: 100%;
    overflow: hidden;
}

.item-zoom .text .btn {
    text-decoration: none;
}



.item-zoom:hover .image {
    transition: transform .35s cubic-bezier(.39, .575, .565, 1);
    transform: scale(1.1);
}

.item-xs {
    display: block;
    height: 432px;
}

.layout-imagen_zoom .col {
    margin-bottom: 25px;

}

.item-xs>div {
    display: block;
    height: 100%;
}

/* imagen hover */

.item-gallery {
    position: relative;
    width: 100%;
    margin-bottom: 0px;
}

.item-gallery .image {
    display: block;
    width: 100%;
    height: auto;
}

.item-gallery h2 {
    text-align: center;
    color: #fff;
    background-color: transparent;
    margin: 0px;
    padding: 10px 0px;
    font-weight: 600;
    line-height: 80%;
}

.item-gallery .title-green {
    background-color: #7daf27;
}

.item-gallery .light-green {
    background-color: #7daf27;
}

.item-gallery .overlay {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    height: 100%;
    width: 100%;
    opacity: 0;
    transition: .5s ease;
    background-color: #53772d;
}

.item-gallery .overlay a {
    text-decoration: underline;
    color: #fff;
}

.item-gallery .overlay .btn {
    text-decoration: none
}

.item-gallery .overlay a:hover {
    text-decoration: none
}

.item-gallery .light-green {
    background-color: #53772d;
}

.item-gallery h1,
.item-gallery h2,
.item-gallery h3,
.item-gallery h4,
.item-gallery h5,
.item-gallery h6 {
    color: #fff;
}

.item-gallery .text {
    color: white;
    font-size: 20px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    text-align: center;
}

/* .item-gallery .text .btn {
    line-height: 27px;
    background: #FFF;
    color: #53772d;
    background: #fff;
    -webkit-transition: all 100ms ease-in-out;
    -moz-transition: all 100ms ease-in-out;
    -o-transition: all 100ms ease-in-out;
    transition: all 100ms ease-in-out;
    position: relative;
}

.item-gallery .text .btn:after {
    display: none;
    left: 100%;
    border: 18px solid transparent;
    border-left-color: #FFF;
    border-width: 21px;
    margin-top: -21px;
    content: " ";
    height: 0;
    top: 50%;
    transition: all 100ms ease-in-out;
    width: 0;
    position: absolute;
    border-left-color: #FFF;
    border-width: 20px;
    margin-top: -20px;
} */

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

/* hero-banner */
.hero-banner {
    padding: 100px 0;
    background-size: 100%;
    background-position: 100%;
    background-repeat: no-repeat;
}

.hero-banner .text {
    padding: 5% 20%;
}

.hero-banner .text h1 {
    text-align: left;
    padding-bottom: 15px;
    margin: 0;
    font-weight: 600;
    font-size: 3rem;
}

.hero-banner .text h1,
.hero-banner .text h2,
.hero-banner .text h3,
.hero-banner .text h4,
.hero-banner .text h5,
.hero-banner .text h6 {
    color: inherit;
}

.hero-banner .btn {
    display: table;
    margin: 10px auto;
}

.hero-banner img {
    position: absolute;
    top: auto;
    left: 21%;
    bottom: 0px;
    right: 0px;
    max-width: 552px;
}

/* box-icon */
.box-icon {
    border-top: 3px solid #fff;
    border-bottom: 3px solid #fff;
    overflow: hidden;
}

.box-icon figure {
    max-width: 25px;
    display: inline-block;
    vertical-align: middle;
    margin: 0;
    margin-right: 5px;
}


.box-icon .title-box-icon {
    margin: 0px;
    display: inline-block;
    letter-spacing: .02em;
    line-height: 1.1em;
    text-transform: none;
    color: #fff;
    font-size: 1.5rem;
    vertical-align: bottom;
}


.item-box-icon {
    padding: 30px 0px;
    text-align: center;
    border-right: 3px solid #fff;
    border-left: 3px solid transparent;
}

.box-icon .col:last-child .item-box-icon {
    border-right: 3px solid transparent;
}

/* box-col */

.box-col {
    padding: 50px 0px;
    background-size: cover;
}

.box-col .text h1,
.box-col .text h2,
.box-col .text h3,
.box-col .text h4,
.box-col .text h5,
.box-col .text h6 {
    font-weight: bold;
    text-align: left;
}

.box-col .btn {
    margin-top: 5px;
}

.box-col img {
    max-width: 540px;
}

.box-col .position-left img {
    margin: 0 auto 0 0;
}

.box-col .position-right img {
    margin: 0 0 0 auto;
}

.box-col .text {
    background-color: #faf9ef;
    padding: 10%;
    border-radius: 10px;
    max-width: 500px;
    margin-left: 0;
    text-align: left;
    display: block;
}

.box-col .position-left .text {
    margin-left: auto;
}

.box-col .position-right .text {
    margin-right: auto;
}

.box-col .col:first-child .vertical-center {
    justify-content: flex-end;
}

/* box-back */

.box-back {
    padding: 100px 0px;
    background-size: cover;
}

.box-back figure {
    margin: 0px;

}

.box-back .item-box-back {
    max-width: 340px;
    margin: 0 auto;
    padding: 40px;
    border-radius: 10px;
    margin-bottom: 15px;
}

.box-back .title-box-back {
    padding: 5px 0;
    color: inherit;
}

.box-back img {
    max-width: 200px;
}

/* content choose */

.content-choose {
    display: inline-block;
    width: 100%;
    vertical-align: top;
    background-color: #fff;
    padding: 50px 0px;
}

.content-choose h2 {
    text-transform: uppercase;
    text-align: center;
    color: #000000;
    font-weight: bold;
}

.content-choose .nav-tabs {
    display: table;
    width: auto;
    margin: 0 auto;
}

.tab-content>.active p {
    color: #000
}


/* content help */

.content-help {
    background-color: #747474;
    background-size: cover;
}

.content-help .text-help {
    color: #fff;
    background-color: transparent;
    margin: 0px;
    padding: 15px 15px;
    display: inline-block;
    width: 100%;
    vertical-align: top;
}

.content-help .text-help h1 {
    color: #ffffff;
    margin: 0;
    font-size: 30px;
    text-transform: uppercase;
    font-weight: 400;
}

.content-help .text-help .lead {
    margin-bottom: 0px;
}

.content-help .btn-help {
    color: #fff;
    background-color: #000000;
    margin: 0px;
    padding: 20px 15px;
    display: inline-block;
    width: 100%;
    vertical-align: top;
    height: 98px;
    line-height: 52px;
    text-align-last: center;
    font-size: 19px;
}

.content-help .btn-help:hover {
    background-color: #5F841E;
}


/* content slider */

.content-slider {
    padding: 0px;
    background-repeat: no-repeat;
    min-height: 400px;
    background-color: #F4F4F2;
    background-position: left top;
}

.content-slider h1 {
    text-transform: none;
    font-size: 37px;
}

.content-slider p {
    font-size: 25px;
    line-height: 120%;
}

.content-table {
    display: table;
    width: 100%;
    height: 100%;
}

.table-cell {
    display: table-cell;
    vertical-align: middle;
}


/* content news */

.content-news {
    display: inline-block;
    width: 100%;
    padding: 50px 0px;
    background: #fff;
    min-height: 350px;
}

.content-news h2 {
    color: #554029;
    text-align: center;
}

.content-news .lead {
    text-align: center;
}

.content-news .nav-tabs {
    border-bottom: 0px solid #ddd
}

.content-news .nav-tabs li {
    float: none;
    display: inline-block;
    width: 100%;
    padding: 9px 0px;
    border-bottom: 1px solid #ddd;
    margin: 0px;
}

.content-news .nav-tabs li:first-child {
    padding-top: 0px;
}

.content-news .nav-tabs li a {
    color: #7daf27
}

.content-news .nav-tabs li a:hover {
    color: #5f841e;
    background: transparent;
}

.content-news .nav-tabs li .entry-meta-caption {
    font-size: 14px;
}

.content-news .nav-tabs li .entry-meta-caption a {
    color: #7daf27
}

.content-news .nav-tabs li .entry-meta-caption a:hover {
    color: #5f841e
}

.content-news .caption-shadow {
    background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.64) 63%, rgba(0, 0, 0, 0.65) 64%);
    background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.64) 63%, rgba(0, 0, 0, 0.65) 64%);
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.64) 63%, rgba(0, 0, 0, 0.65) 64%);
    color: #fff;
}

.content-news .caption-shadow h4,
.content-news .caption-shadow h3 {
    color: #fff;
}

.content-news .caption-shadow h3 {
    font-size: 1.5rem;
}

.content-news .caption-shadow a {
    color: #fff;
}

.content-news .caption-shadow a:hover {
    font-weight: bold;
}

.content-news .content-caption {
    position: relative;
    width: 100%;
}

.content-news img {
    margin: 0 auto;
    display: block;
}


/* end content news */


/* /////////////////////////////////////////////////////////////
end flexible layout
/////////////////////////////////////////////////////////////*/


/* /////////////////////////////////////////////////////////////
begin Gallery
/////////////////////////////////////////////////////////////*/

.gallery-columns-3 {
    float: left;
    clear: both
}

.gallery-columns-3 dl.gallery-item {
    float: left;
    margin: 0 2% 2% 0;
    width: 31.33%;
}

.gallery-columns-4 dl.gallery-item {
    float: left;
    margin: 0 2% 2% 0;
    width: 22%;
}

/* /////////////////////////////////////////////////////////////
end Gallery
/////////////////////////////////////////////////////////////*/

/* /////////////////////////////////////////////////////////////
beging contact form 7
/////////////////////////////////////////////////////////////*/

input,
textarea {
    width: 100%;
}

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

input.wpcf7-submit {
    padding: 10px 20px;
    width: auto;
    background-color: #0d63b0;
    border: medium none;
    color: #fff;
    font-weight: 600;
}

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

label {
    font-weight: 400;
}

/* /////////////////////////////////////////////////////////////
end contact form 7
/////////////////////////////////////////////////////////////*/


/* /////////////////////////////////////////////////////////////
begin footer
/////////////////////////////////////////////////////////////*/

footer {
    background-color: #3A3A3A;
    color: #A9AAAA;
    padding: 40px 0;
    font-size: 0.875rem;
    border-top: 1px solid #000;
    margin-top: 0px;
    clear: both;
}

footer a,
footer a:visited {
    color: #5f841e;
    text-decoration: none
}

footer a:active,
footer a:hover {
    color: #ccef3b;
    text-decoration: none
}

footer hr {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    border-color: #222222 -moz-use-text-color #444444;
    border-image: none;
    border-left: 0 none;
    border-right: 0 none;
    border-style: solid none;
    border-width: 1px 0;
    margin: 5px 0;
}

footer h3 {
    color: #EEE
}

.copyright {
    background-color: #535353;
    color: #CCC;
    padding-top: 10px;
    text-align: left
}

.copyright a,
.copyright a:visited {
    color: #ccef3b
}

.copyright a:hover,
.copyright a:active {
    color: #ccef3b;
    text-decoration: underline;
}

.copyright p {
    padding: 10px 0 20px;
}

.copyright .text-copy {
    display: inline-block;
    width: auto
}

.copyright .current_page_item a {
    background-color: transparent;
    text-decoration: underline;
}

.scrollUp.scrollup-link.scrollup-right {
    color: #fff;
}


/*  footer menu  */

.menu-footer-container {
    margin: 20px 0px;
}

ul #menu-footer {
    margin: 0;
    padding: 0;
}

#menu-footer {
    margin: 0 auto;
    padding: 0;
    display: table;
    width: auto;
}

#menu-footer li {
    border-right: 1px solid #ccc;
    float: left;
    list-style: outside none none;
    padding: 0 20px;
    line-height: 130%;
    text-transform: uppercase;
    font-size: 0.875rem;
}

#menu-footer li:first-child {
    padding-left: 0px
}

.text-indent {
    position: absolute;
    left: -10000px;
    top: auto;
    width: 1px;
    height: 1px;
    overflow: hidden;
    color: #000;
    background-color: #fff;
}

/* /////////////////////////////////////////////////////////////
end footer
/////////////////////////////////////////////////////////////*/




/* /////////////////////////////////////////////////////////////
RESPONSIVE
/////////////////////////////////////////////////////////////*/


/* Extra large screens*/

@media (min-width: 1300px) {
    .container {
        max-width: 1250px;
    }
}

@media (min-width: 1400px) {
    .container {
        max-width: 1350px
    }
}

@media (min-width: 1500px) {
    .container {
        max-width: 1450px
    }
}


/*  /// Large desktop  //////
/////////////////////////////////////*/

@media (min-width: 992px) and (max-width: 1199.98px) {
    .meta-team .item-name {
        width: 75%;
    }
}


/*  /// Small desktop  //////
/////////////////////////////////////*/

@media (max-width: 991.98px) {

    .layout-four_eq_columns .content-col {
        margin-bottom: 15px;
    }


    .content-box .background-item {
        display: none;
    }



    .content-flexible {
        background-attachment: inherit;
    }

    .background-image {
        background-attachment: inherit;
    }

    .content-box .img-item {
        display: block;
    }

    .item-box-icon {
        border-right: 3px solid transparent;
        border-left: 3px solid transparent;
    }

    .box-col img {
        max-width: 400px;
        margin: 0 auto 0 auto;
    }

    .box-icon .title-box-icon {
        font-size: 1rem;
    }

    .box-col .text {
        background-color: #faf9ef;
        padding: 10%;
        border-radius: 10px;
        max-width: 100%;
        margin: 0 auto;
    }

    .hero-banner .text h1 {
        font-size: 2rem;
    }

    .hero-banner .text {
        padding: 0px;
    }

    .hero-banner {
        background-size: 68%;
        background-position: right bottom;
        background-repeat: no-repeat
    }

    .content-collapse {
        padding: 0px 21px;
    }

    .content-collapse .social {
        display: inline-block;
        vertical-align: top;
    }

    .content-collapse .search {
        display: inline-block;
        vertical-align: top;
    }

    .content-collapse .navbar-search input.search {
        border: 1px solid #ccc;
    }

    .content-future .content-banner {
        width: 80%;
    }

    .header-five .top-menu {
        display: inline-block;
        width: 100%;
        vertical-align: top;
    }

    .header-default .call-contact .btn {
        font-size: 1.5rem;
    }

    .callbtn {
        padding: 15px 0px;
    }

    .navbar-toggler {
        border-color: #36abe1;
        background-color: #36abe1;
    }

    .content-menu {
        padding: 10px 0px;
    }

    .header-three .content-menu {
        padding: 10px 10px;
    }

    .content-menu .nav li {
        display: block;
        width: 100%;
    }

    .navbar-default .nav>li>a {
        padding: 10px 21px;
    }

    .dropdown-menu {
        position: static;
        width: 100%;
    }

}


/* /// Landscape phone to portrait tablet  //////
/////////////////////////////////////*/


@media (max-width: 767.98px) {
    .content-future {
        background-image: none !important;
    }

    .content-future .content-banner {
        background: transparent;
        color: #3b3a3c;
        min-height: 0;
        padding: 10px 5px 30px;
        width: 100%;
    }

    .content-future .content-banner h2 {
        color: #3b3a3c;
        line-height: 100%;
        margin-bottom: 20px;
    }

    .btn {
        margin-bottom: 15px;
    }

    .background-image-none {
        background-image: none !important;
    }

    .hero-banner img.img-mobile,
    .img-mobile {
        margin: 0px 0 15px 0px;
        max-width: 100%;
        width: 100%;
        position: relative;
        left: 0px;
        top: 0px;
    }

    .box-icon {
        padding: 15px 0px;
    }

    .item-box-icon {
        padding: 0px 0 20px 0px;
    }

    .box-col img {
        max-width: 300px;
    }

    .hero-banner .text h1 {
        font-size: 2rem;
    }

    .content-box .text {
        height: auto;
    }

    .content-future .content-banner {
        width: 100%;
    }

    .header-default .call-contact .btn {
        font-size: 1rem;
        margin: 0px;
    }

    .header-default .call .btn-call {
        font-size: 1rem;
        color: #fff;
    }

    .header-default .callbtn {
        display: table;
        margin: 10px auto;
        width: auto;
    }
}


/* /// small phone  //////
/////////////////////////////////////*/

@media (max-width:575.98px) {

    .nav-tabs .nav-item.show .nav-link,
    .nav-tabs .nav-link.active {
        border-radius: 0;
    }


    .nav>li>a,
    .nav>li,
    .nav-tabs .nav-link {
        display: block;
        float: none;
        width: 100%;
        border-radius: 0;
    }

    .nav-tabs>li.active>a,
    .nav-tabs>li.active>a:hover,
    .nav-tabs>li.active>a:focus {
        border-radius: 0;
        display: block;
        float: none;
        width: 100%;
    }

    .content-box .background-item,
    #couple.content-box .background-item {
        height: 200px;
        background-size: contain;
        background-position: center center;
    }
}