/*

1. Add your custom Css styles below
2. Place the this code in your template:

 <link href="css/custom.css" rel="stylesheet">

*/

.b-r-20 {
    border-radius: 20px !important;
}

.b-t-20 {
    border-top-right-radius: 20px !important;
    border-top-left-radius: 20px !important;
}
.b-b-20 {
    border-bottom-right-radius: 20px !important;
    border-bottom-left-radius: 20px !important;
}

.b-c-primary {
     border: 2px solid #fdd953;
}

.bc-t-primary {
    border-top: 2px solid #fdd953;
    border-left: 2px solid #fdd953;
    border-right: 2px solid #fdd953;
}
.bc-b-primary {
    border-bottom: 2px solid #fdd953;
    border-left: 2px solid #fdd953;
    border-right: 2px solid #fdd953;
}
.text-justify {
    text-align: justify !important;
    text-justify: inter-word !important;
}
.call-to-action-dark {
    background-color: #10163D !important;
}

.btn-egadi-secondary {
    background-color: #fdd953 !important;
    border: 1px solid #fdd953 !important;
    color: #10163D !important;

}

html {
    scroll-behavior: smooth;
}

.b-r-primary {
    border-radius: 0.42rem;
}
.b-r-primary-top {
    border-top-right-radius: 0.42rem;
    border-top-left-radius: 0.42rem;
}

.bg-egadi-primary {
    background-color: #fdd953 !important;
    color: #10163D !important;
}

.text-theme {
    color: #10163D !important;
}

h1,h2,h3,h4,h5 {
    font-family: "Merriweather",
    sans-serif;
}

.text-egadi-primary {
    color: #fdd953 !important;
}

.btn-primary-light {
    background-color: #00AEC6 !important;
    border: 1px solid #00AEC6 !important;
    color: white !important;
}
.bg-primary-light {
    background-color: #00AEC6 !important;
}
.bg-secondary-light {
    background-color: #aee7ff;
}
.bg-secondary-gradient {
    background: linear-gradient(180deg, rgba(215,248,254,1) 0%, rgba(193,236,244,1) 50%, rgba(57,158,204,1) 100%);
}
.bg-secondary-gradient-radial {
    background: radial-gradient(circle, #D7F8FE 0%, rgba(193,236,244,1) 50%);
}
.bg-secondary-light-full {
    background-color: rgb(145, 240, 255) !important;
}
.text-theme-light {
    color: #00AEC6 !important;
}

.elegant-shadow {
    box-shadow: rgba(255, 255, 255, 0.1) 0px 1px 1px 0px inset, rgba(50, 50, 93, 0.25) 0px 50px 100px -20px, rgba(0, 0, 0, 0.3) 0px 30px 60px -30px;
}

.bg-overlay {
    background: linear-gradient(180deg, rgba(0,0,0,0.7) 0%, rgba(0,0,0,0.4) 35%, rgba(0,212,255,0) 100%) !important;
}

#topbar.dark.topbar-transparent {
    background-color: transparent; border-bottom: 1px solid rgba(255, 255, 255, 0.5) !important;
}

.bg-overlay-white {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%;
    content: ' ';
    z-index: 0;
    background: linear-gradient(180deg, rgba(255,255,255,255.6) 0%, rgba(255,255,255,0) 75%, rgba(255,212,255,0) 100%) !important;
    opacity: .5;
}

.btn {
    font-size: 15px !important;
}

input::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: #98988c !important;
    opacity: 1; /* Firefox */
}

input::-ms-input-placeholder { /* Internet Explorer 10-11 */
    color: #98988c !important;
}

input::-ms-input-placeholder { /* Microsoft Edge */
    color: #98988c !important;
}

.post-item.border .post-item-wrap {
    border: none !important;
}

.badge-egadi {
    color: #10163D !important;
    background-color: #fdd953 !important;
    padding: 8px 20px;
    border-radius: 20px;
}

.no-shadow {
    box-shadow: none !important;
}
.no-border {
    border: none !important;
}

.bg-theme-1 {
    background-color: #D7F8FE;
}
.bg-theme-2 {
    background-color: #AEE7FF;
}
.bg-theme-3 {
    background-color: #399ECC;
}
.bg-theme-4 {
    background-color: #02466A;
}

.timeline:before {
    border: 1px dashed rgba(2, 70, 106, 0.78);
}

.font-medium {
    font-size: 16px !important;
}
.font-medium-medium-small {
    font-size: 14px !important;
}
.font-medium-small {
    font-size: 12px !important;
}

input {
    border: 1px solid #10163D !important;
}

.text-underline {
    text-decoration: underline !important;
}

@media (max-width: 767.98px) {
    .flickity-prev-next-button {
        display: none;
    }
    .flickity-prev-next-button {
        display: none;
    }
    .p-b-xs-0 {
        padding-bottom: 0 !important;
    }
    .p-t-xs-40 {
        padding-top: 40px !important;
    }
    .p-b-xs-40 {
        padding-bottom: 40px !important;
    }
    .p-t-xs-20 {
        padding-top: 20px !important;
    }
    .p-t-xs-10 {
        padding-top: 10px !important;
    }
    .p-t-xs-5 {
        padding-top: 5px !important;
    }
    .p-t-xs-30 {
        padding-top: 30px !important;
    }
}

.bg-transp {
    background-color: rgba(0,0,0,0) !important;
}

.bg-white-header {
    background-color: rgba(255,255,255,1) !important;
}

.my-menu-item-dark {
    color: #10163D !important;
}
.dropdown-arrow{
    color: #10163D !important;
}

li.dropdown::before{
    color: #10163D !important;
    opacity: 1 !important;
}

@media (max-width: 992px) {
    #arrow-desktop {
        display: none !important;
    }
}

.badge-topbar {
    background-color: white;
    padding: 4px 10px 4px 10px !important;
    border-radius: 8px !important;
}

.wide-dropdown-menu {
    min-width: 300px !important;
}

.text-italic {
    font-style: italic !important;
}

.flickity-page-dots {
    bottom: -10px;
    margin-left: -5px;
}
.flickity-page-dots .dot {
    box-shadow: inset 0 0 0 2px #02466A

}

.flickity-page-dots .dot.is-selected {
    background-color: #02466A;
    box-shadow: 0 0 1px #02466A;;
}

.lead {
    font-size: 18px !important;
    line-height: 27px;

}

h1 {
    line-height: 42px;
    font-size: 28px;

}

h2 {
    font-size: 22px;
}

