/**
* Template Name: Anyar - v4.7.1
* Template URL: https://bootstrapmade.com/anyar-free-multipurpose-one-page-bootstrap-theme/
* Author: BootstrapMade.com
* License: https://bootstrapmade.com/license/
*/
/*
    gilsbar colors:

    pink:           #f1615e
    turquoise:      #37b2a6;
    brown /yellow:  #ee9931
    blue:           #25274d
*/
/*--------------------------------------------------------------
# General
--------------------------------------------------------------*/
:root {
    scroll-behavior: auto !important; /*fixed bootatrap validation tool tip message*/
}
html {
    position: relative;
    min-height: 100%;
   /* padding-bottom: 160px;*/
}
body {
    font-family: 'Noto Sans Display', sans-serif; /*Poppins*/
    line-height: 1.8;
    color: #343a40; /*#727272;*/
    background-color: #fff; /*#fff; fbfbfb*/
    font-weight: 500;
    margin: 0;
    /*margin-bottom: 160px;*/
}

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
    /*font-family: "Poppins",sans-serif;*/
    font-weight: 600;
    line-height: 1.6;
    color: #000;
}

.title {
    font-size: 20px;
}
a {
    text-decoration: none;
    color: #0880e8;
}

    a:hover {
        color: #2b99f8;
        text-decoration: none;
    }

h1, h2, h3, h4, h5, h6 {
    /*font-family: "Raleway", sans-serif;
    */
}

.bg-gilsbar-blue {
    background-color: #25274d;
}
.bg-gilsbar-yellow {
    background-color: #ee9931;
}
.bg-gilsbar-turquoise {
    background-color: #37b2a6;
}


/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
/*#header {*/
    /* background: #fbfbfb;*/
    
    /*transition: all 0.5s;
    z-index: 997;
    height: 80px;*/
    /* top: 60px;*/
    /*top: 0;
}

    #header.header-scrolled {*/
        /* background: rgba(5, 87, 158, 0.9);*/
        /*top: 0;
    }

    #header .logo {
        font-size: 30px;
        margin: 0;
        padding: 0;
        line-height: 1;
        font-weight: 400;
        letter-spacing: 2px;
        text-transform: uppercase;
    }

        #header .logo a {*/
          /*  color: #fff;*/
          /*color:red;
        }

        #header .logo img {
            max-height: 40px;
        }*/
#header {
    background: #25274d;
}

    #header .logo img {
        max-height: 40px;
    }
   
    #main {
        /* padding: 100px 0;*/
        padding: 40px 0;
        position: relative;
    }

    #main:before {
        content: "";
        background: rgba(255, 255, 255, 0.75);
        position: absolute;
        bottom: 0;
        top: 0;
        left: 0;
        right: 0;
    }

    #main .container {
        position: relative;
    }

@media (max-width: 1366px) {
    .navbar .dropdown .dropdown ul {
        left: -90%;
    }

    .navbar .dropdown .dropdown:hover > ul {
        left: -100%;
    }
}


.quote {
    margin-bottom: 20px;
    color: #999999;
    padding-left: 30px;
    position: relative;
    text-align: left;
}

    .quote:before {
        font-family: "FontAwesome";
        content: "\f10d";
        left: 10px;
        top: -10px;
        position: absolute;
        z-index: 10;
        color: #425CBB;
        font-size: 14px;
        text-align: left;
        line-height: 40px;
    }



/*--------------------------------------------------------------
# Sections General
--------------------------------------------------------------*/
section {
    padding: 60px 0 10px 0;
    overflow: hidden;
}

.section-bg {
    background-color: #f1f8ff;
}

.section-title {
    text-align: center;
    padding-bottom: 30px;
}

    .section-title h2 {
        font-size: 32px;
        font-weight: bold;
        text-transform: uppercase;
        margin-bottom: 20px;
        padding-bottom: 0;
        color: #054a85;
    }

    .section-title p {
        margin-bottom: 0;
        font-style: italic;
    }




