@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');
@import url('https://fonts.googleapis.com/css2?family=Rubik:ital,wght@0,300..900;1,300..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Oswald:wght@200..700&display=swap');

/*.rubik-<uniquifier> {
  font-family: "Rubik";
  font-optical-sizing: auto;
  font-weight: <weight>;
  font-style: normal;
}*/


@font-face {
    font-family: 'slick';
    src: url('../fonts/slick.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'slick';
    src: url('../fonts/slick.svg') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'slick';
    src: url('../fonts/slick.eot') format('eot');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
body {
    overflow-x: hidden;
}

html {
  scroll-behavior: smooth;
}

img{
    max-width: 100%;
    height: auto;
}
h1 {font-size: 60px;}
h2 {font-size: 40px;}
h3 {font-size: 30px;}


section.main-menu-section {
    margin-top: 13px;
}

/*
top_bar
*/
.header-social.top-bar ul li {
    padding: 0px 4px;
}
.site-header {
/*  position:relative; */
}
.topbar_details.top-bar {
    width: 100%;
    padding: 5px 0;
    text-align: center;
    display: none;
}
.topbar ul {
    list-style: none;
    display: flex;
    padding: 0;
    justify-content: flex-start;
    margin-bottom: 0;
}
 .topbar {
    background: rgba(242, 99, 34, 1);
    color: #fff;
        padding: 9px;
/*  border-bottom: 1px solid #FFFFFF; */
}
/* .topbar {
    color: #fff;
    padding-top: 10px;
    border-bottom: 1px solid #FFFFFF;
} */
.topbar a{
    color: #fff;
}
.topbar li{
    margin-right:35px;
}

.top-text-right
{
/*     position: relative;
    right: -60px; */
}

/*
main_menu_bar
*/

header .row {
/*    align-items: center;
    justify-content: space-between;*/
}
header .topbar .container .row {
    align-items: center;
    justify-content: end;
}


.main_menu_bar {
    clear: both;
    text-transform: uppercase;
    font-weight: 600;
}
.main_menu_bar .main_menu_cont > ul > li:after {
    /* content: '';
    position: absolute;
    background: #000;
    width: 1px;
    height: 15px;
    top: 1px;
    left: -13px; */
}

.main_menu_bar .main_menu_cont > ul > li:first-child:after {
    display:none;
    }


.main_menu_bar .main_menu_cont ul:not(.sub-menu) > .current_page_item a {
    color: #F26322;
    font-family: 'Rubik';
/*     font-weight: bold; */
}


.drop_menu>li ul.sub-menu .menu-item a:hover:after {display:none;}


.main_menu_bar .main_menu_cont ul {
    margin:0;
    padding:0;
    list-style:none;
    display: flex;
    justify-content: flex-end;
}
.main_menu_bar .main_menu_cont li {
    position:relative;
}

.main_menu_bar .main_menu_cont > ul > li{
    display:inline-block;
    position:relative;
    padding-right: 10px;
    text-indent: 10px;
}
.main_menu_bar .main_menu_cont > ul a {
    font-family: Rubik;
    font-weight: 400;
    font-size: 18px;
    line-height: 100%;
    display:block;
        text-transform: uppercase;
    text-decoration:none;
    transition: all 0.2s linear 0s;
    -webkit-transition: all 0.2s linear 0s;
    text-align: left;
    color: #000;
    padding-right:10px;
    
}
.main_menu_bar .main_menu_cont > ul li:first-child a,
.main_menu_bar .main_menu_cont .sub-menu a{
    border-left:0;
}
.top_links > ul > li.menul {
    border-left:1px solid #8dc53e;
}
.top_links > ul > li.menul:first-child {
    border: 0;
}
.menul a {
    display:block;
    color:#8dc53e;
    text-decoration:none;
    line-height:16px;
    padding-left: 3px;
}
.main_menu_bar .main_menu_cont > ul > li:hover > a,
.top_links > ul > li:hover > a,
.top_links .current-menu-item a,
.top_links .current_page_item a,
.top_links .current_page_parent a {
           color: #fff;
}



/*
**************************
submenu
**************************
*/
.drop_menu li {
    position:relative;
}
.drop_menu li:hover > ul.sub-menu {
    display:block;
}
.drop_menu>li >ul.sub-menu {
    box-shadow: 2px 2px 18px 2px rgba(0,0,0,0.2);
    top: 31px;
    left: 0px;
    padding: 10px 0;
    z-index: 5;
    transition: all 0.2s linear 0s;
    -webkit-transition: all 0.2s linear 0s;
}
.drop_menu>li ul.sub-menu {
    background: #E9E2D0;
    border: none;
    margin: 0;
    position: absolute;
    width: 210px;
    display: none;
}
.drop_menu>li >ul.sub-menu ul {
    top:0;
    left:210px;
    margin-left: -4px;
}
.drop_menu>li >ul.sub-menu:before{
    content: "";
    position: absolute;
    top: 29px;
    left: 10px;
    border-bottom: 5px solid #ccc;
    border-left: 10px solid rgba(0, 0, 0, 0);
    border-right: 10px solid rgba(0, 0, 0, 0);
    margin: 0 auto;
    width: 16px;
    z-index: 2;
    display:none;
}
.no-arrow:before {
    border: 0 !important;
}
.drop_menu>li ul.sub-menu li {
    font-size: 14px;
    text-transform: capitalize;
    text-align: left;
    margin: 0px;
}
.drop_menu>li ul.sub-menu .menu-item {
    list-style: none;
}
.drop_menu>li>ul.sub-menu>li.menu-item-has-children {
    /*display: table-cell;*/
}
.drop_menu>li ul.sub-menu li a {
    display: block;
    padding: 9px 11px;
    color: #000;
    text-decoration: none;
/*  background-color:transparent !important; */
    border-top: 0.5px solid #8B8B8B;
    font-size: 17px;
    text-transform: math-auto;
}
/*.drop_menu>li ul.sub-menu > li.menu-item-has-children > a {
    color: #111;
    text-transform: uppercase;
}*/
.drop_menu>li ul.sub-menu li.current_page_item > a {
    color: #C6303E;
/*      background-color: #0E5C62 !important; */
    transition: all 0.2s linear 0s;
    -webkit-transition: all 0.2s linear 0s;
}
.drop_menu>li ul.sub-menu li:hover > a{
    color: #C6303E; 
}



a:hover {
/*     color: #cc9255; */
}
a {
       color: #fff;
}

/*---------Home Page--------*/



.testimonials-section h2 {
    color: #fff;
/*  font-family: "Oregano", cursive; */
}

.testimonials-section {
    color: #fff;
    font-size: 25px;
    line-height: 30px;
    font-style: italic;
}

.arrow-linked a {
    color: #000;
    font-size: 20px;
    font-style: italic;
}



.testimonial-div {
    text-align: center;
    font-style: normal;
    font-family: "Quicksand", sans-serif;
}

h3.testimonial-tilte {
    color: #fff;
    font-family: "Quicksand", sans-serif;
    font-weight: 600;
    padding-bottom: 30px;
}

/* i.fa.fa-star {
    color: #99262d;
} */

h5.testimonial-tilte {
    color: #fff;
    font-family: 'Poppins';
    padding: 30px;
}



.testimonial-slider-section
{
    padding: 10px 140px;
    position:relative;
}



.gform-theme--foundation .gform_fields {
    grid-row-gap: 20px;
    row-gap: 20px;
}
#gform_1 input[type="text"], #gform_1 input[type="tel"], #gform_1 input[type="email"], #gform_1 textarea{
    border: 1px solid #d6d6d6;
        padding: 8px 20px;
}
input#gform_submit_button_1{
    background: #99262d;
    padding: 10px 30px;
}
#gform_1 input[type="text"]:focus, #gform_1 input[type="tel"]:focus, #gform_1 input[type="email"]:focus, #gform_1 textarea:focus{
    box-shadow: 0px 0px 6px -1px #99262d;
}
.contact-page-address li {
    margin-bottom: 25px;
    position: relative;
    padding-left: 53px;
}

.contact-page-address ul {
    list-style: none;
    padding: 0;
    font-size: 20px;
}

.contact-page-address i {
    color: #F26322;
    border: 2px solid #F26322;
    padding: 9px;
    position: absolute;
    border-radius: 50%;
    left: 0;
    width: 41px;
    text-align: center;
    height: 41px;
}
.contact-page-address a {
    color: #000;
}
.contact-page-address b {
    color: #F26322;
}
.contact-page-social {
    padding-top: 20px;
    transition:0.3s;
}
.contact-page-social i {
    color: #F26322;
    border: 2px solid #F26322;
    padding: 10px;
    border-radius: 50%;
    width: 50px;
    text-align: center;
    height: 50px;
    font-size: 25px;
    margin: 4px;
}

.contact-page-social a i:hover {
    text-decoration: none;
    opacity:0.8;
    background-color: #fff;
    display: inline-block;
}

.gform_button {
    background: #2e5dab;
    color: #fff;
    font-size: 16px;
    padding: 10px 28px;
    border-radius: 24px;
    transition: 0.3s;
    border: none;
}

.gform_button:hover {
    text-decoration: none;
    background: #3872d2;
}


p.blog-content:before {
    content: '“';
    position: absolute;
    left: -40px;
    font-size: 70px;
    top: -19px;
}

p.blog-content
{
    position:relative;
}

p.blog-content:after {
    content: '”';
    position: absolute;
    right: 0px;
    font-size: 70px;
    bottom: -70px;
}


.home-blog-section-p p, .home-testimonials-section-p p {
    font-size: 25px;
    line-height:31px;
}

.home-blog-section-p h2, .home-testimonials-section-p h2 {
    color: #04582d;
    font-weight: 600;
}
.home-blog-section-p h3 {
    font-size: 25px;
    color: #3b8d42;
}
.home-blog-section-p, .home-testimonials-section-p {
    text-align: center;
}



.recent_blog_content {
    padding: 18px;
    background: #fff;
    margin-top: -90px;
    width: 91%;
    display: inline-block;
}

.recent_blog_img {
    width: 90%;
    float: right;
}


.recent_blog_title a {
color: #000;
    font-size: 27px;
    font-weight: 600;
    font-family: 'Poppins';
}

a.recent_blog_btn {
    text-transform: uppercase;
    color: #000;
    font-size: 16px;
    border: 1px solid;
    padding: 8px;
    display: block;
    margin-top: 20px;
    border-radius: 50px;
    box-shadow: inset 0 0 0 0 #2e5dab;
    margin: 0 -0.25rem;
    margin-bottom: 0px;
    margin-bottom: 0px;
    transition: color .3s ease-in-out, box-shadow .3s ease-in-out;
    
}

a.recent_blog_btn:hover {
    box-shadow: inset 300px 0 0 0 #B3CAE3;
    text-decoration: none;
    color: #000;
}


.recent_blog_title a:hover {
  color: #000;
  text-decoration: none;
}

.home-blog-section h2 {
  font-size: 27px;
  font-weight: 500;
}

.time {
    color: #2e5dab;
}


.main_col_3 {
  transition: .2s all;
}



.top-banner h1 {
/*     color: #fff;
    font-size: 60px;
    font-weight: 400;
    line-height: normal;
        margin-top: 50px; */
}
.top-banner {
/*     text-align: center;
    color: #fff;
    padding: 30px;
    background-repeat: no-repeat;
    background-size: cover;
    padding:110px 30px;
    background-position: center */
}







/*---------BLOG PAGE ------------*/

span.screen-reader-text {
    display: none;
}

.blog .top-banner, .single-post .top-banner{
/*     background-image: url(/wp-content/uploads/2025/12/headerr-bg.jpg); */
    background-size: cover;
    background-position: center;
    background-attachment:fixed;
    text-align: center;
/*     padding: 80px; */
}
.single-post .top-banner h1.entry-title{
        line-height: 72px;
        font-size: 55px;
    margin-top: 16px;   
}
.blog .top-banner h1{
       
}
.category .top-banner{
    background-image: url(/wp-content/uploads/2025/12/headerr-bg.jpg);
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
}
.search .top-banner, .error404 .top-banner, .category .top-banner{
    margin-bottom: 30px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    text-align: center;
    padding: 80px;
    background-color: #000;
}




/*-----Contact Us------*/


.contact-left-section p {
    margin-left: 40px;
    margin-bottom: 8px;
}



.contact-us-section i {
    margin-right: 14px;
    line-height: 32px;
    color: #8F1019;
    position:absolute;
    left: 27px;
}

.contact-us-section p {
    font-size: 17px;
    line-height: 26px;
}

.contact-us-section h2 {
    color: #8F1019;
}

.contact-us-section a {
    color: #000;
}
.contact-us-section {
    background-repeat: no-repeat;
    background-position: top;
}


/*---------Search Page-------*/

.search-title {
    font-size: 40px;
    color: #000;
    line-height: normal;
    font-weight: 600;
    margin-bottom: 11px;
}

.search .entry-summary {
    margin-top: 30px;
}

.search .more_link {
    margin-top: 11px;
}

.search .more_link a
{
    color:#8F1019;
}

.search article {
    border-bottom: 1px solid #c9c9c9;
    padding: 15px 0px 24px 0px;
    margin-top: 20px;
}

.pagination ul {
    display: flex;
    list-style: none;
    margin: auto;
    text-align: center;
    padding-left: 0;
}

.pagination ul li span {
    color: #fff;
    background: #bf0815;
}
.pagination ul li a:hover {
    background: #808080;
    text-decoration: none;
}
.pagination ul li.pagActive a {
    background-color: #F26322;
        width: 42px;
    height: 42px;
}
.pagination ul li a, .pagination ul li span {
    border-radius: 100px;
    background: #000;
    padding: 7px 16px;
    margin: 10px 2px;
    transition: 0.3s;
    display: inline-block;
    color: #fff;
    font-size: 20px;
    font-weight: 600;
    width: 42px;
    height: 42px;
}

.pagination ul li span {
/*     background: #bf0815; */
}


/*---------404 Page-------*/

.error-404.not-found .search-field, .search .search-field, .category .search-field {
    width: 100%;
    background: #fff;
    border: none;
    padding: 15px 23px;
    /* border-radius: 10px; */
    font-size: 19px;
        /* max-width: 50%;
    margin: 0 auto; */
    border: 1px solid;
}

.error-404.not-found, .search.not-found {
    text-align: center;
    padding: 60px 30px;
}
/* .search .search-submit */
.error-404.not-found .search-submit, .category .search-submit {
    /* position: absolute; */
    background: #0E5C62;
    border: none;
    color: #fff;
    font-size: 19px;
    padding: 15px 21px;
    font-weight: 600;
    border-radius: 10px;
    top: 0px;
     right: 193px;
    transition:0.3s;
}

.error-404.not-found .search-form, .search .search-form, .category .search-form {
    position: relative;
}

.error-404 .search-form label, .search .search-form label, .category .search-form label {
    width: 100%;
}

.error-404.not-found .search-submit:hover, .search .search-submit:hover, .category .search-submit:hover  {
    /* background: #99262d;
    box-shadow: 5px 7px 7px -6px #8f1019; */
}

.top-banner1 h2 {
    font-size: 25px;
}
.top-banner1 h3 {
    font-size: 35px;
    color: #fff;
}
.top-banner1 {
    color: #fff;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    padding: 40px 30px;
}
.top-banner1 h3 {
    font-size: 35px;
    color: #fff;
    padding-bottom: 15px;
    padding-top: 5px;
}
.top-banner1 p {
    padding-bottom: 20px;
    font-size:20px;
}



/*---------FOOTER-------*/
h2.widget-title {
    color: #fff;
    font-size: 40px;
    padding-bottom:20px;
    width: 75%;
    margin: auto;
}
.footer-newsletter {
    text-align: left;
    position: relative;
    width: 85%;
    margin: auto;
}
.footer-newsletter input#gform_submit_button_2 {
    position: absolute;
    top: 6px;
    right: 7px;
    padding: 17px 29px;
    background: #99262d;
    border-radius: 30px;
    transition:0.3s;
}
.footer-newsletter input#gform_submit_button_2:hover
{
        background: #bf8a14;
}
.footer-1 .footer-newsletter input[type="email"] {
    padding: 30px 20px;
    border-radius: 34px;
}

