body {
    color: #303030;
}
.text-white{
    color: #fff;
}
.hide{
    display: none;
}
.website-logo{
    max-width: 100%;
}
img {
    max-width: 100%;
}
.btn-primary {
    color: #fff;
    background-color: #23A036;
    border-color: #23A036;
}
.text-primary {
    color: #fff !important;
}
.text-black{
    color: #000 !important;
}
a.text-primary:hover, a.text-primary:focus {
    color: #0D2A6C !important;
}
.btn-primary:hover {
    color: #fff;
    background-color: #0D2A6C;
    border-color: #0D2A6C;
}
.carousel-indicators li {
    background-color: #fff;
}
.carousel-indicators .active {
    background-color: #23A036;
}
.navbar-light .navbar-nav .nav-link:hover, .navbar-light .navbar-nav .nav-link.active ,
.navbar-light .navbar-nav .nav-link:hover, .navbar-light .navbar-nav .nav-link.current_page_item > a {
    color: #23A036;
}
.navbar-light .navbar-nav .nav-link, .navbar-light .navbar-nav .nav-link a {
    color: #0D2A6C;
}
.border-primary {
    border-color: #fff!important;
}
.header-section .bg-dark {
    background-color: #23A036!important;
}
.img-fluid {
    width: 100%;
    object-fit: cover;
}
.banner_content{
    width: 100%;
    max-width: 900px;
}
.bg-secondary {
    background-color: #fff !important;
}
.bg-primary {
    background-color: #23a036!important;
}
a, a:hover {
    color: #000;
}
.content-area a{
	text-decoration: underline;
        color: #23A036;
}
.navbar-light .navbar-nav .nav-link {
    padding: 20px 30px;
}
.section-title::before{
    background:#0D2A6C;
}
.bg-service .section-title::before {
    background: #ffffff;
}
.footer-menu .nav-link:before {
    content: "\f105";
    position: absolute;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    left: 15px;
}
.footer-logo{
    margin-bottom: 0px; max-width: 100%; background-color: #fff; border-radius: 5px;
}
.testimonial-carousel .owl-dot.active,.testimonial-carousel-new .owl-dot.active {
    background: #23A036;
}
.btn-primary:focus, .btn-primary.focus,.btn-primary:not(:disabled):not(.disabled):active, .btn-primary:not(:disabled):not(.disabled).active, .show > .btn-primary.dropdown-toggle {
    color: #fff;
    background-color: #0D2A6C;
    border-color: #0D2A6C;
    box-shadow: none;
}
.form-control:focus {
    color: #495057;
    background-color: #fff;
    border-color: inherit;
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(13, 42, 108, 0.25);    
    box-shadow: none;
}
textarea.form-control {
    height: auto;
    max-height: 200px;
    resize: none;
}

.w-100 .input-group > p {
    position: relative;
    flex: 1 1 auto;
    width: 1%;
    min-width: 0;
    margin-bottom: 0;
}
.w-100 .input-group .wpcf7-text{
    padding: 25px;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    border: 1px solid #333!important;
}
.w-100 .input-group  .btn.btn-primary {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    padding: 13px 20px;
}
.w-100 .input-group .wpcf7-spinner {
    margin: 10px 0px 0px;display: block;
}
.owl-carousel .owl-nav .owl-prev, .owl-carousel .owl-nav .owl-next {
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    background: #23A036;
    border-radius: 40px;
    font-size: 22px;
    opacity: .1;
    transition: .3s;
}
.service-carousel h5 {
    min-height: 48px;
}
.service-carousel {
    margin-top: 20px;
}
.icon-box {
    margin: 0px auto;
}
.form-control{
    height: calc(1.5em + 0.75rem + 15px); 
}
.list-group ul, .single-post ul {
    list-style: disc;
    margin-left: 15px;
}
.list-group ul li, .single-post ul li{
    padding: 5px 0px;
}
.content_service-sub ul{
    margin-top: 20px;
    list-style: disc;
    margin-left: 15px;
}
.content_service-sub ul li{
    padding: 5px 0px;
}
ul.review-rating.star-rating {
    display: inline-flex; color: #F6BB06;
}
/*a, a:hover{
    color: inherit;
}*/
.service-carousel.owl-carousel .owl-item img {
    display: block;
    width: 100%;
    min-height: 285px;
    object-fit: cover;
}
.blog-section .w-100 {
    width: 100% !important;
    min-height: 265px;
}
.service_slider_items img {
    display: block;
    width: 100%;
    min-height: 265px;
    object-fit: cover;
    max-height: 265px;
}
.service_slider_title{
    min-height: 50px;
}
.service_slider_items {
    padding: 15px 10px;
}
.page-id-487 .service_slider_items h5{
    min-height: 60px;
}
.service_slider_items p.content {
    padding-top: 20px;
}
.banner_icon img{
    max-width: 250px;
}
.footer-newsleter .input-group-prepend, .footer-newsleter .input-group-append{
    max-height: 55px;
}
::-webkit-input-placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: #303030;
    opacity: 1; /* Firefox */
}
:-moz-placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: #303030;
    opacity: 1; /* Firefox */
}
::-moz-placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: #303030;
    opacity: 1; /* Firefox */
}
:-ms-input-placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: #303030;
    opacity: 1; /* Firefox */
}
::-ms-input-placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: #303030;
    opacity: 1; /* Firefox */
}
::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: #303030;
    opacity: 1; /* Firefox */
}

