/* ===================================
    About
====================================== */

/*
    Theme Name: MegaOne
    Theme URI:
    Author: Themes Industry
    Author URI:
    Description: One Page Parallax Template
    Tags: one page, multipurpose, parallax, creative, html5
 */

/* ===================================
    Table of Content
====================================== */

/*  - Fonts
    - General
    - Header And Nav-Bar
    - Side-Menu
    - Slider
    - About
    - Counters
    - Reviews
    - Blog
    - Contact
    - Footer
    - Loader
    - Media Queries   */

/* ===================================
    Google font
====================================== */

@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@300;400;500;600;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@300;400;500;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Source+Sans+Pro:wght@300;400;600;700;900&display=swap');

.alte-font {
    font-family: 'Source Sans Pro', sans-serif;
}

.main-font {
    font-family: 'Montserrat', sans-serif;
}

.alt-font {
    font-family: 'Roboto', sans-serif;
}

/* ===================================
    Scrollbar
====================================== */

::-webkit-scrollbar {
    width: 8px;
}

::-webkit-scrollbar-track {
    width: 8px;
    background: white;
    border-left: 0 solid white;
    border-right: 0 solid white;
}

::-webkit-scrollbar-thumb {
    background: #133d60;
    width: 0;
    height: 25%;
    transition: .5s ease;
    cursor: pointer;
}

/* Ensure smooth scrolling for anchor links across browsers */
html {
    scroll-behavior: smooth;
}

/* ===================================
    Image Hover
====================================== */

.hover-effect::before,
.hover-effect::after {
    content: "";
    background: #fff;
    height: 0;
    width: 0;
    z-index: 1;
    position: absolute;
    -webkit-transition-duration: 1s !important;
    -o-transition-duration: 1s;
    transition-duration: 1s !important;
}

.hover-effect::before {
    right: 0;
    opacity: 1;
    top: 0;
}

.hover-effect::after {
    top: 0;
    opacity: .7;
    left: 0;
}

.hover-effect:hover::after,
.hover-effect:hover::before {
    height: 100%;
    opacity: 0;
    width: 100%;
}

/* Use in BLog */
.image {
    overflow: hidden;
}

a.image {
    display: block;
}

.image img {
    width: 100%;
    height: 100%;
    display: block;
}

.image,
.image img {
    position: relative;
}

/* ===================================
    General
====================================== */

body {
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
    color: #444444;
    background: #ffffff;
    font-weight: 300;
    line-height: 25px;
    width: 100%;
    overflow-x: hidden;
    scroll-behavior: smooth;
}

.h1,
.h2,
.h3,
.h4,
.h5,
h1,
h2,
h3,
h4,
h5 {
    line-height: 1.2;
    font-weight: 400;
    font-family: 'Montserrat', sans-serif;
}

a,
input,
button,
.navbar,
.fixedmenu,
.tp-bullet,
.owl-dot,
.owl-prev,
.owl-next {
    transition: ease-in-out 0.2s;
    -webkit-transition: ease-in-out 0.2s;
    -moz-transition: ease-in-out 0.2s;
    -ms-transition: ease-in-out 0.2s;
    -o-transition: ease-in-out 0.2s;
}

section,
.section-padding {
    position: relative;
    overflow: hidden;
}

a {
    color: inherit;
    text-decoration: none;
}

.rev_slider_wrapper {
    width: 100% !important;
}

.btn.focus,
.btn:focus {
    -webkit-box-shadow: none;
    box-shadow: none;
}

p:last-child {
    margin-bottom: 0 !important;
    font-family: 'Roboto', sans-serif;
}

.fa,
.far,
.fas {
    display: inline;
}

a:active,
a:hover {
    color: inherit;
}

li {
    list-style: none;
    text-decoration: none;
}

blockquote {
    border-left: 2px solid;
    padding: 10px 15px 10px 35px;
    margin: 25px 0;
    font-size: 18px;
    line-height: 28px;
    margin-top: 32px;
    margin-bottom: 32px;
}

blockquote>cite {
    font-weight: 400;
    font-size: 14px;
    display: block;
}

.hidden {
    display: none;
}

section {
    /* padding: 7.5rem 0; */
}

.padding-bottom {
    padding-bottom: 7.5rem;
}

img,
svg {
    max-width: 100%;
}

/* transition none */
.no-transition * {
    transition-timing-function: initial;
    -moz-transition-timing-function: initial;
    -webkit-transition-timing-function: initial;
    -o-transition-timing-function: initial;
    -ms-transition-timing-function: initial;
    transition-duration: 0s;
    -moz-transition-duration: 0s;
    -webkit-transition-duration: 0s;
    -o-transition-duration: 0s;
    -ms-transition-duration: 0s;
}

/* overlay */
.bg-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

/* opacity */
.opacity-full {
    opacity: 1;
}

.opacity-1 {
    opacity: .1;
}

.opacity-2 {
    opacity: .2;
}

.opacity-3 {
    opacity: .3;
}

.opacity-4 {
    opacity: .4;
}

.opacity-5 {
    opacity: .5;
}

.opacity-6 {
    opacity: .6;
}

.opacity-7 {
    opacity: .7;
}

.opacity-8 {
    opacity: .8;
}

.opacity-9 {
    opacity: .9;
}

/*font-weight*/
.font-weight-100 {
    font-weight: 100;
}

.font-weight-200 {
    font-weight: 200;
}

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

.font-weight-500 {
    font-weight: 500;
}

.font-weight-600 {
    font-weight: 600;
}

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

/* button */
.btn {
    -webkit-appearance: initial;
    overflow: hidden;
    position: -webkit-sticky;
    position: sticky;
    z-index: 2;
    display: inline-block;
    font-size: 12px;
    border: 2px solid transparent;
    letter-spacing: .5px;
    line-height: inherit;
    border-radius: 0;
    /* text-transform: capitalize; */
    width: auto;
    font-family: 'Montserrat', sans-serif;
    font-weight: bold;
    -webkit-transition: all .5s ease;
    -o-transition: all .5s ease !important;
    transition: all .5s ease !important;
}

/* button size */
.btn.btn-small {
    font-size: 12px;
    padding: 4px 1.8em;
}

.btn.btn-medium {
    font-size: 14px;
    padding: 14px 46px;
    line-height: 1.8em
}

.btn.btn-large {
    font-size: 16px;
    padding: 16px 48px;
    ;
    line-height: 1.8em;
}

.btn.btn-rounded {
    border-radius: 50px;
}

/*Button Arrow Hover*/
.btn.button {
    position: relative;
}

.button:hover:after {
    opacity: 1;
    right: 10px;
}

.button:after {
    position: absolute;
    opacity: 0;
    top: 48%;
    right: -20px;
    font-size: 18px;
    transition: 0.3s linear;
    transform: translateY(-50%);
    content: '\EA46';
    font-family: LineIcons;
}

/* Transparent white button */
.btn.btn-white-trans {
    background: #ffffff;
    border-color: #ffffff;
    color: #202020
}

.btn.btn-white-trans:hover {
    background: transparent !important;
    border-color: #ffffff;
    color: #ffffff !important
}

/* White button */
.btn.btn-transparent {
    background: transparent;
    border-color: #ffffff;
    color: #ffffff;
}

.btn.btn-transparent:hover {
    background: #ffffff !important;
    border-color: #ffffff;
    color: #202020 !important
}

.btn.btn-white {
    background: #ffffff !important;
    border-color: #ffffff;
    color: #202020 !important
}

/* Grey button */
.btn.btn-grey {
    background: #133d60;
    border-color: #133d60;
    color: #ffffff;
}

.btn.btn-grey:hover {
    background: #18212e !important;
    border-color: #18212e;
    color: #ffffff !important
}

/* red button */
.btn.btn-red {
    background: transparent;
    border-color: #ffffff;
    color: #ffffff;
}

.btn.btn-red:hover {
    background: #133d60 !important;
    border-color: #133d60;
    color: #ffffff !important
}

.btn.btn-green {
    background: #00b489;
    border-color: #00b489;
    color: #ffffff;
}

.btn.btn-green:hover {
    background: transparent !important;
    border-color: #00b489;
    color: #00b489 !important
}

/* Background color */
.bg-main {
    background-color: #236aa6;
}

.bg-white {
    background: #ffffff;
}

.bg-black {
    background: #202020;
}

.bg-sec {
    background: #444444;
}

.cont-color {
    color: #ed1c24;
}

/* Text color */
.text-main {
    color: #236aa6;
}

.text-black {
    color: #202020;
}

.text-white {
    color: #ffffff;
}

.text-sec {
    color: #444444;
}

/* ===================================
   Social Icon Bg Hover
====================================== */

.social-icon-bg-hvr a:hover i.fa-facebook-f {
    background-color: #3B5998;
}

.social-icon-bg-hvr a:hover i.fa-twitter {
    background-color: #55ACEE;
}

.social-icon-bg-hvr a:hover i.fa-google-plus {
    background-color: #DD4B39;
}