.footer-1 ul#menu-menu1 li:first-child:after {
    display: none;
}
.footer-1 ul#menu-menu1 li {
    position: relative;
}

.footer-1 ul#menu-menu1 li:after {
    content: '';
    background: #fff;
    position: absolute;
    width: 1px;
    height: 16px;
    left: 0px;
    top: 7px;
}
.footer-1 ul#menu-menu1 {
    text-transform: uppercase;
    margin: 0;
    padding: 10px 0px 5px;
}
.footer-1 ul.sub-menu {
    display: none;
}
.footer-contact-address i {
    margin-right: 11px;
background-color: rgba(242, 99, 34, 1);
    padding: 13px;
    border-radius: 30px;
    margin-bottom: 16px;
    float: left;
    color:#fff;
}
#return-to-top {
    bottom: 50px;
}
section.main-footer {
    background: rgba(248, 248, 248, 1);
    padding: 50px 30px 40px;
    color:#fff;
}
section.main-footer h4 
{
    color:#fff;
}
.footer-1 ul a:hover, .footer-2 ul a:hover,.footer-3 ul a:hover,
.footer-4 ul a:hover{
       color: #F26322;
}
.footer-1 ul a, .footer-2 ul a,.footer-3 ul a ,.footer-4 ul a {
    font-size: 15px;
    font-weight: 400;
       line-height: 30px;
    text-align: left;
    color: #000;
    font-family: 'Rubik';
    text-transform: uppercase;
}

.footer-contact-address ul li {
    display: flow-root;
    line-height: 20px;
    color:#000;
    font-size: 13px;
    font-weight: 400;
    font-family: 'Oswald';
    text-align: left;
    text-transform: uppercase;
    margin-bottom: 5px;
}

.footer-1 ul, .footer-2 ul, .footer-3 ul {
    list-style: none;
    padding-left: 0;
}
.footer-contact-address a:hover {
    color:#F26322;
}
.footer-contact-address a {
    color: #000;
    font-size: 16px;
    font-family: 'Rubik';
    font-weight: 400;
    text-transform: capitalize;
}
.footer-contact-address {
    position: relative;
        z-index: 999;

}
.footer_social .fab:hover,
.footer_social .fa-brands:hover{
    opacity: 0.7;
}
.footer_social .fab, 
.footer_social .fa-brands {
    padding: 8px;
    font-size: 14px;
    text-align: center;
    text-decoration: none;
    border-radius: 50%;
    transition: 0.3s;
    color: #fff;
    border: none;
    margin: 0px 4px;
    width: 32px;
    background: rgba(0, 0, 0, 1);
    height: 31px;
}

.footer_social.text-right a:hover {
    text-decoration: none;
}

section.copyright {
    background: rgba(248, 248, 248, 1);
    color: #fff;
    padding: 8.5px;
    text-align: center;
}

section.copyright .container .row{
    align-items: CENTER;    
}
.privacy-links{
    float: right;
}
.privacy-links ul{
list-style-type: none;
    display: inline-flex;   
    margin-bottom: 0;
}
.privacy-links ul li{
     padding-right: 20px;
}
 #return-to-top {
    position: fixed;
    bottom: 50px;
    right: 20px;
    background: rgba(242, 99, 34, 1);
    width: 50px;
    height: 50px;
    display: block;
    text-decoration: none;
    -webkit-border-radius: 35px;
    -moz-border-radius: 35px;
    border-radius: 35px;
    display: none;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
     z-index:99999;
}
#return-to-top i {
    color: #fff;
    margin: 0;
    position: relative;
    left: 17px;
    top: 13px;
    font-size: 19px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
#return-to-top:hover {
    background: #000;
}
#return-to-top:hover i {
    color: #fff;
    top: 5px;
}



.img-fluid
{
    width:100%;
}



@-moz-document url-prefix() {
    
.contactbar .footer-contact-address ul{
        display: flex;
}
    
    
}  


@media only screen and (max-width: 1440px) and (min-width: 1336px) {
	
    body h3.hydralic {
        font-size: 60px !important;
    }
	
}


@media only screen and (max-width:1366px){
 

.become-innercol {
    padding: 25px 0;
}
    
body .testimonials-container button.slick-arrow{
            margin-right: -21px;
}   

}

/***For All Tablets***/
@media only screen and (max-width:1024px) {

    body #rmp-container-38{
        background-color: #f26322 !important;
    }

}

/***For All Tablets***/
@media only screen and (min-width:1024px) and (max-width:1169px) {
  

    body #rmp-container-38{
        background-color: #f26322 !important;
    }
    body .footer-5 .footer-contact-address a {
      font-size: 14px;
    }
    body .footer-5{
        padding-top: 0;
    }
    body section.main-footer h3{
        font-size: 20px;
    }
    body span.copy-right-text p{
        font-size: 14px;
        line-height: normal;
        letter-spacing: 2px; 
    }
    section.copyright .footer_social span {
        display: none;
    }
    body #gform_wrapper_1 .gform_heading .gform_description{
        font-size: 18px !important;
        line-height: normal !important;
    }
    body #gform_wrapper_1 .gform_heading .gform_title {
        font-size: 40px !important;
        line-height: normal !important;
    }
    body .newsletter-sec {
        padding-top: 0px;
        padding-bottom: 10px;
    }
    body  .gearheads-image {
        padding-right: 20px;
        max-width: 180px;
    }
    body .gearheads-image::after{
        display:none;
    }
    body .gearheads-description {
        font-size: 14px;
        line-height: normal;
    }
    body h3.adjust-p br {
        display: none;
    }
    .driven-sec .become-innercol .vc_column-inner .wpb_wrapper {
        padding-top: 20px;
        padding-bottom: 0;
    }
    body .driver-img {
        margin-bottom: 10px;
    }
    body .driver-details h5 {
        font-size: 30px;
        line-height: normal;
    }
    body .view-morebtn a {
        padding: 12px 20px;
        font-size: 14px;
        line-height: normal;
    }
    body .inside-p ul li {
        font-size: 14px;
        line-height: normal;
    }
    body h3.hydralic{
    font-size: 40px !important;
    line-height: normal !important;
    margin-bottom: 0;
 }   
 body h3.adjust-p {
        line-height: 41px !important;
        font-size: 40px !important;
        margin-bottom: 0;
}
body  .aderlines-p {
    font-size: 16px;
}
body  .appointment-btn a{
    padding: 7px 18px;
    font-size: 14px;
}
 body .top-textleft {
        /* margin-top: 0; */
}   
body.page-template-default.page .top-banner{
     padding-bottom: 30px;
}   
body .top-banner h1.entry-title span {
    font-size: 15px;
    width: fit-content;
}
body .top-banner h1.entry-title {
    font-size: 60px;
}   
.top-banner h1.entry-title {
    max-width: 100%;
}     
ul.info-detailss li {
    font-size: 22px;
}
.vp-portfolio__item-wrap.vp-portfolio__item-uid-e84eef3b {
    display: none;
}
section.main-footer {
    padding: 50px 11px 14px;
}
.vp-portfolio__items.vp-portfolio__items-style-default.vp-portfolio__items-show-overlay-hover{
    height: 270px;
}      
body form#gform_1 input{
    font-size: 16px !important;
}
body form#gform_1 .ginput_container.ginput_container_email input{
            font-size: 16px;
}   
.blog-title h3 a{
    font-size: 20px;
}     
body .testimonials-container .slick-next{
    right: 400px;   
    margin-right: 0;
}
body .testimonials-container .slick-prev{
    left: 400px;
    margin-left: 0;
    margin-right: 0px;
}   
body .testimonial-inner {
    padding: 20px 20px;
}    
button#rmp_menu_trigger-38{
        display:none;
}   
.post-cats span.cat-item a{
    font-size: 18px !important;
}  
.home .blog-content.blogs-content .blog-title h3 a{
    font-size: 18px;
    line-height: normal;
}
body  h2.client-heading{
    font-size: 40px !important;     
}
body  h3.become-text    {
            font-size: 40px;
}
body  h3.wok-text{
              font-size: 60px !important;
}
body  .become-sec .inside-p p {
    font-size: 14px;
    line-height: normal;
}   
body.blog .blogDate{
    top: 9px;       
}
section#search-4 input.search-submit{
            margin-top: 13px;
    border-radius: 15px;
    }   
section#search-4 label {
    width: 100%;
}   
.testimonials-container .slick-prev{
     margin-left: 30px;
}
.testimonials-container .slick-next{
     margin-right: 30px;
}    
header.entry-header h1.entry-title {
    font-size: 60px !important;
    line-height: normal;
}   
body div#text-4 .textwidget p{
            font-size: 15px;
}   
body .contactbar .footer-contact-address ul li{
     font-size: 15px;
}
body p.office-times {
    font-size: 16px;
    line-height: normal;
}   
body .contactbar .footer-contact-address ul li a{
     font-size: 16px;
    line-height: normal;    
}
body .newsletter_sec{
    padding-top: 0px !important;
    padding-bottom: 40px !important;
}
body input#gform_submit_button_2{
/*      margin-left: -162px; */
        font-size: 16px;
/*      padding-right: 53px; */
}
body .testimonials-container .testimonials-name {
    font-size: 14px;
    line-height: normal;
}
body .testimonial-row .testimonial-content{
        font-size: 14px;
        max-width: max-content;
        line-height: 20px;
}
body .about-sec h2.section-headings{
    font-size: 40px !important;
    line-height: 50px !important;       
}
body .about-sec {
    padding-top: 40px;
    padding-bottom: 40px;
}
body .about-sec p {
    font-size: 16px;
}   
body.home .main-header{
    padding-top: 20px;
    padding-bottom: 14px;   
}
body  .main_menu_bar .main_menu_cont > ul a{
    font-size: 16px;
}
body  .topbar ul li a{
      font-size: 14px;
}
body  .topbar .footer_social span {
    font-size: 15px;
}
.main_menu_bar .main_menu_cont ul:not(.sub-menu) > .current_page_item a {
    /* color: #fff; */
}   
body .topbar ul{
    padding-left: 0;
    padding-right: 0;
}
body .topbar {
    background: grey;
}   
.info-phone {
        display: none;
  }
    .main_menu_bar {
         display: block !important; 
    }
    header .row {
        justify-content: space-around;
    } 
    .main-header .main_menu_bar .main_menu_cont > ul > li{
         padding-right: 15px;
    }
    header#masthead .topbar{
        display: block;
    }
   #rmp_menu_trigger-38{
        display: none;
    }
    .home header#masthead {
        position: relative !important;
        background-color: #fff !important;
                padding-bottom: 0;
    }
    body .color-heading h2{
        font-size: 36px;
    }
    body .blog-excerpt p{
        font-size: 16px !important;
         line-height: 26px !important;
    }
    body .blog-title h3 a {
        font-size: 20px;
    }

    body .testimonial-row .client-heading h2 {
        font-size: 46px;
    }
    body  .testimonial-row .testimonial-content p {

    }
 body  .faq-sec .color-heading p {
        font-size: 36px;
        line-height: normal;
 }
body .faq-sec .vc_toggle_title h4 {
        font-size: 18px;
        line-height: normal;
}
 body .footer_social:before , body .footer_social:after{
        width: 352px;

 }
.footer-contact-address i {
    /* margin-right: 9px;
    padding: 7px;
    margin-bottom: 0; */
}   
.footer-3 ul a{
         display: flex;
}
.footer-1 ul a, .footer-2 ul a , .footer-4 ul a{
    font-size: 14px;
}   
        
    
}



@media only screen and (min-width:768px) and (max-width:1023px) {

     .category .top-banner {
        margin-bottom: 0
    }
    li.astm-search-menu.is-menu.popup.menu-item{
        display:none;
    }
    body  .address-cols {
        margin: 0 auto;
        padding-top: 40px;
        padding-bottom: 30px;
    }
    body  .footer-contact-address a {
        font-size: 13px;
    }
    body .red-bike {
        width: 100%;
    }
    body  .red-bike .vc_column-inner .wpb_wrapper{
    padding: 400px;
    }
    body  section.main-footer {
        padding: 12px 0px 40px;
        border-bottom: 1px solid #000;
    }
    body   div#text-4 .textwidget p {
        font-size: 14px;
        line-height: normal;
        margin-bottom: 0;
    }
    body section.main-footer {
        padding: 12px 0px 40px;
    }
    body  section.main-footer .row {
        align-items: unset;
    }
    body  .footer-5 {
        padding-top: 0;
    }
    body  span.copy-right-text p {
        font-size: 14px;
        letter-spacing: 0;
    }
    section.copyright .footer_social span{
        display: none;
    }
    body section.main-footer h3 {
        font-size: 14px;
        text-transform: uppercase;
    }
    body  .buy-btn{
        padding: 21px 25px; 
        font-size: 26px;
    }
    body  h2.sec-heading {
        padding-bottom: 30px;
        font-size: 40px !important;
    }
    body .driver-details h5 {
        font-size: 30px;
        line-height: normal;
        text-transform: uppercase;
    }
    .ms-track h3 { font-size: 70px; }
    .ms-wheel { width: 80px;height: 80px; } 
    body  .event-container .meta-info{
        padding-bottom: 20px;
    }
    body .event-row {
        display: block;
    }
    body  .event-details {
        max-width: max-content;
        margin: 0;
        margin-left: 0;
    }
    body   .become-cols {
        width: 100%;
    }
    body  .flying-bike {
        width: 100%;
    }
    body  .gearheads-section {
        flex-direction: column;
        text-align: center;
    }

    .gearheads-image img {
        width: 200px;
    }

    .gearheads-title {
        font-size: 28px;
    }



    .topbar {
        display: none;
    }    
body  .menu-top p {
    padding-left: 207px;
    font-size: 14px;
}     
body.page-template-default.page .top-banner{
     padding-bottom: 30px;
}   
body .top-banner h1.entry-title span {
    font-size: 15px;
    width: fit-content;
}
body .top-banner h1.entry-title {
    font-size: 60px;

}   
.top-banner h1.entry-title {
    max-width: 100%;
}        
body ul.info-detailss li {
   font-size: 20px;
}   
.footer-2 ul li, .footer-2 ul li {
    padding: 0;
    color: #fff;
    padding-left: 0px;
    font-weight: normal;
}   
div#media_image-2 {
    width: 100px;
}        
body .footer-2,body .footer-3 , body .footer-4 {
    padding-top: 0;
}   
.footer-1 div#text-3 p {
    font-size: 14px;
        padding-top: 10px;
}   
.deliveytext p{
    font-size: 22px;        
}   
.info-details ul li a {
    font-size: 16px;
    color: #000;
}   
.chef-lunch p span, .chef-dinner p span, .chef-signature p span {
    font-size: 17px !important;
}
.chef-lunch p br {
    display: none;
}   
.chef-lunch p, .chef-dinner p, .chef-dinner p, .chef-signature p {
    font-size: 14px;
}   
.chef-sec h3 {
   font-size: 19px !important;
}   
form#gform_2 select#input_2_7 {
    color: #fff !important;
}   
form#gform_2 input::placeholder , form#gform_2 textarea#input_2_3::placeholder {
    color: #fff;
}   
body .evenform-innercol {
    width: 80%;
    margin: 0 auto;
}   
input#gform_submit_button_1{
          padding-right: 87px !important;
}   
body form#gform_1{
    max-width: none;
    margin: 0 auto;
}   
.newsletter_sec h2 {
    font-size: 50px !important;
}   
p.loop-p {
    font-size: 18px !important;
}       
body .become-sec .becom-logo {
    width: 94px;
}   
body .readmore-btn a {
    font-size: 16px !important;
    padding: 10px 50px !important;
}   
body .inside-p p {
    font-size: 16px !important;
}   
body h3.become-text {
         font-size: 29px !important;
}   
body .food-img img {
    max-width: -webkit-fill-available;
}   
.main_menus.top-textleft {
    display: none;
}   
.testimonial-row h3.sub-headings:before{
        left: 20    
}
.testimonial-row h3.sub-headings:after{
    right: -63%;    
}
div#media_image-2 img {
    max-width: max-content;
}   
body   .about-p {
    font-size: 16px;
}
body div#media_image-5 img {
    width: auto;
}           
div#gform_wrapper_4 p.gform_description {
    font-size: 15px;
    line-height: normal;
    letter-spacing: 0;
}
body .contact-map div#gform_wrapper_4 h2.gform_title {
    font-size: 23px;
    line-height: normal;
}                       
section#search-4 input.search-submit{
        margin-top: 20px;   
}
section#recent-posts-4 ul li a{
        font-size: 16px;
}
body section#search-4 label {
        width: 100%;
}
body .top-banner h1 {
    color: #fff;
    /* margin-top: 50px;
    position: relative;
    top: 81px; */
}   
body .topbar .container .row .col-md-8{
    max-width: 85% !important;
    flex: 0 0 85% !important;       
}
html {
    overflow-x: hidden;
}   
.body testimonials-container .slick-prev{
     margin-left: 30px;
}
body .testimonials-container .slick-next{
     margin-right: 30px;
      right: 307px;
}       
div#text-5 .footer-contact-address ul li p.office-times {
    font-size: 14px;
    line-height: 20px;
    display: flex;
}   
body  .footer-1 ul a, body  .footer-2 ul a {
    font-size: 15px;
    line-height: normal;
}       
body h1.entry-title {
    line-height: normal;
    top: 0px;
    position: relative;
}
body h1.entry-title span {
    width: 60%;
}   
#rmp_menu_trigger-38 {
    top: 30px;
    position: absolute;
    background: #000;
 }   
