/*
Theme Name: Cartech
Theme URI: https://webprojekts.lv
Author: SIA WebProjekts
Author URI: http://webprojekts.lv
Description: Specifisks templeits Cartech.lv vajadzībām.
Text Domain: cartech
Version: 1.0
*/

/* ==============
    Default CSS 
======================== */


/*@import url('https://fonts.googleapis.com/css?family=Raleway:300,400,500,600,700|Roboto:300,400,500,700');*/

@import url('https://fonts.googleapis.com/css?family=Raleway:100,300,400,500,600,700|Roboto:300,400,500,700&subset=latin-ext');
body {
    font-family: 'Roboto', sans-serif;
    font-size: 15px;
    line-height: 26px;
    color: #333;
}

ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

a {
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

a:hover {
    text-decoration: none;
}

h1,
h2,
h3,
h4,
h5 {
    font-family: 'Raleway', sans-serif;
    font-weight: 700;
    color: #333;
    line-height: 1.1;
}

h3 {
    font-weight: 600;
    text-transform: uppercase;
    font-size: 20px;
}

h4 {
    font-weight: 600;
    text-transform: uppercase;
}

img {
    max-width: 100%;
}

.btn {
    display: inline-block;
    padding: 15px 25px;
    margin-bottom: 0;
    font-size: 15px;
    font-weight: 500;
    line-height: 1.42857143;
    text-align: center;
    text-transform: uppercase;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 0px;
    font-family: 'Raleway', sans-serif;
}

.theme-btn {
    background: #e18113 none repeat scroll 0 0;
    color: #fff;
    margin-top: 30px;
}

.btn {
    display: inline-block;
    text-align: center;
    border: 3px solid #e18113;
    border-radius: 2px;
    position: relative;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.2);
    z-index: 2;
}

.btn:before {
    -webkit-transition: 0.5s all ease;
    transition: 0.5s all ease;
    position: absolute;
    top: 0;
    left: 50%;
    right: 50%;
    bottom: 0;
    opacity: 0;
    content: '';
    background: rgba(0, 0, 0, .5);
    color: #fff;
    z-index: -1;
}

.btn:hover:before {
    -webkit-transition: 0.5s all ease;
    transition: 0.5s all ease;
    left: 0;
    right: 0;
    opacity: 1;
}

.btn:focus:before {
    -webkit-transition: 0.5s all ease;
    transition: 0.5s all ease;
    left: 0;
    right: 0;
    opacity: 1;
}

.btn.focus,
.btn:focus,
.btn:hover {
    color: #fff;
    text-decoration: none;
}

.d-table {
    display: table;
    width: 100%;
    height: 100%;
}

.d-table-cell {
    display: table-cell;
    vertical-align: middle;
}

.content-block-area {
    padding: 70px 0;
}

.content-block-area.fixed-height .row {
    height: 100%;
    display: flex;
}

@media (max-width: 991px) {
    .content-block-area.fixed-height .row {
        height: 100%;
        display: block;
    }
}

.content-block-area a.contact-btn {
    text-decoration: none;
    color: #000;
    text-decoration: underline;
    text-underline-offset: 5px;
    transition: 0.3s ease;
}

.content-block-area a.contact-btn:hover {
    color: #e18113;
}

.section-title h2 {
    font-size: 28px;
    text-transform: uppercase;
    margin: 0;
}

.section-title span {
    color: #e18113;
}

.car-icon {
    display: inline-block;
    margin: 30px 0;
    position: relative;
}

.car-icon::before {
    background: #333 none repeat scroll 0 0;
    content: "";
    height: 2px;
    left: -50px;
    position: absolute;
    top: 15px;
    width: 40px;
}

.car-icon::after {
    background: #333 none repeat scroll 0 0;
    content: "";
    height: 2px;
    right: -50px;
    position: absolute;
    top: 15px;
    width: 40px;
}

.separator-line {
    height: 1px;
    background: #eee;
    margin: 50px 0;
}

.gray-bg {
    background: #f9fbfd;
}

.invisible {
    color: #ffffff;
}

.space-tb-30 {
    height: 30px;
}


/* ==============
    End Default CSS 
======================== */


/* ============== 
    Preloader CSS Area 
========================= */

.site-preloader-wrap {
    background: #fff none repeat scroll 0 0;
    height: 100%;
    position: fixed;
    width: 100%;
    z-index: 99999;
}

.site-preloader-wrap .cssload-loader {
    left: 50%;
    margin: -75px 0 0 -75px;
    position: absolute;
    top: 50%;
    width: 146px;
    height: 146px;
    line-height: 146px;
    box-sizing: border-box;
    text-align: center;
    z-index: 0;
    text-transform: uppercase;
    -o-text-transform: uppercase;
    -ms-text-transform: uppercase;
    -webkit-text-transform: uppercase;
    -moz-text-transform: uppercase;
}

.cssload-loader:before,
.cssload-loader:after {
    opacity: 0;
    box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    content: "\0020";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 97px;
    border: 5px solid rgb(0, 41, 155);
    box-shadow: 0 0 49px rgb(0, 41, 155), inset 0 0 49px rgb(0, 41, 155);
    -o-box-shadow: 0 0 49px rgb(0, 41, 155), inset 0 0 49px rgb(0, 41, 155);
    -ms-box-shadow: 0 0 49px rgb(0, 41, 155), inset 0 0 49px rgb(0, 41, 155);
    -webkit-box-shadow: 0 0 49px rgb(0, 41, 155), inset 0 0 49px rgb(0, 41, 155);
    -moz-box-shadow: 0 0 49px rgb(0, 41, 155), inset 0 0 49px rgb(0, 41, 155);
}

.cssload-loader:after {
    z-index: 1;
    animation: cssload-gogoloader 2.3s infinite 1.15s;
    -o-animation: cssload-gogoloader 2.3s infinite 1.15s;
    -ms-animation: cssload-gogoloader 2.3s infinite 1.15s;
    -webkit-animation: cssload-gogoloader 2.3s infinite 1.15s;
    -moz-animation: cssload-gogoloader 2.3s infinite 1.15s;
}

.cssload-loader:before {
    z-index: 2;
    animation: cssload-gogoloader 2.3s infinite;
    -o-animation: cssload-gogoloader 2.3s infinite;
    -ms-animation: cssload-gogoloader 2.3s infinite;
    -webkit-animation: cssload-gogoloader 2.3s infinite;
    -moz-animation: cssload-gogoloader 2.3s infinite;
}

@keyframes cssload-gogoloader {
    0% {
        transform: scale(0);
        opacity: 0;
    }
    50% {
        opacity: 1;
    }
    100% {
        transform: scale(1);
        opacity: 0;
    }
}

@-o-keyframes cssload-gogoloader {
    0% {
        -o-transform: scale(0);
        opacity: 0;
    }
    50% {
        opacity: 1;
    }
    100% {
        -o-transform: scale(1);
        opacity: 0;
    }
}

@-ms-keyframes cssload-gogoloader {
    0% {
        -ms-transform: scale(0);
        opacity: 0;
    }
    50% {
        opacity: 1;
    }
    100% {
        -ms-transform: scale(1);
        opacity: 0;
    }
}

@-webkit-keyframes cssload-gogoloader {
    0% {
        -webkit-transform: scale(0);
        opacity: 0;
    }
    50% {
        opacity: 1;
    }
    100% {
        -webkit-transform: scale(1);
        opacity: 0;
    }
}

@-moz-keyframes cssload-gogoloader {
    0% {
        -moz-transform: scale(0);
        opacity: 0;
    }
    50% {
        opacity: 1;
    }
    100% {
        -moz-transform: scale(1);
        opacity: 0;
    }
}


/* ============== 
    End Preloader CSS Area 
========================= */


/* ==============
    Top Header CSS 
======================== */

.top-header-area {
    background-color: #f5f5f5;
    color: #333333;
    font-size: 14px;
}

.top-header-area ul li {
    display: inline-block;
    border-right: 1px solid #dedede;
}

.top-header-area ul li:first-child {
    border-left: 1px solid #dedede;
}

.top-header-area ul li a {
    color: #333333;
    display: block;
    font-size: 14px;
    padding: 15px;
}

.top-header-area ul li a:hover {
    opacity: .5;
}

.share-icons {
    text-align: right;
}

.share-icons ul li a {
    font-size: 16px;
}


/* ==============
    End Top Header CSS 
======================== */


/* 	============= 
	Default Main Menu CSS 
	======================= */

.main-menu-area {
    background: #fff;
    box-shadow: 0 5px 5px -5px rgba(0, 0, 0, 0.2);
}

.main-menu-area .navbar-default {
    background-color: transparent;
    border: none;
    margin: 0;
}

.main-menu-area .logo {
    height: 100%;
    padding: 5px 0 17px;
    position: relative;
}

.main-menu-area .logo::before {
    background: #262829;
    content: "";
    height: 100%;
    position: absolute;
    right: 0;
    top: 0;
    transform: skewX(-45deg);
    -webkit-transform: skewX(-45deg);
    width: 2000px;
    z-index: 999;
}

.logo a {
    color: #fff;
    font-size: 24px;
    font-weight: 700;
    letter-spacing: 2px;
    position: relative;
    text-transform: uppercase;
    z-index: 9999;
}

.logo-two {
    text-align: center;
    background-color: #e18113;
    max-width: 390px;
    margin: auto;
    padding-bottom: 15px;
}

.main-menu ul li a {
    display: block;
    color: #222 !important;
    font-size: 16px;
    text-transform: uppercase;
    padding: 30px 8px;
    transition: .3s;
    -webkit-transition: .5s ease;
    -moz-transition: .5s ease;
    -ms-transition: .5s ease;
    -o-transition: .5s ease;
    transition: .5s ease;
}

.main-menu-area .navbar-default .navbar-nav>.active>a,
.main-menu-area .navbar-default .navbar-nav>.active>a:focus,
.main-menu-area .navbar-default .navbar-nav>.active>a:hover {
    background-color: #f5f5f5;
}

.main-menu-area .navbar-nav>li>a:focus,
.main-menu-area .navbar-nav>li>a:hover {
    background-color: #f5f5f5;
}

.main-menu-area .dropdown-menu>.active>a,
.main-menu-area .dropdown-menu>.active>a:focus,
.main-menu-area .dropdown-menu>.active>a:hover {
    background-color: #f5f5f5;
}

.main-menu-area .dropdown-menu>li>a:focus,
.main-menu-area .dropdown-menu>li>a:hover {
    background-color: #f5f5f5;
}

.main-menu-area .navbar-default .navbar-nav>.open>a,
.main-menu-area .navbar-default .navbar-nav>.open>a:focus,
.main-menu-area .navbar-default .navbar-nav>.open>a:hover {
    color: #fff;
    background-color: #f5f5f5;
}

.main-menu-area .w-custom {
    width: 1600px;
}

@media (max-width: 1690px) {
    .main-menu-area .w-custom {
        width: 1400px;
    } 
}

@media (max-width: 1400px) {
    .main-menu-area .w-custom {
        width: 1200px;
    } 
}

@media (max-width: 1200px) {
    .main-menu-area .w-custom {
        width: 1000px;
    } 
}

@media (max-width: 991px) {
    .main-menu-area .w-custom {
        width: auto;
    } 

    .main-menu-area .logo {
        text-align: left !important;
    }
}



.main-menu ul li a i.fa-angle-down {
    position: relative;
    top: 2px;
    left: 4px;
    -webkit-transition: .5s ease;
    -moz-transition: .5s ease;
    -ms-transition: .5s ease;
    -o-transition: .5s ease;
    transition: .5s ease;
}

.main-menu ul li:hover i.fa-angle-down {
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
}

.navbar-right .dropdown-menu {
    left: 0;
}

.main-menu ul li ul {
    box-shadow: 0 3px 4px 0px rgba(0, 0, 0, 0.2);
    margin: 0px;
    padding: 0px;
    text-align: left;
}

.main-menu ul li ul li {
    display: block;
    position: relative;
}

.main-menu ul li ul li a {
    display: block;
    padding: 12px 20px;
    background-color: #fff;
    color: #333;
    text-align: left;
    text-decoration: none;
    border-bottom: 1px solid #eee;
    font-size: 16px;
    text-transform: none;
}

.main-menu ul li ul li.right-top ul {
    margin: 0px;
    padding: 0px;
    top: 0;
    position: absolute;
    text-align: left;
    left: 120%;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: .5s ease;
    -moz-transition: .5s ease;
    -ms-transition: .5s ease;
    -o-transition: .5s ease;
    transition: .5s ease;
    z-index: 9999;
    border-left: 1px solid #eee;
}

