@charset "UTF-8";
/*!
 * Bootstrap v5.0.0-beta3 (https://getbootstrap.com/)
 * Copyright 2011-2021 The Bootstrap Authors
 * Copyright 2011-2021 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
 */
@import url(https://fonts.googleapis.com/css2?family=Rajdhani:wght@300;400;500;600;700&family=Yantramanav:wght@300;400;500;700;900&display=swap);

:root {
    --bs-blue: #0d6efd;
    --bs-indigo: #6610f2;
    --bs-purple: #6f42c1;
    --bs-pink: #d63384;
    --bs-red: #dc3545;
    --bs-orange: #fd7e14;
    --bs-yellow: #ffc107;
    --bs-green: #198754;
    --bs-teal: #20c997;
    --bs-cyan: #0dcaf0;
    --bs-white: #fff;
    --bs-gray: #6c757d;
    --bs-gray-dark: #343a40;
    --bs-primary: #ff5e13;
    --bs-secondary: #00225a;
    --bs-success: #146c43;
    --bs-danger: #dc3545;
    --bs-warning: #ffc107;
    --bs-info: #0dcaf0;
    --bs-light: #f8f9fa;
    --bs-dark: #212529;
    --bs-font-sans-serif: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    --bs-font-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
    --bs-gradient: linear-gradient(180deg, rgba(255, 255, 255, 0.15), rgba(255, 255, 255, 0))
}

*,
::after,
::before {
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

@media (prefers-reduced-motion:no-preference) {
    :root {
        scroll-behavior: smooth
    }
}

body {
    margin: 0;
    font-family: Yantramanav, sans-serif;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #2b2d37;
    background-color: #fff;
    -webkit-text-size-adjust: 100%;
    -webkit-tap-highlight-color: transparent
}

hr {
    margin: 1rem 0;
    color: inherit;
    background-color: currentColor;
    border: 0;
    opacity: .25
}

hr:not([size]) {
    height: 1px
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin-top: 0;
    margin-bottom: .5rem;
    font-family: Rajdhani, sans-serif;
    font-weight: 700;
    line-height: 1.2;
    color: #00225a
}

h1 {
    font-size: calc(1.375rem + 1.5vw)
}

@media (min-width:1200px) {
    h1 {
        font-size: 2.5rem
    }
}

h2 {
    font-size: calc(1.325rem + .9vw)
}

@media (min-width:1200px) {
    h2 {
        font-size: 2rem
    }
}

h3 {
    font-size: calc(1.3rem + .6vw)
}

@media (min-width:1200px) {
    h3 {
        font-size: 1.75rem
    }
}

h4 {
    font-size: calc(1.275rem + .3vw)
}

@media (min-width:1200px) {
    h4 {
        font-size: 1.5rem
    }
}

h5 {
    font-size: 1.25rem
}

h6 {
    font-size: 1rem
}

p {
    margin-top: 0;
    margin-bottom: 1rem
}

ul {
    padding-left: 2rem
}

ul {
    margin-top: 0;
    margin-bottom: 1rem
}

ul ul {
    margin-bottom: 0
}

b {
    font-weight: bolder
}

a {
    color: #ff5e13;
    text-decoration: underline
}

a:hover {
    color: #cc4b0f
}

a:not([href]):not([class]),
a:not([href]):not([class]):hover {
    color: inherit;
    text-decoration: none
}

img {
    vertical-align: middle
}

label {
    display: inline-block
}

button {
    border-radius: 0
}

button:focus:not(:focus-visible) {
    outline: 0
}

button,
input,
textarea {
    margin: 0;
    font-family: inherit;
    font-size: inherit;
    line-height: inherit
}

button {
    text-transform: none
}

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

[type=button]:not(:disabled),
[type=reset]:not(:disabled),
[type=submit]:not(:disabled),
button:not(:disabled) {
    cursor: pointer
}

::-moz-focus-inner {
    padding: 0;
    border-style: none
}

textarea {
    resize: vertical
}

::-webkit-datetime-edit-day-field,
::-webkit-datetime-edit-fields-wrapper,
::-webkit-datetime-edit-hour-field,
::-webkit-datetime-edit-minute,
::-webkit-datetime-edit-month-field,
::-webkit-datetime-edit-text,
::-webkit-datetime-edit-year-field {
    padding: 0
}

::-webkit-inner-spin-button {
    height: auto
}

::-webkit-search-decoration {
    -webkit-appearance: none
}

::-webkit-color-swatch-wrapper {
    padding: 0
}

::file-selector-button {
    font: inherit
}

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

iframe {
    border: 0
}

.container,
.container-fluid {
    width: 100%;
    padding-right: var(--bs-gutter-x, 15px);
    padding-left: var(--bs-gutter-x, 15px);
    margin-right: auto;
    margin-left: auto
}

@media (min-width:576px) {
    .container {
        max-width: 540px
    }
}

@media (min-width:768px) {
    .container {
        max-width: 720px
    }
}

@media (min-width:992px) {
    .container {
        max-width: 960px
    }
}

@media (min-width:1200px) {
    .container {
        max-width: 1170px
    }
}

.row {
    --bs-gutter-x: 30px;
    --bs-gutter-y: 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-top: calc(var(--bs-gutter-y) * -1);
    margin-right: calc(var(--bs-gutter-x)/ -2);
    margin-left: calc(var(--bs-gutter-x)/ -2)
}

.row>* {
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 100%;
    max-width: 100%;
    padding-right: calc(var(--bs-gutter-x)/ 2);
    padding-left: calc(var(--bs-gutter-x)/ 2);
    margin-top: var(--bs-gutter-y)
}

.g-0 {
    --bs-gutter-x: 0
}

.g-0 {
    --bs-gutter-y: 0
}

@media (min-width:576px) {
    .col-sm-4 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 33.33333%
    }

    .col-sm-6 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 50%
    }

    .col-sm-8 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 66.66667%
    }
}