.main-header .row .col-lg-2{
 width: 17% !important;
}
 body .topbar ul li a:after{
      display: none;    
}   
 body .main-header .main_menus.top-text-right {
    display: none;
}   
 body .topbar .footer_social.text-right{
            display: none;
}   
 body .topbar li {
    margin-right: 0;
    width: 100%;
}
 body .topbar ul {
    justify-content: space-between;
    padding-left: 0;
    padding-right: 0;
}   
body .topbar ul li a { 
    font-size: 14px;
}
    .blogDate {
        left: 16px;
        top: 0px;
        width: 53px;
        background: #99262D;
    }
    body section#search-2 input.search-submit{
        width: auto;
        margin-top: 12px;
    }
    body  section#search-2 label {
        width: auto;
    }
    body  .contact-secs h2{
        font-size: 26px;
    }
    body  .contact-info h3{
        font-size: 30px !important;
    }
    body  .info-phone {
        display: none;
    }
    .home header#masthead{
        position: relative !important;
            background-color: #000 !important;
    }
    header#masthead{
            background-color: #000 !important;
    }
    body .bt-line{
        display: none;
    }
    body  .about-sec {
        padding-top: 0;
        padding-bottom: 0;
    }
    .about-sec h3.sec-sub-heading{
        font-size: 26px !important;
    }
    .about-sec .color-heading h2 {
        line-height: normal;
        font-size: 36px;
    }
    .about-sec p {
        font-size: 18px;
    }
    body  .color-heading h2 {
        line-height: normal;
        font-size: 36px;
    }
    body   .blog-title h3 a {
        font-size: 20px;
        line-height: normal;
    }
    body   .blog-title h3{
        font-size: 20px;
    }
    body .blog-excerpt p {
    font-weight: 400;
        font-size: 18px;
        line-height: normal;
    }
    body .wpb_gmaps_widget .wpb_map_wraper iframe{
        height: 650px;
    }
    body .phone-info a {
        font-size: 20px;
        line-height: normal;
    }
    body .social-info ul.list-inline.social_links li {
        padding-left: 4px;
    }
    body  .phone-info i {
        padding: 16px;
    }
    body  .phone-infos p i:first-child {
        padding: 16px;
    }
    section.main-footer div#text-2 p {
        font-size: 15px;
        line-height: normal;
    }
    section.main-footer form#gform_2 input#input_2_1 {
        font-size: 16px;
        line-height: normal;
    }
    .footer-contact-address i {
        margin-right: 16px;
        padding: 9px;
    }
    section.middle-footer .footer_social:before , section.middle-footer .footer_social:after{
        display:none;
    }
   
    .topbar ul {
        justify-content: space-between;
        padding-left: 0px;
        padding-right: 0;
    }
    .topbar_details.top-bar li i {
        padding-right: 5px;
        padding-left: 5px;
    }
.main_menu.top-text-right {
    display: none;
}
.main-header{
     padding-top: 0;
}   
body .main-header .logo {
    padding-top: 0;
    padding-bottom: 0;
    position: relative;
    top: 0;
}
 body  .testimonial-row {
    padding-top: 0px;
    padding-bottom: 50px;
}   
body .testimonial-inner {
    padding: 20px 29px;
}
body  .testimonial-row .testimonial-content{
        font-size: 15px;
}   
body  .testimonials-container .slick-prev{
    left: 300px;
}   
.home .blog-title h3 a{
    font-size: 17px !important;
}
body .blog-excerpt p {
    font-size: 15px;
}
body  .newsletter_sec h2 {
    font-size: 50px !important;
}   
    
    
}




@media only screen and (max-width:820px)
{
    /* .blogSideBar input[type="submit"] {
    position: relative;
    margin-top: 0px;
} */

}



@media Only screen and (max-width:767px){
    .category .top-banner {
        padding: 30px;
    } 
    .racing-cols {
        padding-top: 20px;
    }
    body.single-post .entry-content p{
        font-size: 16px;
    }
    .post-img img {
        border: 5px solid #F26322;
    }
/*     .zoom {
        padding: 5px;
    } */
    .zoom img{
        height: unset !important;
    }
    li.astm-search-menu.is-menu.popup.menu-item {
        display: none;
    }
    body .tentry-header.mg-bt-70{
       
        padding: 30px;
    }
    body .event-container .day {
        font-size: 80px;
        line-height: 124px;
    }
    body .event-details {
        max-width: max-content;
        margin: 0;
        margin-left: 0;
    }
    body .meta-info span img {
        padding-right: 10px;
    }
    body  .meta-info span {
        padding-bottom: 10px;
    }
    body  .event-container{
        padding: 20px;   
    }
    body img.aroowimg {
        display: none;
    }
    body  .ms-track h3 {
        font-size: 70px;
    }
    body  .ms-track p {
        margin-bottom: 0px;
        padding-top: 25px;
        display: contents;
    }
    body  .ms-track{
        gap: 20px;
        padding-left: 20px;
        padding-right: 20px;
        padding-top: 20px;
    }
    body  section.main-footer h3{
        font-size: 22px;
    }
    body  .post-cats span.cat-item a {
        font-size: 18px;
    }
    body  h2.newsletter-heading {
        font-size: 20px;
        text-align: center !important;
        margin-bottom: 0;
    }
    body .faq-sec {
        padding-top: 20px;
        padding-bottom: 20px;
    }
    body .faq-sec .vc_toggle_content p {
        font-size: 14px;
        line-height: normal;
    }
    body .faq-sec .vc_toggle_title>h4 {
        font-size: 16px;
        line-height: normal;
    }
    body  .gearheads-image {
        padding-right: 0;
    }
    body .gearheads-description {
        font-size: 14px;
        line-height: normal;
    }
    h3.sub-heading{
        font-size: 18px !important;
    }
    body .small-heading h3 {
        font-size: 22px;
    }
    body .become-innerow .become-innercol.wpb_column{
        padding-left: 20px;
        padding-right: unset;
        padding-top: 20px;
        padding-bottom: 30px;
    }
    body .driven-sec .become-innercol .vc_column-inner .wpb_wrapper {
        padding-top: 0;
        padding-bottom: 10px;
    }
    body .gearheads-image::after{
        display: none;
    }
    body .view-morebtn {
        margin-bottom: 0;
    }
    body h3.adjust-p br {
        display: none;
    }
    body .red-bike .vc_column-inner {
        padding: 500px;
    }
    body .driver-details {
        margin-bottom: 20px;
    }
    h2.sec-heading{
        font-size: 26px !important;
        line-height: normal !important;
    }
    h3.hydralic{
        font-size: 50px !important;
        line-height: 43px !important;
    }
    body  .driver-img {
        margin-bottom: 0;
        max-width: 350px;
    margin: 0 auto;
    }
    body  .driver-details h5 {
        font-size: 40px;
        line-height: normal;
    }
    body .client-logos img {
        max-width: 200px;
    }
    body .client-logos {
        margin-bottom: 0;
    }
    body .view-morebtn a {
        padding: 15px 20px;
        font-weight: 400;
        font-size: 16px;
        line-height: 32px;
    }
    body  .inside-p ul li {
    font-size: 16px;
    line-height: normal;
    }
    body .inside-p p {
        font-size: 14px;
        line-height: normal;
        padding-top: 10px;
    }
    body h3.adjust-p{
        font-size: 40px !important;
        line-height: 64px !important;
}
body .logo {
         position: relative;
        top: -13px !important;
        max-width: 131px !important;
}
.event-container .event-row {
    /* display: block !important;
    grid-template-columns: unset !important; */
    display: block;
    /* align-items: center; */
    padding: 30px 0;
    border-bottom: 1px solid #333;
    
}
.event-details h3 {
    margin: 30px auto !important;
    font-weight: 500 !important;
    font-size: 20px !important;
    line-height: 50px !important;
	}
.event-container .meta-info {
    margin-left: 0 !important;
    justify-content: unset !important;
    padding-left: 0 !important;
    color: #fff !important;
    display: block !important;
	margin-bottom: 25px !important;
}
.event-container .date-box {
    justify-content: unset;
}  
.event-container h2 {
    font-size: 40px !important;
    line-height: 53px !important;
    text-align: center !important;
}

.top-label {
    text-align: center;
}

    div#media_image-3 {
        max-width: 200px;
    }
 .footer-5 {
        padding-top: 0;
    }
section.copyright .footer_social span{
        display: none;
 }
 body span.copy-right-text p {
    font-size: 14px;
    line-height: normal;
    letter-spacing: 0;
    padding-bottom: 10px;
}
body #gform_wrapper_1 .gform_heading .gform_title {
    font-size: 40px !important;
    max-width: 390px;
    text-align: center;
    margin-bottom: 0;
    line-height: 60px !important;
}
body #gform_wrapper_1 .gform_heading .gform_description {
        font-size: 16px !important;
        line-height: normal;
        max-width: max-content;
        margin-bottom: 0;
        text-align: center;
        line-height: normal !important;
}
body div#field_1_1 {
    width: auto;
}
body .newsletter-sec {
    padding-top: 0px;
    padding-bottom: 20px;
}
body .footer-1 ul a, body .footer-2 ul a, body .footer-3 ul a,body  .footer-4 ul a {
    font-size: 14px;
    line-height: normal;
}
body section.copyright .footer_social {
    display: flex;
    justify-content: center;
    align-items: center;
}

.main-header .col-lg-2 {
    max-width: 25%; 
}   
body #rmp-container-38{
    background-color: #F26322 !important;
}   
body textarea#input_3_3 {
    min-height: 50px;
    font-size: 16px;
}   
body div#gform_wrapper_3 {
    max-width: max-content;
    padding: 20px !important;
}
body  form#gform_3 input {
    min-height: 50px;
    font-size: 16px;
}   
body select#input_3_7{
    min-height: 50px;
    font-size: 16px;        
}   
body div#gform_wrapper_3 p.gform_description {
    font-size: 15px;
    line-height: normal;
}   
body  form#gform_3 input#gform_submit_button_3 {
    font-size: 19px;
    max-width: 50%;
    margin: 0 auto;
}   
body div#gform_wrapper_3 .gform_heading h2.gform_title {
    font-size: 30px;
    line-height: normal;
}   
p.menu-p{
    font-size: 20px !important;     
}      
body.page-template-default.page.page-id-298 h3.wok-text {
        font-size: 15px !important;
        padding-bottom: 20px;
        line-height: 28px !important;
        padding-top: 10px;
    }   
body.page-template-default.page.page-id-298 h3.become-text {
        padding-top: 13px;
        font-size: 24px !important;
  } 
body.page-template-default.page.page-id-298 .become-innercol {
    padding: 11px;
}   
p.event-ps {
    font-size: 14px !important; 
}   
h2.planing-heading {
    font-size: 30px !important;
}   
h2.coverted-heading {
    font-size: 30px !important;
}   
.wpb_gmaps_widget iframe {
    height: 330px;
}   
body header.entry-header {
       padding: 60px 30px;
}   
body .boa-box h3 {
    font-size: 30px;
}   
body ul.info-detailss li {
    font-size: 20px;
}   
body .boa-box{
    padding: 30px;
    position: relative;
    bottom: unset;
    margin-top: 40px;
    margin-bottom: 30px !important;
    
}       
body h1.entry-title {
        top: 10px;
        position: relative;
 }  
body h1.entry-title span {
    font-size: 15px !important;
     width: 100% !important;
/*     padding: 7px 15px;
    margin-bottom: 10px; */
}   
.logo img {
           width: auto;
}
.blog .top-banner, .single-post .top-banner {

    padding: 147px 29px;
    height: 412px;
	display:none;
}
body .events-form{
    padding-top: 20px !important;
    padding-bottom:20px  !important;
}
body form#gform_2 input:placeholder{
    color: #fff !important;         
}   
.testimonials-container .slick-dots li button:before{
        font-size: 15px;    
}   
body form#gform_1 input#gform_submit_button_1{
     margin-left: 0;
     padding-left: 0;
    padding-right: 0;
    right: 0;
    background-image: none !important;
     text-align: center;
     color: #fff !important;
     background: #F26322;
     padding: 16px;
}   
body .footer-4 {
    padding-top: 0;
}   
div#media_image-2 img {
    width: 100px !important;
    padding-bottom: 14px;
}
body p.loop-p {
    font-size: 16px !important;
}   
body form#gform_1 .ginput_container.ginput_container_email input{
        font-size: 16px !important;
        margin-left: 0 !important;
}
body .newsletter_sec form#gform_1 {
   max-width: 100% !important;
}   
body .blog-sec {
    padding-top: 0;
    padding-bottom: 10px;
}   
body .blog-cols {
    padding-bottom: 30px;
}   
h2.client-heading {
    padding-bottom: 20px;
    font-size: 30px !important;
    line-height: 33px !important;
}   
body .testimonials-container .slick-prev{
    left: 100px;
}
body .testimonials-container button.slick-arrow{
    margin-right: 0;        
}   
body .testimonials-container .slick-next {
    right: 100px;
}
body .readmore-choose a {
    border: 1px solid #000 !important;
    font-size: 16px !important;
    line-height: 36.6px !important;
    padding: 5px 60px !important;
    margin-left: 19px;
}
body .choose-ul ul li {
    font-size: 15px;
    line-height: 26px;
}   
body .choose-p p {
    font-size: 15px;
    line-height: 26px;
}   
body h2.choose-heading{
   font-size: 40px !important;      
}   
body .choose-secs {
    padding-top: 30px !important;
    padding-bottom: 30px !important;
}   
body  .food-img img {
    max-width: 90%;
}   
body .food-img{
         text-align: left !important;   
}
.become-sec .chef-img {
    padding-top: 0;
}
nav.main_menu_bar {
    display: none;
}   
section.copyright{
     text-align: center;
}   
body .testimonial-row{
    padding-top: 0;
    padding-bottom: 70px;   
}                   
body .blogDesc {
    line-height: normal;
    font-size: 15px;
}   
h2.title span{
     font-size: 30px;
}
h2.bio_header_text {
    font-size: 30px;
}       
.general-heading {
    font-size: 30px !important;
}
.subs-heading{
    font-size:30px !important;
    padding-top: 20px !important;
}   
body .contact-map .map-col .vc_column-inner {
    padding-right: 0 !important;
    padding-left: 0;
}       
/* .blog .top-banner, .single-post .top-banner{
            padding: 11vh 29px;
}    */
body.blog .blogDate {
    position: absolute;
    left: 0px;
    top: 0px;
}
h4.blog-title a{
            font-size: 19px;
}       
button.btn-darkred-block.subpage-readmore-btn{
     font-size: 16px;
}       
body .testimonial-row h2 {
    padding-bottom: 20px;
}   
body .newsletter_sec{
        padding-top: 0px !important;
        padding-bottom: 4px !important;
        margin-top: -16px;
}      
.main-footer .footer-4 div#nav_menu-4 {
    padding-top: 0;
    margin-top: -17px;
}           
body .testimonials-container ul.slick-dots  {
            bottom: -30px;
}
.newsletter-p {
    padding-top: 0px;
}
body #gform_wrapper_2 #field_submit {
    align-items: center !important;
    justify-content: center;
}   
body .forms-cols {
    display: none;
}
body .newsletter_sec h2 {
    font-size: 30px !important;
    line-height: normal !important;
}   
body .testimonials-container .slick-dots li button:before {
          color: #fff;
        opacity: 1;
}   
body .testimonials-container .slick-dots li.slick-active button:before{
        color: #209285;
}   
body .testimonial-row h3.sub-headings:before{
    display:none;   
}
body .testimonial-row h3.sub-headings:after{
        display:none;   
}
body .testimonial-row h2{
    font-size: 30px !important;
    line-height: normal !important; 
}   
body .contactbar .footer-contact-address ul {
    column-count: 1;
    column-gap: 0;
    padding: 0;
}
body .contactbar-row {
    padding-top: 20px;
    padding-bottom: 20px;
}       
body .contactbar .footer-contact-address ul li a {
    font-size: 17px;    
    }