.main-menu ul li ul li.right-top:hover ul {
    opacity: 1;
    visibility: visible;
    display: block;
    left: 100%;
}

@media screen and (min-width: 991px) {
    #menu-wrapper {
        min-height: 80px;
    }
    .main-menu ul li ul {
        box-shadow: 0 3px 4px 0px rgba(0, 0, 0, 0.2);
        background-color: #fff;
        margin: 0px;
        padding: 0px;
        position: absolute;
        text-align: left;
        left: -200px;
        top: 120%;
        visibility: hidden;
        opacity: 0;
        -webkit-transition: .5s ease;
        -moz-transition: .5s ease;
        -ms-transition: .5s ease;
        -o-transition: .5s ease;
        transition: .5s ease;
        z-index: 9999;
        display: flex !important;
        flex-wrap: wrap;
        width: 700px;
    }
    .main-menu ul li ul li {
        width: 33.33%;
        box-sizing: border-box;
        border-bottom: 1px solid #eee;
    }

    .main-menu ul li ul li a {
        border: none;
    }

    .main-menu ul li ul li a:hover {
        color: #e18113 !important;
    }

    .main-menu ul li:hover ul {
        margin-top: 0px;
        opacity: 1;
        visibility: visible;
        display: block;
        top: 100%;
    }
    .main-menu ul li ul li.right-top {
        margin: 0;
        padding: 0;
        box-shadow: none;
        border: none;
        float: none;
    }
}

@media (max-width: 768px) {
    #bs-example-navbar-collapse-1 {
      display: none !important;
    }
  
    .navbar-toggle {
      display: none !important;
    }
}

.affix {
    position: fixed;
    width: 100%;
    top: 0;
    left: 0;
    right: 0;
    background-color: #fff;
    z-index: 999;
    box-shadow: 0 0 25px #000;
}


/* 	============= 
	End Default Main Menu CSS 
	======================= */


/* 	============= 
	Menu Style Two CSS 
	======================= */

.main-menu-area-style-2 {
    background: #fff;
    box-shadow: 0 5px 5px -5px rgba(0, 0, 0, 0.2);
    /* box-shadow: 0 0 20px rgba(0, 0, 0, 0.1) */
}


/* 	============= 
	End Default Main Menu CSS 
	======================= */


/* 	============= 
	Main Menu Two CSS 
	======================= */

.main-menu-area-two {
    background: rgba(0, 0, 0, 0.3) none repeat scroll 0 0;
    left: 0;
    right: 0;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 9999;
    transition: .3s;
    -webkit-transition: .3s;
}

.main-menu-area-two .navbar-default {
    background-color: transparent;
    margin: 0;
    border: none;
    border-radius: 0;
}

.main-menu-area-two .navbar-default .navbar-brand {
    padding-top: 5px;
}

.main-menu-area-two .logo>a {
    display: inline-block;
    padding: 7px 0;
}

.main-menu-two {
    padding-right: 0px;
}

.main-menu-two ul li a {
    color: #fff !important;
    font-size: 14px;
    text-transform: uppercase;
    padding: 30px 10px;
    transition: .3s;
    -webkit-transition: .5s ease;
    -moz-transition: .5s ease;
    -ms-transition: .5s ease;
    -o-transition: .5s ease;
    transition: .5s ease;
}

.main-menu-two .searchbox-area>a {
    color: #eee;
}

.main-menu-area-two .navbar-default .navbar-nav>.active>a,
.main-menu-area-two .navbar-default .navbar-nav>.active>a:focus,
.main-menu-area-two .navbar-default .navbar-nav>.active>a:hover {
    color: #fff;
    background-color: #3A3A3A;
}

.main-menu-area-two .navbar-nav>li>a:focus,
.main-menu-area-two .navbar-nav>li>a:hover {
    background-color: #3A3A3A;
}

.main-menu-area-two .dropdown-menu>.active>a,
.main-menu-area-two .dropdown-menu>.active>a:focus,
.main-menu-area-two .dropdown-menu>.active>a:hover {
    background-color: #3A3A3A;
}

.main-menu-area-two .dropdown-menu>li>a:focus,
.main-menu-area-two .dropdown-menu>li>a:hover {
    color: #fff;
    background-color: #3A3A3A;
}

.main-menu-area-two .navbar-default .navbar-nav>.open>a,
.main-menu-area-two .navbar-default .navbar-nav>.open>a:focus,
.main-menu-area-two .navbar-default .navbar-nav>.open>a:hover {
    color: #fff;
    background-color: #3A3A3A;
}

.main-menu-two ul li a i.fa-angle-down {
    position: relative;
    top: 2px;
    left: 4px;
    -webkit-transition: .5s ease;
    -moz-transition: .5s ease;
    -ms-transition: .5s ease;
    -o-transition: .5s ease;
    transition: .5s ease;
}

.main-menu-two ul li:hover i.fa-angle-down {
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
}

.main-menu-two ul li ul {
    margin: 0px;
    padding: 0px;
    text-align: left;
}

.main-menu-two ul li ul li {
    display: block;
    position: relative;
}

.main-menu-two ul li ul li a {
    display: block;
    padding: 10px 26px;
    background: #000;
    color: #fff;
    text-align: left;
    text-decoration: none;
    border-bottom: 1px solid #2E2E2E;
}

@media screen and (min-width: 768px) {
    .main-menu-two ul li ul {
        margin: 0px;
        padding: 0px;
        position: absolute;
        text-align: left;
        left: 0;
        top: 120%;
        visibility: hidden;
        opacity: 0;
        -webkit-transition: .5s ease;
        -moz-transition: .5s ease;
        -ms-transition: .5s ease;
        -o-transition: .5s ease;
        transition: .5s ease;
        z-index: 9999;
        width: 200px;
    }
    .main-menu-two ul li:hover ul {
        margin-top: 0px;
        opacity: 1;
        visibility: visible;
        display: block;
        top: 100%;
    }
}

.main-menu-two ul li ul li.right-top ul {
    margin: 0px;
    padding: 0px;
    top: 0;
    position: absolute;
    text-align: left;
    left: 120%;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: .5s ease;
    -moz-transition: .5s ease;
    -ms-transition: .5s ease;
    -o-transition: .5s ease;
    transition: .5s ease;
    z-index: 9999;
    width: 200px;
    border-left: 1px solid #0f0f0f;
}

.main-menu-two ul li ul li.right-top:hover ul {
    opacity: 1;
    visibility: visible;
    display: block;
    left: 100%;
}

.main-menu-two ul li ul li.right-top {
    margin: 0;
    padding: 0;
    box-shadow: none;
    border: none;
    float: none;
}

.main-menu-area-two.menu-shrink {
    background-color: #000;
    box-shadow: 0 0 25px #000;
}


/* 	============= 
	End Main Menu Two CSS 
	======================= */


/* 	============= 
	Navbar toggle CSS 
	======================= */

.navbar-default .navbar-toggle {
    border: none;
    background: transparent !important;
}

.navbar-default .navbar-toggle:hover {
    background: transparent !important;
}

.navbar-default .navbar-toggle .icon-bar {
    width: 22px;
    transition: all 0.2s;
    -webkit-transition: all 0.2s;
}

.navbar-default .navbar-toggle .top-bar {
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform-origin: 10% 10%;
    -webkit-transform-origin: 10% 10%;
}

.navbar-default .navbar-toggle .middle-bar {
    opacity: 0;
}

.navbar-default .navbar-toggle .bottom-bar {
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    transform-origin: 10% 90%;
    -webkit-transform-origin: 10% 90%;
}

.navbar-default .navbar-toggle.collapsed .top-bar {
    transform: rotate(0);
    -webkit-transform: rotate(0);
}

.navbar-default .navbar-toggle.collapsed .middle-bar {
    opacity: 1;
}

.navbar-default .navbar-toggle.collapsed .bottom-bar {
    transform: rotate(0);
    -webkit-transform: rotate(0);
}


/* 	============= 
	End Navbar toggle CSS 
	======================= */


/* search Form */

.searchbox-area {
    margin-top: -13px;
    position: absolute;
    right: 0;
    top: 50%;
}

#search {
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.9);
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    -webkit-transform: translate(0px, -100%) scale(0, 0);
    -moz-transform: translate(0px, -100%) scale(0, 0);
    -o-transform: translate(0px, -100%) scale(0, 0);
    -ms-transform: translate(0px, -100%) scale(0, 0);
    transform: translate(0px, -100%) scale(0, 0);
    opacity: 0;
    z-index: 9999;
}

#search input[type="search"] {
    position: absolute;
    top: 50%;
    width: 100%;
    color: white;
    background: transparent;
    font-size: 50px;
    font-weight: 300;
    text-align: center;
    border: 0px;
    margin: 0px auto;
    margin-top: -51px;
    padding: 15px 30px 15px 30px;
    outline: none;
}

#search .btn {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: 61px;
    margin-left: -45px;
    border: black;
}

#search .close {
    position: fixed;
    top: 15px;
    right: 15px;
    color: #fff;
    background-color: red;
    border-color: red;
    opacity: 1;
    padding: 10px 17px;
    font-size: 27px;
}

#search.open {
    -webkit-transform: translate(0px, 0px) scale(1, 1);
    -moz-transform: translate(0px, 0px) scale(1, 1);
    -o-transform: translate(0px, 0px) scale(1, 1);
    -ms-transform: translate(0px, 0px) scale(1, 1);
    transform: translate(0px, 0px) scale(1, 1);
    opacity: 1;
}


/* 	============= 
	Default Slider CSS 
	======================= */

.slide-bg-1 {
    background-image: url(/wp-content/themes/cartech/assets/img/slide-bg-1.jpg);
}

.slide-bg-2 {
    background-image: url(/wp-content/themes/cartech/assets/img/slide-bg-2.jpg);
}

.slide-bg-3 {
    background-image: url(/wp-content/themes/cartech/assets/img/slide-bg-3.jpg);
}

.slide-bg-4 {
    background-image: url(/wp-content/themes/cartech/assets/img/slide-bg-4.jpg);
}

.slide-bg-5 {
    background-image: url(/wp-content/themes/cartech/assets/img/slider_1.jpg);
}

.slide-bg-6 {
    background-image: url(/wp-content/themes/cartech/assets/img/slide-bg-6.jpg);
}

.swiper-slide {
    height: 720px;
    background-size: cover;
    background-position: center center;
}

@media (max-width:480px) {
    .swiper-slide {
        height: 600px;
    }
}

.swiper-slide::before {
    content: " ";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #000;
    opacity: 0.3;
}

.swiper-slide h1,
.swiper-slide h2 {
    font-size: 50px;
    color: #fff;
    line-height: 60px;
    font-weight: 700;
    text-transform: uppercase;
    text-shadow: 0 0 7px #000;
}

.swiper-slide p {
    font-size: 20px;
    color: #fff;
    text-shadow: 0 0 5px #000;
    margin-top: 20px;
}


/* 	============= 
	End Default Slider CSS 
	======================= */


/* 	============= 
	Fullwidth Slider CSS 
	======================= */

.hero-image-1 {
    background-image: url(/wp-content/themes/cartech/assets/img/hero-image-1.jpg);
}

.hero-image-2 {
    background-image: url(/wp-content/themes/cartech/assets/img/hero-image-2.jpg);
}

.hero-image-3 {
    background-image: url(/wp-content/themes/cartech/assets/img/hero-image-3.jpg);
}

.swiper-slide.swiper-slide-two {
    height: 100vh;
    background-size: cover;
    background-position: center center;
}

.swiper-slide.swiper-slide-two h1 {
    font-size: 50px;
    color: #fff;
    font-weight: 700;
    text-transform: uppercase;
    text-shadow: 0 0 7px #000;
}

.swiper-slide.swiper-slide-two p {
    font-size: 20px;
    color: #fff;
    text-shadow: 0 0 5px #000;
    margin-top: 20px;
}


/* 	============= 
	End Fullwidth Slider CSS 
	======================= */


/* 	============= 
	Homepage Background Image 
	======================= */

.background-preview h1 {
    font-size: 50px;
    color: #fff;
    font-weight: 700;
    text-transform: uppercase;
    text-shadow: 0 0 7px #000;
}

.hero-bg-1 {
    background-image: url(/wp-content/themes/cartech/assets/img/hero-image-1.jpg);
}

.background-preview p {
    font-size: 20px;
    color: #fff;
    text-shadow: 0 0 5px #000;
    margin-top: 20px;
}

.background-preview {
    background-size: cover;
    background-color: #ddd;
    background-position: center center;
    width: 100%;
    height: 100vh;
}


/* 	============= 
	End Homepage Background Image 
	======================= */