@media (min-width:768px) {
    .col-md-6 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 50%
    }

    .col-md-10 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 83.33333%
    }

    .col-md-12 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 100%
    }
}

@media (min-width:992px) {
    .col-lg-3 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 25%
    }

    .col-lg-4 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 33.33333%
    }

    .col-lg-5 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 41.66667%
    }

    .col-lg-6 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 50%
    }

    .col-lg-7 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 58.33333%
    }

    .col-lg-9 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 75%
    }

    .col-lg-12 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 100%
    }
}

@media (min-width:1200px) {
    .col-xl-3 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 25%
    }

    .col-xl-4 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 33.33333%
    }

    .col-xl-5 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 41.66667%
    }

    .col-xl-10 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 83.33333%
    }

    .col-xl-12 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 100%
    }

    .offset-xl-2 {
        margin-left: 16.66667%
    }
}

.form-control[type=file]:not(:disabled):not([readonly]) {
    cursor: pointer
}

.form-control::file-selector-button {
    padding: .375rem .75rem;
    margin: -.375rem -.75rem;
    -webkit-margin-end: .75rem;
    -moz-margin-end: .75rem;
    margin-inline-end: .75rem;
    color: #2b2d37;
    background-color: #e9ecef;
    pointer-events: none;
    border-color: inherit;
    border-style: solid;
    border-width: 0;
    border-inline-end-width: 1px;
    border-radius: 0;
    -webkit-transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, -webkit-box-shadow .15s ease-in-out;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, -webkit-box-shadow .15s ease-in-out;
    -o-transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out, -webkit-box-shadow .15s ease-in-out
}

@media (prefers-reduced-motion:reduce) {
    .form-control::file-selector-button {
        -webkit-transition: none;
        -o-transition: none;
        transition: none
    }
}

.form-control:hover:not(:disabled):not([readonly])::file-selector-button {
    background-color: #dde0e3
}

.form-control:hover:not(:disabled):not([readonly])::-webkit-file-upload-button {
    background-color: #dde0e3
}

.form-control-sm::file-selector-button {
    padding: .25rem .5rem;
    margin: -.25rem -.5rem;
    -webkit-margin-end: .5rem;
    -moz-margin-end: .5rem;
    margin-inline-end: .5rem
}

.form-control-lg::file-selector-button {
    padding: .5rem 1rem;
    margin: -.5rem -1rem;
    -webkit-margin-end: 1rem;
    -moz-margin-end: 1rem;
    margin-inline-end: 1rem
}

.form-control-color:not(:disabled):not([readonly]) {
    cursor: pointer
}

.form-floating>.form-control:not(:-moz-placeholder-shown) {
    padding-top: 1.625rem;
    padding-bottom: .625rem
}

.form-floating>.form-control:not(:-ms-input-placeholder) {
    padding-top: 1.625rem;
    padding-bottom: .625rem
}

.form-floating>.form-control:not(:-moz-placeholder-shown)~label {
    opacity: .65;
    transform: scale(.85) translateY(-.5rem) translateX(.15rem)
}

.form-floating>.form-control:not(:-ms-input-placeholder)~label {
    opacity: .65;
    -ms-transform: scale(.85) translateY(-.5rem) translateX(.15rem);
    transform: scale(.85) translateY(-.5rem) translateX(.15rem)
}

.btn {
    display: inline-block;
    font-weight: 400;
    line-height: 1.5;
    color: #2b2d37;
    text-align: center;
    text-decoration: none;
    vertical-align: middle;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-color: transparent;
    border: 1px solid transparent;
    padding: .375rem .75rem;
    font-size: 1rem;
    border-radius: .25rem;
    -webkit-transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, -webkit-box-shadow .15s ease-in-out;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, -webkit-box-shadow .15s ease-in-out;
    -o-transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out, -webkit-box-shadow .15s ease-in-out
}

@media (prefers-reduced-motion:reduce) {
    .btn {
        -webkit-transition: none;
        -o-transition: none;
        transition: none
    }
}

.btn:hover {
    color: #2b2d37
}

.btn:focus {
    outline: 0;
    -webkit-box-shadow: 0 0 0 .25rem rgba(255, 94, 19, .25);
    box-shadow: 0 0 0 .25rem rgba(255, 94, 19, .25)
}

.btn:disabled {
    pointer-events: none;
    opacity: .65
}

.btn-primary {
    color: #000;
    background-color: #ff5e13;
    border-color: #ff5e13
}

.btn-primary:hover {
    color: #000;
    background-color: #ff7636;
    border-color: #ff6e2b
}

.btn-primary:focus {
    color: #000;
    background-color: #ff7636;
    border-color: #ff6e2b;
    -webkit-box-shadow: 0 0 0 .25rem rgba(217, 80, 16, .5);
    box-shadow: 0 0 0 .25rem rgba(217, 80, 16, .5)
}

.btn-primary:active {
    color: #000;
    background-color: #ff7e42;
    border-color: #ff6e2b
}

.btn-primary:active:focus {
    -webkit-box-shadow: 0 0 0 .25rem rgba(217, 80, 16, .5);
    box-shadow: 0 0 0 .25rem rgba(217, 80, 16, .5)
}

.btn-primary:disabled {
    color: #000;
    background-color: #ff5e13;
    border-color: #ff5e13
}

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

.btn-secondary:hover {
    color: #fff;
    background-color: #001d4d;
    border-color: #001b48
}

.btn-secondary:focus {
    color: #fff;
    background-color: #001d4d;
    border-color: #001b48;
    -webkit-box-shadow: 0 0 0 .25rem rgba(38, 67, 115, .5);
    box-shadow: 0 0 0 .25rem rgba(38, 67, 115, .5)
}

.btn-secondary:active {
    color: #fff;
    background-color: #001b48;
    border-color: #001a44
}