body .contactbar .footer-contact-address ul li {
    font-size: 16px;
}
body div#text-4 .textwidget p {
    font-size: 14px;
    line-height: 22px;
    margin-bottom: 0;
}
section.main-footer .footer-3 {
    padding-top: 20px;
}   
body .testimonials-container .testimonials-name {
    font-size: 16px;
    line-height: normal;
}   
body .testimonial-row .testimonial-content {
    font-size: 14px;
    line-height: 20px;
    max-width: max-content;
}   
body .testimonial-row h3.sub-headings:after{
        display:none !important;
}    
body  form#gform_2 {
    max-width: 100%;
    margin: 0 auto;
}   
body  .newsletter-p p {
    font-size: 14px;
    max-width: max-content;
}   
body h3.sub-headings:after{
        display:none;
}
body    h3.sub-headings:before{
        display:none;
    }   
body .about-sec h2.section-headings{
    font-size: 30px !important;
    line-height: normal !important; 
}   
body a#SR7_2_1-3-6 i{
      display: none !important;
}   
#rmp-menu-wrap-38 .rmp-menu-current-item .rmp-menu-item-link {
        color: #fff;
        border-color: #180809;
        background-color: #180809;
 }       
.site-header{
     padding-bottom: 0;
}
.main_menus.top-text-right {
    display: none;
}   
.home .main-header{
        background-color: transparent !important;
}   
.main-header{
    padding-top: 15px;
  padding-bottom: 15px;
 background-color: #000 !important;
}   
.topbar .footer_social span {
    display: none;
}   
.topbar_details.top-bar{
/*          display: none; */
}       
body  .card-row p.card-para {
    font-size: 15px;
    line-height: normal;
    }
    body .blogSideBar {
        padding-top: 20px;
        padding-bottom: 30px;
    }
    body .sidebars2 {
        padding-bottom: 30px;
        padding-top: 20px;
    }
/*     body .blog .top-banner, .single-post .top-banner{
        padding: 40px 30px;
    } */
    body .top-banner h1 {
    font-size: 30px !important;
    line-height: 57px !important;
    padding-top: 30px !important;
    }

    body .contact-secs h2{
        font-size: 25px !important;
    }
    body  .contact-info  p{
        font-size: 14px;
        line-height: normal;
    }
    body  .contact-info h3{
        font-size: 25px !important;
    } 
    body h1.entry-title {
        font-size: 38px;
    }
    body #rmp_menu_trigger-38 {
        position: absolute;
        top: 30px;
    } 
    body form#gform_2 input#input_2_1 {
        font-size: 16px;
    }
    body  .footer-contact-address ul li {
        margin-bottom: 12px;
    }
    body .social-cinner {
        padding-top: 0 !important;
    }
    body  .footer-1 ul a,   body  .footer-2 ul a {
        font-size: 16px;
        font-weight: 400;
        line-height: normal;
    }
    body   .footer-2 {
        padding-bottom: 0;
                padding-top: 25px;
    }
    body   div#text-2 p {
        font-size: 14px;
        padding-top: 20px;
        line-height: normal;
    }
    body  .phone-info a {
        font-size: 16px !important;
    }
    body .email-info p a {
        font-size: 20px;
        line-height: normal;
    }
    body  .contact-now h3.sec-heading{
        font-size: 30px !important;
        margin-bottom: 0;
    }
    body .testimonials-container .slick-next,
    body .testimonials-container .slick-prev{
/*         display:none !important; */
    }
    body  .testimonials-location {
        display: none;
    }
    body  .testimonials-textbox .testimonials-name {
        font-size: 30px;
        line-height: normal;
        padding-top: 10px;
    }
    body  .testimonial-row .client-heading h2 {
        font-size: 30px !important;
        line-height: normal;
    }
    body  .testimonial-row h3.sub-heading{
        font-size: 20px !important;
    }
    body  .blog-excerpt p {
        font-size: 14px;
        line-height: normal;
    }
    body .blog-title h3 a {
              font-size: 18px !important;
        line-height: normal;
    }
    body .about-sec p {
        font-size: 14px;
        line-height: normal;
        text-align: left !important;
        padding-left: 0 !important;
    }
    body .about-sec .color-heading h2 {
        line-height: normal;
        font-size: 35px;
        text-align: left !important;
        padding-left: 12px;
    }
    body .about-sec .sec-sub-heading {
        font-size: 20px !important;
        line-height: normal;
        text-align: left !important;
                padding-left: 0;
    }
    body .about-sec {
        padding-top: 0;
        padding-bottom: 0;
    }
    body .topbar li {
        margin-right: 16px;
        font-size: 13px;
    }
    .topbar ul {
        justify-content: center;
    }
    .topbar {
        display: none;
    }
    section.middle-footer .footer_social:after ,
    section.middle-footer .footer_social:before{
        display: none;
    }
    .appointment-col {
        display: none;
    }
    .info-phone {
        display: none;
    }
.linked-detail ul li {
    padding: 0;
}   
.footer-2 {
    padding: 0px 0;
}
.vc_gitem-zone {
    margin: 10px 0px;
}   
.testimonial-slider-section {
        padding: 40px 10px 20px;
 }
.footer-1 ul li {
        display: block;
}
.footer-1 ul {
    display: inline-block;
}
.footer_social.text-right {
    text-align: center !important;
    padding: 21px;
}
section.main-footer {
    padding: 50px 10px 10px;
}
.top-text-right
    {
        text-align:left;
    }
.testimonials-section {
    font-size: 20px;
    line-height: 27px;
}   
h2.widget-title {
    font-size: 35px;
}
.home .main-header .col-lg-2{
max-width: 25%;     
}

body .readmore-btn a {
       margin-top: 24px !important;
    font-size: 16px !important;
    padding: 5px 60px !important;   
}
body .readmore-btn {
    margin-bottom: 0;
}
 
    
}



@media Only screen and (max-width:375px){
    
    
     

    
    
}


@media Only screen and (max-width:360px){

 body #gform_wrapper_1 .gform_heading .gform_title {
        font-size: 30px !important;
}
body .faq-sec .vc_toggle_title>h4 {
    font-size: 14px;
}
body h2.sec-heading {
    padding-bottom: 0;
}
body .faq-sec .vc_do_toggle.vc_toggle.vc_toggle_arrow.vc_toggle_color_default.vc_toggle_size_lg.faq-item.faq-icon {
    padding: 12px;
    margin-bottom: 4px;
}

}


p.blogInfo {
    display: none;
}
section.main-footer h3 {
    color: #000;
/*     font-size: 33px; */
    line-height: 40px;
/*     font-weight: 400;
    font-family: Oswald; */
/*     font-weight: 400; */
    font-size: 27px;
    text-transform: uppercase;
}
section.middle-footer {
    background: #F8F8F8;
    padding:40px 40px;
    color: #fff;
}
div#text-2 p {
    font-size: 18px;
    padding-top: 20px;
}
section.main-footer .row {
        align-items: center;
}
.footer-contact-address li span {
    display: flex;
    font-size: 11.31px;
    font-weight: 400;
    line-height: 14.25px;
    text-align: left;
}
div#socials-icons i {
    background-color: #CC9255;
    padding: 24px;
    border-radius: 50px;
}
div#socials-icons {
    text-align: center;
}
div#socials-icons  i {
    color: #fff;
}
div#socials-icons i::before {
    font-size: 42px;
}
.phone-info p {
    font-size: 23.96px;
    font-weight: 400;
    line-height: 30.19px;
    text-align: center;
    color: #fff;
}
.phone-info a {
    font-size: 27.71px;
    font-weight: 700;
    line-height: 34.91px;
    text-align: center;
    color: #fff;
}
.social-info ul.list-inline.social_links {
    display: flex;
    justify-content: center;
}
.social-info {
    text-align: center;
}
.social-info  p {
    font-size: 23.96px;
    font-weight: 400;
    line-height: 30.19px;
    text-align: center;
    color: #fff;
}
.email-info p {
    font-size: 23.96px;
    font-weight: 400;
    line-height: 30.19px;
    text-align: center;
    color: #fff;
}
.email-info p a {
    font-size: 27.71px;
    font-weight: 700;
    line-height: 34.91px;
    text-align: center;
    color: #fff;
}
.social-info ul.list-inline.social_links li a span i {
    width: 36.1px;
    height: 36.1px;
    border: 0.9px solid #FFFFFF;
    border-radius: 30px;
        font-size: 20px;
    padding: 1px;
}
.social-info ul.list-inline.social_links li {
    padding-left: 9px;
}
.social-info ul.list-inline.social_links li a {
    color: transparent;
}
.phone-info i {
    background-color: #CC9255;
    padding: 24px;
    border-radius: 50px;
    margin-bottom: 15px;
}
.phone-info  i.fa-solid.fa-phone::before  , .phone-info  i.far.fa-envelope::before ,
.phone-infos i.fas.fa-bullhorn::before{
    font-size: 42px;
}
.phone-infos p i:first-child {
    background-color: #CC9255;
    padding: 24px;
    border-radius: 50px;
    margin-bottom: 15px;
}
.linsinfo .vc_column-inner {
    padding-top: 35px;
}
.faq-sec{
    padding-top: 50px;
    padding-bottom: 50px;
}
.faq-sec .vc_toggle_title h4 {
    font-size: 20px;
    font-weight: 500;
    line-height: 34.48px;
    color: #2B2B2B;
}
.faq-sec  .vc_toggle_content p {
    font-family: Rubik;
    font-weight: 400;
    font-size: 18px;
    line-height: 33px;
    color: #000;
}
.faq-sec  .vc_do_toggle.vc_toggle.vc_toggle_default.vc_toggle_color_default.vc_toggle_size_md.faq-item.vc_toggle_active {
    border-bottom: 1px solid #BDBDBD;
}
.sec-sub-heading {
    font-weight: 400;
    letter-spacing: 0.1em;
    text-transform: uppercase;
}
.about-sec .color-heading h2{
    line-height: 60px;
    font-size: 42px;
}
body:not(.home) .bg_blog_section{
	     background-image: url(/wp-content/uploads/2025/12/faq-bg.jpg?id=580) !important;
    background-position: center !important;
    background-repeat: no-repeat !important;
    background-size: cover !important;
	
}

.color-heading h2{
    color: #2B2B2B;
    text-align: center;
    font-family: Marcellus;
    font-weight: 400;
    line-height: 73.81px;
    font-size: 63.62px;
}
.about-sec  p{
    font-size: 18px;
    font-weight: 400;
    line-height: normal;
    text-align: left;
}
.about-sec .about-p{
        margin-bottom: 0;
}
.blog-main span.p-dates {
    font-size: 13px;
    font-weight: 400;
    line-height: 17.13px;
    text-align: left;
    color: #828282;
    display: inline-block;
}
.blog-title h3 a {
    font-size: 26px;
    font-weight: 400;
    line-height: 36.9px;
    text-align: left;
    color: #000;
    font-family: Marcellus;
    text-decoration: none;
}
.blog-excerpt p {
    font-size: 16px;
    font-weight: 400;
    line-height: 23.68px;
    text-align: left;
}
.blog-btn a p{
    font-size: 14px;
    font-weight: 700;
    line-height: 20.79px;
    text-align: right;
    color: #99262D;
    text-transform: uppercase;
}
.blog-btn a p:hover {
    color: #CC9255;
}
a.blog-btn-a {
    text-decoration: none;
}
.main-header{
background-color: #fff;
  /*      padding-top: 10px;
    padding-bottom: 10px;*/
}
header.entry-header {
    text-align: center;
    color: #fff;
    background-repeat: no-repeat;
    background-size: cover;
        padding: 94px 0px;
    padding-bottom: 70px;
    background-position: center;
    background-repeat:no-repeat;
}
h1.entry-title{
    color: #fff;
    font-size: 60px;
    font-weight: 400;
    line-height: normal;
}
 .main-header {
     height: 112px;
    width: 100%;
     position: relative;   
}
.logo{
/*         position: absolute;
    top: -27px;
    z-index: 999; */
}
header#masthead {
    z-index: 999;
    width: 100%;
/*    background-color: transparent;*/
}
.container{
    max-width: 1530px;
}
.appointment-btn a {
    transition: background-color 0.3s ease, color 0.3s ease;
    background-color: rgba(242, 99, 34, 1);
    padding: 12px 18px;
    text-decoration: none;
    color: #fff;
    font-size: 18px;
    transition: all ease 500ms;
/*     padding-right: 5px; */
    align-items: center;
    font-weight: 400;   
    display: block;
    line-height: 36px;
}
.footer_social {
    display: flex;
    justify-content: end;
    align-items: center;
}
.bt-line{
    display: block;
    width: 100%;
    border: 1px solid rgba(95, 95, 95, 1);
}
.phone-btn a {
    font-size: 14px;
    color: #000000;
    font-family: 'Poppins';
    text-decoration:none;
    margin-top: -8px;
    display: block;
    font-weight: 600;
}
.phone-btn img{
    float: left;
}
.about-sec{
    padding-top:50px;
    padding-bottom: 50px;
}

div#gform_wrapper_3 span.gfield_required.gfield_required_text {
    display: none;
}
form#gform_3 input::placeholder{
    color:#B0B0B0;
}
textarea#input_3_3::placeholder {
    color: #B0B0B0;
}
textarea#input_3_3{
    padding-left: 25px;
    border-right: none;
    border-top: none;
    border-left: none;
    box-shadow: none;
    border: none;
    border-radius: 5px;
    min-height: 60px;
    font-weight: 400;
    font-size: 18.17px; 
}
form#gform_3 input {
    padding-left: 25px;
    border-right: none;
    border-top: none;
    border-left: none;
    box-shadow: none;
    border: none;
    border-radius: 5px;
    border-radius: 5px;
    min-height: 60px;
    font-weight: 400;
    font-size: 18.17px;
}
form#gform_3  textarea#input_3_8 {
    height: 50px;
    border-right: none;
    border-left: none;
    border-top: none;
    box-shadow: none;
}
form#gform_3 input#gform_submit_button_3 {
    background-color: #C6303E;
    padding: 16px 30px;
    font-size: 20px;
    font-weight: 500;
    cursor: pointer;
}
form#gform_3 input#gform_submit_button_3:hover{
    background: #209285;
}
.testimonial-row {    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    padding-top: 50px;
    padding-bottom: 50px;
}
.testimonials-box {
    text-align: left;
    background-color: #F4FEFF;
    border-radius: 36px;
}
.testimonial-row h3.sub-heading {
    font-family: Poppins;
    font-weight: 400;
    letter-spacing: 0.1em;
    text-align: center;
    text-transform:uppercase;
    margin-bottom: 0;
}
.testimonial-row .client-heading h2 {
    font-size: 54.67px;
    font-weight: 400;
    line-height: 72.06px;
    color: #2B2B2B;
}
.testimonil-law {
    margin-bottom: 10px;
}
/***************/


/* Initial styling for all slide images */
.slick-slide img {
    /* transition: transform 0.5s ease;  */
}

/* Zoom effect on the active slide image */
.slick-slide.slick-active img {
    /* transform: scale(1.1);  */
}

