/*
Theme Name: Cars Value Theme
Theme URI: https://wordpress.org/themes/cars/
Author: The WP Team
Description: In 2025, our default theme lets you create a responsive magazine website with a sleek, modern design. Feature your favorite homepage content in either a grid or a slider.
*/

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    font-family: "Poppins", sans-serif;
    font-size: 15px;
    line-height: 160%;
}
h1, h2, h3, h4, h5{
    font-family: "Merriweather", serif;
}
h2{
	font-size:34px;
	font-weight: 700;
}
.home-banner {
    padding: 100px 15px;
}
.white-tb{
    padding: 100px 0px;
}
.center-h1 h1 {
    font-family: "Merriweather", serif;
}
.icon-tel{
	display: grid;
    grid-template-columns: 16px 1fr;
    align-items: center;
    grid-gap: 4px;
	margin-left: 20px;
}
.header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px 40px;
}

.logo {
    display: flex;
    align-items: center;
    gap: 10px;
}

.logo img {
    height: 50px;
}

.nav ul {
    display: flex;
    gap: 30px;
    list-style: none;
}

/* Main Menu Styling */
.main-menu {
    grid-gap: 15px;
}
.main-menu li a {
    font-weight: 500;
    font-size: 16px;
    padding: 10px 15px;
    transition: color 0.3s ease;
    font-family: "Merriweather", serif;
}
.main-menu .nav-link:hover {
    color: #00477B !important;
}

.multi-step-form label {
    font-size: 15px;
    font-weight: 400;
}

.report-tabs {
    margin: 35px 0px;
}

.report-tabs .btn {
    border-radius: 0;
    padding: 15px 20px;
    font-weight: 500;
    font-family: "Merriweather", serif;
}
.report-tabs .btn.active {
    background-color: #00477b;
    color: white;
}
.report-tabs .btn:not(.active) {
    background-color: #f5f5f5;
    color: #4b4b4b;
}

.step-title {
    text-align: center;
    margin: 0;
    font-size: 24px;
    color: #212529;
    letter-spacing: -0.5px;
    font-weight: 500;
}
.progress {
    margin: 5px 0px 25px;
}
.btn-custom {
    background-color: #00477b;
    color: #fff;
    font-family: "Merriweather", serif;
    font-size: 14px;
    padding: 14px 25px;
    border: none;
    border-radius: 7px;
    transition: background-color 0.3s ease;
}
.btn-custom:hover {
    background-color: #00345b;
    color:#fff;
}
.btn-prev {
    background-color: #252525;
    color: #fff;
    font-family: "Merriweather", serif;
    font-size: 14px;
    padding: 14px 25px;
    border: none;
    border-radius: 7px;
    transition: background-color 0.3s ease;
}
.btn-prev:hover {
    background-color: #111;
    color:#fff;
}
.btn-submit {
    background-color: #FABF00;
    color: #fff;
    font-family: "Merriweather", serif;
    font-size: 14px;
    padding: 14px 25px;
    border: none;
    border-radius: 7px;
    transition: background-color 0.3s ease;
}
.btn-submit:hover {
    background-color: #00477b;
    color:#fff;
}


/* Footer css */

footer {
    background: #000;
    color: #fff;
    padding: 40px 0;
}
footer h5 {
    color: #FABF00;
    margin-bottom: 25px;
    font-weight: 500;
    font-size: 18px;
}
footer ul li {
    margin-bottom: 8px;
}
footer ul li a {
    color: #fff;
    text-decoration: none;
    font-size: 15px;
}
footer ul li a:hover {
    color: #FCC922;
}
footer hr {
    border-color: #444;
}
footer p{
    font-size: 15px;
    line-height: 160%;
}

.call-container {
    display: grid;
    grid-template-columns: auto 1fr;
    align-items: start;
    width: fit-content;
    gap: 14px;
    margin-bottom: 15px;
}
.call-icon {
    color: #ffffff;
    font-size: 14px;
    margin-top: 4px;
}
.call-text {
    color: #ffe599;
    font-size: 14px;
    line-height: 1.2;
}
.call-number {
    display: block;
    color: white;
    font-size: 16px;
}
.copyright{
    font-size: 15px;
}

.hero {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    color: white;
}

