/*
 Theme Name:  hello-elementor_child
 Description:  hello-elementor Child Theme
 Author:       Tryfon Tzanetis
 Author URI:   http://tafhub.com
 Template:    hello-elementor
 Version:      1.0.0
 License:      GNU General Public License v3 or later
 License URI:  http://www.gnu.org/licenses/gpl-3.0.html
 Tags:         Tags: one-column, custom-colors, custom-menu, custom-logo, editor-style, featured-images, full-site-editing, block-patterns, rtl-language-support, sticky-post, threaded-comments
 Text Domain:  hello-elementor_child
*/
/*==============================================*/
/*          !!! GOOGLE FONT IMPORT !!!          */
/*==============================================*/
@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

/* --------------------------
!!  SITE  ( " font-family: "Poppins", sans-serif; " ) FONT-WEIGHT !!
+--------------+--------------+
| FONT-WEIGHT  | Value        |
+--------------+--------------+
| thin         | 100          |
| ex-light     | 200          |
| light        | 300          |
| regular      | 400          |
| medium       | 500          |
| semi-bold    | 600          |
| bold         | 700          |
| ex-bold      | 800          |
| black        | 900          |
+--------------+--------------+
--------------------------- */



@media (min-width: 768px) {

    .container,
    .row {
        --bs-gutter-x: 30px;
    }
}

@media (min-width: 992px) {

    .container,
    .row {
        --bs-gutter-x: 57px;
    }
}

@media (min-width: 1200px) {
    .container {
        max-width: 1200px;
        
    }
}

p:last-child {
    margin-bottom: 0;
}

a {
    text-decoration: none;
    display: inline-block;
}
dd, dl, dt, li, ol, ul {
    margin-block-start: 0;
    margin-block-end: 13px;
    border: 0;
    outline: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent;
}
.elementor-widget-container ul li{
     margin-block-start: 0;
    margin-block-end: 13px;
}
/* Header */
html {
    overflow-x: hidden;
}
/* Top Bar */
.top_bar {
    background-color: #373E53;
    overflow: hidden;
    border-bottom: 1px solid #ffffff30;
    padding-bottom: 20px;
     padding-top: 20px;
}

.loaction_header a:hover, .loaction_phone a:hover {
    color: #7A7A7A;
}
.loaction_phone {
    margin: 0 34px 0 0;
}
.loaction_header, .loaction_phone {
    display: flex;
    align-items: center;
}
.loaction_header svg, .loaction_phone svg {
    margin: 0 12px 0 0;
}
.loaction_header p, .loaction_phone p, .loaction_header a, .loaction_phone a {
    font-size: 15px;
    color: #ffffff;
    font-weight: 400;
    display: inline-block;
    font-family: "Montserrat", Sans-serif;
    /* padding-left: 5px; */
}

/* navbar */
.navbar {
    --bs-navbar-padding-x: 0;
    --bs-navbar-padding-y: 19.5px;
    --bs-navbar-toggler-icon-bg: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30' width='40px' height='40px'%3E%3Cpath stroke='white' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E");
    position: absolute;
    z-index: 9999;
}

/* .gray_skate_navabar {
    background-color: #373E53;
    height: 100px;
} */
.sub-menu .nav-link {
    padding: 10px;
}
body {
    overflow-x: hidden;
}
body.home .navbar_menu li .nav-link{
  
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
    line-height: 15px;
    letter-spacing: 1.2px;
    color: #fff;
}
@media (min-width: 992px) {
.sub_menu ul li .nav-link {
    color: #fff !important;
}
}
body:not(.home) .navbar_menu li .nav-link {
  font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
    line-height: 15px;
    letter-spacing: 1.2px;
    color: #fff;
}
body.single .navbar_menu li .nav-link {
  font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
    line-height: 15px;
    letter-spacing: 1.2px;
    color: #ffffff;
}

body.single .navbar{
border-bottom: 1px solid #f4f4f4;
background-color: #373E53;
} 
.sub-menu li .nav-link {
    font-size: 12px;
    font-weight: 600;
    text-transform: uppercase;
    line-height: 15px;
    letter-spacing: 1.2px;
    color: #ffffff;  
}

/* .navbar_menu li .nav-link:hover {
    color: #ffffff;
} */

.navbar_menu li .nav-link:hover svg path {
    fill: #0011A7;
}