.slick-slide {
/*  transform: scale(0.8); */
    transition: all 0.4s ease-in-out;
     /* padding: 40px 0;  */
} 
.slick-slide img {
    max-width: 100%;
    transition: all 0.4s ease-in-out;
} 
.testimonials-textbox .testimonials-name {
    font-size: 46.23px;
    font-weight: 400;
    line-height: 68.66px;
    text-align: center;
    color: #2B2B2B;
}
.testimonial-row  .testimonial-content {
    font-size: 18px;
    font-weight: 400;
    line-height: 27.43px;
    text-align: left;
    max-width: max-content;
    padding-top: 20px;
    padding-bottom: 20px;
    color: #fff;
}
.testimonial-row  .ratings span i {
    color: #CC9255 !important;
}
.testimonials-container  .slick-dots li button:before {
    color: #BDBDBD; 
}
.testimonials-container .slick-dots li.slick-active button:before {
    color: #CC9255; 
} 

.slick-prev:before, .slick-next:before {
    font-size: 35px;
    color: #BDBDBD;
}
.testimonial-thumbnail {
       float: left;
    padding-right: 20px;
}
.testimonial-inner{
    margin-bottom: 25px;
}
.vc_toggle_size_lg.vc_toggle_arrow .vc_toggle_icon {
    margin-left: 14px;
    float: right;
}
.free-consultbtn a:hover{
background-color: #99262d !important;
}



/* Target the previous arrow */

.testimonials-container button.slick-arrow {
    padding: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50px;
    transition: all ease 500ms;
    z-index: 1;
    top: 100%;
    margin-right: 59px;
}

.testimonials-container .slick-prev {
      left: 600px;
/*     background: url('/wp-content/uploads/2024/11/XMLID_2_.png') no-repeat center center; */
    display: block; /* Ensure the arrow is displayed */
    background: #209285;
    padding: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50px;
    transition: all ease 500ms;
    z-index: 1;
}
.testimonials-container .slick-next:before{
    font-size: 38px;
    opacity: 1;
    content: "\f105" !important;
    font-family: 'FontAwesome' !important;
    color: #fff;    
}
.testimonials-container .slick-prev:before {
     font-size: 38px;
    content: "\f104" !important;
    font-family: 'FontAwesome' !important;
    color: #fff;
}
/* Target the next arrow */
.testimonials-container .slick-next {
      right: 600px;
    display: block;
    background: #209285;
     padding: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50px;
    transition: all ease 500ms;
    z-index: 1;
}
a.blog-btn-a {
    font-family: DM Sans;
}
.blog-time-btn{
    padding-top: 20px;
}
.social-info ul.list-inline.social_links li a span i:hover {
    background-color: #CC9255;
}
form#gform_2 input#gform_submit_button_2:hover{
    color: grey;
}
h4.blog-title a {
    color: #000;
    text-decoration: none;
}
.cat-info {
    display: none;
}
.services-box ul.slick-dots li button:before {
    font-size: 20px;
}
.learnmore-btn a:hover {
    background-color: #cc9255 !important;
}
#gform_wrapper_2 .gform_body .gform_fields {
    row-gap: 22px; /* Adjust the value */
}
form#gform_1 textarea#input_1_8 {
    border: 1px solid #ccc;
}
textarea#input_1_8 {
    font-size: 16px;
    border: 1px solid #ccc;
    min-height: 45px;
    padding-left: 22px;
}
section.middle-footer .footer_social{
        padding-top: 30px;
}
div#text-4 .textwidget p {
    font-family: Rubik;
    font-weight: 300;
    font-size: 17.85px;
    line-height: 27.47px;
    text-align: left;
    color: #000000;
    margin-bottom: 4px;
}
section.main-footer .widget.widget_text ul {
    padding-left: 0;
    margin-left: 0;
}
.about-sec{
    padding-top:50px;
    padding-bottom:50px;    
}
.theme-btn a {
        margin-top: 17px;
/*     background: #0E5C62 !important; */
/*     border-color: #12B5E8 !important; */
    font-size: 16px !important;
    line-height:29px;
    font-weight:700;
    padding: 12px 25px !important;
    padding-right: 50px !important;
    border-radius: 22.47px !important;
}
.theme-btn a i {
    background: #fff;
    color: #000;
    border-radius: 100%;
    padding: 5px;
    width: 31px;
    height: 31px !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    margin-left: 0px;
    rotate: 320deg;
    transition: all ease 500ms;
    position: absolute !important;
    right: 0px !important;
       top: 17px !important;
}
.theme-btn a:hover {
    background: #000 !important;
    border-color: #f2f2f3 !important;
}
.theme-btn a:hover i {
    rotate: 360deg;
    color: #fff;
    background: #0E5C62;
    box-shadow: 0px 0px 13px #08a4e8;
    transition: all ease 500ms;
    right: 6px !important;
    top: 22px !important;
}
.newsletter_sec{
    padding-top:30px;
    padding-bottom:30px;
    margin-top: -7px;
}
.newsletter-p p {
    font-size: 20px;
    font-weight: 400;
}
.newsletter_sec h2{
    font-weight: 600;   
}
form#gform_2 .gform-theme--foundation .gform_footer, form#gform_2 .gform-theme--foundation .gform_page_footer{
        margin: 0;
}
form#gform_2 .gform-theme--foundation #field_submit {
    align-items: center !important;
}
.topbar_details.top-bar ul li i {
    display: none;
}
.topbar li span {
    display: flex;
    font-size: 14.41px;
    font-weight: 700;
    line-height: 17.44px;
    text-align: left;
        padding-bottom: 2px;
}
.topbar ul li a{
    font-size: 16.42px;
    font-weight: 500;
    line-height: 19.87px;
    text-align: left;
    text-decoration: none;
    line-height: normal;
    color:#fff;
    display:inline-block;
}
.topbar ul li a:after {
    width: 1px;
    height: 20px;
    border: 1px solid #fff;
    content: "";
    position: relative;
    right: 17px;
    top: -30px;
    display: block;
}
.topbar ul li:first-child a:after {
    display: none;
}
.topbar ul li a:hover {
    opacity: 0.7;
    color: #fff;
}

.topbar .footer_social span{
    font-size: 17px;
    font-weight: 600;
    line-height: 20px;
    padding-right: 10px;
    font-family: "Rubik";
    text-transform: uppercase;
    color:#fff;
    letter-spacing: 2px;
}

form#gform_4 span.gfield_required {
    display: none;
}

.contactbar .footer-contact-address ul{
    column-count: 2;
    column-gap: 14px;
    padding: 0;
}
.contactbar-row {
    background-color: #CEE2E5;
    padding-top: 50px;
    padding-bottom: 50px;
        margin-top: -42px;
}
.g-mapss {
    margin: 0 !important;
}
.contactbar  .footer-contact-address ul li{
    width: 100%;
    float: left;
    list-style-type: none;
    font-size: 20px;
    line-height: normal;
    font-weight: 400;
}
.contactbar  .footer-contact-address ul li a{
    color: #000000;
    font-size: 23px;
    font-weight: 400;
    line-height: 24.24px;
    text-align: left;
}
ul.time-ul {
    column-count: 1 !important;
    column-gap: 0;
    margin-top: 20px;
}
p.office-times {
    color: #000;
    font-size: 23px;
    font-weight: 400;
    line-height: 24.24px;
}
div#gform_wrapper_4 {
    background-color: #0E5C62;
    border-radius: 30px;
    padding: 22px;
    margin-top: 80px; 
/*      margin-top: 36px; */
    margin-right: auto;
}
.gform_heading h2 , .gform_heading p  {
    color: #fff;
}
.contactbar .footer-contact-address ul li:after {
    width: 1px;
    height: 20px;
    border: 1px solid #fff;
    content: "";
    position: relative;
    right: 17px;
    top: -30px;
    display: block;
}
.contactbar .footer-contact-address ul li:after {
    width: 2px;
    height: 29px;
    border: 1px solid #fff;
    content: "";
    position: relative;
    right: 46px;
    top: -36px;
    display: block;
}
.contactbar .footer-contact-address ul li:first-child:after {
    display: none;
}
.gforms-overlap form#gform_4 input {
    background-color: transparent;
    border: 1px solid #fff;
    border-radius: 5px;
    background: #F8F8F817;
}
.gforms-overlap form#gform_4 label {
    color: #fff;
    font-size: 14.1px;
    font-weight: 400;
    line-height: 21.43px;
}
.gforms-overlap form#gform_4 select option {
    background-color: #cee2e5;
    color: #000;
}
.gforms-overlap form#gform_4 select {
    background: transparent;
    color: #fff;
    border: 1px solid #fff;
    background: #F8F8F817;
}
form#gform_4 legend.gfield_label.gform-field-label.gfield_label_before_complex {
    font-size: 14.1px;
    font-weight: 600;
    line-height: 21.43px;
    color: #fff !important;
}
form#gform_4  textarea#input_4_9 {
    background: #F8F8F817;
    border: 1px solid #fff;
    height: 98px;
    min-block-size: 2rem;
}
div#gform_wrapper_4  .gform_body .gform_fields{
    row-gap: 10px;
}
div#gform_wrapper_4  h2.gform_title {
    font-size: 38.74px;
    font-weight: 500;
    line-height: 48.11px;
    letter-spacing: -0.02em;
}
div#gform_wrapper_4  p.gform_description{
    font-size: 18px;
    font-weight: 400;
    line-height: 28.84px;
    letter-spacing: -0.02em;
}
input#gform_submit_button_4 {
    padding: 13px 25px;
    transition: all ease 500ms !important;
    background: #000000 !important;
    border-color: #000000 !important;
    padding-right: 47px;
    border-radius: 60px !important;
    background-position: 94% !important;
    background-repeat: no-repeat !important;
    transition: all ease 500ms !important;
    background-size: 16% !important;
}
input#gform_submit_button_4:hover{
    background-color: #F8F8F817 !important;
    border:1px solid #fff !important;
}
#gform_wrapper_2 #field_submit {
    align-items: center !important;
}
.gmaps-sec{
    padding-top: 0px;
}
.gmaps-sec .vc_column-inner{
        padding-top: 0px !important;
}
.serv-sec h2 {
        padding-bottom: 30px;
}
.gforms-overlap {
    position: absolute;
    z-index: 1;
    left: 27%;
}
input#gform_submit_button_2:focus{
    border-color: unset !important;
    outline: unset;
}
h3.sub-headings:before {
    content: "";
    display: block;
    width: 142.69px;
    height: 1px;
    position: relative;
    border: 1px solid #CFCFCF;
    position: relative;
    left: 32%;
    top: 16px;
}
h3.sub-headings:after {
    content: "";
    display: block;
    width: 142.69px;
    height: 1px;
    border: 1px solid #CFCFCF;
    position: relative;
    right: -58%;
    top: -13px;
}
.testimonial-row h3.sub-headings:before {
    content: "";
    display: block;
    width: 142.69px;
    height: 1px;
    position: relative;
    border: 1px solid #CFCFCF;
    position: relative;
    left: 32%;
    top: 16px;
}
.testimonial-row  h3.sub-headings:after {
    content: "";
    display: block;
    width: 142.69px;
    height: 1px;
    border: 1px solid #CFCFCF;
    position: relative;
    right: -58%;
    top: -13px;
}
.testimonials-container .slick-center {
       background-color: #0C0C0C;
    z-index: 1;
}
.slick-slide {
  margin: 0 20px;
}
.testimonials-container .slick-prev, 
.testimonials-container .slick-next {
    z-index: 1; /* Ensure navigation arrows are above the slides */
}
.testimonials-container .slick-slide:not(.slick-center) {
    opacity: 0.4; /* Dim the non-center slides */
}
.testimonial-inner {
    padding: 20px 60px;
    background-color: #0C0C0C;
    border: 1px solid #E9E2D0;
}
.testimonials-container  .testimonials-name {
    font-size: 19.63px;
    font-weight: 600;
    line-height: 23.74px;
    text-align: left;
    color: #fff;
}
.testimonials-patient span {
    color: #fbf0dc;
    font-size: 15px;
    font-weight: 500;
    line-height: 18.14px;
    text-align: left;
}
 .testimonials-box.slick-slide.slick-current.slick-active.slick-center.active-slide {
  transform: scale(1.07);
} 
.testimonials-container  .slick-track {padding: 20px 0;}
.testimonials-container button.slick-arrow:focus {
    background: #16758C !important;
    color: #16758C !important;
}
 .testimonials-container button.slick-arrow:hover{
    background: #000 !important;
} 
legend.gfield_label.gform-field-label.gfield_label_before_complex {
    font-size: 14.1px;
    font-weight: 600;
    line-height: 21.43px;
    color: #000 !important;
}
.main_menu_bar .main_menu_cont ul li a:after {
    content: '';
    position: absolute;
    bottom: 0; /* Position at the bottom of the text */
/*     left: 12px;
    width: 170px; */
    transition: width 0.3s ease;
/*     border-bottom: 0.5px solid #8B8B8B; */
    transition: width 0.3s ease; /* Smooth transition for width */
}
.main_menu_bar .main_menu_cont ul li a:hover, .main_menu_bar .main_menu_cont ul li:hover > a{
    color: #F26322;
        padding-right: 10px;    
}
.main_menu_bar .main_menu_cont ul li a:hover:after {
    width: 50%; /* Full width on hover */
}
.faq-sec .vc_toggle_title>h4 {
    font-family: Rubik;
    font-weight: 600;
    font-size: 28px;
    line-height: 21px;
    color:#000;
}
.faq-item.vc_toggle_active .vc_toggle_title {
    color: #015C64;
}
.faq-item.vc_toggle_active .vc_toggle_title h4{
       color: #F26322;
}
.faq-item .vc_toggle_content{
        margin-bottom: 0 !important;
}
.faq-item.vc_toggle_active .vc_toggle_title i{
    color:#fff !important;
}
.color-headings h3{
    font-family: 'Questrial';
    text-align: center;
    font-size: 40px;
    font-weight: bold;
}
.newsletter-p h2 {
    font-size: 46px;
    color: #000000;
    line-height: 56px;
    text-align: center;
    font-weight: 600;
}