.overlay-blk::after {
    content: "";
    position: absolute;
    top: 0; left: 0; right: 0; bottom: 0;
    background: rgba(0, 0, 0, 0.5);
}
.hero-content {
    position: relative;
    z-index: 2;
}
.hero-content h4 {
    font-size: 18px;
    font-weight: 400;
    margin-bottom: 20px;
    color: #fcc922;
}
.hero-content h1 {
    font-size: 42px;
    margin-bottom: 20px;
}
.hero-content p {
    font-size: 15px;
    line-height: 1.5;
    margin: 0;
}

.marquee {
    padding: 15px 0px;
    color: white;
    overflow: hidden;
    white-space: nowrap;
    position: relative;
}
.marquee span {
    display: inline-block;
    padding-left: 100%;
    animation: scrollText 30s linear infinite;
}
@keyframes scrollText {
    from { transform: translateX(0); }
    to { transform: translateX(-100%);; }
}

.fixinrgt {
    position: absolute;
    right: 12px;
    bottom: -50px;
    border-top: 10px solid #fff;
    border-left: 10px solid #fff;
    max-width: 300px;
}

.get-service {
  position: relative;
}
.get-service h2 {
    font-weight: 700;
    font-size: 38px;
}
.get-service .intro-text {
  font-size: 14px;
  color: #555;
  margin-bottom: 20px;
}
.get-service .step-card {
    background: #fff;
    border-radius: 10px;
    padding: 30px;
    padding-top: 90px;
    text-align: center;
    transition: 0.3s;
    height: 100%;
    min-height: 210px;
    position: relative;
}
.get-service .step-card span {
    font-size: 60px;
    position: absolute;
    right: 0px;
    left: 0;
    margin: auto;
    top: 40px;
    opacity: 0.1;
}
.get-service .step-card br {
    display: none;
}
.get-service .step-card:hover {
    box-shadow: 0 0px 20px #00477b1c;
}
.get-service .step-card h5 {
    font-weight: 700;
    font-size: 18px;
    line-height: 160%;
    margin-bottom: 10px;
}
.get-service .step-card p {
  font-size: 14px;
  color: #555;
}
.order-btn {
  background: #c0392b;
  color: #fff;
  padding: 8px 18px;
  border-radius: 4px;
  display: inline-block;
  margin-top: 10px;
  text-decoration: none;
}
.order-btn:hover {
  background: #a93226;
  color: #fff;
}
.contact-link {
    display: block;
    margin-top: 10px;
    font-size: 14px;
    color: #252525;
}
.center-car {
  display: block;
  margin: 40px auto 0;
  max-width: 300px;
}

.get-service-container {
  display: grid;
  grid-template-columns: 1fr 2fr auto;
  align-items: center;
  gap: 20px;
  max-width: 1200;
  margin: 0 auto;
}

.section-subtitle {
    color: #00477b;
    font-size: 16px;
    display: block;
    margin-bottom: 5px;
}

.section-title {
  color: #00477b;
    font-size: 16px;
}

.get-service-middle p {
  font-size: 14px;
  line-height: 1.6;
  color: #222;
}
@media (max-width: 768px) {
  .get-service-container {
    grid-template-columns: 1fr;
    text-align: center;
  }
  .get-service-right {
    margin-top: 10px;
  }
}

.fix-center{
    position: relative;
    top: -40px;
    max-width: 400px;
    left: 0;
    right: 0;
    margin: auto;
}

.perfect-inspection {
  text-align: center;
}