.btn-secondary:active:focus {
    -webkit-box-shadow: 0 0 0 .25rem rgba(38, 67, 115, .5);
    box-shadow: 0 0 0 .25rem rgba(38, 67, 115, .5)
}

.btn-secondary:disabled {
    color: #fff;
    background-color: #00225a;
    border-color: #00225a
}

.fade {
    -webkit-transition: opacity .15s linear;
    -o-transition: opacity .15s linear;
    transition: opacity .15s linear
}

@media (prefers-reduced-motion:reduce) {
    .fade {
        -webkit-transition: none;
        -o-transition: none;
        transition: none
    }
}

.fade:not(.show) {
    opacity: 0
}

.modal {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1060;
    display: none;
    width: 100%;
    height: 100%;
    overflow: hidden;
    outline: 0
}

.modal-dialog {
    position: relative;
    width: auto;
    margin: .5rem;
    pointer-events: none
}

.modal.fade .modal-dialog {
    -webkit-transition: -webkit-transform .3s ease-out;
    transition: -webkit-transform .3s ease-out;
    -o-transition: transform .3s ease-out;
    transition: transform .3s ease-out;
    transition: transform .3s ease-out, -webkit-transform .3s ease-out;
    -webkit-transform: translate(0, -50px);
    -ms-transform: translate(0, -50px);
    transform: translate(0, -50px)
}

@media (prefers-reduced-motion:reduce) {
    .modal.fade .modal-dialog {
        -webkit-transition: none;
        -o-transition: none;
        transition: none
    }
}

.modal-content {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
    pointer-events: auto;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, .2);
    border-radius: .3rem;
    outline: 0
}

@media (min-width:576px) {
    .modal-dialog {
        max-width: 500px;
        margin: 5.75rem auto
    }
}

.offcanvas-body {
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    padding: 1rem 1rem;
    overflow-y: auto
}

.visually-hidden-focusable:not(:focus):not(:focus-within) {
    position: absolute !important;
    width: 1px !important;
    height: 1px !important;
    padding: 0 !important;
    margin: -1px !important;
    overflow: hidden !important;
    clip: rect(0, 0, 0, 0) !important;
    white-space: nowrap !important;
    border: 0 !important
}

.overflow-hidden {
    overflow: hidden !important
}

.d-block {
    display: block !important
}

.d-flex {
    display: -webkit-box !important;
    display: -webkit-flex !important;
    display: -ms-flexbox !important;
    display: flex !important
}

.d-none {
    display: none !important
}

.position-relative {
    position: relative !important
}

.h-100 {
    height: 100% !important
}

.align-items-center {
    -webkit-box-align: center !important;
    -webkit-align-items: center !important;
    -ms-flex-align: center !important;
    align-items: center !important
}

.align-self-center {
    -webkit-align-self: center !important;
    -ms-flex-item-align: center !important;
    align-self: center !important
}

.mt-2 {
    margin-top: .625rem !important
}

.me-3 {
    margin-right: .9375rem !important
}

.me-6 {
    margin-right: 1.875rem !important
}

.mb-0 {
    margin-bottom: 0 !important
}

.mb-1 {
    margin-bottom: .3125rem !important
}

.mb-3 {
    margin-bottom: .9375rem !important
}

.mb-4 {
    margin-bottom: 1.25rem !important
}

.mb-5 {
    margin-bottom: 1.625rem !important
}

.mb-6 {
    margin-bottom: 1.875rem !important
}

.mb-7 {
    margin-bottom: 2.1875rem !important
}

.mb-8 {
    margin-bottom: 2.5rem !important
}

.p-0 {
    padding: 0 !important
}

.p-7 {
    padding: 2.1875rem !important
}

.py-3 {
    padding-top: .9375rem !important;
    padding-bottom: .9375rem !important
}

.pt-2 {
    padding-top: .625rem !important
}

.pt-5 {
    padding-top: 1.625rem !important
}

.pt-6 {
    padding-top: 1.875rem !important
}

.pt-8 {
    padding-top: 2.5rem !important
}

.pt-10 {
    padding-top: 3.125rem !important
}

.pb-1 {
    padding-bottom: .3125rem !important
}

.pb-5 {
    padding-bottom: 1.625rem !important
}

.pb-6 {
    padding-bottom: 1.875rem !important
}

.text-end {
    text-align: right !important
}

.text-center {
    text-align: center !important
}

.text-lowercase {
    text-transform: lowercase !important
}

.text-primary {
    color: #ff5e13 !important
}

.text-secondary {
    color: #00225a !important
}

.text-white {
    color: #fff !important
}

@media (min-width:768px) {
    .d-md-flex {
        display: -webkit-box !important;
        display: -webkit-flex !important;
        display: -ms-flexbox !important;
        display: flex !important
    }

    .d-md-none {
        display: none !important
    }

    .pt-md-0 {
        padding-top: 0 !important
    }
}

@media (min-width:992px) {
    .d-lg-block {
        display: block !important
    }

    .d-lg-flex {
        display: -webkit-box !important;
        display: -webkit-flex !important;
        display: -ms-flexbox !important;
        display: flex !important
    }

    .d-lg-none {
        display: none !important
    }

    .py-lg-1 {
        padding-top: .3125rem !important;
        padding-bottom: .3125rem !important
    }

    .pt-lg-0 {
        padding-top: 0 !important
    }

    .pb-lg-0 {
        padding-bottom: 0 !important
    }

    .ps-lg-10 {
        padding-left: 3.125rem !important
    }

    .text-lg-end {
        text-align: right !important
    }
}

html {
    scroll-behavior: smooth
}

body,
html {
    height: 100%
}

body {
    color: #00225a
}

a {
    color: #00225a;
    text-decoration: none
}

a:hover {
    color: #ff5e13
}

.btn,
a,
button,
img,
input {
    -webkit-transition: all .3s ease 0s;
    -o-transition: all .3s ease 0s;
    transition: all .3s ease 0s
}

