/*---------------------------------------------------------------------------------

 Theme Name:   Gearhead Mechanic Child Theme
 Theme URI:    https://gearhead.divifoxx.com/
 Description:  Introducing the Divifoxx Gearhead Mechanic Child Theme – where functionality meets style for your Divi-powered website. Crafted by Mayank, this meticulously designed theme is your ultimate solution for a seamless and professional online presence tailored specifically for automotive services.
 Author:       Mayank Singh Yadav
 Author URI:   https://divifoxx.com/
 Template:     Divi
 Version:      1.0.0
 License:      GNU General Public License v2 or later
 License URI:  http://www.gnu.org/licenses/gpl-2.0.html
 Tags: automotive, mechanic, Divi child theme, car repair, vehicle services, Divifoxx
 Text Domain: gearhead-mechanic-child-theme


------------------------------ ADDITIONAL CSS HERE ------------------------------*/

/*---- GENERAL CSS ---------*/

h1 {
	font-size: 55px;
    font-weight: var(--custom-heading-font-weight);
    font-family: var(--custom-heading-font);
    color: #000;
}

h2 {
    font-size: 50px !important;
    font-weight: 800 !important;
    font-family: var(--custom-heading-font) !important;
    color: var(--accent-color);
    letter-spacing: 0px;
    text-align: left;
    line-height: 50px;
}

h3 {
	font-size: 32px !important;
    font-family: var(--custom-heading-font) !important;
    color: var(--accent-color);
    font-weight: 500;
}

h4 {
    font-size: 24px;
    font-weight: var(--custom-heading-font-weight) !important;
    font-family: var(--custom-heading-font);
    color: var(--main-color);
}

h5 {
	font-size: 20px;
    color: #fff;
    text-transform: uppercase;
    font-weight: var(--custom-heading-font-weight);
    font-family: var(--custom-heading-font);
}

p {
    font-size: 16px !important;
    font-family: var(--custom-body-font);
    text-align: left;
    line-height: 1.9rem !important;
    color: #000 !important;
}

.et_pb_module.et_pb_text_align_left {
    text-align: left;
    font-family: var(--custom-body-font);
}

.center p {
    text-align: center;
}

.light-text p {
    color: #fff !important;
    font-size: 16px !important;
}


/*------ Media Queries ------*/
@media screen and (max-width: 470px) {
    h1 {
        font-size: 46px;
    }

    h2 {
        font-size: 30px;
        line-height: 1;
    }

    h3 {
        font-size: 28px;
    }

    h4 {
        font-size: 20px;
    }

    .gearhead-bullet-blurb h4 {
        font-size: 16px !important;
        line-height: 1.1;
        margin-top: -2px !important;
    }

    /* Present in Home 1 + Home 2 */
    .gearhead-gearhead-page-center-title h3:before,
    .gearhead-gearhead-page-center-title h3:after {
        content: '';
        width: 0 !important;
        height: 1px;
        background: var(--accent-color);
        position: absolute;
        top: 10px;
    }

    .gearhead-gearhead-page-center-title h3:before {
        left: -5px;
    }

    .gearhead-gearhead-page-center-title h3:after {
        right: -5px;
    }

    .header-link {
        font-size: 16px !important;
    }
}

/* Styles for medium screens */
@media screen and (min-width: 470px) and (max-width: 768px) {
    h1 {
        font-size: 60px;
    }

    h2 {
        font-size: 44px;
    }

    h3 {
        font-size: 28px;
    }
}




/*Button*/
.gearhead-light-bg-button.et_pb_button {
    background-color: var(--main-color) !important;
    padding: 10px 50px 10px 30px !important;
    color: #fff !important;
    border: none;
    border-radius: 5px !important;
    transition: 1000ms;
    box-shadow: 0px 9px 18px -9px rgba(0, 0, 0, 0.3);
    text-transform: none !important;
    font-weight: 600 !important;
    font-size: 16px !important;
}

.gearhead-light-bg-button.et_pb_button:hover {
    background-color: var(--accent-color) !important;
    padding: 10px 50px 10px 30px !important;
    color: #fff !important;
    border: none;
    border-radius: 5px !important;
    transition: 1000ms;
    transform: translatey(-7px);
    box-shadow: 0px 12px 18px -9px rgba(0, 0, 0, 0.6);
    font-size: 16px !important;
}

/* Button with no hover color*/
.gearhead-light-bg-button-no-hover.et_pb_button {
    background-color: var(--main-color) !important;
    padding: 10px 40px 10px 30px !important;
    color: #fff !important;
    border: none;
    border-radius: 5px !important;
    transition: 1000ms;
    box-shadow: 0px 9px 18px -9px rgba(0, 0, 0, 0.3);
    text-transform: none !important;
    font-weight: 600 !important;
    font-size: 16px !important;
}

.gearhead-light-bg-button-no-hover.et_pb_button:hover {
    border: none;
    border-radius: 5px !important;
    transition: 1000ms;
    transform: translatey(-7px);
    box-shadow: 0px 12px 18px -9px rgba(0, 0, 0, 0.6);
    font-size: 16px !important;
}

.btn-full-width {
    width: 100%;

}

.main-color-background {
    background-color: var(--main-color);
}

.secondary-colour-background {
    background-color: var(--accent-color);
}

/* Services Buttons */
a.geahead-services-button{
	background-color: var(--accent-color) !important;
	padding: 10px 20px !important; 
	color: #fff !important; 
	border: none; 
	border-radius: 5px !important; 
	transition: 1000ms; 
	box-shadow: 0px 9px 18px -9px rgba(0, 0, 0, 0.3); 
	text-transform: none !important; 
	font-weight: 600 !important; 
	font-size: 16px;
}

.geahead-services-button-light{
	background-color: var(--main-color) !important;
	padding: 10px 20px !important; 
	color: #fff !important; 
	border: none; 
	border-radius: 5px !important; 
	transition: 1000ms; 
	box-shadow: 0px 9px 18px -9px rgba(0, 0, 0, 0.3); 
	text-transform: none !important; 
	font-weight: 600 !important; 
	font-size: 16px;
}


/*------------- Header ------------*/

.sub-menu li {
    padding-left: 0px !important;
    padding-right: 0px !important;
    width: 100%;
}

.et-menu li li a {
    width: 100% !important;
}

.et_pb_menu_0_tb_header.et_pb_menu .nav li ul {
    background-color: #fff !important;
    border-color: var(--main-color);
    margin-top: 0px;

}

.et_pb_menu ul li a {
    font-size: 16px;
    color: #FFFFFF!important;
    line-height: 1.2em;
    font-family: var(--custom-body-font);
}

/* Hover effect on sub items */
.nav li li:hover {
    background-color: var(--main-color) !important;
    border-radius: 5px;
    color: #fff;
}

.et_pb_menu_0_tb_header.et_pb_menu .nav li ul {
    border-radius: 5px;
    padding: 0;
    border: 0 !important;
    box-shadow: 0px 2px 20px 0px rgba(0, 0, 0, 0.2)
        /*Add box shadow in the box of menu*/
}

.et_pb_menu.et_pb_text_align_right .menu-item {
    text-align: left;
}

.nav li li {
    padding: 7px 20px;
    margin: 0;
    border-bottom: 1px solid var(--main-color);
}

.nav li li:last-child {
    padding: 7px 20px;
    margin: 0;
    border-bottom: 0px;
}

.et_mobile_menu li a:hover,
.nav ul li a:hover {
    background-color: rgba(0, 0, 0, .0);
    opacity: 1;
}

.et_pb_menu_0_tb_header.et_pb_menu .nav li ul.sub-menu a {
    color: #012b66 !important;
    padding: 15px 15px 15px 20px;
}

.et_pb_menu .et_pb_menu__menu>nav>ul>li>ul {
    top: calc(100% - 1px);
    left: 0;
    width: 320px;
}

/*--- Icons ---*/
/*add icon to Divi submenu items*/

nav li li a:before {
    font-family: 'ETMODULES';
    content: '\e037';
    text-align: center;
    vertical-align: middle;
    margin-right: 10px;
    margin-left: -10px;
    color: transparent;
    font-size: 1em;
    transition: all .3s ease;
}

/*change color and position of submenu icon on hover*/

nav li ul li a:hover:before {
    margin-left: 5px;
    color: #fff !important;
    transition: all .5s ease;
}

/*--------------- Footer --------------*/
/*-- Home 2 --*/

/*-- This design is presnt in home 2 header and in hero section also */
.gearhead-social-media-blurb h4 {
    margin-bottom: -10px;
}

.gearhead-social-media-blurb p {
    color: #fff !important;
}

.gearhead-social-media-blurb .et-pb-icon {
    color: var(--main-color) !important;
    font-size: 30px !important;
    padding: 10px !important;
    border-radius: 5px;
    font-size: 20px !important;
    background: #fff !important;
}

@media (min-width: 767px) {

    /*set the width of the input fields minus the width of the button*/
    .et_pb_newsletter_fields .et_pb_newsletter_field {
        flex-basis: calc(100% - 225px) !important;
    }

    /*set the width of the button*/
    .et_pb_newsletter_fields .et_pb_newsletter_button_wrap {
        flex-basis: 210px !important;
    }
}

/*---------- Dropdown Mneu --------------*/
/*change hamburger icon to x when mobile menu is open*/

#et_mobile_nav_menu .mobile_nav.opened .mobile_menu_bar::before,
.et_pb_module.et_pb_menu .et_mobile_nav_menu .mobile_nav.opened .mobile_menu_bar::before {
	content: '\4d';
}


/*adjust the new toggle element which is added via jQuery*/

ul.et_mobile_menu li.menu-item-has-children .mobile-toggle,
ul.et_mobile_menu li.page_item_has_children .mobile-toggle,
.et-db #et-boc .et-l ul.et_mobile_menu li.menu-item-has-children .mobile-toggle,
.et-db #et-boc .et-l ul.et_mobile_menu li.page_item_has_children .mobile-toggle {
	width: 44px;
	height: 100%;
	padding: 0px !important;
	max-height: 44px;
	border: none;
	position: absolute;
	right: 0px;
	top: 0px;
	z-index: 999;
	background-color: transparent;
}


/*some code to keep everyting positioned properly*/

ul.et_mobile_menu>li.menu-item-has-children,
ul.et_mobile_menu>li.page_item_has_children,
ul.et_mobile_menu>li.menu-item-has-children .sub-menu li.menu-item-has-children,
.et-db #et-boc .et-l ul.et_mobile_menu>li.menu-item-has-children,
.et-db #et-boc .et-l ul.et_mobile_menu>li.page_item_has_children,
.et-db #et-boc .et-l ul.et_mobile_menu>li.menu-item-has-children .sub-menu li.menu-item-has-children {
	position: relative;
}


/*remove default background color from menu items that have children*/

.et_mobile_menu .menu-item-has-children>a,
.et-db #et-boc .et-l .et_mobile_menu .menu-item-has-children>a {
	background-color: transparent;
}


/*hide the submenu by default*/

ul.et_mobile_menu .menu-item-has-children .sub-menu,
#main-header ul.et_mobile_menu .menu-item-has-children .sub-menu,
.et-db #et-boc .et-l ul.et_mobile_menu .menu-item-has-children .sub-menu,
.et-db #main-header ul.et_mobile_menu .menu-item-has-children .sub-menu {
	display: none !important;
	visibility: hidden !important;
}


/*show the submenu when toggled open*/

ul.et_mobile_menu .menu-item-has-children .sub-menu.visible,
#main-header ul.et_mobile_menu .menu-item-has-children .sub-menu.visible,
.et-db #et-boc .et-l ul.et_mobile_menu .menu-item-has-children .sub-menu.visible,
.et-db #main-header ul.et_mobile_menu .menu-item-has-children .sub-menu.visible {
	display: block !important;
	visibility: visible !important;
}


/*adjust the toggle icon position and transparency*/

ul.et_mobile_menu li.menu-item-has-children .mobile-toggle,
.et-db #et-boc .et-l ul.et_mobile_menu li.menu-item-has-children .mobile-toggle {
	text-align: center;
	opacity: 1;
}


/*submenu toggle icon when closed*/

ul.et_mobile_menu li.menu-item-has-children .mobile-toggle::after,
.et-db #et-boc .et-l ul.et_mobile_menu li.menu-item-has-children .mobile-toggle::after {
	top: 10px;
	position: relative;
	font-family: "ETModules";
	content: '\33';
	color: var(--accent-color)!important;
	background: #f0f3f6;
	border-radius: 50%;
	padding: 3px;
}


/*submenu toggle icon when open*/