.gform-theme--framework input[type=checkbox]:where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *))::before{
        color: #fff !important;
}
p:empty{
    display:none;
}
div#text-5 .footer-contact-address ul li p.office-times {
    font-size: 16px;
    font-weight: 400;
    line-height: 20px;
    display: flex;
}
ul#menu-services_2 {
    padding: 0;
    list-style-type: none;
}
div#nav_menu-4 {
      padding-top: 39px;
}
body.search.search-results section#search-4{
        background: #f1f1f1;
    border: 1px solid #dddddd;
    border-radius: 8px;
    padding: 20px 20px;
    display: flex;
}
body.search.search-results form.search-form{
    width:100%;
}
section#instagram-feed-widget-4 h4.widget-title {
    background: #0E5C62;
    color: #fff;
    border-left: 20px solid #dddddd;
    line-height: 1.5;
    text-indent: 10px !important;
    font-size: 28px !important;
    margin-top: 30px;
}
body.page-template-default.page.page-id-9611 header.entry-header{
    padding: 95px 0px;  
}
section.main-footer .footer_social{
    padding-top: 20px;
    padding-bottom: 20px;   
}
div#media_image-5 img{
        width: 70%;
}
div#media_image-2 img {
       width: 150px;
}
body .few-content .vc_column-inner {
    padding-top: 0 !important;
}
.drop_menu>li >ul.sub-menu{
    box-shadow: 2px 2px 18px 2px rgba(0, 0, 0, 0.2);
    top: 29px; 
    left: 0px;
    padding: 0px 0;
    z-index: 5;
    transition: all 0.2s linear 0s;
    -webkit-transition: all 0.2s linear 0s;
}
.gmaps-sec{
   position:relative;
}
.grid-sizer, .grid-item {
    width: 33.33%;
}
.gforms-overlap form#gform_4 .gform-theme--framework .gform_validation_errors .gform_submission_error{
        color: #fff;
        border: 1px solid #fff;
    padding: 10px;
}
.gforms-overlap h2.gform_submission_error.hide_summary {
    color: #fff !important;
}
.gforms-overlap form#gform_4 .validation_message {
    color: #fff !important;
}
.gforms-overlap div#gform_4_validation_container{
    margin-bottom: 5px;
    border: 1px solid #fff;
    padding: 8px;
}
span.copy-right-text a:hover {
    text-decoration: underline;
    color: #fff;
}
.main_menu.top-text-right nav.main_menu_bar{
    float: left;    
}
.readmore-btn a {
    font-weight: 400;
    font-size: 16px !important;
    line-height: 32px !important;
    padding: 13px 66px !important;
    margin-bottom: 0 !important;
}
.readmore-btn a:hover {
      background-color: #C6303E !important;
}
.green0sep {
    margin-bottom: 0;
}
.choose-p p{
font-weight: 400;
    font-size: 19.11px;
    line-height: 32.29px;   
}
.choose-ul ul li {
    font-weight: 400;
    font-size: 19.11px;
    line-height: 32.29px;
}
.choose-ul ul li:marker {
    color: #C6303E; 
}
.choose-ul ul li::marker {
    color: #C6303E;
    font-size: 1.3em; /* Adjust as needed */
    font-weight: bold;
}
.choose-ul ul {
    padding-left: 27px;
}
.readmore-choose a {
    border: 1px solid #000 !important;
    font-weight: 400;
    font-size: 20px !important;
    line-height: 36.6px !important;
    padding: 10px 79px !important;
    margin-bottom: 0 !important;
    background-image: unset !important;
}
.topbar_details.top-bar span {
    font-weight: 600;
    font-size: 16.74px;
    line-height: 26.73px;
    text-transform: capitalize;
    padding-left: 15px;
}
.readmore-choose a:hover{
    background-color: #C6303E !important;
    color:#fff !important;
}
.footer_social span {
/*    font-family: 'Poppins';
    font-weight: 600;
    font-size: 20.65px;
    line-height: 29.38px;
    letter-spacing: 1px;
    text-transform: uppercase;
    color: #000;*/
}
span.copy-right-text p {
    margin-bottom: 0;
    font-weight: 400;
    font-size: 20.25px;
    line-height: 36px;
    letter-spacing: 4px;
    text-transform: uppercase;
    color: rgba(0, 0, 0, 1);
}
ul#menu-userfull-links-1 {
    list-style-type: none;
    padding-left: 0;
}
div#text-3 p{
        font-weight: 400;
    font-size: 18px;
}
.brand-logos img {
    display: inline;
    align-items: center;
        padding-left: 15px;
}
.brand-logos {
    display: inline-block;
}
section.company-logos{
    background-color: #122928;
    text-align: center;
     border-top: 1px solid #415453;
    padding-top: 19px;
    padding-bottom: 19px;
}
.brand-logos {
    padding: 10px;
    text-align: center;
    width: 100%;
}
input#input_2_8 {
    width: 100%;
}
form#gform_2 input {
    border: 1px solid #E9E2D0;
    padding: 13px 19px !important;
    font-size: 16px;
}
form#gform_2  select#input_2_7 {
    font-size: 16.34px;
    border: 1px solid #E9E2D0;
    background-color: transparent;
    color: #fff !important; 
}
form#gform_2 textarea#input_2_3 {
    background-color: transparent;
    border: 1px solid #E9E2D0;
    color: #fff;
    padding: 13px 19px;
    font-size: 16.34px;
    height: 83px;
}
form#gform_2 input::placeholder {
/*     color: #585858; */
}
form#gform_2 {
    padding-top: 20px;
}
form#gform_2 input#gform_submit_button_2 {
    font-weight: 600;
    font-size: 17.34px;
    width: 100%;
    background-color: #C6303E;
    border: none;
    padding: 16px 16px !important;
}
form#gform_2 input#gform_submit_button_2:hover{
    background-color: #000 !important;
    color: #fff;    
}
.info-details ul {
    list-style-type: none;
    padding: 0;
}
h2.client-heading {
       padding-bottom: 58px;
}
body .testimonials-container.slick-prev,
body .testimonials-container .slick-next {
  position: absolute;
  bottom: -40px; /* Adjust as needed */
  z-index: 10;
}
.blog-title h3 a {
    font-weight: 400;
    font-size: 26.84px;
    line-height: normal;
    text-transform: uppercase;
    padding-bottom: 5px;
    display: inline-block;
}
.blog-time-btn{
    display:none;
}
.blog-time {
/*    position: absolute;
    top: 0;*/
/*    background-color: #C6303E;
    width: 84px;
    height: 96px;*/
}
.blog-main span.p-dates {
    font-family: Rubik;
    font-weight: 400;
    font-size: 18px;
    line-height: 34px;
    color: rgba(156, 156, 156, 1);
    display: inline-block;
    width: 100%;
    text-transform: capitalize;
}
.blog-title h3 a {
    font-family: Oswald;
    font-weight: 500;
    font-size: 39px;
    line-height: 50px;
    text-transform: uppercase;
    color: #000;
}

form#gform_2 .ginput_container.ginput_container_email input {
/*     border: 5px solid #d2ffe5;
    border-radius: 30px;
    padding: 25px;
    color: #A6A2A2; */
}
form#gform_1 {
    padding-top: 20px;
    max-width: 495px;
}
form#gform_1  .gform-theme--foundation #field_submit {
    align-items: center;
}
form#gform_1 .ginput_container.ginput_container_email input {
    padding: 40px;
    color: rgba(170, 170, 170, 1);
    font-size: 18px;
    text-transform: uppercase;
    letter-spacing: 2px;
}
input#gform_submit_button_1 {
    background: transparent;
   border: none;
    box-shadow: unset;
     /* font-size: 20px !important;
    line-height: 22px; */
    transition: all ease 500ms !important;
    position: relative;
    top: -20px;
    color: transparent;
    background-image: url(/wp-content/uploads/2025/12/Group-1171275618-1.png);
    /* background-size: cover; */
    background-position: center;
    background-repeat: no-repeat;
    right: 82px;
}
.info-details .footer_social .fab, .info-details .footer_social .fa-brands{
    padding: 10px;
    font-size: 20px;
    text-align: center;
    text-decoration: none;
    border-radius: 50%;
    transition: 0.3s;
    color: #fff;
    border: none;
    margin: 0px 3px;
    width: 40px;
    background: #C6303E;
    height: 40px;
}
section.main-footer .footer_social a {
    margin: 0 4px;
}
.insta-foolow p {
    font-weight: 400;
    font-size: 20px;
    color: #fff;
}
.insta-foolow p img {
    padding-bottom: 15px;
}
.ginput_container.ginput_container_date {
    width: 101.5%;
}
form#gform_1 input#gform_submit_button_1:hover {
    color: #209285;
}
 .blog-title h3 a:hover{
    color:rgba(242, 99, 34, 1);
}
.custom-prev,
.custom-next {
    background: #fff;
    color: #000;
    border: none;
    padding: 10px 15px;
    font-size: 20px;
    position: absolute;
    bottom: -40px;
    z-index: 9;
    cursor: pointer;
}

.custom-prev {
    left: 45%;
}
.custom-next {
    right: 45%;
}

.testimonials-container {
    position: relative;
    padding-bottom: 60px; /* Give space for arrows */
}

.slick-arrow {
/*     background: #fff;
    color: #000;
    border: none;
    font-size: 20px;
    padding: 10px 15px;
    cursor: pointer; */
}

/* Wrap arrows in a container */
.slick-slider .slick-arrow-container {
    position: absolute;
    bottom: 10px;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    gap: 20px;
    z-index: 99;
}

/* Remove default slick positioning */
.slick-prev, .slick-next {
/*     position: static !important; */
}

.info-details ul li a {
    font-weight: 400;
    font-size: 18.09px;
    color: #000;
}
.ui-datepicker-trigger {
    filter: brightness(0) invert(1); /* makes icon white */
}
.gform-theme--framework .gfield--input-type-datepicker.gfield--datepicker-default-icon .ginput_container_date::after{
        color: #fff !important;
}
.blog-main span.yeara {
    width: 100%;
    text-align: center;
    color: #fff;
    font-weight: bold;
    padding: 20px;
}
.blog-sec{
    padding-top: 30px;
    padding-bottom: 50px;
}


/*---------- blog Page start ----------*/
/*---------- blog Page start ----------*/
.isotope-item {
    margin-top: 60px;
}
.post-title-bg h2 {
    color: #1b3a5f !important;
    font-size: 42px;
    font-weight: 500 !important;
    margin: 30px 0px;
}
#text-6 h2.widget-title{
    font-size: 25px;
    color: #194588;
    text-align: left;
    font-weight: 700;
    font-style: normal;
    margin-left: -12px !important;
}

span.blog-title {
    font-size: 24px;
    font-weight: 600;
    display: block;
    margin-bottom: 10px !important;
    line-height:1.3;
}

span.blog-title a {
    color: #cc9d8b !important;
    transition: linear all .25s;
    font-family: 'Poppins';
}

span.blog-title a:hover {
    opacity: .7 !important;
}

.blog_page_read_more {
    margin-top: 10px;
    margin-bottom:10px;
}

.blogImage {
    border: 1px solid #cccdcd;
    overflow: hidden;
    position: relative;
    margin-bottom: 20px;
    background: #ebebeb;
}

.blogBox.style3 {
    margin-bottom: 30px;
    padding-bottom: 30px;
}

.blogPage.style8 .blogBox.style3 .blogImage {
    width: 33%;
}

.blogBox.style3 .blogImage {
    float: left;
    margin: 0 0 0 0;
    width: 25%;
}
.blogImage {
    border: 1px solid #cccdcd;
    overflow: hidden;
    position: relative;
    margin-bottom: 20px;
    background: #ebebeb;
}

.zoom {
    position: relative;
    overflow: hidden;
}

.zoom img {
    max-width: 100%;
    -moz-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    height: 600px;
    object-fit: cover;
    width:100%;
}

.zoom:hover img {
    -moz-transform: scale(1.1);
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}

.blogDate {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
    width: 39px;
    background: #000;
    color: #fff;
    padding: 10px 13px;
    text-align: center;
    
}
body.single-post .blogDate {
    position: absolute;
    left: 25px;
    top: 10px;
    z-index: 1;
    width: 45px;
    background: #1b3a5f;
    color: #fff;
    padding: 7px 0px;
    text-align: center;
}
.blogImage .blogDate i {
    font-size: 12px;
    font-style: normal;
    display: block;
}

.blogImage .blogDate i ~ i {
    margin-left: -6px;
}

.blogPage hr {
    border-color: #d6d6d6;
}

hr {
    margin-top: 20px;
    margin-bottom: 20px;
    border: 0;
    border-top: 1px solid #eee;
}
hr {
    height: 0;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
}

.blogImage .blogDate hr {
    border-top: 1px solid #fff;
/*     padding: 5px 0 0 0; */
    margin: 5px 0 5px 0;
    opacity: 1 !important;
}

.blogImage .blogDate i, .blogImage .blogDate span {
    margin-left: -3px;
}

.blogImage .blogDate span {
    font-size: 20px;
    font-style: normal;
    display: block;
}

a.more2, .blog_ul li a {
    color: #F26321 !important;
    transition: all 0.3s;
    font-weight: bold;
}
a.more2:hover, .blog_ul li a:hover {
    opacity: .7 !important;
}

ul.blog_ul {
    margin: 20px 0 !important;
}

ul.blog_ul li span {
    margin-right: 5px;
    width: 40px;
    height: 40px;
    background: #1877f2;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    font-size: 18px !important;
    color: #fff;
}

span.social_icons.icon_ig {
    background: radial-gradient(circle at 30% 107%, #fdf497 0%, #fdf497 5%, #fd5949 45%,#d6249f 60%,#285AEB 90%);
}

span.social_icons.icon_linkedin {
    background: #007bb5;
}

section#search-3 {
    background: #f1f1f1;
    border: 1px solid #dddddd;
    border-radius: 8px;
    padding: 30px 25px;
    margin-bottom: 30px;
}

section#search-3 form label {
    width: 100%;
}

input.search-field {
    width: 100%;
}

input.search-submit {
    background: #209285;
    color: #fff;
    transition: all linear .25s !important;
}

input.search-submit:hover {
    opacity: .7 !important;
}

section#recent-posts-2 h4, section#text-5 h4, section#instagram-feed-widget-2 h4, 
section#search-2 h4, section#custom_html-3 h4, section#custom_html-2 h4, 
section#fbtw_facebook-2 h4, section#wpzoom_instagram_widget-2 h4, 
section#text-4 h4 {
    background: #c6303e;
    color: #fff;
    border-left: 20px solid #209285;
    line-height: 1.5;
    text-indent: 10px !important;
    font-size: 28px !important;
    margin-top: 30px;
}
.single .site-main {
    margin: 65px 0;
}
#cboxLoadedContent {
    overflow:scroll !important;
}
section#search-3 h2 {
    margin-top:0px;
}
section#recent-posts-3 ul {
    margin-top: 10px !important;
}

section#recent-posts-3 ul li {
    display: block;
}

section#recent-posts-3 ul li a {
    color: #000 !important;
    display: flex;
    padding: 10px 10px;
    transition: all linear .25s;
/*     text-indent: 5px; */
    border-bottom: 2px dotted #000 !important;
    align-items: center;
    line-height: normal;
    text-decoration: none;
}
section#recent-posts-3 ul li a:before {
    content: "\f0da";
    margin: 0 10px 0 0px;
    display: inline-block;
    font-family: FontAwesome;
    float:left;
       color: #000;
}

section#recent-posts-3 ul li:first-child a {
    border-top: 0px dotted #000 !important;
}
section#recent-posts-3 ul li:last-child a {
    border-bottom: 0px dotted #000 !important;
}
section#recent-posts-3 ul li a:hover {
    color: #F26322 !important;
}
/* section#recent-posts-2 ul li a:hover:before{
    color: #fff !important;
} */
.heateor_sss_sharing_container.heateor_sss_horizontal_sharing {
    margin-top: 10px;
}

.heateor_sss_sharing_ul a {
    transition: all linear .25s !important;
}

.heateor_sss_sharing_ul a:hover {
    opacity: .7 !important;
}
.more-description, .single footer.entry-footer {
    display: none !important;
}
.blogDesc {line-height: normal;font-size: 16px;}

.blog_page_read_more a {
    transition: all ease 500ms;
    color: #cc9d8b;
    font-weight: 600;
}

.blog_page_read_more a:hover {
    transition: all ease 500ms;
    letter-spacing: 2px;
    color:#cc9d8b;
    text-decoration: none;
}
.more-description {
    display: flex;
    margin-top: 5px;
}
.autor-name {
    text-transform: capitalize;
    font-weight: 500;
    margin-right: 5px;
    color: #9d7f65;
    font-style: italic;
}
body.blog .embed-container {
    height: 260px;
    object-fit: cover;
}
body.home .heateor_sss_horizontal_sharing {
    display: none;
}
span.blog-title a:hover {
    text-decoration: none;
}
.post-thumbnail img {
    width: 100%;
    height: 100%;
    border: 3px solid #df6441;
    margin-bottom: 15px;
}
.blogDate i {
    font-style: normal;
}

.blogDate hr {
    border-color: #fff;
    margin: 10px 0px;
}
body.single-post .entry-content .heateor_sss_sharing_container.heateor_sss_horizontal_sharing {
    display: none !important;
}
#search-2 span.screen-reader-text {
    display: none;
}
section#search-3 {
    background: #f1f1f1;
    /* border: 1px solid #dddddd; */
    border-radius: 8px;
    padding: 20px;
    margin-bottom: 30px;
/*     margin-top:50px; */
}
body.single-post section#search-3 {
    margin-top:0px !important;
}
section#search-3 input.search-field {
    width: 100%;
    border: none;
    padding: 8px 15px;
}
section#search-3 input.search-submit {
    background: #F26322;
    color: #fff;
    transition: all linear .25s !important;
    padding: 10px 15px;
    border: none;
    line-height: normal;
    cursor: pointer;
    margin-top: 10px;
}
section#search-3 label {
    margin-bottom: 0px;
    float: left;
    /* width: 70%; */
}
section#search-3 input.search-submit:hover {
    opacity: .7 !important;
}
section#search-3 h2 {
    display: none;
}
section#search-3 label {
    margin-bottom: 0px;
}
.servcie-consult-btn a {
    color: #df6441 !important;
    border: 2px solid #df6441 !important;
    font-size: 18px !important;
}

.servcie-consult-btn a:hover {
    color: #fff !important;
}
article.post header, article.post .post-thumbnail {
    display: none;
}
.post-img img {
       border: 10px solid #F26322;
    margin-bottom: 20px;
    height: auto;
    width: 100%;
    object-fit: cover;
}
body.single-post main#primary h2 {
    display: none;
}