.btn,
.btn:focus,
.swiper-button-next,
.swiper-button-prev,
.swiper-slide,
a,
a:active,
a:focus,
a:hover,
button,
button:focus,
input,
input:focus,
textarea {
    text-decoration: none;
    outline: 0;
    -webkit-box-shadow: none !important;
    box-shadow: none !important
}

.btn:focus {
    color: #fff
}

.custom-button-next:focus,
.custom-button-prev:focus,
.project-button-next:focus,
.project-button-prev:focus {
    outline: 0
}

h1,
h2,
h3,
h4,
h5,
h6 {
    color: #00225a
}

p {
    font-size: 18px
}

ul {
    margin: 0;
    padding: 0;
    list-style: none
}

img {
    max-width: 100%
}

.img-full {
    width: 100%;
    overflow: hidden;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center center;
    object-position: center center
}

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

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

@media (min-width:1600px) {
    .container {
        max-width: 1200px
    }
}

.pb-120 {
    padding-bottom: 120px
}

@media (max-width:1199.98px) {
    .pb-120 {
        padding-bottom: 100px
    }
}

@media (max-width:991.98px) {
    .pb-120 {
        padding-bottom: 80px
    }
}

@media (max-width:767.98px) {
    .pb-120 {
        padding-bottom: 60px
    }
}

.pb-115 {
    padding-bottom: 115px
}

@media (max-width:1199.98px) {
    .pb-115 {
        padding-bottom: 95px
    }
}

@media (max-width:991.98px) {
    .pb-115 {
        padding-bottom: 75px
    }
}

@media (max-width:767.98px) {
    .pb-115 {
        padding-bottom: 55px
    }
}

.py-120 {
    padding: 120px 0
}

@media (max-width:1199.98px) {
    .py-120 {
        padding: 100px 0
    }
}

@media (max-width:991.98px) {
    .py-120 {
        padding: 80px 0
    }
}

@media (max-width:767.98px) {
    .py-120 {
        padding: 60px 0
    }
}

.pt-100 {
    padding-top: 100px
}

.pb-70 {
    padding-bottom: 70px
}

@media (min-width:1200px) {
    .pl-xl-80 {
        padding-left: 80px
    }
}

[data-bg-image]:not(.bg-pattern) {
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    background-color: #fff
}

.text-white * {
    color: #fff
}

.text-hawkes-blue * {
    color: #cfe1ff
}

@media (min-width:992px) {
    .section-title-area {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
        justify-content: space-between
    }
}

.section-title-area.style-01 {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center
}

@media (min-width:992px) {
    .section-title-wrap {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center
    }
}

.section-title-wrap.style-02 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    width: 100%
}

@media (max-width:479px) {
    .section-title-wrap.style-02 {
        padding-top: 25px;
        text-align: center
    }
}

.section-title-wrap.style-02 .section-title {
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg)
}

@media (max-width:479px) {
    .section-title-wrap.style-02 .section-title {
        -webkit-transform: rotate(0);
        -ms-transform: rotate(0);
        transform: rotate(0)
    }
}

.section-title {
    position: relative
}

@media (min-width:992px) {
    .section-title.with-border {
        padding-right: 30px;
        margin-right: 30px
    }

    .section-title.with-border:before {
        background-color: #d3d2d2;
        height: 100px;
        width: 1px;
        content: "";
        position: absolute;
        top: 50%;
        right: 0;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%)
    }
}

.section-title span {
    text-transform: uppercase;
    padding-bottom: 5px;
    font-weight: 700;
    color: #ff5e13;
    display: block;
    font-size: 20px
}

.section-title h2 {
    font-size: 60px;
    line-height: 60px;
    max-width: 425px
}

.section-title h2.title-sec {
    font-size: 50px;
    line-height: 50px;
    min-width: 340px
}

@media (max-width:575.98px) {
    .section-title h2 {
        font-size: 40px;
        line-height: 40px
    }
}

.section-desc {
    font-family: Yantramanav, sans-serif;
    max-width: 440px
}

@media (max-width:991.98px) {
    .section-desc {
        padding-top: 15px
    }
}

.section-banner {
    width: calc(100% - 480px)
}

@media (max-width:991.98px) {
    .section-banner {
        width: 100%
    }
}

.section-banner[data-bg-image] {
    background-position: right
}

.section-banner .info {
    font-weight: 400;
    font-size: 28px
}

.section-banner .info span {
    margin-left: 5px;
    color: #ff5e13;
    font-weight: 700;
    font-size: 36px;
    vertical-align: middle
}

@media (max-width:575.98px) {
    .section-banner .info span {
        font-size: 22px
    }
}

.font-size-50 {
    font-size: 50px
}

.font-size-40 {
    font-size: 40px
}

@media (max-width:575.98px) {
    .font-size-50 {
        font-size: 40px
    }

    .font-size-40 {
        font-size: 30px
    }

    .section-title h2.title-sec {
        font-size: 35px;
        min-width: 200px
    }
}

.font-size-20 {
    font-size: 20px
}

.font-size-16 {
    font-size: 16px
}

.btn-custom {
    border-radius: 0;
    width: 170px;
    height: 60px;
    line-height: 60px;
    padding: 0;
    font-size: 20px;
    position: relative
}

@media (max-width:479px) {
    .btn-custom {
        height: 40px;
        line-height: 37px;
        font-size: 18px
    }
}

.btn-primary {
    color: #fff
}

.btn-primary-hover:hover {
    background-color: #ff5e13;
    border-color: #ff5e13;
    color: #fff
}

.btn-project {
    position: relative;
    font-size: 25px;
    color: #fff;
    padding: 50px;
    z-index: 1
}

@media (max-width:479px) {
    .btn-project {
        width: 100%
    }
}