@-webkit-keyframes animate-loading {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

@keyframes animate-loading {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}



/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
#footer {
    background: #25274d;
    padding: 15px 0 30px 0;
    color: #fff;
    font-size: 14px;

    margin-top: 50px;
}

    #footer .footer-top {
        padding: 0px 0 5px 0;
    }

            #footer .footer-top .footer-left {
                margin-bottom: 0px;
            }

        /*#footer .footer-top .footer-left p {
                line-height: 1.5;
            }*/

        #footer .footer-top .footer-middle p {
            line-height: 17px;
        }

   
    #footer .footer-middle li {
        list-style: none;
       /* color: rgb(215, 215, 215);*/
        color: #fff;
        padding-left:50px;
    }

        #footer .footer-middle li a {
            /*color: rgb(215, 215, 215);*/
            color: #fff;
        }

            #footer .footer-middle li a:hover {
                color: #37b2a6; /*gilsbar turquoise*/
            }

    #footer .footer-right li {
        padding-left: 50px;
        list-style: none;
        /* color: rgb(215, 215, 215);*/
        color: #fff;
    }

        #footer .footer-right li a {
            /* color: rgb(215, 215, 215);*/
            color: #fff;
        }

            #footer .footer-right li a:hover {
                color: #37b2a6; /*gilsbar turquoise*/
            }

.footer-header-link {
    font-weight: bold;
    font-size: 14px;
    color:#fff!important;
}

#footer p {
    /*color: rgb(215, 215, 215);*/
    color: #fff;
}

#footer .footer-emailoptin {
    background: #25274d;
}

    #footer .footer-emailoptin form {
        margin-top: 0px;
        background: #fff;
        position: relative;
    }

        #footer .footer-emailoptin form input[type="email"] {
            border: 0;
            *width: calc(100% - 60px);
/*            width: 100px;
*/            font-size: 14px;
        }

        #footer .footer-emailoptin form button[type="submit"] {
            position: absolute;
            top: 0;
            right: 0;
            bottom: 0;
            border: 0;
            background: none;
            font-size: 12px;
            padding: 0 7px;
            margin: 0px;
            background: #444444;
            color: #fff;
            transition: 0.3s;
            border-radius: 0px;
        }

        #footer .footer-emailoptin form button:hover {
            background: #298abf;
        }

#footer .footer-top {
    background: #25274d;
    padding: 20px 0 30px 0;
}

#footer .footer-bottom {
    background: #25274d;
    border-top: 1px solid #fff;
}

#footer .copyright {
    text-align: center;
    padding-top: 10px;
}

    #footer .copyright a {
        /* color: rgb(215, 215, 215);*/
        color: #fff;
    }

        #footer .copyright a:hover {
            color: #37b2a6; /*gilsbar turquoise*/
        }


/*require field*/
.input-group-text{color:black !important;}
.required-text {
    /* color: #dc3545 !important;*/
    color: #ff0000 !important;
}
form .error {
    color: #ff0000;
  /*  color: #dc3545 !important;*/
}

/*fixed bottom*/
/*footer {
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 160px;
}*/

.steps-horizontal {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    max-width: 800px;
    position: relative;
    padding: 0;
    margin:auto;
}

    .steps-horizontal::before {
        content: '';
        position: absolute;
        top: 24px;
        left: 0;
        right: 0;
        height: 2px;
        background: #e9ecef;
        z-index: 1;
    }

.step-horizontal {
    flex: 1;
    text-align: center;
    position: relative;
    z-index: 2;
}

.step-icon {
    /*width: 30px;
    height: 30px;
    border-radius: 50%;
    background: white;
    border: 2px solid #dee2e6;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 15px auto 10px;
    font-size: 15px;
    color: #6c757d;
    transition: all 0.3s ease;*/
    width: 40px; /*50*/
    height: 40px; /*50*/
    border-radius: 50%;
    background: white;
    border: 2px solid #dee2e6;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 10px auto;
    font-size: 20px;
    color: #6c757d;
    transition: all 0.3s ease;
}

.step-title {
    font-size: 14px;
    color: #6c757d;
    margin-bottom: 5px;
}

.step-description {
    font-size: 12px;
    color: #adb5bd;
    max-width: 150px;
    margin: 0 auto;
}

.step-horizontal.active .step-icon {
    background-color: #4361ee;
    border-color: #4361ee;
    color: white;
    box-shadow: 0 0 0 5px rgba(67, 97, 238, 0.2);
}



.step-horizontal.complete .step-icon {
    background: #2ecc71;
    border-color: #2ecc71;
    color: white;
}

.step-horizontal.complete a {
    color: white !important;
}

input[type="date"] {
    width: 200px; /* Example width */
    padding: 10px; /* Add padding */
    /*border: 1px solid #ccc;*/ /* Add a border */
    /*border-radius: 5px;*/ /* Rounded borders */
    /*background-color: #f9f9f9;*/ /* Background color */
    /*font-size: 16px;*/ /* Font size */
}

/*.form-floating > label {
    color: #343a40 !important;
    font-weight: 600!important;*/
    /*#343a40 #212529 !important;*/
/*}*/