ul.et_mobile_menu li.menu-item-has-children.dt-open>.mobile-toggle::after,
.et-db #et-boc .et-l ul.et_mobile_menu li.menu-item-has-children.dt-open>.mobile-toggle::after {
	content: '\32';
}


/*add point on top of the menu submenu dropdown*/

.et_pb_menu_0.et_pb_menu .et_mobile_menu:after {
	position: absolute;
	right: 5%;
	margin-left: -20px;
	top: -14px;
	width: 0;
	height: 0;
	content: '';
	border-left: 20px solid transparent;
	border-right: 20px solid transparent;
	border-bottom: 20px solid #ffffff;
}


/*adjust the position of the hamburger menu*/

.mobile_menu_bar {
	position: relative;
	display: block;
	bottom: 10px;
	line-height: 0;
}


/*force the background color and add a rounded border*/

.et_pb_menu_0.et_pb_menu .et_mobile_menu,
.et_pb_menu_0.et_pb_menu .et_mobile_menu ul {
	background-color: #ffffff!important;
	border-radius: 10px;
}

/*-- Footer blog --*/
/*add icon to blog published date meta text*/

.gearhead-footer-blog .post-meta .published:before {
    content: "\e023";
    font-family: ETMODULES;
    color: var(--main-color);
    font-weight: bold;
    margin-right: 10px;
}

@media only screen and (min-width: 768px) and (max-width:1100px) {
    .gearhead-footer-blog .entry-title {
        padding-top: 0;
    }

    .gearhead-footer-blog .post-meta {
        display: none;
    }

    .gearhead-footer-blog .entry-title {
        font-size: 20px;
    }
}

@media only screen and (min-width: 768px) {
    .gearhead-footer-blog .entry-featured-image-url {
        float: left;
        width: 40%;
        margin-right: 1%;
    }

    .gearhead-footer-blog .entry-title {
        padding-top: 0px;
    }
}

.gearhead-footer-blog .et_pb_post {
    margin-bottom: 5px;
    word-wrap: break-word;
}

/*---------------- Home 3 -----------------*/
.gearhead-social-blurb-two {
    background: var(--main-color);
    padding: 10px 10px 10px 50px;
    border-radius: 30px;
    outline: 2px dashed #fff;
    outline-offset: -8px;
    width: 85%;
}

.gearhead-social-blurb-two .et-pb-icon {
    margin-top: 10px;
    color: #fff !important;
    font-size: 18px !important;
}

.gearhead-social-blurb-two h4 {
    color: #fff !important;
    margin-top: 6px !important;
    font-size: 20px !Important;
    font-weight: 300 !important;
    margin-left: -10px;
}

/*-------------- Home 1 ----------------*/

/*---------- HOME SLIDER -----------*/
.slider-blurb h4 {
    margin-top: 5px;
    font-size: 28px;
    color: var(--accent-color);
}

.et_pb_slide .et_pb_slide_description {
    max-width: 1080px !important;
    float: left;
    padding-left: 138px;
}

.gearhead-main-slider p {
	font-family: var(--custom-body-font)!important;
}


.gearhead-main-slider h5 {
    text-transform: capitalize;
    font-size: 24px !important;
    font-weight: 600 !important;
    color: #fff !important;
    text-shadow: none;
    text-align: left;
}

.gearhead-main-slider h2 {
    font-size: 70px !important;
    padding-bottom: 20px;
    font-weight: 800 !important;
    letter-spacing: 0px;
    color: #fff !important;
    line-height: 75px;
    text-align: left;
}

.gearhead-main-slider .et_pb_button {
    background-color: var(--main-color) !important;
    color: #fff !important;
    border: none;
    border-radius: 5px !important;
    transition: 1000ms;
    box-shadow: 0px 9px 18px -9px rgba(0, 0, 0, 0.3);
    text-transform: none !important;
    font-weight: 600 !important;
}

.gearhead-main-slider .et_pb_button:hover {
    background-color: var(--accent-color) !important;
    color: #fff !important;
    border: none;
    border-radius: 5px !important;
    transition: 1000ms;
    transform: translatey(-5px);
    box-shadow: 0px 12px 18px -9px rgba(0, 0, 0, 0.6);
}

.gearhead-main-slider .et-pb-controllers a {
    opacity: 1;
    color: var(--accent-color);
    display: grid !important;
    place-items: center;
    font-size: 28px !important;
    width: 50px !important;
    height: 78px;
    margin-bottom: 30px;
    font-weight: 700;
    position: relative;
    background: transparent;
    padding: 15px;
}

.gearhead-main-slider .et-pb-controllers {
    position: absolute;
    top: 36%;
    left: auto;
    right: 14%;
    width: auto;
    text-align: center;
    z-index: 10;
}

.gearhead-main-slider .et-pb-controllers a.et-pb-active-control {
    color: #fff;
    background-color: var(--main-color) !important;
}


.gearhead-main-slider .et-pb-controllers a {
    opacity: 1;
    color: var(--accent-color);
    text-indent: inherit;
    display: inline;
    font-size: 24px;
    width: 0;
    margin-right: 30px;
    font-weight: 700;
    position: relative;
    background: #dbdbdb;
}

.gearhead-main-slider .et-pb-controllers {
    position: absolute;
    top: 36%;
    left: auto;
    right: 14%;
    width: auto;
    text-align: center;
    z-index: 10;
}

.gearhead-main-slider .et-pb-controllers a.et-pb-active-control {
    color: #fff;
    background-color: var(--main-color);
}

.gearhead-main-slider .et-pb-controllers a.et-pb-active-control:after {
    width: 100%;
}

.gearhead-main-slider .et-pb-controllers a:after {
    content: "";
    position: absolute;
    width: 0;
    height: 5px;
    background: var(--accent-color) !important;
    border-radius: 0px 0px 5px 5px;
    bottom: 0;
    left: 0;
    -webkit-transition: all 0.8s;
    -ms-transition: all 0.8s;
    transition: all 0.8s;
    z-index: 0;
}


@media screen and (min-width: 400px) and (max-width: 768px) {
    .gearhead-main-slider h2 {
        font-size: 36px !important;
        line-height: 1 !important;
    }

    .gearhead-main-slider h5 {
        font-size: 18px !important;
    }

    .gearhead-main-slider .et-pb-controllers a {
        font-size: 16px !important;
        width: 35px !important;
        height: 58px;
        margin-bottom: 30px;
    }

    .gearhead-main-slider .et-pb-controllers {
        text-align: center;
        width: 0;
        display: inline;
    }

    .et_pb_slide .et_pb_slide_description {
        float: left;
        padding-left: 0px;
    }
}

@media screen and (max-width: 400px) {
    .gearhead-main-slider h2 {
        font-size: 36px !important;
        line-height: 1;
    }

    .gearhead-main-slider h5 {
        font-size: 18px !important;
    }

    .gearhead-main-slider .et-pb-controllers a {
        font-size: 16px !important;
        width: 35px !important;
        height: 58px;
        margin-bottom: 30px;
    }

    .gearhead-main-slider .et-pb-controllers {
        text-align: center;
        width: 0;
        display: inline;
    }

    .et_pb_slide .et_pb_slide_description {
        float: left;
        padding-left: 0px !important;
    }
}

@media screen and (min-width: 400px) and (max-width: 768px) {
    h1 {
        font-size: 60px;
    }

    h2 {
        font-size: 44px !important;
    }

    h3 {
        font-size: 28px !important;
    }

}

@media screen and (max-width: 400px) {
    h2 {
        font-size: 38px !Important;
        line-height: 1;
    }

    h3 {
        font-size: 28px !important;
    }

    h4 {
        font-size: 20px !important;
    }

    .bullet-blurb h4 {
        font-size: 16px !important;
        line-height: 1.1;
        margin-top: -2px !important;
    }
}

/*--- Home Page Tabs Section ---*/

/* Hide second table */
#gearhead-tab-content-2 {
    display: none;
}

#gearhead-tab-content-3 {
    display: none;
}

#gearhead-tab-content-4 {
    display: none;
}

#gearhead-tab-content-5 {
    display: none;
}

/* Add pointer on buttons */
.gearhead-tab-button-1,
.gearhead-tab-button-2,
.gearhead-tab-button-3,
.gearhead-tab-button-4,
.gearhead-tab-button-5 {
    cursor: pointer;
}