/* 	============= 
	Homepage background-video 
	======================= */

#videobg {
    position: relative;
    height: 100vh;
    background: transparent;
    padding: 0;
    overflow: hidden;
}

.videobg.player {
    position: relative;
}

.background-video h1 {
    font-size: 50px;
    color: #fff;
    font-weight: 700;
    line-height: 60px;
    text-transform: uppercase;
    text-shadow: 0 0 7px #000;
}

.background-video p {
    font-size: 20px;
    color: #fff;
    text-shadow: 0 0 5px #000;
    margin-top: 20px;
}

.background-video {
    width: 100%;
    height: 100vh;
    position: relative;
}

.background-video:before {
    position: absolute;
    width: 100%;
    height: 100%;
    content: "";
    background: url(/wp-content/themes/cartech/assets/img/raster_dot.png);
}


/* 	============= 
	End Homepage background-video 
	======================= */


/* ==============
    Featured Services Area CSS 
======================== */

.featured-boxed {
    margin-top: 40px;
}

.octagonWrap {
    height: 120px;
    margin: 0 auto 30px;
    overflow: hidden;
    position: relative;
    width: 120px;
}

.octagon {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    overflow: hidden;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    background: #f9fbfd;
    border: 2px solid #e18113;
}

.octagon:before {
    position: absolute;
    /* There needs to be a negative value here to cancel
     * out the width of the border. It's currently -3px,
     * but if the border were 5px, then it'd be -5px.
     */
    top: -2px;
    right: -2px;
    bottom: -2px;
    left: -2px;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    content: '';
    border: inherit;
}

.flaticon-oil:before,
.flaticon-motor-1:before,
.flaticon-breaks:before,
.flaticon-piston:before,
.flaticon-wheel-2:before {
    color: #333;
    display: inline-block;
    font-size: 55px;
    line-height: 80px;
    margin: 14px 0 0;
    padding: 0;
    text-align: center;
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
}

.flaticon-welding {
    background: url('/wp-content/themes/cartech/assets/fonts/welding-2.svg');
    background-repeat: no-repeat;
    display: inline-block;
    width: 55px;
    height: 55px;
    margin: 26px;
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
}

.flaticon-painting {
    background: url('/wp-content/themes/cartech/assets/fonts/painting.svg');
    background-repeat: no-repeat;
    display: inline-block;
    width: 80px;
    height: 80px;
    margin: 14px 0px 0px 22px;
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
}

.flaticon-suspension {
    background: url('/wp-content/themes/cartech/assets/fonts/suspension.svg');
    background-repeat: no-repeat;
    display: inline-block;
    width: 70px;
    height: 70px;
    margin: 20px 0px 0px 24px;
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
}

.flaticon-diagnostic {
    background: url('/wp-content/themes/cartech/assets/fonts/diagnostic.svg');
    background-repeat: no-repeat;
    display: inline-block;
    width: 100px;
    height: 100px;
    margin: 10px 0px 0px 24px;
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
}


.featured-boxed h3 a,
.featured-boxed h2 a {
    font-size: 20px;
    letter-spacing: .5px;
    margin: 0 0 15px;
    text-transform: uppercase;
    margin-top: 20px;
    color: #333;
    transition: 0.3s ease;
    text-decoration: none;
}

.featured-boxed h3 a:hover,
.featured-boxed h2 a:hover {
    color: #e18113;
}

.featured-boxed.text-center>p {
    margin: 30px 0 0;
}

.featured-boxed .img-box {
    width: 100%;
    height: 225px;
}

.featured-boxed .img-box img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: 0.3s ease;
}

.featured-boxed:hover .img-box img {
    filter: brightness(80%);
}

.featured-boxed p {
    margin-top: 20px;
    font-size: 15px;
    color: #333;
}

.upper-line {
    background: #e18113 none repeat scroll 0 0;
    height: 2px;
    margin: 0 auto 5px;
    width: 75px;
}

.bottom-line {
    background: #e18113 none repeat scroll 0 0;
    height: 2px;
    margin: 0 auto;
    width: 42px;
}


/* ==============
    End Featured Services Area CSS 
======================== */


/* ==============
    Services Area CSS 
======================== */

.services-item {
    margin-left: -15px;
    margin-right: -15px;
    display: none;
}

.box {
    text-align: center;
    overflow: hidden;
    box-shadow: 0 0 3px rgba(0, 0, 0, 0.3);
    position: relative;
}

.box>h3 {
    bottom: 10px;
    color: #fff;
    font-size: 20px;
    left: 15px;
    opacity: 1;
    position: absolute;
    text-transform: uppercase;
    transition: all 0.35s ease 0s;
    -webkit-transition: all 0.35s ease 0s;
}

.box:hover>h3 {
    opacity: 0;
    visibility: hidden;
}

.box:before {
    content: "";
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    position: absolute;
    top: 0;
    left: 0;
    opacity: .6;
    transition: all 0.35s ease 0s;
    -webkit-transition: all 0.35s ease 0s;
}

.box:hover:before {
    opacity: 1;
}

.box img {
    width: 100%;
    height: auto;
}

.box .box-content {
    width: 90%;
    height: 90%;
    position: absolute;
    top: 5%;
    left: 5%;
}

.box .box-content:before,
.box .box-content:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    opacity: 0;
    transition: all 0.7s ease 0s;
    -webkit-transition: all 0.7s ease 0s;
}

.box .box-content:before {
    border-bottom: 1px solid rgba(255, 255, 255, 0.5);
    border-top: 1px solid rgba(255, 255, 255, 0.5);
    transform: scale(0, 1);
    -webkit-transform: scale(0, 1);
    transform-origin: 0 0 0;
    -webkit-transform-origin: 0 0 0;
}

.box .box-content:after {
    border-left: 1px solid rgba(255, 255, 255, 0.5);
    border-right: 1px solid rgba(255, 255, 255, 0.5);
    transform: scale(1, 0);
    -webkit-transform: scale(1, 0);
    transform-origin: 100% 0 0;
    -webkit-transform-origin: 100% 0 0;
}

.box:hover .box-content:before,
.box:hover .box-content:after {
    opacity: 1;
    transform: scale(1);
    -webkit-transform: scale(1);
    transition-delay: 0.15s;
    -webkit-transition-delay: 0.15s;
}

.box .title {
    font-size: 20px;
    text-transform: uppercase;
    font-weight: bold;
    color: #fff;
    margin: 25px 0 0;
    opacity: 0;
    transform: translate3d(0px, -50px, 0px);
    -webkit-transform: translate3d(0px, -50px, 0px);
    transition: transform 0.5s ease 0s;
    -webkit-transition: transform 0.5s ease 0s;
}

.box:hover .title {
    opacity: 1;
    transform: translate3d(0px, 0px, 0px);
    -webkit-transform: translate3d(0px, 0px, 0px);
}

.box .post {
    display: inline-block;
    font-size: 14px;
    color: #fff;
    /*text-transform: capitalize;*/
    padding: 10px 15px;
    opacity: 0;
    transition: all 0.7s ease 0s;
    -webkit-transition: all 0.7s ease 0s;
}

.box:hover .post {
    opacity: 1;
    transform: translate3d(0px, 0px, 0px);
    -webkit-transform: translate3d(0px, 0px, 0px);
    transition-delay: 0.15s;
    -webkit-transition-delay: 0.15s;
}

.box .icon {
    width: 100%;
    list-style: none;
    padding: 0;
    margin: 0;
    position: absolute;
    bottom: -10px;
    left: 0;
    opacity: 0;
    z-index: 1;
    transition: all 0.7s ease 0s;
    -webkit-transition: all 0.7s ease 0s;
}

.box:hover .icon {
    bottom: 25px;
    opacity: 1;
    transition-delay: 0.15s;
    -webkit-transition-delay: 0.15s;
}

.box .icon li {
    display: inline-block;
}

.box .icon li a {
    display: block;
    width: 40px;
    height: 40px;
    line-height: 40px;
    border: 1px solid #fff;
    border-radius: 0 16px 0 16px;
    font-size: 14px;
    color: #fff;
    margin-right: 5px;
    transition: all 0.4s ease 0s;
    -webkit-transition: all 0.4s ease 0s;
}

.box .icon li a:hover {
    background: #e18113;
    border-color: #e18113;
}


/* ==============
    End Services Area CSS 
======================== */


/* ==============
    Single Services Area CSS 
======================== */

.slider-wrapper .swiper-container {
    width: 100%;
    height: 300px;
    margin-left: auto;
    margin-right: auto;
}

.slider-wrapper .swiper-slide {
    background-size: cover;
    background-position: center;
    height: 290px;
}

.slider-wrapper .gallery-top {
    height: 80%;
    width: 100%;
}

.slider-wrapper .gallery-thumbs {
    height: 20%;
    box-sizing: border-box;
    padding: 10px 0;
}

.slider-wrapper .gallery-thumbs .swiper-slide {
    height: 100px;
    opacity: 0.4;
}

.slider-wrapper .gallery-thumbs .swiper-slide-active {
    opacity: 1;
}

.left-widget {
    box-shadow: 0 0 35px 5px rgba(0, 0, 0, 0.06);
    margin-bottom: 30px;
}

.vertical-menu ul li a {
    border-bottom: 1px solid #eee;
    color: #222;
    display: block;
    padding: 15px;
    transition: .4s;
    -webkit-transition: .4s;
}

.vertical-menu ul li a:hover,
.vertical-menu ul li.active a {
    background-color: #e18113;
    color: #fff;
}

.vertical-menu .fa.fa-arrow-circle-right {
    font-size: 17px;
    line-height: 27px;
}

.discount-box {
    padding: 15px;
    text-align: center;
}

.discount-box h4 {
    line-height: 25px;
}

.discount-box>p {
    font-size: 14px;
}

.discount-box .theme-btn {
    margin-top: 0;
}

.left-widget.download-box>a {
    border: 1px solid #eee;
    color: #828282;
    display: block;
    margin: 15px 0;
    padding: 7px 12px;
    text-align: left;
}

.left-widget.download-box>a:hover {
    background-color: #333;
    color: #fff;
}

.left-widget.download-box i {
    line-height: 27px;
}

.pricingTable {
    background: #f5f5f5;
    padding-bottom: 20px;
    overflow: hidden;
}

.pricingTable .pricingTable-header {
    margin-bottom: 40px;
    position: relative;
    z-index: 1;
}

.pricingTable .pricingTable-header:before {
    content: "";
    width: 100%;
    height: 150%;
    background: #606aa3;
    position: absolute;
    top: -90%;
    left: -20%;
    z-index: -1;
    transform: rotate(-42deg);
}

.pricingTable .pricingTable-header:after {
    content: "";
    width: 100%;
    height: 190%;
    background: #727cb6;
    position: absolute;
    top: -76%;
    right: -16%;
    z-index: -2;
    transform: rotate(20deg);
}

.pricingTable .price-value {
    display: inline-block;
    width: 50%;
    padding: 30px 0;
    float: left;
    font-size: 20px;
    color: #fff;
    line-height: 20px;
    position: relative;
    top: 10px;
    left: 20px;
}

.pricingTable .currency {
    font-size: 20px;
    position: relative;
    top: -10px;
    right: -3px;
}

.pricingTable .title {
    display: inline-block;
    width: 50%;
    padding: 30px 0;
    margin: 0;
    font-size: 30px;
    font-weight: bold;
    color: #fff;
    line-height: 20px;
    text-transform: uppercase;
    position: relative;
    top: 10px;
    right: 7px;
}

.pricingTable .pricing-content {
    list-style: none;
    padding: 0;
    margin: 0 0 20px 0;
    text-align: center;
    clear: both;
}

.pricingTable .pricing-content li {
    color: #828282;
    line-height: 40px;
}

.pricingTable .pricingTable-signup {
    display: block;
    width: 80%;
    padding: 10px 0;
    text-align: center;
    border: 1px solid #606aa3;
    border-radius: 40px;
    margin: 0 auto;
    font-size: 18px;
    color: #606aa3;
    z-index: 1;
    text-transform: uppercase;
    overflow: hidden;
    position: relative;
}

.pricingTable .pricingTable-signup:before,
.pricingTable .pricingTable-signup:after {
    content: "";
    border-width: 0;
    border-style: solid;
    position: absolute;
    z-index: -1;
    transition: all 0.7s ease 0s;
    -webkit-transition: all 0.7s ease 0s;
}

.pricingTable .pricingTable-signup:before {
    border-color: rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) #606aa3;
    bottom: 0;
    left: 0;
}