body.single-post main#primary .details-date {
/*     display: none; */
}
.post-img {
    margin-bottom: 25px;
}
.header-btn-banner {
    text-align: left;
}

.header-btn-banner ul {
    display: flex;
}

.header-btn-banner ul li {
    margin-right: 15px;
}

.header-btn-banner ul li a {
    background: #cc9d8b;
    padding: 8px 20px;
    color: #fff;
    border-radius: 6px;
    font-weight: 600;
    transition: all ease 500ms;
    font-size: 20px !important;
}
.header-btn-banner i {
    margin-right: 5px;
}
.header-btn-banner ul li:first-child a {
    background: #6a9bc3;
}
.header-btn-banner i.fa.fa-arrow-right {
    margin-right: 0;
    margin-left: 5px;
}
.header-btn-banner ul li a:hover {
    transition: all ease 500ms;
    background: #6a9bc3;
}
.header-btn-banner ul li:first-child a:hover {
    background: #577e9f;
}
.home-page-btn a {
    background: #2d3a88;
    color: #fff;
    padding: 10px 20px;
    display: inline-block;
    font-size: 20px;
    border-radius: 30px;
    font-weight: 500;
    transition: all ease 500ms;
}

.home-page-btn a:hover {
    background: #cc9d8b;
}
section.no-results.not-found h1 {
    font-size: 50px;
}
section.no-results.not-found h1 {
    font-size: 50px;
}

section.no-results.not-found p {
    font-size: 22px;
    display: inline-block;
    border-radius: 10px;
    padding: 10px 20px;
    color: #000;
    background: none;
    text-align: center;
}
section.no-results.not-found h1 {
    font-size: 50px;
}

section.no-results.not-found form.search-form label {
    width: 80%;
}

section.no-results.not-found form.search-form {
    width: 50%;
    margin: 10px auto;
}

section.no-results.not-found form.search-form label input {
    padding: 10px;
    border-radius: 30px;
}

section.no-results.not-found form.search-form input.search-submit {
    padding: 15px 20px;
    border-radius: 30px;
}

section.no-results.not-found {
    text-align: center;
}
.widget_recent_entries ul {
    margin: 0px !important;
    padding: 0px !important;
}
.post-expt {
    line-height: 1.5;
    margin-bottom: 15px;
}
.grid-sizer, .grid-item {
    width: 33.33% !important;
}
.post-expt {
    font-size: 16px;
}
/*
*
Blog Style End
*
*/

/*
New Blog Style CSS
*/
section.all-blog {
    margin-bottom: 50px;
        padding-top: 50px;
}

.pagination-sec {
    text-align: center;
}


.blog .ast-container {
    padding: 0;
    margin: 0;
    width: 100%;
    max-width: 100%;
}

.blog-header h1 {
    text-align: center;
    color: #fff;
}
.post-top-banner{
    background:#05A2CD;
    padding-top: 80px;
    padding-bottom: 80px;
    margin-bottom:50px;
}

.blog-top-banner h1, .post-top-banner h1
{
    color:#fff;
    text-align:left;
}

.home_blog_content {
    padding-bottom: 6%;
    border-bottom: 1px solid #8f632b;
    margin-bottom: 10%;
}

.home_blog_content:hover {
    border-color: #cc9d8b;
}

.home_blog_content a {
    color: #1b3a5f;
    font-size: 30px;
    font-weight: 400;
}
.home_blog_content a:hover {
    color: #1f96c8;
    text-decoration: none;
}

.blogListFooter span.listAuthor {
    color: #999;
    font-size: 16px;
}

.zoom {
    border: 10px solid #F26322;
/*     padding: 15px; */
    box-shadow: 0px 3px 10px #8f632b69;
    background: #F26321;
}

.zoom .embed-container {
    padding-bottom: 61%;
}

.blog-img {
    background: #f6f6f6;
    position: relative;
    overflow: hidden;
}

.blog-img:hover img {
    transform: scale(1.1);
    transition: all .3s ease;
}

.more_link a {
    color: #1b3a5f;
    font-size: 16px;
    font-weight: 600;
    transition: all ease 500ms;
}
.more_link a:hover {
    transition: all ease 500ms;
    letter-spacing: 3px;
}
.blogSideBar .widget_search button[type="submit"]{
    padding: 8px 15px;
  font-size: 20px;
}

h4.widget-title {
    font-size: 23px;
    color: #fff;
    background: #F26322;
    padding: 10px 12px;
    border-left: 10px solid #000;
    margin-top: 40px;
}

.blogSideBar .widget_search button[type="submit"]:hover{
    color: rgba(255, 255, 255, .7) !important;
}

.date-blog {
    position: absolute;
    left: 0;
    top: 0px;
    z-index: 1;
    width: 45px;
    background: #1b3a5f;
    color: #fff;
    padding: 10px 13px;
    text-align: center;
    font-size: 12px;
}
span.month {
    margin-left: -3px;
}
hr.blog-hr {
    margin: 7px 0 !important;
}
span.max-date {
        font-size: 13px;
/*     margin-left: -4px; */
}
span.year {
        margin-left: 0;
    font-size: 10px;
    text-align: center;
}
.blogSideBar .widget_search button[type="submit"]{
    background: #767677 !important;
}
.blogContent h2.blog-title{
    color: #767677 !important;
}
nav.navigation.posts-navigation {
    float: left;
    margin-top: 50px;
    width: 100%;
}

/*

Pagination CSS

*/
.pagination li a,
.pagination li a:hover,
.pagination li.active a,
.pagination li.disabled {
    color: #fff;
    text-decoration:none;
}
.pagination li {
    display: inline;
}
/* .pagination li a, .pagination li a:hover,  */
.pagination li.active a, .pagination li.disabled {
    background-color: #03045e;
    border-radius: 3px;
    cursor: pointer;
    padding: 12px;
    padding: 0.75rem;
    display: block;
}
.pagination li a:hover, .pagination li.active a {
        background-color: #1f96c8;
}
.pagination ul {display: flex;margin: 15px auto;font-family: 'Barlow';}

.pagination ul li {
    margin: 3px;
}
.navigation.pagination {
    margin-bottom: 35px;
    margin-top: 30px;
    width: 100%;
    justify-content: center;
}
.navigation.pagination ul li a {
    font-size: 18px;
    font-family: 'Poppins';
    padding: 14px;
    border-radius: 50px;
}
.single-post main#primary a {
       color: #1f96c8;
}

.single-post main#primary a:hover {
    text-decoration: none !important;
}

header.zoom-instagram-widget__header {
    display: none !important;
}
body.single-post main#primary h2 {
    margin-bottom: 20px;
}
section.no-results.not-found {
    margin-bottom: 80px;
}

a.search-readmore {
    font-weight: 600;
    font-size: 18px;
    color: #fff;
}

a.search-readmore:hover {
    text-decoration: underline !important;
    color: #000;
}
.entry-summary h2 {
    color: #fff;
}
.entry-summary {
    line-height: normal;
    font-size: 16px;
    float: left;
    background: #1b3a5f;
    padding: 35px;
    border-radius: 25px;
    box-shadow: 0px 1px 7px 0px #dfdfdf73;
    width: 100%;
}
.entry-summary p {
    color: #fff;
 }


/* NEW CSS FOR SEARCH PAGE 2-1-2026  */

body.page-id-search-results section.blog {
    margin: 80px 0;
}

body.search-results section.blog {
    margin-top: 80px;
}

body.search-results section.blog h1.page-title {
    text-align: center;
}

body.search-results section.blog .blogBox.style2 {
background-color: #e8e8e8;
    padding: 40px;
    border-radius: 10px;
    margin-bottom: 20px;
    width: 100%;
    max-width: 75%;
    margin: 0 auto;
    margin-bottom: 30px;
}

body.search-results .site-main {
    margin-bottom: 110px;
/*     float: left; */
    width: 100%;
}
section.error-404.not-found {
    text-align: center;
}

section.error-404.not-found h1 {
    font-size: 50px;
    font-weight: 800;
}

section.error-404.not-found p {
    font-size: 18px;
}

section.error-404.not-found {
    padding-top:50px;
    margin-bottom: 90px;
}
.search-bar input {
    padding: 15px 50px;
    line-height: normal;
    font-size: 20px;
}

.search-bar input.search-field {
    padding-left: 20px;
}

.search-bar {
    margin: 50px 0px;
}

input.search-submit {
    background: #2b65b0;
    border-color: #2b65b0;
    cursor: pointer;
}
.search-bar input {
    padding: 15px 50px;
    line-height: normal;
    font-size: 20px;
}

.search-bar input.search-field {
    padding-left: 20px;
}
.row.isotope_cont {
    margin: 65px 0;
}
.search-bar {
    margin: 50px 0px;
}

input.search-submit {
    background: #03045e;
    border-color: #2b65b0;
    cursor: pointer;
}
.search-page-btn a {
    background: #1b3a5f;
    display: inline-block;
    padding: 25px 45px;
    color: #fff !important;
    transition: all ease 300ms;
    font-size: 22px;
    letter-spacing: -1px;
    border-radius: 30px;
}

.search-page-btn a:hover {
    opacity:0.7;
}
body.search.search-results h1.entry-title span {
    font-weight: 400;
    font-size: 48.1px;
    line-height: 17.64px;
/*     text-transform: uppercase; */
    background-color: transparent;
    margin: 0 auto;
	display:inline-block;
	width:0px ;
	padding:0;
}
h1.entry-title span {
    font-weight: 600;
    font-size: 60px;
    line-height: 17px;
/*     display: block; */
/*     text-transform: uppercase; */
/*     background-color: #C6303E;
    width: 31%;
    margin: 0 auto; */
    padding: 7px 15px;
}
.wpb_gmaps_widget.wpb_content_element {
    margin-bottom: 0;
}
.galler-secs{
    padding-top:70px;
    padding-bottom:70px;
}
.teams-img {
    padding-top: 50px;
}
.tribe-common h1, .tribe-common h2, .tribe-common h3 {
    font-family: 'Marcellus';
}
.home .top-banner{
    display:none;
}
#gform_wrapper_3 .gform_body .gform_fields {
    row-gap: 20px;
}
ul#primary-menu li.menu-item-has-children:hover {
    background-color: #E9E2D0 !important;
    color: #C6303E;
}
.drop_menu>li >ul.sub-menu li a:hover {
    color: #C6303E;
}
select#input_2_7 option  , select#input_2_7 option.gf_placeholder {
    color: #000;
}

select#input_3_7 option {
    color: #000;
}
.testimonial-thumbnail {
    display: none;
}
h3.vp-portfolio__item-popup-title {
    display: none;
}
.drop_menu>li ul.sub-menu li a::after {
/*     border-top: 1px solid #8B8B8B;
    content: "";
    display: inline-block;
    width: 167px;
    /* position: relative; */
/*     bottom: unset;
    left: 21px; */ 
}
ul#primary-menu li.menu-item-has-children {
    color: #fff !important;
}

#rmp-menu-wrap-38 .submenu-open > .rmp-submenu {
  display: block;
}

.postid-262 table.blog-table {
    width: 100%;
    border: solid 1px;
      margin-top: 15px !important;
    margin-bottom: 20px !important;
}
.postid-262 td {
    border: solid 1px;
    padding: 10px;
}
.top-banner{
    /* text-align: center;
    color: #fff; */
    /* background-repeat: no-repeat;
    background-size: cover; */
    /* padding: 94px 0px;
    padding-bottom: 70px; */
}
.top-banner h1.entry-title span {
    font-weight: 400;
    font-size: 18.1px;
    line-height: 17.64px;
    display: block;
    text-transform: uppercase;
    background-color: #C6303E;
    width: 25%;
    margin: 0 auto;
    padding: 7px 15px;
}
.top-banner h1.entry-title {
    /* max-width: 71%;
    margin: 0 auto; */
}
.top-banner h1.entry-title {
    color: #fff;
    font-size: 80px;
    font-weight: 400;
    line-height: 90px;
}
.blog .top-banner h1{
	font-weight:600;
}
.top-banner h1 {
    color: #fff;
  /*   font-size: 50px;
    font-weight: 400;
    line-height: normal; */
}
ul#menu-my_account {
    padding: 0;
}
.footer-5 {
padding-top: 30px;
}
h2.sec-heading {
    text-transform: uppercase;
        font-weight: 600 !important;
            padding-bottom: 30px;
}
.post-cats span.cat-item a {
    font-family: Rubik;
    font-weight: 500;
    font-size: 22.74px;
    line-height: 26px;
    color: rgba(242, 99, 34, 1);
    text-transform: capitalize;
    text-decoration: none;
}
.blog-title h3{
    margin-bottom:0;
}
.post-cats {
    padding-top: 10px;
}
.post-cats span.cat-item a:hover {
    color: #000;
}
h3.sub-heading{
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-bottom: 0;
}
section.copyright .footer_social .fab, section.copyright .footer_social .fa-brands {
    background: #F26322;
}
section.copyright  .footer_social span {
    color: #000;
    font-weight: 500;
    font-size: 20px;
    line-height: 29px;
    text-transform: uppercase;
    padding-right: 15px;
}
.faq-sec .faq-item.faq-icon.vc_toggle_active {
    box-shadow: 0px 3.02px 33.18px 0px rgba(0, 0, 0, 0.08);
    background-color: #fff;
    border-radius: 20px;
    padding: 20px;
}
.faq-sec  .faq-innerrow {
    max-width: 970px;
    margin: 0 auto;
}
.faq-sec  .vc_do_toggle.vc_toggle.vc_toggle_arrow.vc_toggle_color_default.vc_toggle_size_lg.faq-item.faq-icon{
    padding: 20px;
    margin-bottom: 10px;
}

.aderlines-p {
    margin-bottom: 0 !important;
    text-transform: uppercase;
    font-size: 20px;
    letter-spacing: 10px;
    font-family: 'Oswald';
}
.become-innercol.wpb_column {
     padding-left: 20px;
    padding-right: 10px;
     padding-top: 0;
     padding-bottom: 0;
}
h3.adjust-p {
    margin-bottom: 0;
    text-transform: uppercase;
}
h3.hydralic{
    text-transform: uppercase;
}
.inside-p ul li {
    font-size: 17px;
    line-height: 26px;
        font-family: Rubik;
}
.readmore-btn{
margin-bottom: 0 !important;
}
.view-morebtn a {
    background-color: #F26322;
    text-decoration: none;
    padding: 19px 43px;
    text-align: left;
    font-family: Rubik;
    font-weight: 400;
    font-size: 16.77px;
    line-height: 32px;
    transition: background-color 0.3s ease, color 0.3s ease;
}
.driver-details h5 {
    font-family: Oswald;
    font-weight: 500;
    font-size: 49.57px;
    line-height: 53.05px;
    text-transform: uppercase;
}
.driver-details p {
    font-family: Rubik;
    font-weight: 400;
    font-size: 22.74px;
    line-height: 34.98px;
}
img.aroowimg {
    margin-left: 6px;
}
img.contact-btn{
    padding-left: 20px;
}
.inside-p p{
    font-family: Rubik;
    font-weight: 300;
    line-height: 27px;   
    color:#000; 
	width: 100%;
    max-width: 85%;
    
}
 .inside-p ul{
    list-style-type: none;
        padding: 0;
 }
 .inside-p ul li:before {
    content: "\f00c";          /* FontAwesome Tick Icon */
    margin: 0 10px 0 0;
    display: inline-block;
    font-family: FontAwesome;
    float: left;
    color: #F26322;            /* Orange tick color */
    font-weight: normal;
}
.appointment-btn a:hover {
    background-color: #000;
    color: #fff;
}
/* .appointment-btn a img:hover {
    filter: brightness(0.5);
} */
/* Arrow reacts when button is hovered */
.appointment-btn a:hover img {
    filter: drop-shadow(2px 4px 6px black);
    transform: translateX(4px); /* optional nice motion */
}
.appointment-btn a img {
    transition: filter 0.3s ease, transform 0.3s ease;
}
.view-morebtn p a img{
    margin-right: 20px;
    position: relative;
    left: 11px;
    transition: filter 0.3s ease, transform 0.3s ease;
}
/* Arrow reacts when button is hovered */
.view-morebtn a:hover img {
    filter: brightness(0.2);
    transform: translateX(5px);
}
.view-morebtn a:hover{
    background-color: #fff;
    color: #000;
}
.view-morebtn p a img:hover {
    filter: brightness(0.5);
}
.become-innercol .vc_column-inner{
    padding-top: 5px !important;
}
.newsletter-sec {
    padding-top: 180px;
    padding-bottom: 180px;
}
body #gform_wrapper_1 .gform_heading .gform_description {
    font-family: "Rubik", sans-serif !important;
    font-weight: 300 !important;
    font-size: 25.14px;
    line-height: 33.2px;
    max-width: 495px;
    margin-left: 0;
}