.main_logo {
    /* padding: 6px; */
    /* background-color: #fff; */
    /* border-radius: 0 0 20px 20px;
    max-width: 165px;
    width: 100%; */
}

.gray_skate_navabar .navbar-toggler {
    padding: 0;
    border: 0;
    border-radius: 0;
}

.gray_skate_navabar .navbar-toggler-icon {
    width: 30px;
    height: 30px;
}

.gray_skate_navabar .navbar-toggler[aria-expanded="false"] .navbar-toggler-icon {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30' width='40px' height='40px'%3E%3Cpath stroke='white' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E");
    box-shadow: none;
}

.gray_skate_navabar .navbar-toggler:focus {
    box-shadow: none;
}

.gray_skate_navabar .navbar-toggler[aria-expanded="true"] .navbar-toggler-icon {
    background-image: url("data:image/svg+xml,%3Csvg viewPort='0 0 12 12' width='19px' height='14px' version='1.1' xmlns='http://www.w3.org/2000/svg'%3E%3Cline x1='1' y1='11' x2='11' y2='1' stroke='white' stroke-width='2'/%3E%3Cline x1='1' y1='1' x2='11' y2='11' stroke='white' stroke-width='2'/%3E%3C/svg%3E");
}

/* Sub Menu */
.sub_menu .sub-menu {
    padding: 21px 0 0;
    min-width: 285px;
    margin-top: 10px;
    background-color: #373E53;
    width: 100%;
    list-style: none;
    position: absolute;
    left: 50%;
    z-index: 99;
    opacity: 0;
    visibility: hidden;
    transform: translate(-50%, -9px);
}

.sub-menu>ul {
    background-color: #F7A61A;
    border-radius: 5px;
    padding: 0;
    width: 100%;
    border: 0;
}

.sub-menu li a {
    color: #fff;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    text-transform: uppercase;
    display: block;
}


.navbar_menu .nav-item {
    position: relative;
}

@media (min-width: 992px) {
    .navbar_menu li:not(:last-child) {
        margin: 0 35px 0 0;
    }

    .navbar_menu > li.menu-item-has-children > .nav-link::after {
        content: '';
        background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='11' height='6' viewBox='0 0 11 6' fill='none'%3E%3Cpath d='M1.33325 0.999756L5.83325 4.99976L10.3333 0.999756' stroke='white' stroke-opacity='0.9' stroke-linecap='round' stroke-linejoin='round'%3E%3C/path%3E%3C/svg%3E");
        width: 11px;
        height: 6px;
        background-position: center;
        background-repeat: no-repeat;
        margin: auto 0 auto 10px;
        position: absolute;
        top: 0;
        bottom: 0;
        right: -10px;
    }
    .sub-menu li.menu-item-has-children > .nav-link::after {
        content: '';
        background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='11' height='6' viewBox='0 0 11 6' fill='none'%3E%3Cpath d='M1.33325 0.999756L5.83325 4.99976L10.3333 0.999756' stroke='white' stroke-opacity='0.9' stroke-linecap='round' stroke-linejoin='round'%3E%3C/path%3E%3C/svg%3E");
        width: 11px;
        height: 6px;
        background-position: center;
        background-repeat: no-repeat;
        margin: auto 0 auto 10px;
        position: absolute;
        top: 0;
        bottom: 0;
        right: 10px;
    }
    .navbar_menu li.menu-item-has-children:hover > .nav-link::after {
        background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='11' height='6' viewBox='0 0 11 6' fill='none'%3E%3Cpath d='M1.33325 0.999756L5.83325 4.99976L10.3333 0.999756' stroke='%23373E53' stroke-opacity='0.9' stroke-linecap='round' stroke-linejoin='round'%3E%3C/path%3E%3C/svg%3E");
    }

    /* sub menu */
    nav .navbar_menu  li > .sub-menu {
        margin: -2px 0 0;
    }
    nav .navbar_menu li:hover > .sub_menu > ul {
        opacity: 1;
        visibility: visible;
        z-index: 99;
    }
    nav .sub-menu li > .sub-menu {
        position: absolute;
        left: 100%;
        min-width: 100%;
        padding: 0;
        width: 100%;
        border: 0;
        opacity: 0;
        visibility: hidden;
        transition: 0.4s ease-in-out;
        margin: 0;
        height: 0;
        overflow: hidden;
        padding: 20px;
    }
    nav .sub-menu li .sub-menu li {
        padding: 5px;
    }
    .navbar_menu .sub-menu li:hover .sub-menu {
        opacity: 1;
        visibility: visible;
        height: auto;
        position: absolute;
        width: 100%;
        top: 0;
        left: 148%;
        height: auto;
        min-width: auto;
    }
    .sub_menu .sub-menu {
        border-top: 2px solid #fff;
    }
    .sub_menu ul li {
        width: 100%;
        /* padding: 10px 27px; */
        margin: 0;
        border-top: 0;
        list-style: none;
        background: #373E53;
        position: relative;
    }

    /* .sub-menu ul li:first-child {
        border-radius: 5px 5px 0px 0px;
    } */

    .sub-menu ul li:last-child {
        border-radius: 0px 0px 5px 5px;
    }

    .sub-menu:before {
        display: none;
        position: absolute;
        top: 0;
        left: 90px;
        content: "";
        background-image: url("https://palmharborrvrentals.com/hobbylaw/wordpress/wp-content/uploads/2024/10/svgviewer-output-21-1.svg");
        width: 35px;
        height: 35px;
        background-position: center;
        background-repeat: no-repeat;
    }
}
 .navbar_menu li.menu-item-has-children:hover > .nav-link::after {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='11' height='6' viewBox='0 0 11 6' fill='none'%3E%3Cpath d='M1.33325 0.999756L5.83325 4.99976L10.3333 0.999756' stroke='%23373E53' stroke-opacity='0.9' stroke-linecap='round' stroke-linejoin='round'%3E%3C/path%3E%3C/svg%3E");
    }
    
