:root{
    
    --primary-color: #0B4D94;
    --secondary-color: #1688F2;
    --accent-color: #062E5C;
    --background-color: #F8FAFC;
    --surface-color: #EEF3F8;
    --text-primary-color: #1E293B;
    --text-secondary-color: #64748B;
    --color-background-gress: #EBEDEE;
    --color-cta: #D9EEE1;
}


.hero-section{

background-size:cover;
background-position:center;

background-size: cover;
    background-position: center;
}



.logo-hero{

/* max-width:450px; */

animation:float 4s ease infinite;

}

@keyframes float{

0%,100%{
transform:translateY(0);
}

50%{
transform:translateY(-15px);
}

}

.section-title{

color:var(--primary);
font-weight:700;

}


/*-------------------------
Navbar
-------------------------*/

/* .img-navbar {
    max-width: 64%;
    height: auto;
}     */

/*-------------------------
Services
-------------------------*/

.card-body {
    /* font-size:140%; */
    /* font-weight:bold; */
    padding-bottom: 10px;
    background: #ffc;
    /* height:10em; */
    /* width:10em; */
    padding: 1em;
    /* Firefox */
    -moz-box-shadow: 5px 5px 7px rgba(33, 33, 33, 1);
    /* Safari+Chrome */
    -webkit-box-shadow: 5px 5px 7px rgba(33, 33, 33, .7);
    /* Opera */
    box-shadow: 5px 5px 7px rgba(33, 33, 33, .7);



}

.sticky-note-wrapper {
    -webkit-transform: rotate(-3deg);
    -o-transform: rotate(-3deg);
    -moz-transform: rotate(-3deg);
}

.sticky-note-wrapper:nth-child(even) a {
    -o-transform: rotate(4deg);
    -webkit-transform: rotate(4deg);
    -moz-transform: rotate(4deg);
    position: relative;
    top: 5px;
}

.sticky-note-wrapper:nth-child(3n) a {
    -o-transform: rotate(-3deg);
    -webkit-transform: rotate(-3deg);
}

.sticky-note-wrapper:nth-child(5n) a {
    -o-transform: rotate(5deg);
    -webkit-transform: rotate(5deg);
    -moz-transform: rotate(5deg);
    position: relative;
    top: -10px;
}

.card-body:hover,
ul li a:focus {
    -moz-box-shadow: 5px 5px 5px rgba(0, 0, 0, .7);
    -webkit-box-shadow: 5px 5px 5px rgba(0, 0, 0, .7);
    box-shadow: 5px 5px 5px rgba(0, 0, 0, .7);
    -webkit-transform: scale(1.25);
    -moz-transform: scale(1.25);
    -o-transform: scale(1.25);
    position: relative;
    z-index: 5;
}


.serv-h5 {
    font-size: 100%;
    font-weight: bold;
    padding-bottom: 10px;


/*-------------------------
benefits
-------------------------*/

.benefits{

/* background:var(--primary);

color:white; */

}

/*-------------------------
cta-section
-------------------------*/
/* .cta-section{

background:linear-gradient(
45deg,
#003366,
#008cff
); */

/* padding:100px 0;

color:white; */

/* } */


/*-------------------------
SECTION 
-------------------------*/


/*-------------------------
jac Navbar
-------------------------*/
/*
.dropdown-toggle::after {
    display: none !important;
}

ul,
ol {
    padding: 0;
    list-style: none;
    text-decoration: none;
}

a:link,
a:visited,
a:hover,
a:active {
    text-decoration: none !important;
    color: inherit !important;
}
*/

.topColor {
    background: black;
    color: white;
} 

.templateColor,
.templateColor:hover,
a.templateColor {
    background: #0d0e0e00 !important;
    color: white !important;
}

.main-footer {
    border-top: 0 !important;
}

[class*=sidebar-dark-] .sidebar a {
    color: #c2c7d0 !important;
}

[class*=sidebar-dark] .brand-link,
[class*=sidebar-dark] .brand-link .pushmenu {
    color: rgba(255, 255, 255, .8) !important;
}

 

/*-------------------------
CAROUSEL 
-------------------------*/

.carousel-item {
    transition: transform 0.6s ease-in-out;
}

.card {
    border-radius: 12px;
    overflow: hidden;
}

.card img {
    height: 100%;
    object-fit: cover;
}

.lead {
    font-size: 1.1rem;
    font-style: italic;
}

.img-size {
    width: 100%;
    height: 500px;
}

/* ------------------------- */

.carousel-item {
    padding: 20px 0;
}

.carousel-item img {
    height: 280px;
    object-fit: cover;
}

.card {
    border-radius: 12px;
    overflow: hidden;
}

.carousel-control-prev,
.carousel-control-next {
    width: 8%;
}

.carousel-control-prev-icon,
.carousel-control-next-icon {
    filter: invert(1);
}

.carousel-item img {
    height: 350px !important;
    object-fit: cover;

    .card-body p.lead {
        color: #555;
        font-size: 18px;
}

    .card-body h4 {
        margin-top: 20px;
        color: #222;
}


/*-------------------------
TEXTURE
-------------------------*/