.btn-project:before {
    background-color: #ff5e13;
    opacity: .77;
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    pointer-events: none;
    z-index: -1
}

.btn-project span {
    position: relative
}

.btn-project span:before {
    background-color: #fff;
    width: 0;
    height: 1px;
    contnt: "";
    position: absolute;
    bottom: 0;
    left: 0;
    -webkit-transition: all .3s ease 0s;
    -o-transition: all .3s ease 0s;
    transition: all .3s ease 0s;
    opacity: 0
}

.btn-project:hover {
    color: #fff
}

.btn-project:hover span:before {
    opacity: 1;
    width: 100%
}

.btn-white-hover {
    color: #fff
}

.btn-white-hover:hover {
    background-color: #f8f9fa;
    border-color: #f8f9fa;
    color: #00225a
}

.scroll-to-top {
    background-color: #00225a;
    color: #fff;
    position: fixed;
    right: 50px;
    bottom: 90px;
    z-index: 999;
    overflow: hidden;
    display: block;
    text-align: center;
    opacity: 0;
    visibility: hidden;
    -webkit-animation: fadeOutDown 1s normal;
    animation: fadeOutDown 1s normal;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease
}

@media (prefers-reduced-motion:reduce) {
    .scroll-to-top {
        -webkit-transition: none;
        -o-transition: none;
        transition: none
    }
}

.scroll-to-top:hover {
    background-color: #ff5e13
}

.scroll-to-top i {
    font-size: 20px;
    width: 40px;
    height: 40px;
    line-height: 40px;
    -webkit-transition: all .3s ease 0s;
    -o-transition: all .3s ease 0s;
    transition: all .3s ease 0s;
    color: #fff;
    display: inline-block
}

.header-top a,
.header-top span {
    vertical-align: middle;
    font-family: Rajdhani, sans-serif;
    font-weight: 500
}

.header-top-left {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex
}

.header-top-left .contact-number {
    padding-right: 60px
}

.header-top-right {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end
}

@media (max-width:575.98px) {
    .header-top-right {
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
        padding-top: 30px
    }
}

.header-top-right ul {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex
}

.header-top-right ul li {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex
}

/* @media (max-width:575.98px) {
    .header-top .header-logo {
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center
    }
} */

.main-nav>ul>li {
    display: inline-block
}

.main-nav>ul>li:not(:last-child) {
    padding-right: 30px
}

@media (max-width:1199px) {
    .main-nav>ul>li:not(:last-child) {
        padding-right: 30px
    }
}

.main-nav>ul>li>a {
    font-family: Rajdhani, sans-serif;
    font-weight: 600;
    color: #fff;
    display: block;
    padding-top: 40px;
    padding-bottom: 40px;
    font-size: 20px
}

.main-nav>ul>li>a span {
    position: relative;
    display: block
}

.main-nav>ul>li>a span:before {
    background-color: #ff5e13;
    content: "";
    position: absolute;
    bottom: -10px;
    left: 0;
    width: 0;
    height: 1px;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all .3s ease 0s;
    -o-transition: all .3s ease 0s;
    transition: all .3s ease 0s
}

.main-nav>ul>li>a:hover span {
    color: inherit
}

.main-nav>ul>li:hover>a {
    color: #ff5e13
}

.main-nav>ul>li:hover>a span:before {
    width: 100%;
    opacity: 1;
    visibility: visible
}

.header-fixed-logo {
    margin-left: calc(10% + 10px);
    -webkit-transform: skew(10deg);
    -ms-transform: skew(10deg);
    transform: skew(10deg)
}

@media (max-width:1599px) {
    .header-fixed-logo {
        width: calc(100% - 60px);
        margin: 0 auto
    }
}

.header-logo-wrap {
    background-color: #fff;
    width: 28%;
    height: calc(100% - 34px);
    position: absolute;
    top: 34px;
    left: -10px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-transform: skew(-10deg);
    -ms-transform: skew(-10deg);
    transform: skew(-10deg)
}

@media (max-width:1599px) {
    .header-logo-wrap {
        width: 17%
    }
}

@media (max-width:1199px) {
    .header-logo-wrap {
        width: 20%
    }
}

.drop-holder {
    position: relative
}

.drop-holder:hover .drop-menu {
    top: 100%;
    opacity: 1;
    visibility: visible
}

.drop-holder:hover #menu-servicos {
    overflow-y: scroll;
    max-height: 360px;
}

#menu-servicos li a {
    font-size: 13px;
}

.drop-menu {
    -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, .15);
    box-shadow: 0 5px 10px rgba(0, 0, 0, .15);
    background-color: #fff;
    position: absolute;
    visibility: hidden;
    opacity: 0;
    top: calc(100% + 30px);
    left: 0;
    -webkit-transition: all .3s ease 0s;
    -o-transition: all .3s ease 0s;
    transition: all .3s ease 0s;
    width: 250px;
    padding-left: 30px;
    padding-top: 25px;
    padding-bottom: 25px;
    text-align: left;
    z-index: 2
}

@media (max-width:1199.98px) {
    .drop-menu {
        left: auto;
        right: 0
    }
}

.drop-menu li:not(:last-child) {
    padding-bottom: 10px
}

.drop-menu li:hover a {
    color: #ff5e13
}

.drop-menu li a {
    color: #00225a
}

.slide-inner {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start
}

.slide-inner.bg-height {
    min-height: 785px
}

@media (max-width:1599.98px) {
    .slide-inner.bg-height {
        min-height: 610px
    }
}

.slide-content .sub-title {
    font-family: Rajdhani, sans-serif;
    font-size: 24px;
    line-height: 30px;
    display: block;
    color: #ff5e13;
    position: relative;
    padding-left: 100px
}

.slide-content .sub-title:before {
    background-color: #ff5e13;
    width: 80px;
    height: 1px;
    position: absolute;
    content: "";
    top: 50%;
    left: 0;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%)
}