:-ms-input-placeholder { /* Internet Explorer 10-11 */
    color: #303030;
}

::-ms-input-placeholder { /* Microsoft Edge */
    color: #ced4da;
}
.gform_wrapper.gravity-theme .gfield input,
.gform_wrapper.gravity-theme .gfield select {
    border: 1px solid #ced4da;
    border-radius: 30px;
    height: calc(1.5em + 0.75rem + 15px);   
    color: #000;
    background-color: transparent;
}
.gform_wrapper.gravity-theme .gfield input{
     padding: 1.5rem !important;
}
.gform_wrapper.gravity-theme .gfield input:focus,
.gform_wrapper.gravity-theme .gfield select:focus {   
    outline: none;
    box-shadow: none;
}
.gform_wrapper.gravity-theme .gfield textarea.medium {
    height: auto;
    max-height: 200px;
    resize: none;
    border-radius: 30px!important;
    padding: 1.5rem !important;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: 5px;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
.gform_button {
    color: #fff;
    background-color: #23A036;
    border-color: #23A036;
    font-weight: 500;
    padding: 10px 25px;
    border-radius: 100px;
    text-align: center;
    vertical-align: middle;
    border: 1px solid transparent;
    font-size: 1rem;
    line-height: 1.5;
    border-radius: 30px;
    transition: all .3s ease-in-out;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
.gform_button :hover {
    color: #fff;
    background-color: #0D2A6C;
    border-color: #0D2A6C;
    transition: all .3s ease-in-out;
}
div#gform_confirmation_message_1 {
    font-weight: bold;
    margin-top: 15vh;
}

.location-menu li{
    flex: 0 0 50%;
    max-width: 50%;
}
.contact-form li {
    width: 49%;
    display: inline-block;
    margin-bottom: 10px;
}

.btn.book-now {
    background: #23A036;
    border-radius: 0;
    color: #fff;
    display: inline-block;
    font-size: 1.1rem;
    height: 50px;
    line-height: 1.7em;
    position: fixed;
    right: 0;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    -moz-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    -webkit-transform: rotate(-90deg);
    transform-origin: bottom right;
    width: 170px;
    top: 30%;
    z-index: 111;
}
.btn.book-now:hover {
    background: #0D2A6C;
}
.page-id-634 .btn.book-now{
    display: none;
}
.header-section a.text-primary:hover, 
.header-section a.text-primary:focus{
    color: #fff!important;
}
.btn-social i{
    font-size: 1.5em;
}
.footer-newsleter div#gform_wrapper_2, .footer-newsleter p{
    max-width: 300px;
}
.page-content ul {
    list-style: disc;
    margin-left: 20px;
}
.page-content ul li{
    padding: 5px 0px;
}
.addtoany_share_save_container{
    margin-top: 50px!important;
}
.single-post h2, .single-post h3 {
    margin-top: 30px;
    display: inline-block;
    width: 100%;
    margin-bottom: 15px;
}
.testimonial-items {
    background-color: #fff;
    height: 100%;
    display: inline-block;
    padding: 20px;
}
.testimonial-carousel-new.owl-carousel .owl-stage{display: flex;}

.testimonial-items{
    position: relative;
    overflow: hidden;
    /* margin-bottom: 80px; *//*This is optional*/
    display: flex;
    flex-direction: column;
    align-items: stretch;
}
.testimonial-carousel-new .owl-dots {
    text-align: center;
    margin-top: 45px;
}
.contact-block-section-blue{
    background: rgba(13, 42, 108 , 1)
}