.social-icon-bg-hvr a:hover i.fa-linkedin-in {
    background-color: #0976B4;
}

.social-icon-bg-hvr a:hover i.fa-instagram {
    background-color: #c13584;
}

.social-icon-bg-hvr a:hover i.fa-youtube {
    background-color: #dd4b39;
}

.social-icon-bg-hvr a:hover i.fa-pinterest-p {
    background-color: #B7242A;
}

.social-icon-bg-hvr a:hover i.fa-instagram {
    background-color: #e8715c;
}

.social-icon-bg-hvr a:hover i.fa-vimeo {
    background-color: #1ab7ea;
}

.social-icon-bg-hvr a:hover i.fa-vk {
    background-color: #4c75a3;
}

.social-icon-bg-hvr a:hover i.fa-youtube {
    background-color: #cd201f;
}

.social-icon-bg-hvr a:hover i.fa-pinterest {
    background-color: #bd081c;
}

.social-icon-bg-hvr a:hover i.fa-tumblr {
    background-color: #34465d;
}

.social-icon-bg-hvr a:hover i.fa-behance {
    background-color: #131418;
}

.social-icon-bg-hvr a:hover i.fa-dribbble {
    background-color: #ea4c89;
}

.social-icon-bg-hvr a:hover i.fa-google-plus {
    background-color: #dd4b39;
}

.social-icon-bg-hvr a:hover i.fa-xing {
    background-color: #026466;
}

.social-icon-bg-hvr a:hover i.fa-yelp {
    background-color: #af0606;
}

.social-icon-bg-hvr a:hover i.fa-vine {
    background-color: #00b489;
}

/* ===================================
    PRELOADER
=================================== */

.loader {
    position: fixed;
    height: 100%;
    width: 100%;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 111111;
    background: #ffffff;
    overflow: hidden !important;
    display: flex;
    justify-content: center;
    align-items: center;
}

.loader-container {
    width: 100px;
    height: 100px;
}

.loader-block {
    position: relative;
    box-sizing: border-box;
    float: left;
    margin: 0 10px 10px 0;
    width: 14px;
    height: 14px;
    border-radius: 3px;
    background: #133d60;
}

.loader-block:nth-child(4n+1) {
    animation: wave 1.5s ease .0s infinite;
}

.loader-block:nth-child(4n+2) {
    animation: wave 1.5s ease .2s infinite;
}

.loader-block:nth-child(4n+3) {
    animation: wave 1.5s ease .4s infinite;
}

.loader-block:nth-child(4n+4) {
    animation: wave 1.5s ease .6s infinite;
    margin-right: 0;
}

@keyframes wave {
    0% {
        top: 0;
        opacity: 1;
    }

    50% {
        top: 30px;
        opacity: .2;
    }

    100% {
        top: 0;
        opacity: 1;
    }
}

@media screen and (max-width: 575px) {}

/* ===================================
    menu-line
====================================== */
.menu-line {
    position: absolute;
    top: -12px;
    font-size: 18px;
    color: #ffffff;
    left: 0;
    display: block;
    text-align: center;
    width: 130px;
    height: 30px;
    pointer-events: none;
    -webkit-transition: -webkit-transform 0.5s;
    transition: transform 0.5s;
    -webkit-transition-timing-function: cubic-bezier(1, 0.01, 0, 1);
    -webkit-transition-timing-function: cubic-bezier(1, 0.01, 0, 1.22);
    transition-timing-function: cubic-bezier(1, 0.01, 0, 1.22);
}

.nav-icon .navbar-nav .nav-link:nth-child(1).active~.menu-line {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.nav-icon .navbar-nav .nav-link:nth-child(2).active~.menu-line {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
}

.nav-icon .navbar-nav .nav-link:nth-child(3).active~.menu-line {
    -webkit-transform: translate3d(200%, 0, 0);
    transform: translate3d(200%, 0, 0);
}

.nav-icon .navbar-nav .nav-link:nth-child(4).active~.menu-line {
    -webkit-transform: translate3d(300%, 0, 0);
    transform: translate3d(300%, 0, 0);
}

.nav-icon .navbar-nav .nav-link:nth-child(5).active~.menu-line {
    -webkit-transform: translate3d(400%, 0, 0);
    transform: translate3d(400%, 0, 0);
}

.nav-icon .navbar-nav .nav-link:nth-child(6).active~.menu-line {
    -webkit-transform: translate3d(500%, 0, 0);
    transform: translate3d(500%, 0, 0);
}

.nav-icon .navbar-nav .nav-link:nth-child(7).active~.menu-line {
    -webkit-transform: translate3d(600%, 0, 0);
    transform: translate3d(600%, 0, 0);
}

.nav-icon .navbar-nav .nav-link:nth-child(1):hover~.menu-line {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.nav-icon .navbar-nav .nav-link:nth-child(2):hover~.menu-line {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
}

.nav-icon .navbar-nav .nav-link:nth-child(3):hover~.menu-line {
    -webkit-transform: translate3d(200%, 0, 0);
    transform: translate3d(200%, 0, 0);
}

.nav-icon .navbar-nav .nav-link:nth-child(4):hover~.menu-line {
    -webkit-transform: translate3d(300%, 0, 0);
    transform: translate3d(300%, 0, 0);
}

.nav-icon .navbar-nav .nav-link:nth-child(5):hover~.menu-line {
    -webkit-transform: translate3d(400%, 0, 0);
    transform: translate3d(400%, 0, 0);
}

.nav-icon .navbar-nav .nav-link:nth-child(6):hover~.menu-line {
    -webkit-transform: translate3d(500%, 0, 0);
    transform: translate3d(500%, 0, 0);
}

.nav-icon .navbar-nav .nav-link:nth-child(7):hover~.menu-line {
    -webkit-transform: translate3d(600%, 0, 0);
    transform: translate3d(600%, 0, 0);
}

/* ===================================
   Get Quote Model Popup
====================================== */

.quote-content {
    text-align: center;
    max-width: 900px;
    padding: 50px 150px;
    overflow: visible;
}

.quote-content .contact-form .form-control {
    border: none;
    margin: 0 0 20px 0;
    border-bottom: 1px solid #d4d4d4;
    border-radius: 0;
    padding: 0;
}

.quote-content #quote_submit_btn {
    margin-bottom: -120px;
}

/*CheckBox*/

.quote-content .form-check {
    padding: 0;
    padding-top: 50px;
    text-align: center;
    margin-bottom: -15px;
}

.fancybox-bg {
    background: #ffffffb8;
}

.checkbox-lable {
    display: inline-block;
    position: relative;
    padding-left: 35px;
    cursor: pointer;
    font-size: 14px;
    line-height: 25px;
    font-weight: 400;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.checkbox-lable input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}

.checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 25px;
    width: 25px;
    border: 1px solid #d4d4d4;
}

.checkbox-lable:hover input~.checkmark {
    background-color: #ccc;
}

.checkbox-lable input:checked~.checkmark {
    background-color: #18212e;
}

.checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

.checkbox-lable input:checked~.checkmark:after {
    display: block;
}

.checkbox-lable .checkmark:after {
    left: 9px;
    top: 5px;
    width: 5px;
    height: 10px;
    border: solid white;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.quote-content .fancybox-close-small {
    top: 15px;
    right: 15px;
    width: 45px;
    height: 45px;
    border-radius: 50px;
    background: #133d60;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -ms-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}

.quote-content .fancybox-close-small:hover,
.quote-content .fancybox-close-small:focus {
    background: #18212e;
}

.quote-content .fancybox-close-small:after {
    width: 35px;
    height: 35px;
    line-height: 35px;
    margin-top: -1px;
    font: initial;
    font-size: 35px;
    color: #fff;
}

.fancybox-close-small:focus:after {
    outline: none;
}


.quote-content .fancybox-close-small:hover:after,
.quote-content .fancybox-close-small:focus:after {
    background-color: transparent;
}

/* ===================================
   About Section
====================================== */
.heading-area .sub-title {
    font-size: 18px;
    font-weight: 400;
}

.heading-area .title {
    font-size: 41px;
    font-weight: 600;
    margin: 15px 0 25px;
}

/* ===================================
        Header
====================================== */
header {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    z-index: 111;
}

#home {
    background-color: #133d60;
}

/*main navigation*/
header .navbar-brand img {
    max-width: 100%;
}

header .navbar-brand .logo-simple {
    display: block;
}

header .navbar-brand .logo-fixed {
    display: none;
}

header .main-navigation {
    padding: 20px 0;
    background-color: #133d60 !important;
}

header .main-navigation .navbar {
    padding: 0;
}

header .main-navigation nav .navbar-nav .nav-link {
    display: inline-block;
    min-width: 130px;
    text-align: center;
}

header .main-navigation nav .navbar-nav .nav-link {
    padding-top: 0;
    padding-bottom: 0;
    color: #ffffff;
    font-family: Roboto, sans-serif;
    font-size: 16px;
    font-weight: bold;
    text-decoration: none;
    transition: .5s ease;
}

.header-appear {
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    z-index: 1111;
    background-color: #133d60;
    -webkit-animation-name: animationFade;
    animation-name: animationFade;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-box-shadow: 0 10px 10px -10px rgba(0, 0, 0, 0.35);
    box-shadow: 0 10px 10px -10px rgba(0, 0, 0, 0.35);
}

.header-appear .navbar-brand .logo-simple {
    display: none;
}

.header-appear .navbar-brand .logo-fixed {
    display: block;
}

.header-appear .main-navigation {
    padding-top: 15px;
    padding-bottom: 15px;
}

.header-appear .main-navigation .simple-navbar {
    display: flex;
    justify-content: flex-end;
    align-items: center;
}

.header-appear .fixed-nav-links {
    display: block;
}

.header-appear .fixed-nav-links {
    display: inline-block;
    transform: translateY(-5px);
    margin-left: 25px;
}

.header-appear .sidemenu_btn {
    top: 25px;
}

@-webkit-keyframes animationFade {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0);
    }

    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