.pricingTable .pricingTable-signup:after {
    border-color: rgba(0, 0, 0, 0) #606aa3 rgba(0, 0, 0, 0) rgba(0, 0, 0, 0);
    top: 0;
    right: 0;
}

.pricingTable .pricingTable-signup:hover:before,
.pricingTable .pricingTable-signup:hover:after {
    border-width: 150px 262px;
}

.pricingTable.deep-green .pricingTable-header:before {
    background: #18a288;
}

.pricingTable.deep-green .pricingTable-header:after {
    background: #1abc9c;
}

.pricingTable.deep-green .pricingTable-signup {
    border-color: #1abc9c;
    color: #1abc9c;
}

.pricingTable.deep-green .pricingTable-signup:before {
    border-color: rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) #18a288;
}

.pricingTable.deep-green .pricingTable-signup:after {
    border-color: rgba(0, 0, 0, 0) #18a288 rgba(0, 0, 0, 0) rgba(0, 0, 0, 0);
}

.pricingTable.orange .pricingTable-header:before {
    background: #ee6e00;
}

.pricingTable.orange .pricingTable-header:after {
    background: #e67e22;
}

.pricingTable.orange .pricingTable-signup {
    border-color: #e67e22;
    color: #e67e22;
}

.pricingTable.orange .pricingTable-signup:before {
    border-color: rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) #ee6e00;
}

.pricingTable.orange .pricingTable-signup:after {
    border-color: rgba(0, 0, 0, 0) #ee6e00 rgba(0, 0, 0, 0) rgba(0, 0, 0, 0);
}

.pricingTable.purple .pricingTable-header:before {
    background: #b14468;
}

.pricingTable.purple .pricingTable-header:after {
    background: #cf4d78;
}

.pricingTable.purple .pricingTable-signup {
    border-color: #cf4d78;
    color: #cf4d78;
}

.pricingTable.purple .pricingTable-signup:before {
    border-color: rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) #b14468;
}

.pricingTable.purple .pricingTable-signup:after {
    border-color: rgba(0, 0, 0, 0) #b14468 rgba(0, 0, 0, 0) rgba(0, 0, 0, 0);
}

@media only screen and (max-width: 990px) {
    .pricingTable {
        margin-bottom: 30px;
    }
}

@media only screen and (max-width: 767px) {
    .pricingTable .pricingTable-header:before {
        height: 300%;
        top: -267%;
    }
    .pricingTable .pricingTable-header:after {
        height: 270%;
        top: -106%;
    }
    .pricingTable .title {
        text-align: center;
    }
}

@media only screen and (max-width: 480px) {
    .pricingTable .pricingTable-header:after {
        top: -146%;
    }
}

@media only screen and (max-width: 479px) {
    .pricingTable .pricingTable-header:before {
        height: 200%;
        top: -120%;
        left: -20%;
    }
}

.single-line {
    background: #eee;
    height: 1px;
}

.single-icon {
    background-color: #333;
    border-radius: 50%;
    color: #fff;
    display: inline-block;
    font-size: 20px;
    height: 50px;
    left: 0;
    line-height: 50px;
    position: absolute;
    text-align: center;
    top: 0;
    width: 50px;
    transition: .4s;
    -webkit-transition: .4s;
}

.single-item-boxed:hover .single-icon {
    background-color: #e18113;
}

.single-item-boxed {
    margin-bottom: 20px;
    padding-left: 60px;
    position: relative;
}

.single-item-boxed h4 {
    font-size: 16px;
    font-weight: 600;
    text-transform: uppercase;
}

.single-item-boxed>p {
    font-size: 14px;
}

.single-service-image img {
    width: 100%;
}


/* ==============
    End Single Services Area CSS 
======================== */


/* ==============
    Pricing Table Area CSS 
======================== */

table.pricing {
    width: 100%;
    font-size: 18px;
    margin-left: auto;
    margin-right: auto;
}

table.pricing caption {
    font-size: 22px;
}

table.pricing td,
table.pricing th {
    border: 2px solid gray;
    padding: 5px;
    margin: 1px;
}

table.pricing th {
    text-align: center;
    text-transform: uppercase;
    color: #ffffff;
    font-size: 20px;
    background-color: #555;
}

table.pricing td.text,
table.pricing td.price {
    padding-left: 10px;
}

table.pricing td.bg {
    background-color: #eaedf6;
}

table.pricing td span.pricetag {
    font-weight: 700;
    font-size: 20px;
}

/* ==============
    Who Choose Area CSS 
======================== */

.boxed-item {
    background: #fff none repeat scroll 0 0;
    box-shadow: 0 0 0 1px #e2e9ed;
    box-sizing: border-box;
    margin-left: -15px;
    margin-right: -15px;
    padding: 50px 20px;
    transition: all 0.4s ease 0s;
    -webkit-transition: all 0.4s ease 0s;
    height: 100%;
}

.boxed-item:hover {
    box-shadow: 0 20px 25px -12px rgba(0, 0, 0, 0.15);
}

.sirial-number {
    display: block;
    text-align: right;
    font-size: 17px;
    color: #333;
}

.boxed-item .flaticon-crane::before,
.boxed-item .flaticon-wheel-1:before,
.boxed-item .flaticon-speedometer:before,
.boxed-item .flaticon-car-radio:before,
.boxed-item .flaticon-mechanic:before,
.boxed-item .flaticon-wrench:before {
    color: #e18113;
    font-size: 25px;
    line-height: 55px;
    margin-left: 0;
}

.boxed-item .flaticon-price {
    background: url('/wp-content/themes/cartech/assets/fonts/price-1.svg');
    background-repeat: no-repeat;
    display: inline-block;
    width: 30px;
    height: 30px;
    margin: 12px 0px 0px 8px;
}

.single-boxed {
    border-radius: 50%;
    box-shadow: 0 15px 20px 0 rgba(0, 0, 0, 0.06);
    display: inline-block;
    height: 50px;
    position: relative;
    text-align: center;
    transition: all 0.2s ease-in-out 0s;
    -webkit-transition: all 0.2s ease-in-out 0s;
    width: 50px;
}

.boxed-item>h3 {
    margin: 30px 0 20px;
}


/* ==============
    End Who Choose Area CSS 
======================== */


/* ==============
    Count Down Area CSS 
======================== */

.count-down-area {
    background-color: #ddd;
    background-size: cover;
    background-position: center center;
    padding: 70px 0;
    position: relative;
}

.count-down-area::before {
    background: #000 none repeat scroll 0 0;
    content: "";
    height: 100%;
    left: 0;
    opacity: 0.6;
    position: absolute;
    top: 0;
    width: 100%;
}

.count-bg {
    background-image: url(/wp-content/themes/cartech/assets/img/count-bg.jpg);
}

.count-down-boxed {
    border: 1px solid #eee;
    color: #eee;
    padding: 25px 15px;
    transition: all 0.5s ease 0s;
    -webkit-transition: all 0.5s ease 0s;
}

.count-down-boxed .ion-ios-people-outline::before,
.count-down-boxed .ion-ios-partlysunny-outline::before,
.count-down-boxed .ion-ios-paperplane-outline::before,
.count-down-boxed .ion-ios-thunderstorm-outline::before {
    display: inline-block;
    font-size: 55px;
    line-height: 35px;
}

.count-down-boxed .count-number {
    display: inline-block;
    font-size: 35px;
    margin-left: 10px;
    position: relative;
    top: -7px;
}

.count-down-boxed h2 {
    color: #eee;
    font-size: 17px;
    margin: 13px 0 0;
    text-transform: uppercase;
    font-weight: 500;
}


/* ==============
    End Count Down Area CSS 
======================== */

p.company-details {
    margin-top: 10px;
}


/* ==============
    Body Services Area CSS 
======================== */

.body-service-boxed-item {
    margin-left: -15px;
    background-color: #ddd;
    height: 560px;
    background-size: cover;
    background-position: center center;
}

.auto-body-bg {
    background-image: url(/wp-content/themes/cartech/assets/img/body-service-bg.jpg);
}

.services-list {
    margin-top: 30px;
}

.services-list ul li {
    font-family: "Raleway", sans-serif;
    font-size: 16px;
    font-weight: 500;
    margin: 10px 0;
    padding-left: 25px;
    position: relative;
    letter-spacing: .5px;
}

.services-list ul li:before {
    position: absolute;
    content: "\f046";
    color: #e18113;
    font-family: FontAwesome;
    left: 0;
    top: 0;
}


/* ==== Services V.2 ===*/

.services-item-two {
    display: none;
    margin-bottom: 30px;
}

.services-item-two .services-item-mask {
    position: relative;
    padding: 10px 0 10px 20px;
}

.services-item-two .services-item-mask:before {
    content: "";
    width: 40px;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: #011627;
}

.services-item-two .pic {
    position: relative;
    overflow: hidden;
}

.services-item-two .pic:after {
    content: "";
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.4);
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    transition: all 0.5s ease 0s;
    -webkit-transition: all 0.5s ease 0s;
}

.services-item-two:hover .pic:after {
    opacity: 1;
}

.services-item-two .pic img {
    width: 100%;
    height: auto;
}

.services-item-two .single-links {
    padding: 0;
    margin: 0;
    list-style: none;
    width: 100%;
    position: absolute;
    bottom: -40%;
    left: 0;
    text-align: center;
    z-index: 1;
    transition: all 0.5s ease 0s;
    -webkit-transition: all 0.5s ease 0s;
}

.services-item-two:hover .single-links {
    bottom: 20px;
}

.services-item-two .single-links li {
    display: inline-block;
    margin-right: 5px;
}

.services-item-two .single-links li a {
    border: 1px solid #fdfffc;
    color: #fdfffc;
    display: block;
    font-size: 15px;
    height: 35px;
    line-height: 30px;
    text-transform: capitalize;
    transition: all 0.5s ease 0s;
    -webkit-transition: all 0.5s ease 0s;
    width: 130px;
}

.services-item-two .single-links li a:hover {
    background: #e18113;
    border: 1px solid #e18113;
}

.services-item-two .services-item-info {
    padding: 20px;
    background: #e18113;
    color: #eee;
    text-align: center;
    position: relative;
    overflow: hidden;
    z-index: 1;
    transition: all 0.5s ease 0s;
    -webkit-transition: all 0.5s ease 0s;
}

.services-item-two .services-item-info:before {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: -100%;
    background: #011627;
    z-index: -1;
    transition: all 0.5s ease 0s;
    -webkit-transition: all 0.5s ease 0s;
}

.services-item-two:hover .services-item-info:before {
    left: 0;
}

.services-item-two .title {
    color: #eee;
    font-size: 20px;
    font-weight: 500;
    margin-bottom: 5px;
    text-transform: uppercase;
    transition: all 0.5s ease 0s;
    -webkit-transition: all 0.5s ease 0s;
}

.services-item-two:hover .title {
    color: #fff;
}

.services-item-two .post {
    display: block;
    font-size: 13px;
    color: #eee;
    font-style: italic;
    text-transform: uppercase;
    margin-bottom: 12px;
}

.services-item-two:hover .services-item-info,
.services-item-two:hover .post {
    color: #fdfffc;
}

.services-item-two .description {
    font-size: 14px;
    line-height: 22px;
}

@media screen and (max-width: 990px) {
    .services-item-two {
        margin-bottom: 20px;
    }
}


/* ==============
    End Body Services Area CSS 
======================== */


/* ==============
    Breadcumbs Area CSS 
======================== */

.breadcumbs-area {
    background-position: center center;
    background-size: cover;
    height: 300px;
    position: relative;
}

.breadcumbs-bg-1 {
    background-image: url(/wp-content/themes/cartech/assets/img/bg-header.jpg);
}

.breadcumbs-bg-2 {
    background-image: url(/wp-content/themes/cartech/assets/img/bg-header.jpg);
}

.breadcumbs-area::before {
    background: rgba(0, 0, 0, 0.5) none repeat scroll 0 0;
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
}

.breadcumbs-area h1 {
    color: #fff;
    letter-spacing: 1px;
    margin: 0 0 5px;
    text-transform: uppercase;
}

.breadcumbs-area a {
    color: #fff;
}

.breadcumbs-area span {
    /*text-transform: capitalize;*/
    color: #dddddd;
    font-size: 18px;
}

.breadcumbs-banner-area h2 {
    color: #fff;
    letter-spacing: 1px;
    margin: 0 0 5px;
    text-transform: uppercase;
    font-size: 40px;
}

.breadcumbs-banner-area span {
    text-transform: capitalize;
    display: inline-block;
    margin: 25px 0 0;
}

.breadcumbs-banner-area a {
    color: #fff;
    text-transform: capitalize;
}

.breadcumbs-banner-area {
    background-position: center center;
    background-size: cover;
    height: 540px;
    position: relative;
}

