@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600;700&display=swap');
.navbar li,
.navbar>ul>li,
.page-sidebar {
    position: relative
}

.navbar .dropdown ul,
.navbar-mobile .dropdown ul {
    z-index: 99;
    box-shadow: 0 0 30px rgba(127, 137, 161, .25)
}

#hero h2,
#hero p {
    text-shadow: 0 1px 0 #000;
    font-size: 20px
}

.social-links a:hover,
a,
a:hover {
    text-decoration: none
}

.social-links a,
ul.social-network li a {
    width: 36px;
    height: 36px;
    display: inline-block
}

.counts .count-box p,
body,
h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Poppins', sans-serif;
}

#header .logo,
.faq .faq-list a {
    font-family: 'Poppins', sans-serif;
}

#footer .footer-bottom a:hover,
#header .logo a,
a {
    color: #2e3e4e
}

#footer .footer-bottom a,
#footer a:active,
#footer a:hover,
#topbar .contact-info a:hover,
#topbar .social-links a:hover,
.faq .faq-list a.collapsed:hover,
.navbar .active,
.navbar .active:focus,
.navbar .dropdown ul .active:hover,
.navbar .dropdown ul a:hover,
.navbar .dropdown ul li:hover>a,
.navbar a:hover,
.navbar li:hover>a,
.navbar-mobile .active,
.navbar-mobile .dropdown ul .active:hover,
.navbar-mobile .dropdown ul a:hover,
.navbar-mobile .dropdown ul li:hover>a,
.navbar-mobile a:hover,
.navbar-mobile li:hover>a,
.services .icon-box:hover .icon i,
.sidebar-list .list-group .active,
.sidebar-list .list-group a:hover,
a:hover {
    color: #0cbaa4
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin-bottom: .8rem
}

#preloader {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 9999;
    overflow: hidden;
    background: #fff
}

#preloader:before {
    content: "";
    position: fixed;
    top: calc(50% - 40px);
    left: calc(50% - 40px);
    border: 4px solid #0cbaa4;
    border-top-color: #dfeae8;
    border-radius: 50%;
    width: 80px;
    height: 80px;
    animation: 1s linear infinite animate-preloader
}

@keyframes animate-preloader {
    0% {
        transform: rotate(0)
    }
    100% {
        transform: rotate(360deg)
    }
}

.back-to-top {
    position: fixed;
    visibility: hidden;
    opacity: 0;
    left: 15px;
    bottom: 15px;
    z-index: 996;
    background: #0cbaa4;
    width: 30px;
    height: 30px;
    border-radius: 4px;
    transition: .4s
}

#hero .carousel-item::before,
.navbar-mobile {
    height: 100%;
    bottom: 0;
    left: 0;
    width: 100%;
    right: 0;
    overflow: hidden
}

.back-to-top i {
    font-size: 28px;
    color: #fff;
    line-height: 0
}

.back-to-top:hover,
.btn-theme:hover {
    background: #2e3e4e;
    color: #fff
}

.back-to-top.active {
    visibility: visible;
    opacity: 1
}

.datepicker-dropdown {
    padding: 20px !important
}

#topbar {
    height: 40px;
    transition: .5s;
    z-index: 998;
    box-shadow: 0 0 1px rgba(0, 0, 0, .4);
    text-wrap: nowrap;
    background: #26267D;
    color: #fff;
}

#hero,
#hero .carousel-item {
    height: calc(100vh - 250px);
    width: 100%;
    overflow: hidden
}

#topbar.topbar-scrolled {
    top: -40px;
    background: #fff
}

#topbar .contact-info a {
    line-height: 1;
    transition: .3s;
    color: #fff !important;
}

.header-scrolled .header-dropdown .btn,
.header-scrolled .navbar a,
body {
    color: #444
}

#topbar .contact-info i {
    color: #fff !important;
    padding-right: 4px;
    margin-left: 15px;
    line-height: 0
}

#topbar .contact-info i:first-child {
    margin-left: 0
}

#topbar .social-links a {
    color: #2e3e4e;
    display: inline-block;
    line-height: 1px;
    transition: .3s;
    display: flex;
    justify-content: center;
    align-items: center;
}

#topbar .social-links a:first-child {
    border-left: 0
}

/*#header {
    transition: .5s;
    z-index: 997;
    padding: 10px 0;
    top: 0px;
    box-shadow: 0 2px 15px rgba(0, 0, 0, .1)
}*/

.header-bg,
.services .icon-box:hover .icon,
.staff {
    background: #fff
}

