/* CSS reset */
body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
form,
fieldset,
input,
textarea,
p,
blockquote,
th,
td {
    margin: 0;
    padding: 0;
}

a,
a:hover {
    text-decoration: none
}

html,
body {
    margin: 0;
    padding: 0;
    scroll-behavior: smooth;
    font-family: 'Poppins', sans-serif;
    color: #100f0c;
}

.container {
    max-width: 1200px !important;
}

small {
    font-size: 12px
}

section {
    padding: 50px 0px;
}

.logos {
    position: fixed;
    z-index: 9999;
    left: 0;
    top: 30%;

}

.logos li {
    list-style: none;
    position: relative;
    margin: 0;
    padding: 0;
}

.navbar-toggler {
    color: #15879c;
}

.header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    padding: 5px 0px;
    z-index: 99;
    transition: all 0.3s ease-in-out;
    height: auto;
    background-color: #fff;
    text-align: center;
    line-height: 30px;

}

.header.active {
    background: #fff;
    top: 0px;
    -webkit-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.25);
    -moz-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.25);
    box-shadow: 0 1px 5px rgba(0, 0, 0, 0.25);
}

.navbar-nav .nav-link {
    color: #000;
    font-size: 14px;
    padding: 0px 15px !important;
}

.navbar-nav .nav-link.active {
    border-bottom: solid 2px #28a68f;
    color: #000 !important;
}

h2 {
    color: #2b7777;
    font-weight: bold;
    font-size: 28px;
    margin-bottom: 25px;
    line-height: 40px;
}

p {
    margin-bottom: 20px;
    font-size: 14px;
}

.slide {
    top: 40px;
    margin-bottom: 60px;
}

.carousel-item {
    min-height: 300px
}

.item-one {
    background-image: url(../images/slider-one.jpg);
    background-size: cover;
}

.item-two {
    background-image: url(../images/slider-two.jpg);
    background-size: cover;
}

.item-three {
    background-image: url(../images/slider-three.jpg);
    background-size: cover;
}


.carousel-caption {
    top: 20%;
    text-align: inherit
}

.carousel-caption h3 {
    font-weight: bold;
    margin-bottom: 20px;
}

.overly {
    position: absolute;
    height: 100%;
    background: black;
    width: 100%;
    opacity: 0.3
}

.btn-theme {
    background: #f38b1c;
    padding: 10px 15px;
    color: #fff;
    border-radius: 0px;
}

.services .card {
    transition: 0.3s;
    margin-bottom: 20px;
    min-height: 310px;
}

.services .card:hover {
    background: #088fac;
    color: #fff;
    transition: 0.3s;
}

.services .card:hover h5 {
    color: #fff;
}

/*
.services h5 {
    color: #088fac
}
*/

.text-justify {
    text-align: justify !important;
}

.icon {
    width: 70px;
    height: 70px;
    border-radius: 6px;
    border: solid 2px #088fac;
    margin-top: -60px;
    background: #fff;
    padding: 10px;
}

.card p {
    margin: 0;
}

.icon-box {
    height: 100px;
    width: 100px;
    margin: auto;
    border-radius: 50px;
    padding: 20px;
    background: #088fac;
    margin-bottom: 20px;
}

.amigo-data {
    padding: 20px 30px;
}

/*
.clients img {
    filter: grayscale(100%);
    transition: 0.3s;
    padding: 0px;
}

.clients img:hover {
    filter: grayscale(0%);
    transition: 0.3s;
    padding: 0px;
}
*/

.icons-list {
    margin: 0;
    padding: 0;
}

.icons-list li {
    list-style: none;
    margin-bottom: 20px;
}







.social-li {
    list-style: none;
    margin-left: -20px;

}

.social-li li {
    display: inline;
    margin-left: 20px;
}

.footer-bg {
    background-color: #0e3f4d;
    color: white;
}

.footer-bg a {
    color: #fff;
    transition: 0.3s;
}

.footer-bg a:hover {
    color: #3dd5f3;
    transition: 0.3s;
}

.footer-bg .address i,
.foot-links i {
    margin-right: 10px;
}

.foot-links li {
    list-style: none;
    width: 100%;
    margin-bottom: 15px;
    font-size: 13px;
}




#myBtn {
    display: none;
    position: fixed;
    bottom: 20px;
    right: 30px;
    z-index: 99;
    border: none;
    outline: none;
    background-color: #088fac;
    color: white;
    cursor: pointer;
    padding: 10px 15px;
    border-radius: 50px;
    font-size: 16px;
    transition: 0.3s;
}

#myBtn:hover {
    background-color: #fff;
    color: #088fac;
    transition: 0.3s;
}

.logo-panel {
    float: left;
    width: 50%;
}

.login-panel {
    float: right;
    width: 40%;
    padding: 30px 0px;

}

.login {
    padding: 100px 0px;
    width: 300px;
    margin: auto
}

.list {
    font-size: 14px;
    margin-left: 30px;
    margin-bottom: 30px
}

.list li {
    line-height: 24px;
    margin-bottom: 15px
}

.mr-1 {
    margin-right: 10px;
}