@keyframes animationFade {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0);
    }

    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

/* ===================================
    Side Menu
====================================== */

.side-menu .bg-overlay {
    background-color: #18212e;
}

.side-menu {
    width: 100%;
    position: fixed;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 2032;
    height: 100%;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
    -webkit-transition: -webkit-transform .5s ease;
    transition: -webkit-transform .5s ease;
    -o-transition: -o-transform .5s ease;
    -o-transition: transform .5s ease;
    transition: transform .5s ease;
    -webkit-transition: transform .5s ease;
    overflow: hidden;
}

.side-menu.left {
    left: 0;
    right: auto;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
}

.side-menu-opacity {
    opacity: 0;
}

.side-menu.before-side {
    width: 280px;
}

.side-menu.side-menu-active,
.side-menu.before-side {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.pul-menu .side-menu.side-menu-active {
    visibility: visible;
    opacity: 1;
}

.side-menu .navbar-brand {
    margin: 0 0 2.5rem 0;
}

/*Side overlay*/
#close_side_menu {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #202020;
    -webkit-transition: opacity 300ms cubic-bezier(0.895, 0.03, 0.685, 0.22);
    -o-transition: opacity 300ms cubic-bezier(0.895, 0.03, 0.685, 0.22);
    transition: opacity 300ms cubic-bezier(0.895, 0.03, 0.685, 0.22);
    display: none;
    z-index: 1031;
    opacity: 0.4;
}

/*side close btn*/
.side-menu .btn-close {
    background: none;
    height: 33px;
    width: 33px;
    display: inline-block;
    text-align: center;
    position: absolute;
    top: 36px;
    left: 40px;
    cursor: pointer;
}

.side-menu.before-side .btn-close {
    display: none;
}

.side-menu .btn-close::before,
.side-menu .btn-close::after {
    position: absolute;
    left: 16px;
    content: ' ';
    height: 24px;
    width: 2px;
    background: #fff;
    top: 5px;
}

.side-menu .btn-close:before {
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.side-menu .btn-close:after {
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

/*side open btn*/
.sidemenu_btn {
    -webkit-transition: all .3s linear;
    -o-transition: all .3s linear;
    transition: all .3s linear;
    width: 36px;
    padding: 6px;
    margin-right: 1rem;
    margin-top: .4rem;
    position: absolute;
    left: 40px;
    top: 30px;
    display: inline-block;
}

.sidemenu_btn span {
    height: 2px;
    width: 100%;
    background: #FFFFFF;
    display: block;
    margin: auto;
    transition: .5s ease;
}

.sidemenu_btn:hover span:first-child,
.sidemenu_btn:hover span:last-child {
    width: 70%;
}

.sidemenu_btn span:nth-child(2) {
    margin: 4px 0;
}

.side-menu .inner-wrapper {
    padding: 3.5rem 5rem;
    height: 100%;
    position: relative;
    overflow-y: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: left;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.pul-menu.pushwrap .side-menu .inner-wrapper {
    padding: 3.5rem 2.5rem;
}

.side-menu .side-nav {
    margin-bottom: 30px;
    display: block;
}

.side-nav .navbar-nav .nav-link {
    display: block;
    margin: 3px 0;
    padding: 0 !important;
    opacity: 0;
    -webkit-transition: all 0.8s ease 500ms;
    -o-transition: all 0.8s ease 500ms;
    transition: all 0.8s ease 500ms;
    -webkit-transform: translateY(30px);
    -ms-transform: translateY(30px);
    transform: translateY(30px);
}

.side-nav .navbar-nav .nav-link:first-child {
    -webkit-transition-delay: .1s;
    -o-transition-delay: .1s;
    transition-delay: .1s;
}

.side-nav .navbar-nav .nav-link:nth-child(2) {
    -webkit-transition-delay: .2s;
    -o-transition-delay: .2s;
    transition-delay: .2s;
}

.side-nav .navbar-nav .nav-link:nth-child(3) {
    -webkit-transition-delay: .3s;
    -o-transition-delay: .3s;
    transition-delay: .3s;
}

.side-nav .navbar-nav .nav-link:nth-child(4) {
    -webkit-transition-delay: .4s;
    -o-transition-delay: .4s;
    transition-delay: .4s;
}

.side-nav .navbar-nav .nav-link:nth-child(5) {
    -webkit-transition-delay: .5s;
    -o-transition-delay: .5s;
    transition-delay: .5s;
}

.side-nav .navbar-nav .nav-link:nth-child(6) {
    -webkit-transition-delay: .6s;
    -o-transition-delay: .6s;
    transition-delay: .6s;
}

.side-nav .navbar-nav .nav-link:nth-child(7) {
    -webkit-transition-delay: .7s;
    -o-transition-delay: .7s;
    transition-delay: .7s;
}

.side-nav .navbar-nav .nav-link:nth-child(8) {
    -webkit-transition-delay: .8s;
    -o-transition-delay: .8s;
    transition-delay: .8s;
}

.side-nav .navbar-nav .nav-link:nth-child(9) {
    -webkit-transition-delay: .9s;
    -o-transition-delay: .9s;
    transition-delay: .9s;
}

.side-menu.side-menu-active .side-nav .navbar-nav .nav-link {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
}

.side-nav .navbar-nav .nav-link {
    display: inline-table;
    color: #fff;
    padding: 16px 0 16px 0 !important;
    font-size: 30px;
    font-weight: bold;
    line-height: normal;
    position: relative;
    border-radius: 0;
    font-family: Roboto, sans-serif;
}

.side-nav .navbar-nav .nav-link::after {
    content: "";
    position: absolute;
    background: #fff;
    display: inline-block;
    width: 0;
    height: 3px;
    bottom: 0;
    left: 0;
    overflow: hidden;
    -webkit-transition: all 0.5s cubic-bezier(0, 0, 0.2, 1);
    -o-transition: all 0.5s cubic-bezier(0, 0, 0.2, 1);
    transition: all 0.5s cubic-bezier(0, 0, 0.2, 1);
}

.side-nav .navbar-nav .nav-link:hover::after,
.side-nav .navbar-nav .nav-link:focus::after,
.side-nav .navbar-nav .nav-link.active::after {
    width: 100%;
}

.side-nav .navbar-nav .nav-link.active {
    background: transparent;
}

.side-menu-inner-content {
    border-bottom: solid 1px rgba(255, 255, 255, 0.5);
    padding-bottom: 30px;
}

.side-menu p {
    margin-bottom: 0;
}

.menu-company-details {
    margin-bottom: 25px;
    margin-top: -15px;
}

.menu-company-details span {
    display: block;
    color: #FFFFFF;
    font-size: 16px;
    font-family: Roboto, sans-serif;
    font-weight: 300;
    margin-bottom: 5px;
}

.social-icons-simple {
    margin-bottom: 0;
    margin-left: -10px;
}

.social-icons-simple li {
    display: inline-block;
    padding-left: 8px;
}

.side-menu .social-icons-simple li:first-child {
    padding-left: 0;
}

.social-icons-simple li a {
    display: block;
    font-size: 16px;
    height: 40px;
    line-height: 42px;
    border: 1px solid transparent;
    text-align: center;
    width: 40px;
    border-radius: 50%;
    position: relative;
    z-index: 1;
    overflow: hidden;
    -webkit-transition: background-color .5s ease;
    -o-transition: background-color .5s ease;
    transition: background-color .5s ease;
    color: #ffffff;
}

.social-icons-simple li a:hover {
    background-color: #FFFFFF;
}

social-icons-simple li a:hover i {
    color: #133d60;
}

.get-started-btn {
    margin: 30px 0 0 0;
}

.social-icons-simple li.animated-wrap a:hover {
    background-color: transparent;
}

@-webkit-keyframes animationFade {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0);
    }

    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

@keyframes animationFade {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0);
    }

    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

/* ===================================
    Banner
=================================== */
.banner-bg {
    background: linear-gradient(rgba(0, 0, 0, 0.5),
            /* camada escura com 50% */
            rgba(0, 0, 0, 0.5)), url('/img/capa.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    height: 100vh;
}

.banner-heading {
    text-align: center;
    color: #ffffff;
    padding-top: 13%;
}

.banner-heading h2 {
    font-size: 60px;
    font-family: 'Montserrat', sans-serif;
}

.banner-heading p {
    font-size: 24px;
    font-family: 'Source Sans Pro', sans-serif;
    font-weight: 300;
}

/* ===================================
   About Section
====================================== */
.heading-about .sub-title {
    font-size: 20px;
    font-weight: 300;
    color: #18212e;
    font-family: 'Roboto', sans-serif;
}

.heading-about .title {
    font-size: 40px;
    margin: 15px 0 25px;
    color: #18212e;
    font-family: 'Montserrat', sans-serif;
}

.about-para {
    font-size: 16px;
    font-family: 'Roboto', sans-serif;
    color: #747b86;
}

.about-img {
    text-align: center;
}

/* ===================================
   Services Section
====================================== */

.process-wrapp {
    text-align: center;
    cursor: pointer;
}

.process-wrapp>.service-heading {
    font-size: 18px;
    line-height: 1.5;
    font-weight: 400;
    margin-top: 20px;
    font-family: 'Montserrat', sans-serif;
    color: #18212e;
}

.process-wrapp>.pro-step {
    position: relative;
    z-index: 1;
}

.process-wrapp>.pro-step {
    display: inline-block;
    height: 90px;
    width: 90px;
    line-height: 90px;
    font-size: 28px;
    font-weight: 600;
    color: #353c47;
    text-align: center;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    border: 2px solid #353c47;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}

.process-wrapp:hover>.pro-step::before {
    content: "";
    background: transparent;
    top: 1px;
    left: 1px;
    bottom: 1px;
    right: 1px;
    position: absolute;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    /* border: 4px solid #fff; */
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

.process-wrapp>.pro-step.purple {
    background-color: transparent;
}

.process-wrapp:hover .pro-step.purple {
    -webkit-animation: itg_pulse_purple 1s infinite;
    -o-animation: itg_pulse_purple 1s infinite;
    animation: itg_pulse_purple 1s infinite;
    -webkit-box-shadow: 0 0 0 0 rgb(35, 107, 166);
    box-shadow: 0 0 0 0 rgb(35, 107, 166);
}

/* ===================================
   Animations
====================================== */

/*Fade*/
@-webkit-keyframes animationFade {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0);
    }

    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

@-o-keyframes animationFade {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0);
    }

    to {
        opacity: 1;
        -webkit-transform: none;
        -o-transform: none;
        transform: none;
    }
}

@keyframes animationFade {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0);
    }

    to {
        opacity: 1;
        -webkit-transform: none;
        -o-transform: none;
        transform: none;
    }
}