@media (min-width: 1200px) {
    .main_logo {
        /* position: absolute; */
        z-index: 11;
        /* top: 0; */
    }

    .navbar_menu li:not(:last-child) {
        margin: 0 35px 0 0;
    }
}

@media (min-width: 1300px) {
    .navbar_menu li .nav-link {
        font-size: 14px;
    }
}

@media (min-width: 1400px) {
    .navbar_menu {
        /* max-width: 1052px; */
        justify-content: end;
        /* width: 100%; */
    }

    .navbar_menu li:not(:last-child) {
        margin: 0 35px 0 0;
    }
}

@media (max-width: 1199px) {
    .navbar {
        --bs-navbar-padding-x: 0;
        --bs-navbar-padding-y: 10px;
    }

    .main_logo {
       
        border-radius: 0;
        padding: 0;
    }

    .main_logo img {
        width: 100%;
    }

    .navbar_menu li .nav-link {
        font-size: 11px;
        display: flex;
        align-items: center;
    }

    .navbar_menu li.menu-item-has-children .nav-link svg {
        margin: 0 0 0 8px;
    }
}

@media (max-width: 991.98px) {
    .top_bar_buttons a {
        padding: 12px;
        font-size: 12px;
    }

    .top_bar_buttons a:not(:last-child) {
        margin: 0 11px 0 0;
    }

    .loaction_phone,
    .loaction_header {
        margin: 0 15px 0 0;
    }

    nav .navbar-collapse {
        width: 100%;
        padding: 0;
        position: absolute;
        top: 100%;
        left: 0;
        right: 0;
        bottom: 0;
        border: 0;
        background: #373e53;
        z-index: 99;
        -webkit-transform: translateY(-100%);
        -moz-transform: translateY(-100%);
        transform: translateY(-100%);
        -webkit-transition: all 0.3s ease-in-out;
        -moz-transition: all 0.3s ease-in-out;
        transition: all 0.3s ease-in-out;
        opacity: 0;
        visibility: hidden;
        overflow: auto;
        min-height: 100vh;
        height: 100%;
        padding: 0 0 40px;
    }

    .navbar-collapse.show {
        -webkit-transform: translateY(0);
        -moz-transform: translateY(0);
        transform: translateY(0);
        opacity: 1;
        visibility: visible;
    }

    .navbar_menu {
        padding: 25px 30px;
    }

    .navbar_menu>li {
        padding: 10px;
        border-bottom: 1px solid #fff;
    }

    /* !!!! SUB MENU RESPONSIVE !!!! */
    .navbar .navbar_menu .nav-item .nav-link svg {
        display: none;
    }

    .sub-menu {
        left: 0;
        padding: 0;
        top: 10px;
    }

    .navbar .navbar-nav.responsive-menu .nav-item {
        display: flex;
        flex-direction: column;
        flex-wrap: wrap;
        opacity: 0.9;
        margin: 0;
    }

    .navbar .navbar-nav.responsive-menu .nav-item.menu-item-has-children {
        position: relative;
    }

    .navbar .navbar-nav.responsive-menu .menu-item-has-children>a::before {
        content: '';
        background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' class='svg-circleplus' viewBox='0 0 100 100' stroke='%23373e53' height='52'%3E%3Cline x1='32.5' y1='50' x2='67.5' y2='50' stroke-width='5'/%3E%3Cline x1='50' y1='32.5' x2='50' y2='67.5' stroke-width='5'/%3E%3C/svg%3E");
        padding: 1px;
        position: absolute;
        right: -60px;
        top: 0px;
        bottom: 0;
        margin: auto 0;
        z-index: 9999;
        width: 30px;
        height: 30px;
        display: flex;
        align-items: center;
        justify-content: center;
        background-repeat: no-repeat;
        background-position: 50% 50%;
        pointer-events: none;
        background-color: #fff;
    }

    .navbar .navbar-nav.responsive-menu .menu-open.menu-item-has-children>a::before {
        /* transform: rotate(180deg); */
        background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' class='svg-circleplus' viewBox='0 0 100 100' stroke='%23373e53' height='52'%3E%3Cline x1='32.5' y1='50' x2='67.5' y2='50' stroke-width='5'/%3E%3C/svg%3E");
    }

    .navbar .navbar-nav.responsive-menu .sub_menu {
        position: relative;
        display: none;
        opacity: 1;
        visibility: visible;
        border: 0;
        transform: none;
        background: #373E53;
        padding: 0;
        width: 80%;
        border-radius: 0;
        z-index: 99;
        -webkit-transition: opacity .4s ease-in-out;
        transition: opacity .4s ease-in-out;
        top: 0;
    }
    .menu-item-has-children.menu-open .sub_menu .sub-menu {
        opacity: 1;
        visibility: visible;
        position: relative;
        min-width: auto;
        width: 100%;
    }
    .sub-menu>ul {
        background-color: #373E53;
        border-radius: 0;
        padding: 0;
        width: 100%;
        border: 0;
    }

    .navbar .navbar-nav.responsive-menu .sub-menu li a:hover {
        color: #F7A61A;
    }

    .sub-menu::before {
        display: none;
    }

    .navbar .navbar-nav.responsive-menu .sub-menu ul {
        padding: 0 20px;
        border-radius: 0;
    }

    .navbar .navbar-nav.responsive-menu .sub-menu li {
        margin: 0;
        padding: 0;
        position: relative;
        width: 80%;
    }

    .navbar .navbar-nav.responsive-menu .sub-menu li a {
        color: var(--bs-white);
        padding: 15px;
        position: relative;
        width: 80%;
    }

    .navbar .navbar-nav.responsive-menu .sub-menu li a.active {
        color: #0011A7;
    }

    .navbar .navbar-nav.responsive-menu .sub-menu li:not(:last-child) {
        border-bottom: 1px solid #fff !important;
    }

    .navbar_menu li .nav-link {
        position: relative;
    }

    .navbar .navbar-nav .nav-item .nav-link {
        position: relative;
        display: flex;
        align-items: center;
        line-height: normal;
        color:#fff;
        width: calc(100% - 60px);
        z-index: -1;
        padding: 14px 40px !important;
        font-size: 16px;
    }
}