.slide-content .title {
    font-size: 88px;
    line-height: 85px;
    font-weight: 700;
    max-width: 57%
}

@media (max-width:1599.98px) {
    .slide-content .title {
        max-width: 85%
    }
}

@media (max-width:767.98px) {
    .slide-content .title {
        font-size: 50px;
        line-height: 1
    }
}

@media (max-width:575.98px) {
    .slide-content .title {
        max-width: 100%
    }
}

.slide-content .short-desc-2 {
    max-width: 520px
}

@media (max-width:575.98px) {
    .slide-content .short-desc-2 {
        max-width: 100%
    }
}

.slide-content .btn {
    font-family: Rajdhani, sans-serif;
    font-weight: 600
}

.swiper-button-next,
.swiper-button-prev {
    background-color: transparent;
    border: 1px solid #ff5e13;
    width: 50px;
    height: 50px;
    line-height: 50px;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all .3s ease 0s;
    -o-transition: all .3s ease 0s;
    transition: all .3s ease 0s
}

@media (max-width:767.98px) {

    .swiper-button-next,
    .swiper-button-prev {
        display: none
    }
}

.swiper-button-next:after,
.swiper-button-prev:after {
    font-size: 16px
}

.swiper-button-next:hover,
.swiper-button-prev:hover {
    background-color: #fff;
    border-color: #fff;
    color: #000
}

.swiper-arrow:hover .swiper-button-next,
.swiper-arrow:hover .swiper-button-prev {
    opacity: 1;
    visibility: visible
}

.with-bg_white .swiper-button-next,
.with-bg_white .swiper-button-prev {
    background-color: #fff;
    border: 0;
    color: inherit
}

.with-bg_white .swiper-button-next:hover,
.with-bg_white .swiper-button-prev:hover {
    background-color: #ff5e13;
    color: #fff
}

.custom-button-next,
.custom-button-prev {
    border: 1px solid #dee2e6;
    background-color: #fff;
    position: absolute;
    width: 46px;
    height: 46px;
    line-height: 46px;
    text-align: center;
    top: 50%;
    left: 0;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-transition: all .3s ease 0s;
    -o-transition: all .3s ease 0s;
    transition: all .3s ease 0s;
    z-index: 2
}

.custom-button-next:hover,
.custom-button-prev:hover {
    background-color: #00225a;
    border-color: #00225a
}

.custom-button-next:hover i,
.custom-button-prev:hover i {
    color: #fff
}

.custom-button-next i,
.custom-button-prev i {
    -webkit-transition: all .3s ease 0s;
    -o-transition: all .3s ease 0s;
    transition: all .3s ease 0s;
    color: #002359
}

.custom-button-prev {
    right: auto;
    left: 20px
}

@media (min-width:1600px) {
    .custom-button-prev {
        left: -90px
    }
}

.custom-button-next {
    right: 20px;
    left: auto
}

@media (min-width:1600px) {
    .custom-button-next {
        right: -90px
    }
}

.mobile-menu_wrapper .offcanvas-body {
    background-color: #333;
    position: fixed;
    top: 0;
    right: -350px;
    width: 350px;
    z-index: 9999;
    visibility: hidden;
    opacity: 0;
    overflow: visible;
    -webkit-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
    height: 100%;
    overflow-y: auto;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between
}

@media (prefers-reduced-motion:reduce) {
    .mobile-menu_wrapper .offcanvas-body {
        -webkit-transition: none;
        -o-transition: none;
        transition: none
    }
}

@media (max-width:575.98px) {
    .mobile-menu_wrapper .offcanvas-body {
        width: calc(100% - 30px)
    }
}

.mobile-menu_wrapper .offcanvas-body .inner-body .offcanvas-top {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: end;
    padding: 0 0 30px;
    height: 10vh;
    transform: none;
    border-bottom: none;
}

.mobile-menu_wrapper .offcanvas-body .inner-body .offcanvas-top .button-close {
    font-size: 24px;
    padding: 0 13px;
    color: #000;
    background: #fff;
    line-height: 6vh;
}

.mobile-menu_wrapper .offcanvas-body .inner-body .offcanvas-menu_area .offcanvas-navigation .mobile-menu>li {
    height: 100%
}

.mobile-menu_wrapper .offcanvas-body .inner-body .offcanvas-menu_area .offcanvas-navigation .mobile-menu>li>a span {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center
}

.mobile-menu_wrapper .offcanvas-body .inner-body .offcanvas-menu_area .offcanvas-navigation .mobile-menu li {
    position: relative
}

.mobile-menu_wrapper .offcanvas-body .inner-body .offcanvas-menu_area .offcanvas-navigation .mobile-menu li:not(:last-child) {
    padding-bottom: 25px
}

.mobile-menu_wrapper .offcanvas-body .inner-body .offcanvas-menu_area .offcanvas-navigation .mobile-menu li a {
    color: silver;
    font-size: 14px;
    text-transform: uppercase;
    display: block
}

.mobile-menu_wrapper .offcanvas-body .inner-body .offcanvas-menu_area .offcanvas-navigation .mobile-menu li a i {
    font-size: 20px
}

.mobile-menu_wrapper .offcanvas-body .inner-body .offcanvas-menu_area .offcanvas-navigation .mobile-menu li .sub-menu {
    background-color: rgba(255, 255, 255, .05);
    overflow-y: auto;
    padding: 25px 0;
    margin: 20px 0 10px
}

.mobile-menu_wrapper .offcanvas-body .inner-body .offcanvas-menu_area .offcanvas-navigation .mobile-menu li .sub-menu li a {
    text-transform: uppercase;
    font-size: 11px;
    color: silver;
    text-align: center
}

.mobile-menu_wrapper .offcanvas-body .inner-body .offcanvas-menu_area .offcanvas-navigation .mobile-menu li .sub-menu li a span {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: center;
    -ms-flex-pack: justify;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center
}