/*Blue*/
@-webkit-keyframes itg_pulse_blue {
    0% {
        -webkit-box-shadow: 0 0 0 5px rgba(24, 33, 46, 0.9);
        box-shadow: 0 0 0 5px rgba(24, 33, 46, 0.9);
    }

    25% {
        -webkit-box-shadow: 0 0 0 10px rgba(24, 33, 46, 0.6);
        box-shadow: 0 0 0 10px rgba(24, 33, 46, 0.6);
    }

    70% {
        -webkit-box-shadow: 0 0 0 15px rgba(24, 33, 46, 0.3);
        box-shadow: 0 0 0 15px rgba(24, 33, 46, 0.3);
    }

    100% {
        -webkit-box-shadow: 0 0 0 60px rgba(24, 33, 46, 0.1);
        box-shadow: 0 0 0 20px rgba(24, 33, 46, 0.1);
    }
}

@-o-keyframes itg_pulse_blue {
    0% {
        box-shadow: 0 0 0 5px rgba(24, 33, 46, 0.9);
    }

    25% {
        box-shadow: 0 0 0 10px rgba(24, 33, 46, 0.6);
    }

    70% {
        box-shadow: 0 0 0 15px rgba(24, 33, 46, 0.3);
    }

    100% {
        box-shadow: 0 0 0 20px rgba(24, 33, 46, 0.1);
    }
}


/*Midnight*/
@-webkit-keyframes itg_pulse_midnight {
    0% {
        -webkit-box-shadow: 0 0 0 5px rgba(65, 82, 107, 0.9);
        box-shadow: 0 0 0 5px rgba(65, 82, 107, 0.9);
    }

    25% {
        -webkit-box-shadow: 0 0 0 10px rgba(65, 82, 107, 0.6);
        box-shadow: 0 0 0 10px rgba(65, 82, 107, 0.6);
    }

    70% {
        -webkit-box-shadow: 0 0 0 15px rgba(65, 82, 107, 0.3);
        box-shadow: 0 0 0 15px rgba(65, 82, 107, 0.3);
    }

    100% {
        -webkit-box-shadow: 0 0 0 60px rgba(100, 48, 148, 0.1);
        box-shadow: 0 0 0 20px rgba(100, 48, 148, 0.1);
    }
}

@-o-keyframes itg_pulse_midnight {
    0% {
        box-shadow: 0 0 0 5px rgba(65, 82, 107, 0.9);
    }

    25% {
        box-shadow: 0 0 0 10px rgba(65, 82, 107, 0.6);
    }

    70% {
        box-shadow: 0 0 0 15px rgba(65, 82, 107, 0.3);
    }

    100% {
        box-shadow: 0 0 0 20px rgba(100, 48, 148, 0.1);
    }
}

@keyframes itg_pulse_midnight {
    0% {
        -webkit-box-shadow: 0 0 0 5px rgba(65, 82, 107, 0.9);
        box-shadow: 0 0 0 5px rgba(65, 82, 107, 0.9);
    }

    25% {
        -webkit-box-shadow: 0 0 0 10px rgba(65, 82, 107, 0.6);
        box-shadow: 0 0 0 10px rgba(65, 82, 107, 0.6);
    }

    70% {
        -webkit-box-shadow: 0 0 0 15px rgba(65, 82, 107, 0.3);
        box-shadow: 0 0 0 15px rgba(65, 82, 107, 0.3);
    }

    100% {
        -webkit-box-shadow: 0 0 0 60px rgba(100, 48, 148, 0.1);
        box-shadow: 0 0 0 20px rgba(100, 48, 148, 0.1);
    }
}

/*purple*/
@-webkit-keyframes itg_pulse_purple {
    0% {
        -webkit-box-shadow: 0 0 0 5px rgba(35, 107, 166, 0.9);
        box-shadow: 0 0 0 5px rgba(35, 107, 166, 0.9);
    }

    25% {
        -webkit-box-shadow: 0 0 0 10px rgba(35, 107, 166, 0.6);
        box-shadow: 0 0 0 10px rgba(35, 107, 166, 0.6);
    }

    70% {
        -webkit-box-shadow: 0 0 0 15px rgba(35, 107, 166, 0.3);
        box-shadow: 0 0 0 15px rgba(35, 107, 166, 0.3);
    }

    100% {
        -webkit-box-shadow: 0 0 0 60px rgba(35, 107, 166, 0.1);
        box-shadow: 0 0 0 20px rgba(35, 107, 166, 0.1);
    }
}

@-o-keyframes itg_pulse_purple {
    0% {
        box-shadow: 0 0 0 5px rgba(35, 107, 166, 0.9);
    }

    25% {
        box-shadow: 0 0 0 10px rgba(35, 107, 166, 0.6);
    }

    70% {
        box-shadow: 0 0 0 15px rgba(35, 107, 166, 0.3);
    }

    100% {
        box-shadow: 0 0 0 20px rgba(100, 48, 148, 0.1);
    }
}

@keyframes itg_pulse_purple {
    0% {
        -webkit-box-shadow: 0 0 0 5px rgba(35, 107, 166, 0.9);
        box-shadow: 0 0 0 5px rgba(35, 107, 166, 0.9);
    }

    25% {
        -webkit-box-shadow: 0 0 0 10px rgba(35, 107, 166, 0.6);
        box-shadow: 0 0 0 10px rgba(35, 107, 166, 0.6);
    }

    70% {
        -webkit-box-shadow: 0 0 0 15px rgba(35, 107, 166, 0.3);
        box-shadow: 0 0 0 15px rgba(35, 107, 166, 0.3);
    }

    100% {
        -webkit-box-shadow: 0 0 0 60px rgba(35, 107, 166, 0.1);
        box-shadow: 0 0 0 20px rgba(35, 107, 166, 0.1);
    }
}

/*pink*/
@-webkit-keyframes itg_pulse_pink {
    0% {
        -webkit-box-shadow: 0 0 0 5px rgba(19, 61, 96, 0.9);
        box-shadow: 0 0 0 5px rgba(19, 61, 96, 0.9);
    }

    25% {
        -webkit-box-shadow: 0 0 0 10px rgba(19, 61, 96, 0.6);
        box-shadow: 0 0 0 10px rgba(19, 61, 96, 0.6);
    }

    70% {
        -webkit-box-shadow: 0 0 0 15px rgba(19, 61, 96, 0.3);
        box-shadow: 0 0 0 15px rgba(19, 61, 96, 0.3);
    }

    100% {
        -webkit-box-shadow: 0 0 0 60px rgba(19, 61, 96, 0.1);
        box-shadow: 0 0 0 20px rgba(19, 61, 96, 0.1);
    }
}