.breadcumbs-banner-bg {
    background-image: url(/wp-content/themes/cartech/assets/img/breadcumbs-banner-bg.jpg);
}


/* ==============
   End Breadcumbs Area CSS 
======================== */


/* ==============
    Banner Area CSS 
======================== */

.banner-man-boxed {
    background-size: cover;
    background-position: center center;
    height: 436px;
    max-width: 350px;
    margin: 0 auto;
}

.banner-man-bg {
    background-image: url(/wp-content/themes/cartech/assets/img/banner-man-bg.png);
}

.banner-boxed span {
    color: #e18113;
}

.banner-boxed>h2 {
    font-size: 33px;
    line-height: 40px;
}

.banner-boxed .subtitle {
    font-size: 22px;
    font-weight: 300;
    line-height: 30px;
    margin: 16px 0 20px;
    color: #333;
}

.banner-boxed p {
    font-size: 16px;
    color: #333;
}

.signature {
    margin-top: 30px;
}

.banner-boxed ul {
    list-style: none;
    margin-top: 20px;
}

.banner-boxed ul li {
    font-size: 16px;
    color: #333;
    padding-bottom: 8px;
}

.banner-boxed ul li::before {
    font-family: "Font Awesome 5 Free";
    content: "\f138"; 
    font-weight: 900; 
    margin-right: 8px; 
    color: #e18113;
    font-size: 16px;
}

.banner-boxed ul li:last-child {
    padding-bottom: 0;
}


/* ==============
    End Banner Area CSS 
======================== */


/* ==============
    Our Team Area CSS 
======================== */

.our-team {
    border-left: 8px solid #e18113;
    border-bottom: 8px solid #e18113;
    margin-top: 40px;
}

.our-team .team-image {
    position: relative;
    text-align: center;
}

.our-team img {
    width: 100%;
    height: auto;
}

.our-team .description {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    font-size: 14px;
    color: #fff;
    line-height: 30px;
    padding: 40px 50px;
    opacity: 0;
    background-color: rgba(59, 51, 106, 0.6);
    transition: all 0.5s ease 0s;
    -webkit-transition: all 0.5s ease 0s;
}

.our-team:hover .description {
    opacity: 1;
}

.our-team .social {
    padding: 10px 0 0 0;
    margin: 0;
    list-style: none;
    position: absolute;
    top: 40px;
    left: -27px;
    background: #e18113;
    text-align: center;
    transform: translate(25px, 0px) rotateY(90deg);
    transition: all 0.5s ease 0s;
    -webkit-transition: all 0.5s ease 0s;
}

.our-team:hover .social {
    transform: translate(0px, 0px) rotateY(0deg);
}

.our-team .social li {
    display: block;
    margin-bottom: 10px;
}

.our-team .social li a {
    display: block;
    width: 40px;
    height: 35px;
    font-size: 17px;
    color: #fff;
    line-height: 38px;
    transition: all 0.5s ease 0s;
    -webkit-transition: all 0.5s ease 0s;
}

.our-team .social li a:hover {
    background: #011f73;
}

.our-team .team-info {
    padding: 20px;
}

.our-team .title {
    font-size: 18px;
    color: #3b336a;
    letter-spacing: 1px;
    margin: 0 0 15px 0;
    transition: all 0.5s ease 0s;
    -webkit-transition: all 0.5s ease 0s;
}

.our-team .post {
    display: block;
    font-size: 14px;
    color: #3b336a;
    text-transform: capitalize;
}

.our-team .title:hover,
.our-team .post:hover {
    color: #011f73;
}

@media only screen and (max-width: 990px) {
    .our-team {
        margin-bottom: 30px;
    }
}

@media only screen and (max-width: 767px) {
    .our-team .social {
        left: -20px;
    }
}

@media only screen and (max-width: 480px) {
    .our-team .social {
        left: -20px;
    }
}


/* ==============
    End Our Team Area CSS 
======================== */


/* ==============
    Testimonials Area CSS 
======================== */

.testimonials-car-boxed {
    margin-top: 70px;
}

.testimonial-single-item p {
    font-style: italic;
    padding-left: 20px;
    position: relative;
}

.testimonial-single-item p:before {
    position: absolute;
    content: "\f347";
    color: #333;
    font-family: Ionicons;
    left: 0;
    top: -5px;
}

.testimonial-single-item {
    position: relative;
    box-shadow: 0 15px 20px 0 rgba(0, 0, 0, 0.06);
}

.testimonial-single-item::before {
    border-left: 0 solid transparent;
    border-right: 23px solid transparent;
    border-top: 32px solid #fff;
    bottom: -32px;
    content: "";
    height: 0;
    left: 50px;
    position: absolute;
    width: 0;
}

.testimonial-single-item ul li {
    display: inline-block;
    color: #e8e011;
}

.testimonial-single-item>ul {
    text-align: center;
}

.testimonial-single-item {
    background: #fff none repeat scroll 0 0;
    padding: 25px;
}

.quotation-profile {
    border: 2px solid #fff;
    border-radius: 50%;
    height: 70px;
    margin-top: 35px;
    margin-left: 10px;
    overflow: hidden;
    width: 70px;
    box-shadow: 0 15px 20px 0 rgba(0, 0, 0, 0.06);
}


/* ==============
    End Testimonials Area CSS 
======================== */


/* ==============
    Appointment Area CSS 
======================== */

.appointment-form {
    margin-top: 30px;
}

.appointment-form label {
    display: block;
    font-size: 20px;
    font-weight: 400;
    font-family: 'Raleway', sans-serif;
    margin-bottom: 10px;
    color: #333;
}

.appointment-form input {
    background-color: #fbfcff;
    border: 1px solid #eee;
    color: #333;
    font-size: 14px;
    height: 40px;
    margin-bottom: 15px;
    padding: 5px 15px;
    width: 100%;
}

.appointment-form p {
    border-bottom: 1px solid #eee;
    font-size: 20px;
    margin-bottom: 20px;
    padding-bottom: 7px;
    font-family: 'Raleway', sans-serif;
    color: #333;
}

.appointment-form textarea {
    background-color: #fbfcff;
    border: 1px solid #eee;
    color: #333;
    height: 90px;
    margin-bottom: 15px;
    padding: 5px 15px;
    font-size: 14px;
    width: 100%;
}

.apointment-preview-boxed {
    background-position: center center;
    background-size: cover;
    height: 650px;
    position: relative;
    top: 30px;
}

.man-image-bg {
    background-image: url(/wp-content/themes/cartech/assets/img/appointment-man-bg.jpg);
}

.select-hidden {
    display: none;
    visibility: hidden;
    padding-right: 10px;
}

.select {
    cursor: pointer;
    display: inline-block;
    position: relative;
    font-size: 14px;
    color: #999;
    width: 100%;
    height: 40px;
    margin-bottom: 15px;
}

.select-styled {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: #fbfcff;
    border: 1px solid #eee;
    padding: 8px 15px;
    -moz-transition: all 0.2s ease-in;
    -o-transition: all 0.2s ease-in;
    -webkit-transition: all 0.2s ease-in;
    transition: all 0.2s ease-in;
}

.select-styled:after {
    content: "";
    width: 0;
    height: 0;
    border: 7px solid transparent;
    border-color: #999 transparent transparent transparent;
    position: absolute;
    top: 16px;
    right: 10px;
}

.select-styled:hover {
    background-color: #fbfcff;
}

.select-styled:active,
.select-styled.active {
    background-color: #fbfcff;
}

.select-styled:active:after,
.select-styled.active:after {
    top: 9px;
    border-color: transparent transparent #999 transparent;
}

.select-options {
    display: none;
    position: absolute;
    top: 100%;
    right: 0;
    left: 0;
    z-index: 999;
    margin: 0;
    padding: 0;
    list-style: none;
    background-color: #fbfcff;
    border: 1px solid #eee;
}

.select-options li {
    margin: 0;
    padding: 8px 0;
    text-indent: 15px;
    border-top: 1px solid #eee;
    -moz-transition: all 0.15s ease-in;
    -o-transition: all 0.15s ease-in;
    -webkit-transition: all 0.15s ease-in;
    transition: all 0.15s ease-in;
}

.select-options li:hover {
    color: #333;
    background: #fff;
}

.select-options li[rel="hide"] {
    display: none;
}


/* ==============
    End Appointment Area CSS 
======================== */


/* ==============
    Blog Area CSS 
======================== */

.single-blog-item {
    margin-top: 40px;
    box-shadow: 0 15px 20px 0 rgba(0, 0, 0, 0.06);
    overflow: hidden;
}

.single-blog-item .zoomin {
    display: block;
    overflow: hidden;
    transition: .6s;
    -webkit-transition: .6s;
}

.single-blog-item:hover .zoomin {
    transform: scale(1.1);
    -webkit-transform: cale(1.1);
}

.single-blog-item img {
    width: 100%;
    height: auto;
}

.blog-item-info {
    padding: 20px;
    background-color: #fff;
    display: block;
    overflow: hidden;
    position: relative;
}

.blog-item-info h3 {
    margin: 20px 0;
    transition: .4s;
    -webkit-transition: .4s;
}

.blog-item-info h3:hover {
    color: #e18113;
}

.blog-date {
    font-size: 14px;
}

.red {
    background-color: red;
}

.green {
    background-color: #72c02c;
}

.blue {
    background-color: #e18113;
}

.blog-tags {
    font-size: 13px;
    padding: 1px 12px;
    text-transform: uppercase;
    color: #fff;
}

a.blog-tags:hover {
    color: #fff;
    opacity: .5;
}

.separator {
    display: inline-block;
    margin: 0 10px;
}

.blog-item-profile,
.blog-item-c-v-info {
    margin-top: 20px;
}

.blog-item-profile>img {
    border-radius: 50%;
    display: inline-block;
    height: 30px;
    margin-right: 6px;
    width: 30px;
}

.blog-item-profile a {
    font-size: 13px;
    letter-spacing: .5px;
    text-transform: uppercase;
    color: #999;
}

.blog-item-profile a:hover {
    color: #222;
}

.blog-item-c-v-info span:first-child {
    display: inline-block;
    margin-right: 5px;
}

.blog-item-c-v-info span a {
    color: #999;
    font-size: 14px;
}

.pagination-area {
    margin-top: 30px;
}

a.pagi-arrow {
    border: 1px solid #eee;
    border-radius: 50px;
    color: #333;
    display: inline-block;
    padding: 5px 29px;
}

a.pagi-arrow:hover {
    color: #e18113;
    border: 1px solid #e18113;
}

a.pagi-number {
    border: 1px solid #eee;
    border-radius: 50%;
    color: #333;
    display: block;
    height: 40px;
    line-height: 19px;
    padding: 10px;
    text-align: center;
    width: 40px;
    font-weight: 700;
    transition: .5s;
    -webkit-transition: .5s;
}

a.pagi-number:hover,
.pagination-area li.active a.pagi-number {
    background-color: #e18113;
    color: #fff;
    border: 1px solid #e18113;
}

.blog-content .single-blog-item {
    margin-top: 0;
    margin-bottom: 30px;
}

.widget-boxed {
    box-shadow: 0 0 15px 5px rgba(0, 0, 0, 0.06);
    padding: 30px 15px;
    margin-bottom: 40px;
}

.blog-serch-form {
    position: relative;
}

.blog-serch-form>input {
    border: 1px solid #e18113;
    height: 45px;
    padding: 15px;
    width: 100%;
}

.blog-serch-form>button {
    background: #e18113 none repeat scroll 0 0;
    border: 1px solid #e18113;
    color: #fff;
    height: 45px;
    position: absolute;
    right: 0;
    width: 45px;
}

.widget-tile {
    margin: 0 0 20px;
    position: relative;
}

.widget-tile::after {
    background: #eee none repeat scroll 0 0;
    content: "";
    height: 3px;
    position: absolute;
    right: 0;
    top: 10px;
    width: 36px;
}

.widget-follow-us>ul {
    text-align: center;
}

.widget-follow-us ul li {
    display: inline-block;
    margin: 0 15px;
}

.widget-follow-us ul li a {
    font-size: 20px;
}

.single-popular-news-item img {
    float: left;
    margin-right: 10px;
}

.single-popular-news-item {
    color: #333;
    display: block;
    font-size: 18px;
    transition: .4s;
    -webkit-transition: .4s;
}

.single-popular-news-item:hover {
    opacity: .7;
}

.widget-popular-post ul li {
    display: block;
    margin-bottom: 5px;
    padding-bottom: 20px;
}

.widget-popular-post ul li:last-of-type {
    margin-bottom: 0;
    padding-bottom: 0;
}

