body {
    font-family:'Noto Sans', 'Source Han Sans', 'OPPO Sans', 'Roboto', 'MiSans', 'HarmonyOS Sans', '思源黑体', sans-serif;
    line-height: 1.8;
    font-size: 14px;
}
a {
    -webkit-transition: .5s;
    transition: .5s;
}
a:hover {
    text-decoration: none;
}
p {
    font-size: 14px;
    line-height: 26px;
    font-family:'Noto Sans', 'Source Han Sans', 'OPPO Sans', 'Roboto', 'MiSans', 'HarmonyOS Sans', '思源黑体', sans-serif;
    text-align: justify;
}
h3 {
    font-size: 18px;
    color: #2f2c2c;
}
ul {
    list-style-type: none;
}
.d-table {
    width: 100%;
    height: 100%;
}
.d-tablecell {
    display: table-cell;
    vertical-align: middle;
}
.d-tablecell2 {
    display: table-cell;
    vertical-align: bottom;
}
.ptb-100 {
    padding-top: 50px;
    padding-bottom: 50px;
}
.pt-100 {
    padding-top: 100px;
}
.pb-70 {
    padding-bottom: 50px;
}
.pb-100 {
    padding-bottom: 100px;
}
.pt-mines-25 {
    padding: 100px 0 65px !important;
}
img {
    width: 100%;
    height: auto;
}
button:focus {
    outline: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    border: none;
}
.owl-theme .owl-nav {
    margin-top: 0;
}
/* read-more */

.read-more {
    display: inline-block;
    padding: 5px 0px;
    color: #666666;
    font-size: 14px;
    font-weight: 600;
    text-transform: capitalize;
    position: relative;
    z-index: 1;
}
.read-more:hover {
    color: #004382;
}
.read-more:hover::before {
    left: 50px;
}
/* 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(5, 5, 6, 0.9);
    -webkit-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    -webkit-transform: translate(0px, -100%) scale(0, 0);
    transform: translate(0px, -100%) scale(0, 0);
    opacity: 0;
    z-index: 999999;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
}
.search::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    background-color: #000000;
    width: 100%;
    height: 100%;
}
.search .form-control {
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    width: 30%;
    color: #004382;
    background: #ffff;
    font-size: 15px;
    font-weight: 500;
    text-align: center;
    border: 0px;
    margin: 0px auto;
    margin-top: -40px;
    padding: 10px 0;
    outline: none;
    border: 2px solid #ffffff;
    height: 50px;
    border-radius: 5px;
}
.search .form-control :focus {
    color: #495057;
    background-color: #fff;
    border-color: none;
    outline: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
}
.search input {
    caret-color: black;
}
.search .btn {
    position: absolute;
    top: 55%;
    left: 0;
    right: 0;
    border: black;
    background: #004382;
    color: #ffff;
    padding: 10px 30px;
    margin: auto;
}
.search .btn:focus {
    -webkit-box-shadow: none;
    box-shadow: none;
}
.search .btn:hover {
    background-color: #004382;
}
.search .close {
    position: fixed;
    top: 15px;
    right: 15px;
    color: #fff;
    background-color: #004382;
    border-color: #004382;
    opacity: 1;
    padding: 10px 17px;
    font-size: 25px;
}
.search .close:hover {
    background-color: #727272;
    color: #ffff !important;
    opacity: 1 !important;
}
.search.open {
    -webkit-transform: translate(0px, 0px) scale(1, 1);
    transform: translate(0px, 0px) scale(1, 1);
    opacity: 1;
}
.search.open::before {
    content: "";
    position: absolute;
    background: black;
    width: 100%;
    height: 1000%;
    opacity: .5;
    top: 0;
    left: 0;
}
.custom-btn1 {
    display: inline-block;
    background-color: #504e4f;
    font-size: 14px;
    font-weight: 600;
    text-transform: capitalize;
    color: #ffffff;
    padding: 12px 35px;
    margin-right: 20px;
    position: relative;
    z-index: 1;
}
.custom-btn1::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    background: #ffffff;
    width: 0;
    height: 100%;
    -webkit-transition: .5s;
    transition: .5s;
    z-index: -1;
}
.custom-btn1:hover {
    color: #004382;
}
.custom-btn1:hover::before {
    width: 100%;
}
.custom-btn2 {
    display: inline-block;
    background-color: #004382;
    font-size: 14px;
    font-weight: 600;
    text-transform: capitalize;
    color: #ffffff;
    padding: 12px 35px;
    margin-right: 20px;
    position: relative;
    z-index: 1;
}
.custom-btn2::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    background: #504e4f;
    width: 4px;
    height: 100%;
    z-index: -1;
    -webkit-transition: .5s;
    transition: .5s;
}
.custom-btn2:hover {
    color: #ffff;
}
.custom-btn2:hover::before {
    width: 100%;
}
.section-title {
    position: relative;
    z-index: 1;
}
.section-title h2 {
    font-size: 30px;
    text-transform: capitalize;
    color: #fff;
    font-weight: bold;
    margin-bottom: 20px;
    line-height: 22px;
}
.section-title p {
    font-weight: 600;
    margin-bottom: 0;
    text-align: center
}
.section-title span {
    text-transform: capitalize;
    font-size: 75px;
    font-weight: bold;
    position: absolute;
    top: -6px;
    left: 0;
    right: 0;
    bottom: 0;
    line-height: 28px;
    opacity: .1;
    z-index: -1;
    color: #7a7a7a;
}
 @-webkit-keyframes mover {
 0% {
 -webkit-transform: translateY(0);
 transform: translateY(0);
}
 100% {
 -webkit-transform: translateY(-10px);
 transform: translateY(-10px);
}
}
 @keyframes mover {
 0% {
 -webkit-transform: translateY(0);
 transform: translateY(0);
}
 100% {
 -webkit-transform: translateY(-10px);
 transform: translateY(-10px);
}
}
/* Preloader */

/*

Loader Style

==============================*/

.preloader {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 99999999;
    background: #004382;
}
.loader {
    width: 80px;
    height: 80px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-top: -60px;
    margin-left: -45px;
}
.spinner {
    width: 80px;
    height: 80px;
    position: relative;
}
.double-bounce1,  .double-bounce2 {
    width: 100%;
    height: 100%;
    border-radius: 50%;
    opacity: .6;
    background: #fff;
    position: absolute;
    top: 0;
    left: 0;
    -webkit-animation: sk-bounce 2.0s infinite ease-in-out;
    animation: sk-bounce 2.0s infinite ease-in-out;
}
.double-bounce2 {
    -webkit-animation-delay: -1.0s;
    animation-delay: -1.0s;
}
 @-webkit-keyframes sk-bounce {
 0%,  100% {
 transform: scale(0);
 -webkit-transform: scale(0);
}
 50% {
 transform: scale(1);
 -webkit-transform: scale(1);
}
}
 @keyframes sk-bounce {
 0%,  100% {
 transform: scale(0);
 -webkit-transform: scale(0);
}
 50% {
 transform: scale(1);
 -webkit-transform: scale(1);
}
}
/* Back To Top */

/*

 Services Two Section 

==============================*/

.services-section2 {
    background-color: #f6f6f6;
}
.services-section2 .single-services .top{
	padding-top: 15px;
	padding-bottom: 10px;
}
.services-section2 .single-services h3 {
    font-weight: 600;
    color: #111;
    margin-bottom: 10px;
    font-size: 25px;
}
.services-section2 .single-services p {
    color: #111;
    margin-bottom: 10px;
    font-size: 14px;
}
.services-section2 .single-services .service-list ul {
    margin: 0;
    padding: 0;
}
.services-section2 .single-services .service-list ul li {
    color: #474444;
}
.services-section2 .single-services .service-list ul li i {
    color: #004382;
    margin-right: 10px;
}
.services-section2 .single-services .custom-btn2 {
    margin-top: 25px;
	color: #fff;
}
.bgimg01 {
    background: url(../images/banner01.jpg) center top;
}
.bgimg01 h2 {
    color: #000;
}
.bgimg01 .single-services p {
    color: #000;
}
.bgimg01 .single-services h3 {
    color: #000;
}
.bgimg01 .single-services {
    margin-left: 50px;
}
/*

 Mission Section 

==============================*/