@-o-keyframes itg_pulse_pink {
    0% {
        box-shadow: 0 0 0 5px rgba(101, 18, 204, 0.9);
    }

    25% {
        box-shadow: 0 0 0 10px rgba(101, 18, 204, 0.6);
    }

    70% {
        box-shadow: 0 0 0 15px rgba(101, 18, 204, 0.3);
    }

    100% {
        box-shadow: 0 0 0 20px rgba(101, 18, 204, 0.1);
    }
}

@keyframes itg_pulse_pink {
    0% {
        -webkit-box-shadow: 0 0 0 5px rgba(101, 18, 204, 0.9);
        box-shadow: 0 0 0 5px rgba(101, 18, 204, 0.9);
    }

    25% {
        -webkit-box-shadow: 0 0 0 10px rgba(101, 18, 204, 0.6);
        box-shadow: 0 0 0 10px rgba(101, 18, 204, 0.6);
    }

    70% {
        -webkit-box-shadow: 0 0 0 15px rgba(101, 18, 204, 0.3);
        box-shadow: 0 0 0 15px rgba(101, 18, 204, 0.3);
    }

    100% {
        -webkit-box-shadow: 0 0 0 60px rgba(101, 18, 204, 0.1);
        box-shadow: 0 0 0 20px rgba(101, 18, 204, 0.1);
    }
}

/* ===================================
   Counters
====================================== */
.counter-bg {
    background-color: #133d60;
    height: 92vh;
}

.heading-counter .sub-title {
    font-size: 20px;
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    line-height: 1.2;
    padding-bottom: 20px;
}

.heading-counter .title {
    font-size: 40px;
    font-family: 'Montserrat', sans-serif;
    padding-bottom: 25px;
}

.para-counter {
    font-size: 16px;
    font-weight: 300;
    font-family: 'Roboto', sans-serif;
    padding-bottom: 25px;
}

.counter-list {
    margin: 0;
    padding-top: 25px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
}

.counter-item {
    position: relative;
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
}

.counter-item i {
    font-size: 36px;
}

.counter-item .counter-number {
    font-size: 32px;
    margin: 5px 0;
}

/* ===================================
   Team
====================================== */

.team-item {
    cursor: pointer;
    position: relative;
}

.heading-team .sub-title {
    font-size: 20px;
    font-weight: 300;
    padding-bottom: 25px;
}

.heading-team .title {
    font-size: 40px;
    color: #18212e;
    font-family: 'Montserrat', sans-serif;
    padding-bottom: 25px;
}

.para-team {
    font-size: 16px;
    font-weight: 300;
    font-family: 'Roboto', sans-serif;
    padding-bottom: 80px;
}

.team-item .team-image {
    max-width: 250px;
    display: inline-block;
    margin-bottom: 40px;
}

.team-item:hover .team-image {
    -webkit-animation: 1s pulse;
    -o-animation: 1s pulse;
    animation: 1s pulse;
}

.team-item .name {
    position: relative;
}

.team-item .designation {
    position: relative;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

.team-item:hover .designation {
    transform: translateY(5px);
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

.team-item .name>h6 {
    font-size: 23px;
    margin: 0;
    color: #ffffff;
    position: absolute;
    width: 100%;
    top: 50%;
    font-weight: 400;
    transform: translateY(-50%);
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

.team-item .name>img {
    opacity: 0;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

.team-item .name>img {
    opacity: 1;
}

.team-item:hover .name>h6 {
    color: #fff;
}

.team-item .team-social a i {
    display: inline-block;
    width: 35px;
    height: 35px;
    text-align: center;
    line-height: 35px;
    border-radius: 50px;
    font-size: 17px;
    margin-right: 1px;
    color: #3b3b3b;
    border: 1px solid transparent;
    -webkit-transition: background-color .2s ease-in-out;
    -moz-transition: background-color .2s ease-in-out;
    -ms-transition: background-color .2s ease-in-out;
    -o-transition: background-color .2s ease-in-out;
    transition: background-color .2s ease-in-out;
}

.team-item .team-social a i:hover {
    color: #fff;
}

/* ===================================
    parallax
====================================== */
.parallax-bg {
    background-color: #18212e;
}

.parallax-heading {
    padding-top: 10%;
}

.parallax-heading h2 {
    font-size: 40px;
    font-family: 'Montserrat', sans-serif;
    padding-bottom: 25px;
}

.parallax-heading p {
    font-size: 16px;
    font-family: 'Roboto', sans-serif;
    padding-bottom: 20px;
}

/* ===================================
    Cube Portfolio
====================================== */

.cube-portfolio1 .cbp-l-filters-button .cbp-filter-item {
    background: transparent;
    border: none;
    margin: 10px;
    padding: 0;
    font-size: 14px;
    padding-bottom: 20px;
    line-height: 1.2;
    font-weight: 500;
    color: #353c47;
    display: inline-block;
    font-family: 'Montserrat', sans-serif;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -ms-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}

.blue-col {
    color: #133d60;
}

.cube-portfolio1 .cbp-l-filters-button .cbp-filter-item:hover {
    color: #133d60;
}

.cube-portfolio1 .cbp-l-grid-mosaic-flat .cbp-caption-activeWrap {
    background: #133d60;
    background: -moz-linear-gradient(left, #133d60 2%, #133d60 82%);
    background: -webkit-linear-gradient(left, #133d60 2%, #133d60 82%);
    background: linear-gradient(to right, #133d60 2%, #133d60 82%);
    -webkit-transition: opacity .3s ease-in-out;
    -moz-transition: opacity .3s ease-in-out;
    -ms-transition: opacity .3s ease-in-out;
    -o-transition: opacity .3s ease-in-out;
    transition: opacity .3s ease-in-out;
}

.cube-portfolio1 .cbp-caption-zoom .cbp-caption:hover .cbp-caption-activeWrap {
    opacity: .7;
}

.cbp-l-caption-alignCenter {
    position: absolute;
    top: 0;
    z-index: 4;
    opacity: 0;
    -webkit-transition: opacity .4s ease-in-out;
    -moz-transition: opacity .4s ease-in-out;
    -ms-transition: opacity .4s ease-in-out;
    -o-transition: opacity .4s ease-in-out;
    transition: opacity .4s ease-in-out;
}

.cube-portfolio1 .cbp-caption-zoom .cbp-caption:hover .cbp-l-caption-alignCenter {
    opacity: 1;
}

.heading-port .title {
    font-size: 40px;
    color: #18212e;
    font-family: 'Montserrat', sans-serif;
    padding-bottom: 25px;
}

.heading-port p {
    font-size: 16px;
    color: #18212e;
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    padding-bottom: 50px;
}

.port-title {
    font-size: 20px;
    color: #18212e;
    font-weight: 400;
    padding-bottom: 25px;
}

.cbp-l-caption-body p {
    font-size: 12px;
}

.cbp-l-caption-body h5 {
    font-weight: 400;
}

.plus {
    display: block;
    margin: 0 auto;
    height: 70px;
    width: 70px;
    position: relative;
    overflow: hidden;
    margin-bottom: 1rem;
}


.plus::before {
    width: 2px;
    margin-left: -1px;
    left: 50%;
    top: 5px;
    bottom: 5px;
}

.plus::after {
    height: 2px;
    margin-top: -1px;
    top: 50%;
    left: 5px;
    right: 5px;
}

.plus::before,
.plus::after {
    content: " ";
    position: absolute;
    background: #fff;
}

/* ===================================
   Testimonials
====================================== */
.testimonial-bg {
    background-color: #133d60;
}

#testimonial-slider {
    max-width: 730px;
    display: inline-block;
    color: #fff;
    font-size: 18px;
    line-height: 35px;
}

#testimonial-slider .para {
    margin-bottom: 3rem;
    position: relative;
    font-style: italic;
    font-size: 20px;
}

#testimonial-slider::after {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f10d";
    position: absolute;
    top: 18%;
    font-size: 220px;
    left: 50%;
    transform: translateX(-50%);
    z-index: -1;
    opacity: 0.1;
    font-style: normal;
}

#testimonial-slider .name {
    font-weight: 600;
    font-style: normal;
    margin: 0;
}

#testimonial-slider .designation {
    font-size: 15px;
}

#testimonial-slider .ratings {
    margin: 0;
    padding: 20px;
    padding-top: 5px;
    display: block;
}

#testimonial-slider .ratings>li {
    display: inline-block;
    font-size: 13px;
    color: #ffce22;
    line-height: 1;
}


#testimonials-avatar .owl-dot {
    position: absolute;
    margin: 0;
    z-index: 1;
    padding: 0;
    opacity: 1;
    background-color: transparent;
    width: 80px;
    overflow: hidden;
    display: inline-block;
    border: none;
}