body #gform_wrapper_1 .gform_heading .gform_title {
    font-family: "Oswald", sans-serif !important;
    font-weight: 400;
    font-size: 80px;
    line-height: 91.17px;
    text-transform: uppercase;
    max-width: 390px;
    margin-left: 0;
}
h2.newsletter-heading {
    font-weight: 400;
    font-size: 25.14px;
    line-height: 33.2px;
    text-transform: uppercase;
}
div#field_1_1 {
    width: 495px;
}
.driven-sec .become-cols {
    background-color: #111;
}
.driven-sec .inside-p p , .driven-sec .inside-p ul li{
    color:#fff;
}
.driven-sec .become-innercol.wpb_column{
    padding-left: 20px;
    padding-right: 10px;
     padding-top: unset; 
    padding-bottom: unset;    
}
p.nop {
    margin-bottom: 2px;
}

.gearheads-section {
    display: flex;
    /* align-items: center; */
    /* gap: 20px; */
    padding: 10px;
    background: #000000;
    margin-bottom: 30px !important;
    max-width: 820px;
    /* margin: 0 auto; */
    border-radius: 10px;
    box-shadow: 1px 1px 6px 2px #f26322;
}

/* .gearheads-section {
    display: flex;
align-items: center;
    gap: 20px;
    padding: 10px;
    background: #000000;
    margin-bottom: 30px !important;
        max-width: 630px;
    margin: 0 auto;
} */
.gearheads-image{
/*    float: left;*/
    align-items: center;
    align-content: center;
}
.gearheads-image {
    position: relative;
    padding-right: 40px;
}
.gearheads-image img {
      max-width: 190px;
    /*height: auto;*/
    /*object-fit: contain;*/
}
.gearheads-text {
    color: #fff;
        padding: 10px;
}
.gearheads-subtitle {
    display: block;
    font-size: 18px;
    color: #fff;
    margin-bottom: 5px;
    font-weight: 500;
}
.gearheads-title {
    margin: 0;
    font-size: 30px;
    font-weight: bold;
    color: #F26322; /* neon orange */
}

.gearheads-description {
/*     font-size: 16px; */
    line-height: 1.5;
    color: #fff;
}
.gear-sec {
    padding-top: 20px;
}




.driven-sec .become-innercol .vc_column-inner .wpb_wrapper{
        padding-top: 20px;
    padding-bottom: 20px;
}

.moter-secs .motor-text{
	margin-bottom:0 !important;
}
.main-header .row {
    display: flex;
    align-items: center;
}
.appointment-btn {
    width: 100%;
}
.top-textleft {
    display: flex;
    align-items: center;
    justify-content: end;
    margin-top: 20px;
}
.main-header .row {
    display: flex;
    align-items: center;
}
.home .logo {
    width: auto;
    position: absolute;
    top: -90px;
    z-index: 2;
    max-width: max-content;
}
 .logo {
    max-width: 250px;
    position: absolute;
    top: -90px;
    z-index: 2;
}
.gearheads-image::after {
    content: "";
    position: absolute;
    top: 16px;
    right: 25px;
    height: 160px;
    width: 1px;
    background: #fff;
}
.become-innerow{
    margin-left: auto !important;
/*     padding-right: 39px;	 */
}



    .event-container {
	    /* margin: 0 auto;
            background-color: var(--bg-color);
            padding: 40px;
            color: var(--text-white);
            position: relative;
            background-image: linear-gradient(45deg, #111 25%, transparent 25%), 
                              linear-gradient(-45deg, #111 25%, transparent 25%), 
                              linear-gradient(45deg, transparent 75%, #111 75%), 
                              linear-gradient(-45deg, transparent 75%, #111 75%);
            background-size: 100px 100px;
            background-position: 0 0, 0 50px, 50px 50px, 50px 0; */
        }

        .top-label {
			  font-family: Oswald;
    		font-weight: 400;
			font-size: 25px;
			line-height: 100%;
			text-transform: uppercase;
			color: rgba(242, 99, 34, 1);
            letter-spacing: 4px;
            margin-bottom: 10px;
        }
       .event-container   h2 {
			font-weight: 600;
			font-size: 68px;
			line-height: 102px;
			color: #fff;
            font-family: 'Oswald', sans-serif;
		   text-transform: uppercase;
            margin: 0 0 20px 0;
            border-bottom: 1px solid #444;
            padding-bottom: 20px;
        }

       .event-container   .event-row {
            /* display: grid;
            grid-template-columns: 120px 1fr 160px;
            align-items: center;
            padding: 30px 0;
            border-bottom: 1px solid #333; */
        }

        .event-row:last-child {
            border-bottom: none;
        }

        .event-container  .date-box {
            display: flex;
            align-items: center;
            gap: 20px;
        }

      .event-container   .day {
		 	 font-weight: 500;
			font-size: 105px;
			line-height: 124px;
			text-transform: uppercase;
			color: #F26322;
            font-family: 'Oswald', sans-serif;
        }
        .event-details{
            max-width: 663px;
            margin: 0;
            margin-left: 150px;
        }
       .event-container   .month-year {
		    font-family: Rubik;
			font-weight: 400;
			font-size: 20px;
			line-height: normal;
			text-transform: capitalize;
		   color:#fff;
        }
		.event-details h3 {
            font-size: 40px;
            line-height: 70px;
            margin: 0 auto !important;
            /* padding-left: 0;
            margin-left: 50px; */
			font-weight: 500;
			text-transform: uppercase;
			color: #fff;
            font-family: 'Oswald', sans-serif;
            
        }

       .event-container .meta-info {
        justify-content: flex-start;
        color: #fff;
        font-family: Rubik;
        font-weight: 400;
        font-size: 17px;
        line-height: 27px;
        display: flex;
        gap: 20px;
        max-width: 652px;
        margin: 0 auto;
        }
        .meta-info span {
            display: flex;
            align-items: center;
            gap: 5px;
            color:#fff;
        }
        .event-container  .arrow {
            font-size: 18px;
            margin-left: 10px;
        }

.small-heading h3{
	font-weight:bold;
}
body{
	font-size:18px;
}




.ms-marquee {
  width: 100%;
/*   overflow: hidden; */
  white-space: nowrap;
  padding: 0;
}

.ms-track {
    padding-top: 0px;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 40px; 
    animation: marqueeMove 24s linear infinite;
}

.ms-track h3 {
  margin: 0;
  padding: 0;
	font-size: 136px;
  text-transform: uppercase;
  font-weight: 900;
  font-family: "Oswald", sans-serif;
  letter-spacing: 2px;
  /* background: linear-gradient(#F26322); */
  background: linear-gradient(90deg, #f7966b, #fcb87b); /* adjust colors to match image */
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text; /* for other browsers */
  color: transparent;
}
.ms-track p {
     margin-bottom: 0px;
    padding-top: 25px;
    gap: 25px; 
}
.ms-wheel {
/* 	display: inline-block; */
   width: 160px;
  height: 160px; 
  animation: wheelRotate 4s linear infinite;
   object-fit: contain; 
}

/*** Moving text ***/
@keyframes marqueeMove {
  0% { transform: translateX(100%); }
  100% { transform: translateX(-100%); }
}

/*** Wheel rotation ***/
@keyframes wheelRotate {
  from { transform: rotate(0deg); }
  to { transform: rotate(360deg); }
}



input#gform_submit_button_1:hover {
    color: transparent !important;
}

.event-container { 
    margin: 0 auto;
    background-color: #0b0b0b;
    padding: 40px;
    color: #fff;
    position: relative;
    background-image:
        linear-gradient(45deg, #111 25%, transparent 25%),
        linear-gradient(-45deg, #111 25%, transparent 25%),
        linear-gradient(45deg, transparent 75%, #111 75%),
        linear-gradient(-45deg, transparent 75%, #111 75%);
    background-size: 100px 100px;
}

.top-label {
    font-family: Oswald;
    font-size: 25px;
    text-transform: uppercase;
    color: #F26322;
    letter-spacing: 4px;
    margin-bottom: 10px;
}

.event-container h2 {
    font-family: Oswald;
    font-size: 68px;
    text-transform: uppercase;
    border-bottom: 1px solid #444;
    padding-bottom: 20px;
    margin-bottom: 30px;
}

.event-row {
    display: grid;
    grid-template-columns: 140px 1fr 180px;
    align-items: center;
    padding: 30px 0;
    border-bottom: 1px solid #333;
}

.date-box {
    display: flex;
    align-items: center;
    gap: 15px;
}

.day {
    font-size: 105px;
    font-family: Oswald;
    color: #F26322;
}

.month-year {
    font-family: Rubik;
    font-size: 20px;
}
.meta-info {
    display: flex;
    gap: 20px;
    font-family: Rubik;
    font-size: 17px;
    margin-top: 5px;
}
.buy-btn {
    transition: background-color 0.3s ease, color 0.3s ease;
    background: #F26322;
    color: #fff;
    padding: 12px 25px;
    text-decoration: none;
    text-transform: uppercase;
    font-weight: 600;
    display: flex;
    align-items: center;
    justify-content: space-between;
    transition: 0.2s;
}
.buy-btn .arrow {
    display: inline-block;
    transition: transform 0.3s ease, opacity 0.3s ease;
}
.buy-btn:hover .arrow {
    transform: translateX(6px);
    opacity: 0.7;
}
.buy-btn:hover {
    background-color: #fff;   /* adjust if needed */
    color: #000;
    /* background: #ff6b3d;
    transform: scale(1.05);
    color: #fff; */
    text-decoration: none;
}
.arrow {
    margin-left: 10px;
}

.driver-img  {
    position: relative;
    overflow: hidden;
}
.driver-img img {
    transition: transform 0.5s ease, filter 0.5s ease;
}
.driver-img:hover img {
    transform: scale(1.08);
    filter: drop-shadow(0 20px 40px rgba(255, 140, 0, 0.45));
}

.blog-image a:hover img {
    transform: translateY(-10px) rotate(-3deg) scale(1.05);
}
.blog-image a img{
    transition: transform 0.4s 
ease;
}
.event-details h3 a:hover {
    color: #F26322;
    text-decoration: none;
}
.fork-sec .view-morebtn a:hover{
    background-color:#000;
    color:#fff;
}
.fork-sec  .view-morebtn a:hover img {
    filter: drop-shadow(2px 4px 6px black);
    transform: translateX(5px);
}
/* .is-menu path.search-icon-path {
    fill: #000;
} */
.main_menu_bar .main_menu_cont > ul a svg:hover {
    filter: blur(1px);
}
h4.blog-title a:hover{
    color:#F26322;
}
.tentry-header.mg-bt-70{
    background-color: #000; 
    text-align: center;
    padding: 80px;
    background-attachment: fixed;
    /* background-image: url(/wp-content/uploads/2025/12/headerr-bg.jpg);
    background-size: cover;
    background-position: center; */
}

.boa-box{
    background-color: #EBEBEB !important;
    border-radius: 15px;
}
.choose-secs{
    padding-top:50px;
    padding-bottom:50px;
}
.is-popup-search-form form {
    width: 80%;
    margin: 20% auto 0;
    justify-content: center;
    display: flex;
}






.is-menu path.search-icon-path {
    fill: #000;
}
/* Ivory Search popup input height */
.is-form-style.is-form-style-popup input.is-search-input {
    height: 60px;          /* increase height */
    padding: 0 20px;
    font-size: 18px;
    border-radius: 6px;
}
/* Ivory Search popup button */
.is-form-style.is-form-style-popup button.is-search-submit {
    height: 60px;          /* match input height */
    width: 70px;           /* increase button width */
    font-size: 18px;
    border-radius: 6px;
}
.is-form-style.is-form-style-popup button.is-search-submit svg,
.is-form-style.is-form-style-popup button.is-search-submit i {
    width: 22px;
    height: 22px;
}
.is-form-style.is-form-style-popup {
    max-width: 600px;
}
#is-search-input-0 {
    height: 60px;
    max-width: 500px;
}
.is-form-style.is-form-style-3 label{
    max-width: 500px;
}
.is-search-icon svg {
/*     width: 30px;
    padding-top: 10px; */
}

.is-search-icon{
/*     height: 60px;
    width: 60px; */
}




/* Tabs Wrapper */
.owc-portfolio-tabs {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 18px;
    list-style: none;
    padding: 20px 0;
    margin: 0 0 50px;
    flex-wrap: wrap;
}

/* Tab Button */
.owc-portfolio-tabs li {
    cursor: pointer;
    padding: 12px 26px;
    border-radius: 40px;
    font-family: "Oswald", sans-serif;
    font-size: 18px;
    font-weight: 500;
    letter-spacing: 0.6px;
    color: #111;
    background: #f5f5f5;
    border: 1px solid #e5e5e5;
    transition: all 0.35s ease;
    position: relative;
    overflow: hidden;
}

/* Hover Effect */
.owc-portfolio-tabs li:hover {
    background: #111;
    color: #fff;
    border-color: #111;
    transform: translateY(-2px);
}

/* Active Button */
.owc-portfolio-tabs li.active {
    background: linear-gradient(135deg, #f26322, #ff8a3d);
    color: #fff;
    border-color: transparent;
    box-shadow: 0 10px 25px rgba(242, 99, 34, 0.35);
}

/* Active Shine Effect */
.owc-portfolio-tabs li.active::after {
    content: "";
    position: absolute;
    top: 0;
    left: -100%;
    width: 50%;
    height: 100%;
    background: linear-gradient(
        120deg,
        transparent,
        rgba(255,255,255,0.4),
        transparent
    );
    animation: tabShine 2.2s infinite;
}

@keyframes tabShine {
    0% { left: -100%; }
    100% { left: 200%; }
}

/* Mobile Optimization */
@media (max-width: 768px) {
    .owc-portfolio-tabs li {
        padding: 10px 20px;
        font-size: 15px;
    }
}





/* Grid */
.owc-portfolio-grid {
    display: flex;
    flex-wrap: wrap;
}
.owc-portfolio-item {
    width: 33.33%;
    padding: 15px;
}

/* Image + Hover */
.owc-img-wrap {
    position: relative;
    overflow: hidden;
    border-radius: 12px;
    box-shadow: 2px 2px 7px #0000005e;
}
.owc-img-wrap img {
    width: 100%;
    transition: transform 0.6s ease, box-shadow 0.4s ease;
    box-shadow: 0 10px 20px rgba(0,0,0,0.25); /* Drop shadow added */
}
.owc-overlay {
    position: absolute;
    inset: 0;
    background: rgba(0,0,0,0.6);
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    opacity: 0;
    transition: all 0.4s ease;
    color: #fff;
}
.owc-icon {
    font-size: 40px;
    margin-bottom: 10px;
}
.owc-img-wrap:hover img {
    transform: scale(1.12);
    box-shadow: 0 15px 30px rgba(0,0,0,0.35); /* Slightly bigger shadow on hover */
}
.owc-img-wrap:hover .owc-overlay {
    opacity: 1;
}








/* Responsive */
@media (max-width: 1024px) {
    .owc-portfolio-item { width: 50%; }
}
@media (max-width: 600px) {
    .owc-portfolio-item { width: 100%; }
}

.home .tentry-header{
    display:none;
}

.owc-img-wrap:hover .owc-overlay h4 {
    opacity: 0;
    transition: opacity 0.4s ease;
}
.events-bocks p {
    text-align: center;
    font-size: 40px;
    color: #fff;
    text-transform: capitalize;
}


h2,h3,h4,h5 {
    font-weight: 600 !important;
}
.footer-3 {
    padding-top: 50px;
}
.owc-overlay h4{
	display:none;
}
span.cat-links {
    display: none;
}

.become-sec.fork-sec {
    padding-top: 40px !important;
}