.perfect-inspection .section-subtitle {
  display: inline-block;
  position: relative;
  font-size: 14px;
  font-weight: 500;
  color: #00477B; /* faded red tone */
  margin-bottom: 10px;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.perfect-inspection .section-subtitle::before {
  content: "";
  position: absolute;
  left: -25px;
  top: 50%;
  transform: translateY(-50%);
  width: 15px;
  height: 2px;
  background-color: #00477B;
}

.perfect-inspection .section-title {
  margin-bottom: 15px;
  color: #000;
}

.perfect-inspection .section-description {
  max-width: 700px;
  margin: 0 auto;
  font-size: 15px;
  color: #333;
  line-height: 1.6;
}

.card-container {
    display: grid;
    grid-template-columns: 94px 1fr;
    gap: 20px;
    align-items: start;
}
.card-icon {
    background-color: #00477B;
    padding: 15px;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 94px;
}
.card-icon img {
    width: 80%;
    height: auto;
    /* filter: invert(0); */
}
.card-content h2 {
    margin-top: 0;
    color: #333;
    font-size: 20px;
}
.card-content p {
    color: #666;
    line-height: 1.6;
    margin-bottom: 0px;
    padding-right: 15px;
}

/* Faq */
.accordion {
    display: grid;
    grid-gap: 15px;
}
.perfect-inspection .accordion-item{
    border-radius: 0px;
    border: 1px solid #ddd !important;
    background-color: none;
}
.perfect-inspection .accordion-item button {
    border-radius: 0px !important;
    font-weight: 700;
    outline: none;
    font-size: 18px;
    line-height: 160%;
}
.perfect-inspection .accordion-item button:focus{
    box-shadow: none;
}
.perfect-inspection .accordion-item button[aria-expanded=truee] {
    color: #00477b;
    background: none;
}
.perfect-inspection .accordion-item .accordion-body{
    text-align: left;
}

ul.checklist {
    list-style: none; /* default bullet हटाए */
    padding: 0;
    margin: 0;
}

ul.checklist li {
    position: relative;
    padding-left: 20px;
    margin-bottom: 10px;
    font-size: 15px;
    line-height: 1.6;
    color: #333;
}
ul.checklist li::before {
    content: "\f00c"; /* check icon code */
  font-family: "Font Awesome 6 Free"; 
  font-weight: 900; /* solid weight (important) */
  position: absolute;
  left: 0;
  top: 0;
  color: #28a745; /* green color */
}


/* ======= Banner Header style ======= */
.banner-header {
    height: 50vh;
    background-position: center;
    position:relative;
}
.banner-header.middle-height {
    min-height: 50vh;
}
.banner-header.full-height {
    min-height: 100vh;
}
.banner-header[data-overlay-dark] h6,
.banner-header h6 {
    font-size: 10px;
    line-height: 10px;
    font-weight: 300;
    color: #fff;
    margin-bottom: 15px;
    position: relative;
    display: inline-block;
    z-index: 1;
    text-transform: uppercase;
    letter-spacing: 6px;
}
.banner-header h1 {
    font-size: 42px;
    color: #fff;
    position: relative;
    line-height: 1.25em;
    margin-bottom: 0;
}
.banner-header h1 span {
    color: #FCC922;
}
.banner-header p {
    font-size: 14px;
    font-weight: 300;
    margin-bottom: 0;
    color: #1b1b1b;
    -webkit-animation-delay: 1s;
    animation-delay: 1s;
}
.banner-header .post-wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 0;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    color: #fff;
    font-size: 14px;
    margin-bottom: 15px;
}
.banner-header .post-wrapper a {
    color: #f5b754;
    font-size: 14px;
    font-weight: 300;
}
.banner-header .post-wrapper .divider {
    width: 20px;
    height: 1px;
    margin-right: 15px;
    margin-left: 15px;
    background-color: #f5b754;
}
@media screen and (max-width: 991px) {
    .banner-header h1 {
        font-size: 42px;
    }
}
.banner-header:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 1;
    background: #00000055;
}
.v-middle {
    position: absolute;
    width: 100%;
    top: 50%;
    /* left: 0; */
    -webkit-transform: translate(0%, -50%);
    transform: translate(0%, -50%);
    z-index: 9;
}