.breadcrumbs,
.section-bg,
pre {
    background-color: #edf3f2
}

/*#header.header-scrolled {
    top: 0;
    background: #000;
}
#header.header-scrolled .navbar a, #header.header-scrolled .navbar a:focus {color: #fff !important;}
#header.header-scrolled .navbar .dropdown li a, #header.header-scrolled .navbar .dropdown li a:focus {color: #000 !important;}*/

#footer,
#hero .carousel-item {
    background-size: cover;
    background-repeat: no-repeat
}

#header .logo {
    font-size: 30px;
    margin: 0;
    padding: 0;
    line-height: 1;
    font-weight: 700
}

#header .logo img {
    width: auto;
    height: auto;
    max-width: 100%;
    max-height: 70px;
    margin-top: -10px;
    margin-bottom: 0px
}

.more-btn {
    text-align: center;
    margin-top: 10px
}

.header-no-bg {
    box-shadow: none !important
}

.header-scrolled {
    box-shadow: 0 2px 15px rgba(0, 0, 0, .1) !important
}

.navbar {
    padding: 0
}

.navbar ul {
    margin: 0;
    padding: 0;
    display: flex;
    list-style: none;
    align-items: center
}

.navbar>ul>li {
    white-space: nowrap;
	/*padding: 8px 0 23px 25px*/
}

.navbar a,
.navbar a:focus {
    display: flex;
    align-items: center;
    justify-content: space-between;
    white-space: nowrap;
    transition: .3s;
    font-size: 15px;
    color: #fff;
    padding: 0;
    /* margin-right: 12px; */
    transition: all 0.3s ease-in-out;
    position: relative;
    font-weight: 500;
    margin: 0px 10px;
    margin-top: -7px;
    position: relative;
    padding: 0px 8px;
}
/*.navbar li:last-child .nav-link {
    padding: 9px 30px;
    color: #00339C !important;
    margin-top: -7px;
    position: relative;
    font-size: 13px;
    background: #fff;
    border: 2px solid #999;
    text-decoration: none;
    cursor: pointer;
    transition: all 0.3s ease-in-out;
}
.navbar li:last-child .nav-link:hover {
    color: #fff;
}*/
.cut-corner-btn {
    position: relative;
    display: inline-block;
    padding: 12px 24px;
    font-size: 16px;
    color: #555;
    background: #fff;
    border: 2px solid #999;
    text-decoration: none;
    cursor: pointer;
    transition: all 0.3s ease-in-out;
    height: fit-content;
}
.navbar a .drop-arrow {
    font-size: 12px;
    line-height: 0;
    margin-left: 5px
}

.navbar .dropdown ul a .drop-arrow {
    position: absolute;
    right: 15px;
    top: 15px
}

.navbar .dropdown ul {
    display: block;
    position: absolute;
    left: 20px;
    top: 100%;
    margin: 0;
    padding: 10px 0;
    opacity: 0;
    visibility: hidden;
    background: #fff;
    transition: .3s
}

.navbar .dropdown:hover>ul,
.navbar-mobile .dropdown ul {
    opacity: 1;
    visibility: visible
}

.gallery .gallery-item img,
.why-us .content .more-btn {
    transition: .4s ease-in-out
}

.navbar .dropdown ul li,
.navbar-mobile .dropdown ul li {
    min-width: 200px
}

.navbar .dropdown ul a {
    padding: 10px 40px 10px 20px;
    font-size: 16px;
    text-transform: none;
    color: #000 !important;
    border: none;
    display: block
}

.header-dropdown i,
.navbar .dropdown ul a .fa {
    margin-right: 5px
}

.navbar .dropdown .dropdown ul {
    top: 0;
    left: 100%;
    visibility: hidden
}

.navbar .dropdown .dropdown:hover>ul {
    opacity: 1;
    top: 0;
    left: 100%;
    visibility: visible
}

@media (max-width:1366px) {
    .navbar .dropdown .dropdown ul {
        left: -90%
    }
    .navbar .dropdown .dropdown:hover>ul {
        left: -100%
    }
}

.mobile-nav-toggle {
    color: #2e3e4e;
    font-size: 28px;
    cursor: pointer;
    display: none;
    line-height: 0;
    transition: .5s;
    margin-top: -15px
}

#footer .copyright,
.mobile-nav-toggle.bi-x {
    color: #000
}

@media (max-width:991px) {
    .mobile-nav-toggle {
        display: block
    }
    .navbar ul {
        display: none
    }
}