.mission-section .single-mission h3 {
    font-size: 20px;
    font-weight: 600;
    color: #000000;
    text-transform: capitalize;
}
.mission-section .single-mission p {
    margin-bottom: 30px;
}
.mission-section .single-mission .mission-service {
    margin-bottom: 30px;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.mission-section .single-mission .mission-service i {
    font-size: 40px;
    color: #004382;
    position: relative;
    margin-right: 20px;
    width: 50px;
    height: 50px;
    background-color: #e7e8e7;
    text-align: center;
    line-height: 50px;
    border-radius: 70% 30% 30% 70% / 60% 40% 60% 40%;
}
.mission-section .single-mission .mission-service .text h3 {
    text-transform: capitalize;
}
.mission-section .single-mission .mission-service .text p {
    max-width: 300px;
    margin-bottom: 0;
}
/*

 Inventory Section Start 

==============================*/

.single-inventory {
    text-align: center;
    background: #ffffff;
    -webkit-box-shadow: 0px 0px 13px 0px #e7e7e7;
    box-shadow: 0px 0px 13px 0px #e7e7e7;
    padding: 40px;
    position: relative;
    overflow: hidden;
    -webkit-transition: .5s;
    transition: .5s;
    z-index: 1;
    margin-bottom: 30px;
}
.single-inventory::before {
    content: "\f101";
    font-family: Flaticon;
    position: absolute;
    top: -65px;
    right: -34px;
    font-size: 105px;
    opacity: .2;
}
.single-inventory::after {
    content: "";
    position: absolute;
    background: #004382;
    width: 100%;
    height: 5px;
    bottom: 0;
    left: 0;
    -webkit-transition: .5s;
    transition: .5s;
    z-index: -1;
}
.single-inventory .inventory-top h3 {
    text-transform: capitalize;
    font-size: 20px;
    color: #403f3f;
    -webkit-transition: .5s;
    transition: .5s;
}
.single-inventory .inventory-top h4 {
    color: #666666;
    font-size: 16px;
    margin-bottom: 30px;
    -webkit-transition: .5s;
    transition: .5s;
}
.single-inventory .inventory-top h4 span {
    font-size: 22px;
    font-weight: 700;
    color: #000000;
    -webkit-transition: .5s;
    transition: .5s;
}
.single-inventory .inventory-top .image img {
    width: 40%;
    margin-bottom: 25px;
}
.single-inventory .inventory-top .hover-image img {
    display: none;
    width: 40%;
    -webkit-transition: .5s;
    transition: .5s;
}
.single-inventory .inventroy-content ul {
    margin: 0;
    padding: 0;
}
.single-inventory .inventroy-content ul li {
    color: #5c5c5c;
    text-transform: capitalize;
    -webkit-transition: .5s;
    transition: .5s;
    margin-bottom: 8px;
}
.single-inventory .inventroy-content ul li i {
    margin-right: 5px;
}
.single-inventory .inventroy-content .custom-btn2 {
    margin-top: 30px;
    padding: 5px 35px;
    font-size: 14px;
    -webkit-transition: .5s;
    transition: .5s;
}
.single-inventory .shape-bg {
    position: absolute;
    bottom: -88px;
    left: -200px;
    width: 85%;
    opacity: .5;
}
.single-inventory:hover::after {
    height: 100%;
}
.single-inventory:hover h3 {
    color: #ffff;
}
.single-inventory:hover h4 {
    color: #ffffff;
}
.single-inventory:hover h4 span {
    color: #ffffff;
}
.single-inventory:hover ul li {
    color: #ffffff;
}
.single-inventory:hover .custom-btn2 {
    background: #ffffff;
    color: #004382;
}
.single-inventory:hover .custom-btn2:hover {
    color: #ffffff;
}
.single-inventory:hover img {
    display: none;
}
.single-inventory:hover .hover-image img {
    margin: auto;
    display: table;
    margin-bottom: 25px;
}
.single-inventory.active-color {
    background: #004382;
}
.single-inventory.active-color h3 {
    color: #ffff;
}
.single-inventory.active-color h4 {
    color: #ffffff;
}
.single-inventory.active-color h4 span {
    color: #ffffff;
}
.single-inventory.active-color ul li {
    color: #ffffff;
}
.single-inventory.active-color .custom-btn2 {
    background: #ffffff;
    color: #004382;
}
.single-inventory.active-color .custom-btn2:hover {
    color: #ffffff;
}
.single-inventory.active-color .image img {
    width: 40%;
    margin-bottom: 25px;
}
.single-inventory.active-color .hover-image img {
    display: none;
    width: 40%;
    -webkit-transition: .5s;
    transition: .5s;
}
.single-inventory.active-color:hover .hover-image img {
    display: block;
}
/*

 Gallery Section Start 

==============================*/

.gallery-section {
    background-color: #f6f6f6;
}
.gallery-section .gallery-slider.owl-theme .owl-dots {
    display: none;
}
.gallery-section .gallery-slider.owl-theme .owl-nav .owl-dots {
    margin-top: 20px;
}
.gallery-section .gallery-slider .single-item {
    position: relative;
}
.gallery-section .gallery-slider .single-item .image-hover {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: -webkit-gradient(linear, left bottom, left top, from(#403f3f), color-stop(#643d3e), color-stop(#843939), color-stop(#a23031), to(#004382));
    background-image: linear-gradient(to top, #403f3f, #643d3e, #843939, #a23031, #004382);
    -webkit-transform: scale(0);
    transform: scale(0);
    -webkit-transition: .5s;
    transition: .5s;
    opacity: .9;
}
.gallery-section .gallery-slider .single-item .image-hover h3 {
    color: #ffffff;
    opacity: 1;
    z-index: 1;
}
.gallery-section .gallery-slider .single-item .image-hover .read-more {
    color: #ffffff;
    text-transform: capitalize;
    font-size: 12px;
}
.gallery-section .gallery-slider .single-item .image-hover .read-more::before {
    bottom: 13px;
}
.gallery-section .gallery-slider .single-item .image-hover .text {
    margin-left: 20px;
    margin-bottom: 20px;
}
.gallery-section .gallery-slider .single-item:hover .image-hover {
    -webkit-transform: scale(1);
    transform: scale(1);
}
/*

 Appoinment Section 

==============================*/

.appoinment-section .appoinment-wrapper {
    background: #f6f6f6;
    position: relative;
    z-index: 1;
}
.appoinment-section .appoinment-wrapper .shape {
    position: absolute;
    top: 58%;
    width: 10%;
    left: 50%;
    z-index: -1;
    opacity: .1;
}
.appoinment-section .appoinment-bg {
    background-image: url(../images/bg.jpg);
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    width: 100%;
    height: 100%;
}
.appoinment-section .appoinment-bg .play-video {
    text-align: right;
    font-size: 80px;
    margin-right: -40px;
}
.appoinment-section .appoinment-bg .play-video i {
    color: #ffffff;
    background: #004382;
    border-radius: 100%;
    width: 80px;
    height: 80px;
    display: inline-block;
    line-height: 1;
}
.appoinment-section .appoinment-bg .play-video2 {
    position: relative;
}
.appoinment-section .appoinment-bg .play-video2::after {
    z-index: 1;
    content: '';
    position: absolute;
    left: -7px;
    top: 0;
    width: 100px;
    height: 100px;
    opacity: 1;
    border-radius: 50%;
    background: #004382;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    bottom: 0;
    margin: auto;
    -webkit-animation: ripple 1.6s ease-out infinite;
    animation: ripple 1.6s ease-out infinite;
}
.appoinment-section .appoinment-bg .play-video2 a:focus {
    color: #ffffff;
}
.appoinment-section .appoinment-form {
    margin-right: auto;
    margin-left: auto;
    max-width: 525px;
}
.appoinment-section .appoinment-form .form-group {
    margin-bottom: 20px;
}
.appoinment-section .appoinment-form .form-group textarea {
    height: 130px;
}
.appoinment-section .appoinment-form .form-control {
    border: 0;
    border-bottom: 1px solid #bababa;
    text-transform: capitalize;
    color: #6c757d;
    background-color: unset;
    border-radius: 0;
    padding: 10px 0;
}
.appoinment-section .appoinment-form .form-control:focus {
    -webkit-box-shadow: none;
    box-shadow: none;
    outline: 0;
}
.appoinment-section .appoinment-form .custom-btn2 {
    border: none;
    margin-top: 20px;
}
.appoinment-section .appoinment-form .custom-btn2:hover {
    cursor: pointer;
}
.appoinment-section .appoinment-form .nice-select {
    width: 100%;
    padding: .375rem .75rem;
    font-family:'Noto Sans', 'Source Han Sans', 'OPPO Sans', 'Roboto', 'MiSans', 'HarmonyOS Sans', '思源黑体', sans-serif;
    height: unset;
    float: unset;
    line-height: 30px;
    z-index: 2;
    padding: 10px 0;
}
.appoinment-section .appoinment-form .nice-select span {
    font-size: 17px;
}
.appoinment-section .appoinment-form .nice-select .list {
    padding: 0;
    width: 100%;
}
/*

 Single Choose Start

==============================*/

.single-choose {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    background: #ffffff;
    -webkit-box-shadow: 0 0 0px 1px rgba(0, 0, 0, 0.05);
    box-shadow: 0 0 0px 1px rgba(0, 0, 0, 0.05);
    padding: 40px 20px;
    position: relative;
    -webkit-transition: .5s;
    transition: .5s;
    margin-bottom: 15px;
}
.single-choose:hover {
    background: #004382;
}
.single-choose:hover i {
    color: #ffffff;
    -webkit-transition: .5s;
    transition: .5s;
}
.single-choose:hover h3 {
    color: #ffffff;
    -webkit-transition: .5s;
    transition: .5s;
}
.single-choose:hover p {
    color: #ffffff;
    -webkit-transition: .5s;
    transition: .5s;
}
.single-choose i {
    color: #004382;
    font-size: 25px;
    line-height: 1;
}
.single-choose .text {
    margin-left: 15px;
}
.single-choose .text h3 {
    text-transform: capitalize;
    font-size: 16px;
}
.single-choose .text p {
    margin-bottom: 0;
    line-height: 25px;
}
.col-lg-6.choose:nth-child(2) {
    margin-top: 15px;
}
.col-lg-6.choose:nth-child(4) {
    margin-top: 15px;
}
/* 

==================================

    End Home Page Two 

==================================*/

/* 

==================================

   Listing Page Style Start 

================================== */

.all-page-banner {
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    height: 320px;
    position: relative;
    margin-top: 117px;
}
.all-page-banner.item-one {
    background-image: url(../images/nybg.jpg);
}
.all-page-banner.item-two {
    background-image: url(../images/01.jpg);
}
.all-page-banner.item-three {
    background-image: url(../images/02.jpg);
}
.all-page-banner.item-four {
    background-image: url(../images/03.jpg);
}
.all-page-banner.item-five {
    background-image: url(../images/04.jpg);
}
.all-page-banner.item-six {
    background-image: url(../images/05.jpg);
}
.all-page-banner.item-seven {
    background-image: url(../images/07.jpg);
}
.all-page-banner.item-eight {
    background-image: url(../images/08.jpg);
}
.all-page-banner.item-nine {
    background-image: url(../images/09.jpg);
}
.all-page-banner::before {
    content: "";
    position: absolute;
    background: rgba(0, 0, 0, 0.5);
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.all-page-banner .banner-text {
    position: relative;
}
.all-page-banner .banner-text h1 {
    color: #ffffff;
    text-transform: capitalize;
    font-size: 45px;
    font-weight: bold;
    letter-spacing: 5px;
}
.all-page-banner .banner-text ul {
    margin: 0;
    padding: 0;
}
.all-page-banner .banner-text ul li {
    display: inline-block;
    color: #ffffff;
    text-transform: capitalize;
    font-size: 15px;
}
.all-page-banner .banner-text ul li a {
    color: #fff;
    margin-right: 5px;
}
.all-page-banner .banner-text ul li i {
    margin-right: 5px;
}
/* 

==================================

   End Listing Page Style 

==================================*/

/* 

==================================

   Car Details Page Style Start

==================================*/

.car-details .left-side .single-item-slider button {
    display: none !important;
}
.car-details .left-side .single-item-slider .slider-nav {
    margin-top: 10px;
}
.car-details .left-side .details-wrapper h3 {
    font-size: 25px;
    font-weight: 700;
}
.car-details .left-side .details-wrapper p {
    font-size: 16px;
    margin-bottom: 20px;
}
.car-details .left-side .details-wrapper .all-text-wrap {
    margin-top: 30px;
}
.car-details .left-side .details-wrapper .all-text-wrap blockquote {
    background: #faf8f8;
    padding: 30px;
    color: #5c5c5c;
    border-left: 4px solid #004382;
    font-style: italic;
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 30px;
}
.car-details .left-side .details-wrapper .all-text-wrap blockquote i {
    display: block;
    font-size: 32px;
    opacity: .4;
    line-height: 1;
}
.car-details .left-side .details-wrapper .c-details-button {
    text-align: center;
}
.car-details .left-side .details-wrapper .c-details-button .single-button {
    background: #faf8f8;
    padding: 50px 50px;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    width: 100%;
}
.car-details .left-side .details-wrapper .c-details-button .single-button i {
    font-size: 30px;
    margin-right: 10px;
    line-height: 1;
}
.car-details .left-side .details-wrapper .c-details-button .single-button h2 {
    text-transform: capitalize;
    font-size: 18px;
    font-weight: 600;
    position: relative;
    margin-bottom: 0;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.car-details .right-side .price-box-wrapper {
    padding-top: 87px;
    position: relative;
}
.car-details .right-side .price-box-wrapper .price-top {
    background: #004382;
    text-align: center;
    padding: 35px 20px;
}
.car-details .right-side .price-box-wrapper .price-top span {
    color: #ffffff;
    font-size: 25px;
    font-weight: 600;
}
.car-details .right-side .price-box-wrapper .price-top h2 {
    color: #ffffff;
    font-size: 24px;
    font-weight: 600;
    margin-top: 5px;
    margin-bottom: 0px;
}
.car-details .right-side .price-box-wrapper .price-content {
    background: #faf8f8;
}
.car-details .right-side .price-box-wrapper .price-content ul {
    margin: 0;
    padding: 0;
}
.car-details .right-side .price-box-wrapper .price-content ul li {
    text-transform: uppercase;
    color: #757575;
    font-size: 14px;
    font-weight: 600;
    border-bottom: 1px solid #979797;
    padding: 20px 30px;
}
.car-details .right-side .price-box-wrapper .price-content ul li span {
    color: #5c5c5c;
    font-weight: 600;
    font-size: 16px;
    text-transform: capitalize;
    position: absolute;
    right: 30px;
}
.car-details .right-side .price-box-wrapper .price-content ul li:last-child {
    border-bottom: none;
}
.car-details .right-side .financing-calculator {
    margin-top: 50px;
    background: #faf8f8;
    padding: 40px;
}
.car-details .right-side .financing-calculator h3 {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 20px;
}
.car-details .right-side .financing-calculator label {
    text-transform: capitalize;
    color: #666666;
}
.car-details .right-side .financing-calculator .form-control {
    border-radius: 0;
    border: none;
    height: 50px;
    background: #dfdede;
}
.car-details .right-side .financing-calculator .form-control:focus {
    -webkit-box-shadow: none;
    box-shadow: none;
    border: none;
    outline: 0;
}
/* 

==================================

   End Car Details Page Style 

==================================*/

/* 

========================================

   Shop Right Sidebar Page Style Start

========================================*/

.single-shop {
    margin-bottom: 30px;
}
.single-shop .shop-image {
    position: relative;
    overflow: hidden;
}
.single-shop .shop-image img {
    border: 1px solid #eeeeee;
    margin: auto;
    display: table;
}
.single-shop .shop-image .add-cart-hover {
    text-align: center;
    position: absolute;
    bottom: -40px;
    left: 0;
    right: 0;
    -webkit-transition: .5s;
    transition: .5s;
}
.single-shop .shop-image .add-cart-hover a {
    background: #004382;
    padding: 5px 30px;
    color: #ffff;
    text-transform: capitalize;
    font-weight: 600;
    display: inline-block;
    font-size: 14px;
}
.single-shop .shop-image .add-cart-hover a:hover {
    background: #222222;
}
.single-shop:hover .add-cart-hover {
    bottom: 0;
}
.single-shop:hover h3 {
    color: #004382;
}
.single-shop .image-caption {
    text-align: center;
    padding-top: 20px;
    padding-bottom: 18px;
    border: 1px solid #eeeeee;
    border-top: none;
}
.single-shop .image-caption h3 {
    font-weight: 600;
    -webkit-transition: .5s;
    transition: .5s;
    text-transform: uppercase;
    font-size: 13px;
}
.single-shop .image-caption span {
    font-size: 15px;
    font-weight: 600;
    color: #004382;
}
.pagination-wrap {
    margin: auto;
    display: table;
    margin-top: 10px;
}
.pagination {
    margin-top: 40px;
}
.pagination-lg .page-link {
    font-size: 16px;
    padding: 10px 20px;
    color: #393d72;
    margin-right: 10px;
}
.pagination-lg .page-item:last-child .page-link {
    border-radius: 0;
}
.page-item:last-child .page-link {
    border-radius: 0;
}
.pagination-lg .page-item:first-child .page-link {
    border-radius: 0;
}
.page-link:hover {
    text-decoration: none;
    background-color: #004382;
    border-color: transparent;
    color: #ffff;
}
.page-link:focus {
    -webkit-box-shadow: none;
    box-shadow: none;
}
.page-item.active .page-link {
    background-color: #004382;
    border-color: 0;
    border: 1px solid #004382;
    color: #ffffff;
}
.right-shop .productsearchform {
    position: relative;
}
.right-shop .productsearchform input {
    background: #eeeeee;
    border: none;
    padding: 10px 20px;
    width: 100%;
    caret-color: #004382;
    height: 60px;
}
.right-shop .productsearchform input:focus {
    -webkit-box-shadow: 0;
    box-shadow: 0;
    border: none;
    outline: 0;
}
.right-shop .productsearchform button {
    position: absolute;
    top: 0;
    right: 14px;
    border: none;
    height: 100%;
    color: #646464;
    background: transparent;
    font-size: 20px;
}
.right-shop .productsearchform button:hover {
    cursor: pointer;
    color: #004382;
}
.right-shop .category-wrapper {
    background-color: #f8f8f8;
    padding: 25px;
}
.right-shop .category-wrapper .cate-box .cate-title {
    border-bottom: 1px solid #e4e4e4;
}
.right-shop .category-wrapper .cate-box .cate-title h3 {
    font-weight: 600;
    -webkit-transition: .5s;
    transition: .5s;
    text-transform: capitalize;
    font-size: 17px;
    color: #5c5c5c;
    padding-bottom: 10px;
}
.right-shop .category-wrapper .cate-box .cate-list {
    margin: 0;
    padding: 20px 0;
    padding-bottom: 0;
}
.right-shop .category-wrapper .cate-box .cate-list li {
    margin-bottom: 10px;
}
.right-shop .category-wrapper .cate-box .cate-list li:last-child {
    margin-bottom: 0;
}
.right-shop .category-wrapper .cate-box .cate-list li a {
    color: #585555;
    font-size: 16px;
    text-transform: capitalize;
}
.right-shop .category-wrapper .cate-box .cate-list li a i {
    font-size: 20px;
    margin-right: 10px;
}
.right-shop .category-wrapper .cate-box .cate-list li a:hover {
    color: #004382;
}
.right-shop .products-box {
    padding: 30px;
    background-color: #f8f8f8;
    margin-top: 30px;
}
.right-shop .products-box .pro-title h3 {
    font-weight: 600;
    -webkit-transition: .5s;
    transition: .5s;
    text-transform: capitalize;
    font-size: 17px;
    color: #5c5c5c;
    padding-bottom: 10px;
}
.right-shop .products-box .single-product {
    margin-top: 30px;
}
.right-shop .products-box .single-product h3 {
    font-size: 14px;
    color: #5c5c5c;
    text-transform: capitalize;
}
.right-shop .products-box .single-product h3:hover {
    color: #004382;
}
.right-shop .products-box .single-product .star-list {
    margin: 0;
    padding: 0;
}
.right-shop .products-box .single-product .star-list li {
    display: inline-block;
}
.right-shop .products-box .single-product .star-list li i {
    color: #e1b712;
    font-size: 14px;
}
.right-shop .products-box .single-product .price span {
    color: #004382;
    font-size: 14px;
}
.right-shop .products-box .single-product-image {
    text-align: right;
}
.right-shop .products-box .single-product-image img {
    width: 30px;
}
/* 

====================================

   End Car Details Page Style 

====================================*/

/* 

========================================

   Shop Details Page Style Start

========================================*/

.comment-form .col-lg-12 {
    padding-right: 0px;
    padding-left: 0px;
}
.cart-details {
    padding-bottom: 30px;
}
.cart-details .shop-single-slider .slider-for img {
    display: block;
    border: 1px solid #e4e4e4;
}
.cart-details .shop-single-slider .slider-for img:focus {
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    outline: 0;
}
.cart-details .shop-single-slider .slider-nav {
    margin-top: 10px;
    border-right: 1px solid #e4e4e4;
    border-left: 1px solid #e4e4e4;
}
.cart-details .shop-single-slider .slider-nav img {
    display: block;
    border: 1px solid #e4e4e4;
    border-left: 0;
}
.cart-details .shop-single-slider .slider-nav img:focus {
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
}
.cart-details .shop-single-slider button {
    display: none !important;
}
.cart-details .product-details h3 {
    font-size: 18px;
    font-weight: 600;
    color: #3c3c3c;
    text-transform: uppercase;
    margin-bottom: 5px;
}
.cart-details .product-details .price span {
    font-size: 18px;
    color: #004382;
    display: inline-block;
    margin-bottom: 10px;
}
.cart-details .product-details .price del {
    color: #696969;
}
.cart-details .product-details p {
    font-size: 14px;
    padding-top: 15px;
	min-height: 220px;
}
.cart-details .product-details .product-option .product-row input {
    width: 70px;
    font-size: 15px;
    color: #000000;
    float: left;
    padding: 10px 10px;
    border: 2px solid #eeeeee;
    font-weight: 600;
    color: #004382;
}
.cart-details .product-details .product-option .product-row .theme-btn {
    margin-left: 15px;
    background: transparent;
    border: 2px solid #eeeeee;
    color: #004382;
    font-weight: 600;
    padding: 10px 25px;
    transition: .5s;
    -webkit-transition: .5s;
    font-size: 15px;
}
.cart-details .product-details .product-option .product-row .theme-btn:hover {
    cursor: pointer;
    background-color: #004382;
    color: #ffffff;
    border-color: #004382;
}
.cart-details .product-details h6 {
    font-weight: 400;
    font-size: 14px;
    text-transform: lowercase;
    margin-top: 20px;
}
.cart-details .product-details h6 span {
    font-size: 14px;
    font-weight: 600;
    display: inline-block;
    text-transform: capitalize;
    margin-right: 10px;
}
.product-wrapper {
    border-top: 1px solid #e6e5e5;
    padding-bottom: 10px;
}
.product-wrapper:last-child {
    padding-bottom: 0;
}
.left-shop-section .right-shop {
    margin-bottom: 30px;
}
.shop-cart-tab {
    background: #fafafa;
    padding: 30px 20px;
}
.shop-cart-tab .nav-pills {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    border-bottom: 0;
}
.shop-cart-tab .nav-pills .nav-link.active {
    color: #000000;
}
.shop-cart-tab .nav-pills .show > .nav-link {
    color: #000000;
}
.shop-cart-tab .nav-item .nav-link {
    background: transparent;
    color: black;
    border-right: 1px solid transparent;
    border-radius: 0;
    position: relative;
    text-transform: uppercase;
}
.shop-cart-tab li + li + li .nav-link:last-child {
    border-right: 1px solid #eeeeee;
}
.shop-cart-tab .shop-tab {
    border: 1px solid #eeeeee;
    padding: 30px;
    background: #ffffff;
}
.shop-cart-tab .shop-tab .description h3 {
    font-size: 20px;
    color: #004382;
}
.shop-cart-tab .shop-tab .description p {
    font-size: 14px;
    color: #868686;
    margin-bottom: 0;
    text-align: justify;
}
.shop-cart-tab .shop-tab .info h3 {
    font-size: 30px;
    font-weight: 500;
    text-transform: capitalize;
    margin-bottom: 20px;
}
.shop-cart-tab .shop-tab .info tr {
    border-top: 1px solid #c0c0c0;
    text-align: center;
}
.shop-cart-tab .shop-tab .info th {
    width: 50%;
    border-right: 1px solid #c0c0c0;
}
.border-for {
    border: 1px solid #eeeeee;
}
.border-nav img {
    border: 1px solid #e9e9e9 !important;
}
.border-nav img:nth-child(4) {
    border-right: 1px solid #cecbcb !important;
}
.shop-cart-tab .nav-pills .nav-link {
    border: 1px solid #eeeeee;
    border-bottom: 0;
    color: #004382;
    text-transform: capitalize;
    background: #ffffff;
}
.shop-cart-tab .nav-pills .nav-link.active {
    border-bottom: unset;
    background: #004382;
    color: #ffff;
    border: 1px solid #eeeeee;
}
.review h3 {
    margin-bottom: 30px;
    font-size: 18px;
    font-weight: 500;
    text-transform: capitalize;
    color: #004382;
}
.review ol {
    padding: 0;
    margin: 0;
    list-style-type: none;
}
.review ol li {
    border-bottom: 1px solid #eeeeee;
    list-style: none;
}
.review ol li .comment-wrap {
    position: relative;
    margin-bottom: 15px;
    margin-top: 15px;
}
.review ol li .comment-wrap .prof-image img {
    position: absolute;
    left: 0;
    top: -30px;
    bottom: 0;
    max-width: 100px;
    width: 100%;
    margin: auto;
    border-radius: 50%;
}
.review ol li .comment-wrap .text-wrap {
    padding-left: 0px;
}
.review ol li .comment-wrap .text-wrap p {
    margin-top: 12px;
    margin-bottom: 0;
}
.review ol li .comment-wrap .text-wrap .text-meta {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
}
.review ol li .comment-wrap .text-wrap .text-meta strong {
    font-size: 14px;
    font-weight: 700;
    text-transform: capitalize;
    color: #004382;
}
.review ol li .comment-wrap .text-wrap .text-meta .dashed {
    margin-left: 10px;
    margin-right: 10px;
}
.review ol li .comment-wrap .text-wrap .text-meta .time {
    text-transform: uppercase;
    color: #767575;
    font-weight: 400;
    font-size: 12px;
}
.review ol li .comment-wrap .text-wrap .text-meta .rate {
    margin-left: 10px;
    position: unset;
}
.review ol li .comment-wrap .text-wrap .text-meta .rate i {
    color: #fe6367;
    font-size: 12px;
}
.comment-box-wrapper .comment-heading h3 {
    margin-top: 30px;
    margin-bottom: 10px;
}
.comment-box-wrapper .comment-heading p {
    font-size: 16px;
    margin-bottom: 10px;
}
.comment-box-wrapper .raiting-p {
    margin-bottom: 30px;
}
.comment-box-wrapper .raiting-p i {
    color: #fe6367;
}
.comment-box-wrapper .comment-form .form-group {
    margin-bottom: 30px;
}
.comment-box-wrapper .comment-form .form-group .form-control {
    width: 100%;
    height: 50px;
    border: 1px solid #eeeeee;
    padding-left: 15px;
    border-radius: 0;
    font-size: 14px;
}
.comment-box-wrapper .comment-form .form-group .form-control:focus {
    border: 1px solid #dfdede;
}
.comment-box-wrapper .comment-form .form-group textarea.form-control {
    height: 200px;
}
.comment-box-wrapper .form-control:focus {
    -webkit-box-shadow: none;
    box-shadow: none;
    outline: 0;
    border-color: #909090;
}
.comment-box-wrapper button.custom-btn2 {
    border-radius: 0 !important;
}
.comment-box-wrapper .rel-post h3 {
    text-align: center;
    font-size: 30px;
    font-weight: 600;
    text-transform: capitalize;
    margin-bottom: 30px;
}
.comment-box-wrapper .rel-p-text h3 {
    margin-bottom: 10px;
}
.related-post {
    padding-top: 30px;
}
.related-post h3 {
    text-transform: capitalize;
    font-weight: 700;
    font-size: 20px;
    margin-bottom: 30px;
}
.related-post .single-shop {
    margin-bottom: 0;
}
.related-post .related-post-slider.owl-theme .owl-dots {
    display: none;
}
.related-post2 .single-shop .image-caption h3 {
    margin-bottom: 5px;
    font-size: 14px;
}
/* 

========================================

   End Shop Details Page Style

========================================*/

/* 

========================================

   Blog Details Page Style Start

========================================*/

.blog-details .article-content {
    margin-top: 0px;
}
.blog-details .article-content h3 {
    margin-bottom: 15px;
    font-size: 18px;
    font-weight: 600;
    text-transform: capitalize;
}
.blog-details .article-content .entry-meta {
    margin-bottom: 17px;
}
.blog-details .article-content .entry-meta ul {
    padding-left: 0;
    margin-bottom: 0;
    list-style-type: none;
}
.blog-details .article-content .entry-meta ul li {
    margin: 0 10px;
    position: relative;
    display: inline-block;
    color: #666666;
}
.blog-details .article-content .entry-meta ul li a {
    display: inline-block;
    color: #666666;
    font-size: 12px;
}
.blog-details .article-content .entry-meta ul li a:hover {
    color: #004382;
}
.blog-details .article-content .entry-meta ul li i {
    color: #004382;
    font-size: 16px;
    margin-right: 2px;
}
.blog-details .article-content .entry-meta ul li::before {
    content: '';
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    right: -15px;
    width: 6px;
    height: 1px;
    background: #666666;
}
.blog-details .article-content .entry-meta ul li:last-child {
    margin-right: 0;
}
.blog-details .article-content .entry-meta ul li:last-child::before {
    display: none;
}
.blog-details .article-content .entry-meta ul li:first-child {
    margin-left: 0;
}
.blog-details .article-content .wp-block-gallery.columns-3 {
    padding-left: 0;
    list-style-type: none;
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
    margin-bottom: 30px;
    margin-top: 30px;
}
.blog-details .article-content .wp-block-gallery.columns-3 li {
    -ms-flex: 0 0 33.3333%;
    -webkit-box-flex: 0;
    flex: 0 0 33.3333%;
    max-width: 33.3333%;
    padding-right: 15px;
    padding-left: 15px;
}
.blog-details .article-content .wp-block-gallery.columns-3 li figure {
    margin-bottom: 0;
}
.blog-details .article-content .article-features-list {
    padding-left: 0;
    list-style-type: none;
    margin-bottom: 15px;
    margin-left: 20px;
}
.blog-details .article-content .article-features-list li {
    margin-bottom: 12px;
    color: #666666;
    position: relative;
    padding-left: 15px;
}
.blog-details .article-content .article-features-list li::before {
    background: #0e101b;
    height: 7px;
    width: 7px;
    content: '';
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    border-radius: 50%;
    position: absolute;
}
.blog-details .article-content .article-features-list li:last-child {
    margin-bottom: 0;
}
.blog-details .article-footer {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-top: 30px;
}
.blog-details .article-footer .article-tags {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
}
.blog-details .article-footer .article-tags span {
    display: inline-block;
    color: #0e101b;
    font-size: 20px;
    margin-right: 5px;
    position: relative;
    top: 2px;
}
.blog-details .article-footer .article-tags a {
    display: inline-block;
    color: #666666;
}
.blog-details .article-footer .article-tags a:hover {
    color: #004382;
}
.blog-details .article-footer .article-share {
    -ms-flex: 0 0 50%;
    -webkit-box-flex: 0;
    flex: 0 0 50%;
    max-width: 50%;
}
.blog-details .article-footer .article-share .social {
    padding-left: 0;
    list-style-type: none;
    text-align: right;
    margin-bottom: 0;
}
.blog-details .article-footer .article-share .social li {
    display: inline-block;
    margin-right: 5px;
}
.blog-details .article-footer .article-share .social li a i {
    color: #ffffff;
    background-color: #0651a2;
    width: 33px;
    height: 33px;
    line-height: 34px;
    text-align: center;
    border-radius: 50%;
    font-size: 13px;
    -webkit-transition: 0.5s;
    transition: 0.5s;
}
.blog-details .article-footer .article-share .social li a i:hover {
    color: #ffffff;
    background-color: #004382;
}
.blog-details .article-footer .article-share .social li a i.fa-facebook-f {
    background-color: #3b5998;
    color: #ffffff;
}
.blog-details .article-footer .article-share .social li a i.fa-twitter {
    background-color: #1da1f2;
    color: #ffffff;
}
.blog-details .article-footer .article-share .social li a i.fa-twitter:hover {
    background: #004382;
    color: #ffff;
}
.blog-details .article-footer .article-share .social li a i.fa-linkedin-in {
    background-color: #0077b5;
    color: #ffffff;
}
.blog-details .article-footer .article-share .social li a i.fa-linkedin-in:hover {
    background: #004382;
}
.blog-details .article-footer .article-share .social li a i.fa-instagram {
    background-color: #c13584;
    color: #ffffff;
}
.blog-details .article-footer .article-share .social li a i.fa-instagram:hover {
    background: #004382;
}
.blog-details .post-navigation {
    margin-top: 30px;
    border-top: 1px solid #eeeeee;
    border-bottom: 1px solid #eeeeee;
    padding-top: 20px;
    padding-bottom: 20px;
}
.blog-details .post-navigation .navigation-links {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.blog-details .post-navigation .navigation-links a {
    color: #004382;
}
.blog-details .post-navigation .navigation-links .nav-previous {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
}
.blog-details .post-navigation .navigation-links .nav-previous a i {
    margin-right: 2px;
}
.blog-details .post-navigation .navigation-links .nav-next {
    -ms-flex: 0 0 50%;
    -webkit-box-flex: 0;
    flex: 0 0 50%;
    max-width: 50%;
    text-align: right;
    color: red;
}
.blog-details .post-navigation .navigation-links .nav-next a i {
    margin-left: 2px;
}
.blog-details .post-navigation .navigation-links div a {
    display: inline-block;
    font-size: 16px;
    font-weight: 700;
}
blockquote {
    overflow: hidden;
    background-color: #fafafa;
    padding: 50px !important;
    position: relative;
    text-align: center;
    z-index: 1;
    margin-bottom: 20px;
    margin-top: 20px;
}
blockquote p {
    color: #0e101b;
    line-height: 1.6;
    margin-bottom: 0;
    font-style: italic;
    font-weight: 600;
    font-size: 18px;
    text-align: left;
}
blockquote cite {
    display: none;
}
blockquote::before {
    color: #efefef;
    content: "\f111";
    position: absolute;
    left: 50px;
    top: -50px;
    z-index: -1;
    font-family: Flaticon;
    font-size: 140px;
    font-style: normal;
}
.blockquote {
    overflow: hidden;
    background-color: #fafafa;
    padding: 50px !important;
    position: relative;
    text-align: center;
    z-index: 1;
    margin-bottom: 20px;
    margin-top: 20px;
}
.blockquote p {
    color: #0e101b;
    line-height: 1.6;
    margin-bottom: 0;
    font-style: italic;
    font-weight: 600;
    font-size: 20px;
}
.blockquote cite {
    display: none;
}
.blockquote::before {
    color: #efefef;
    content: "\f119";
    position: absolute;
    left: 50px;
    top: -50px;
    z-index: -1;
    font-family: Flaticon;
    font-size: 140px;
    font-style: normal;
}
.comments-area {
    background-color: #f8f8f8;
    padding: 30px;
    margin-top: 30px;
}
.comments-area .comments-title {
    position: relative;
    margin-bottom: 30px;
    line-height: initial;
    font-size: 18px;
    font-weight: 600;
}
.comments-area .comments-title::before {
    content: '';
    height: 25px;
    width: 3px;
    left: -30px;
    position: absolute;
    background: #004382;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}
.comments-area ol {
    padding: 0;
    margin: 0;
    list-style-type: none;
}
.comments-area ul {
    padding: 0;
    margin: 0;
    list-style-type: none;
}
.comments-area .comment-list {
    padding: 0;
    margin: 0;
    list-style-type: none;
}
.comments-area .children {
    margin-left: 20px;
}
.comments-area .comment-body {
    border-bottom: 1px solid #eeeeee;
    padding-left: 65px;
    color: #0e101b;
    font-size: 14px;
    margin-bottom: 20px;
    padding-bottom: 20px;
}
.comments-area .comment-body .reply {
    margin-top: 15px;
}
.comments-area .comment-body .reply a {
    border: 1px solid #ded9d9;
    color: #0e101b;
    display: inline-block;
    padding: 5px 20px;
    border-radius: 30px;
    text-transform: uppercase;
    font-size: 12px;
    font-weight: 700;
}
.comments-area .comment-body .reply a:hover {
    color: #ffffff;
    background-color: #004382;
    border-color: #004382;
}
.comments-area .comment-meta {
    margin-bottom: .8em;
}
.comments-area .comment-author {
    font-size: 14px;
    margin-bottom: 0.4em;
    position: relative;
    z-index: 2;
}
.comments-area .comment-author .avatar {
    height: 50px;
    left: -65px;
    position: absolute;
    width: 50px;
    border-radius: 50%;
}
.comments-area .comment-author .avatar .fn {
    font-weight: 700;
}
.comments-area .comment-author .avatar .says {
    display: none;
}
.comments-area .comment-metadata {
    color: #666666;
    letter-spacing: 0.01em;
    text-transform: uppercase;
    font-size: 10px;
    font-weight: 600;
}
.comments-area .comment-metadata a {
    color: #666666;
}
.comments-area .comment-metadata a:hover {
    color: #004382;
}
.comments-area .comment-content p {
    font-size: 14px;
}
.comments-area .comment-respond .comment-reply-title {
    margin: 0;
    position: relative;
    font-size: 18px;
    font-weight: 600;
}
.comments-area .comment-respond .comment-reply-title::before {
    content: '';
    height: 25px;
    width: 3px;
    left: -30px;
    position: absolute;
    background: #004382;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}
.comments-area .comment-respond .comment-reply-title #cancel-comment-reply-link {
    font-size: 15px;
    display: inline-block;
}
.comments-area .comment-respond .comment-form {
    overflow: hidden;
}
.comments-area .comment-respond .comment-notes {
    font-size: 15px;
    margin-bottom: 0;
    margin-top: 10px;
}
.comments-area .comment-respond .comment-notes .required {
    color: red;
}
.comments-area .comment-respond .comment-form-comment {
    margin-top: 15px;
    float: left;
    width: 100%;
}
.comments-area .comment-respond label {
    display: block;
    font-weight: 600;
    color: #0e101b;
    margin-bottom: 3px;
}
.comments-area .comment-respond input[type="date"] {
    display: block;
    width: 100%;
    background-color: #ffffff;
    border: 1px solid #eeeeee;
    padding: 0.625em 0.7375em;
    outline: 0;
    -webkit-transition: 0.5s;
    transition: 0.5s;
}
.comments-area .comment-respond input[type="time"] {
    display: block;
    width: 100%;
    background-color: #ffffff;
    border: 1px solid #eeeeee;
    padding: 0.625em 0.7375em;
    outline: 0;
    -webkit-transition: 0.5s;
    transition: 0.5s;
}
.comments-area .comment-respond input[type="datetime-local"] {
    display: block;
    width: 100%;
    background-color: #ffffff;
    border: 1px solid #eeeeee;
    padding: 0.625em 0.7375em;
    outline: 0;
    -webkit-transition: 0.5s;
    transition: 0.5s;
}
.comments-area .comment-respond input[type="week"] {
    display: block;
    width: 100%;
    background-color: #ffffff;
    border: 1px solid #eeeeee;
    padding: 0.625em 0.7375em;
    outline: 0;
    -webkit-transition: 0.5s;
    transition: 0.5s;
}
.comments-area .comment-respond input[type="month"] {
    display: block;
    width: 100%;
    background-color: #ffffff;
    border: 1px solid #eeeeee;
    padding: 0.625em 0.7375em;
    outline: 0;
    -webkit-transition: 0.5s;
    transition: 0.5s;
}
.comments-area .comment-respond input[type="text"] {
    display: block;
    width: 100%;
    background-color: #ffffff;
    border: 1px solid #eeeeee;
    padding: 0.625em 0.7375em;
    outline: 0;
    -webkit-transition: 0.5s;
    transition: 0.5s;
}
.comments-area .comment-respond input[type="email"] {
    display: block;
    width: 100%;
    background-color: #ffffff;
    border: 1px solid #eeeeee;
    padding: 0.625em 0.7375em;
    outline: 0;
    -webkit-transition: 0.5s;
    transition: 0.5s;
}
.comments-area .comment-respond input[type="url"] {
    display: block;
    width: 100%;
    background-color: #ffffff;
    border: 1px solid #eeeeee;
    padding: 0.625em 0.7375em;
    outline: 0;
    -webkit-transition: 0.5s;
    transition: 0.5s;
}
.comments-area .comment-respond input[type="password"] {
    display: block;
    width: 100%;
    background-color: #ffffff;
    border: 1px solid #eeeeee;
    padding: 0.625em 0.7375em;
    outline: 0;
    -webkit-transition: 0.5s;
    transition: 0.5s;
}
.comments-area .comment-respond input[type="search"] {
    display: block;
    width: 100%;
    background-color: #ffffff;
    border: 1px solid #eeeeee;
    padding: 0.625em 0.7375em;
    outline: 0;
    -webkit-transition: 0.5s;
    transition: 0.5s;
}
.comments-area .comment-respond input[type="tel"] {
    display: block;
    width: 100%;
    background-color: #ffffff;
    border: 1px solid #eeeeee;
    padding: 0.625em 0.7375em;
    outline: 0;
    -webkit-transition: 0.5s;
    transition: 0.5s;
}
.comments-area .comment-respond input[type="number"] {
    display: block;
    width: 100%;
    background-color: #ffffff;
    border: 1px solid #eeeeee;
    padding: 0.625em 0.7375em;
    outline: 0;
    -webkit-transition: 0.5s;
    transition: 0.5s;
}
.comments-area .comment-respond textarea {
    display: block;
    width: 100%;
    background-color: #ffffff;
    border: 1px solid #eeeeee;
    padding: 0.625em 0.7375em;
    outline: 0;
    -webkit-transition: 0.5s;
    transition: 0.5s;
}
.comments-area .comment-respond input[type="date"]:focus {
    border-color: #004382;
}
.comments-area .comment-respond input[type="time"]:focus {
    border-color: #004382;
}
.comments-area .comment-respond input[type="datetime-local"]:focus {
    border-color: #004382;
}
.comments-area .comment-respond input[type="week"]:focus {
    border-color: #004382;
}
.comments-area .comment-respond input[type="month"]:focus {
    border-color: #004382;
}
.comments-area .comment-respond input[type="text"]:focus {
    border-color: #004382;
}
.comments-area .comment-respond input[type="email"]:focus {
    border-color: #004382;
}
.comments-area .comment-respond input[type="url"]:focus {
    border-color: #004382;
}
.comments-area .comment-respond input[type="password"]:focus {
    border-color: #004382;
}
.comments-area .comment-respond input[type="search"]:focus {
    border-color: #004382;
}
.comments-area .comment-respond input[type="tel"]:focus {
    border-color: #004382;
}
.comments-area .comment-respond input[type="number"]:focus {
    border-color: #004382;
}
.comments-area .comment-respond textarea:focus {
    border-color: #004382;
}
.comments-area .comment-respond .comment-form-author {
    float: left;
    width: 50%;
    padding-right: 10px;
    margin-bottom: 20px;
}
.comments-area .comment-respond .comment-form-email {
    float: left;
    width: 50%;
    padding-left: 12px;
    margin-bottom: 20px;
}
.comments-area .comment-respond .comment-form-url {
    float: left;
    width: 100%;
    margin-bottom: 20px;
}
.comments-area .comment-respond .comment-form-cookies-consent {
    width: 100%;
    float: left;
    position: relative;
    padding-left: 20px;
    margin-bottom: 20px;
}
.comments-area .comment-respond .comment-form-cookies-consent input {
    position: absolute;
    left: 0;
    top: 6px;
}
.comments-area .comment-respond .comment-form-cookies-consent label {
    display: inline-block;
    margin: 0;
    color: #666666;
    font-weight: normal;
}
.comments-area .comment-respond .form-submit {
    float: left;
    width: 100%;
}
.comments-area .comment-respond .form-submit input {
    background: #004382;
    border: none;
    color: #ffffff;
    padding: 10px 30px;
    display: inline-block;
    cursor: pointer;
    outline: 0;
    border-radius: 0;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    font-weight: 600;
    font-size: 14px;
}
.comments-area .comment-respond .form-submit input:hover {
    color: #ffffff;
    background-color: #0e101b;
}
.comments-area .comment-respond .form-submit input:focus {
    color: #ffffff;
    background-color: #0e101b;
}
/* 

========================================

   End Blog Details Page Style

========================================*/

/* 

===========================

    Contact Page Start 

=========================== */

.single-contact {
    text-align: center;
    background: #ffffff;
    -webkit-box-shadow: 0 0 1.25rem rgba(108, 118, 134, 0.1);
    box-shadow: 0 0 1.25rem rgba(108, 118, 134, 0.1);
    padding: 30px;
}
.single-contact i {
    color: #004382;
    font-size: 30px;
    margin-bottom: 12px;
}
.single-contact h3 {
    font-size: 18px;
    font-weight: 600;
    text-transform: uppercase;
    margin-bottom: 6;
    margin-top: 6px;
}
.single-contact p {
    margin-bottom: 0;
}
.contact-form-section .form-control {
    border-radius: 0;
    height: 50px;
    font-size: 13px;
    text-transform: capitalize;
}
.contact-form-section .form-control:focus {
    border-color: none !important;
    outline: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
}
.contact-form-section textarea.form-control {
    height: 200px;
    padding-top: 10px;
}
.contact-form-sectioncontactForm {
    background: #eeeeee;
    padding: 50px 30px;
}
.contact-form-section .submit-btn {
    background: #004382 !important;
}
.contact-form-section .submit-btn:focus {
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    outline: none !important;
}
.contact-form-section .custom-btn2 {
    border: none;
    border-radius: 0;
    text-transform: capitalize;
}
.contact-form-section .custom-btn2:focus {
    -webkit-box-shadow: none;
    box-shadow: none;
    outline: none;
}
.contact-form-section .contact-map iframe {
    width: 100%;
    height: 625px;
    border: none;
}
/* 

=====================

    End Contact 

===================== */

/*========================

    Cart Page CSS

==========================*/

.cart-table table {
    margin-bottom: 0;
}
.cart-table table thead tr th {
    border-bottom-width: 0px;
    vertical-align: middle;
    padding: 0 0 15px;
    text-transform: uppercase;
    border: none;
    font-weight: 600;
    font-size: 14px;
}
.cart-table table tbody tr td {
    vertical-align: middle;
    color: #666666;
    padding-left: 0;
    padding-right: 0;
    font-size: 14px;
    border-color: #e4e4e4;
    border-left: none;
    border-right: none;
}
.cart-table table tbody tr td.product-thumbnail a {
    display: block;
}
.cart-table table tbody tr td.product-thumbnail a img {
    width: 80px;
}
.cart-table table tbody tr td.product-name a {
    color: #666666;
    font-weight: 600;
    display: inline-block;
    text-transform: capitalize;
}
.cart-table table tbody tr td.product-name a:hover {
    color: #004382;
}
.cart-table table tbody tr td.product-price span {
    font-weight: 500;
}
.cart-table table tbody tr td.product-subtotal {
    overflow: hidden;
}
.cart-table table tbody tr td.product-subtotal .remove {
    color: #004382;
    float: right;
    position: relative;
    top: -1px;
    font-size: 20px;
}
.cart-table table tbody tr td.product-subtotal span {
    font-weight: 500;
}
.cart-table table tbody tr td.product-quantity .input-counter {
    max-width: 130px;
    min-width: 130px;
    text-align: center;
    display: inline-block;
    position: relative;
}
.cart-table table tbody tr td.product-quantity .input-counter span {
    position: absolute;
    top: 0;
    background-color: transparent;
    cursor: pointer;
    color: #d0d0d0;
    width: 40px;
    height: 100%;
    line-height: 48px;
    -webkit-transition: 0.5s;
    transition: 0.5s;
}
.cart-table table tbody tr td.product-quantity .input-counter span:hover {
    color: #ff5d24;
}
.cart-table table tbody tr td.product-quantity .input-counter span.minus-btn {
    left: 0;
}
.cart-table table tbody tr td.product-quantity .input-counter span.plus-btn {
    right: 0;
}
.cart-table table tbody tr td.product-quantity .input-counter input {
    height: 45px;
    color: #323232;
    outline: 0;
    display: block;
    border: none;
    background-color: #f8f8f8;
    text-align: center;
    width: 100%;
    font-size: 17px;
    font-weight: 600;
}
 .cart-table table tbody tr td.product-quantity .input-counter input::-webkit-input-placeholder {
 color: #323232;
}
 .cart-table table tbody tr td.product-quantity .input-counter input:-ms-input-placeholder {
 color: #323232;
}
 .cart-table table tbody tr td.product-quantity .input-counter input::-ms-input-placeholder {
 color: #323232;
}
 .cart-table table tbody tr td.product-quantity .input-counter input::placeholder {
 color: #323232;
}
.cart-buttons {
    margin-top: 30px;
}
.cart-totals {
    background: #ffffff;
    padding: 40px;
    max-width: 620px;
    -webkit-box-shadow: 0 2px 48px 0 rgba(0, 0, 0, 0.08);
    box-shadow: 0 2px 48px 0 rgba(0, 0, 0, 0.08);
    border-radius: 5px;
    margin-left: auto;
    margin-top: 50px;
}
.cart-totals h3 {
    margin-bottom: 25px;
    font-size: 20px;
    font-weight: 700;
}
.cart-totals ul {
    padding: 0;
    margin: 0 0 25px;
    list-style-type: none;
}
.cart-totals ul li {
    border: 1px solid #dee2e6;
    padding: 10px 15px;
    color: #323232;
    overflow: hidden;
    font-weight: 600;
}
.cart-totals ul li:first-child {
    border-bottom: none;
}
.cart-totals ul li:last-child {
    border-top: none;
}
.cart-totals ul li span {
    float: right;
    color: #666666;
    font-weight: normal;
}
/*========================

    404 Page CSS

==========================*/

.error-page {
    background-image: url(../images/404-bg.jpg);
    background-size: cover;
    background-position: center center;
    height: 100vh;
    position: relative;
}
.error-page::before {
    content: "";
    position: absolute;
    background: #000000;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    opacity: .8;
}
.error-page .error-item-wrapper .single-error {
    position: relative;
}
.error-page .error-item-wrapper .single-error h1 {
    color: #ffff;
    font-size: 172px;
    font-weight: 700;
    text-shadow: -14px 6px 0px #c26b00;
}
.error-page .error-item-wrapper .single-error h4 {
    color: #ffff;
    font-size: 35px;
    text-transform: capitalize;
}
.error-page .error-item-wrapper .single-error h4 span {
    color: #004382;
}
.error-page .error-item-wrapper .custom-button {
    margin-top: 40px;
}
/*# sourceMappingURL=style.css.map */

.latest-motors {
    background: url(../images/news.jpg) center top no-repeat;
}
.newslist {
    width: 50%;
    max-width: 50%;
    flex: 0 0 50%;
}
.choose {
    padding: 0px !important;
}
.choose .single-choose {
    margin-bottom: 0px;
    padding: 0px;
}
.choose-section .section-title h2 {
    color: #000
}
.top {
    height: 30px;
    width: 100%;
}
.nrtop {
    width: 1140px;
    margin: auto;
}
.nrtop .topl {
    font-size: 12px;
    color: #aaa;
    line-height: 30px;
    width: 60%;
    float: left
}
.nrtop .topr {
    font-size: 12px;
    color: #aaa;
    line-height: 30px;
    width: 30%;
    float: right;
    text-align: right;
}
.nrtop .topr a {
    display: block;
    padding: 0 5px;
    float: right;
    color: #aaa;
}
.team-section .section-title h2 {
    color: #000;
}
.news-section .section-title h2 {
    color: #000;
}
.contact-section .section-title h2 {
    color: #000;
}
.recent-add-section {
    padding-top: 50px !important
}
.recent-add-section .container .row .col-lg-3 {
    margin-bottom: 20px;
}
.article-content p {
    font-size: 14px;
    text-align: justify;
    line-height: 30px;
}
.blog-details-area .col-lg-8 .article-content {
    background-color: #f8f8f8;
    padding: 25px;
}