/*-- Logo Slider --*/
.slick-slider {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-touch-callout: none;
    -khtml-user-select: none;
    ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-slide {
    float: left;
}


/*---- Center Heading H3 -------*/
.gearhead-page-center-title h3 {
    text-transform: uppercase;
    font-size: 20px !important;
    font-weight: 700;
}

.gearhead-page-center-title h3:before {
    content: '';
    width: 170px;
    height: 1px;
    background: var(--accent-color);
    position: absolute;
    top: 10px;
    left: -5px;
}

.gearhead-page-center-title h3:after {
    content: '';
    width: 170px;
    height: 1px;
    background: var(--accent-color);
    position: absolute;
    top: 10px;
    right: -5px;
}

/* Light Color */
.gearhead-page-center-title-light h3 {
    text-transform: uppercase;
    font-size: 20px !important;
    color: #fff !important;
    text-align: center;
}

.gearhead-page-center-title-light h3:before {
    content: '';
    width: 300px;
    height: 1px;
    background: #fff;
    position: absolute;
    top: 10px;
    left: -5px;
}

.gearhead-page-center-title-light h3:after {
    content: '';
    width: 300px;
    height: 1px;
    background: #fff;
    position: absolute;
    top: 10px;
    right: -5px;
}



/*------ BLURB CSS ---------*/
.gearhead-blurb-card-one {
    padding: 25px !important;
    outline: 2px dashed var(--main-color);
    outline-offset: -8px;
    border-radius: 10px;
}

.gearhead-blurb-card-one .et_pb_image_wrap {
    height: 40px;
    width: 40px;
}

.gearhead-blurb-card-one .et_pb_image_wrap img {
    height: inherit;
    width: inherit;
    object-fit: fill;
}

.gearhead-blurb-card-one h4 {
    color: var(--accent-color) !important;
    font-family: var(--custom-heading-font);
    font-size: 20px !important;
}

.gearhead-blurb-card-one p {
    color: #000 !important;
    font-weight: var(--custom-body-font-weight);
}

.gearhead-blurb-card-one a {
    color: var(--accent-color) !important;
    font-weight: 800;
}

.gearhead-blurb-card-one .et-pb-icon {
    color: var(--accent-color) !important;
    font-size: 40px !important;
}



/*--------------- Dark H4 Text ---------------*/
.gearhead-dark-heading h4 {
    color: var(--accent-color);
}

/*--------------- IMAGE CSS ----------------*/
/* Round Small Image */
.gearhead-small-sub-image img {
    border-radius: 10px;
    border: 10px solid #fff;
}

/*---- Floating Icons ----*/
.gearhead-floating-icon .et-pb-icon {
    background: var(--main-color) !important;
    color: #fff !important;
    padding: 20px;
    font-size: 50px !important;
    border-radius: 10px;
    box-shadow: 0px 2px 18px 0px rgba(0, 0, 0, 0.2);
}

.gearhead-floating-dark-icon .et-pb-icon {
    background: var(--accent-color) !important;
    color: #fff !important;
    padding: 20px;
    font-size: 50px !important;
    border-radius: 10px !important;
    box-shadow: 0px 2px 18px 0px rgba(0, 0, 0, 0.2);
}

.gearhead-floating-blurb .et-pb-icon {
    color: #fff !important;
    font-size: 46px;
    background: var(--main-color);
    padding: 20px;
    box-shadow: 0px 2px 18px 0px rgba(0, 0, 0, 0.1);
    border-radius: 50%;
    animation: rotate 5s linear infinite;
}

.gearhead-floating-blurb {
    padding: 0px;
    width: 400px !important;
}

.gearhead-floating-blurb h4 {
    font-size: 28px !important;
    color: var(--accent-color);
    font-weight: 900 !important;
    margin-top: 10px;
}


/*------------- ABOUT US -----------------*/
/*--- SERVICE CARD ----*/
.gearhead-service-card h4 {
    font-size: 24px;
    color: var(--accent-color);
    font-weight: var(--custom-heading-font-weight);
    font-family: var(--custom-heading-font);
}

.gearhead-service-card p {
    color: #fff !important;
    text-align: center;
}

.gearhead-service-card .et-pb-icon {
    color: var(--main-color) !important;
    font-size: 46px !important;
    background: #fff;
    padding: 20px !important;
    margin-bottom: -10px;
    box-shadow: 0px 12px 18px -9px rgba(0, 0, 0, 0.3);
}

/*---------- Blurb Style 2 --------*/
.gearhead-blurb-style-2 {
    padding: 25px 20px 25px 30px;
    border-radius: 10px;
    outline: 2px dashed var(--accent-color);
    outline-offset: -8px;
}

.gearhead-blurb-style-2 .et-pb-icon {
    color: var(--accent-color) !important;
}

.gearhead-blurb-style-2 h4 {
    font-size: 20px !important;
}

.icon-color .et-pb-icon {
    color: var(--accent-color);
}


/*--------- Bullet Blurb ---------------*/
.gearhead-bullet-blurb h4 {
    font-size: 16px;
    line-height: 1.5rem;
    font-weight: 400 !important;
    font-family: var(--custom-body-font);
    color: #fff !important;
}

.gearhead-bullet-blurb .et-pb-icon {
    color: #fff !important;
    font-size: 14px;
    background: var(--main-color);
    padding: 5px
}

.gearhead-add-background .et-pb-icon {
    background: var(--accent-color) !important;
    border-radius: 50%;
}

.gearhead-add-background h4 {
    color: var(--main-color) !important;
}
/*---------------Email Optin---------------------*/
a.et_pb_newsletter_button.et_pb_button {
    background-color: var(--main-color) !important;
}

/*---------------Footer Social Media---------------------*/
.et_pb_social_media_follow li a.icon {
    background-color: var(--main-color) !important;
}

/*--------------- NUMBER COUNTER-----------------*/
h3.title {
    font-size: 20px !important;
}

.gearhead-counter-number-one span {
    font-size: 70px !important;
    margin-bottom: -100px !important;
    line-height: 1.4;
    color: var(--main-color) !important;
    font-weight: 800;
}

.gearhead-counter-number-one h3 {
    color: #fff !important;
    font-weight: 600;
    text-transform: capitalize !important;
}

/*----------------- SERVICE BLURB ------------------*/
.gearhead-service-blurb h4 {
    font-size: 26px !important;
    line-height: 1.1;
    color: var(--main-color);
}


.et_pb_blurb .et-pb-icon {
    color: var(--main-color);
}

.percent p {
    color: var(--main-color);
}



/*------------------ FAQ SECTION -------------------*/
.gearhead-add-accordion-icon .et_pb_accordion_item.et_pb_toggle_open .et_pb_toggle_title:before {
    display: block;
    content: "\e04f";
}

.et_pb_toggle_title:before {
	color: var(--main-color)!important;
    content: "\33";
    padding-right: 20px;
    font-size: 20px;
    transition: all .3s ease-in-out;
    color: #000;
}

.et_pb_toggle_open .et_pb_toggle_title:before {
	color: var(--accent-color)!important;
    content: "\33";
    padding-right: 20px;
    transform: rotate(180deg);
    color: #ffffff;
    width: 50px;
}


h5.et_pb_toggle_title {
    background-color: #fff;
    padding: 20px 0px 20px 0px !important;
    color: var(--accent-color) !important;
    text-transform: capitalize;
    font-weight: 600 !important;
    border-bottom: 1px solid #dbdbdb;
    font-size: 22px !important;
}

.et_pb_toggle_open h5.et_pb_toggle_title {
    background-color: #fff;
    color: var(--main-color) !important;
    padding: 20px 0px 20px 0px !important;
    text-transform: capitalize;
    font-weight: 600;
    border-bottom: 1px solid transparent;
}

.et_pb_toggle_content {
    padding: 0px 0px 20px 0px !important;
    border-bottom: 1px solid #dbdbdb;
}

.et_pb_accordion .et_pb_toggle_open .et_pb_toggle_title:before {
    margin-right: 20px !important;
    color: var(--accent-color);
}

.gearhead-add-accordion-icon .et_pb_accordion_item.et_pb_toggle_open .et_pb_toggle_title:before {
    display: block;
    content: "e04f";
}


.et_pb_toggle_title:before {
    content: "33";
    transition: all .3s ease-in-out;
}

.et_pb_toggle_open .et_pb_toggle_title:before {
    content: "33";
    transform: rotate(180deg);
    color: var(--accent-color);
}

.et_pb_toggle_open,
.et_pb_toggle_close {
    padding: 0px;
}

/*--- FAQ Page ----*/
.gearhead-faq-blurb-category-title .et-pb-icon {
    color: var(--accent-color) !important;
    font-size: 30px !important;
}

.gearhead-faq-blurb-category-title h4 {
    color: var(--accent-color) !important;
    text-transform: uppercase;
    text-decoration: underline;
}

.gearhead-faq-enquiery-title h3 {
    text-transform: capitalize !important;
    letter-spacing: 1px;
    font-size: 24px !important;
    font-weight: 700;
}

/*-------------------- Divider ------------------*/
.et_pb_divider:before {
    border-top-color: var(--main-color) !important;
    border-radius: 5px !important;
    border-top-width: 2px !important;
}

/*---------------- Blurb Style 4 -----------------*/

.gearhead-blurb-style-4 h4 {
    font-size: 20px !important;
    color: var(--accent-color);
    width: 100%;
    margin-top: 0px;
}


.gearhead-blurb-style-4 {
    border-radius: 10px;
    margin-bottom: 30px !important;
}

.gearhead-blurb-style-4 .et-pb-icon {
    color: #fff !important;
    font-size: 30px;
    background: var(--accent-color);
    padding: 15px;
    box-shadow: 0px 2px 18px 0px rgba(0, 0, 0, 0.1);
    border-radius: 5px;
}


/*------------- Blog -------------*/

.post-meta a {
    color: var(--main-color)!important;
}

.post-meta span.published {
    color: var(--main-color)!important;
}

.pagination.clearfix a {
    color: var(--main-color)!important;
}

.et_pb_has_overlay.et_pb_post .et_pb_image_container a {
    display: block;
    position: relative;
    overflow: hidden;
    border-radius: 20px;
}

.gearhead-blog-one .et_pb_post .blog_detail {
    display: flex;
    border-radius: 15px;
    flex-direction: column;
    margin: -85px 0px 0;
    position: relative;
    border: 1px solid #cccccc;
    padding: 80px 30px 30px 30px;
    box-shadow: 0 10px 30px #edf2f2;
}

.gearhead-blog-one .et_pb_post .et_pb_image_container {
    margin: 0;
}


.gearhead-blog-one .et_pb_post .entry-featured-image-url img {
    border-radius: 10px;
}


/*ADD ICON TO BLOG CATEGORY*/

.gearhead-blog-one .post-meta>a:before {
    content: "\e078";
    font-family: ETMODULES;
    color: #fff;
    font-weight: bold;
    margin-right: 10px;

}

/*add icon to blog published date meta text*/

.gearhead-blog-one .post-meta .published:before {
    content: "\e023";
    font-family: ETMODULES;
    color: #fff;
    font-weight: bold;
    margin-right: 10px;
}

.et_pb_post {
    position: relative;
}



/*position the blog posts to prepare for moving the meta*/

.gearhead-blog-one article {
    position: relative;
}

.gearhead-blog-one .et_pb_blog_grid .et_pb_post .post-meta a {
    color: #fff !important;
    background: var(--main-color) !important;
    padding: 8px 10px;
    border-radius: 5px;
}

.gearhead-blog-one .et_pb_blog_grid .et_pb_post .post-meta span.published {

    color: #fff !important;
    background: var(--main-color) !important;
    padding: 8px 10px;
    margin-right: 10px;
    border-radius: 5px;
}

.gearhead-blog-one h4 {
    color: #fff !important;
    font-weight: 800;
    font-size: 24px;
    margin-top: 20px;
    margin-bottom: -20px;
}

.gearhead-blog-one .post-content p {
    margin-top: 20px;
    margin-bottom: 20px;
}

/*style the Divi blog link text as a button*/


.et_pb_post a.more-link {
    background-color: var(--main-color) !important;
    padding: 8px 10px !important;
    color: #ffffff !important;
    border: none;
    border-radius: 5px !important;
    transition: 1000ms;
    box-shadow: 0px 9px 18px -9px rgba(0, 0, 0, 0.1);
    text-transform: capitalize;
    font-weight: 600 !important;
    margin-bottom: 20px !important;
}


/*style the Divi blog link text as a button on hover*/

.et_pb_post a.more-link:hover {
    background-color: var(--accent-color) !important;
    padding: 15px 20px 15px 20px !important;
    border: none;
    border-radius: 5px !important;
    transition: 1000ms;
    transform: translatey(-7px);
    box-shadow: 0px 12px 18px -9px rgba(0, 0, 0, 0.6);
}

/*add an icon to the Divi blog read more button*/

.et_pb_post .more-link:after {
    content: "\24";
    font-family: ETModules;
    vertical-align: middle;
    margin-left: 10px;
}

.gearhead-blog-one .et_pb_post {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.gearhead-blog-one .entry-title {
    order: 2;
}

.gearhead-blog-one .post-meta {
    order: 1;
}

.gearhead-blog-one .post-content {
    order: 3;
}


/*--- Full Width Blog ----*/
/*ADD ICON TO BLOG CATEGORY*/
.gearhead-full-width .post-meta>a:before {
    content: "\e078";
    font-family: ETMODULES;
    color: var(--main-color);
    font-weight: bold;
    margin-right: 10px;

}

/*add icon to blog published date meta text*/

.gearhead-full-width .post-meta .published:before {
    content: "\e023";
    font-family: ETMODULES;
    color: var(--main-color);
    font-weight: bold;
    margin-right: 10px;
}

/* Without Sidebar */
/*ADD ICON TO BLOG CATEGORY*/
.full-width .post-meta>a:before {
    content: "\e078";
    font-family: ETMODULES;
    color:var(--main-color)!important;
    font-weight: bold;
    margin-right: 10px;
  	margin-left:10px;

}

/*add icon to blog published date meta text*/

.full-width .post-meta .published:before {
    content: "\e023";
    font-family: ETMODULES;
   	color:var(--main-color)!important;
    font-weight: bold;
    margin-right: 10px;
  	
}


/*--- Add Box Shadow in Row ------*/
/* Homepage Contact Us*/
.et_pb_column.et_pb_column_1_2.et_pb_column_1_tb_footer.add-shadow.et_pb_css_mix_blend_mode_passthrough.et-last-child {
    box-shadow: -10px 0px 0px 0px var(--main-color) !important;
}

/*---- Testimonial-----*/
.gearhead-testimonail span.et_pb_testimonial_author {
    color: var(--main-color);
    font-size: 16px !important;
    font-weight: 600;
}

.gearhead-testimonail {
    outline: 2px dashed var(--main-color);
    outline-offset: -8px;
}

/*move the image position to the top*/
.gearhead-testimonail .et_pb_testimonial_portrait {
    float: none;
    display: block;
    margin: 0 auto 20px;
}

/*remove the margin to the left of the text*/
.gearhead-testimonail .et_pb_testimonial_description {
    margin-left: 0px !important;
}



.et_pb_testimonial.et_pb_testimonial:before {
    color: var(--main-color) !important;
}

.et_pb_testimonial.et_pb_testimonial {
    background: #fff !important;
    border-radius: 10px;
    box-shadow: 0px 2px 18px 0px rgba(0, 0, 0, 0.1);
    padding: 30px;
}

.et_pb_testimonial_content {
    font-size: 16px;
    font-family: var(--custom-body-font);
    text-align: left;
    line-height: 1.9rem;
    color: #000;
}

p.et_pb_testimonial_meta {
    font-size: 16px;
    font-weight: 800;
    font-family: var(--custom-heading-fon);
    padding: 0px !important;
}

.et_pb_testimonial .et_pb_testimonial_content p {
    padding: 0;
}

.light-color p {
    color: #fff !important;
}

/*----- About Us Page ----*/

.gearhead-blurb-style-7 .et-pb-icon {
    color: #fff !important;
    font-size: 38px !important;
    background: var(--accent-color);
    padding: 15px;
    border-radius: 5px;
}

.gearhead-blurb-style-7 p {
    font-weight: 700;
    font-size: 18px !important;
    font-family: var(--custom-body-font);
}

.gearhead-blurb-style-7 h4 {
    font-family: var(--custom-heading-font);
    font-size: 22px !important;
    margin-bottom: -8px;
    margin-top: 8px;
}

.gearhead-contact-col {
    border-radius: 10px;
    padding: 30px;
    color: #fff;
    box-shadow: 0px 2px 18px 0px rgba(0, 0, 0, 0.1);
}

.gearhead-service-blurb .et-pb-icon {
    color: var(--main-color) !important;
    font-size: 55px !important;
    padding: 15px !important;
    outline: 2px dashed var(--main-color);
    outline-offset: 8px;
}

.style-6-new {
    background: #fff;
    padding: 30px;
    border-radius: 10px;
    border: solid 1px #fff !important;
    box-shadow: 0px 2px 18px 0px rgba(0, 0, 0, 0.1);
}

.gearhead-blurb-style-6 h4 {
    font-size: 24px !important;
}

.gearhead-blurb-style-6 {
    background: #fff;
    padding: 30px;
    border-radius: 10px;
    box-shadow: 0px 2px 18px 0px rgba(0, 0, 0, 0.1);
}

.gearhead-blurb-style-6 .et-pb-icon {
    color: var(--main-color) !important;
    font-size: 55px !important;
}

.gearhead-blurb-style-6 p {
    font-size: 20px !important;
    font-weight: 600;
}

/*--- Style 6 New ----*/
.gearhead-blurb-style-6-new {
    background: transparent !important;
}

.gearhead-blurb-style-6-new .et-pb-icon {
    color: var(--main-color) !important;
    font-size: 45px !important;
}

.gearhead-blurb-style-6-new h4 {
    color: var(--accent-color) !important;
}

.gearhead-blurb-style-6-new p {
    font-size: 16px !important;
}


.gearhead-footer-title h5 {
    color: #fff;
    font-size: 24px;
    text-transform: capitalize;
    margin-bottom: -10px;
}

.gearhead-footer-link-title .et-pb-icon {
    color: #fff !important;
    font-size: 18px !important;
}

.gearhead-footer-link-title h4 {
    line-height: 1.3rem;
    margin-left: -15px;
    font-weight: 500 !important;
    font-family: var(--custom-heading-font);
    font-size: 16px !important;
    color: #fff;
    transition: 1000ms;
}

.gearhead-footer-link-title h4:hover {
    line-height: 1.3rem;
    margin-left: 0px;
    color: var(--main-color);
}


/*---- Our Team ----*/

.gearhead-team-blurb h4 {
    font-size: 28px !important;
    text-align: center;
}

.gearhead-team-blurb p {
    color: #fff !important;
    text-align: center;
    font-size: 16px !important;
}

.gearhead-df-team .et_pb_team_member {
    position: relative;
    overflow: hidden;
}

.gearhead-df-team .et_pb_team_member .et_pb_team_member_image:before {
    content: '';
    position: absolute;
    -webkit-border-radius: 100%;
    -webkit-transition: all .7s cubic-bezier(.3, 0, .3, 1);
    -webkit-transform: scale(0);
    background-color: rgba(255, 255, 255, 0.2);
    pointer-events: none;
    margin: -400px 0 0 -400px;
    left: 50%;
    top: 50%;
    width: 800px;
    height: 800px;

}

.gearhead-df-team:hover .et_pb_team_member .et_pb_team_member_image:before {
    transform: scaleY(1);
    animation: shine .75s;
}

.gearhead-df-team .et_pb_team_member {
    position: relative;
    overflow: hidden;
}


.gearhead-df-team .et_pb_team_member .et_pb_team_member_description .et_pb_member_social_links {
    position: absolute;
    bottom: -100px;
    -webkit-transition: all 0.8s;
    margin: 0;
    -ms-transition: all 0.8s;
    transition: all 0.5s;
    display: block;
    width: 100%;
    left: 0;
    z-index: 1;
}

.gearhead-df-team:hover .et_pb_team_member .et_pb_team_member_description .et_pb_member_social_links {
    bottom: 15px;
}

.gearhead-df-team .et_pb_team_member .et_pb_team_member_description .et_pb_member_social_links li {
    margin: 0 5px;
}

.gearhead-df-team .et_pb_team_member .et_pb_team_member_description .et_pb_member_social_links li a {
    background: #fff;
    width: 40px;
    height: 40px;
    color: var(--accent-color);
    line-height: 40px;
    font-size: 16px;
    border-radius: 50%;
    margin: 0;
    transition: all 0.4s;
    border: 2px solid #fff;
}

.gearhead-df-team .et_pb_team_member .et_pb_team_member_description .et_pb_member_social_links li a:hover {
    background: var(--main-color);
    color: #fff;
    border: 2px solid var(--main-color);
}

.small-icon .et-pb-icon {
    color: var(--main-color) !important;
    font-size: 40px !important;
}

/*-----------------Prgress Bar-----------------------*/
.et_pb_counter_amount{
    background-color: var(--accent-color)!important;
}


.bar {
    border-radius: 10px;
}

.gearhead-blurb-style-8 {
    border: 2px dashed #e7e0e0 !important;
    border-radius: 10px;
    padding: 20px;
}

.gearhead-blurb-style-8 h4 {
    color: #fff !important;
}

.gearhead-blurb-style-8 p {
    color: #fff !important;
}

.gearhead-blurb-style-8 .et-pb-icon {
    background: #fff !important;
    color: var(--accent-color) !important;
    padding: 15px;
    border-radius: 50%;
}

/* Header section link */
.gearhead-page-link {
    font-size: 18px !important;
    font-weight: var(--custom-body-font-weight);
    font-family: var(--custom-body-font);
    color: #fff;
}

.gearhead-page-title h1 {
    font-weight: 800 !important;
    color: var(--main-color) !important;
}

/* Contact No Blurb */
.about-contact-blurb {
    box-shadow: 0px 2px 18px 0px rgba(0, 0, 0, 0.1);
    border-radius: 10px;
    padding: 25px 25px 20px 25px;
    background: var(--accent-color);
}

.about-contact-blurb .et-pb-icon {
    color: #fff !important;
    background: var(--main-color);
    padding: 15px;
    font-size: 24px;
    border-radius: 50%;
}

.about-contact-blurb h4 {
    font-size: 22px !important;
    margin-top: 0px;
    margin-bottom: -10px;
}

.about-contact-blurb p {
    color: #fff !important;
}

/*Video Icon Animation*/

.gearhead-video-hover a.et_pb_video_play {
    margin: auto;
    text-decoration: none;
    color: var(--main-color);
    font-size: 50px;
    width: 90px;
    height: 90px;
    line-height: 90px;
    text-align: center;
    display: inline-block;
    background-color: #fff;
    transform: translate(-50%, -50%);
    border-radius: 90%;
    -webkit-animation: ripple 1s linear infinite;
    animation: ripple 1s linear infinite;
}

@-webkit-keyframes ripple {
    0% {
        -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.2), 0 0 0 5px rgba(255, 255, 255, 0.2), 0 0 0 20px rgba(255, 255, 255, 0.2), 0 0 0 35px rgba(255, 255, 255, 0.2);
        box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.2), 0 0 0 5px rgba(255, 255, 255, 0.2), 0 0 0 20px rgba(255, 255, 255, 0.2), 0 0 0 35px rgba(255, 255, 255, 0.2);
    }

    100% {
        -webkit-box-shadow: 0 0 0 5px rgba(255, 255, 255, 0.2), 0 0 0 20px rgba(255, 255, 255, 0.2), 0 0 0 35px rgba(255, 255, 255, 0.2), 0 0 0 45px rgba(255, 255, 255, 0);
        box-shadow: 0 0 0 5px rgba(255, 255, 255, 0.2), 0 0 0 20px rgba(255, 255, 255, 0.2), 0 0 0 35px rgba(255, 255, 255, 0.2), 0 0 0 45px rgba(255, 255, 255, 0);
    }
}