.navbar-mobile {
    position: fixed;
    top: 0;
    transition: .3s;
    z-index: 999
}

.navbar-mobile .mobile-nav-toggle {
    position: absolute;
    top: 65px;
    right: 35px;
    font-size: 25px;
    border: 1px solid #f0f0f0;
    padding: 2px;
    background: #fff;
    border-radius: 4px
}

.navbar-mobile ul {
    display: block;
    position: absolute;
    top: 100px;
    right: 0;
    bottom: 0;
    left: 0;
    padding: 15px 0 0;
    background-color: #fff;
    overflow-y: auto;
    transition: .3s
}

.navbar-mobile>ul>li {
    padding: 0;
    border-bottom: 1px solid #f0f0f0
}

.navbar-mobile a,
.navbar-mobile a:focus {
    padding: 10px 2.5rem;
    font-size: 15px;
    color: #2e3e4e;
    border: none
}

.navbar-mobile .getstarted,
.navbar-mobile .getstarted:focus {
    margin: 15px
}

.navbar-mobile .dropdown ul {
    position: static;
    display: none;
    margin: 10px 30px;
    padding: 10px 0;
    background: #fff
}

#footer .footer-top .footer-contact,
#footer .footer-top .footer-links,
#hero h2,
.slider-details,
.why-us .content h3,
.why-us .content p {
    margin-bottom: 30px
}

.navbar-mobile .dropdown ul a {
    padding: 10px 20px
}

.navbar-mobile .dropdown ul a i {
    font-size: 12px
}

.iti,
.navbar-mobile .dropdown>.dropdown-active {
    display: block
}

.header-scrolled .navbar-mobile ul {
    top: 64px
}

.header-scrolled .navbar-mobile .mobile-nav-toggle {
    top: 25px
}

.social-links {
    display: flex
}

.social-links a {
    font-size: 18px;
    line-height: 1;
    padding: 8px 0;
    margin-right: 4px;
    border-radius: 50%;
    text-align: center;
    transition: .3s
}

.social-links a:hover {
    box-shadow: inset rgba(0, 0, 0, .4) 0 0 30px
}

#topbar .social-links a {
    width: 28px;
    height: 28px;
    padding: 7px;
    font-size: 14px
}

.footer-title,
.form-control,
.select2-container,
article .row {
    margin-bottom: 15px
}

.footer-title h4 {
    font-size: 22px
}

.footer-title h4::before {
    content: "";
    position: absolute;
    display: block;
    width: 100%;
    height: 1px;
    background: rgba(255, 255, 255, .2);
    bottom: 1px;
    left: 0
}

.header-dropdown img {
    width: 20px;
    height: 20px;
    margin-right: 5px;
    border-radius: 5px
}

.datetimepicker table,
.thumbnail img,
footer,
iframe {
    width: 100%
}

.header-dropdown .btn {
    border: none;
    padding: 0;
    margin-left: 15px
}

img {
    max-width: 100%
}

#google-map {
    position: relative;
    height: 350px;
    border-radius: 15px
}

#contact-google-map {
    position: relative;
    height: 350px
}


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

ul.social-network li {
    display: inline;
    margin: 0 2px
}

.share-title {
    font-size: 24px
}

.share-title i {
    line-height: 32px;
    margin: 0 4px
}

ul.social-network li a {
    color: #fff;
    text-align: center;
    border-radius: 50%;
    padding: 10px 0 0;
    line-height: 10px;
    font-size: 18px
}

ul.social-network li .facebook {
    background: #3b5998
}

ul.social-network li .google {
    background: #dc4e41
}

ul.social-network li .pintrest {
    background: #cb2027
}

ul.social-network li .youtube {
    background: #db4437
}

ul.social-network li .instagram {
    background: #b07109
}

ul.social-network li .tumblr {
    background: #36465d
}

ul.social-network li .flickr {
    background: #ff0084
}

ul.social-network li .whatsapp {
    background: #00a859
}

.datetimepicker {
    min-width: 270px;
    padding: 7px
}

.active>.page-link,
.bg-primary,
.page-link.active {
    background-color: #0cbaa4 !important;
    border-color: #0cbaa4 !important
}

.bg-secondary,
.btn-secondary {
    background-color: #2e3e4e !important;
    border-color: #2e3e4e !important
}

.page-link,
.text-primary {
    color: #0cbaa4 !important
}

.dropdown-item:focus,
.dropdown-item:hover {
    background-color: transparent
}

#footer .footer-newsletter form input[type=email]:focus,
.header-form-search .form-control:focus {
    box-shadow: none
}

