    /* Variables
-------------------------------------------- */
    
     :root {
        --body-bg: #fff;
        --text-color: #676767;
        --bold-color: #250f0f;
        --header-top-bg: #e4e4dd;
        --primary: #377DBC;
        --light: #f7f7f2;
        --border: #dbdbd3;
        --shadow: 0 0 6px 1px #cccccc;
    }
    
    * {
        margin: 0;
        padding: 0;
    }
    /* HTML and Body
-------------------------------------------- */
    
    html {
        height: 100%;
        -ms-text-size-adjust: 100%;
        -webkit-text-size-adjust: 100%;
        font-size: 16px;
        line-height: 1.6;
    }
    
    body {
        width: 100%;
        height: auto;
        min-height: 100%;
        margin: 0;
        padding: 0;
        font-family: "Catamaran" !important;
        /* font-family: "Open Sans", sans-serif; */
        font-size: 1rem;
        font-weight: 400;
        line-height: 1.6;
        background: #f4f4ef;
        color: #676767;
        overflow-x: hidden;
        -webkit-font-smoothing: subpixel-antialiased;
        -webkit-text-size-adjust: 100%;
        -ms-text-size-adjust: 100%;
    }
    /* Regions
---------------------------------------- */
    
    article,
    aside,
    details,
    figcaption,
    figure,
    footer,
    header,
    hgroup,
    main,
    menu,
    nav,
    section {
        display: block;
    }
    
    template,
    [hidden] {
        display: none;
    }
    
    audio,
    canvas,
    progress,
    video {
        display: inline-block;
        vertical-align: baseline;
    }
    
    audio:not([controls]) {
        display: none;
        height: 0;
    }
    
    [hidden] {
        display: none;
    }
    /* Typography
-------------------------------------------- */
    /* Typography -> Headings */
    
    h1,
    h2,
    h3,
    h4,
    h5,
    h6 {
        margin-bottom: 0.2rem;
        /* font-family: "Poppins", sans-serif; */
        font-weight: 400;
        font-style: normal;
        line-height: 1.4;
        color: #222222;
    }
    
    h1 {
        margin-top: 0.5rem;
        font-size: 2.2rem;
    }
    
    h2 {
        margin-top: 0.5rem;
        font-size: 1.8rem;
    }
    
    h3 {
        margin-top: 0.4rem;
        font-size: 1.6rem;
    }
    
    h4 {
        margin-top: 0.4rem;
        font-size: 1.4rem;
    }
    
    h5 {
        margin-top: 0.4rem;
        font-size: 1.4rem;
        text-transform: uppercase;
    }
    
    h6 {
        font-size: 1.2rem;
        text-transform: uppercase;
    }
    /* Typography -> Links */
    
    a {
        color: #dc5431;
        background-color: transparent;
        text-decoration: none !important;
        -webkit-transition: color 0.4s ease;
        transition: color 0.4s ease;
    }
    
    a:active,
    a:hover,
    a:focus {
        background-color: transparent;
        text-decoration: none;
        border: 0;
        outline: 0;
    }
    
    a:hover {
        color: #222222;
    }
    
    a:active,
    li a.active {
        color: #dc5431;
    }
    /* Typography -> Abbreviation */
    
    abbr[title] {
        border-bottom: none;
        text-decoration: underline;
        -webkit-text-decoration: underline dotted;
        text-decoration: underline dotted;
    }
    
    abbr {
        cursor: help;
    }
    
    acronym {
        border-bottom: 1px dotted;
        cursor: help;
    }
    /* Typography -> Text styling */
    
    b,
    strong {
        font-weight: bold;
        color: #222;
    }
    
    em,
    dfn,
    cite {
        font-style: italic;
    }
    
    mark,
    ins {
        padding: 4px 8px;
        background: #222;
        color: #fff;
        text-decoration: none;
    }
    
    del {
        text-decoration: line-through;
    }
    
    small {
        font-size: 80%;
    }
    
    big {
        font-size: 125%;
    }
    
    sub,
    sup {
        position: relative;
        font-size: 75%;
        line-height: 0;
        vertical-align: baseline;
    }
    
    sup {
        top: -0.5em;
    }
    
    sub {
        bottom: -0.25em;
    }
    
    tt,
    var {
        font-family: monospace, monospace;
        font-style: italic;
    }
    /* Typography -> Paragraph */
    
    p {
        margin: 0 0 1em 0;
    }
    /* Typography -> Blockquote */
    
    blockquote {
        position: relative;
        margin: 10px 0 20px 0;
        padding: 20px;
        background: var(--light);
        border: 2px solid #ffffff;
        -webkit-box-shadow: var(--shadow);
        box-shadow: var(--shadow);
    }
    
    [dir="rtl"] blockquote {
        margin: 10px 0 20px 0;
        padding: 20px;
        background: #f7f7f7;
        border: 1px solid #e8e8e8;
        -webkit-box-shadow: 1px 2px 4px 0 rgba(0, 0, 0, 0.2);
        box-shadow: 1px 2px 4px 0 rgba(0, 0, 0, 0.2);
    }
    
    blockquote:before,
    q:before {
        content: "\f10d";
        margin-right: 8px;
        font-family: "FontAwesome";
        font-size: 1.4em;
        color: #1b2124;
    }
    
    [dir="rtl"] blockquote:before {
        content: "\f10d";
        margin-right: 0;
        margin-left: 0.2em;
        font-family: "FontAwesome";
        font-size: 1.4em;
        color: #1b2124;
    }
    
    blockquote>p:first-child {
        display: inline;
    }
    
    blockquote> :last-child {
        margin-bottom: 0;
    }
    /* Typography -> HTML code tags */
    
    pre {
        overflow: auto;
    }
    
    kbd {
        padding: 4px 10px;
        font-family: monospace, monospace;
        font-size: 1em;
        background: #f7f7f7;
    }
    
    pre,
    samp {
        margin: 1rem 0;
        padding: 4px 1rem;
        font-family: monospace, monospace;
        font-size: 1em;
        background: var(--light);
        border: 2px solid #ffffff;
        -webkit-box-shadow: var(--shadow);
        box-shadow: var(--shadow);
    }
    
    code {
        padding: 2px 10px;
        font-family: monospace, monospace;
        font-size: 1em;
        background: #fff;
    }
    /* Typography -> Address */
    
    address {
        margin: 0 0 1.75em;
        font-style: italic;
    }
    /* Typography -> Description Lists */
    
    dl {
        margin: 0 0 1.75em;
    }
    
    dt {
        font-weight: 700;
        color: #111;
    }
    
    dd {
        margin: 0 0 1.75em;
    }
    /* Typography -> HTML Elements */
    
    hr {
        clear: both;
        width: 100%;
        height: 2px;
        margin: 8px 0;
        background: #c9c6c2;
        border: 0;
        -webkit-box-sizing: content-box;
        box-sizing: content-box;
    }
    /* Forms
-------------------------------------------- */
    
    button,
    input,
    optgroup,
    select,
    textarea {
        margin: 0;
        font-family: inherit;
        font-size: 100%;
        line-height: 1.6;
    }
    
    button,
    input {
        overflow: visible;
    }
    
    button,
    select {
        text-transform: none;
    }
    
    button,
    html input[type="button"],
    input[type="reset"],
    input[type="submit"] {
        cursor: pointer;
        -webkit-appearance: button;
    }
    
    button::-moz-focus-inner,
    [type="button"]::-moz-focus-inner,
    [type="reset"]::-moz-focus-inner,
    [type="submit"]::-moz-focus-inner {
        padding: 0;
        border: 0;
        border-style: none;
    }
    
    button:-moz-focusring,
    [type="button"]:-moz-focusring,
    [type="reset"]:-moz-focusring,
    [type="submit"]:-moz-focusring {
        outline: 0;
    }
    
    button[disabled],
    html input[disabled] {
        cursor: default;
        opacity: 0.7;
    }
    
     ::-webkit-file-upload-button {
        font: inherit;
        -webkit-appearance: button;
    }
    
    input {
        line-height: normal;
    }
    
    input[type="text"],
    input[type="email"],
    input[type="url"],
    input[type="password"],
    input[type="search"] {
        padding: 10px;
        background: #fff;
        max-width: 100%;
        border: 1px solid #ccc7c2;
        border-radius: 4px;
        -webkit-transition: border 0.5s linear;
        transition: border 0.5s linear;
    }
    
    textarea {
        width: 100%;
        max-width: 100%;
        padding: 9px;
        border: 1px solid #ccc7c2;
        border-radius: 4px;
        overflow: auto;
        -webkit-transition: border 0.3s linear;
        transition: border 0.3s linear;
        vertical-align: top;
    }
    
    input[type="text"]:focus,
    input[type="email"]:focus,
    input[type="url"]:focus,
    input[type="password"]:focus,
    input[type="search"]:focus,
    textarea:focus {
        border: 1px solid var(--primary);
        outline: 0;
    }
    
    input[type="submit"],
    input[type="button"],
    button {
        padding: 9px 10px;
        background-color: var(--primary);
        color: #fff;
        border: 0;
        border-radius: 2px;
        -webkit-transition: background-color 0.4s ease;
        transition: background-color 0.4s ease;
    }
    
    input[type="submit"]:hover {
        background-color: #222;
    }
    
    input[type="checkbox"],
    input[type="radio"] {
        padding: 0;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
    }
    
    input[type="number"]::-webkit-inner-spin-button,
    input[type="number"]::-webkit-outer-spin-button {
        height: auto;
    }
    
    input[type="search"] {
        outline-offset: -2px;
        -webkit-appearance: textfield;
        -moz-appearance: textfield;
    }
    
    input[type="search"]::-webkit-search-cancel-button,
    input[type="search"]::-webkit-search-decoration {
        -webkit-appearance: none;
    }
    
    fieldset {
        margin: 0 0 10px 0;
        padding: 0.35em 0.5em 0.5em 0;
        border: 1px solid #c0c0c0;
    }
    
    fieldset> :last-child {
        margin-bottom: 0;
    }
    
    legend {
        display: table;
        max-width: 100%;
        padding: 0;
        color: inherit;
        border: 0;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        white-space: normal;
    }
    
    optgroup {
        font-weight: bold;
    }
    
    select {
        padding: 4px 0;
    }
    
    form label {
        display: table;
        font-weight: bold;
    }
    
    label[for] {
        cursor: pointer;
    }
    
    .page-content input[type="text"],
    .page-content input[type="password"],
    .page-content input[type="search"] {
        padding: 9px 6px;
        outline: 0;
    }
    /* Drupal form elements */
    
    .form-item {
        margin-bottom: 1em;
    }
    
    .form-required:after {
        content: "\f069";
        display: inline-block;
        padding-left: 4px;
        font-family: "FontAwesome";
        font-size: 0.5em;
        color: var(--primary);
        vertical-align: super;
    }
    
    .form-item label {
        display: block;
    }
    
    label.option {
        display: inline;
        font-weight: normal;
    }
    /* placeholder */
    
     ::-webkit-input-placeholder {
        color: #8a8a8a;
    }
    
     :-moz-placeholder {
        color: #8a8a8a;
    }
    
     ::-moz-placeholder {
        color: #8a8a8a;
        opacity: 1;
    }
    
     :-ms-input-placeholder {
        color: #8a8a8a;
    }
    /* List
-------------------------------------------- */
    
    ul,
    ol {
        margin: 0;
        padding: 0 0 0.25em 1em;
        /* LTR */
    }
    
    [dir="rtl"] ul,
    [dir="rtl"] ol {
        padding: 0 1em 0.25em 0;
    }
    
    ol ol,
    ul ul {
        margin: 0;
        padding: 0 0 0.25em 1em;
        /* LTR */
    }
    
    [dir="rtl"] ol ol,
    [dir="rtl"] ul ul {
        padding: 0 1em 0.25em 0;
    }
    
    ul {
        list-style: disc;
    }
    
    ol {
        list-style: decimal;
    }
    
    li>ul,
    li>ol {
        margin-bottom: 0;
    }
    
    [dir="rtl"] ul,
    [dir="rtl"] ol {
        padding: 0 1em 0.25em 0;
    }
    
    li {
        padding: 4px 0;
    }
    
    .node-content li {
        padding: 6px 0;
    }
    /* Table
-------------------------------------------- */
    
    table {
        width: 100%;
        margin-bottom: 1.2em;
        border-spacing: 0;
        border-collapse: collapse;
    }
    
    th,
    tr,
    td {
        vertical-align: middle;
    }
    
    th {
        margin: 0;
        padding: 10px;
        /* font-family: "Poppins", sans-serif; */
        background: #dc5431;
        color: #fff;
        border: 2px solid #dc6d50;
        text-align: left;
        text-shadow: none;
    }
    
    td {
        padding: 5px 10px;
        border: 2px solid #fff;
    }
    /* Default box sizing
-------------------------------------------- */
    
    * {
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
    }
    
    *:after,
    *::after,
    *:before,
    *::before {
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
    }
    
     :after,
     :before {
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
    }
    /* Media
-------------------------------------------- */
    
    img,
    a img {
        max-width: 100% !important;
        height: auto;
        margin: 0;
        padding: 0;
        border-style: none;
        border: 0;
        vertical-align: middle;
    }
    
    svg:not(:root) {
        overflow: hidden;
    }
    
    figure {
        max-width: 100%;
        height: auto;
        margin: 1em 0;
        border: 0;
    }
    
    figcaption {
        padding: 4px;
        font-size: 0.8em;
        background: #fff;
        border: 1px solid #ddd;
        text-align: center;
    }
    
    .align-left,
    img.align-left,
    figure.align-left {
        float: left;
        margin: 20px 20px 20px 0;
    }
    
    .align-right,
    img.align-right,
    figure.align-right {
        float: right;
        margin: 20px 0 20px 20px;
    }
    
    .align-center,
    img.align-center,
    figure.align-center {
        display: block;
        clear: both;
        margin: 20px auto;
    }
    
    figure.align-center {
        display: table;
    }
    
    figure.align-center img {
        display: block;
        clear: both;
        margin: 0 auto;
    }
    /* Drupal image filed */
    
    .image-field {
        margin: 0 0 1em 0;
    }
    
    .feed-icon {
        display: block;
    }
    
    summary {
        padding: 0.5em;
        background: #e4e4dd;
        cursor: pointer;
        color: #676767;
        color: var(--text-color);
    }
    /* Misc
-------------------------------------------- */
    
     ::-moz-selection {
        background: var(--primary);
        color: #fff;
        text-shadow: none;
    }
    
     ::selection {
        background: var(--primary);
        color: #fff;
        text-shadow: none;
    }
    
     ::-moz-selection {
        background: var(--primary);
        color: #fff;
        text-shadow: none;
    }
    /* container and page layout
-------------------------------------------- */
    
    .container {
        position: relative;
        width: 100%;
        max-width: 1170px;
        height: auto;
        margin: 0 auto;
        padding: 0 10px;
    }
    /* content warpper including main, sidebar */
    
    .main-wrapper {
        position: relative;
        /* padding: 20px 0 0 0; */
        background: #fff;
        z-index: 2;
    }
    
    .main-container {
        position: relative;
        display: -ms-grid;
        display: grid;
        width: 100%;
        margin: 0;
        padding: 0;
    }
    /* Main */
    
    #main {
        position: relative;
        width: 100%;
        margin: 0;
        padding: 0;
        background: #f4f4ef;
        z-index: 2;
    }
    
    .no-sidebar .main-container {
        -ms-grid-columns: 100%;
        grid-template-columns: 100%;
    }
    
    .sidebar-left .main-container {
        -ms-grid-columns: 25% 75%;
        grid-template-columns: 25% 75%;
    }
    
    .sidebar-right .main-container {
        -ms-grid-columns: 75% 25%;
        grid-template-columns: 75% 25%;
    }
    
    .two-sidebar .main-container {
        -ms-grid-columns: 25% 50% 25%;
        grid-template-columns: 25% 50% 25%;
    }
    
    #sidebar-left {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
    }
    
    #main {
        background: var(--body-bg);
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2;
        z-index: 2;
    }
    
    #sidebar-right {
        -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
        order: 3;
    }
    /* Header
--------------------------------------*/
    /* Header container */
    
    #header {
        position: relative;
        margin: 0;
        padding: 0;
        width: 100%;
        z-index: 5;
    }
    /* Header top */
    
    .header-top {
        position: relative;
        width: 100%;
        margin: 0;
        padding: 0;
        background: white;
        z-index: 5;
        -webkit-box-shadow: inset 0 0px 1px black;
        box-shadow: inset 0 -1px 0px black;
    }
    
    .header-top-container {
        position: relative;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        padding: 5px 0;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }
    /* header top left block region */
    
    .header-top-block {
        position: relative;
        margin: 0;
        padding: 0;
    }
    
    .header-top-left i {
        width: 36px;
        height: 36px;
        background: #c4bdb5;
        color: #fff;
        border: 2px solid #ffffff;
        border-radius: 50%;
        display: -webkit-inline-box;
        display: -ms-inline-flexbox;
        display: inline-flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-transition: background 0.3s ease;
        transition: background 0.3s ease;
    }
    
    .header-top-left i:hover {
        background: var(--primary);
    }
    /* Header and footer social icons */
    
    ul.social-icons {
        position: relative;
        margin: 0;
        padding: 0;
        list-style: none;
    }
    
    ul.social-icons li {
        position: relative;
        display: inline-block;
        margin: 0;
        padding: 0;
    }
    
    .footer ul.social-icons li {
        padding: 0;
        border: 0;
    }
    
    ul.social-icons li a {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        width: 36px;
        height: 36px;
        color: #000;
        -webkit-transition: background 0.4s ease;
        transition: background 0.4s ease;
    }
    
    .social-icons li a,
    .header-social-icons li a:visited {
        color: #fff;
    }
    
    ul.social-icons li a:hover {
        color: var(--primary);
    }
    /* header for branding and main menu */
    
    .header {
        position: relative;
        width: 100%;
        margin: 0;
        padding: 0;
        background: #ffffff;
        z-index: 5;
    }
    
    .header-container {
        position: relative;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        margin: 0;
        padding: 1em 0;
    }
    /* site branding */
    
    .site-branding {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }
    
    .site-branding img {
        width: auto;
        max-height: 80px;
    }
    
    .site-name-slogan {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
    
    .site-name {
        position: relative;
        /* font-family: "Roboto", sans-serif; */
        font-size: 1.8rem;
        line-height: 1.1;
        color: #222222;
        text-transform: uppercase;
    }
    
    .site-name a,
    .site-name a:visited,
    .site-name a:hover {
        color: #222;
    }
    
    .site-slogan {
        font-size: 0.9rem;
        line-height: 1;
    }
    /* header right */
    
    .header-right {
        position: relative;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }
    /* main menu */
    
    .mobile-menu {
        display: none;
        margin-right: 6px;
    }
    
    .mobile-menu i {
        padding: 3px;
        font-size: 2rem;
    }
    
    .close-mobile-menu {
        display: none;
        width: 34px;
        height: 34px;
        /* font-family: "Roboto", sans-serif; */
        font-size: 1.2rem;
        z-index: 200;
        border: 2px solid var(--primary);
        border-radius: 50%;
        cursor: pointer;
        color: var(--primary);
    }
    
    .primary-menu-wrapper {
        /* font-family: "Roboto", sans-serif; */
        font-weight: 400;
    }
    
    .menu-wrap {
        position: relative;
    }
    
    ul.main-menu {
        position: relative;
        margin: 0;
        padding: 0;
        /* font-family: "Roboto", sans-serif; */
        font-size: 1em;
        font-weight: 400;
        z-index: 10;
        list-style: none;
        list-style-type: none;
        text-transform: none;
    }
    
    ul.main-menu>li a,
    ul.main-menu>li a:visited {
        color: #222;
        text-decoration: none;
    }
    
    ul.main-menu li {
        position: relative;
        display: inline-block;
        padding: 0;
    }
    
    ul.main-menu>li {
        display: inline-block;
        line-height: 1;
    }
    
    ul.main-menu>li>a {
        display: block;
        margin: 0;
        padding: 16px 14px;
    }
    
    ul.main-menu>li>a:hover {
        /* background: #222; */
        color: #53D0E5;
    }
    
    ul.main-menu ul.submenu {
        position: absolute;
        display: none;
        top: 48px;
        margin: 0;
        padding: 0;
        z-index: 10;
        opacity: 0;
    }
    
    ul.main-menu ul.submenu li {
        display: block;
        width: 195px;
        padding: 0px 10px;
        font-size: 1em;
        background: #fff;
        /* border-top: 1px solid #494949; */
        text-align: left;
    }
    
    ul.main-menu ul.submenu li a {
        padding: 10px;
        color: #757575;
        display: block !important;
    }
    
    li.expanded:hover ul.submenu,
    li.collapsed:hover ul.submenu {
        display: block;
        -webkit-animation: slideUp 0.5s forwards;
        animation: slideUp 0.5s forwards;
    }
    
    .active-menu li.expanded:hover ul.submenu,
    .active-menu li.collapsed:hover ul.submenu {
        -webkit-animation: none;
        animation: none;
    }
    
    ul.main-menu li:hover>a,
    ul.main-menu ul.submenu li a:hover {
        /* background: #222; */
        color: #53D0E5;
    }
    /* search box */
    
    .full-page-search {
        position: relative;
    }
    
    .search-icon {
        position: relative;
        margin: 0;
        padding: 10px 0 10px 10px;
        cursor: pointer;
    }
    
    .search-icon a,
    .search-icon a:visited {
        color: #222;
    }
    
    .search-box {
        position: fixed;
        display: none;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        width: 100vw;
        height: 100vh;
        background: rgba(0, 0, 0, 0.9);
        z-index: 20;
        -webkit-transition: all 0.2s linear;
        transition: all 0.2s linear;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
    
    .search-box-content {
        position: relative;
        -webkit-box-flex: 1;
        -ms-flex: 1;
        flex: 1;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        width: 60%;
        margin: 0 auto;
        -webkit-animation: slideDown 0.5s linear forwards;
        animation: slideDown 0.5s linear forwards;
        text-align: center;
    }
    
    .search-box-content .block-region {
        width: 100%;
    }
    
    .search-box-content .block-title {
        color: #fff;
    }
    
    .search-box-content form label {
        display: none;
    }
    
    .search-box-content input[type="search"] {
        width: 100%;
        margin: 0 0 30px 0;
        padding: 30px;
        background: rgba(0, 0, 0, 0.9);
        color: #fff;
        border: 1px solid #4d4a4a;
        border-radius: 6px;
        outline: 0;
    }
    
    .search-box-content input[type="submit"] {
        padding: 20px 40px;
        text-transform: uppercase;
    }
    
    .search-box-content input[type="submit"]:hover {
        background: #000;
    }
    
    .search-box-close {
        -webkit-box-flex: 1;
        -ms-flex: 1;
        flex: 1;
        cursor: url("../images/cursor.svg"), auto;
    }
    /* Sidebar
-------------------------------------------- */
    
    .sidebar {
        position: relative;
        margin: 0;
    }
    
    #sidebar-left {
        padding: 0 20px 0 0;
    }
    
    #sidebar-right {
        padding: 0 0 0 20px;
    }
    
    .region-sidebar-first,
    .region-sidebar-second {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
    
    .sidebar .block {
        margin-bottom: 20px;
        padding: 15px 10px;
        border-radius: 6px;
        background-color: #ffffff;
        -webkit-box-shadow: var(--shadow);
        box-shadow: var(--shadow);
    }
    
    .sidebar .block-title {
        color: #222;
    }
    
    .sidebar h3.block-title {
        margin: 0.1em 0 0.2em 0;
        padding-left: 6px;
        font-size: 1.3em;
        font-weight: 400;
        border-bottom: 1px solid #ffff;
        border-left: 2px solid #e3831c;
    }
    
    .sidebar ul {
        margin: 0;
        padding: 0;
        list-style: none;
        list-style-type: none;
    }
    
    .sidebar li {
        padding: 6px 0;
        border-bottom: 2px solid var(--border);
    }
    
    .sidebar li:last-child {
        border: 0;
    }
    /* search block in sidebar */
    
    .sidebar .form-search {
        width: 100%;
    }
    /* Footer
--------------------------------------*/
    
    #last-section {
        position: relative;
        visibility: hidden;
        width: 100%;
        min-height: 1px;
        z-index: 12;
    }
    
    #footer {
        /* position: fixed; */
        right: 0;
        bottom: 0;
        left: 0;
        /* background: #d9c8b3 url(../images/footer-bg.png);
    border-top: 4px solid #fff; */
        z-index: 0;
        background-color: #EAEAEA;
        padding-top: 50px;
        color: #7A7A7A;
    }
    
    #footer a {
        color: #7A7A7A;
    }
    
    #footer a:hover {
        color: #53D0E5;
    }
    
    .footer {
        position: relative;
    }
    
    .footer-top {
        position: relative;
        width: 100%;
        padding: 1rem 0;
    }
    
    .region-footer-top {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
    
    .region-footer-top .block:not(:last-child) {
        margin-bottom: 1rem;
    }
    
    .footer-blocks {
        position: relative;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        padding: 1rem 0;
        gap: 1rem;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
    
    .footer-block {
        -webkit-box-flex: 1;
        -ms-flex: 1 0 260px;
        flex: 1 0 260px;
    }
    
    .footer .block-title {
        position: relative;
        /* padding-left: 8px; */
        color: #53D0E5;
        font-size: 1rem;
        text-transform: uppercase;
        font-weight: bold;
    }
    /* footer list style */
    
    .footer ul {
        margin: 0;
        padding: 0;
        list-style: none;
        list-style-type: none;
    }
    
    .footer li {
        padding: 4px 0;
        /* border-bottom: 1px solid #bbb0a1; */
    }
    
    .footer li:last-child {
        border-bottom: 0;
    }
    /* Footer -> Footer Bottom Middle */
    
    .footer-bottom-middle {
        /* display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between; */
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        /* border-top: 3px double #bbb0a1; */
        padding: 1rem 0;
        text-align: center;
    }
    /* Footer -> Footer Bottom last*/
    
    .footer-bottom {
        position: relative;
        padding: 1rem 0;
    }
    /* Node Content
--------------------------------------*/
    /* Page title */
    
    .page-title-wrap {
        position: relative;
        margin: 0;
    }
    
    .page-title-wrap h1.page-title {
        margin: 0;
        /* font-family: "Poppins", sans-serif; */
        font-size: 2em;
        color: #111;
    }
    /* Admin Tabs */
    
    ul.page-tabs {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        margin: 0 0 10px 0;
        padding: 0;
        border-bottom: 1px solid #d1cdc3;
        list-style: none;
    }
    
    .page-tabs li {
        padding: 0;
    }
    
    .page-tabs li a {
        border-right: 2px solid #ffffff;
        padding: 4px 10px;
        background: #e2dfd8;
        color: #111;
        -webkit-transition: all 0.3s ease;
        transition: all 0.3s ease;
        text-shadow: 1px 1px #fff;
    }
    
    ul.page-tabs li.active-page-tab a,
    ul.page-tabs li a:hover {
        background: #e3831c;
        color: #fff;
        text-shadow: none;
    }
    /* common for all nodes */
    
    .node {
        position: relative;
    }
    
    .node-content .field--name-body {
        text-shadow: 1px 1px #fff;
    }
    /* promoted node */
    
    .node-promoted {
        position: relative;
    }
    /* sticky node */
    
    .node-sticky {
        position: relative;
    }
    
    .node-view-mode-teaser.node-sticky {
        position: relative;
        padding: 0 1em 1em 1em;
        background: #fff;
        border: 1px solid #c4c4c4;
        border-radius: 6px;
    }
    /* unpublished node */
    
    .node-unpublished {
        position: relative;
    }
    /* node in teaser view */
    
    .node-view-mode-teaser {
        position: relative;
        margin-bottom: 60px;
        padding-bottom: 60px;
        border-bottom: 3px double #bbb;
    }
    /* full view node */
    
    .node-view-mode-full {
        position: relative;
    }
    
    .node-view-mode-full .node-taxonomy-container {
        margin-bottom: 14px;
    }
    /* node author and submitted details */
    
    .node-header {
        position: relative;
    }
    
    .author-picture {
        float: left;
    }
    
    .author-picture img {
        width: auto;
        height: 30px;
        margin-right: 6px;
    }
    
    .node-submitted-details {
        margin: 0 0 8px 0;
        padding: 4px 0;
        color: #96918b;
        border-bottom: 1px solid #bbb;
    }
    
    .node-submitted-details i {
        color: #e3831c;
    }
    
    .node-submitted-details a {
        color: #96918b;
    }
    
    .node-submitted-details i.fa-calendar,
    .node-submitted-details i.fa-th-large {
        margin-left: 14px;
    }
    /* node taxonomy and links */
    
    .node-taxonomy-container,
    .node-links-container {
        position: relative;
        display: block;
        width: 100%;
        margin: 16px 0 0 0;
        padding: 16px 0 16px 0;
        border-top: 1px solid #bbb;
    }
    
    .node-links-container {
        border-bottom: 1px solid #bbb;
    }
    
    h3.term-title {
        margin: 0;
        font-size: 1.2em;
        line-height: 1;
    }
    
    .term-title i {
        font-size: 1.1em;
        color: #e3831c;
    }
    
    ul.taxonomy-terms {
        margin: 1em 0 0.2em 0;
        padding: 0;
        list-style: none;
        list-style-type: none;
    }
    
    li.taxonomy-term {
        display: inline-block;
    }
    
    li.taxonomy-term a {
        padding: 4px 12px;
        border: 3px solid #fff;
        border-radius: 2px;
        -webkit-transition: all 0.4s ease;
        transition: all 0.4s ease;
    }
    
    li.taxonomy-term a:hover {
        background: #fff;
    }
    
    .node-links-container ul.links {
        position: relative;
        margin: 0;
        padding: 0;
        list-style: none;
        list-style-type: none;
    }
    
    ul.inline,
    ul.links.inline {
        display: inline;
        padding-left: 0;
    }
    
    ul.inline li {
        position: relative;
        display: inline-block;
        padding: 0;
        list-style-type: none;
    }
    
    .node-links-container li {
        margin-right: 20px;
        float: left;
    }
    
    .node-links-container li.node-readmore {
        margin-left: 0;
        float: right;
    }
    
    .node-links-container .comment-comments::before {
        font-family: "FontAwesome";
        content: '\f0e6';
        padding-right: 4px;
    }
    
    .node-links-container .comment-add::before {
        font-family: "FontAwesome";
        content: '\f27b';
        padding-right: 4px;
    }
    
    .node-readmore {
        float: left;
    }
    
    li.node-readmore a {
        padding: 6px 12px;
        background: #e3831c;
        color: #fff;
        -webkit-transition: background 0.4s ease;
        transition: background 0.4s ease;
    }
    
    li.node-readmore a:hover {
        background: #222;
        color: #fff;
    }
    
    li.node-readmore a::after {
        content: "\f178";
        padding-left: 10px;
        font-family: "FontAwesome";
    }
    
    .node-view-mode-teaser li.comment-add,
    .node-view-mode-teaser li.comment-forbidden {
        text-align: right;
    }
    /* pager */
    
    nav.pager {
        position: relative;
    }
    
    .pager ul.pager__items {
        position: relative;
        margin: 0;
        padding: 1em 0;
        list-style: none;
        list-style-type: none;
    }
    
    .pager__items {
        clear: both;
        text-align: center;
    }
    
    .pager__item {
        display: inline-block;
    }
    
    .pager__item a {
        padding: 8px 14px;
        border: 3px solid #fff;
        border-radius: 3px;
    }
    
    .pager__item a:hover,
    .pager__item.is-active a {
        background: #e3831c;
        color: #fff;
    }
    /* Block Regions
--------------------------*/
    
    .block-title {
        position: relative;
    }
    /* Breadcrumb
--------------------------*/
    
    #breadcrumb {
        position: relative;
        width: 100%;
        margin: 0;
        padding: 10px 0;
        background: #e4e4dd;
        z-index: 3;
        -webkit-box-shadow: 0 1px 1px #b9ad8c;
        box-shadow: 0 1px 1px #b9ad8c;
    }
    
    ol.breadcrumb-items {
        margin: 0;
        padding: 0;
        list-style: none;
    }
    
    .breadcrumb-items {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }
    
    ol.breadcrumb-items li {
        display: inline;
        padding: 0;
    }
    
    .breadcrumb-item-seperator {
        margin: 0 10px;
    }
    /* Highlight region */
    
    #highlighted {
        position: relative;
        background: var(--light);
        z-index: 2;
    }
    
    #highlighted .block {
        margin: 0 0 6px 0;
        padding: 6px 0;
    }
    /* content top and content bottom block region */
    
    #content-top,
    #content-bottom {
        width: 100%;
    }
    
    .region-content-top,
    .region-content-bottom {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
    
    .region-content-bottom {
        margin-top: 1rem;
    }
    
    .region-content-top .block,
    .region-content-bottom .block {
        margin: 0 0 1rem 0;
        padding: 1rem;
        /* background-color: var(--light);
        -webkit-box-shadow: var(--shadow);
        box-shadow: var(--shadow); */
    }
    /* Comments
-------------------------------------------- */
    
    #node-comment {
        position: relative;
        margin-top: 30px;
        border-top: 3px double #bbb;
    }
    
    #node-comment i {
        color: #e3831c;
    }
    
    .comment-form-wrap {
        position: relative;
        margin: 10px 0;
        padding: 20px;
        background: var(--light);
        border: 3px solid #ffffff;
        -webkit-box-shadow: var(--shadow);
        box-shadow: var(--shadow);
    }
    
    h2.add-comment-title {
        border-bottom: 2px solid #fff;
    }
    
    .filter-wrapper {
        font-size: 0.9em;
        border: 2px solid #fff;
    }
    
    .filter-wrapper ul {
        margin: 0;
        padding: 0;
        list-style: none;
        list-style-type: none;
    }
    
    .filter-wrapper ul li {
        padding: 6px 0;
        border-bottom: 1px solid #fff;
    }
    
    .filter-wrapper ul li:last-child {
        border: 0;
    }
    /* single comment */
    
    .single-comment {
        position: relative;
        display: table;
        width: 100%;
        margin-bottom: 14px;
        padding: 10px 0;
        border: 2px solid #fff;
        border-radius: 6px;
        -webkit-box-shadow: var(--shadow);
        box-shadow: var(--shadow);
    }
    
    .comment-user-picture {
        position: relative;
        display: table-cell;
        padding: 0 10px;
        vertical-align: top;
    }
    
    .comment-user-picture {
        width: 100px;
        border-right: 2px solid #fff;
    }
    
    .comment-user-picture img {
        width: 100px;
        height: auto;
    }
    
    h3.single-comment-title {
        margin: 0.1em 0;
        font-size: 1.2em;
    }
    
    .single-comment-meta {
        width: 100%;
        margin-bottom: 6px;
        padding-bottom: 6px;
        font-size: 0.9em;
        color: #909090;
        border-bottom: 1px solid #d1d1d1;
    }
    
    .single-comment-meta a,
    .single-comment-meta a:visited {
        color: #909090;
    }
    
    .single-comment-content-body {
        position: relative;
        display: table-cell;
        padding: 0 10px;
        vertical-align: top;
    }
    
    .single-comment-content-body {
        position: relative;
        display: table-cell;
        vertical-align: top;
    }
    
    #node-comment .indented {
        margin-left: 60px;
    }
    
    .single-comment-content .links a {
        padding: 5px 10px;
        border: 2px solid #ffffff;
        border-radius: 6px;
        -webkit-transition: all 0.3s;
        transition: all 0.3s;
    }
    
    .single-comment-content .links a:hover {
        background-color: #ffffff;
    }
    /* Homepage
-------------------------------------------- */
    
    #slider {
        position: relative;
        width: 100%;
        min-height: 100vh;
        margin: 0 auto;
        background-color: var(--body-bg);
        background-image: url("../images/slider/slider1.png");
        background-repeat: no-repeat;
        background-position: center top;
        background-size: cover;
        overflow: hidden;
        z-index: 2;
    }
    
    #slider ul {
        list-style: none;
    }
    
    .home-slider {
        position: relative;
        min-height: 100vh;
        z-index: 5;
    }
    
    .home-slider .owl-nav {
        position: absolute;
        z-index: 21;
        right: 0;
        /* width: 11px !important; */
        text-align: center;
        left: auto !important;
        top: 20%;
        bottom: auto !important;
        color: #fff;
        /* transform: rotate(-90deg);
        -ms-transform: rotate(-90deg);
        -webkit-transform: rotate(-90deg);
        -o-transform: rotate(-90deg);
        -moz-transform: rotate(-90deg); */
        /* display: inline-flex; */
        display: flex;
        flex-flow: column;
    }
    
    .home-slider .owl-nav .owl-prev,
    .home-slider .owl-nav .owl-next {
        display: block;
    }
    
    .home-slider .owl-nav .owl-prev img,
    .home-slider .owl-nav .owl-next img {
        width: 30px;
    }
    
    .home-slider .owl-nav .owl-next {
        order: 1;
    }
    
    .home-slider .owl-nav .owl-prev {
        margin-top: 100px;
        order: 2;
    }
    
    .home-slider . ul.home-slider {
        list-style: none;
        list-style-type: none;
        padding: 0;
    }
    
    .home-slider h1,
    .home-slider h2,
    .home-slider h3 {
        font-size: 3rem;
        color: #000;
    }
    
    .home-slider p {
        display: inline-block;
        padding: 0 10px;
        /* font-size: 1.6rem; */
        /* background: #fff;
    color: #222; */
    }
    
    .home-slider a.button {
        padding: 10px 20px;
        background: #e3831c;
        color: #fff;
        -webkit-transition: background 0.3s ease;
        transition: background 0.3s ease;
    }
    
    .home-slider .owl-item a.button:hover,
    .home-slider a.button:hover {
        background: #222;
    }
    
    .home-slider .owl-dots {
        position: absolute;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        z-index: 15;
        bottom: 15%;
        left: 50%;
        margin-left: -100px;
    }
    
    .home-slider .owl-dots button {
        width: 14px;
        height: 14px;
        border: 2px solid #ffffff;
        border-radius: 50%;
        margin: 0 4px;
        background: #000;
    }
    
    .owl-dots button.active {
        background: var(--primary);
    }
    
    .owl-item {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        height: 100vh;
    }
    
    .owl-item li {
        width: 100%;
    }
    
    .section,
    .homepage-content {
        position: relative;
        z-index: 2;
    }
    
    .homepage-content .block {
        margin-bottom: 50px;
    }
    
    .homepage-content h3.block-title {
        margin-bottom: 40px;
        padding-bottom: 10px;
        font-size: 2rem;
        /* font-weight: 300; */
        font-weight: bold;
        text-align: center;
    }
    
    .homepage-content h3.block-title .border-color-blue {
        color: #53D0E5;
        border-left: 2px solid #53D0E5;
        padding-left: 15px;
    }
    /* .homepage-content h3.block-title::after {
    position: absolute;
    content: "";
    bottom: 0;
    left: 50%;
    width: 50px;
    height: 2px;
    margin-left: -25px;
    background: #e3831c;
} */
    
    .region-content-home {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
    /* Pages
-------------------------------------------- */
    /* maintenance page*/
    
    #maintenance {
        padding-top: 60px;
        text-align: center;
    }
    
    #maintenance i {
        margin: 20px 0;
        font-size: 4em;
        color: #e3831c;
    }
    /* Error page */
    
    .error-page {
        text-align: center;
    }
    
    .error-page h1,
    .error-page h2,
    .error-page h3 {
        font-size: 5em;
    }
    /* Search result page */
    
    .search-advanced summary {
        margin: 10px 0;
        cursor: pointer;
    }
    
    .search-advanced .form-details-wrapper {
        padding: 0.5em 1.4em;
        border: 1px solid #bbb;
    }
    
    .search-advanced .form-wrapper {
        padding: 0.5em 1.4em;
    }
    
    ol.search-results {
        margin: 0;
        padding: 0;
        border-top: 1px solid #bbb;
        list-style: none;
        list-style-type: none;
    }
    
    ol.search-results li {
        margin: 0 0 16px 0;
        padding: 0 0 12px 0;
        border-bottom: 1px solid #ccc;
    }
    /* Status message
-------------------------------------- */
    
    .message {
        position: relative;
        color: #ffffff;
        text-shadow: none;
        margin: 20px 0;
        padding: 14px 14px 14px 64px;
    }
    
    .message em {
        color: #fff;
        font-style: italic;
        border-bottom: 1px dotted #fff;
    }
    
    .message p {
        margin: 0;
    }
    
    .message a,
    .message a:visited {
        color: #ffffff;
        text-decoration: none;
    }
    
    .message-status {
        background: #89ad32;
    }
    
    .message-status::before {
        content: "\f046";
        background-color: #759625;
    }
    
    .message-error {
        background: #c94d1c;
    }
    
    .message-error::before {
        content: "\f071";
        background-color: #b3461b;
    }
    
    .message-warning {
        background: #cd5a0a;
    }
    
    .message-warning::before {
        content: '\f06a';
        background-color: #a44707;
    }
    
    .message::before {
        font-family: "FontAwesome";
        position: absolute;
        left: 0;
        top: 0;
        width: 53px;
        text-align: center;
        height: 100%;
        line-height: 53px;
        font-size: 30px;
    }
    /* Field Label
-------------------------------------- */
    
    [dir] .field:not(:last-child) {
        margin-bottom: 36px;
    }
    
    .field__label {
        font-weight: bold;
    }
    
    [dir=ltr] .field--label-inline .field__label,
    [dir=ltr] .field--label-inline .field__items {
        float: left;
    }
    
    [dir=rtl] .field--label-inline .field__label,
    [dir=rtl] .field--label-inline .field__items {
        float: right;
    }
    
    [dir=ltr] .field--label-inline .field__label,
    [dir=ltr] .field--label-inline>.field__item,
    [dir=ltr] .field--label-inline .field__items {
        padding-right: 0.5em;
    }
    
    [dir=rtl] .field--label-inline .field__label,
    [dir=rtl] .field--label-inline>.field__item,
    [dir=rtl] .field--label-inline .field__items {
        padding-left: 0.5em;
    }
    
    .field--label-inline .field__label::after {
        content: ":";
    }
    /* Text align
-------------------------------------------- */
    
    .text_left,
    .text-left {
        text-align: left;
    }
    
    .text_right,
    .text-right {
        text-align: right;
    }
    
    .text_center,
    .text-center {
        text-align: center;
    }
    
    .text-justify {
        text-align: justify;
    }
    
    .center {
        margin: 0 auto;
    }
    /* Text Size
-------------------------------------------- */
    
    .size-2x {
        font-size: 2em;
    }
    
    .size-3x {
        font-size: 3em;
    }
    
    .size-4x {
        font-size: 4em;
    }
    
    .size-5x {
        font-size: 5em;
    }
    
    .size-6x {
        font-size: 6em;
    }
    /* column
-------------------------------------------- */
    
    .full {
        position: relative;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        width: 100%;
        gap: 1.4rem;
        margin: 1rem 0;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
    
    .one_half,
    .one_three,
    .one_four,
    .one_four_first,
    .one_four_last {
        -webkit-box-flex: 1;
        -ms-flex: 1;
        flex: 1;
    }
    
    .full>div {
        -webkit-box-flex: 1;
        -ms-flex: 1 0 250px;
        flex: 1 0 250px;
    }
    /* Box
-------------------------------------------- */
    
    .box {
        background-color: var(--light);
        -webkit-box-shadow: var(--shadow);
        box-shadow: var(--shadow);
    }
    /* Animation
-------------------------------------------- */
    /*slide up */
    
    @-webkit-keyframes slideUp {
        0% {
            -webkit-transform: translateY(20px);
            transform: translateY(20px);
            opacity: 0;
        }
        100% {
            -webkit-transform: translateY(0px);
            transform: translateY(0px);
            opacity: 1;
        }
    }
    
    @keyframes slideUp {
        0% {
            -webkit-transform: translateY(20px);
            transform: translateY(20px);
            opacity: 0;
        }
        100% {
            -webkit-transform: translateY(0px);
            transform: translateY(0px);
            opacity: 1;
        }
    }
    /*slide Down */
    
    @-webkit-keyframes slideDown {
        0% {
            -webkit-transform: translateY(-100px);
            transform: translateY(-100px);
            opacity: 0;
        }
        100% {
            -webkit-transform: translateY(0px);
            transform: translateY(0px);
            opacity: 1;
        }
    }
    
    @keyframes slideDown {
        0% {
            -webkit-transform: translateY(-100px);
            transform: translateY(-100px);
            opacity: 0;
        }
        100% {
            -webkit-transform: translateY(0px);
            transform: translateY(0px);
            opacity: 1;
        }
    }
    /* Custom components
-------------------------------------------- */
    /* welcome message */
    
    .welcome-message {
        text-align: center;
    }
    /* services */
    
    .services,
    .projects {
        position: relative;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        width: 100%;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
    
    .service {
        -webkit-box-flex: 1;
        -ms-flex: 1 0 300px;
        flex: 1 0 300px;
        padding: 2rem;
        background: #ffffff;
        text-align: center;
        -webkit-box-shadow: var(--shadow);
        box-shadow: var(--shadow);
    }
    
    .service i {
        width: 100px;
        height: 100px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        font-size: 3em;
        background: var(--light);
        color: var(--primary);
        border: 2px solid var(--primary);
        border-radius: 50%;
        margin: 0 auto;
        -webkit-transition: all 0.4s linear;
        transition: all 0.4s linear;
    }
    
    .service:hover i {
        background: #e3831c;
        color: #ffffff;
    }
    
    .service h3 {
        margin: 0.8em 0;
        font-weight: 300;
    }
    
    .service a.button,
    .service a.button:visited {
        padding: 10px 16px;
        background: #e3831c;
        color: #fff;
        border-radius: 18px;
        -webkit-transition: background 0.5s linear;
        transition: background 0.5s linear;
    }
    
    .service a.button:hover {
        background: #222;
    }
    
    .service a.button::after {
        content: "\f105";
        padding-left: 10px;
        font-family: "FontAwesome";
    }
    /* Projects */
    
    .project {
        position: relative;
        display: block;
        float: left;
        width: 33.3%;
        height: auto;
        margin: 0 0 20px 0;
        padding: 0 10px;
    }
    
    .project img {
        position: relative;
    }
    
    .project-content {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        padding: 40% 10%;
        background: rgba(0, 0, 0, 0.8);
        color: #fff;
        cursor: pointer;
        text-align: center;
        opacity: 0;
    }
    
    .project:hover .project-content {
        -webkit-animation: slideUp 0.8s ease;
        animation: slideUp 0.8s ease;
        opacity: 1;
    }
    
    .project-content h1,
    .project-content h2,
    .project-content h3,
    .project-content h4,
    .project-content h5 {
        font-weight: 300;
        color: #fff;
    }
    
    .project-content a,
    .project-content a:visited,
    .project-content a:hover {
        color: #fff;
    }
    /* Scroll To Top
------------------------- */
    
    .scrolltop {
        position: fixed;
        display: none;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        right: 10px;
        bottom: 10px;
        width: 44px;
        height: 44px;
        background: #222;
        color: #fff;
        border-radius: 50%;
        z-index: 20;
        cursor: pointer;
        -webkit-transition: background 0.3s ease;
        transition: background 0.3s ease;
        text-align: center;
    }
    
    .scrolltop i {
        font-size: 1.6em;
    }
    
    .scrolltop:hover {
        background: #53D0E5;
    }
    /* Responsive view
------------------------- */
    
    .view-in-mobile {
        display: block;
    }
    
    .view-in-desktop {
        display: none;
    }
    /* Inline content
------------------------- */
    
    .inline {
        display: inline-block;
    }
    
    .inline:not(:last-child) {
        padding-right: 1rem;
    }
    /* Content direction
------------------------- */
    
    .rtl {
        direction: rtl;
    }
    
    .ltr {
        direction: ltr;
    }
    /* Font Size
------------------------- */
    
    .font-small {
        font-size: 0.75rem;
    }
    
    .font-medium {
        font-size: 1.25rem;
    }
    
    .font-large {
        font-size: 1.5rem;
    }
    
    .font-2x {
        font-size: 2rem;
    }
    
    .font-3x {
        font-size: 2.5rem;
    }
    
    .font-4x {
        font-size: 3rem;
    }
    
    .font-5x {
        font-size: 4rem;
    }
    
    .font-6x {
        font-size: 5rem;
    }
    
    .font-7x {
        font-size: 6rem;
    }
    
    .font-8x {
        font-size: 7rem;
    }
    /* image icons size
------------------------- */
    
    .icon-s {
        max-height: 1rem;
    }
    
    .icon-m {
        max-height: 1.5rem;
    }
    
    .icon-l {
        max-height: 2rem;
    }
    
    .icon-xl {
        max-height: 3rem;
    }
    
    .icon-x2 {
        max-height: 4rem;
    }
    
    .icon-x3 {
        max-height: 5rem;
    }
    
    .icon-x4 {
        max-height: 6rem;
    }
    
    .icon-x5 {
        max-height: 7rem;
    }
    
    .icon-x6 {
        max-height: 8rem;
    }
    
    .icon-x7 {
        max-height: 9rem;
    }
    
    .icon-x8 {
        max-height: 10rem;
    }
    /* Content width
------------------------- */
    
    .width30,
    .width40,
    .width50,
    .width60,
    .width70,
    .width80,
    .width90 {
        width: 100%;
        clear: both;
        display: block;
    }
    /* Empty width and height
------------------------- */
    
    .w20px {
        display: inline-block;
        width: 20px;
    }
    
    .w30px {
        display: inline-block;
        width: 30px;
    }
    
    .w40px {
        display: inline-block;
        width: 40px;
    }
    
    .w50px {
        display: inline-block;
        width: 50px;
    }
    
    .w70px {
        display: inline-block;
        width: 70px;
    }
    
    .w100px {
        display: inline-block;
        width: 100px;
    }
    
    .empty,
    .spacer,
    .spacer-x2,
    .spacer-x3 {
        width: 100%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
    
    .empty,
    .spacer {
        padding: 1rem 0;
    }
    
    .spacer-x2 {
        padding: 2rem 0;
    }
    
    .spacer-x3 {
        padding: 3rem 0;
    }
    /* Responsive Columns
------------------------- */
    
    .unit {
        position: relative;
        display: block;
        width: 100%;
        padding: 3rem 0;
    }
    
    .items {
        display: -ms-grid;
        display: grid;
        -ms-grid-columns: (minmax(265px, 1fr))[auto-fit];
        grid-template-columns: repeat(auto-fit, minmax(265px, 1fr));
        grid-gap: 1rem;
        gap: 1rem;
    }
    
    .item img {
        display: block;
    }
    
    .columns {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
    /* Create Equal width columns with no gap */
    
    .column {
        -webkit-box-flex: 1;
        -ms-flex: 1 1 230px;
        flex: 1 1 230px;
        margin: 0;
        padding: 0;
    }
    /* Column Alignment
------------------------- */
    
    .space-between {
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }
    
    .v-center {
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }
    
    .h-center {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
    
    .vh-center {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }
    /* Box
------------------------- */
    
    .box {
        position: relative;
        display: block;
        padding: 1rem;
    }
    
    .box p:last-child {
        margin: 0;
    }
    /* Clearing
-------------------------------------------- */
    
    .clear {
        clear: both;
        width: 100%;
    }
    
    #highlighted::before,
    #last-section::before {
        content: "";
        display: table;
        clear: both;
    }
    
    #highlighted::after,
    #last-section::after {
        content: "";
        display: table;
        clear: both;
    }
    
    #main-wrapper::before,
    #homepage-content-wrapper::before,
    #main-wrapper::after,
    #homepage-content-wrapper::after {
        content: "";
        display: table;
        clear: both;
    }
    
    .page-title-wrap::before,
    .page-title-wrap::after,
    .node-content::before,
    .node-content::after {
        content: "";
        display: table;
        clear: both;
    }
    
    .node-header::before,
    .node-header::after,
    .node-taxonomy-container::before,
    .node-taxonomy-container::after,
    .node-links-container::before,
    .node-links-container::after,
    nav.pager::before,
    nav.pager::after {
        content: "";
        display: table;
        clear: both;
    }
    
    #node-comment::before,
    #node-comment::after {
        content: "";
        display: table;
        clear: both;
    }
    
    @media only screen and (min-device-width: 320px) and (max-device-width: 480px) and (orientation: landscape) {
        body {
            -webkit-text-size-adjust: none;
            /* none for no scaling */
        }
    }
    
    @media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) {
        body {
            -webkit-text-size-adjust: none;
            /* none for no scaling */
        }
    }
    
    @media (max-width: 414px) {
        /* layout -> Container */
        .container {
            width: 100%;
            max-width: 414px !important;
            padding: 0 6px;
        }
    }
    
    @media (max-width: 500px) {
        /* Layout -> Header */
        .header-container {
            padding: 6px 0;
        }
        .search-box-content input[type="search"] {
            padding: 15px;
        }
        .search-box-content input[type="submit"] {
            padding: 10px 20px;
        }
        .align-left,
        img.align-left,
        figure.align-left,
        .align-right,
        img.align-right,
        figure.align-right,
        .align-center,
        img.align-center,
        figure.align-center {
            clear: both;
            margin: 0 auto;
            float: none;
        }
        /* Layout -> Sidebar */
        .home-slider h1,
        .home-slider h2,
        .home-slider h3 {
            font-size: 1.6rem;
        }
        /* Homepage -> Slider */
        /* .home-slider p {
            display: block;
            margin-bottom: 6px;
            font-size: 1.1rem;
        } */
        /* Layout -> Sidebar */
        .sidebar,
        #sidebar-left,
        #sidebar-right,
        .two-sidebar #sidebar-left {
            float: none;
            width: 100%;
            margin: 0;
            padding: 0;
        }
        /* Footer */
        .footer-blocks {
            -webkit-box-orient: vertical;
            -webkit-box-direction: normal;
            -ms-flex-direction: column;
            flex-direction: column;
        }
        .footer-block {
            -webkit-box-flex: 1;
            -ms-flex: 1 1 100%;
            flex: 1 1 100%;
            width: 100%;
            max-width: 100%;
            padding: 0;
            margin-bottom: 1.6em;
        }
    }
    
    @media only screen and (min-width: 501px) and (max-width: 767px) {
        /* Layout -> Column */
        .one_four,
        .one_four_first,
        .one_four_last {
            width: 50%;
            padding: 2%;
        }
        /* Homepage -> Slider */
        .home-slider h1,
        .home-slider h2,
        .home-slider h3 {
            font-size: 2rem;
        }
        /* .home-slider p {
            display: block;
            margin-bottom: 10px;
            font-size: 1.2rem;
        } */
        /* Sidebar */
        .sidebar,
        #sidebar-left,
        #sidebar-right,
        .two-sidebar #sidebar-left {
            float: left;
            width: 50%;
            height: 100%;
            margin: 0;
        }
        #sidebar-left {
            float: left;
            padding: 0 1% 0 0;
        }
        #sidebar-right {
            float: right;
            padding: 0 0 0 1%;
        }
        /* Footer */
        .footer-block {
            -webkit-box-flex: 1;
            -ms-flex: 1 1 50%;
            flex: 1 1 50%;
            width: 50%;
            max-width: 50%;
            margin-bottom: 1.6em;
        }
        .footer-block:nth-child(even) {
            padding: 0;
        }
        .footer-block {
            padding-right: 1.6em;
        }
    }
    
    @media screen and (max-width: 767px) {
        /* Admin tabs */
        .page-tabs li {
            font-size: 0.9rem;
        }
        .page-tabs li a {
            padding: 2px 4px;
            border-right: 1px solid #ffffff;
        }
        /* Layout -> Header -> Header top*/
        .header-top-container {
            -webkit-box-orient: vertical;
            -webkit-box-direction: normal;
            -ms-flex-direction: column;
            flex-direction: column;
        }
        .header-top-left {
            margin-bottom: 6px;
        }
        .header-top-left i,
        ul.social-icons li {
            font-size: 0.8rem;
        }
        .header-top-left i,
        ul.social-icons li a {
            width: 30px;
            height: 30px;
        }
        .search-icon {
            padding: 10px 0 10px 10px;
        }
        .search-box-content {
            width: 90%;
        }
        .main-menu {
            display: none;
        }
        .active-menu .main-menu {
            display: block;
        }
        .mobile-menu {
            display: block;
            float: right;
        }
        .menu-wrap {
            position: fixed;
            top: 0;
            bottom: 0;
            left: 0;
            width: 90%;
            max-width: 320px;
            height: 100%;
            z-index: 100;
            -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
            -webkit-transition: all 0.4s ease;
            transition: all 0.4s ease;
            padding-top: 30px;
        }
        .active-menu .menu-wrap {
            background: rgba(0, 0, 0, 0.9);
            -webkit-transform: translateX(0);
            transform: translateX(0);
        }
        .active-menu .menu-wrap ul.main-menu {
            overflow-y: scroll;
        }
        .active-menu .menu-wrap ul.main-menu>li {
            display: block;
            float: none;
        }
        .active-menu .menu-wrap ul.main-menu a {
            padding-top: 10px;
            padding-bottom: 10px;
            color: #fff;
        }
        .active-menu .menu-wrap .dropdown-arrow {
            position: absolute;
            right: 10px;
        }
        .active-menu ul.main-menu ul.submenu {
            position: relative;
            display: block;
            top: 0;
            opacity: 1;
        }
        .active-menu ul.main-menu ul.submenu::before,
        .active-menu ul.main-menu ul.submenu::after {
            content: "";
            display: table;
            clear: both;
        }
        .active-menu ul.main-menu ul.submenu li {
            position: relative;
            width: 100%;
            padding: 0 10px;
            background: none;
            text-align: right;
        }
        .active-menu ul.main-menu ul.submenu li a {
            display: block;
            width: 100%;
        }
        .active-menu ul.main-menu li a {
            border-bottom: 1px solid #434343;
        }
        .active-menu .close-mobile-menu {
            position: absolute;
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-pack: center;
            -ms-flex-pack: center;
            justify-content: center;
            -webkit-box-align: center;
            -ms-flex-align: center;
            align-items: center;
            top: 10px;
            right: 5px;
        }
        /* .owl-item {
            text-align: center;
        } */
        /* Breadcrumb */
        #breadcrumb {
            padding: 6px 0;
        }
        .breadcrumb {
            font-size: 0.8rem;
        }
        .breadcrumb-item-seperator {
            margin: 0 6px;
        }
        /* Layout -> Page layout */
        .no-sidebar .main-container,
        .sidebar-left .main-container,
        .sidebar-right .main-container,
        .two-sidebar .main-container {
            -ms-grid-columns: 100%;
            grid-template-columns: 100%;
        }
        #main {
            -webkit-box-ordinal-group: 2;
            -ms-flex-order: 1;
            order: 1;
        }
        #sidebar-left {
            -webkit-box-ordinal-group: 3;
            -ms-flex-order: 2;
            order: 2;
        }
        #sidebar-right {
            -webkit-box-ordinal-group: 4;
            -ms-flex-order: 3;
            order: 3;
        }
        /* Node Content */
        .page-title-wrap {
            padding: 16px 0;
        }
        .page-title-wrap h1.page-title {
            font-size: 1.6rem;
        }
        #node-comment .indented {
            margin-left: 20px;
        }
        /* Layout -> Footer */
        #footer {
            position: relative;
            z-index: 2;
        }
        .footer-bottom-middle {
            -webkit-box-orient: vertical;
            -webkit-box-direction: normal;
            -ms-flex-direction: column;
            flex-direction: column;
        }
        .copyright {
            margin-bottom: 12px;
        }
        /* Content -> Form */
        /* Homepage */
        .service,
        .project {
            float: none;
            width: 100%;
            max-width: 385px;
            margin: 0 auto 20px auto;
            padding: 4% 2%;
        }
    }
    /* ipad pro, Small Devices, Tablets
------------------------------------------------- */
    
    @media only screen and (min-width: 768px) and (max-width: 991px) {
        .container {
            width: 100%;
            max-width: 991px;
        }
    }
    
    @media (min-width: 768px) {
        .view-in-mobile {
            display: none;
        }
        .view-in-desktop {
            display: block;
        }
        /* shortcodes -> content width */
        .width30 {
            width: 30%;
        }
        .width40 {
            width: 40%;
        }
        .width50 {
            width: 50%;
        }
        .width60 {
            width: 60%;
        }
        .width70 {
            width: 70%;
        }
        .width80 {
            width: 80%;
        }
        .width90 {
            width: 90%;
        }
        /* shortcodes -> responsive column */
        .w10 {
            -ms-flex-preferred-size: calc(10% - 10px);
            flex-basis: calc(10% - 10px);
        }
        .w20 {
            -ms-flex-preferred-size: calc(20% - 10px);
            flex-basis: calc(20% - 10px);
        }
        .w30 {
            -ms-flex-preferred-size: calc(30% - 10px);
            flex-basis: calc(30% - 10px);
        }
        .w40 {
            -ms-flex-preferred-size: calc(40% - 10px);
            flex-basis: calc(40% - 10px);
        }
        .w50 {
            -ms-flex-preferred-size: calc(50% - 10px);
            flex-basis: calc(50% - 10px);
        }
        .w60 {
            -ms-flex-preferred-size: calc(60% - 10px);
            flex-basis: calc(60% - 10px);
        }
        .w70 {
            -ms-flex-preferred-size: calc(70% - 10px);
            flex-basis: calc(70% - 10px);
        }
        .w80 {
            -ms-flex-preferred-size: calc(80% - 10px);
            flex-basis: calc(80% - 10px);
        }
        .w90 {
            -ms-flex-preferred-size: calc(90% - 10px);
            flex-basis: calc(90% - 10px);
        }
    }
    /* Medium Devices, Laptop, Desktop
------------------------------------------------- */
    
    @media only screen and (min-width: 992px) and (max-width: 1170px) {
        .container {
            width: 100%;
            max-width: 1170px;
        }
    }
    /* Screen widger than container
------------------------------------------------- */
    
    @media screen and (min-width: 1170px) {
        .container {
            width: 100%;
            max-width: 1170px;
        }
    }
    /*# sourceMappingURL=style.css.map */
    /**Textos del slider del frontpage*/
    
    .text-number-slider {
        font-size: 10rem;
        /* border-right: 2px solid #53D0E5; */
        color: #909090;
    }
    
    .text-principal-slider {
        font-size: 5rem;
        line-height: 1;
        font-weight: bold;
        border-left: 2px solid #53D0E5;
        margin-left: -35px;
    }
    
    .text-principal-slider-white {
        color: white;
    }
    
    .text-principal-slider-blue {
        color: #53D0E5;
    }
    
    .custom-styles-slider-caption {
        display: flex;
        align-items: center;
    }
    
    .text-white {
        color: white;
    }
    
    .text-home-slider-descripcion {
        width: 50%;
    }
    
    .layer-1-3 a.ready-btn {
        border: 2px solid #53D0E5;
        border-radius: 30px;
        color: #fff;
        cursor: pointer;
        display: inline-block;
        font-size: 17px;
        font-weight: 600;
        margin-top: 30px;
        padding: 10px 20px;
        text-align: center;
        /* text-transform: uppercase; */
        transition: all 0.4s ease 0s;
        z-index: 222;
    }
    
    .ready-btn.right-btn {
        margin-right: 5px;
        background: #53D0E5;
        border: 2px solid #53D0E5 !important;
        color: #000 !important;
    }
    
    .ready-btn:hover {
        color: #000 !important;
        background: #53D0E5;
        border: 2px solid #53D0E5;
        text-decoration: none;
    }
    
    .ready-btn.right-btn:hover {
        background: transparent !important;
        border: 2px solid #53D0E5 !important;
        color: #fff !important;
    }
    
    @media only screen and (min-width: 1200px) and (max-width: 1399px) {
        .text-principal-slider {
            margin-left: 0px;
        }
        .text-home-slider-descripcion {
            width: 60%;
        }
    }
    
    @media only screen and (min-width: 992px) and (max-width: 1199px) {
        .text-principal-slider {
            margin-left: 35px;
        }
        .text-home-slider-descripcion {
            width: 70%;
        }
    }
    
    @media only screen and (min-width: 768px) and (max-width: 991px) {
        .text-principal-slider {
            font-size: 3rem;
            margin-left: 35px;
        }
        .text-home-slider-descripcion {
            width: 95%;
        }
        .text-number-slider {
            font-size: 8rem;
        }
    }
    
    @media only screen and (min-width: 522px) and (max-width: 767px) {
        .text-home-slider-descripcion {
            width: 100%;
        }
        .text-number-slider {
            font-size: 8rem;
        }
        .text-principal-slider {
            font-size: 3rem;
            margin-left: 65px;
        }
    }
    
    @media (max-width: 521px) {
        .text-home-slider-descripcion {
            width: 100%;
        }
        .text-number-slider {
            font-size: 6rem;
        }
        .text-principal-slider {
            font-size: 2rem;
            margin-left: 35px;
        }
    }
    
    @media (max-width: 500px) {
        .text-principal-slider {
            margin-left: 37px;
        }
    }
    
    @media (max-width: 470px) {
        .text-principal-slider {
            margin-left: 42px;
        }
    }
    
    @media (max-width: 450px) {
        .text-principal-slider {
            margin-left: 47px;
        }
    }
    
    @media (max-width: 420px) {
        .text-principal-slider {
            margin-left: 52px;
        }
    }
    
    @media (max-width: 390px) {
        .text-principal-slider {
            margin-left: 42px;
            font-size: 1.5rem;
        }
        .text-number-slider {
            font-size: 5rem;
        }
    }
    /**Our Service Frontpage*/
    
    #our-services {
        margin-top: 100px;
        color: #fff;
    }
    
    #our-services a {
        color: #fff;
    }
    
    #our-services a:hover {
        color: #53D0E5;
    }
    
    #our-services .our-services-item {
        margin-bottom: 30px;
    }
    
    #our-services .our-services-item .our-services-icon,
    #our-services .our-services-item .our-services-summary {
        display: table-cell;
        /* vertical-align: top; */
    }
    
    #our-services .our-services-item .our-services-summary .our-services-summary-more {
        margin-top: 60px;
        color: #53D0E5;
        font-weight: bold;
        font-size: 20px;
    }
    
    #our-services .our-services-item .our-services-icon {
        width: 100px;
        text-align: center;
    }
    
    @media screen and (max-width: 768px) {
        #our-services .our-services-item .our-services-icon {
            width: 70px;
        }
    }
    
    #our-services .our-services-item .our-services-summary h3 {
        margin-bottom: 15px;
        font-size: 20px;
        font-weight: bold;
        color: #fff;
    }
    
    #block-views-block-our-services-block-1-full-background {
        background-color: #233142;
    }
    
    #block-views-block-our-services-block-1-full-background::before {
        position: absolute;
        transform: rotate(-1.7deg);
        -ms-transform: rotate(-1.7deg);
        -webkit-transform: rotate(-1.7deg);
        -o-transform: rotate(-1.7deg);
        -moz-transform: rotate(-1.7deg);
        background-color: #fff;
        content: "";
        z-index: 3;
        display: inline-block;
        height: 70px;
        padding: 0;
        width: 101%;
        top: -45px;
    }
    
    #block-howwework-full-background::before {
        position: absolute;
        transform: rotate(-1.7deg);
        -ms-transform: rotate(-1.7deg);
        -webkit-transform: rotate(-1.7deg);
        -o-transform: rotate(-1.7deg);
        -moz-transform: rotate(-1.7deg);
        background-color: #fff;
        content: "";
        z-index: 3;
        display: inline-block;
        height: 70px;
        padding: 0;
        width: 101%;
        top: -75px;
    }
    /**End Our Service Frontpage*/
    /**FullWidth Block**/
    
    .fullwidth-block {
        width: 100vw !important;
        position: relative !important;
        margin-left: calc(-50vw + 50%) !important;
    }
    /**How we Work Frontpage*/
    
    #howwework {
        margin-bottom: 100px;
    }
    
    #howwework .img-circle-planning {
        width: 150px;
    }
    
    #howwework .img-circle-design {
        width: 175px;
    }
    
    #howwework .img-circle-development {
        width: 200px;
    }
    
    #howwework .img-arrow {
        margin-top: 45px;
    }
    
    #howwework h3 {
        font-weight: bold;
    }
    
    #howwework .title-circle-planning {
        margin-top: 60px;
    }
    
    #howwework .title-circle-design {
        margin-top: 35px;
    }
    
    #howwework .title-circle-development {
        margin-top: 10px;
    }
    
    @media (max-width: 991px) {
        #howwework .img-arrow {
            transform: rotate(90deg);
            -ms-transform: rotate(90deg);
            -webkit-transform: rotate(90deg);
            -o-transform: rotate(90deg);
            -moz-transform: rotate(90deg);
            margin-bottom: 120px;
            margin-top: 100px;
        }
        #howwework .title-circle-planning {
            margin-top: 5px;
        }
        #howwework .title-circle-design {
            margin-top: 7px;
        }
    }
    /**End How we Work Frontpage*/
    /**5 columns*/
    
    .col-xs-15,
    .col-sm-15,
    .col-md-15,
    .col-lg-15 {
        position: relative;
        min-height: 1px;
    }
    
    .col-xs-15 {
        width: 20% !important;
        float: left;
    }
    
    @media (min-width: 768px) {
        .col-sm-15 {
            width: 20% !important;
            float: left;
        }
    }
    
    @media (min-width: 992px) {
        .col-md-15 {
            width: 20% !important;
            float: left;
        }
    }
    
    @media (min-width: 1200px) {
        .col-lg-15 {
            width: 20% !important;
            float: left;
        }
    }
    /**End 5 columns*/
    /*info bullet white*/
    
    .info_slide1 {
        background: url("../images/slider/infobullet_01.png") no-repeat top left;
        height: 370px;
        padding: 20px 21px 20px 24px;
        position: absolute;
        right: 4px;
        top: 55px;
        width: 340px;
        z-index: 3;
    }
    /*info bullet black*/
    
    .info_slide2 {
        background: url("../images/slider/infobullet_02.png") no-repeat top left;
        height: 370px;
        padding: 20px 21px 20px 24px;
        position: absolute;
        right: 20px;
        top: 26px;
        width: 340px;
        z-index: 3;
    }
    
    .btn_more {
        display: block;
        float: right;
        height: 31px;
    }
    
    .info_content1,
    .info_content2 {
        display: block;
        font-size: 14px;
        /* letter-spacing: -1px;*/
        padding: 0;
        width: 293px;
        line-height: 17px;
    }
    
    .first {
        display: block;
        height: 150px;
    }
    
    .first .title {
        display: block;
        text-transform: normal;
        font-weight: bold;
        font-size: 16px;
        margin-top: 8px;
    }
    
    .second .title {
        text-transform: normal;
        font-weight: bold;
        margin-top: 8px;
        font-size: 16px;
    }
    
    .margin_top17 {
        margin-top: 8px !important;
    }
    
    .no_mtop {
        margin-top: 0 !important;
    }
    
    .first .project_name {
        display: block;
    }
    /*bullet white*/
    
    .info_content1 .first span,
    .info_content1 .first a {
        display: block;
        /*margin-bottom: 2px;*/
        color: #000000;
    }
    
    .info_content1 .first {
        padding-bottom: 18px;
        border-bottom: 2px solid #696a6c;
    }
    
    .info_content1 .line {
        border-bottom: 2px solid #696a6c;
    }
    
    .line {
        display: block;
        width: 100%;
        border-bottom: 2px solid #FFFFFF;
        margin-top: 10px
    }
    /*bullet black*/
    
    .info_content2 .first span,
    .info_content2 .first a {
        display: block;
        /* margin-bottom: 2px;*/
        color: #ffffff;
    }
    
    .info_content2 .first {
        padding-bottom: 18px;
        border-bottom: 2px solid #FFFFFF;
    }
    
    .second {
        display: block;
    }
    
    .second a span {}
    
    .info_content2 a:not([href]),
    .info_content1 a:not([href]) {
        text-decoration: none;
    }
    
    .info_content2 a:link span,
    .info_content1 a:link span {
        text-decoration: underline;
    }
    /*bullet white*/
    
    .info_content1 .second span,
    .info_content1 .second a {
        display: block;
        /* margin-bottom:2px;*/
        color: #3ab8dd;
    }
    /*bullet black*/
    
    .info_content2 .second span,
    .info_content2 .second a {
        display: block;
        /*margin-bottom: 2px;*/
        color: #3ab8dd;
    }
    
    .info_img {
        position: relative;
    }
    
    .info_img a img {
        width: 931px;
        height: 413px;
        /*background:#ffffff;*/
    }
    /*---------------------------------------
      TEAM
  -----------------------------------------*/
    
    #block-views-block-team-block-1-full-background {
        margin-top: 100px;
    }
    
    #team a {
        color: #212529;
    }
    
    #team a:hover {
        color: #53D0E5;
    }
    
    .text-principal-bock-teams {
        border-left: 2px solid #53D0E5;
        text-align: left;
        padding-left: 10px;
    }
    
    .team-thumb {
        background: #ffffff;
        position: relative;
        overflow: hidden;
        text-align: center;
        margin-top: 30px;
        margin-bottom: 30px;
    }
    
    .team-info {
        padding: 20px 30px;
        border: 1px solid #f0f0f0;
    }
    
    .team-info span {
        text-transform: uppercase;
    }
    
    .team-image img {
        width: 100%;
    }
    
    .team-thumb .social-icons {
        border-left: 1px solid #f0f0f0;
        padding: 4px 20px 0 20px;
        border-right: 1px solid #f0f0f0;
        border-bottom: 1px solid #f0f0f0;
    }
    
    .team-thumb .social-icons li a {
        background: #ffffff;
        color: #252020;
    }
    
    .team-info h3 {
        margin: 0;
    }
    
    @media only screen and (max-width: 992px) {
        .team-thumb {
            margin-bottom: 50px;
        }
    }
    
    @media only screen and (max-width: 576px) {
        .our-best-workers-title {
            width: 160px !important;
            height: 185px;
            margin: 0 auto;
        }
    }
    
    .title-center-vertically {
        display: flex;
        align-items: center;
    }
    
    .button-primary {
        padding: 10px 20px;
        color: #000;
        border: 3px solid #53D0E5;
        cursor: pointer;
        display: inline-block;
        font-size: 17px;
        font-weight: 600;
        margin-top: 30px;
        padding: 10px 20px;
        text-align: center;
        /* text-transform: uppercase; */
        transition: all 0.4s ease 0s;
        z-index: 222;
    }
    
    .button-primary:hover {
        color: #fff !important;
        background: #53D0E5;
        border: 3px solid #000;
        text-decoration: none;
    }
    /*---------------------------------------
      Who we are
  -----------------------------------------*/
    
    #block-whoweare-full-background {
        background: url("../images/who-we-are/background.png");
        background-size: cover;
        background-position: center center;
    }
    
    #whoweare {
        margin-top: 100px;
    }
    
    #whoweare .number {
        color: #53D0E5;
        font-size: 4rem;
        line-height: 1;
    }
    
    #whoweare .title {
        margin-bottom: 20px;
        font-size: 15px;
        font-weight: bold;
        margin-top: 20px;
    }
    
    #whoweare .description {
        font-size: 14px;
        width: 40%;
    }
    
    @media only screen and (max-width: 767px) {
        #whoweare .description {
            width: 85%;
        }
    }
    /*---------------------------------------
      Carousel Our Clients
  -----------------------------------------*/
    
    #block-ourclients-full-background {
        margin-top: 100px;
    }
    
    .client-carousel .item {
        padding: 1rem;
    }
    
    .client-carousel .owl-item {
        height: 300px !important;
    }
    /*---------------------------------------
      New era innovation
  -----------------------------------------*/
    
    #block-newerainnovation-full-background {
        background-color: #233142;
    }
    
    .img-new-era-innovation {
        margin-top: -160px;
    }
    
    @media screen and (max-width:1200px) {
        .img-new-era-innovation {
            margin-top: -125px;
        }
        .title-center-vertically p {
            width: 85% !important;
        }
    }
    
    @media screen and (max-width:992px) {
        .img-new-era-innovation {
            margin-top: -107px;
        }
        /* .title-center-vertically p {
            width: 85% !important;
        } */
    }
    
    @media screen and (max-width:862px) {
        .img-new-era-innovation {
            margin-top: -90px;
        }
        .new-era-innovation-title {
            font-size: 2.5rem !important;
        }
    }
    
    @media screen and (max-width:768px) {
        .img-new-era-innovation {
            margin-top: -160px;
        }
        .new-era-innovation-title {
            font-size: 3rem !important;
        }
        .title-center-vertically {
            padding: 30px !important;
            width: 100% !important;
        }
    }
    
    @media screen and (max-width:501px) {
        .img-new-era-innovation {
            margin-top: -110px;
        }
    }
    
    @media screen and (max-width:428px) {
        .img-new-era-innovation {
            margin-top: -91px;
        }
    }
    /*---------------------------------------
      Contact us Footer
  -----------------------------------------*/
    
    #footer .contact-body-title {
        display: flex;
    }
    
    #footer .contact-body-title h5 {
        font-size: 1rem;
        text-transform: none;
        font-weight: bold;
    }
    
    #footer .contact-body-title>i.fa {
        color: #53D0E5;
        padding-right: 5px;
    }
    
    #footer .contact-body {
        line-height: 0.5;
        margin-left: 15px;
    }
    
    .footer-bottom-middle-right {
        margin-top: 29px;
    }
    
    .text-underline {
        text-decoration: underline !important;
    }
    /*---------------------------------------
      Banner
  -----------------------------------------*/
    
    .banner-teams {
        background-repeat: no-repeat !important;
        background-size: cover !important;
        background-position: center center !important;
        width: 100%;
        height: 300px;
        position: relative;
        background-attachment: scroll, scroll;
        background-image: url("/themes/natasquad/images/banner/banner.png");
        background-origin: padding-box, padding-box;
        background-clip: border-box, border-box;
    }
    
    .view-type-banner {
        padding: 100px;
        text-align: center;
        color: rgb(255, 255, 255);
    }
    
    .view-type-banner .views-field-title {
        /* text-transform: uppercase !important; */
        margin-bottom: 30px;
        font-weight: 400;
        font-size: 4rem !important;
        letter-spacing: 3px;
        opacity: 1;
        line-height: 1.3;
        color: #53D0E5;
        font-weight: bold;
    }
    /*---------------------------------------
      NODOS
-----------------------------------------*/
    
    #section-node {
        text-align: left;
        margin-top: 100px;
    }
    
    #section-node h3 span {
        text-transform: none;
    }
    
    #section-node .team-thumb {
        text-align: left;
        margin-top: 0;
    }
    
    #section-node .team-thumb .team-info {
        border: none;
        padding: 20px 0px;
    }
    
    #section-node .team-thumb .social-icons {
        border: none;
        padding: 0;
    }
    
    #main h3.block-title .border-color-blue {
        color: #53D0E5;
        border-left: 2px solid #53D0E5;
        padding-left: 15px;
    }
    /*---------------------------------------
      AREAS DE NEGOCIO
-----------------------------------------*/
    
    .busines-areas {
        margin-bottom: 60px;
    }
    
    .busines-areas img {
        display: block;
        margin-left: auto;
        margin-right: auto;
    }
    
    @media screen and (max-width: 768px) {
        .busines-areas {
            width: 100%;
        }
    }
    
    .busines-areas .busines-areas-text {
        margin-bottom: 30px;
        position: relative;
        background: #fff;
        width: 90%;
        padding: 45px;
        margin-top: -10em;
        display: block;
        margin-left: auto;
        margin-right: auto;
    }
    
    .busines-areas .busines-areas-title {
        position: absolute;
        right: 4%;
        padding: 6px 10px;
        background: #53BDD2;
        display: inline-block;
        top: 3%;
    }
    
    .busines-areas .busines-areas-text h3 {
        font-size: 20px;
        margin-bottom: 20px;
        font-weight: 300;
        line-height: 1.5;
    }
    
    .busines-areas .busines-areas-text h3 a {
        color: rgba(0, 0, 0, 0.6);
    }
    /*---------------------------------------
      Bloque Portafolio barra lateral
-----------------------------------------*/
    
    #block-portfolio-2-full-background {
        margin-top: 100px;
    }
    
    #portfolio-right-bar>ul>li:before {
        content: "\f105";
        margin-right: 8px;
        font-family: "FontAwesome";
        font-size: 1em;
        font-style: normal;
        font-weight: normal;
        font-variant: normal;
        text-transform: none;
        line-height: 1;
        color: #53BDD2;
    }
    
    #portfolio-right-bar ul li {
        list-style: none;
        border-bottom: 1px solid #DFDFDF;
        padding: 10px 0px;
    }
    
    #portfolio-right-bar ul li:first-child {
        border-top: 1px solid #DFDFDF;
    }
    
    #portfolio-right-bar a {
        color: #808080;
    }
    
    #portfolio-right-bar ul {
        padding-left: 0;
    }
    
    #portfolio-right-bar a:hover {
        color: #53BDD2;
    }
    
    #portfolio-right-bar h3 {
        font-size: 1.5rem;
    }
    /*---------------------------------------
      WORKS DONE
  -----------------------------------------*/
    
    #works-done figure span img {
        width: 60px;
        height: 60px;
        line-height: 60px;
    }
    
    #works-done h3 {
        font-size: 1.5rem;
    }
    
    #works-done a {
        color: #808080;
    }
    
    #works-done a:hover {
        color: #53BDD2;
    }
    
    .works-done-title h3 a {
        font-size: 1rem;
    }
    
    #block-views-block-prod-block-1-full-background {
        margin-top: 50px;
    }
    /*---------------------------------------
      NODO PRODUCTOS
  -----------------------------------------*/
    
    #product-node img {
        border: 1px solid #53BDD2;
        float: right;
    }
    /*---------------------------------------
      ERROR 404
  -----------------------------------------*/
    
    #page-error-404 {
        background-repeat: no-repeat !important;
        background-size: cover !important;
        background-position: center center !important;
        width: 100%;
        height: 100vh;
        position: relative;
        background-attachment: scroll, scroll;
        background-image: url("/themes/natasquad/images/error-404/error404-background.png");
        background-origin: padding-box, padding-box;
        background-clip: border-box, border-box;
    }
    
    .page-error-container {
        padding: 30px 0;
        position: relative;
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flexbox;
        display: -o-flex;
        display: flex;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        height: 100%;
        -webkit-align-items: center;
        align-items: center;
        -webkit-justify-content: center;
        justify-content: center;
    }
    
    .page-error-content {
        margin: 0 auto;
        padding: 40px 0;
        /* width: 380px; */
        /* max-width: 94%; */
    }
    
    .error-code {
        /* color: #68BC45; */
        font-size: 1.2rem;
        /* text-align: center; */
        line-height: 1.2;
        color: #fff;
        /* font-weight: 700; */
        /* text-shadow: 10px 6px 8px rgba(117, 117, 117, 0.8); */
        /* font-family: "Exo2.0-Bold"; */
    }
    
    #page-error-404 .error404-marco {
        height: 85vh;
    }
    
    #page-error-404 .error404-not-found {
        height: 400px;
        position: absolute;
        margin-left: 69px;
    }
    
    #page-error-404 .error404-text {
        position: absolute;
        bottom: 25%;
        margin-left: 75px;
    }
    
    #page-error-404 .error404-go-home {
        position: absolute;
        bottom: 17%;
        margin-left: 75px;
        color: #fff;
        font-size: 1rem;
    }
    
    #page-error-404 a:hover {
        color: #53BDD2;
    }
    /*---------------------------------------
      CONTACT US INFO
  -----------------------------------------*/
    
    .img-contact-us {
        height: 25px;
        width: 25px;
        line-height: 25px;
    }
    
    .our-services-item .margin-body p {
        margin-left: 10px;
    }
    /*---------------------------------------
      CONTACT FORM
  -----------------------------------------*/
    
    footer {
        /* background: #1E1111; */
        /* color: #fff; */
    }
    
    footer .footer1 p {
        margin-top: 30px;
        text-align: center;
    }
    /* footer .footer2 h4 {
        color: #c02730;
        font-family: 'Montserrat-SemiBold';
        font-weight: 700;
        text-align: center;
        margin: 20px auto;
    } */
    
    footer .footer2 .form-box {
        /* background: #fff; */
        padding: 20px 30px;
        margin-top: -30px;
    }
    
    footer .footer2 input[type='text'],
    footer .footer2 input[type='email'],
    footer .footer2 input[type='tel'] {
        background: transparent;
        border-radius: 0;
        border: none;
        border-bottom: 2px solid #E5E5E5;
        padding: 5px;
    }
    
    footer .footer2 input[type='text']:focus,
    footer .footer2 input[type='email']:focus,
    footer .footer2 input[type='tel']:focus,
    footer .footer2 textarea:focus {
        box-shadow: none;
        border-color: #53C0D5;
    }
    
    footer .footer2 textarea {
        background: transparent;
        border-radius: 0;
        border: 2px solid #E5E5E5;
    }
    
    footer .footer2 .btn {
        min-width: 150px;
        border-radius: 0;
    }
    
    footer .footer2 ::-webkit-input-placeholder {
        /* Chrome/Opera/Safari */
        color: #262626;
    }
    
    footer .footer2 ::-moz-placeholder {
        /* Firefox 19+ */
        color: #262626;
    }
    
    footer .footer2 :-ms-input-placeholder {
        /* IE 10+ */
        color: #262626;
    }
    
    footer .footer2 :-moz-placeholder {
        /* Firefox 18- */
        color: #262626;
    }
    
    footer .footer3 {
        padding-top: 50px;
    }
    
    footer .footer3 a {
        /*background: #fff;*/
        border-radius: 50%;
        height: 40px;
        width: 40px;
        padding: 0;
        padding-top: 5px;
    }
    
    footer .footer3 a:hover {
        /*background: #b1821a;*/
        color: #53C0D5 !important;
    }
    
    footer .footer3 .nav-item li {
        margin: 0 5px;
    }
    
    footer .table td,
    footer .table th {
        border: none;
    }
    
    footer::before {
        content: "";
        position: absolute;
        /* border: 3px solid #b1821a; */
        width: 100%;
        left: 0;
    }
    
    .align-content-center {
        -ms-flex-line-pack: center !important;
        align-content: center !important;
    }
    
    .flex-wrap {
        -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important;
    }
    /* #webform-submission-contact-add-form .field-contact-form {
        font-family: 'Montserrat-Light';
    } */
    
    #webform-submission-contact-add-form .contact-body p {
        margin-top: -6px;
    }
    
    @media screen and (max-width: 768px) {
        #webform-submission-contact-add-form .contact-body p {
            margin-top: -4px;
        }
        footer .footer1 p {
            margin-top: 10px;
        }
        #webform-submission-contact-add-form #contact {
            padding-top: 2.5em
        }
    }
    
    form label.form-required {
        display: none !important;
    }
    
    .form-control-lg {
        font-size: 1rem !important;
    }
    
    footer .footer2 input[name='name'] {
        background: url("/themes/natasquad/images/contact-us/contact-name.png") no-repeat scroll 7px 7px;
        background-position-x: right;
        background-size: 18px;
    }
    
    footer .footer2 input[name='email'] {
        background: url("/themes/natasquad/images/contact-us/contact-email.png") no-repeat scroll 7px 7px;
        background-position-x: right;
        background-size: 18px;
    }
    
    footer .footer2 input[name='phone'] {
        background: url("/themes/natasquad/images/contact-us/contact-phone.png") no-repeat scroll 7px 7px;
        background-position-x: right;
        background-size: 18px;
    }
    
    footer .footer2 input[name='message'] {
        background: url("/themes/natasquad/images/contact-us/contact-message.png") no-repeat scroll 7px 7px;
        background-position-x: right;
        background-size: 18px;
    }
    
    #contact {
        align-self: center;
        padding: 34px 40px;
    }
    
    #contact #edit-actions-submit {
        background-color: #F8F8F9;
        border: 2px solid #111;
        color: #111111;
    }
    
    #contact #edit-actions-submit:hover {
        background-color: #53C0D5 !important;
        /* color: #fff; */
    }
    
    #contact .form-control:focus {
        background-color: #F8F8F9;
    }
    
    #block-webform-full-background {
        background-color: #F8F8F9;
    }
    
    #block-webform {
        padding: 0;
        margin-bottom: 0px;
    }
    /*---------------------------------------
      CARRUSEL DEL PORTAFOLIO
  -----------------------------------------*/
    
    #slider-portfolio {
        position: relative;
        width: 100%;
        min-height: 100%;
        margin: 0 auto;
        overflow: hidden;
        z-index: 2;
    }
    
    .portfolio-slider .owl-dots {
        position: absolute;
        z-index: 15;
        text-align: center;
        bottom: 12%;
        left: 50%;
        margin-left: -50px;
    }
    
    .portfolio-slider button.owl-dot {
        width: 10px;
        height: 10px;
        margin-right: 10px;
        background: #747a87;
        border-radius: 50%;
    }
    
    .portfolio-slider .owl-dots button.active {
        background: #06aad8;
    }
    
    #slider-portfolio ul {
        list-style: none;
    }