@keyframes ripple {
    0% {
        -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.2), 0 0 0 5px rgba(255, 255, 255, 0.2), 0 0 0 20px rgba(255, 255, 255, 0.2), 0 0 0 35px rgba(255, 255, 255, 0.2);
        box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.2), 0 0 0 5px rgba(255, 255, 255, 0.2), 0 0 0 20px rgba(255, 255, 255, 0.2), 0 0 0 35px rgba(255, 255, 255, 0.2);
    }

    100% {
        -webkit-box-shadow: 0 0 0 5px rgba(255, 255, 255, 0.2), 0 0 0 20px rgba(255, 255, 255, 0.2), 0 0 0 35px rgba(255, 255, 255, 0.2), 0 0 0 45px rgba(255, 255, 255, 0);
        box-shadow: 0 0 0 5px rgba(255, 255, 255, 0.2), 0 0 0 20px rgba(255, 255, 255, 0.2), 0 0 0 35px rgba(255, 255, 255, 0.2), 0 0 0 45px rgba(255, 255, 255, 0);
    }
}

.pt-video-icon a.primary {
    -webkit-animation: rippleprimary 1s linear infinite;
    animation: rippleprimary 1s linear infinite;
}

@-webkit-keyframes rippleprimary {
    0% {
        -webkit-box-shadow: 0 0 0 0 rgba(255, 75, 52, 0.2), 0 0 0 5px rgba(255, 75, 52, 0.2), 0 0 0 20px rgba(255, 75, 52, 0.2), 0 0 0 35px rgba(255, 75, 52, 0.2);
        box-shadow: 0 0 0 0 rgba(255, 75, 52, 0.2), 0 0 0 5px rgba(255, 75, 52, 0.2), 0 0 0 20px rgba(255, 75, 52, 0.2), 0 0 0 35px rgba(255, 75, 52, 0.2);
    }

    100% {
        -webkit-box-shadow: 0 0 0 5px rgba(255, 75, 52, 0.2), 0 0 0 20px rgba(255, 75, 52, 0.2), 0 0 0 35px rgba(255, 75, 52, 0.2), 0 0 0 45px rgba(255, 75, 52, 0);
        box-shadow: 0 0 0 5px rgba(255, 75, 52, 0.2), 0 0 0 20px rgba(255, 75, 52, 0.2), 0 0 0 35px rgba(255, 75, 52, 0.2), 0 0 0 45px rgba(255, 75, 52, 0);
    }
}

@keyframes rippleprimary {
    0% {
        -webkit-box-shadow: 0 0 0 0 rgba(255, 75, 52, 0.2), 0 0 0 5px rgba(255, 75, 52, 0.2), 0 0 0 20px rgba(255, 75, 52, 0.2), 0 0 0 35px rgba(255, 75, 52, 0.2);
        box-shadow: 0 0 0 0 rgba(255, 75, 52, 0.2), 0 0 0 5px rgba(255, 75, 52, 0.2), 0 0 0 20px rgba(255, 75, 52, 0.2), 0 0 0 35px rgba(255, 75, 52, 0.2);
    }

    100% {
        -webkit-box-shadow: 0 0 0 10px rgba(255, 75, 52, 0.2), 0 0 0 20px rgba(255, 75, 52, 0.2), 0 0 0 35px rgba(255, 75, 52, 0.2), 0 0 0 45px rgba(255, 75, 52, 0);
        box-shadow: 0 0 0 10px rgba(255, 75, 52, 0.2), 0 0 0 20px rgba(255, 75, 52, 0.2), 0 0 0 35px rgba(255, 75, 52, 0.2), 0 0 0 45px rgba(255, 75, 52, 0);
    }
}

.et_pb_blog_0 .et_pb_blog_grid .et_pb_post:before {
    /*background-image: url('https://wordpress-786950-3790111.cloudwaysapps.com/wp-content/uploads/2023/08/service1-bg-pattern.png');*/
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background-repeat: no-repeat;
    transform: scale(-1);
}

/*---- FOOTER ----*/

.mail-optin p a {
    background-color: var(--main-color) !important;
    font-size: 16px !important;
    padding: 10px !important;
    color: #fff !important;
    border: none;
    border-radius: 5px !important;
    transition: 1000ms;
    box-shadow: 0px 9px 18px -9px rgba(0, 0, 0, 0.3);
    text-transform: none !important;
    font-weight: 600 !important;
}

.mail-optin p a:hover {
    font-size: 16px !important;
    background-color: var(--accent-color) !important;
    padding: 10px !important;
    color: #fff !important;
    border: none;
    border-radius: 5px !important;
    transition: 1000ms;
    box-shadow: 0px 12px 18px -9px rgba(0, 0, 0, 0.6);
}


@keyframes rotate {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}


/*------ Sidebar ------*/
.et_pb_widget ul li {
    background-color: var(--main-color) !important;
    color: #fff !important;
    padding: 10px 15px;
    border-radius: 10px;
    margin-bottom: 15px;

}

.et_pb_sidebar_0.et_pb_widget_area h2 {
    font-size: 25px !important;
    line-height: 1em;
}

.et_pb_sidebar_0.et_pb_widget_area h2:first-of-type {
    background: var(--accent-color);
    padding: 10px 15px;
    border-radius: 10px;
    margin-bottom: 20px;
}