.header-search-btn {
    width: 90px;
    height: 26px;
    border-radius: 50px;
    padding: 8px;
    cursor: pointer;
    display: flex;
    justify-content: space-around;
    align-items: center;
    margin: 0 5px
}

.header-search-btn span {
    margin: 6px 0 4px;
    font-size: 13px
}

#header-search-box {
    width: 100%;
    height: 100%;
    transition: .5s ease-in-out;
    transform: translate(0, 100%) scale(0, 0);
    position: fixed;
    top: 0;
    left: 0;
    opacity: 0;
    z-index: 1000
}

#header-search-box.open {
    transform: scale(1, 1);
    opacity: .97
}

#header-search-box input[type=search] {
    position: absolute;
    font-weight: 300;
    text-align: center;
    border: 0;
    margin-top: -51px;
    padding-left: 30px;
    padding-right: 30px;
    outline: 0;
    top: calc(50% - 40px);
    width: 100%;
    color: #fff;
    background: rgba(0, 0, 0, 0);
    font-size: 60px
}

#header-search-box input[type=search]::placeholder {
    color: #dfeae8;
    opacity: 1
}

#header-search-box input[type=search]::-ms-input-placeholder {
    color: #dfeae8
}

#header-search-box .btn {
    margin-left: -100px;
    border-radius: 50px;
    padding: 10px 50px;
    text-transform: uppercase;
    position: absolute;
    top: 50%;
    right: auto;
    left: 50%;
    margin-top: 80px;
    height: 64px;
    font-size: 30px
}

#header-search-box .close {
    background: #dfeae8;
    border: none;
    opacity: 1;
    padding: 10px 17px;
    font-size: 28px;
    position: fixed;
    top: 15px;
    right: 15px;
    color: #2e3e4e;
    border-radius: 50%;
    width: 60px;
    height: 60px;
    line-height: 15px
}

.cookies-accept-box {
    background-color: #130f40de;
    padding: 20px;
    border-radius: 10px
}

.cookies-accept {
    bottom: 0;
    position: fixed;
    right: 0;
    border-radius: 4px;
    padding: 15px;
    z-index: 999999
}

.cookies-accept button {
    -webkit-box-shadow: 0 0 2px 0 #fff;
    -moz-box-shadow: 0 0 2px 0 #fff;
    box-shadow: 0 0 2px 0 #fff
}

.fixed-area-menu {
    overflow: hidden;
    overflow-y: scroll;
    width: 270px;
    position: fixed;
    background: #fff;
    z-index: 99;
    top: 250px;
    height: calc(100% - 280px) !important;
    max-height: calc(100% - 280px) !important;
    padding-right: 10px
}

.fixed-area-menu h5 {
    font-weight: 800
}

.fixed-area-menu::-webkit-scrollbar {
    width: 5px
}

.fixed-area-menu::-webkit-scrollbar-track {
    background: #f1f1f1
}

.fixed-area-menu::-webkit-scrollbar-thumb {
    background: #ced6db;
    border-radius: 6px
}

.fixed-area-menu::-webkit-scrollbar-thumb:hover {
    background: #a0a0a0
}

@media (min-width:576px) {
    .fixed-area-menu {
        width: 100% !important
    }
}

@media (min-width:768px) {
    .fixed-area-menu {
        width: 28% !important
    }
}

@media (min-width:992px) {
    .fixed-area-menu {
        width: 23% !important
    }
}

@media (min-width:1000px) {
    .fixed-area-menu {
        width: 20% !important
    }
}

@media (min-width:1300px) {
    .fixed-area-menu {
        width: 19% !important
    }
}

@media (min-width:1600px) {
    .fixed-area-menu {
        width: 17% !important
    }
}

@media (max-width:768px) {
    
    .navbar-mobile-bg {
        background: #fff
    }
    .breadcrumbs .d-flex {
        display: block !important
    }
    .breadcrumbs ol {
        display: block
    }
    .breadcrumbs ol li {
        display: inline-block
    }
    .container,
    .container-fluid,
    .container-lg,
    .container-md,
    .container-sm,
    .container-xl,
    .container-xxl {
        padding: 0 2rem
    }
    #topbar .social-links {
        padding-top: 0 !important;
        max-width: 125px;
        overflow: hidden
    }
}

.fixed-min-top {
    top: 120px;
    height: calc(100% - 150px) !important;
    max-height: calc(100% - 150px) !important
}

pre {
    padding: 10px;
    border-radius: 5px
}