/* ======= Contact Box style ======= */
.contact-box {
    position: relative;
    margin-bottom: 0px;
    margin-top: -100px;
}
.contact-box .container {
    position: relative;
    z-index: 2;
}
.contact-box .item {
    background: #f9f9f9;
    padding: 60px 30px;
    -webkit-transition: .5s;
    transition: .5s;
    position: relative;
    z-index: 1;
    margin-bottom: 30px;
    line-height: 1;
    text-align: left;
    overflow: hidden;
    transition: background-color 300ms ease, transform 300ms ease, color 300ms ease;
    transform: translate3d(0px, 0px, 0px) scale3d(1, 1, 1) rotateX(0deg) rotateY(0deg) rotateZ(0deg) skew(0deg, 0deg);
    transform-style: preserve-3d;
    border-radius: 20px;
}
.contact-box .item.active {
    background: #FCC922;
}
.contact-box .item:hover {
    background: #FCC922;
    transform: translate3d(0px, -15px, 0.01px) scale3d(1, 1, 1) rotateX(0deg) rotateY(0deg) rotateZ(0deg) skew(0deg, 0deg);
    transform-style: preserve-3d;

}
.contact-box .item h5 {
    font-size: 21px;
    color: #1b1b1b;
    margin-bottom: 10px;
}
.contact-box .item.active h5 {
    color: #1b1b1b
}
.contact-box .item:hover h5 {
    color: #1b1b1b;
    -webkit-transition: .5s;
    transition: .5s;
}
.contact-box .item p {
    color: #555;
    font-size: 15px;
    line-height: 1.5;
    font-weight: 300;
    margin-bottom: 0;
}
.contact-box .item.active p {
    color: #1b1b1b;
}
.contact-box .item:hover p {
    color: #1b1b1b;
}
.contact-box .item span {
    font-size: 35px;
    color: #FCC922;
    line-height: 1;
    margin-bottom: 15px;
    display: inline-block;
    -webkit-transition: .5s;
    transition: .5s;
}
.contact-box .item.active span {
    color: #1b1b1b;
}
.contact-box .item:hover span {
    color: #1b1b1b;
}
.contact-box .item i.numb {
    font-size: 120px;
    position: absolute;
    bottom: -20px;
    right: -20px;
    color: rgba(0,0,0, 0.15);
    opacity: .2;
}
.contact-box .item.active i.numb {
    color: rgba(0, 0, 0, 0.2);
}
.contact-box .item:hover .numb {
    color: rgba(0, 0, 0, 0.2);
}

/* text field
.form-box input[type="password"],
.form-box input[type="email"],
.form-box input[type="text"],
.form-box input[type="file"],
.form-box textarea {
    max-width: 100%;
    margin-bottom: 15px;
    padding: 18.5px 20px;
    height: auto;
    background-color: #f1f1f1;
    -webkit-box-shadow: none;
    box-shadow: none;
    display: block;
    width: 100%;
    line-height: 1.5em;
    font-family: 'Outfit', sans-serif;
    font-size: 14px;
    font-weight: 300;
    color: #555;
    background-image: none;
    border: none;
    border-radius: 30px;
}

.form-box input[type="submit"],
.form-box input[type="reset"],
.form-box input[type="button"],
.form-box button {
    text-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    line-height: 1.95em;
    -webkit-transition: background-color .15s ease-out;
    transition: background-color .15s ease-out;
    background: #1b1b1b;
    border: none;
}

.form-box input[type="submit"]:hover,
.form-box input[type="reset"]:hover,
.form-box input[type="button"]:hover,
.form-box button:hover {
    color: #FCC922;
    border: none;
}

.form-box select {
    padding: 10px;
    border-radius: 5px;
}

.form-box textarea:focus,
.form-box textarea:active,
.form-box textarea::placeholder {
    color: #555;
}
.form-box input[type="submit"] {
    display: inline-block;
    height: auto;
    padding: 19px 35px;
    border: none;
    border-radius: 0;
    background-color: #00477B;
    -webkit-transition: border-color 400ms ease, color 400ms ease, background-color 400ms ease;
    transition: border-color 400ms ease, color 400ms ease, background-color 400ms ease;
    color: #fff;
    line-height: 20px;
    font-weight: 300;
    text-align: center;
    font-size: 14px;
    border-radius: 30px;
}
.contact h5 {
    color: #1b1b1b;
    font-size: 27px;
    /* text-align: center; */
    margin-bottom: 30px;
}
.section-padding {
    padding: 120px 0;
}

/* ======= LetsTalk style ======= */
.lets-talk {
    position: relative;
}
.lets-talk .wrap {
    position: relative;
    background: #fff;
    padding: 45px 30px;
    overflow: hidden;
    z-index: 1;
}
.lets-talk h6 {
    display: inline-block;
    text-transform: uppercase;
    font-size: 10px;
    color: #FCC922;
    margin-bottom: 10px;
    font-weight: 300;
    letter-spacing: 6px;
}
.lets-talk h5 {
    font-size: 35px;
    color: #fff;
    line-height: 1em;
}
.lets-talk p {
    font-size: 14px;
    color: #fff;
    line-height: 1.5em;
}