.et_pb_widget .wp-block-search__button {
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
    position: absolute;
    right: 0;
    top: 0;
    color: #fff !important;
    border-width: 0px !important;
    font-size: 16px;
    font-weight: 700 !important;
    background: var(--main-color);


}

.widget_search input#s,
.widget_search input#searchsubmit,
.et_pb_widget .wp-block-search__input,
.et_pb_widget .wp-block-search__button {
    padding: 10px 30px;
    height: 50px !important;
    margin: 0;
    font-size: 16px;
    line-height: normal !important;
    border: 1px solid #bcbcbc;
    border-radius: 5px;
    margin-bottom: 15px !important;
}

/*-------------- Pricing page -------------*/

.gearhead-pricing h3 {
    font-size: 38px !important;
    font-weight: 600;
    color: var(--accent-color);
    line-height: 3rem;
}

.gearhead-pricing h5 {
    font-size: 20px !important;
    font-weight: 600;
    color: var(--accent-color);
    text-transform: capitalize;
}

.gearhead-pricings h5 {
    font-size: 24px !important;
    font-weight: 600 !important;
    ;
    color: var(--accent-color) !important;
    ;
    text-transform: capitalize;
}

.gearhead-pricing h1 {
    font-size: 56px !important;
    font-weight: 600;
    color: var(--main-color);
}

.gearhead-pricing p {
    padding-top: 10px;
    padding-bottom: 10px !important;
}

.gearhead-pricing-p h4 {
    color: #000 !important;
    font-weight: 600 !Important;
    margin-top: -5px;
    margin-bottom: -10px;
}

/*----- Testimonial --------*/
.gearhead-testimonial-contents p {
    text-align: center !important;
}

.slick-slider {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list {
    position: relative;
    display: block;
    overflow-x: hidden;
    margin: 0;
    padding: 0 0 0px;
}

.slick-track:before,
.slick-track:after {
    display: table;
    content: '';
}

.slick-slide {
    position: relative;
    float: left;
    height: 100%;
    min-height: 1px;
}


.entry-content ul.slick-dots {
    position: absolute;
    bottom: 0;
    display: block;
    width: 100%;
    padding: 0;
    margin: 0;
    list-style: none;
    text-align: center;
}

.slick-dots li {
    position: relative;
    display: inline-block;
    margin: 0 5px;
    padding: 0;
    cursor: pointer;
}

.slick-dots li button {
    font-size: 0;
    line-height: 0;
    display: block;
    width: 10px;
    height: 10px;
    padding: 0;
    cursor: pointer;
    color: transparent;
    border: 0;
    outline: none;
    background-color: var(--accent-color);
    border-radius: 10px;
}

.slick-dots li.slick-active button {
    background-color: var(--main-color);
}

@media(max-width: 980px) {
    .gearhead-scrolling-testimonial .slick-prev {
        left: -32px;
    }

    .gearhead-scrolling-testimonial .slick-next {
        right: -30px;
    }
}

@media(max-width: 499px) {
    .gearhead-scrolling-testimonial .slick-prev {
        left: -26px;
    }

    .gearhead-scrolling-testimonial .slick-next {
        right: -24px;
    }
}


.gearhead-scrolling-testimonial .slick-arrow,
.gearhead-scrolling-testimonial .slick-arrow:hover,
.gearhead-scrolling-testimonial .slick-arrow:focus {
    position: absolute;
    font-size: 0;
    line-height: 0;
    padding: 0;
    color: transparent;
    outline: none;
    background: transparent;
    border: none;
    cursor: pointer;
    top: 50%;
    transform: translateY(-50%);
    z-index: 100;
    height: 50px;
    vertical-align: middle;
    border-radius: 10px;
    width: 50px;
}

.gearhead-scrolling-testimonial .slick-prev {
    left: -50px;
}

.gearhead-scrolling-testimonial .slick-next {
    right: -50px;
}

.gearhead-scrolling-testimonial .slick-arrow:before {
    font-family: ETmodules;
    color: transparent;
    background: transparent;
    opacity: 1;
    font-size: 46px;
    vertical-align: middle;
    color: transparent;
    text-align: center;
}

.gearhead-scrolling-testimonial .slick-arrow:hover:before {
    opacity: 0.8;
}

.gearhead-scrolling-testimonial .slick-prev:before {
    content: '\34';
}

.gearhead-scrolling-testimonial .slick-next:before {
    content: '\35';
}

/*---- Service Page -----*/
.services-card {
    box-shadow: 0px 0px 18px 0px rgba(0, 0, 0, 0.1);
    border-radius: 10px;
}

.gearhead-dark-headings h4 {
    font-size: 24px;
    color: var(--accent-color);
}

.gearhead-service-title-heading h3 {
    font-size: 30px;
    font-weight: 600;
    text-align: center;
    color: #fff;
}

.gearhead-service-title-heading {
    padding: 15px;
    background: var(--accent-color);
    border-radius: 10px;
}

.gearhead-service-title {
    background: #F3F8FF;
    padding: 20px;
    border-radius: 10px;
    border: 1px solid #dbdbdb;

}

.gearhead-service-title h4 {
    font-size: 20px;
    margin-top: 7px;
    font-weight: 300 !important;
    color: var(--accent-color) !important;
    transition: all .5s ease;
}

.gearhead-service-title:hover h4 {
    color: var(--main-color) !important;
}

.gearhead-service-title .et-pb-icon {
    color: #fff !important;
    font-size: 18px !important;
    background: var(--accent-color);
    padding: 10px !important;
    border-radius: 5px;
}

.gearhead-service-title {
    cursor: pointer;
}

.gearhead-service-card .et_pb_blurb_description{
	color:#fff;
	font-size: 16px !important;
    font-family: var(--custom-body-font);
}

.et_pb_blurb_description {
    text-align: center;
}

.activate {
    background: var(--accent-color);
    padding: 20px;
    border-radius: 10px;
    border: 1px solid #dbdbdb;
    transition: all .5s ease;
}

.activate .et-pb-icon {
    color: #fff !important;
    font-size: 18px !important;
    background: var(--main-color);
    padding: 10px !important;
    transition: all .5s ease;
    border-radius: 5px;
}


.activate h4 {
    color: var(--main-color) !important;
}

/*-- Hover --*/
.gearhead-service-title:hover {
    background: var(--accent-color);
    padding: 20px;
    border-radius: 10px;
    border: 1px solid #dbdbdb;
    transition: all .5s ease;
}

.gearhead-service-title:hover .et-pb-icon {
    color: #fff !important;
    font-size: 18px !important;
    background: var(--main-color);
    padding: 10px !important;
    transition: all .5s ease;
    border-radius: 5px;
}

/*----- Service Page Contact Card -----*/
.gearhead-contact-card {
    background: var(--accent-color) !important;
    padding: 90px 30px 90px 30px;
    border-radius: 10px;
    border: 2px dashed #fff;
}

.gearhead-contact-card h4 {
    font-size: 36px;
    text-align: center;
    line-height: 2.5rem;
    padding-bottom: 10px !important;
}

.gearhead-contact-card .et-pb-icon {
    color: #fff !important;
    font-size: 40px !important;
    background: var(--main-color) !important;
    padding: 20px !important;
    border-radius: 50%;
}

.gearhead-contact-card p {
    margin-top: 10px;
    text-align: center;
}

.gearhead-contact-card .et-pb-icon {
    color: #fff !important;
    font-size: 40px !important;
    background: var(--main-color) !important;
    padding: 20px !important;
    border-radius: 50%;
}

/*-------- Add Icons In The Title --------*/
.gearhead-title-icon h4 {
    padding-top: 8px;
}

.gearhead-title-icon .et_pb_text_inner {
    display: inline-block;
    position: relative;
    padding: 0 30px;
    color: var(--main-color);
}

.gearhead-title-icon .et_pb_text_inner:before,
.gearhead-title-icon .et_pb_text_inner:after {
    content: '\e035';
    font-family: 'ETMODULES';
    color: var(--main-color);
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    height: fit-content;
    font-size: 20px;
}

/*-- Light Color Icon --*/
.gearheadtitle-icon-light .et_pb_text_inner:before,
.gearheadtitle-icon-light .et_pb_text_inner:after {
    color: #fff !important;
}

.gearhead-title-icon .et_pb_text_inner:before {
    left: 0;
    right: auto;
}

.gearhead-title-icon .et_pb_text_inner:after {
    right: 0;
    left: auto;
    transform: rotate(180deg);
}

.gearhead-title-icon_left .et_pb_text_inner {
    padding-left: 0px;
}

.gearhead-title-icon_left .et_pb_text_inner:after {
    transform: none;
}

.gearhead-title-icon_left .et_pb_text_inner:before {
    display: none;
}








/*-----*/
/* -----------------------------------
	Slide In CSS Start Here
  ----------------------------------- */
/* Demo Popup CSS */
.df_slide_In_demo .et_pb_button_wrapper .et_pb_button {
    background-color: var(--main-color) !important;
}

/* Show/hide the popup overlay wrapper when "is-visible" class changes, apply the CSS to frontend only */

body:not(.et-fb) .df-popup-wrapper .df-sidebar-contents {
    position: fixed;
    z-index: 990;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    transition: all .5s cubic-bezier(.14, .06, .41, 1.39);
    opacity: 0;
    visibility: hidden;

}

body:not(.et-fb) .df-popup-wrapper.popup-is-visible .df-sidebar-contents {
    opacity: 1;
    visibility: visible;

}


/* Allow the content inside the popup wrapper to scroll */
.df-popup-inside {
    height: 100%;
    overflow-y: scroll;
}


/* Prevent Body from Scrolling when Popup is visible */
body.df-noscroll {
    overflow-y: scroll;
}

/* Center Align Popup Content inside the Section */
.df-sidebar-contents {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.df-sidebar-contents .et_pb_row {
    margin-top: 0;
    margin-bottom: 0;
}


/* Adjust the position of the popup overlay for admin bar */
@media (min-width:600px) and (max-width:782px) {
    body:not(.et-fb).admin-bar .df-popup-wrapper {
        top: 46px;
    }
}

@media (min-width:783px) {
    body:not(.et-fb).admin-bar .df-popup-wrapper {
        top: 32px;
    }
}

/* Mave the popup on top of other elements */
.et_builder_inner_content.popup-is-visible {
    z-index: 99999;
}

/* Add a hand cursor to the close trigger element */
.df-close-icon-button {
    cursor: pointer;
}

/*Slide In Css Start Here*/
.df_slidein {
    overflow: visible !important;
}

.df_slidein:after {
    content: "";
    position: absolute;
    bottom: 40px;
    left: 10px;
    width: calc(100% - 20px);
    height: 80%;
    background-color: var(--main-color);
    border-radius: inherit;
    z-index: -1;
    transition: all 0.2s;
    opacity: 0;
}

.df_slidein .et_pb_button_module_wrapper {
    background: #fff;
    padding-bottom: 15px;
}

.df_slidein:hover:after {
    bottom: -15px;
    transition: all 0.2s;
    opacity: 1;
}

.df_feature_info .et_pb_main_blurb_image {
    margin-bottom: 20px;
}

.df_feature_info .et_pb_main_blurb_image .et_pb_image_wrap .et-pb-icon {
    color: var(--main-color);
}

.df_feature_info .et_pb_module_header span {
    color: var(--main-color);
}

.df_scale_in .df_contact .et_contact_bottom_container {
    margin-top: 10px;
    margin-right: 10px;
}

/* Icon CSS */
.df_icon_bar {
    padding: 0px !important;
    background: var(--main-color) !important;
    border-radius: 5px;
    border: 2px solid #e4e7ee;
    transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -webkit-box-shadow: 0px 0px 0px 0px;
    box-shadow: 0px 0px 0px 0px;
    z-index: 1;
}

.df_icon_bar:after {
    padding: 7px 15px 7px 9px;
    display: block;
    position: relative;
    /* -webkit-transition: all 0.5s ease; */
    color: #fff !important;
    font-size: 20px !important;
}

.df_icon_bar:before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
    width: 100%;
    display: block !important;
    background-color: var(--accent-color);
    transform: scale(0);
    transition: all 0.4s;
    border-radius: inherit;
    opacity: 1;
    z-index: -1;
}

.df_icon_bar:hover:before {
    transform: scale(1);
}


/*Popup Overlay Css Move Up Start Here*/
.df-popup-wrapper .df-sidebar-contents.df_move_up {
    transform: translateY(100%);
    transition: all .4s ease-in-out, width .2s ease-in-out, top .4s ease-in-out !important;
}

body:not(.et-fb) .df-popup-wrapper.popup-is-visible .df-sidebar-contents.df_move_up {
    transform: translateY(-30px);
}

.df_footer_info h4 {
    margin-top: 8px !important;
    font-size: 20px !important;
    font-weight: 600 !important;
}

.df_footer_info .et-pb-icon {
    color: var(--main-color) !important;
    font-size: 30px !important;
    padding: 10px !important;
    border-radius: 5px;
    font-size: 20px !important;
    background: var(--accent-color) !important;
}

.df-sidebar-contents .df-popup-map_code iframe {
    display: block;
}

.df-sidebar-contents .df_b_info .et_pb_image_wrap {
    height: 60px;
    width: 60px;
    border: 1px solid #eeeeee;
}

.df-sidebar-contents .df_b_info .et_pb_image_wrap img {
    width: 30px;
}


/*Popup Overlay Css Move Down Start Here*/
.df-popup-wrapper .df-sidebar-contents.df_move_downup {
    transform: translateY(-100%);
    transition: all .4s ease-in-out, width .2s ease-in-out, top .4s ease-in-out !important;
}

body:not(.et-fb) .df-popup-wrapper.popup-is-visible .df-sidebar-contents.df_move_downup {
    transform: translateY(0%);
}

/*Popup Overlay Css Move right Start Here*/
.df-popup-wrapper .df-sidebar-contents.df_slide_right {
    transform: translateX(-100%);
    transition: all .8s ease-in-out, width .4s ease-in-out, top .8s ease-in-out !important;
}

body:not(.et-fb) .df-popup-wrapper.popup-is-visible .df-sidebar-contents.df_slide_right {
    transform: translateX(0%);
}

/*Popup Overlay Css Move Left Here*/
.df-popup-wrapper .df-sidebar-contents.df_sidebar_left {
    transform: translateX(100%);
    transition: all .8s ease-in-out, width .4s ease-in-out, top .8s ease-in-out !important;
}

body:not(.et-fb) .df-popup-wrapper.popup-is-visible .df-sidebar-contents.df_sidebar_left {
    transform: translateX(0%);
}

/* Add Row animation when popup is triggered */

.df-close-icon-button .et_pb_icon_wrap .et-pb-icon {
    color: var(--accent-color) !important;
    transition: all 0.8s;
}

.df-close-icon-button:hover .et_pb_icon_wrap .et-pb-icon {
    color: var(--main-color) !important;
    transform: rotate(180deg);
}

/*.df-popup-wrapper.popup-is-visible .et_pb_row:not(.df-close-icon-button)*/
.df-popup-wrapper.popup-is-visible .df_scale_in {
    animation: scale-in .5s cubic-bezier(.14, .06, .41, 1.39) both;
    animation-delay: .5s;
}

/*Popup Overlay Css Move Up Start Here*/
body:not(.et-fb) .df-popup-wrapper .df-sidebar-contents.df_move_up {
    top: unset;
    min-height: auto;
    right: 20px;
}

.df-popup-wrapper .df_move_up {
    transform: translateY(100%);
    transition: all .8s ease-in-out, width .4s ease-in-out, top .8s ease-in-out !important;
}

.df-popup-wrapper.popup-is-visible .df_move_up {
    transform: translateY(-30px);
}


/*Popup Overlay Css Move Down Start Here*/
.df-popup-wrapper .df_move_downup {
    transform: translateY(-100%);
    transition: all .8s ease-in-out, width .4s ease-in-out, top .8s ease-in-out !important;
}

.df-popup-wrapper.popup-is-visible .df_move_downup {
    transform: translateY(0%);
}

/*Popup Overlay Css Slide Right Start Here*/
.df-popup-wrapper .df_slide_right {
    transform: translateX(100%);
    transition: all .8s ease-in-out, width .4s ease-in-out, top .8s ease-in-out !important;
}

.df-popup-wrapper.popup-is-visible .df_slide_right {
    transform: translateX(0%);
}

/*Popup Overlay Css Slide left Here*/
.df-popup-wrapper .df_sidebar_left {
    transform: translateX(0%);
    transition: all .8s ease-in-out, width .4s ease-in-out, top .8s ease-in-out !important;
}


/*---- Home 2 Header2 ----*/
/*place button modules next to each other in the same column*/
.inline-button .et_pb_button_module_wrapper {
    display: inline-block;
}

.width-80 {
    width: 70% !important;
}

.width-20 {
    width: 30% !important;
}


.gearhead-light-bg-button-2.et_pb_button {
    background-color: var(--main-color) !important;
    padding: 10px 40px 10px 30px !important;
    color: #fff !important;
    border: 2px solid #fff !important;
    border-radius: 5px !important;
    transition: 1000ms;
    box-shadow: 0px 9px 18px -9px rgba(0, 0, 0, 0.3);
    text-transform: none !important;
    font-weight: 600 !important;
    font-size: 16px !important;
}

.gearhead-light-bg-button-2.et_pb_button:hover {
    background-color: var(--accent-color) !important;
    padding: 10px 40px 10px 30px !important;
    color: #fff !important;
    border: 2px solid #fff !important;
    border-radius: 5px !important;
    transition: 1000ms;
    box-shadow: 0px 12px 18px -9px rgba(0, 0, 0, 0.6);
    transform: scale(1.05);
    font-size: 16px !important;
}

/*---- Service Page ----*/
/*service page hover effect*/
.gearhead-image-glass-hover-effect .et_pb_column .et_pb_image .et_pb_image_wrap:before,
.gearhead-image-glass-hover-effect .et_pb_column .et_pb_image .et_pb_image_wrap:after {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    left: 0px;
    width: 100%;
    height: 100%;
    background-color: rgba(255, 255, 255, 0.3);
    transform: scaleY(0);
    transition: 300ms;

}

.gearhead-image-glass-hover-effect .et_pb_column:hover .et_pb_image .et_pb_image_wrap:before {
    transform: scaleY(1);
}

.gearhead-image-glass-hover-effect .et_pb_column:hover .et_pb_image .et_pb_image_wrap:after {
    transform: scaleY(1);
}

.gearhead-image-glass-hover-effect .et_pb_column .et_pb_image .et_pb_image_wrap:before,
.gearhead-image-glass-hover-effect .et_pb_column .et_pb_image .et_pb_image_wrap:after {
    transform: scaleY(0);
}

.gearhead-image-glass-hover-effect .et_pb_column .et_pb_image .et_pb_image_wrap:hover:before,
.gearhead-image-glass-hover-effect .et_pb_column .et_pb_image .et_pb_image_wrap:hover:after {
    transform: scaleY(1);
}

.gearhead-image-glass-hover-effect .et_pb_column:hover .et_pb_image .et_pb_image_wrap img {
    transform: scale(1);
}

/*-------- Our Team Page -----*/
.gearhead-team-name-blurb p {
    color: var(--accent-color) !important;
    font-weight: 600 !important;
}

.year h4 {
    font-size: 24px !important;
    text-align: center;
}

.year-title h3 {
    font-size: 26px !important;
    text-align: center;
    font-weight: 600;
}

.year-note p {
    text-align: center;
}

/*--------------- Contact Form---------------------*/
/*Make The Divi Contact Form Submit Button Fullwidth*/

.contact-form .et_contact_bottom_container {
    width: 100%;
    flex-direction: column;
    gap: 1em;
    padding-left: 3%;
    margin-top: 0px;
}

.contact-form .et_contact_bottom_container button {
    width: 100%;
    margin: 0;
}

.contact-form .et_pb_button {
    background-color: var(--main-color) !important;
    padding: 10px 40px 10px 30px !important;
    color: #fff !important;
    border: none;
    border-radius: 5px !important;
    transition: 1000ms;
    box-shadow: 0px 9px 18px -9px rgba(0, 0, 0, 0.3);
    text-transform: none !important;
    font-weight: 600 !important;
    text-align: center;
}

.contact-form .et_pb_button:hover {
    border: none;
    box-shadow: 0px 12px 18px -9px rgba(0, 0, 0, 0.6);
}

/*------------------Submit button in Comment Box-----------------------*/
.et_pb_comments_module .et_pb_button{
	 background-color: var(--main-color) !important;
}

form#commentform .logged-in-as a{
	color:var(--main-color) !important;
}