#testimonials-avatar .owl-dot.active {
    -webkit-animation: pulse_effect 1s infinite;
    -o-animation: pulse_effect 1s infinite;
    animation: pulse_effect 1s infinite;
    -webkit-box-shadow: 0 0 0 0 rgb(255, 255, 255);
    box-shadow: 0 0 0 0 rgb(255, 255, 255);
}

.tp-bullet {
    height: 15px;
    width: 15px;
    position: absolute;
    background: rgba(3, 169, 245, 1);
    cursor: pointer;
}

.testi-sec .uranus .tp-bullet {
    border-radius: 50%;
    box-shadow: 0 0 0 2px rgba(255, 255, 255, 0);
    -webkit-transition: box-shadow 0.3s ease;
    transition: box-shadow 0.3s ease;
    width: 10px;
    height: 10px;
    right: 51%;
}

.testi-sec .uranus .tp-bullet.active .tp-bullet-inner,
.testi-sec .uranus .tp-bullet:hover .tp-bullet-inner {
    transform: scale(0.4);
    -webkit-transform: scale(0.4);
    background-color: rrgba(3, 169, 245, 1);
}

.testi-sec .uranus .tp-bullet.active,
.testi-sec .uranus .tp-bullet:hover {
    box-shadow: 0 0 0 2px rgba(3, 169, 245, 1);
    border: none;
    border-radius: 50%;
    background: transparent;
}

.testi-sec .uranus .tp-bullet-inner {
    -webkit-transition: background-color 0.3s ease, -webkit-transform 0.3s ease;
    transition: background-color 0.3s ease, transform 0.3s ease;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    outline: none;
    border-radius: 50%;
    background-color: rgb(255, 255, 255);
    background-color: rgba(3, 169, 245, 1);
    text-indent: -999em;
    cursor: pointer;
    position: absolute;
}

.tp-bullets {
    height: 15px;
    width: 15px;
    position: absolute;
    background: rgba(3, 169, 245, 1);
    cursor: pointer;
}

.testi-sec .uranu .tp-bullets {
    border-radius: 50%;
    box-shadow: 0 0 0 2px rgba(3, 169, 245, 1);
    -webkit-transition: box-shadow 0.3s ease;
    transition: box-shadow 0.3s ease;
    width: 10px;
    height: 10px;
    right: 49.5%;
}

.testi-sec .uranu .tp-bullets.active .tp-bullet-inners,
.testi-sec .uranu .tp-bullets .tp-bullet-inners {
    transform: scale(0.4);
    -webkit-transform: scale(0.4);
    background-color: rgba(3, 169, 245, 1);
}

.testi-sec .uranu .tp-bullets.active,
.testi-sec .uranu .tp-bullets {
    box-shadow: 0 0 0 2px rgba(3, 169, 245, 1);
    border: none;
    border-radius: 50%;
    background: transparent;
}

.testi-sec .uranu .tp-bullet-inners {
    -webkit-transition: background-color 0.3s ease, -webkit-transform 0.3s ease;
    transition: background-color 0.3s ease, transform 0.3s ease;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    outline: none;
    border-radius: 50%;
    background-color: rgb(255, 255, 255);
    background-color: rgba(3, 169, 245, 1);
    text-indent: -999em;
    cursor: pointer;
    position: absolute;
}

.tp-bullete {
    height: 15px;
    width: 15px;
    position: absolute;
    background: rgba(3, 169, 245, 1);
    cursor: pointer;
}

.testi-sec .uranue .tp-bullete {
    border-radius: 50%;
    box-shadow: 0 0 0 2px rgba(255, 255, 255, 0);
    -webkit-transition: box-shadow 0.3s ease;
    transition: box-shadow 0.3s ease;
    width: 10px;
    height: 10px;
    right: 48%;
}

.testi-sec .uranue .tp-bullete.active .tp-bullet-innere,
.testi-sec .uranue .tp-bullete:hover .tp-bullet-innere {
    transform: scale(0.4);
    -webkit-transform: scale(0.4);
    background-color: rgba(3, 169, 245, 1);
}

.testi-sec .uranue .tp-bullete.active,
.testi-sec .uranue .tp-bullete:hover {
    box-shadow: 0 0 0 2px rgba(3, 169, 245, 1);
    border: none;
    border-radius: 50%;
    background: transparent;
}

.testi-sec .uranue .tp-bullet-innere {
    -webkit-transition: background-color 0.3s ease, -webkit-transform 0.3s ease;
    transition: background-color 0.3s ease, transform 0.3s ease;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    outline: none;
    border-radius: 50%;
    background-color: rgb(255, 255, 255);
    background-color: rgba(3, 169, 245, 1);
    text-indent: -999em;
    cursor: pointer;
    position: absolute;
}

/* ===================================
   Lates Blog
====================================== */
.heading-blog .title {
    font-size: 40px;
    color: #18212e;
    font-family: 'Montserrat', sans-serif;
}

.news-item {
    position: relative;
    border-radius: 10px;
    overflow: hidden;
    text-align: left;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

.news-item img {
    width: 100%;
}

.news-item:hover {
    transform: translateY(-5px);
    -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, .12);
    box-shadow: 0 0 10px rgba(0, 0, 0, .1);

}

.heading-blog .sub-title {
    font-size: 20px;
    font-weight: 300;
    color: #18212e;
    padding-bottom: 30px;
}

.news-item .news-text-box {
    padding: 30px;
    background-color: #fff;
}

.news-item .date {
    font-weight: 400;
    color: #133d60;
}