.single-popular-news-item>h4 {
    font-size: 15px;
    font-weight: 600;
    line-height: 20px;
    margin: 0 0 5px;
    text-transform: capitalize;
}

.single-popular-news-item>span {
    color: #999;
    display: block;
    font-size: 13px;
}

.widget-categories ul li a {
    color: #333;
    display: block;
    font-size: 16px;
    text-transform: capitalize;
    transition: .4s;
    -webkit-transition: .4s;
}

.widget-categories ul li a:hover {
    opacity: .6;
}

.widget-categories img {
    border-radius: 50%;
    float: left;
    height: 45px;
    margin-right: 10px;
    width: 45px;
}

.widget-categories li {
    line-height: 42px;
    margin-bottom: 15px;
}

.widget-categories li:last-of-type {
    margin-bottom: 0;
}

.widget-tags ul li {
    display: inline-block;
    margin: 0 2px 5px 0;
}

.widget-tags ul li a {
    background: #eee none repeat scroll 0 0;
    border-radius: 100px;
    color: #333;
    display: block;
    font-size: 13px;
    padding: 3px 9px;
    text-transform: capitalize;
    transition: .4s;
    -webkit-transition: .4s;
}

.widget-tags ul li a:hover {
    background: #e18113;
    color: #fff;
}

.single-blog-post {
    box-shadow: 0 15px 20px 0 rgba(0, 0, 0, 0.06);
}

.single-blog-post .blog-item-info {
    padding: 50px 30px;
}

.blog-content .single-blog-post {
    margin-bottom: 30px;
    margin-top: 0;
}

.blog-comment {
    box-shadow: 0 15px 20px 0 rgba(0, 0, 0, 0.06);
    margin-top: 30px;
    overflow: hidden;
    padding: 50px 30px;
}

.blog-comment .comment-list .the-comment {
    border-bottom: 1px solid #e7e6e6;
    margin-bottom: 25px;
    padding-bottom: 25px;
}

.blog-comment .avatar {
    background: #ffffff none repeat scroll 0 0;
    border: 1px dashed #346afe;
    border-radius: 3px;
    float: left;
    margin-right: 15px;
    padding: 5px;
}

.blog-comment .comment-list {
    list-style: outside none none;
    margin: 0 0 50px;
    padding: 0;
}

.blog-comment .comment-author {
    margin-bottom: 10px;
}

.blog-comment .meta {
    color: #999;
    font-size: 13px;
    margin-bottom: 10px;
}

.blog-comment .comment-list .children {
    padding-left: 40px;
}

.blog-comment>h4 {
    margin: 0 0 30px;
}

.comment-text>p {
    font-size: 14px;
    margin-bottom: 0;
}

#comment-form .form-control {
    border-radius: 4px;
    margin-bottom: 20px;
    padding: 18px;
    transition: all 0.3s ease 0s;
    -webkit-transition: all 0.3s ease 0s;
    width: 100%;
    height: auto;
}

.btn-common {
    background-color: #e18113;
    border-color: #e18113;
    color: #fff;
}


/* ==============
    Blog Area CSS 
======================== */


/* ==============
    Our partner Area CSS 
======================== */

.partners-logo {
    background: #fff none repeat scroll 0 0;
    border: 1px solid #eee;
    display: block;
    padding: 30px;
}

.partners-logo:hover {
    opacity: .5;
}

.partner-slides {
    margin-top: 40px;
}


/* ==============
    End Our partner Area CSS 
======================== */


/* === Footer Area CSS === */

.footer-top-area {
    background: #262829;
}

.footer-logo {
    background: #e18113;
    display: inline-block;
    margin-bottom: 20px;
    padding: 15px;
}

.footer-top-area {
    color: #cacaca;
    font-size: 14px;
    font-weight: 400;
}

.footer-wid.footer-menu li {
    line-height: 29px;
}

.footer-top-area a.link-color {
    color: #ddd;
    font-weight: 700;
}

.footer-top-area a {
    color: #cacaca;
    /* font-size: 14px; */
    font-weight: 400;
    /* text-transform: uppercase; */
}

.footer-top-area a:hover {
    color: #e18113;
}

.footer-wid {
    padding: 0 0 40px;
}

.footer-wid-title {
    color: #e1e1e1;
    font-size: 18px;
    font-weight: 700;
    margin: 0 0 15px;
    text-transform: uppercase;
}

.social-icos {
    padding: 0 0 40px;
}

.subscribe {
    margin-top: 10px;
}

.subscribe input {
    background: #e1e1e1 none repeat scroll 0 0;
    border: medium none;
    color: #303030;
    height: 35px;
    padding: 0 15px;
    width: 100%;
}

.subscribe button {
    background: #3d53e5 none repeat scroll 0 0;
    border: medium none;
    font-weight: 700;
    height: 35px;
    margin-top: 10px;
    text-transform: capitalize;
    width: 100%;
    transition: .4s;
    -webkit-transition: .4s;
}

.subscribe button:hover {
    opacity: .5;
}

.social-icos {
    padding: 0 0 40px;
}

.social-icos a {
    background: #838b8c none repeat scroll 0 0;
    border-radius: 50%;
    color: #262829;
    display: block;
    font-size: 17px;
    height: 34px;
    line-height: 36px;
    width: 34px;
}

.social-icos a:hover {
    background: #e18113;
    color: #fff;
}

.footer-copyright-area {
    background: #18191a;
    color: #838b8c;
    padding: 15px 0;
    font-size: 15px;
    font-weight: 400;
}

.footer-copyright-area a {
    color: #838b8c;
    font-size: 15px;
    font-weight: 400;
}

.footer-copyright-area a:hover {
    opacity: .5;
}

.footer-top-info {
    margin-top: 40px;
    padding-left: 82px;
    position: relative;
}

.footer-top-info>p {
    font-size: 28px;
    font-weight: 300;
    line-height: 34px;
    margin: 0;
}

.footer-icons {
    border: 4px solid #9c9c9c;
    border-radius: 50%;
    display: inline-block;
    font-size: 28px;
    height: 70px;
    left: 0;
    line-height: 64px;
    position: absolute;
    text-align: center;
    top: 0;
    width: 70px;
}

.footer-top-info .flaticon-crane::before,
.footer-top-info .flaticon-car-key:before {
    font-size: 30px;
    margin-left: 5px;
}

.hr-line {
    background-color: #9c9c9c;
    opacity: .5;
    height: 1px;
    margin: 40px 0;
}


/* === End Footer Area CSS === */

.hexagon {
    position: relative;
    width: 215px;
    height: 124.13px;
    margin: 62.07px 0;
    background-image: url(/wp-content/themes/cartech/assets/img/hexagon-2.png);
    background-size: auto 248.2606px;
    background-position: center;
    float: left;
}

.hexagon:first-child {
    background-image: url(/wp-content/themes/cartech/assets/img/hexagon-1.png);
}

.hexagon:last-child {
    margin-left: 107px;
    margin-top: -1px;
    background-image: url(/wp-content/themes/cartech/assets/img/hexagon-3.png);
}

.hexTop,
.hexBottom {
    position: absolute;
    z-index: 1;
    width: 152.03px;
    height: 152.03px;
    overflow: hidden;
    -webkit-transform: scaleY(0.5774) rotate(-45deg);
    -ms-transform: scaleY(0.5774) rotate(-45deg);
    transform: scaleY(0.5774) rotate(-45deg);
    background: inherit;
    left: 31.49px;
}


/*counter transform the bg image on the caps*/

.hexTop:after,
.hexBottom:after {
    content: "";
    position: absolute;
    width: 215.0000px;
    height: 124.13030787576955px;
    -webkit-transform: rotate(45deg) scaleY(1.7321) translateY(-62.0652px);
    -ms-transform: rotate(45deg) scaleY(1.7321) translateY(-62.0652px);
    transform: rotate(45deg) scaleY(1.7321) translateY(-62.0652px);
    -webkit-transform-origin: 0 0;
    -ms-transform-origin: 0 0;
    transform-origin: 0 0;
    background: inherit;
}

.hexTop {
    top: -76.0140px;
}

.hexTop:after {
    background-position: center top;
}

.hexBottom {
    bottom: -76.0140px;
}

.hexBottom:after {
    background-position: center bottom;
}

.hexagon:after {
    content: "";
    position: absolute;
    top: 0.0000px;
    left: 0;
    width: 215.0000px;
    height: 124.1303px;
    z-index: 2;
    background: inherit;
}


/* ==============
    Gallery Page CSS 
========================= */

.gallery-item {
    margin-right: -15px;
    margin-left: -15px;
}

.gallery-item-one {
    text-align: center;
    margin-bottom: 30px;
}

.gallery-item-one .pic {
    position: relative;
}

.gallery-item-one .pic:before {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.55);
    opacity: 0;
    transition: all 0.3s ease 0s;
}

.gallery-item-one .pic:after {
    content: "";
    width: 90%;
    height: 90%;
    border: 1px solid #f5f5f6;
    position: absolute;
    top: 5%;
    left: 5%;
    opacity: 0;
    transition: all 0.3s ease 0s;
    -webkit-transition: all 0.3s ease 0s;
}

.gallery-item-one:hover .pic:before,
.gallery-item-one:hover .pic:after {
    opacity: 1;
}

.gallery-item-one .pic img {
    width: 100%;
    height: auto;
}

.gallery-item-one .lightbox-link {
    width: 100%;
    list-style: none;
    padding: 0;
    margin: 0;
    position: absolute;
    top: 60%;
    left: 0;
    opacity: 0;
    z-index: 1;
    margin-top: -20px;
    transition: all 0.3s ease 0s;
    -webkit-transition: all 0.3s ease 0s;
}


/* Galery Slider */


/*@-webkit-keyframes fadeIn {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

@-moz-keyframes fadeIn {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

@-o-keyframes fadeIn {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

@keyframes fadeIn {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

.mfp-open .mfp-figure {
    -webkit-animation-name: fadeIn;
    -moz-animation-name: fadeIn;
    -o-animation-name: fadeIn;
    animation-name: fadeIn;
    -webkit-animation-duration: .5s;
    -moz-animation-duration: .5s;
    -ms-animation-duration: .5s;
    -o-animation-duration: .5s;
    animation-duration: .5s;
    -webkit-animation-fill-mode: both;
    -moz-animation-fill-mode: both;
    -ms-animation-fill-mode: both;
    -o-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
}*/


/* End Gallery Slider */

.gallery-item-one:hover .lightbox-link {
    opacity: 1;
    top: 50%;
}

.gallery-item-one .lightbox-link li {
    display: inline-block;
    margin-right: 10px;
}

.gallery-item-one .lightbox-link li a {
    display: block;
    width: 50px;
    height: 50px;
    line-height: 51px;
    border-radius: 50%;
    font-size: 25px;
    color: #f5f5f6;
    border: 1px solid #f5f5f6;
    transition: all 0.3s ease 0s;
    -webkit-transition: all 0.3s ease 0s;
}

.gallery-item-one .lightbox-link li a:hover {
    background: #e18113;
    border-color: #e18113;
}

.gallery-item-one .gallery-content {
    padding: 15px 0;
    background: #323232;
    /* border-top: 2px solid #e18113; */
    overflow: hidden;
    position: relative;
}

.gallery-item-one .gallery-content:before {
    content: "";
    width: 100%;
    height: 100%;
    background: #e18113;
    position: absolute;
    top: -100%;
    left: 0;
    transition: all 0.3s ease-out 0s;
    -webkit-transition: all 0.3s ease-out 0s;
}

.gallery-item-one:hover .gallery-content:before {
    top: 0;
}

.gallery-item-one .title {
    font-size: 24px;
    color: #f2f2f2;
    margin: 0 0 5px;
    text-transform: capitalize;
    z-index: 1;
    position: relative;
    transition: all 0.5s ease 0s;
    -webkit-transition: all 0.5s ease 0s;
}

.gallery-item-one .post {
    display: block;
    font-size: 14px;
    color: #eeeeee;
    text-transform: capitalize;
    z-index: 1;
    position: relative;
    transition: all 0.5s ease 0s;
    -webkit-transition: all 0.5s ease 0s;
}

.gallery-item-one:hover .title,
.gallery-item-one:hover .post {
    color: #fff;
}

@media screen and (max-width: 990px) {
    .gallery-item-one {
        margin-bottom: 20px;
    }
}

.shorting-menu {
    margin-bottom: 50px;
}

.shorting-menu>button {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    border: 1px solid #9d9d9d;
    color: #9d9d9d;
    margin: 0 5px;
    padding: 10px 25px;
    position: relative;
    text-transform: capitalize;
    transition: all 0.5s ease 0s;
    -webkit-transition: all 0.5s ease 0s;
}