.appointment-blurb .et-pb-icon {
    color: var(--main-color) !important;
    font-size: 50px !important;
}

.gearhead-card-title h1 {
    font-size: 50px;
    font-weight: 800;
    font-family: var(--custom-heading-font);
    color: var(--accent-color);
}

@media screen and (max-width: 400px) {
    .gearhead-card-title h1 {
        font-size: 40px;
    }
}

.gearhead-blurb-style-5 .et-pb-icon {
    color: var(--main-color) !important;
    font-size: 62px !important;
}

.gearhead-blurb-style-5 {
    padding: 40px;
    outline: 2px dashed var(--main-color);
    outline-offset: -8px;
    border-radius: 10px !important;
}

.gearhead-blurb-style-5 h3 {
    line-height: 2rem;
    font-weight: 700 !important;
    font-family: var(--custom-heading-font);
    font-size: 32px !important;
    color: var(--accent-color) !important;
}

.gearhead-blurb-style-5:before {
    content: '';
    position: absolute;
    bottom: 0;
    margin: auto;
    left: 30%;
    width: 40%;
    height: 8px;
    background-color: var(--main-color);
    transform: scaleY(1);
    transition: 500ms;
}

.gearhead-blurb-style-5:hover:before {
    left: 5%;
    width: 90%;
    transform: scaleY(1);
}

/*---- Slide In Menu CSS ----*/
/* Base styles for .menu-text */
.gearhead-menu-text {
    background: var(--accent-color) !important;
    border-radius: 5px !important;
    padding: 15px 10px 15px 30px;
    outline: 2px dashed var(--main-color);
    outline-offset: -8px;
    transition: background 0.5s, outline 0.3s, padding 0.5s;
    cursor: pointer;
    margin-bottom: 15px !important;
}

/* Styles for .menu-text's ::before pseudo-element */
.gearhead-menu-text:before {
    content: "";
    position: absolute;
    height: 5px;
    width: 0%;
    background: var(--accent-color);
    left: 0px;
    bottom: 0px;
    border-radius: 0px 0px 5px 10px !important;
    transition: width 0.5s, border-radius 0.5s;
}

/* Hover effect for .menu-text's ::before pseudo-element */
.gearhead-menu-text:hover:before {
    width: 100%;
    border-radius: 0px 0px 5px 5px !important;
}

/* Styles for .menu-text when hovered */
.gearhead-menu-text:hover {
    background: var(--main-color) !important;
    padding: 15px 10px 15px 30px;
    border-radius: 5px !important;
}

/* Styles for .menu-text's paragraph */
.gearhead-menu-text h4 {
    font-size: 18px !important;
    font-weight: 600 !important;
    margin-left: -10px;
    margin-top: 5px;
    color: #fff !important;
    transition: margin-left 0.3s, color 0.3s;
    font-family: var(--custom-body-font) !important;
}

/* Hover effect for .menu-text's paragraph */
.gearhead-menu-text:hover h4 {
    margin-left: 0;
    color: var(--accent-color) !important;
}

/* Styles for .menu-text's .et-pb-icon */
.gearhead-menu-text .et-pb-icon {
    color: var(--main-color) !important;
    font-size: 22px !important;
    margin-top: 5px;
    margin-left: 0px;
    transition: background 0.5s, outline 0.5s, margin-left 0.8s, transform 0.8s;
}

/* Hover effect for .menu-text's .et-pb-icon */
.gearhead-menu-text:hover .et-pb-icon {
    color: var(--accent-color) !important;
    margin-left: 10px;
    transform: rotate(180deg);
}

/*---------- Home 2 CSS -----------*/

/*---- How we work ----*/
.gearhead-steps-blurbs .et_pb_image_wrap {
    height: 150px;
    width: 150px;
    border-radius: 50%;
    overflow: hidden;
    outline: 2px dashed var(--main-color) !important;
    outline-offset: 12px !important;
}

.gearhead-steps-blurbs .et_pb_image_wrap img {
    height: inherit;
    width: inherit;
    object-fit: cover;
}

.gearhead-steps-blurbs h4 {
    font-size: 24px;
    text-align: center;
    color: var(--accent-color);
}

.gearhead-steps-blurbs p {
    text-align: center;
}

.float-text h3 {
    color: #fff !important;
    font-weight: 600;
    font-size: 28px !important;
}

.gearhead-number-bar-title h4 {
    font-size: 24px !important;
}

.gearhead-number-bar-main-title h4 {
    font-size: 26px !important;
}