@media (max-width: 767px) {
    nav .navbar-collapse {
        min-height: calc(100vh + 150px);
    }

    .top_bar_inner,
    .top_bar_buttons {
        padding: 10px 30px;
        display: block !important;
    }

    .top_bar_buttons a {
        padding: 10px 24px;
        font-size: 15px;
    }

    .top_bar_buttons a:not(:last-child) {
        margin: 0 0 11px 0;
    }

    .loaction_header {
        margin: 0 20px 0 0;
    }

    .loaction_phone {
        margin: 0;
    }

    .top_bar_buttons a {
        width: 100%;
    }

    .party_bookings {
        background-color: #265A34;
    }

    /* sub menu */
    .navbar .navbar-nav .nav-item .nav-link {
        padding: 12px !important;
    }
}

@media (max-width: 575px) {
    .top_bar_buttons {
        flex-direction: column;
    }

    .top_bar_buttons a:not(:last-child) {
        margin: 0 0 12px;
    }

    .top_bar_buttons a {
        width: 100%;
    }

    nav .navbar-collapse {
        min-height: calc(100vh + 200px);
    }
}

@media (max-width: 475px) {
    .loaction_header {
        margin: 0 10px 0 0;
        width: 50%;
    }

    .loaction_phone {
        width: 100%;
        margin-bottom: 10px;

    }
}