.shorting-menu>button.mixitup-control-active,
.shorting-menu>button:hover {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    border: 1px solid #666;
    color: #666;
}

.shorting-menu>button.mixitup-control-active::before {
    bottom: -13px;
    color: #bbbbbb;
    content: "";
    font-family: FontAwesome;
    height: auto;
    left: 50%;
    margin-left: -10px;
    position: absolute;
}


/* ==============
   End Gallery Page CSS 
========================= */


/* ==============
   Instagram-block CSS 
========================= */

.instagram-block-area {
    border-top: 1px solid #eee;
    padding: 50px 0 0;
}

.instagram-pic .swiper-slide {
    width: 250px;
    height: 250px;
}

.instagram-pic {
    margin: 50px auto 0;
}

.insta-lightbox:hover {
    opacity: .4;
}


/* ==============
   End Instagram-block CSS 
========================= */


/* === Contact Page CSS === */

.area-title {
    border-bottom: 1px solid #eee;
    margin-bottom: 30px;
    margin-top: 0;
    padding-bottom: 10px;
    position: relative;
    text-transform: none;
}

.area-title::before {
    background: #e18113 none repeat scroll 0 0;
    bottom: -1px;
    content: "";
    height: 1px;
    left: 0;
    position: absolute;
    width: 110px;
}

.contact-us .media {
    border: 1px solid #eee;
    padding: 40px 20px;
    transition: .4s;
    -webkit-transition: .4s;
}

.contact-us .media:hover {
    background: #eee;
    box-shadow: 0 10px 25px 0 rgba(0, 0, 0, 0.1);
}

.contact-us .media .media-left {
    padding-right: 15px;
}

.contact-us .media .media-left i {
    font-size: 40px;
    color: #333;
}

.contact-us .media .media-body h3 {
    color: #666;
    font-weight: 300;
    line-height: 27px;
    margin: 0;
    font-size: 18px;
}

.contact-form-area {
    padding: 100px 0 0;
}

.contact-form-area .form-group .form-control {
    background: #f1f1f1 none repeat scroll 0 0;
    border: medium none;
    border-radius: 0;
    height: 45px;
    box-shadow: none;
}

.contact-form-area .form-group textarea.form-control {
    height: auto !important;
}

.contact-form-area .form-group label {
    color: #666;
    font-weight: 400;
}

.contact-form-area .btn-send-message {
    background: #000000 none repeat scroll 0 0;
    border-radius: 0;
    color: #ffffff;
    font-size: 18px;
    padding: 10px 25px;
}

.contact-img-bg {
    height: 385px;
    background-color: #fff;
    background-size: cover;
    background-position: center center;
}

.contact-img-bg {
    background-image: url(/wp-content/themes/cartech/assets/img/contact-img-bg.png);
    background-size: contain;
    background-repeat: no-repeat;
}

#map {
    background-color: #eaeaea;
    height: 500px;
    width: 100%;
}


/* === End Contact Page CSS === */


/* === Back To Top === */

.back-to-top {
    position: fixed;
    right: 1.5%;
    bottom: -7.5%;
    height: 15px;
    width: 40px;
    padding: 3px 5px;
    font-size: 10px;
    font-weight: bold;
    color: transparent;
    opacity: 0.5;
    z-index: 3;
    visibility: hidden;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    -webkit-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
    background-color: #858585;
}

.back-to-top:hover,
.back-to-top:focus {
    opacity: 1;
    text-decoration: none;
}

.back-to-top:focus {
    outline: thin dotted;
}

.back-to-top::before,
.back-to-top::after {
    content: '';
    position: absolute;
    left: 0;
    width: 0;
    height: 0;
    border: 20px solid transparent;
    border-top: 0;
}

.back-to-top::before {
    top: -20px;
    z-index: 4;
    border-bottom: 20px solid #858585;
}

.back-to-top::after {
    bottom: 0;
    z-index: 5;
    border-bottom: 20px solid #505050;
}

.back-to-top:hover,
.back-to-top:focus {
    height: 40px;
    color: #212223;
}

.show-back-to-top {
    display: block;
    bottom: 1.25%;
    visibility: visible;
}


/* === End Back To Top === */


/* === SignUp and SignIn === */

.form-control,
.form-control:focus,
.input-group-addon {
    border-color: #e1e1e1;
    border-radius: 0;
}

.signup-form {
    width: 390px;
    margin: 30px auto;
}

.signup-form h2 {
    color: #636363;
    margin: 0 0 15px;
    text-align: center;
}

.signup-form .lead {
    font-size: 14px;
    margin-bottom: 30px;
    text-align: center;
}

.signup-form form {
    color: #999;
    border-radius: 1px;
    margin-bottom: 15px;
    background: #fff;
    border: 1px solid #f3f3f3;
    box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.3);
    padding: 30px;
}

.signup-form .form-group {
    margin-bottom: 20px;
}

.signup-form label {
    font-weight: normal;
    font-size: 13px;
}

.signup-form .form-control {
    min-height: 38px;
    box-shadow: none !important;
    border-width: 0 0 1px 0;
}

.signup-form .input-group-addon {
    max-width: 42px;
    text-align: center;
    background: none;
    border-width: 0 0 1px 0;
    padding-left: 5px;
}

.signup-form .btn {
    font-size: 16px;
    font-weight: bold;
    background: #e18113;
    border-radius: 3px;
    border: none;
    min-width: 140px;
    outline: none !important;
}

.signup-form .btn:hover,
.signup-form .btn:focus {
    background: #e18113;
}

.signup-form a {
    color: #e18113;
    text-decoration: underline;
}

.signup-form a:hover {
    text-decoration: none;
}

.signup-form form a {
    color: #e18113;
    text-decoration: none;
}

.signup-form form a:hover {
    text-decoration: underline;
}

.signup-form .fa {
    font-size: 21px;
}

.signup-form .fa-paper-plane {
    font-size: 17px;
}

.signup-form .fa-check {
    color: #fff;
    left: 9px;
    top: 18px;
    font-size: 7px;
    position: absolute;
}


/* === End SignUp and SignIn === */


/* === Parsley form validation CSS === */

input.parsley-error,
select.parsley-error,
textarea.parsley-error {
    background-color: #f2dede !important;
    border: 1px solid #eed3d7 !important;
    color: #b94a48 !important;
}

li.parsley-required,
#contact_send_status,
#appointment_send_status {
    color: red !important;
}

.parsley-minlength,
.parsley-type {
    font-size: 13px;
}


/* === End Parsley form validation CSS === */


/*******************************
* ACCORDION WITH TOGGLE ICONS
* Does not work properly if "in" is added after "collapse".
* Get free snippets on bootpen.com
*******************************/

.panel-group .panel {
    border-radius: 0;
    box-shadow: none;
    border-color: #EEEEEE;
}

.panel-default>.panel-heading {
    padding: 0;
    border-radius: 0;
    color: #212121;
    background-color: #FAFAFA;
    border-color: #EEEEEE;
}

.panel-title {
    font-size: 14px;
}

.panel-title>a {
    display: block;
    padding: 15px;
    text-decoration: none;
}

.more-less {
    float: right;
    color: #212121;
}

.panel-default>.panel-heading+.panel-collapse>.panel-body {
    border-top-color: #EEEEEE;
}

.cooming-soon {
    background-color: #ddd;
    background-position: center center;
    background-size: cover;
    height: 100vh;
    width: 100%;
    color: #fff;
}

.site-logo {
    margin-bottom: 45px;
}

.cooming-soon h1 {
    color: #fff;
    font-weight: 300;
    line-height: 50px;
    text-transform: uppercase;
}

.cooming-soon span {
    font-weight: 700;
}

.cooming-soon p {
    color: #c7c3c7;
}

.subscribe-form {
    position: relative;
    max-width: 450px;
    margin: 40px auto 0;
}

.subscribe-form input {
    background: transparent none repeat scroll 0 0;
    border: 1px solid #eee;
    color: #fff;
    height: 45px;
    padding: 7px 15px;
    width: 100%;
    border-radius: 4px;
}

.subscribe-form button {
    border: 1px solid #eee;
    height: 45px;
    margin: 0;
    padding: 0 20px;
    position: absolute;
    right: 0;
    top: 0;
}

.social-follow-us {
    margin: 40px 0 20px;
}

.social-follow-us ul li {
    display: inline-block;
    margin: 0 10px;
}

.social-follow-us ul li a {
    border-radius: 50%;
    display: block;
    font-size: 22px;
    height: 40px;
    line-height: 42px;
    width: 40px;
}

.social-follow-us ul li a:hover {
    color: #fff;
    opacity: .7;
}

.facebook {
    background: #3b5999;
    color: #fff;
}

.twitter {
    background: #55acef;
    color: #fff;
}

.linkedin {
    background: #0077b5;
    color: #fff;
}

.google-plus {
    background: #e14a39;
    color: #fff;
}

@media (max-width:991px) {
    .main-menu-area .navbar-default {
        top: -62px !important;
    }
}

.alert p {
    border: unset;
}

.alert {
    margin: 0;
}

.about-block .align-center {
    display: flex;
    align-items: center;
}

@media (max-width: 991px) {
    .about-block .align-center {
        display: block;
    }

    .banner-boxed {
        margin-bottom: 20px;
    }
}

.faq-section {
    padding-top: 70px;
    padding-bottom: 70px;
}

.faq-section .card-header {
    display: flex;
}

.faq-section .card {
    margin-bottom: 20px;
}

.faq-section .card.last-card {
    margin-bottom: 0;
}

.faq-section .card-header a {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    padding: 12px 20px;
    background-color: #fff;
    border: 1px solid #e18113;
    color: #333;
    font-weight: 500;
    font-size: 16px;
    cursor: pointer;
    text-decoration: none;
}

.faq-section .card-header.active a {
    background-color: #e18113;
    border-color: #e18113;
    color: #fff;
}

.faq-section .card-header a i {
    font-size: 18px;
}

.faq-section .card-body {
    padding-top: 12px;
    padding-bottom: 12px;
    padding-left: 20px;
    padding-right: 20px;
    border: 1px solid #eee;
    border-top: none;
}

.faq-section .card-body,
.faq-section .card-body p {
    color: #333;
    font-size: 15px;
}

.faq-section .card-body a,
.faq-section .card-body p a {
    color: #d67609;
    text-decoration: none;
}

.faq-section .card-body a:hover,
.faq-section .card-body p a:hover {
    text-decoration: underline;
    text-underline-offset: 3px;
}

.faq-section .card-body ul {
    list-style: none;
    padding-left: 12px;
    padding-top: 12px;
    padding-bottom: 12px;
}

.faq-section .card-body ul li {
    font-size: 15px;
    color: #333;
    padding-bottom: 8px;
}

.faq-section .card-body ul li::before {
    font-family: "Font Awesome 5 Free";
    content: "\f105"; 
    font-weight: 900; 
    margin-right: 8px; 
    color: #e18113;
    font-size: 16px;
}

.faq-section .card-body ul li:last-child {
    padding-bottom: 0;
}

.faq-section .col-lg-6 img {
    height: 100%;
    width: 100%;
    object-fit: cover;
}

.faq-section .a-center {
    display: flex;
    align-items: center;
}

@media (max-width: 991px) {
    .faq-section .a-center {
        display: block;
    }

    .faq-section .card.last-card {
        margin-bottom: 32px;
    }
}

.service-details {
    padding-top: 70px;
    padding-bottom: 70px;
}

.service-details .img-box {
    width: 100%;
    height: 428px;
    margin-bottom: 20px;
}

.service-details .img-box img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 5px;
}

.service-sidebar {
    padding: 22px;
    border: 1px solid #eee;
    border-radius: 5px;
}

.service-sidebar .title {
    margin-bottom: 12px;
    padding-bottom: 6px;
    border-bottom: 2px solid #e18113;
}

.service-sidebar .title h2 {
    margin: 0;
    font-size: 20px;
}

.service-sidebar .list ul {
    list-style: none;
}

.service-sidebar .list ul li {
    padding-bottom: 4px;
    margin-bottom: 4px;
    border-bottom: 1px solid #eee;
}

.service-sidebar .list ul li a {
    color: #333;
    font-size: 16px;
    transition: 0.3s ease;
}

.service-sidebar .list ul li a:hover {
    color: #e18113;
}

.service-sidebar .list ul li::before {
    font-family: "Font Awesome 5 Free";
    content: "\f105"; 
    font-weight: 900; 
    margin-right: 8px; 
    color: #e18113;
    font-size: 16px;
}