.swiper-slide .slide-inner .slide-content {
    opacity: 1
}

.banner-item {
    padding: 40px 35px
}

.banner-content .short-desc {
    font-weight: 300;
    font-family: Yantramanav, sans-serif
}

@media (max-width:991.98px) {
    .banner-content .short-desc {
        font-size: 16px
    }
}

.banner-style-2 .banner-img {
    height: 100%
}

.banner-style-2 .banner-img img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center center;
    object-position: center center
}

.banner-style-2 .banner-content {
    padding-left: 115px;
    padding-bottom: 90px;
    padding-top: 90px;
    width: calc(100% - 250px)
}

@media (max-width:1599.98px) {
    .banner-style-2 .banner-content {
        padding-left: 55px;
        width: 100%
    }
}

@media (max-width:1199.98px) {
    .banner-style-2 .banner-content {
        padding-left: 30px;
        padding-top: 30px;
        padding-bottom: 30px
    }
}

.banner-style-2 .banner-content span {
    padding-bottom: 10px;
    font-weight: 700;
    margin-top: -5px;
    color: #ff5e13;
    font-size: 20px;
    display: block
}

.banner-style-2 .banner-content .title {
    font-size: 60px;
    line-height: 60px
}

@media (min-width:1200px) and (max-width:1599.98px) {
    .banner-style-2 .banner-content .title {
        font-size: 50px;
        line-height: 50px
    }
}

@media (max-width:575.98px) {
    .banner-style-2 .banner-content .title {
        font-size: 40px;
        line-height: 40px
    }
}

.banner-style-2 .banner-content .desc {
    max-width: 480px
}

@media (max-width:767.98px) {
    .banner-style-2 .banner-content .desc {
        max-width: 100%
    }
}

.banner-with-sticker {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    height: 100%
}

.about-img-wrap {
    position: relative
}

.about-img-wrap .experience {
    background-image: url(../images/about/experience-user-icon.png);
    background-repeat: no-repeat;
    background-position: right bottom;
    background-size: contain;
    background-color: #00225a;
    position: absolute;
    width: 415px;
    bottom: -50px;
    right: -65px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding: 30px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    border-bottom: 5px solid #ff5e13
}

@media (max-width:1199.98px) {
    .about-img-wrap .experience {
        right: 35px
    }
}

@media (max-width:575.98px) {
    .about-img-wrap .experience {
        right: 35px;
        width: calc(100% - 35px)
    }
}

.about-img-wrap .experience .year {
    font-family: Rajdhani, sans-serif;
    font-weight: 700;
    font-size: 72px;
    line-height: 30.03px;
    display: block
}

@media (max-width:575.98px) {
    .about-img-wrap .experience .year {
        font-size: 80px
    }

    .about-content .col-lg-5 {
        margin-bottom: 25px
    }
}

.about-img-wrap .experience h5 {
    padding-left: 15px;
    font-weight: 500;
    font-size: 25px;
    line-height: 36px
}

.about-img-wrap .experience h5 span {
    font-weight: 700;
    display: block;
    font-size: 40px
}

@media (max-width:575.98px) {
    .about-img-wrap .experience h5 span {
        font-size: 35px
    }
}

.about-pattern {
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1
}

.about-img {
    padding-top: 30px;
    padding-left: 70px;
    margin-bottom: 60px
}

@media (min-width:1200px) {
    .about-content {
        padding-left: 90px
    }
}

@media (max-width:991.98px) {
    .about-content {
        padding-top: 25px
    }
}

.about-content .sub-title {
    max-width: 510px;
    font-weight: 700
}

@media (max-width:479px) {
    .about-content .sub-title {
        line-height: 1.3
    }
}

.about-content .list-item li {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex
}

.about-content .list-item li:not(:last-child) {
    padding-bottom: 25px
}

.about-content .list-item li .list-text span {
    font-size: 18px
}

.about-content .list-icon {
    padding-right: 15px
}

.about-content .list-icon i {
    color: #ff5e13;
    vertical-align: middle
}

.project-item {
    position: relative;
    overflow: hidden
}

.project-item:hover .project-content {
    visibility: visible;
    opacity: .76;
    bottom: 30px
}

.project-img {
    display: block
}

.project-img img {
    width: 100%
}

.project-content {
    -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, .15);
    box-shadow: 0 5px 10px rgba(0, 0, 0, .15);
    background-color: #fff;
    position: absolute;
    bottom: -145px;
    left: 30px;
    width: calc(100% - 60px);
    text-align: center;
    padding-top: 30px;
    padding-bottom: 30px;
    -webkit-transition: all .3s ease 0s;
    -o-transition: all .3s ease 0s;
    transition: all .3s ease 0s;
    opacity: 0;
    visibility: hidden
}

.project-with-title {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end
}

@media (max-width:479px) {
    .project-with-title {
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -webkit-flex-direction: column-reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse
    }
}

.project-with-title .section-title-area {
    width: 285px
}

@media (max-width:575.98px) {
    .project-with-title .section-title-area {
        width: 180px
    }
}

@media (max-width:479px) {
    .project-with-title .section-title-area {
        width: 100%
    }
}

.project-with-title .project-slider {
    width: calc(100% - 285px)
}

@media (max-width:575.98px) {
    .project-with-title .project-slider {
        width: calc(100% - 180px)
    }
}

@media (max-width:479px) {
    .project-with-title .project-slider {
        padding-top: 30px;
        width: 100%
    }
}

.project-with-title .title-with-arrow {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%
}

.project-with-title .title-with-arrow .project-button-wrap {
    background-color: #fff;
    max-height: 100px;
    width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: 25%
}

@media (max-width:479px) {
    .project-with-title .title-with-arrow .project-button-wrap {
        background-color: transparent;
        height: auto;
        margin-top: 20px;
        margin-bottom: 20px
    }
}