.button-1 {
    text-decoration: none;
    display: inline-block;
    height: auto;
    padding: 14px 42px;
    border: 1px solid #f5b754;
    border-radius: 30px;
    background-color: #FCC922;
    color: #1b1b1b;
    font-weight: 300;
    text-align: center;
    font-size: 15px;
    transition: border-color 300ms ease, transform 300ms ease, background-color 300ms ease, color 300ms ease;
    transform-style: preserve-3d;
}

.button-2 {
	text-decoration: none;
    display: inline-block;
    height: auto;
    padding: 14px 42px;
    border: 1px solid #fff;
    border-radius: 30px;
    background-color: transparent;
    color: #fff;
    font-weight: 300;
    text-align: center;
    font-size: 15px;
    transition: border-color 300ms ease, transform 300ms ease, background-color 300ms ease, color 300ms ease;
    transform-style: preserve-3d;
}
.button-2:hover {
    border: 1px solid #f5b754;
    background-color: #FCC922;
    color: #1b1b1b;
    transform: translate3d(0px, -6px, 0.01px);
}

.data-overlay-dark:before {
    content: '';
    position: absolute;
    background: #00000073;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 1;
}
.data-overlay-dark .container{
	position:relative;
	z-index: 1;
}
.mr-10 {
    margin-right: 10px !important;
}

/* ======= About style ======= */
.about {
    position: relative;
}
.about .item {
    position: relative;
    border-radius: 20px 20px 20px 0;
    overflow: hidden;
    margin-bottom: 15px;
        isolation: isolate;
}
.about .item img {
    width: 100%;
    transform: scale(1);
    transition: transform 500ms ease;
}
.about .item:hover img {
    transform: scale(1.05);
}
.about .item .title {
    position: absolute;
    top: 0px;
    padding: 30px;
}
.about .item .title h4 {
    color: #fff;
    font-size: 21px;
    text-transform: uppercase;
}
.about .item .curv-butn {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 90px;
    height: 90px;
    line-height: 90px;
    text-align: center;
    border-radius: 0 40px 0 0;
}
.about .item .curv-butn .vid {
    position: absolute;
    top: 15px;
    left: 15px;
    right: 15px;
    bottom: 15px;
    border-radius: 100%;
    background: transparent;
    color: #fff;
}
.about .item .curv-butn .br-left-top {
    position: absolute;
    top: -24px;
    left: -1px;
    -webkit-transform: rotate(270deg);
    -ms-transform: rotate(270deg);
    transform: rotate(270deg);
    line-height: 1;
}
.about .item .curv-butn .br-left-top svg {
    width: 24px;
    height: 24px;
}
.about .item .curv-butn .br-right-bottom {
    position: absolute;
    bottom: -1px;
    right: -24px;
    -webkit-transform: rotate(270deg);
    -ms-transform: rotate(270deg);
    transform: rotate(270deg);
    line-height: 1;
}
.about .item .curv-butn .br-right-bottom svg {
    width: 24px;
    height: 24px;
}
.about .item .curv-butn .icon {
    width: 60px;
    height: 60px;
    line-height: 60px;
    font-size: 21px;
    color: #1b1b1b;
    border: 1px solid #f5b754;
    background: #f5b754;
    border-radius: 100%;
}
.about .item:hover .curv-butn .icon {
    background-color: #1b1b1b;
    border: 1px solid #1b1b1b;
    color: #fff;
    border-radius: 100%;
}
.icon-bg {
    background: #fff !important;
}