/* Footer */
.footer_wrapper {
    background-color: #373E53;
        padding: 50px 0 53px 0;

}
.footer-about-sec h4 {
    margin-bottom: 30px;
    letter-spacing: .02em;
    color: #d7dde5;
    font-family: "Playfair Display", Sans-serif;
    font-size: 18px;
    font-weight: bold;
    text-transform: capitalize;
}
ul {
    list-style: none;
    padding-left: 0;
}
footer ul li:not(:last-child) {
    margin: 0 0 5px;
}

.email-form {
    margin-top: 50px;
    width: 87%;
}
.email-form .form-label {
    color: #fff;
    top: -30px;
    background-color: transparent;
}
.from-sub-btn .common-btn {
        background: #373E53;
    border: 1px solid;
    color: #fff;
    border-radius: 50px;
     padding: 10px 20px 10px 20px;
    display: inline-block;
}
.from-sub-btn {
    display: inline-block;
    text-align: center;
    margin-top: 22px;
}
.news-letter-main input {
    border: 1px solid rgb(255, 255, 255, .2);
    border-radius: 5px;
    color: #fff;
}
.footer-links a {
    color: #bebebe;
    line-height: 40px;
   font-size: 14px;
    text-decoration: none;
}
ul.sub-menu {
    border-top: 2px solid #fff;
}
@media (max-width: 991px) {
    .footer_wrapper .footer_logo  {
        padding: 22px;
    }
}

.footer_company_details p {
    color: #fff;
    max-width: 340px;
    width: 100%;
    font-size: 16px;
    font-weight: 400;
}

.social_section {
    margin-top: 38px;
    max-width: 123px;
    width: 100%;
}

.social_section a:hover svg path {
    fill: #0011A7;
}

.footer_list h6,
.footer_contact_details h6 {
    font-size: 28px;
    font-weight: 600;
    color: #fff;
    margin: 0 0 33px;
}

.footer_list ul {
    display: flex;
    flex-wrap: wrap;
}

.footer_list ul li {
    max-width: 50%;
    width: 50%;
    font-size: 17px;
    margin: 0 0 20px;
    color: #989898;
}

.footer_list ul li a {
    font-size: 16px;
    font-weight: 400;
    color: #989898;
}

.footer_list ul li a:hover {
    color: #051f68;
}

.footer_contact_details .contact_info a {
    color: #989898;
    font-size: 16px;
    font-weight: 400;
}

.footer_contact_details .contact_info a:not(:last-child) {
    margin: 0 0 31px;
}

.footer_contact_details .contact_info a:hover {
    color: #7A7A7A;
}

/* .footer_contact_details .contact_info a:hover svg path {
    stroke: #0011A7;
} */

.footer_contact_details .contact_info a svg {
    margin: 0 18px 0 0;
}

.footer_list {
    max-width: 317px;
    /* width: 100%; */
}

.footer_contact_details {
    max-width: 370px;
    width: 100%;
}

.footer_top_inner {
    padding: 95px 0 40px;
}

.footer_bottom {
    border-top: 1px solid #ffffff30;
}