.special p {
    text-align: center;
    color: #fff !important;

}




/* Our Team */
.gearhead-team-2 .et_pb_team_member .et_pb_team_member_image:before {
    background: rgba(0, 0, 0, 0.3) !important;
    z-index: 1;
}

.gearhead-team-2 .et_pb_team_member .et_pb_team_member_image:after {
    position: absolute;
    content: "";
    height: 100%;
    width: 100%;
    background: transparent;
    right: 0px;
    top: 0px;
    border-radius: 50%;
    transition: 500ms;
    outline: 2px dashed transparent !important;
    outline-offset: -12px !important;
    z-index: 99;
}

.gearhead-team-2 .et_pb_team_member .et_pb_team_member_image:hover:after {
    outline: 2px dashed var(--main-color) !important;
    z-index: 999 !important;
    animation: rotate .2s linear infinite;
}


.gearhead-team-2:hover .et_pb_team_member .et_pb_team_member_description .et_pb_member_social_links {
    bottom: 30px !important;
}



.gearhead-team-2 .et_pb_team_member .et_pb_team_member_image:before {
    z-index: 1;
}

.gearhead-team-2 .et_pb_team_member_image {
    width: 400px;
    /* Set the desired width for your round image */
    height: 400px;
    /* Set the same value as the width to make it round */
    overflow: hidden;
    border-radius: 50%;
}

.gearhead-team-2 .et_pb_team_member_image img {
    width: 100%;
    /* Ensures the image fills the container while maintaining aspect ratio */
    height: auto;
    /* Allows the image to scale proportionally */
    display: block;
    /* Removes any extra space beneath the image */
}

.gearhead-scrolling-testimonial-two .slick-arrow,
.gearhead-scrolling-testimonial-two .slick-arrow:hover,
.gearhead-scrolling-testimonial-two .slick-arrow:focus {
    position: absolute;
    font-size: 0;
    line-height: 0;
    padding: 0;
    color: transparent;
    outline: none;
    background: transparent;
    border: none;
    cursor: pointer;
    top: 50%;
    transform: translateY(-50%);
    z-index: 100;
    height: 50px;
    vertical-align: middle;
    border-radius: 10px;
    width: 50px;
    transition: transform 0.5s ease;
    /* Include transform in the transition properties */
}

.gearhead-scrolling-testimonial-two .slick-prev {
    left: -50px;
}

.gearhead-scrolling-testimonial-two .slick-next {
    right: -50px;
}

.gearhead-scrolling-testimonial-two .slick-arrow:before {
    font-family: ETmodules;
    color: transparent;
    background: transparent;
    opacity: 1;
    font-size: 46px;
    vertical-align: middle;
    color: transparent;
    text-align: center;
}

.gearhead-scrolling-testimonial-two .slick-arrow:hover:before {
    opacity: 0.8;
    transform: scale(1.05);
    /* Apply the scale transform on hover */
}

.gearhead-scrolling-testimonial-two .slick-prev:before {
    content: '\34';
}

.gearhead-scrolling-testimonial-two .slick-next:before {
    content: '\35';
}

.gearhead-scrolling-testimonial-two .slick-dots li button {
    font-size: 0;
    line-height: 0;
    display: block;
    width: 10px;
    height: 10px;
    padding: 0;
    cursor: pointer;
    color: transparent;
    border: 0;
    outline: none;
    background-color: #fff;
    border-radius: 10px;
}

.gearhead-scrolling-testimonial-two .slick-dots li.slick-active button {
    background-color: var(--main-color);
}

/*---- Home 2 Blog Grid Style ----*/
/*add a smooth transition for the zoom effect*/

.gearhead-blog-two .et_pb_blog_grid .et_pb_image_container img {
    transition: all 0.95s ease;
    -moz-transition: all 0.95s ease;
    -webkit-transition: all 0.95s ease;
    border-radius: 10px !important;
}


/*make the featured image zoom in on hover*/

.gearhead-blog-two .et_pb_blog_grid .et_pb_post:hover img {
    transform: scale(1.15) rotate(1deg);
    -moz-transform: scale(1.15) rotate(1deg);
    -webkit-transform: scale(1.15) rotate(1deg);
    border-radius: 10px !important;
}


.gearhead-blog-two.et_pb_blog_0 .et_pb_blog_grid .et_pb_post {
    outline: 2px dashed var(--main-color) !important;
    outline-offset: 0px !important;
    border-radius: 20px !important;
}


/* Hero Section */
.hero-heading h1 {
    color: var(--accent-color) !important;
    font-weight: 800 !important;
}

.gearhead-quote p {
    color: #fff !important;
    font-weight: 500 !important;
}

.gearhead-quote .et-pb-icon {
    color: var(--accent-color) !important;
    margin-top: 5px;
}

.gearhead-quote h3 {
    font-weight: 600;
    text-align: center;
}

/* Service Blurb */
.gearhead-2nd-service-blurb h4 {
    font-size: 32px;
    color: var(--accent-color);
    transition: color 0.5s;
}

.gearhead-2nd-service-blurb p {
    color: #000 !important;
    transition: color 0.5s;
}

.gearhead-2nd-service-blurb .et-pb-icon {
    color: var(--accent-color) !important;
    font-size: 70px;
}

.gearhead-2nd-service-blurb:hover h4,
.gearhead-2nd-service-blurb:hover p {
    color: #fff !important;
}

.gearhead-2nd-service-blurb:before {
    content: '';
    position: absolute;
    -webkit-border-radius: 100%;
    -webkit-transition: all .5s cubic-bezier(.3, 0, .3, 1);
    -webkit-transform: scale(1);
    background: var(--main-color);
    pointer-events: none;
    margin: -130px 0 0 150px;
    left: 30%;
    top: 30%;
    width: 80px;
    height: 80px;
}

.gearhead-2nd-service-blurb:hover:before {
    -webkit-transform: scale(13);
}

.gearhead-2nd-service-blurb {
    outline: 2px dashed var(--main-color) !important;
    outline-offset: -12px !important;
    border-radius: 20px !important;
}


.clip-path-circle {
    width: 180px;
    height: 240px;
    padding: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    outline: 2px dashed var(--color-white);
    outline-offset: -12px;
    clip-path: ellipse(50% 50% at 50% 50%);
}

.gearhead-about-us-blurb-one h4 {
    font-size: 24px !important;
    color: #fff;
}

.gearhead-about-us-blurb-one .et-pb-icon {
    color: var(--main-color) !important;
    font-size: 30px;
}

.gearhead-about-us-blurb-one p {
    color: #fff !important;
}

.gearhead-company-year-text h4 {
    text-align: center;
    font-size: 22px;
}

.gearhead-company-year-text h3 {
    text-align: center;
    font-weight: 600;
    font-size: 36px !important;
}

.gearhead-number-icon .et-pb-icon {
    color: var(--accent-color) !important;
    font-size: 56px !important;
    margin-bottom: -10px;
}

.gearhead-counter-number-two span {
    font-size: 64px !important;
    margin-bottom: -100px !important;
    line-height: 1.7;
    color: var(--main-color) !important;
    font-weight: 800;
}

.gearhead-counter-number-two h3 {
    color: var(--main-color) !important;
    font-weight: 600;
    text-transform: capitalize !important;
}

.gearhead-team-blurb-2 p {
    color: #fff !important;
}

@media (min-width: 981px) {
    .et_pb_gutters2.et_pb_row .et_pb_column_1_3 .et_pb_widget {
        width: 100%;
        margin-bottom: 0px;
    }
}

/* Remove Heading as same in faq page */
.gearhead-faq-title h3 {
    font-weight: 600;
}

.gearhead-faq-style-two h5.et_pb_toggle_title {
    border-bottom: 2px dashed var(--main-color);
}

.gearhead-faq-style-two .et_pb_toggle_open h5.et_pb_toggle_title {
    border-bottom: 1px solid transparent;
}

.gearhead-faq-style-two .et_pb_toggle_content {
    border-bottom: 2px dashed var(--main-color);
}


@keyframes dzMove1 {
    0% {
        -webkit-transform: translate(0);
        transform: translate(0);
    }

    25% {
        -webkit-transform: translate(10px, 10px);
        transform: translate(10px, 10px);
    }

    50% {
        -webkit-transform: translate(5px, 5px);
        transform: translate(5px, 5px);
    }

    75% {
        -webkit-transform: translate(10px, -5px);
        transform: translate(10px, -5px);
    }

    to {
        -webkit-transform: translate(0);
        transform: translate(0);
    }
}

/*----- Home 3 CSS ----*/
.gearhead-home-3-title h1 {
    font-size: 110px !important;
    color: #fff;
    text-align: center;
}

.gearhead-center-sub-heading h4 {
    text-align: center;
    font-size: 32px;
    margin-top: 5px;
}

.gearhead-center-sub-heading .et_pb_text_inner:before,
.gearhead-center-sub-heading .et_pb_text_inner:after {
    content: '\e035';
    font-family: 'ETMODULES';
    color: var(--main-color);
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    height: fit-content;
    font-size: 22px;
}

.gearhead-center-sub-heading .et_pb_text_inner:before {
    left: 0;
    right: auto;
}

.gearhead-center-sub-heading .et_pb_text_inner:after {
    right: 0;
    left: auto;
    transform: rotate(180deg);
}

.gearhead-center-sub-heading .et_pb_text_inner {
    display: inline-block;
    position: relative;
    padding: 0 30px;
    color: var(--main-color);
}

.gearhead-h3-title h3 {
    text-align: center;
    font-weight: 600;
}


@media screen and (min-width: 400px) and (max-width: 768px) {
    .gearhead-home-3-title h1 {
        font-size: 90px !important;
    }

    .gearhead-center-sub-heading h4 {
        font-size: 28px !important;
    }
}

@media screen and (max-width: 400px) {
    .gearhead-home-3-title h1 {
        font-size: 50px !important;
    }

    .gearhead-center-sub-heading h4 {
        font-size: 24px !important;
    }
}



.gearhead-blurb-style-9 p {
    color: #fff !important;
    text-align: center;
    font-size: 20px !important;
    font-weight: 600;
    border-top: 2px dashed var(--main-color);
    padding-top: 15px;
    width: 80%;
    margin: 0 auto;
}

.gearhead-blurb-style-9 .et-pb-icon {
    color: var(--main-color) !important;
}

@media screen and (max-width: 400px) {
    .gearhead-blurb-style-9 p {
        font-size: 16px !important;
    }
}


.gearhead-blurb-style-10 h4 {
    margin-top: -2px;
    font-size: 26px !important;
}

.gearhead-blurb-style-10 {
    padding: 26px;
    border-radius: 10px;
    box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.1);
    outline: 2px dashed var(--main-color);
    outline-offset: -8px;
}

.gearhead-blurb-style-10 .et-pb-icon {
    color: var(--accent-color) !important;
    font-size: 32px !important;
    padding: 10px;
    border-radius: 5px;
    background: var(--main-color);
}

.gearhead-medal-blurb {
    background: var(--main-color) !important;
    width: 60%;
    padding: 25px;
    border-radius: 10px;
    outline: 2px dashed var(--accent-color);
    outline-offset: -8px;
}

.gearhead-medal-blurb .et-pb-icon {
    background: #fff;
    color: var(--accent-color) !important;
    padding: 10px;
    border-radius: 5px;
    font-size: 42px;
}

.gearhead-medal-blurb h4 {
    color: #fff !important;
    margin-top: 6px !important;
}

@media screen and (max-width: 400px) {
    .gearhead-medal-blurb {
        width: 100%;
    }
}


.home-3-blurb-style-1 {
    text-align: center !important;
    background: var(--accent-color) !important;
    border-radius: 10px;
    outline: 2px dashed var(--main-color);
    outline-offset: -8px;
    padding: 25px !important;
}

.home-3-blurb-style-1 h4 {
    text-align: center;
    font-size: 26px !important;
    margin-bottom: 10px;
    line-height: 1.2;
}

.home-3-blurb-style-1 p {
    text-align: center;
    color: var(--main-color) !important;
    font-size: 20px !important;
    font-weight: 600;
    cursor: pointer;
    padding: 5px 10px 5px 10px !important;
    background: #fff !important;
    border-radius: 5px;
}

.home-3-blurb-style-1 .et-pb-icon {
    background: #fff;
    color: var(--main-color) !important;
    padding: 15px 10px 15px 10px;
    font-size: 50px;
    border: 2px solid #000;
}

.gearhead-appointment-blurb {
    padding: 60px 50px;
    border-right: 1px solid #dbdbdb;
}

