/*!
 * Bootswatch v5.1.3
 * Copyright 2022 Thomas Park
 * Licensed under DIT
 * Based on Bootstrap
*/
/*!
 * Bootstrap v5.1.3 (https://getbootstrap.com/)
 * Copyright 2011-2021 The Bootstrap Authors
 * Copyright 2011-2021 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
 */
* 



.bgcol {
    background-color: #4582ec;
    margin: 5em 0em 0em 0em !important;
    border-bottom: 7px solid orange;
    /*border-bottom-right-radius: 76px;*/
}


.text_white{
  color: white;
}

.search_bar_new {
   /* background-color: orange;*/
    padding-top: 50px;
    padding-bottom: 50px;
    margin-top: -62px;
}



.custom_text_h1 {
    font-size: 30px;
    font-weight: 300;
    color: #007dc3;
}


.accordion-button:not(.collapsed) {
    color: #3e75d4;
    background-color: #ffffff;
    box-shadow: inset 0 -1px 0 rgb(0 0 0 / 13%);
}


.accordion-item {
    background-color: #fff;
    border: 1px solid rgb(255 132 0);
}



a {
    text-decoration: none;
}





.bgcol {
    border-bottom: 4px solid #0142a5;
    position: relative;
    z-index: 1;
}

.bgcol:before {
    position: absolute;
    top: 0px;
    right: 0;
    bottom: 1px;
    left: 0px;
    border-bottom: 10px solid green;
    content:'';
    z-index: 1;
}
.bgcol:after {
    position: absolute;
    top: 0px;
    right: 0;
    bottom: 0;
    left: 0;
    border-bottom: 4px solid #a0c5ff;
    content:'';
    z-index: 1;
}



.body_bg_image {
    background-image: url(../img/bg3.jpg);
    background-repeat: no-repeat;
    background-size: auto;
}



.custom_text_h1 {
        font-size: 30px;
    font-weight: 600;
    color: #0311c3;
    /* text-shadow: -1px 1px 0 #060606, 1px 1px 0 #000, 1px -1px 0 #000, -1px -1px 0 #000; */
    /* border-left: 7px solid orange; */
    /* margin: 3px;*/
}


.btn-secondary {
    border-color: ##007dc3 !important;
    background-color: #007dc3;
}


.btn-outline-info {
    color: #ffffff;
    border-color: #ff8400;
    background-color: #ff8400;
}



.btn-outline-info:hover {
    color: #fff;
    background-color: #0258ed;
    border-color: #0258ed;
}

a.white_text {
    color: black;
    margin: 6px;
    background-color: #ffffff69;
    padding: 12px;
    border-radius: 15px 0px 15px 0px;
    border: 2px solid #ff8400;
    border-left-color: blue;
    border-top-color: blue;
}


.newstyle {
    background-color: #00000091;
    height: 60px;
}


a.footer_text {
    color: white;
    font-weight: 200;
}



.login_title {
    color: white;
    font-size: 34px;
}



.col-lg-4.align-self-center.wow.fadeInRight {
    border: 2px solid orange;
    padding: 10px;
    border-radius: 14px;
    background-color: #00000066;


}


.text_white{
    color: white;
}