.project-with-title .title-with-arrow .project-button-next,
.project-with-title .title-with-arrow .project-button-prev {
    width: 50px;
    height: 50px;
    text-align: center
}

@media (max-width:479px) {

    .project-with-title .title-with-arrow .project-button-next,
    .project-with-title .title-with-arrow .project-button-prev {
        width: 30px;
        height: 30px
    }
}

.project-with-title .title-with-arrow .project-button-next i,
.project-with-title .title-with-arrow .project-button-prev i {
    -webkit-transition: all .3s ease 0s;
    -o-transition: all .3s ease 0s;
    transition: all .3s ease 0s;
    color: #00225a;
    font-size: 30px
}

@media (max-width:479px) {

    .project-with-title .title-with-arrow .project-button-next i,
    .project-with-title .title-with-arrow .project-button-prev i {
        font-size: 25px;
        color: #fff
    }
}

.project-with-title .title-with-arrow .project-button-next i:hover,
.project-with-title .title-with-arrow .project-button-prev i:hover {
    color: #ff5e13
}

.project-detail-area .single-content .sub-title {
    font-weight: 500
}

.project-detail-banner {
    margin: -10px
}

.service-img {
    display: block
}

.service-img img {
    width: 100%
}

.service-img .add-action {
    background-color: #00225a;
    padding: 20px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center
}

.service-img .add-action .title {
    font-size: 28px;
    color: #fff
}

.service-img .add-action .icon {
    background-color: #ff5e13;
    width: 35px;
    height: 35px;
    line-height: 35px;
    text-align: center
}

.service-img .add-action .icon i {
    color: #fff;
    display: block
}

.widget-item .heading {
    font-weight: 600
}

.widget-item a:hover {
    color: #fff
}

.widget-list-item li:not(:last-child) {
    padding-bottom: 15px
}

.widget-list-item li a {
    font-size: 18px
}

@media (max-width:575.98px) {
    .footer-bottom .copyright {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center
    }
}

.footer-bottom .copyright {
    text-align: right
}

@media (max-width:575.98px) {
    .footer-bottom .copyright {
        padding-top: 10px;
        text-align: center
    }
}

.breadcrumb-height {
    min-height: 460px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center
}

.breadcrumb-title {
    padding-top: 15px;
    font-size: 88px;
    line-height: 85px
}

@media (max-width:575.98px) {
    .breadcrumb-title {
        font-size: 50px
    }
}

.sidebar-widget ul {
    text-align: center
}

.sidebar-widget ul li {
    -webkit-transition: all .3s ease 0s;
    -o-transition: all .3s ease 0s;
    transition: all .3s ease 0s
}

.sidebar-widget ul li a {
    padding: 20px 0;
    display: block
}

.sidebar-categories {
    background-color: #00225a
}

.sidebar-categories .title {
    border-bottom: 1px solid #5b749a;
    background-color: #ff5e13;
    font-family: Rajdhani, sans-serif;
    font-weight: 600;
    font-size: 28px;
    padding-top: 10px;
    padding-bottom: 15px;
    text-align: center
}

.sidebar-categories ul li:not(:last-child) a {
    border-bottom: 1px solid #5b749a
}

.sidebar-categories ul li:hover a {
    background-color: #ff5e13;
    color: #fff
}

.contact-content .title {
    font-size: 60px;
    line-height: 60px
}

.contact-info .title {
    color: #ff5e13;
    font-size: 28px
}

.contact-form .input-field,
.contact-form .textarea-field {
    border: 1px solid #dee2e6;
    padding: 15px;
    width: 100%;
    height: 45px
}

.contact-form .textarea-field {
    height: 280px
}

.whatsBtn {
    padding: 16px;
    position: fixed;
    text-align: center;
    line-height: 57px;
    font-size: 25px;
    border-radius: 0;
    color: #fff;
    z-index: 900;
}

.whatsBtn.primeiro {
    bottom: 100px;
    right: 0
}

.whatsBtn.segundo {
    bottom: 9px;
    right: 0
}

.section-title h4 {
    font-size: 2.5rem;
}

.section-title h2 {
    font-size: 50px;
    line-height: 55px;
    min-width: 320px;
}

.about-content h6 {
    font-size: 1.6rem;
}

.main-menu {
    text-align: end;
}

.hidden {
    display: none
}

.collapse {
    display: none
}

.collapse.in {
    display: block
}

tr.collapse.in {
    display: table-row
}

tbody.collapse.in {
    display: table-row-group
}

.collapsing {
    position: relative;
    height: 0;
    overflow: hidden;
    -webkit-transition-property: height, visibility;
    -o-transition-property: height, visibility;
    transition-property: height, visibility;
    -webkit-transition-duration: .35s;
    -o-transition-duration: .35s;
    transition-duration: .35s;
    -webkit-transition-timing-function: ease;
    -o-transition-timing-function: ease;
    transition-timing-function: ease
}

.col-md-2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
}

.btn-cidades {
    border-radius: 0;
    min-width: 170px;
    height: 60px;
    line-height: 60px;
    padding: 0px;
    font-size: 20px;
    position: relative;
}

.rounded-4 {
    border-radius: .5rem
}

.rounded-5 {
    border-radius: .75rem
}

.rounded-6 {
    border-radius: 1rem
}

.modal-sheet .modal-dialog {
    width: 380px;
    transition: bottom .75s ease-in-out
}

.modal-sheet .modal-footer {
    padding-bottom: 2rem
}

.modal-alert .modal-dialog {
    width: 380px
}

.border-right {
    border-right: 1px solid #eee
}

.modal-tour .modal-dialog {
    width: 380px
}

.breadcrumb-seo {
    color: #fff;
    font-weight: 500;
}

.breadcrumb-seo:hover {
    color: #f58634;
    font-weight: 500;
}

.h2-subtitle {
    font-size: 15px;
}

.campos-info {
    display: none;
}