/* ======= Testimonials style ======= */
.testimonials {
    position: relative;
    overflow: hidden;
}
.testimonials .item {
    position: relative;
    padding: 40px 40px 0px;
    border-radius: 20px 20px 20px 0;
    background: #f2f2f2;
}
.testimonials .item .stars {
    position: absolute;
    top: 0;
    right: 0;
    padding: 10px 20px 10px 20px;
    border-radius: 0 0 0 20px;
    color: #f5b754;
    background: #fff;
}
.testimonials .item .stars i {
    font-size: 10px;
}
.testimonials .item .stars .shap-left-top {
    position: absolute;
    top: -2px;
    left: -20px;
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
}
.testimonials .item .stars .shap-left-top svg {
    width: 24px;
    height: 24px;
}
.testimonials .item .stars .shap-right-bottom {
    position: absolute;
    bottom: -25px;
    right: -2px;
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
}
.testimonials .item .stars .shap-right-bottom svg {
    width: 24px;
    height: 24px;
}
.testimonials .item i.fa-quote-left {
    color: #fabf00;
    font-size: 45px;
    margin-bottom: 10px;
}
.testimonials .item .text h5 {
    border-radius: 20px;
    font-family: 'Outfit', sans-serif;
    color: #f5b754;
    font-weight: 700;
    font-size: 14px;
}
.testimonials .item .text p {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.5;
    color: #444;
    margin-bottom: 15px;
}
.testimonials .item .info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-left: -40px;
}
.testimonials .item .info .img {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    overflow: hidden;
}
.testimonials .item .info .img img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}
.testimonials .item .info div:last-child {
    padding-left: 20px;
}
.testimonials .item .info h6 {
    color: #1b1b1b;
    font-weight: 500;
    font-size: 16px;
    margin-bottom: 0;
}
.testimonials .item .info p {
    font-size: 14px;
    font-weight: 400;
    line-height: 1.5em;
    color: #555;
    margin-bottom: 0;
}
.testimonials .item .img-curv {
    position: relative;
    padding: 15px;
    border-radius: 0 40px 0 0;
    background: #fff;
}
.testimonials .item .img-curv .shap-left-top {
    position: absolute;
    top: -23px;
    left: -4px;
    -webkit-transform: rotate(270deg);
    -ms-transform: rotate(270deg);
    transform: rotate(270deg);
}
.testimonials .item .img-curv .shap-left-top svg {
    width: 24px;
    height: 20px;
}
.testimonials .item .img-curv .shap-right-bottom {
    position: absolute;
    bottom: -2px;
    right: -22px;
    -webkit-transform: rotate(270deg);
    -ms-transform: rotate(270deg);
    transform: rotate(270deg);
}
.testimonials .item .img-curv .shap-right-bottom svg {
    width: 24px;
    height: 24px;
}

.white h2.section-title,
.white .section-subtitle {
    color: #fff;
}

.step-card.iozn{
    background: none;
    padding: 0px;
    padding-top: 0px;
    min-height: auto;
}
.step-card.iozn .card-icon {
    max-width: 94px;
    min-height: 94px;
    border-radius: 10px;
    margin: auto;
    margin-bottom: 25px;
    background: #fff;
}
.step-card.iozn .card-icon img{
    max-width: 52px;
    filter: none;
}
.step-card.iozn h5{
    color:#fff;
}

/* ======= Team style ======= */
.team {
    position: relative;
}
.team .item {
    position: relative;
    border-radius: 20px 20px 20px 0;
    overflow: hidden;
    margin-bottom: 15px;
    isolation: isolate;
}
.team1 .item img {
    width: 100%;
    transform: scale(1);
    transition: transform 500ms ease;
    isolation: isolate;
}
.team1 .item:hover img {
    transform: scale(1.05);
}
.team 1.item .title {
    position: absolute;
    bottom: 0;
    padding: 0;
    z-index: 1;
    left: 110px;
}
.team .item .title h4 {
    color: #fff;
    font-weight: 700;
    font-size: 18px;
    margin-bottom: 0;
}
.team 1.item .title h6 {
    color: rgba(255,255,255,0.7);
    font-weight: 300;
    font-size: 14px;
    margin-bottom: 20px;
}
.team .item .butn {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 90px;
    height: 90px;
    line-height: 90px;
    text-align: center;
    border-radius: 0 40px 0 0;
    z-index: 2;
}
.team1 .item .butn .vid {
    position: absolute;
    top: 15px;
    left: 15px;
    right: 15px;
    bottom: 15px;
    border-radius: 100%;
    background: transparent;
    color: #fff;
}
.team .item .butn .br-left-top {
    position: absolute;
    top: -24px;
    left: -1px;
    -webkit-transform: rotate(270deg);
    -ms-transform: rotate(270deg);
    transform: rotate(270deg);
    line-height: 1;
}
.team .item .butn .br-left-top svg {
    width: 24px;
    height: 24px;
}
.team .item .butn .br-right-bottom {
    position: absolute;
    bottom: -1px;
    right: -24px;
    -webkit-transform: rotate(270deg);
    -ms-transform: rotate(270deg);
    transform: rotate(270deg);
    line-height: 1;
}
.team .item .butn .br-right-bottom svg {
    width: 24px;
    height: 24px;
}
.team .item .butn .icon {
    width: 60px;
    height: 60px;
    font-size: 17px;
    color: #1b1b1b;
    border: 1px solid #f5b754;
    background-color: #f5b754;
    border-radius: 100%;
    line-height: 60px;
}
.team .item:hover .butn .icon {
    background-color: #1b1b1b;
    border: 1px solid #1b1b1b;
    color: #fff;
    border-radius: 100%;
}