.service-sidebar .list ul li:last-child {
    padding-bottom: 0;
    border-bottom: none;
    margin-bottom: 0;
}

.service-details .details-body h2,
.service-details .details-body h3,
.service-details .details-body p {
    margin: 0;
    padding: 0;
}

.service-details .details-body h2 {
    margin-bottom: 20px;
    font-size: 20px;
}

.service-details .details-body p {
    margin-bottom: 20px;
    color: #333;
    font-size: 16px;
}

.service-details .details-body a {
    color: #000;
    text-decoration: underline;
    text-underline-offset: 5px;
    transition: 0.3s ease;
}

.service-details .details-body a:hover {
    color: #e18113;
    text-decoration-color: #e18113;
}

.service-details .details-body ul {
    list-style: none;
    margin-bottom: 20px;
}

.service-details .details-body ul li {
    padding-bottom: 12px;
    font-size: 16px;
    color: #333;
}

.service-details .details-body ul li::before {
    font-family: "Font Awesome 5 Free";
    content: "\f101"; 
    font-weight: 900; 
    margin-right: 8px; 
    color: #e18113;
    font-size: 16px;
}

.service-details .details-body ul li:last-child {
    padding-bottom: 0;
}



/* blogs */

.blog-list {
    padding-top: 70px;
    padding-bottom: 70px;
}

.blog-list .blog-block {
    margin-bottom: 32px;
}

.blog-list .img-box {
    width: 100%;
    height: 350px;
}

.blog-list .img-box img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.blog-list .content-box {
    padding: 24px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);;
}

.blog-list .content-box .post-info ul {
    list-style: none;
}

.blog-list .content-box .post-info ul li {
    color: #333;
    font-size: 15px;
}

.blog-list .content-box .post-info ul li a {
    color: #000;
    font-size: 15px;
    text-decoration: none;
    transition: 0.3s ease;
}

.blog-list .content-box .post-info ul li a:hover {
    color: #e18113;
}

.blog-list .content-box .post-info ul li i {
    color: #e18113;
    padding-right: 6px;
}

.blog-list .content-box .title {
    line-height: normal;
}

.blog-list .content-box .title h2 {
    margin: 0;
    padding: 0;
    line-height: 22px;
    margin-top: 8px;
    margin-bottom: 8px;
}

.blog-list .content-box .title h2 a {
    font-size: 20px;
    color: #333;
    font-weight: 600;
    transition: 0.3s ease;
    text-decoration: none;
}

.blog-list .content-box .title h2 a:hover {
    color: #e18113;
}

.blog-list .content-box .btn-read {
    margin-top: 12px;
}

.blog-list .content-box .btn-read a {
    font-size: 16px;
    color: #333;
    text-decoration: none;
    transition: 0.3s ease;
    display: flex;
    align-items: center;
}

.blog-list .content-box .btn-read a i {
    font-size: 15px;
    padding-left: 6px;
}

.blog-list .content-box .btn-read a:hover {
    color: #e18113;
}

.sidebar_single {
    padding: 20px;
    border: 1px solid #eee;
    border-radius: 5px;
    margin-bottom: 20px;
}

.sidebar_single .title {
    padding: 12px;
    padding-left: 0;
    padding-right: 0;
    padding-bottom: 6px;
    margin-bottom: 12px;
    border-bottom: 2px solid #e18113;
}

.sidebar_single .title h2 {
    margin: 0;
    padding: 0;
    font-size: 20px;
}

.sidebar_posts .post-info {
    display: flex;
    align-items: center;
    margin-bottom: 12px;
}

.sidebar_posts .post-info .img-box {
    height: 80px;
    width: 80px;
    flex: 1;
}

.sidebar_posts .post-info .img-box img {
    height: 80px;
    width: 80px;
    object-fit: cover;
    border-radius: 5px;
}

.sidebar_posts .post-info .content {
    flex: 2;
}

.sidebar_posts .post-info .content h3 {
    margin: 0;
    padding: 0;
}

.sidebar_posts .post-info .content h3 a {
    font-size: 16px;
    color: #333;
    font-weight: 500;
    transition: 0.3s ease;
    text-transform: none;
}

.sidebar_posts .post-info .content h3 a:hover {
    color: #e18113;
}

.sidebar_categories .categories-list ul li a {
    display: flex;
    justify-content: space-between;
    font-size: 16px;
    color: #333;
    text-decoration: none;
    transition: 0.3s ease;
}

.sidebar_categories .categories-list ul li {
    padding-bottom: 6px;
    margin-bottom: 6px;
    border-bottom: 1px solid #eee;
}

.sidebar_categories .categories-list ul li:last-child {
    padding-bottom: 0;
    margin-bottom: 0;
    border-bottom: none;
}

.sidebar_categories .categories-list ul li a:hover {
    color: #e18113;
}

.sidebar_tags .tag-list ul li a {
    padding: 4px 12px;
    background-color: #e18113;
    font-size: 16px;
    color: #fff;
    display: inline-block;
    margin-left: 5px;
    transition: 0.3s ease;
}

.sidebar_tags .tag-list ul li a:hover {
    background-color: #bd6c10;
}

.sidebar_tags .tag-list ul li a + a {
    margin-top: 10px;
}

.blog-details {
    padding-top: 70px;
    padding-bottom: 70px;
}

.blog-details .img-box {
    width: 100%;
    height: 350px;
}

.blog-details .img-box img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 5px;
}

.blog-details .blog-info {
    margin-top: 12px;
    margin-bottom: 12px;
}

.blog-details .blog-info ul {
    list-style: none;
}

.blog-details .blog-info ul li {
    display: inline;
    font-size: 15px;
    color: #333;
    padding-right: 12px;
}

.blog-details .blog-info ul li:last-child {
    padding-right: 0;
}

.blog-details .blog-info ul li i {
    color: #e18113;
    padding-right: 6px;
}

.blog-details .blog-info ul li a {
    font-size: 15px;
    color: #000;
    transition: 0.3s ease;
}

.blog-details .blog-info ul li a:hover {
    color: #e18113;
}

.blog-details .blog-content p {
    color: #333;
    font-size: 16px;
    margin: 0;
    padding: 0;
    margin-bottom: 12px;
}

.blog-details .blog-content h2 {
    font-size: 22px;
    font-weight: 600;
    color: #333;
    margin: 0;
    padding: 0;
    margin-top: 20px;
    margin-bottom: 20px;
}

.blog-details .blog-content h3 {
    font-size: 18px;
    font-weight: 600;
    color: #333;
    margin: 0;
    padding: 0;
    margin-top: 20px;
    margin-bottom: 20px;
}

.blog-details .blog-content ul {
    list-style: none;
    margin-bottom: 12px;
    padding-left: 20px;
}

.blog-details .blog-content ul li {
    padding-bottom: 8px;
    color: #333;
    font-size: 16px;
}

.blog-details .blog-content ul li a {
    color: #000;
    font-size: 16px;
    text-decoration: underline;
    text-underline-offset: 5px;
    transition: 0.3s ease;
}

.blog-details .blog-content ul li a:hover {
    color: #e18113;
    text-decoration-color: #e18113;
}

.blog-details .blog-content ul li::before {
    font-family: "Font Awesome 5 Free";
    content: "\f192"; 
    font-weight: 900; 
    margin-right: 8px; 
    color: #e18113;
    font-size: 16px;
}

.blog-details .blog-content ul li:last-child {
    padding-bottom: 0;
}

@media (max-width: 768px) {
    .blog-details .img-box {
        width: 100%;
        height: 250px;
    }

    .blog-details-block {
        margin-bottom: 32px;
    }
}

.home-blog-section {
    padding-top: 70px;
    padding-bottom: 70px;
}

.home-blog-section .blog-block .img-box {
    width: 100%;
    height: 200px;
}

.home-blog-section .blog-block .img-box img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 5px;
    transition: 0.3s ease;
}

.home-blog-section .blog-block:hover .img-box img {
    filter: brightness(80%);
}

.home-blog-section .blog-block .title {
    margin-top: 20px;
}

.home-blog-section .blog-block .title h3 {
    margin: 0;
    padding: 0;
}

.home-blog-section .blog-block .title h3 a {
    font-size: 20px;
    font-weight: 600;
    color: #333;
    text-decoration: none;
    transition: 0.3s ease;
    text-transform: none;
    line-height: 24px;
}

.home-blog-section .blog-block .title h3 a:hover {
    color: #e18113;
}

.home-blog-section .blog-block .btn-read {
    margin-top: 20px;
}

.home-blog-section .blog-block .btn-read a {
    font-size: 16px;
    color: #333;
    text-decoration: none;
    transition: 0.3s ease;
}

.home-blog-section .blog-block .btn-read a:hover {
    color: #e18113;
}

.home-blog-section .blog-block .btn-read a i {
    padding-left: 6px;
}

.loader-container {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
    cursor: default;
}

.loader-container::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: #fbfbfc;
    opacity: 0.7;
}

.loader-container .loader-wheel {
    top: calc(50% - 50px);
    text-align: center;
    position: absolute;
    width: 100%;
}

.pagination-list {
    margin: 0;
    padding-left: 0;
}

.pagination-list li {
    display: inline-block;
    margin: 0 5px;
}

.pagination-list li a {
    display: block;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    border-radius: 1px;
    background-color: #e18113;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    color: #fff;
    font-weight: 700;
    margin-top: 5px;
    text-decoration: none;
}

.pagination-list li:hover a {
    background-color: #000;
    text-decoration: none;
}

.pagination-list li.disabled {
    display: none;
}

.pagination-list li.active a {
    background-color: #000;
}

@media (max-width: 1200px) {
    .service-sidebar {
        margin-top: 32px;
    }
}

@media (max-width: 991px) {
 .home-blog-section .blog-block {
    margin-bottom: 32px;
 }   

 .breadcumbs-area h1.blog-title {
    font-size: 20px;
 }
}

#mobile-menu-overlay {
    position: fixed;
    top: 0; left: 0;
    width: 100vw; height: 100vh;
    background: rgba(0,0,0,0.5);
    z-index: 10001;
    display: none;
}

#mobile-menu {
    position: fixed;
    top: 0; right: -300px;
    width: 280px;
    height: 100vh;
    background: #fff;
    z-index: 10002;
    transition: right 0.3s ease;
    padding: 20px;
    overflow-y: auto;
}

#mobile-menu.active {
    right: 0;
}

#mobile-menu-overlay.active {
    display: block;
}

#mobile-menu-close {
    background: none;
    border: none;
    font-size: 30px;
    position: absolute;
    top: 10px; right: 15px;
    cursor: pointer;
}

.mobile-menu-toggle {
    display: none;
    position: absolute;
    right: 14px;
    top: 7px;
    background: none;
    border: none;
    z-index: 10000;
}
.mobile-menu-toggle span {
    display: block;
    width: 25px;
    height: 3px;
    margin: 5px;
    background: #fff;
}

.mobile-menu-links {
    margin-top: 32px;
}

.mobile-menu-links li {
    padding-bottom: 12px;
}

.mobile-menu-links li:last-child {
    padding-bottom: 0;
}

.mobile-menu-links li a {
    color: #333;
    text-decoration: none;
    font-size: 16px;
}

.mobile-menu-links .sub-menu {
    display: none;
    padding-left: 15px;
}

.mobile-menu-links .submenu-toggle {
    cursor: pointer;
}
  
.mobile-menu-links .submenu-toggle i {
    transition: transform 0.3s ease;
}

.submenu-toggle {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 35px;
    height: 35px;
    border: 1px solid #333;
    background-color: #333;
    border-radius: 5px;
    cursor: pointer;
    transition: 0.3s ease;
}

.submenu-toggle i {
    color: #fff;
}

.mobile-menu-links li.menu-item-has-children a {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

@media (max-width: 991px) {
    #bs-example-navbar-collapse-1 {
        display: none !important;
    }
    .navbar-toggle {
        display: none !important;
    }
    .mobile-menu-toggle {
        display: block;
    }
}

.ex-text {
    padding: 10px 20px;
    border-left: 3px solid #e18113;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}

.ex-text span {
    font-size: 20px;
    font-weight: 600;
    color: #333;
}

.phones {
    display: flex;
    gap: 6px;
    margin-bottom: 20px;
}

.phones .theme-btn {
    margin-top: 12px;
    padding: 12px 20px;
}

.phones .theme-btn i {
    padding-right: 6px;
    color: #fff;
}

@media (max-width: 768px) {
    .phones {
        justify-content: center;
    }
}

@media (max-width: 568px) {
    .phones {
        display: flex;
        flex-direction: column;
        width: 100%;
    }
}