body {
    font-family: 'Ubuntu', sans-serif;
    font-size: 14px;
    background-color: #ffffff;
    color: #4f6272;
}
/* ----- Typography -------  */
.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
    margin-bottom: 0.5rem;
    font-family: inherit;
    font-weight: 700;
    line-height: 1.2;
    color: #00213e;
}
.h1, h1 {
    font-size: 60px;
}
.h2, h2{
    font-size: 45px;
}
.h3, h3 {
    font-size: 32px;
}
.h4, h4 {
    font-size: 25px;
}
.h5, h5 {
    font-size: 18px;
}
.h6, h6{
    font-size: 1em;
}
p{
    font-size: 16px;
    margin-top: 0;
    margin-bottom: 10px;
}
ul li, ol li {
    font-size: 16px;
}


@media only screen and (max-width: 767px){
    h1 {
        font-size: 45px;
    }
    h2 {
        font-size: 38px;
    }
    h3 {
        font-size: 28px;
    }
}
small {
    font-size: 12px;
}
.text_white {
    color: #ffffff;
}
.text_primary {
    color: #5cbb08;
}
a{
    color: #00213e;
    outline: none;
    box-shadow: none;
    transition: all 0.3s;
    word-break: break-word;
}
a:hover,
a:focus,
.btn:hover,
.btn:focus {
    color: #5cbb08;
    text-decoration: none;
    outline: none;
    box-shadow: none;
    transition: all 0.3s;
}
img {
    max-width: 100%;
}
iframe {
    width: 100%;
}
input[type=checkbox] {
    border-radius: 0.25em;
    cursor: pointer;
}
.btn-close {
    opacity: 1;
}
.text-muted {
    color: #B5B5C3 !important;
}
.text-black {
    color: #000000 !important;
}
.text-primary{
    color: #3a2767 !important;
}
.formOverlay:before {
    content: "\f110";
    font-family: "Font Awesome 5 Free";
    font-weight: 700;
    -webkit-animation: fa-spin 1s infinite steps(8);
    animation: fa-spin 1s infinite steps(8);
    color: #ffffff;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -5%;
    font-size: 56px;
    margin-top: -34px;
}
.formOverlay {
    /*background:rgba(0,0,0,0.7) url('../images/loading.gif') no-repeat center center;*/
    background: rgb(0 0 0 / 70%);
    display: block;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 100;
}
.alert {
    margin-bottom: 0px;
    font-size: 14px;
}
.alert .message-icon {
    margin-right: 10px;
    width: 30px;
    height: 30px;
    text-align: center;
    border: 1px solid #9F9F9F;
    border-radius: 50%;
    line-height: 30px;
}
.alert-success {
    color: #ffffff;
    background-color: #000000;
    border-color: #000000;
    border-radius: 0;
}
.alert-danger {
    color: #ffffff;
    background-color: #ba380e;
    border-color: #ba380e;
}
.bg_image{
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}
.btn {
    display: inline-block;
    position: relative;
    text-align: center;
    border: none;
    font-size: 16px;
    line-height: initial;
    font-weight: inherit;
    padding: 10px 30px;
    border-radius: 50px;
    z-index: 100;
    -webkit-transition: color .15s ease-out, background-color .15s ease-out, border-color .15s ease-out;
    transition: color .15s ease-out, background-color .15s ease-out, border-color .15s ease-out;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    transition: all 0.3s;
}
.btn i{
    font-size: 15px;
}
.btn-primary{
    background-color: #5cbb08;
    color: #ffffff;
    transition: all 0.3s;
}
.btn-primary:hover, .btn-primary:focus{
    background-color: #00213e;
    color: #ffffff;
    transition: all 0.3s;
}
.btn-secondary{
    background-color: #00213e;
    color: #ffffff;
    transition: all 0.3s;
}
.btn-secondary:hover, .btn-secondary:focus{
    background-color: #5cbb08;
    color: #ffffff;
    transition: all 0.3s;
}
.btn_sm{
    padding: 7px 15px;
}
.btn_lg {
    font-size: 16px;
    font-weight: 700;
    padding: 25px 55px;
    transition: all 0.3s;
}
.btn.disabled,
.btn:disabled,
fieldset:disabled .btn {
    background-color: #f0f0f0;
}