.vc-gitem-zone-height-mode-auto:before {
    min-height: 450px;
    padding-top: 0 !important;
}
.blog-category .vc_custom_1419240516480 {
    background: none !important;
    padding-top: 20px !important;
}
.blog-category a.vc_btn3 {
    background: #00477B !important;
}
.blog-category a.vc_btn3:hover{
	background: #0971bd !important;
}

.search-blog form{
	display: grid;
    grid-template-columns: 1fr 65px;
    grid-gap: 10px;
}
.blog-sidebar h2.widgettitle {
    font-size: 24px;
    font-weight: 400;
    margin-bottom: 20px;
}
.search-blog form label input {
    height: 50px;
    border: 1px solid #ddd;
    padding: 0px 10px;
    border-radius: 5px;
    width: 100%;
}
.search-blog form input[type=submit] {
    background: #00477B;
    color: #fff;
    border: none;
    font-size: 12px;
    border-radius: 5px;
}

.recent-posts ul {
    padding: 0px;
    list-style: none;
    display: grid;
    grid-gap: 14px;
}
.recent-posts ul li a {
    color: #252525;
    text-decoration: none;
    font-size: 16px;
}
.recent-posts ul li span {
    color: #f7be68;
    display: block;
}

.internal-bannerb{
	padding-top: 100px;
    padding-bottom: 100px;
    background: #00477b;
}
.internal-bannerb h1{
	color: #fff;
}

.single-custom .col-lg-12 {
    margin-top: 30px;
}
.single-custom .section-title h1{
	color: #252525;
    font-size: 32px;
    font-weight: 600;
    margin-bottom: 15px;
}
















/* 1025px to 1199px (medium desktops) */
@media only screen and (min-width: 1025px) and (max-width: 1199px) {
  
}


/* 992px to 1024px (tablet landscape & small desktops) */
@media only screen and (min-width: 992px) and (max-width: 1024px) {
  
}


/* 991px (tablet portrait to small laptop) */
@media only screen and (min-width: 768px) and (max-width: 991px) {
  
}

/* Up to 767px (mobile landscape & small devices) */
@media only screen and (max-width: 991px) {
	.home-banner{
  		padding: 100px 15px;
  	}
   .main-menu {
        grid-gap: 0px;
        background: #f1f1f1;
        padding: 15px 25px;
    }
	.sm-tk-css{width: 100%;}
  .navbar-brand{margin-right: auto;}
  .icon-tel {
    margin-right: 15px;
    margin-left: 0;
  }
  .get-service-container{
	grid-template-columns: auto;
	text-align: center;
	gap: 0px;
  }
  
  .sm-gap-4 {
    display: grid;
    grid-row-gap: 40px;
  }
  .sm-gap-6 {
    display: grid;
    grid-row-gap: 80px;
  }
  
  .offset-md-1{margin: 0px !important;}
  .xs-sm-order-1{order: 1;}
  .xs-sm-order-2{order: 2;}
  .xs-sm-d-none{display:none;}
  .xs-sm-d-block{display:block !important;}
  
}

/* Up to 767px (mobile landscape & small devices) */
@media only screen and (max-width: 767px) {
	nav .container{
        max-width: 100%;
    }
   .hero-content h1 {font-size: 34px;}
   .multi-form form .wpforms-page{
        margin: 0px !important;
    }
    .multi-form .wpforms-page .wpforms-field {
        -webkit-flex: 0 0 100% !important;
        -ms-flex: 0 0 100% !important;
        flex: 0 0 100% !important;
    }

}

/* 320px to 480px */
@media only screen and (min-width: 320px) and (max-width: 480px) {
  .icon-tel{
	font-size:0px !important;
    grid-gap: 0 !important;
    padding: 15px !important;
}
.btn-custom i{
	font-size: 16px !important;
}
}