.gearhead-appointment-blurb h4 {
    font-size: 26px !important;
    margin-bottom: 10px;
    line-height: 1.1;
}

.gearhead-appointment-blurb .et-pb-icon {
    color: #fff !important;
    background: var(--accent-color) !important;
    border-radius: 5px;
    font-size: 42px;
    box-shadow: 0px 0px 18px 0px rgba(0, 0, 0, 0.1);
    padding: 20px;
    outline: 2px dashed var(--main-color) !important;
    outline-offset: -8px;
}

.gearhead-appointment-col:before {
    content: '';
    position: absolute;
    bottom: 0;
    margin: auto;
    left: 30%;
    width: 40%;
    height: 10px;
    background-color: var(--main-color);
    transform: scaleY(1);
    transition: 500ms;
}

.gearhead-appointment-col:hover:before {
    left: 5%;
    width: 90%;
    transform: scaleY(1);
}

.gearhead-contact-blurb-two {
    background: var(--main-color);
    border-radius: 10px;
    padding: 40px;
    outline: 2px dashed var(--accent-color);
    outline-offset: -8px;
}

.gearhead-contact-blurb-two h4 {
    margin-top: 5px;
    color: var(--accent-color);
    font-size: 26px;
}

.gearhead-contact-blurb-two p {
    line-height: 1.4 !important;
    color: #fff !important;
    font-size: 18px !important;
    font-weight: 600;
}

.gearhead-contact-blurb-two .et-pb-icon {
    color: var(--main-color) !important;
    font-size: 50px;
    background: #fff;
    border-radius: 50%;
    padding: 23px 20px;
}

@media screen and (max-width: 400px) {
    .gearhead-contact-blurb-two .et-pb-icon {
        font-size: 36px;
        padding: 15px;
    }

    .gearhead-contact-blurb-two p {
        line-height: 1.3 !important;
        font-size: 16px !important;
        font-weight: 300;
    }
}

/*-- Service Card ---*/
.face2 {
    background: var(--accent-color);
    padding: 40px;
}

.face2 h4 {
    font-size: 24px !important;
}

.face2 p {
    color: #fff !important;
}

.face2 .et-pb-icon {
    background: #fff;
    color: var(--main-color) !important;
    padding: 10px;
    border-radius: 5px;
}

@media screen and (max-width: 400px) {
    .face2 p {
        color: #fff !important;
        line-height: 1.4 !important;
        font-size: 16px;
        border-radius: 10px !important;
    }
}

.face1 {
    background: var(--accent-color);
    border-radius: 10px;
    outline: 2px dashed #fff;
    outline-offset: -8px;
}

.face1 h4 {
    padding: 0px 20px 20px 20px;
    font-size: 24px !important;
    color: #fff !important;
}

.gearhead-effect-home-3:hover .face1 {
    background: var(--main-color);
    transform: translateY(0px);
    border-radius: 10px 10px 0px 0px !important;
}

.gearhead-effect-home-3:hover .face2 {
    transform: translateY(0px);
    border-radius: 0px 0px 10px 10px !important;
}

.gearhead-effect-home-3 .et_pb_module_header,
.gearhead-effect-home-3 .et_pb_main_blurb_image {
    opacity: 1 !important;
    transition: .5s;
}

.floating-dark-banner p {
    background: #fff !important;
    text-align: center;
}

.gearhead-stroke-main-heading h4 {
    color: #fff !important;
    font-size: 24px !important;
}

.stroke-heading h2 {
    font-size: 46px !important;
}

.gearhead-stoke-col {
    border-radius: 10px;
    padding: 20px;
    margin: 0px 15px;

}

.gearhead-stroke-p p {
    font-size: 12px !important;
    color: #fff !important;
}

.gearhead-tab-button-two {
    border-radius: 10px;
    padding: 25px;
    outline: 2px dashed var(--main-color);
    outline-offset: -8px;
    background: var(--accent-color);
}

.gearhead-tab-button-two h4 {
    color: #fff !important;
    font-size: 18px;
    font-weight: 300 !important;
    margin-top: 6px;
}

.gearhead-tab-button-two .et-pb-icon {
    background: #fff;
    color: var(--accent-color) !important;
    padding: 10px;
    border-radius: 10px;
}

.gearhead-style-6-new .et-pb-icon {
    color: var(--accent-color) !important;
    background: #fff;
    border-radius: 5px;
    padding: 10px;
}

.gearhead-dark-bk .et-pb-icon {
    background: var(--accent-color) !important;
}


/*-- Blog of Home 3 ---*/
/*add media query so changes only affect tablet and desktop*/
@media (min-width: 767px) {

    /*set the image width*/

    .gearhead-full-width-new .entry-featured-image-url {
        width: 30%;
        float: left;
        margin-bottom: 0 !important;
    }

    /*set the details width*/

    .gearhead-full-width-new .entry-title,
    .gearhead-full-width-new .post-meta,
    .gearhead-full-width-new .post-content {
        width: 70%;
        float: left;
        padding-left: 30px;
    }
}

/*style the individual posts*/

.gearhead-full-width-new .et_pb_post {
    box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.1);
    border-radius: 10px;
    padding: 20px;
    outline: 2px dashed var(--main-color);
    outline-offset: -8px;
}

.gearhead-full-width-new .et_pb_post {
    margin-bottom: 20px !important;
    word-wrap: break-word;
}

.et_pb_has_overlay:not(.et_pb_image):hover .et_overlay,
.et_portfolio_image:hover .et_overlay,
.et_shop_image:hover .et_overlay {
    z-index: 3;
    opacity: 1;
    border-radius: 10px !important;
}


/*--- Number Counter CSS ---*/
/* home 1 + 2 + 3 */
/* Change in rest 2 pages also */
.gearhead-counter-number-third span {
    font-size: 65px !important;
    margin-bottom: -100px !important;
    line-height: 1.7;
    color: var(--main-color) !important;
    font-weight: 800;
}

.gearhead-counter-number-third h3 {
    color: #fff !important;
    font-weight: 600;
    text-transform: capitalize !important;
}

.gearhead-icon-third .et-pb-icon {
    color: #fff !important;
    font-size: 70px !important;
    margin-bottom: -10px;
}

/*---------- 404 Page -------*/
.four-heading h1 {
    text-align: center;
    color: #fff !important;
    font-size: 200px !important;
}

.four-second-heading p {
    text-align: center;
    color: #fff !important;
    font-size: 30px !important;
    font-weight: 600;
    font-family: var(--custom-heading-font);
}

.four-third-heading p {
    text-align: center;
    color: #fff !important;
    font-size: 20px !important;
    font-weight: 600;
    font-family: var(--custom-heading-font);
}




/*--------- Under Const --------*/
.gearhead-under-const-title-one h1 {
    text-align: center;
    color: #fff !important;
    font-size: 200px !important;
    line-height: .75 !important;
}

.gearhead-under-const-title-two p {
    text-align: center;
    color: #fff !important;
    font-size: 36px !important;
    font-weight: 700;
    font-family: var(--custom-heading-font);
}

.under-const-third-heading-three p {
    text-align: center;
    color: #fff !important;
    font-size: 20px !important;
    font-weight: 300;
    font-family: var(--custom-heading-font);
}

/*----- Portfolio CSS -------*/
.gearhead_portfolio .et_pb_portfolio_filters {
    text-align: center;
}

.gearhead_portfolio .et_pb_portfolio_filters>ul {
    display: inline-block;
}

.gearhead_portfolio.et_pb_filterable_portfolio .et_pb_portfolio_filters li a,
.gearhead_portfolio .et_pb_portofolio_pagination ul li a {
    font-family: var(--custom-body-font) !important;
    font-size: 16px !Important;
    font-weight: 600;
    margin: 8px;
    background-color: var(--main-color);
    color: #fff !important;
    -webkit-transition: all 0.8s ease;
    -o-transition: all 0.65s ease;
    transition: all 0.8s ease;
    border-radius: 5px !important;
    padding: 15px 30px;
    outline: 2px dashed transparent;
    outline-offset: 5px;

}


.gearhead_portfolio.gearhead_portfolio .et_pb_portfolio_filters li a.active,
.gearhead_portfolio.gearhead_portfolio .et_pb_portfolio_filters li a:hover,
.gearhead_portfolio.gearhead_portfolio .et_pb_portofolio_pagination ul li a.active,
.gearhead_portfolio.gearhead_portfolio .et_pb_portofolio_pagination ul li a:hover {
    background-color: var(--accent-color);
    color: #fff !important;
    border-radius: 5px;
    outline: 2px dashed var(--main-color);
    outline-offset: 5px;

}

.gearhead_portfolio .et_portfolio_image:before {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    left: 0px;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    transform: scaleY(0);
    transition: 500ms;
    border-radius: 10px;
}

.gearhead_portfolio .et_pb_portfolio_item:hover .et_portfolio_image:before {
    transform: scaleY(1);
}

.et_overlay {
    display: none;
}

.et_pb_filterable_portfolio .et_pb_portfolio_filters {
    clear: both;
    margin: 0 0 20px;
}

.gearhead_portfolio .et_pb_with_border .gearhead_portfolio .et_pb_portfolio_image,
.et_pb_with_border .et_pb_portfolio_item {
    padding: 8px;
    border-radius: 10px;
    outline: 2px dashed var(--main-color);
    outline-offset: 8px;
    transition: 500ms;
}

.gearhead_portfolio .et_pb_with_border .gearhead_portfolio .et_pb_portfolio_image,
.et_pb_with_border .et_pb_portfolio_item:hover {
    background: #F3F8FF;
}

.et_pb_filterable_portfolio_grid .et_pb_portfolio_item img {
    width: 100%;
    border-radius: 10px;

}

.gearhead_portfolio .et_pb_portfolio_item h4 {
    text-align: center !important;
    color: var(--main-color) !important;
}

.gearhead_portfolio .et_pb_portfolio_item p {
    font-weight: 600 !important;
    text-align: center !important;
    font-family: var(--custom-heading-font);
    font-size: 20px !important;
    color: var(--accent-color) !important;
}

.et_pb_bg_layout_light .et_pb_portfolio_item .post-meta a {
    color: var(--accent-color);
}


/*-- Thank You Page --*/
.gearhead-thankyou-page-title-one h1 {
    font-size: 130px !important;
    text-align: center;
    color: var(--accent-color);
}

.gearhead-thankyou-page-title-two h3 {
    font-size: 30px !important;
    text-align: center;
    font-weight: 600;
    color: var(--accent-color);
    text-transform: capitalize;
}

.gearhead-thankyou-page-title-three h3 {
    font-size: 28px !important;
    text-align: center;
    font-weight: 300;
    color: var(--main-color);
    text-transform: capitalize;
}


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

    /* Under Construction section */
    .gearhead-under-const-title-one h1 {
        font-size: 52px !important;
        line-height: 1 !Important;
    }

    .gearhead-under-const-title-two p {
        font-size: 20px !important;

    }

    .gearhead-under-const-title-three p {
        font-size: 16px !important;
    }
}

/* Styles for medium screens */
@media screen and (min-width: 400px) and (max-width: 768px) {

    /*404 section for medium screens */
    .gearhead-under-const-title-one h1 {
        font-size: 100px !important;
    }

    .gearhead-under-const-title-two p {
        font-size: 26px !important;
    }

    .gearhead-under-const-title-three p {
        font-size: 18px !important;
    }
}

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

    /* Under Construction section */
    .four-heading h1 {
        font-size: 80px !important;
    }

    .four-second-heading p {
        font-size: 20px !important;
    }

    .four-third-heading p {
        font-size: 15px !important;
    }


    .home-2-footer h3 {
        font-size: 24px !Important;
        text-align: center;
        font-weight: 300;
        text-transform: capitalize;
    }
}

/* Styles for medium screens */
@media screen and (min-width: 400px) and (max-width: 768px) {

    /*404 section for medium screens */
    .four-heading h1 {
        font-size: 160px !important;
    }

    .four-second-heading p {
        font-size: 26px !important;
    }

    .four-third-heading p {
        font-size: 18px !important;
    }
}

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

    /* Thank You section */
    .gearhead-thankyou-page-title-one h1 {
        font-size: 54px !important;
    }

    .gearhead-thankyou-page-title-two h3 {
        font-size: 20px !important;
    }

    .gearhead-thankyou-page-title-three h3 {
        font-size: 22px !important;
    }
}

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

    /* Thank You section for medium screens */
    .gearhead-thankyou-page-title-two h3 {
        font-size: 30px !important;
    }

    .gearhead-thankyou-page-title-three h3 {
        font-size: 24px !important;
    }
}