a,
a:hover {
    color: #000;
    text-decoration: none
}

.inner-banner {
    padding: 60px 0px 50px;
    margin-top: 70px;
    background-size: cover;
    max-height: 300px;
    color: #fff;
    background-position: center;
}

.inner-banner h2 {
    font-weight: 600;
    color: #fff;
    margin-bottom: 15px;
}

.inner-banner small {
    letter-spacing: 2px;
}

.inner-banner a {
    color: #fff;
    text-decoration: none;
}

.punch-lines {
    background: linear-gradient(90deg, #19818a 0%, #1c85a3 100%);
}

.punch-lines .card::before {
    content: '\f10d';
    color: #fff;
    text-shadow: 0px 0px 10px rgba(0, 0, 0, 0.5);
    margin: 0;
    padding: 0;
    position: absolute;
    font-size: 60px;
    font-family: 'Font Awesome 6 Free';
    font-weight: 900;
    top: -50px;
    left: 8%;
}





button {
    user-select: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    cursor: pointer;
    border: none;
    padding: 8px;
    font-size: 18px;
    /*  background:linear-gradient(141deg, #0fb8ad 0%, #1fc8db 51%, #2cb5e8 75%);*/
    background: #ccc;
    color: white;
    box-sizing: border-box;
}



.accordion-collapse {
    border: 0;
}

.accordion-button {
    padding: 5px 15px;
    font-weight: 600;
    border: 0;
    font-size: 16px;
    color: #088fac;
    text-align: left;
    border-bottom: 1px solid #ddd;
}

.accordion-button:focus {
    box-shadow: none;
    border: none;
}

.accordion-button:not(.collapsed) {
    background: #088fac;
    color: #fff;
}

.accordion-body {
    padding: 15px;
    background-color: #f6f6f6;
}

.accordion-button::after {
    width: auto;
    height: auto;
    content: "+";
    font-size: 26px;
    background-image: none;
    font-weight: 100;
    color: #088fac;
    transform: translateY(-4px);
}

.accordion-button:not(.collapsed)::after {
    width: auto;
    height: auto;
    background-image: none;
    content: "-";
    font-size: 30px;
    transform: translate(-0px, -5px);
    transform: rotate(0deg);
    color: #fff;
}

.free-consult {
    background-image: url(../images/free-consultation.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    color: #fff
}

.free-consult h2 {
    color: #fff
}


.count {
    font-size: 60px;
    color: #ccc;
    font-weight: 900;
    position: absolute;
    z-index: -2
}

.item {
    padding: 25px;
    border-radius: 100px;
    width: 80px;
    height: 80px;
    margin: auto;
    color: #fff;
    margin-bottom: 30px;
    margin-top: 20px;
}

.item i {
    font-size: 30px;
    transition: 0.3s;
    text-align: center;
    `
}

.bg-1 {
    background: #19818a
}

.bg-2 {
    background: #1c85a3
}

.approch {
    background-color: #fff !important;
    position: relative;
    padding: 20px 15px;
    min-height: 260px;
    border-radius: 10px;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.15);
    transition: 0.3s;
}

.approch:hover {
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.3);
    transition: 0.3s;
}

.approch:hover .item {
    background: #fff;
    color: #19818a;
    border: solid 2px #19818a
}

.start-arrow::before {
    position: absolute;
    content: '\f105';
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    color: black;
    font-size: 80px;
    top: 25%;
    left: -50px
}

.end-arrow::before {
    position: absolute;
    content: '\f104';
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    color: black;
    font-size: 80px;
    top: 25%;
    left: -50px
}

.line::after {
    border: solid 1px #000;
    width: 50px;
    height: 1px;
    position: absolute;
    top: 50%;
    content: '';
    right: -50px;
}

.cross::after {
    border-top: solid 2px #000;
    border-right: solid 2px #000;
    border-bottom: solid 2px #000;
    width: 200px;
    height: 280px;
    position: absolute;
    top: 50%;
    content: '';
    right: -50px;
    border-radius: 50px;
    z-index: -666
}


.dir a {
    color: #fd871e;
}

/*#0d629b*/


@media screen and (max-width: 600px) {

    section {
        padding: 30px 0px;
    }

    .header.active {
        background: #fff;
    }

    .slide {
        margin-top: 0px;
    }

    .card {
        margin-bottom: 30px;
    }

    .login-panel {
        width: 80%;
        margin: auto;
        float: inherit;
        background: #fff;
        padding: 10px 0px 40px;
        margin-top: 50px;
    }

    .login {
        margin-top: 10% !important;
        padding: 0px 0px;
        width: 300px;
        margin: auto
    }
}


.item-eff {
    padding: 20px 15px;
    transition: 0.3s;
}

.item-eff h5 {
    font-size: 1.20rem
}

.item-eff:hover {
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.5);
    transition: 0.3s;
}

.btn-sm {
    font-size: 10px !important;
}


.card-body ul {
    margin-left: 30px !important;
}

.sticky {
    position: sticky;
    position: -webkit-sticky;
}

.themebgcolor{
    
}