.news-item .news-title {
    font-size: 24px;
    color: #18212e;
    margin: 10px 0;
    font-weight: 500;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

.news-item .news-title:hover {
    color: #133d60;
}

.news-item .author {
    -ms-flex-align: center;
    align-items: center;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 10px;
}


.news-item .author>img {
    max-width: 50px;
    border-radius: 50px;
    overflow: hidden;
    margin-right: 15px;
}

.news-item .author .author-name {
    font-size: 15px;
    color: #18212e;
    font-style: italic;
    margin: 0;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

.news-item .author .author-name:hover {
    color: #133d60;
}

/* ===================================
   Client
====================================== */
.envato-bg {
    background-color: #18212e;
}

.owl-carousel .owl-item img {
    width: auto;
    max-width: 100%;
    display: inline-block;
}

.partners-slider .logo-item {
    text-align: center;
}

.map-area {
    position: relative;
    height: 250px;
    margin-bottom: 250px;
}

.full-map {
    height: 500px;
    width: 100%;
    overflow: hidden;
}

/* ===================================
   Contact
====================================== */
.heading-contact .title {
    font-size: 40px;
    color: #18212e;
    font-family: 'Montserrat', sans-serif;
    padding-bottom: 30px;
}

.para-contact {
    padding-bottom: 17px;
}

.heading-form .title {
    font-size: 40px;
    color: #18212e;
    font-family: 'Montserrat', sans-serif;
    padding-bottom: 30px;
}

.contact-form .form-control {
    border: 1px solid #d4d4d4;
    padding: 15px 30px;
    background: #fff;
    letter-spacing: .5px;
    font-weight: 400;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    -webkit-box-shadow: none;
    box-shadow: none;
    font-size: 16px;
    min-height: 45px;
    position: relative;
    -webkit-transition: border .9s ease;
    -o-transition: border .9s ease;
    transition: border .9s ease;
}

.checkbox-lable input:checked~.checkmark {
    background-color: #8799a3;
}

.contact-form .form-group {
    margin-bottom: 1.5rem;
}

.contact-form textarea.form-control {
    min-height: 212px;
    resize: none;
    margin-bottom: 0;
}

.contact-form .form-group:nth-last-child(1) {
    margin-bottom: 0;
}

.contact-detail {
    position: relative;
    width: 100%;
    padding: 0 30px;
}

.contact-dots {
    height: 430px;
    width: 490px;
    position: absolute;
    top: -25px;
    left: -10px;
    right: 0;
    bottom: 0;
    pointer-events: none;
}

audio,
video,
canvas {
    max-width: 100%;
}

.address li {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
}

.address .address-icon {
    font-size: 30px;
    margin-right: 20px;
}

.address li:not(:nth-last-child(1)) {
    margin-bottom: 25px;
}

.heading-area p {
    font-size: 17px;
    color: #18212e;
    font-family: 'Roboto', sans-serif;
}

.address-text {
    font-size: 16px;
    color: #252525;
    font-weight: 400;
    font-family: 'Roboto', sans-serif;
}

/* ===================================
   Footer
====================================== */

.footer-style-1 {
    padding: 1rem 0;
}

.footer-social ul {
    margin: 0;
    padding: 0;
}

.footer-social li {
    display: inline-block;
}

.footer-social a {
    display: block;
    color: #3c3f46;
    width: 45px;
    height: 45px;
    text-align: center;
    line-height: 45px;
    border-radius: 50px;
    font-size: 17px;
    margin: 0 10px 0 0;
    border: 1px solid transparent;
    -webkit-transition: background-color .2s ease-in-out;
    -moz-transition: background-color .2s ease-in-out;
    -ms-transition: background-color .2s ease-in-out;
    -o-transition: background-color .2s ease-in-out;
    transition: background-color .2s ease-in-out;
}

.footer-social li:nth-last-child(1) a {
    margin-right: 0;
}

.footer-social li a:hover {
    background-color: #00bcd4;
    color: #ffffff;
}

.company-about {
    font-size: 14px;
}

.form-control {
    height: calc(2.5em + 0.75rem + 2px);
}

a:not([href]):not([tabindex]) {
    color: #fff;
}

/* ===================================
    Start StandAlone
====================================== */
.footer {
    background-color: #133d60;
    padding-top: 50px;
    padding-bottom: 50px;
}

.standalone-row:not(:last-child) {
    margin-bottom: 3rem;
}

.standalone-row .stand-img-des {
    padding-left: 30px;
    text-align: center;
}

.standalone-row:nth-child(2) .stand-img-des {
    padding-left: 0;
    padding-right: 30px;
}

.standalone-detail .sub-heading {
    margin-bottom: 10px;
}

.standalone-area .sub-heading {
    margin-bottom: 8px;
}

.standalone-detail .heading {
    margin-bottom: 20px;
    /* font-size: 60px; */
    color: #444444;
    font-weight: 400;
    font-family: 'Montserrat', sans-serif;
}

.standalone-detail .para_text {
    font-family: 'Roboto', sans-serif;
    text-align: justify;
    font-size: 16px;
    margin: 0 auto;
}

.standalone-detail {
    padding-bottom: 10px;
}

.standalone-area .heading-text {
    font-weight: 400;
    margin-bottom: 12px;
    font-family: 'Montserrat', sans-serif;
    font-size: 45px;
}

.standalone-area .stand-img-des .para_text {
    font-family: 'Roboto', sans-serif;
}

.page-title {
    position: relative;
    text-align: center;
    padding: 20px 0 15px 0;
    background: linear-gradient(rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2)), url('/img/capa.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.footer-social1 {
    text-align: center;
}

.page-title .auto-container {
    position: relative;
}

.page-title h2 {
    position: relative;
    color: #ffffff;
    font-weight: 600;
    line-height: 1.2em;
    margin-bottom: 10px;
    font-size: 3.5rem;
    /* text-transform: capitalize; */
}

.page-breadcrumb {
    position: relative;
}

.page-breadcrumb li {
    position: relative;
    display: inline-block;
    margin-right: 10px;
    padding-right: 15px;
    color: #ffffff;
    font-size: 14px;
    font-weight: 400;
    text-transform: capitalize;
}

.page-breadcrumb li:after {
    position: absolute;
    content: "\f101";
    right: -5px;
    top: 1px;
    color: #ffffff;
    font-size: 14px;
    font-weight: 900;
    font-family: "Font Awesome 5 Free";
}

.page-breadcrumb li:last-child::after {
    display: none;
}

.page-breadcrumb li:last-child {
    padding-right: 0;
    margin-right: 0;
}

.page-breadcrumb li a {
    color: #fff;
    font-weight: 400;
    transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
}

.page-breadcrumb li a .icon {
    margin-right: 4px;
    color: #ffffff;
}

.page-breadcrumb li a:hover {
    color: #ffffff;
}

/* ===================================
    End StandAlone
====================================== */
/* ===================================
   Media Querry
====================================== */
@media screen and (width: 1920px) {
    .banner-heading {
        /* padding-top: 28%; */
    }

    .banner-heading h2 {
        padding-bottom: 10px;
    }

    .banner-heading p {
        padding-bottom: 20px;
    }

    .heading-about {
        padding-top: 25px;
    }

    .heading-about .title {
        padding-bottom: 28px;
    }

    .about-para {
        padding-bottom: 28px;
        font-size: 15px;
    }

    .counter-bg {
        height: 56vh;
    }
}

@media (width: 1600px) {
    .banner-heading {
        /* padding-top: 19%; */
    }

    .counter-bg {
        background-color: #133d60;
        height: 67vh;
    }
}

@media screen and (max-width: 1024px) {
    .menu-line {
        width: 120px;
    }

    header .main-navigation nav .navbar-nav .nav-link {
        min-width: 120px;
    }

    .navbar .btn.btn-medium {
        font-size: 12px;
        padding: 14px 36px;
        margin-left: 10px !important;
    }

    /* Side Menu */
    .sidemenu_btn {
        right: -10px;
        left: auto;
    }

    .side-menu .btn-close {
        right: 10px;
        left: auto;
    }

    .btn {
        letter-spacing: -0.5px;
    }

    .banner-heading {
        text-align: center;
        color: #ffffff;
        /* padding-top: 48%; */
    }

    .heading-about .title {
        font-size: 37px;
    }

    .process-wrapp>.service-heading {
        font-size: 16px;
    }

    .counter-bg {
        background-color: #133d60;
        height: 41vh;
    }

    .half-img {
        padding-top: 63px !important;
    }
}

@media screen and (max-width: 991px) and (min-width: 768px) {
    .heading-about {
        text-align: center;
    }

    .counter-bg {
        background-color: #133d60;
        height: 108vh;
    }

    .heading-counter {
        text-align: center;
    }

    .counter-list {
        text-align: center;
    }

    .parallax-heading {
        text-align: center;
    }

    .half-img {
        text-align: center;
    }

    .heading-contact {
        text-align: center;
    }

    .address {
        text-align: center;
    }

    .footer-social {
        text-align: center;
        padding-bottom: 10px;
    }

    .company-about {
        text-align: center;
    }

    .owl-dots {
        display: none;
    }

    .process-wrapp>.service-heading {
        font-size: 11px;
    }

    .news-item {
        padding-bottom: 20px;
    }

    .testi-sec .uranus .tp-bullet {
        right: 53%;
    }

    .testi-sec .uranue .tp-bullete {
        right: 46%;
    }

    .address li {
        display: block;

    }

    .address .address-icon {
        display: block;
        padding-bottom: 20px;
    }

    /* Standalone */
    .standalone-detail {
        padding-bottom: 10px;
    }

    .standalone-area .gradient-text1 {
        font-size: 30px;
    }

    .standalone-detail .heading {
        font-size: 30px;
    }

    .standalone-area .sub-heading {
        margin-top: 3rem;
    }

    .standalone-row .stand-img-des {
        padding-left: 0;
        padding-right: 0;
    }

    .standalone-row:nth-child(2) .stand-img-des {
        padding-left: 0;
        padding-right: 0;
    }

    .standalone-row:nth-child(2) {
        margin-top: 6rem;
        margin-bottom: 6rem;
    }

    .para_text {
        font-size: 18px;
    }

    .author-avatar {
        float: none;
        margin-bottom: 25px;
        overflow: visible;
    }

    .agency-author {
        padding: 30px;
        text-align: left;
    }

    .author-content {
        padding: 0;
    }
}

@media screen and (max-width: 767px) {
    .banner-heading h2 {
        font-size: 40px;
    }

    .heading-about {
        text-align: center;
    }

    .heading-about .title {
        font-size: 29px;
    }

    .counter-bg {
        background-color: #133d60;
        height: 148vh;
    }

    .heading-port .title {
        font-size: 27px;
    }

    .counter-item {
        flex-basis: auto;
        padding-bottom: 30px;
    }

    .team-item {
        padding-bottom: 20px;
    }

    .para-team {
        font-size: 17px;
    }

    .heading-counter .title {
        font-size: 30px;
    }

    .heading-blog .title {
        font-size: 26px;
    }

    .address-text {
        font-size: 13px;
    }

    .heading-team .title {
        font-size: 30px;
    }

    .heading-area .title {
        font-size: 27px;
    }

    .contact-form .form-group:nth-last-child(1) {
        margin-bottom: 30px;
    }

    .para-counter {
        font-size: 11px;
    }

    .parallax-heading h2 {
        font-size: 28px;
    }

    .parallax-heading p {
        font-size: 13px;
    }

    .heading-counter {
        text-align: center;
    }

    .counter-list {
        text-align: center;
    }

    .parallax-heading {
        text-align: center;
    }

    .half-img {
        text-align: center;
    }

    .heading-contact {
        text-align: center;
    }

    .address {
        text-align: center;
    }

    .footer-social {
        text-align: center;
        padding-bottom: 10px;
    }

    .company-about {
        text-align: center;
    }

    .owl-dots {
        display: none;
    }

    .heading-form {
        text-align: center;
    }

    .side-nav .navbar-nav .nav-link {
        font-size: 19px;
    }

    .news-item {
        padding-bottom: 20px;
    }

    .testi-sec .uranus .tp-bullet {
        right: 55%;
    }

    .testi-sec .uranue .tp-bullete {
        right: 44%;
    }

    .address li {
        display: block;
    }

    .address .address-icon {
        display: block;
        padding-bottom: 20px;
    }

    /* Standalone */
    .standalone-detail {
        padding-bottom: 10px;
    }

    .standalone-detail .heading {
        font-size: 30px;
    }

    .standalone-area .sub-heading {
        margin-top: 3rem;
    }

    .standalone-row .stand-img-des {
        padding-left: 0;
        padding-right: 0;
    }

    .standalone-row:nth-child(2) .stand-img-des {
        padding-left: 0;
        padding-right: 0;
    }

    .standalone-row:nth-child(2) {
        margin-top: 6rem;
        margin-bottom: 6rem;
    }

    .page-title h2 {
        font-size: 2.5rem;
    }

    .standalone-area .heading-text {
        font-size: 30px;
    }
}

/**LEAFLET MAP  **/
#map {
    min-height: 512px;
    height: 100%;
    min-height: 700px;
}

.emoji-icon {
    font-size: 28px;
    text-align: center;
    line-height: 32px;
}

/*Leaflet CSS Custom*/

.label_column_popup {
    font-weight: bolder;
    text-transform: uppercase;
}

.leaflet-container a.leaflet-popup-close-button {
    padding: 7px 21px 21px 7px;
}

.leaflet-container a.leaflet-popup-close-button:hover {
    background-color: #0000001a;
}

.leaflet-popup-content-wrapper {
    padding: 0;
    font-family: 'Fira Sans';
    border-radius: 6px;
}

.leaflet-popup .popup-header-title {
    font-size: 12px;
    color: #000;
    margin-left: 0;
    font-weight: 500;
}

.leaflet-popup-content {
    margin: 0;
    min-width: 269px;
}

.showing-list-map-header.popup-content-header {
    /* height: 28px; */
}

.showing-list-map-header.popup-content-header img {
    position: absolute;
    height: 34px;
    top: 11px;
    left: 0px;
}

.showing-list-map-header.popup-content-header p {
    font-size: 1rem;
    color: #000;
    /* margin-left: 40px; */
    /* font-weight: 600; */
    margin-top: 4px;
}

.leaflet-popup-content .popup-content-body {
    /* margin: 23px 14px 0;
    padding-bottom: 16px; */
}

.popup-content-body .title {
    font-size: 1rem;
    text-align: center;
    font-weight: 500;
    margin: 0 6px;
}

/* 
.popup-content-body hr:not([size]) {
    height: 2px;
}

.popup-content-body hr {
    opacity: .1;
    margin: .6rem 0;
} */

.popup-content-body .attribute-title {
    display: block;
    font-weight: 600;
    margin-top: 4px;
    margin-bottom: 4px;
}

.popup-content-body .proposition {
    /* display: block;
    margin-bottom: 5px; */
}

.legend_box {
    position: relative;
}

.legend {
    position: relative;
    display: inline-block;
    bottom: 0;
    width: 375px;
    font-family: 'Fira Sans';
    background: transparent;
    line-height: 24px;
    color: #474747;
    box-shadow: 0px 3px 5px #20232381 !important
}

.legend:nth-child(2) {
    margin-left: 270px;
}

.legend:nth-child(3) {
    margin-left: 540px;
}

.legend .card {
    border: none;
    overflow-y: auto;
}

.legend .card .card-header {
    border: none;
}

.legend .card .card-body {
    height: 285px;
    overflow-y: auto;
}

.legend .card .card-body hr {
    margin: 1.4rem 0;
    color: #000;
    opacity: 0.1;
}

.legend .map-type-icon {
    width: 22px;
    margin-left: 8px;
    margin-right: 8px;
    opacity: 0.6;
}

.legend .card .card-body hr:not([size]) {
    height: 2px;
}

.card-header span {
    text-transform: uppercase;
    font-weight: 700;
    font-size: 14px;
    color: #474747;
}

.card-header i {
    font-size: 1.5rem;
    color: #474747;
}

.legend-item-header {
    display: flex;
    background-color: #E8EDED;
    margin-bottom: 3px;
    max-height: 40px;
}

.legend-item-header a {
    opacity: .4;
    align-items: center;
    margin-top: 0;
    margin-bottom: 0;
}

.legend-item-header a:hover {
    background-color: #c5d1d1;
    opacity: 1;
    border-radius: 0;
}

.label-name {
    display: inline-block;
    color: #000;
    font-weight: 700;
    font-size: .9rem;
    padding: 6px 10px 6px 0px;
    width: auto;
    /* margin-right: auto; */
    max-width: calc(100% - 50px);
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.info-label {
    display: flex;
    padding: 4px 0;
    margin-left: 12px;
    flex-direction: row;
    align-items: baseline;
    color: #000000cb;
}

.source-label {
    margin: 10px 12px 24px 12px;
    display: block;
    font-size: 14px;
}

.info-label span {
    padding-left: 12px;
    font-size: 14px;
    font-weight: 600;
    line-height: 22px;
}

.info-label i {
    font-size: 17px;
    margin-top: auto;
    margin-bottom: auto;
}

.label-marker {
    margin-left: 14px;
}

.label-marker i {
    font-size: 20px;
}

.label-line i {
    font-size: 19px;
}

.label-polygon i {
    padding-bottom: 2.5px;
}

.info-label span i {
    margin-left: 5px;
}

.leaflet-bar {
    border: none !important;
    background-clip: initial !important;
    box-shadow: -1px 2px 7px #202323 !important;
}

.leaflet-bar a {
    color: #555 !important;
}

.leaflet-control-layers {
    border: none !important;
}

.leaflet-touch .leaflet-control-layers-toggle {
    width: 40px;
    height: 40px;
}

.leaflet-control-layers-toggle {
    background-image: url('../img/icons/leaflet/layers.svg') !important;
}

.leaflet-control-target,
.leaflet-control-layers-toggle {
    display: block;
    width: 40px;
    height: 40px;
    box-shadow: 0 1px 1px 1px rgba(0, 0, 0, 0.15) !important;
    background-position: center;
    background-repeat: no-repeat;
    background-size: 25px;
}

.leaflet-control-target {
    background-image: url('../img/icons/leaflet/target.svg') !important;
}

.leaflet-control-target:hover {
    background-color: #f4f4f4 !important;
}

.leaflet-touch .leaflet-bar a {
    width: 40px;
    height: 35px;
    line-height: 35px;
    color: #666666;
}

.leaflet-bar {
    box-shadow: 0 1px 1px 1px rgba(0, 0, 0, 0.15) !important;
}


/* LEGEND POSITION */

.leaflet-container a {
    color: #000 !important;
    text-decoration: none !important;
}

.leaflet-container a:hover {
    color: #000;
}


/*legend scroll-bar */

.legend ::-webkit-scrollbar-track-piece {
    background-color: #bebebe !important;
}

.legend ::-webkit-scrollbar {
    width: 10px;
    background: #000 !important;
}

.legend ::-webkit-scrollbar-thumb {
    border-radius: 25px;
    background: rgb(255, 255, 255, 0.2) !important;
}


/*zoom control scroll-bar */

.leaflet-top {
    top: 75px !important;
}

.leaflet-control-browser-print {
    display: none !important;
}

@media print {
    .fullscreen-icon {
        display: none !important;
    }

    .header-img {
        width: 28mm;
        padding: 5px;
    }

    .legend-print {
        position: relative;
        display: inline-block;
        bottom: 0;
        width: 62mm;
        height: 20mm;
        font-family: 'Fira Sans';
        background: rgba(255, 255, 255, 0.5);
        margin: 0px !important;
    }

    .leaflet-control-attribution.leaflet-control {
        display: none;
    }
}

.collapse-legend {
    margin: auto 0 auto auto;
}

@media (max-width: 1400px) {
    .legend .card .card-body {
        max-height: 280px;
    }
}

.legend.hide {
    display: none !important;
}

.north-icon {
    height: 50px;
}

.info.legend.leaflet-control {
    width: 50px !important;
    box-shadow: 0px 0px 0px #20232381 !important;
    right: -19px;
}

.leaflet-bottom.leaflet-left {
    left: max(360px, 20%);
    bottom: 20px;
}

.leaflet-bottom.leaflet-right .legend .card {
    background-color: #F3F3F3;
}

.legend .img-fluid {
    padding: 10px;
    position: absolute;
}

.collapse.show img {
    display: block;
}

.collapse img {
    display: none;
}

.timeline {
    border-top: 3px solid #e9ecef;
}

.timeline-active {
    border-top: 3px solid #00b489;
}

.heart-btn {
    background: #6c757d4b;
    border: none;
    cursor: pointer;
    display: inline-flex;
    align-items: center;
    gap: 6px;
    padding: 6px 8px;
    border-radius: 6px;
}

.heart-btn[aria-pressed="true"] .heart-icon path {
    fill: #e0245e;
}

.heart-btn[aria-pressed="false"] .heart-icon path {
    fill: #6c757d;
}

.heart-icon path {
    transition: fill .15s ease-in-out;
}

.like-count {
    font-weight: 600;
    font-size: 0.95rem;
}