.footer_bottom_inner {
    max-width: 1200px;
    width: 100%;
    padding: 27px 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.footer_bottom_inner p,
.footer_bottom_inner a {
    font-size: 14px;
    font-weight: 400;
    color: #989898;
    font-family: "Poppins", sans-serif;
    margin: 0;
    text-align: center;
}

.footer_bottom_inner a:hover {
    color: #051f68;
}
.text ul{
    columns: 7;
	font-size: 1.5em;
	margin: 1em 0;
	padding: 0;
}
.text li{
    list-style: none; margin: 0;   font-size: 28px;text-align: center;
}

@media (min-width: 992px) {
    .footer_company_details {
        margin: auto 0 0 0;
        padding: 0 0 50px
    }
}

@media (max-width: 1199px) {
    .footer_company_details p {
        max-width: 250px;
    }

    .footer_list {
        max-width: 300px;
    }
}

@media (max-width: 991.98px) {
    .footer_menu {
        flex-wrap: wrap;
    }

    .footer_company_details,
    .footer_list,
    .footer_contact_details {
        max-width: 45%;
    }

    .footer_contact_details {
        order: 1;
    }

    .footer_list {
        order: 2;
    }

    .footer_company_details {
        order: 3;
        max-width: 70%;
    }

    .footer_contact_details .contact_info a {
        display: flex;
        align-items: center;
    }

    .footer_company_details p {
        max-width: 100%;
    }

    .footer_top_inner {
        padding: 70px 0 40px;
    }
}

@media (max-width: 767px) {

    .footer_company_details,
    .footer_list,
    .footer_contact_details {
        max-width: 100%;
    }

    .footer_list {
        margin: 40px 0 0;
    }

    .footer_company_details {
        width: 100%;
    }

    .footer_bottom_inner {
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }

    .footer_bottom_inner p {
        margin: 0 0 20px;
    }
}

@media (max-width: 475px) {

    .footer_list ul li a,
    .footer_contact_details .contact_info a {
        font-size: 15px;
    }
}

/* contact form css */
.contact p{
        color: #bebebe;
    font-family: "Montserrat", Sans-serif;
    font-size: 14px;
    font-weight: 300;
    line-height: 1.71em;
    letter-spacing: -0.1px;
}
.contact_us_form {
    max-width: 820px;
    width: 100%;
}

.contact_us_form h1{
    text-align: center;
    color: #fff;
    margin: 15px 0 33px;
}
.wpcf7-form select {
    -webkit-appearance: textfield;
color: #72858a;
background-color: #e9edf0;
border-color: #e9edf0;
}
.contact_us_form .input_block {
    display: flex;
    align-items: start;
    background-color: #fff;
    color: #373E53;
        border-bottom: 1px solid #666;
    margin-top: 6px;
    border-radius: 5px;
    justify-content: space-between;
    /* padding: 15px 26px;
    border: 2px solid #1B86C4; */
}

.contact_us_form .input_block:not(:last-child) {
    margin: 0 0 27px;
}



.contact_us_form .row {
    --bs-gutter-x: 32px;
    --bs-gutter-y: 32px;
}


/* Contact form css 9-09-2024 */
.contact_form_block form .row {
    --bs-gutter-x: 32px;
    --bs-gutter-y: 32px;
}
.form-control:focus, [type="text"]:focus, [type="email"]:focus, [type="checkbox"]:focus, [type="password"]:focus, [type="file"]:focus, [type="radio"]:focus, [type="submit"]:focus, [type="date"]:focus, [type="time"]:focus, [type="tel"]:focus, [type="search"]:focus, [type="button"]:focus, [type="number"]:focus, [type="reset"]:focus, textarea:focus, select:focus {
    outline: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none;
}
textarea {
    resize: none;
    min-height: 214px;
    max-height: 214px;
}
.form-control, .contact_form_block form select {
    font-family: "Montserrat", Sans-serif;
    font-size: 16px;
    font-weight: 400;
    letter-spacing: -0.5px;
    padding: 0px 0px 8px 0px;
    margin: 10px 0px 10px 0px;
    border-radius: 0px 0px 0px 0px;
    color: #6a7680;
    border-style: solid;
    border-width: 0px 0px 1px 0px;
    /* font-size: 14px;
    border-radius: 4px;
    padding: 12px;
    height: 100%;
    font-weight: 400;
    line-height: normal;
    background: transparent;
    font-family: "Poppins", sans-serif;
    width: 100%; */
}
.form-label {
    font-size: 16px;
    margin-bottom: 12px;
}
.lable{
color: #fff;
}
/* .form-control:focus, .contact_form_block form select:focus {
    border-color: #4394e5;
    background: transparent;
} */
/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
/* Firefox */
input[type=number] {
  -moz-appearance: textfield;
}
.form-control label {
    display: flex;
    justify-content: center;
    align-items: center;
}
.form-control{
    border: none;
        padding: 15px 40px;
}
.form-control label [type="radio"] {
    margin: 0 10px 0 0;
}


/* ============================================= */
/* !!!!       FORM INPUT PLACEHOLDER        !!!! */
/* ============================================= */
.form-control::-webkit-input-placeholder, .contact_form_block form select::-webkit-input-placeholder {color: #ababab;-webkit-transition: 0.3s ease-in-out;transition: 0.3s ease-in-out;opacity: 0.4;}
.form-control::-moz-placeholder, .contact_form_block form select::-moz-placeholder {color: #ababab;-webkit-transition: 0.3s ease-in-out;transition: 0.3s ease-in-out; opacity: 0.4}
.form-control:-ms-input-placeholder, .contact_form_block form select:-ms-input-placeholder {color: #ababab;-webkit-transition: 0.3s ease-in-out;transition: 0.3s ease-in-out; opacity: 0.4}
.form-control::-ms-input-placeholder, .contact_form_block form select::-ms-input-placeholder {color: #ababab;-webkit-transition: 0.3s ease-in-out;transition: 0.3s ease-in-out; opacity: 0.4}
.form-control:-moz-placeholder, .contact_form_block form select:-moz-placeholder {color: #ababab;-webkit-transition: 0.3s ease-in-out;transition: 0.3s ease-in-out; opacity: 0.4}
/* !! field focus !! */
.form-control:focus::-webkit-input-placeholder, .contact_form_block form select:focus::-webkit-input-placeholder {color: transparent;}
.form-control:focus::-moz-placeholder, .contact_form_block form select:focus::-moz-placeholder {color: transparent;}
.form-control:focus:-ms-input-placeholder, .contact_form_block form select:focus:-ms-input-placeholder {color: transparent;}
.form-control:focus::-ms-input-placeholder, .contact_form_block form select:focus::-ms-input-placeholder {color: transparent;}
.form-control:focus:-moz-placeholder, .contact_form_block form select:focus:-moz-placeholder {color: transparent;}
/* End Contact form css 9-09-2024 */

.wpcf7-form label {
    color:#fff;
  
    }


/* Blog page */

.bg_cover {
    background-size: cover;
}

.bg_cover,
.bg_contain {
    background-repeat: no-repeat;
    background-position: center center;
}

.card-text small {
    font-size: 14px;
    line-height: normal;
}
/* .form-control:focus, .contact_form_block form select:focus {
    border-color: #4394E5;
    
} */
form.wpcf7-form.submitting .ajax-loader {
    visibility: visible;
}

form.invalid .wpcf7-response-output {
    display: block;
}

form.sent .wpcf7-response-output {
    display: block;
}


/* footer */

.footer-links-block {
    padding-bottom: 46px;
}
.add-line {
        padding-bottom: 15px;
}

.add-line a{
        color: #bebebe;
    font-family: "Montserrat", Sans-serif;
    font-size: 14px;
    font-weight: 300;
    line-height: 2.1em;
}
.add-line a :hover{
        color: #fff;
 
}
.add-line{
        color: #bebebe;
    font-family: "Montserrat", Sans-serif;
    font-size: 14px;
    font-weight: 300;
    line-height: 2.1em;
}

/* blog page */
.common_banner_wrap{padding-top:150px;z-index:1}.blogimgsection img{width:50%}.bg_cover{background-size:cover}.bg_cover,.bg_contain{background-repeat:no-repeat;background-position:center center}.recentpostsec{box-shadow:rgba(99,99,99,.2) 0 2px 8px 0}.recentpostcontentbox:not(:last-child){margin-bottom:15px;padding-bottom:15px;border-bottom:1px solid rgba(0,0,0,.06);overflow:hidden}.recentpostcontentbox{margin-top:20px}.postimg{width:135px;padding-right:15px}.postimg img{max-width:100%;height:auto}.postdesc p{line-height:20px;color:#000}.card-text small{font-size:14px;line-height:normal}


.footer-links a:hover,.footer-about-sec a:hover{
    color: #bebebe;
}
/* New css 21-10-2024 */
@media (max-width: 991px) {
    button.navbar-toggler {
        border: 1px solid #373e53 !important;
        background-color: #373e53 !important;
    }
    .navbar-collapse.show img {
        display: none !important;
    }
    .navbar_menu li .nav-link {
        color: #fff;
    }
}
@media (max-width:567px) {
    .navbar-brand {
        width: 70%;
    }
}