.section_space {
    padding: 60px 0;
}

.box_overlay,
.box_overlay_dark,.box_overlay_light {
    z-index: 1;
    color: #ffffff;
    position: relative;
}
.box_overlay:after {
    content: '';
    background-color: #ee2f42;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    opacity: 0.75;
    z-index: -1;
}
.box_overlay_dark:after {
    content: '';
    background-color: #000000;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    opacity: 0.7;
    z-index: -1;
}
.box_overlay_light {
    color: #000000;
    z-index: 1;
}
.box_overlay_light:after {
    content: '';
    background-color: #ffffff;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    opacity: 0.7;
    z-index: -1;
}
.box_overlay_gradient{
    background: rgba(0,0,0,.7);
    color: #fff;
    background: -moz-linear-gradient(left,rgba(0,0,0,.7) 0,rgba(0,0,0,.7) 47%,rgba(0,0,0,.49) 57%,rgba(0,0,0,.31) 66%,rgba(0,0,0,.52) 76%,rgba(0,0,0,.7) 85%,#000 100%);
    background: -webkit-linear-gradient(left,rgba(0,0,0,.7) 0,rgba(0,0,0,.7) 47%,rgba(0,0,0,.49) 57%,rgba(0,0,0,.31) 66%,rgba(0,0,0,.52) 76%,rgba(0,0,0,.7) 85%,#000 100%);
    background: linear-gradient(to right,rgba(0,0,0,.7) 0,rgba(0,0,0,.7) 47%,rgba(0,0,0,.49) 57%,rgba(0,0,0,.31) 66%,rgba(0,0,0,.52) 76%,rgba(0,0,0,.7) 85%,#000 100%);
}
.section_breadcrumb {
    background-size: cover;
    background-position: center;
    padding: 80px 0;
    background-color: #1a1c1f;
    color: #ffffff;
    font-size: 12px;
}
.breadcrumb a {
    color: #ffffff;
}

.breadcrumb-item.active {
    color: #ffffff;
}
.breadcrumb a:hover,
.breadcrumb a:focus {
    color: #f7942a;
}
.breadcrumb-item+.breadcrumb-item::before {
    color: #ffffff;
    content: '/';
}
@media (max-width: 992px) {
    .section_breadcrumb {
        padding: 50px 0;
    }
}
form {
    font-size: 13px;
}
.form-label {
    font-size: 16px;
    line-height: 20px;
    color: #b5afaf;
    margin-bottom: 10px;
}
.form-control:not(textarea) {
    min-height: 41px;
}
.form-select,
.form-control {
    color: #787878;
    height: 50px;
    background-color: #f7f7f7;
    border-color: #c4c4c4;
    border-radius: 0px;
    font-size: 16px;
    padding: 12px;
    box-shadow: none;
    transition: all 0.3s;
}

.form-select:focus,
.form-control:focus {
    border-color: #919191;
    outline: 0;
    box-shadow: 0 4px 6px rgb(50 50 93 / 11%), 0 1px 3px rgb(0 0 0 / 8%);
    background-color: #fff;
    color: #919191;
    transition: all 0.3s;
}
.form-select{
    padding: 10px 35px 10px 12px;
}

textarea.form-control {
    height: auto;
}
input[type=file].form-control {
    /*height: 46px;*/
    padding: 12px 37px 10px 20px;
}
input[type=number].form-control {
    padding: 10px 20px;
}

.input-group .form-control {
    color: #ffffff;
    height: 46px;
    background-color: #131722;
    border-color: #545454;
    border-radius: 6px;
    font-size: 14px;
    padding: 10px 37px 10px 20px;
    transition: all 0.3s;
}
.input-group .form-control:focus {
    background-color: #0c101b;
    transition: all 0.3s;
}
.input-group button.input-group-text {
    background-color: transparent;
    border: 1px solid #545454;
    color: #ffffff;
    transition: all 0.3s;
}
.input-group button.input-group-text:hover, .input-group button.input-group-text:focus {
    background-color: #f7942a;
    border: 1px solid #545454;
    color: #000000;
    transition: all 0.3s;
}
.form-check {
    font-size: 18px;
}
.form-check-input, input[type=checkbox].form-check-input {
    width: 22px;
    height: 22px;
    background-color: #f7f7f7;
    border: 1px solid #c4c4c4;
    border-radius: 0;
    margin-top: 2px;
    margin-right: 10px;
}
.form-check-input:checked, input[type=checkbox].form-check-input:checked {
    background-color: #3a2767;
    border-color: #0d6efd;
}
.form-check-input:focus {
    box-shadow: none;
}
.form-check-input.is-valid:focus, .was-validated .form-check-input:valid:focus {
    box-shadow: none;
}
.form-floating>.form-control, .form-floating>.form-control-plaintext {
    padding: 0.5rem 0.75rem;
}
.form-floating>.form-control, .form-floating>.form-control-plaintext, .form-floating>.form-select {
    height: calc(3rem + 2px);
    line-height: 1.25;
}
.form-floating>textarea.form-control, .form-floating>textarea.form-control-plaintext{
    height: auto;
    line-height: 1.25;
}
.form-floating>label {
    font-size: 16px;
    color: #b5afaf;
    position: absolute;
    padding: 0.7rem 0.75rem;
}

.sidebar_widget {
    margin-bottom: 25px;
}
.sidebar_widget ul {
    list-style: none;
    margin: 0;
    padding: 0 0 0 10px;
    max-height: 300px;
    overflow: auto;
}
.sidebar_widget ul li:not(:last-child){
    margin-bottom: 3px;
}
.sidebar_widget a{
    text-decoration: none;
}
.sidebar_widget_title {
    font-weight: 400;
    text-transform: uppercase;
    padding-bottom: 5px;
    border-bottom: 1px solid #d9d9d9;
    margin-bottom: 15px;
}

#offcanvasMenu{
    background-color: #ffffff;
    width: 300px;
}
.btn_offcanvas_close {
    background: no-repeat;
    border: none;
    font-size: 22px;
    color: #00213e;
}
.offcanvas-header {
    border-bottom: 1px solid #eaeaea;
}

header {
    z-index: 100;
    background-color: #00213e;
    color: #ffffff;
    -webkit-box-shadow: 0 5px 5px -3px rgb(0 0 0 / 15%);
    -moz-box-shadow: 0 5px 5px -3px rgb(0 0 0 / 15%);
    box-shadow: 0 5px 5px -3px rgb(0 0 0 / 15%);
}
.navbar-brand img{
    max-height: 70px;
}

.navbar-toggler {
    border: 0;
    padding: 0;
    font-size: 28px;
    color: #ffffff;
    display: inline-block;
    margin-left: 20px;
}
.navbar-toggler:focus {
    text-decoration: none;
    outline: 0;
    box-shadow: none;
}


.navbar-nav > .nav-item > .nav-link  {
    color: #ffffff;
    font-size: 16px;
    display: inline-block;
}
.navbar-nav > .nav-item > .nav-link:hover,.navbar-nav > .nav-item > .nav-link:focus,.navbar-nav > .nav-item > .nav-link.active  {
    color: #5cbb08;
}
.navbar-nav > .nav-item > .nav-link.nav-link-strong{
    font-weight: 700;
}
.navbar-nav .dropdown-menu {
    padding: 0;
    margin-top: 0px;
}

.navbar-nav > .nav-item  {
    padding: 30px 10px;
}

.navbar-nav > .nav-item > .nav-link  {
    position: relative;
    padding: 0;
}
.nav-link-title{
    position: relative;
}
.nav-link-title:before {
    content: "";
    height: 1px;
    position: absolute;
    bottom: -3px;
    width: 0;
    left: 0;
    right: 0;
    -webkit-transition: width .3s ease;
    -moz-transition: width .3s ease;
    -ms-transition: width .3s ease;
    -o-transition: width .3s ease;
    transition: width .3s ease;
    visibility: hidden;
    display: block;
}
.nav-item .nav-link:hover .nav-link-title:before, .dropdown-item:hover .nav-link-title:before, .nav-item .nav-link.active .nav-link-title:before{
    background: #5cbb08;
    width: 100%;
    visibility: visible;
}
.dropdown .dropdown-menu .dropdown-item:hover .nav-link-title::after {
    content: "\f054";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    position: absolute;
    left: -12px;
    top: -2px;
    font-size: 11px;
}
.navbar-nav .dropdown-menu .dropdown-item {
    color: #ffffff;
    font-size: 15px;
    font-weight: 400;
    text-transform: capitalize;
    padding: 9px 30px 9px 20px;
    position: relative;
    text-align: left;
    cursor: pointer;
    border-bottom: 1px solid #7a90a0;
}
.navbar-nav .dropdown-menu .dropdown-item:hover,.navbar-nav .dropdown-menu .dropdown-item:focus {
    color: #ffffff;
    background: #5cbb08;
}
.navbar-nav .dropdown-menu li:last-child .dropdown-item {
    border-bottom: 0;
}
.dropdown-menu > li:hover > .submenu {
    background: #ffffff;
    border-radius: 0;
    border: 0;
    padding: 0;
    -webkit-box-shadow: 0 2px 15px 0px rgb(0 0 0 / 10%);
    -moz-box-shadow: 0 2px 15px 0px rgba(0,0,0,.1);
    box-shadow: 0 2px 15px #0000001a;
}
.navbar-nav > .dropdown > .dropdown-menu.show{
    border: none;
    border-radius: 0;
    background: -moz-linear-gradient(top, #00213e 0%, #00213e 15%, #012b50 100%);
    background: -webkit-linear-gradient(top, #00213e 0%, #00213e 15%, #012b50 100%);
    background: -ms-linear-gradient(top, #00213e 0%, #00213e 15%, #012b50 100%);
    background: linear-gradient(top, #00213e 0%, #00213e 15%, #012b50 100%);

    -webkit-box-shadow: 0 1px 4px 0px rgb(0 0 0 / 10%);
    -moz-box-shadow: 0 1px 4px 0px rgba(0,0,0,.1);
    box-shadow: 0 1px 4px #0000001a;
}

.dropdown-chevron-down{
    position: relative;
}
.dropdown-chevron-down::after {
    content: "\f078";
    display: inline-block;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    font-size: 13px;
    margin-left: 3px;
    transform: rotate(0deg);
    transition: all 0.3s;
}
.dropdown-chevron-down.show::after{
    transform: rotate(180deg);
    transition: all 0.3s;
}

/* ============ desktop view ============ */
@media all and (min-width: 992px) {
    .navbar-nav .dropdown-menu.show.dropdown-menu-multicol {
        display: flex;
        flex-wrap: wrap;
        width: 400px;
    }
    .navbar-nav .dropdown-menu > li:hover > .submenu.dropdown-menu-multicol{
        display: flex !important;
        flex-wrap: wrap;
        width: 400px;
    }
	.navbar-nav .dropdown-menu li{
		position: relative;
	}
	.navbar-nav .dropdown-menu .submenu{ 
		display: none;
		position: absolute;
		left:100%; top:-7px;
	}
	.navbar-nav .dropdown-menu .submenu-left{ 
		right:100%; left:auto;
	}
	.navbar-nav .dropdown-menu > li:hover{ background-color: #5cbb08;}
	.navbar-nav .dropdown-menu > li:hover > .submenu{
		display: block;
	}
}	
/* ============ desktop view .end// ============ */
/* ============ small devices ============ */
@media (max-width: 991px) {
    .navbar-nav > .nav-item  {
        padding: 10px 20px ;
        border-bottom: 1px solid #eaeaea;
    }
    .navbar-nav > .nav-item > .nav-link {
        color: #00111f;
    }
    .navbar-nav .dropdown-menu .dropdown-item {
        color: #00111f;
        border-bottom: 1px solid #eaeaea;
    }
    .navbar-nav .dropdown-menu .dropdown-menu{
            margin-left:0.7rem; margin-right:0.7rem; margin-bottom: .5rem;
    }
    .navbar-nav .dropdown-menu {
        border: none;
    }
    .navbar-nav > .dropdown > .dropdown-menu.show {
        background: #ffffff;
        position: relative !important;
        transform: translate3d(0px, 10px, 0px) !important;
        box-shadow: none;
    }
    .navbar-nav .dropdown-menu > li:hover > .submenu {
        -webkit-box-shadow: none;
        -moz-box-shadow: none;
        box-shadow: none;
    }
    .navbar-nav > .nav-item > .nav-link {
        display: block;
    }
    .navbar-nav .dropdown-item:focus, .navbar-nav .dropdown-item:hover {
        color: var(--bs-dropdown-link-hover-color);
        background-color: transparent;
    }
    .dropdown-chevron-down::after {
        float: right;
        margin-top: 5px;
    }
}	
/* ============ small devices .end// ============ */

.header_top {
    background-color: #00213e;
    color: #ffffff;
    border-bottom: 1px solid #7a90a0;
}
.header_top .header_top_left a {
    color: #ffffff;
    text-decoration: none;
    font-size: 13px;
    padding: 5px 0;
}
.header_top .header_top_left a:hover, .header_top .header_top_left a:focus {
    color: #5cbb08;
}
.header_top .header_top_left a i{
    color: #5cbb08;
}
.header_top_phone {
    background-color: #5cbb08;
    color: #ffffff;
    text-decoration: none;
    display: inline-block;
    padding-right: 15px;
}
.header_top_phone i {
    display: inline-block;
    padding: 12px;
    background-color: #ffffff;
    color: #5cbb08;
    font-size: 16px;
}
.header_top_phone:hover, .header_top_phone:focus {
    background-color: #ffffff;
    color: #5cbb08;
}
.header_top_phone:hover i, .header_top_phone:focus i {
    background-color: #ffffff;
    color: #5cbb08;
}

.header_top_phone > span{
    font-size: 16px;
    line-height: 17px;
    font-weight: 700;
}

.header_top_phone > span > span:nth-child(2){
    letter-spacing: 0.5px;
    color: #c3e5a6;
}

.header_top .social_links {
    list-style: none;
    margin: 0;
    padding: 0;
    display: inline-block;
}
.header_top .social_links li {
    margin: 3px;
    display: inline-block;
}
.header_top .social_links a {
    font-size: 13px;
    text-decoration: none;
    color: #ffffff;
    width: 28px;
    height: 28px;
    line-height: 28px;
    display: inline-block;
    text-align: center;
    background-color: transparent; 
}
.header_top .social_links a:hover, .header_top .social_links a:focus {
    color: #ffffff;
    background-color: #5cbb08;
}


footer {
    position: relative;
    background-color: #00213e;
}

.footer_top {
    padding: 30px 0;
}
.footer_block_title {
    font-size: 18px;
    font-weight: 700;
    color: #ffffff;
}
.footer_block ul {
    padding: 0;
    margin: 0;
    list-style: none;
}
.footer_block ul li a{
    text-decoration: none;
}
.footer_block a, .footer_block p, .footer_block {
    font-size: 13px;
    color: #ffffff;
    word-break: break-word;
}
.footer_block a:hover,.footer_block a:focus {
    color: #5cbb08;
}
.footer_block .links li:before {
    content: '-';
    margin-right: 5px;
}
footer .social_links li{
    display: block;
}
footer .social_links li:not(:last-child) {
    margin-bottom: 4px;
}
footer .social_links li a i {
    width: 24px;
    height: 24px;
    min-width: 24px;
    line-height: 24px;
    text-align: center;
    border: 1px solid #5cbb08;
    border-radius: 50%;
    margin-right: 5px;
    font-size: 11px;
    color: #5cbb08;
}
footer .social_links li a span {
    padding-top: 3px;
}

.footer_copyright {
    font-size: 14px;
    color: #ffffff;
    border-top: 1px solid #7a90a0;
}
.footer_copyright p{
    font-size: 14px;
}
.footer_copyright_links {
    margin: 0;
    padding: 0;
    list-style: none;
}
.footer_copyright_links li {
    display: inline-block;
}
.footer_copyright_links li a {
    color: #ffffff;
    font-size: 14px;
    text-decoration: none;
}
.footer_copyright_links li a:hover, .footer_copyright_links li a:focus {
    color: #5cbb08;
}

.section_get_started{
    background-position: center;
    background-size: cover;
}
.section_get_started_wrapper{
    background-color: #ffffff;
    padding: 50px;
    position: relative;
    z-index: 1;
}
.section_get_started_wrapper:before {
    content: '';
    position: absolute;
    border: 3px solid #5cbb08;
    top: 25px;
    bottom: 25px;
    left: 25px;
    right: 25px;
    z-index: -1;
}

.section_header_title {
    position: relative;
    display: inline-block;
}
.section_header_title:after {
    content: '';
    width: 80%;
    height: 3px;
    background-color: #5cbb08;
    display: block;
    margin: 6px auto;
}

.why_choose_us_item {
    padding: 25px 15px;
    border: 2px solid #d9d9d9;
    height: 100%;
    transition: all 0.3s;
}
.why_choose_us_item i {
    width: 90px;
    height: 90px;
    line-height: 90px;
    border-radius: 50%;
    background-color: #f3f3f3;
    color: #5cbb08;
    font-size: 34px;
    margin-bottom: 20px;
    transition: all 0.3s;
}
.why_choose_us_item h4 {
    font-size: 20px;
}
.why_choose_us_item p {
    margin: 0;
}
.why_choose_us_item:hover, .why_choose_us_item:focus{
    border-color: #5cbb08;
    transition: all 0.3s;
}
.why_choose_us_item:hover i, .why_choose_us_item:focus i{
    background-color: #5cbb08;
    color: #ffffff;
    transition: all 0.3s;
}
.SwiperWhy_Choose_Us_btn:not(.swiper-button-disable) {
    color: #00213e;
}
.SwiperWhy_Choose_Us_btn:after {
    font-size: 28px;
}
.SwiperWhy_Choose_Us_btn:not(.swiper-button-disable):hover {
    color: #5cbb08;
}
.SwiperWhy_Choose_Us .swiper-slide {
    height: auto;
}

.section_testimonials {
    background-color: #5cbb08;
}
.section_testimonials {
    background-color: #5cbb08;
}
.section_testimonials .section_header_title{
    color: #ffffff;
}
.section_testimonials h5{
    color: #ffffff;
}
.section_testimonials .section_header_title:after{
    background-color: #ffffff;
}

.section_testimonials_wrapper {
    background-color: #ffffff;
    padding: 60px 60px;
}
.testimonials_avatar img {
    width: 100px;
    min-width: 100px;
    height: 100px;
    object-fit: cover;
}
.SwiperTestimonials_btn:not(.swiper-button-disable) {
    color: #00213e;
}
.SwiperTestimonials_btn:after {
    font-size: 28px;
}
.SwiperTestimonials_btn:not(.swiper-button-disable):hover {
    color: #5cbb08;
}
.swiper-pagination-bullet-active{
    background-color: #5cbb08;
}

.team_item img {
    width: 110px;
    height: 110px;
    object-fit: cover;
    margin-bottom: 20px;
}
.team_item p {
    margin: 20px 0 0;
}

.social_links {
    margin: 0;
    padding: 0;
    list-style: none;
}
.social_links li {
    display: inline-block;
    margin: 5px;
}

.filters_btns {
    list-style: none;
    margin: 0 auto;
    padding: 0px;
    border: 1px solid #d9d9d9;
}
.filters_btns li {
    margin: 2px;
}
.filters_btns li h3 {
    font-size: 14px;
    font-weight: 400;
    margin: 0;
    padding: 10px 25px;
    background-color: transparent;
    color: #00213e;
    cursor: pointer;
}
.filters_btns li.is-checked h3, .filters_btns li:hover h3 {
    background-color: #5cbb08;
    color: #ffffff;
}

.filters_item_zoom {
    position: relative;
    overflow: hidden;
    display: inline-block;
    text-decoration: none;
    transition: all 0.3s;
}
.filters_item_zoom:before {
    content: '';
    background-color: rgb(0 0 0 / 50%);
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    transition: all 0.3s;
}
.filters_item_zoom:after {
    content: "\f00e";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    position: absolute;
    text-align: center;
    left: 0;
    right: 0;
    top: 50%;
    color: #ffffff;
    opacity: 0;
    width: 40px;
    height: 40px;
    line-height: 40px;
    background-color: #00213e;
    border-radius: 50%;
    box-shadow: 0 0 16px #00213e;
    margin: 0 auto;
    transform: translate(0px,-21px);
    transition: all 0.3s;
}
.filters_item_zoom:hover:before {
    background-color: rgb(0 0 0 / 0%);
    transition: all 0.3s;
}
.filters_item_zoom:hover:after {
    opacity: 1;
    transition: all 0.3s;
}


.accordion-button{
    background-color: #ffffff;
    color: #00213e;
    box-shadow: none;
    font-size: 16px;
    font-weight: 700;
    text-transform: uppercase;
}
.accordion-button:focus{
    box-shadow: none;
    outline: none;
}
.accordion-button:not(.collapsed) {
    background-color: #5cbb08;
    color: #ffffff;
    box-shadow: none;
}
.accordion-body, .accordion-body p, .accordion-body ul li, .accordion-body ol li {
    font-size: 14px;
}
.accordion-button:not(.collapsed):after{
    background-image: none;
}
.accordion-button:after{
    background-image: none;
    content: "\f078";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    width: auto;
}
.accordion-button i {
    margin-right: 9px;
    color: #5cbb08;
}
.accordion-button:not(.collapsed) i {
    color: #00213e;
}

.info_box{
    text-align: center;
    color: #00213e;
    transition: all 0.3s;
}  
.info_box i {
    background-color: #f2f5f7;
    width: 95px;
    height: 95px;
    line-height: 95px;
    border-radius: 50%;
    font-size: 24px;
    color: #c2d1d9;
    margin-bottom: 15px;
    transition: all 0.3s;
}
.info_box h5 {
    color: #00213e;
}
.info_box a {
    color: #00213e;
    text-decoration: none;
}
.info_box:hover i{
    background-color: #00213e;
    color: #ffffff;
    transition: all 0.3s;
} 

#quickQuote_wrapper #btn_quickQuote {
    position: fixed;
    bottom: 20px;
    display: inline-block;
    background-color: #5cbb08;
    color: #ffffff;
    font-size: 14px;
    right: 20px;
    z-index: 100;
    border: oldlace;
    box-shadow: 0 0 12px #00000047;
    padding: 7px 15px;
    border-radius: 20px;
}
#quickQuote_wrapper #quickQuote_FormWrapper {
    position: fixed;
    width: 320px;
    padding: 10px 20px;
    height: 572px;
    max-height: 87%;
    bottom: 15px;
    overflow-y: scroll;
    z-index: 1050;
    right: 15px;
    background-color: #ffffff;
    border: 0;
    border-radius: 5px;
    box-shadow: 0 0 12px #00000047;
}

#quickQuote_wrapper #quickQuote_close {
    border: 0;
    background-color: transparent;
    padding: 0;
    font-size: 22px;
    color: #00213e;
    position: fixed;
    right: 20px;
    /*bottom: 385px;*/
    bottom: auto;
    margin-top: -50px;
}
#quickQuote_wrapper #quickQuote_close i {
    text-shadow: 0 0 12px #5cbb08;
    background-color: #5cbb08;
    border-radius: 50%;
    color: #00213e;
}
#quickQuote_wrapper .formOverlay {
    position: fixed;
}

#quickQuote_wrapper .form-label {
    font-size: 13px;
}
#quickQuote_wrapper .form-select, #quickQuote_wrapper .form-control {
    height: 41px;
    font-size: 13px;
}
#quickQuote_wrapper .form-floating>textarea.form-control, #quickQuote_wrapper .form-floating>textarea.form-control-plaintext {
    height: auto;
    line-height: 1.25;
}
#quickQuote_wrapper .form-floating>label {
    font-size: 13px;
}
#quickQuote_wrapper .form-floating-textarea.form-floating>label{
    padding-top: 6px;
    opacity: 1;
    transform: none;
}
#quickQuote_wrapper .btn {
    font-size: 13px;
}

.grecaptcha-badge {
    bottom: 80px !important;
}