@import url("https://fonts.googleapis.com/css2?family=Montserrat:wght@400;600;700;800;900&display=swap");

:root {
  --default-font: "Montserrat", sans-serif;
  --primary-color: #223165;
  --white-color: #ffffff;
  --black: #000000;
  --light-grey: #e4e4e4;
  --transition-all: all 0.5s;
}

html,
body {
  font-family: var(--default-font);
  /* overflow-x: hidden; */
}

a {
  text-decoration: none;
  color: currentColor;
}

img {
  max-width: 100%;
}

/* section style start */
.section {
  padding-top: 80px;
}

/* section style end */

/* heading style start */
.heading_wrap {
  margin-bottom: 30px;
}

.section_heading {
  font-size: 42px;
  line-height: 1.2;
  margin: 0;
  font-weight: 600;
  margin-bottom: 45px;
}

.section_sub_heading {
  font-size: 24px;
  line-height: 1.2;
  margin: 0;
  color: var(--primary-color);
  margin-bottom: 10px;
}

/* heading style end */

/* Btn style */
.btn_primary {
  background: var(--primary-color);
  color: var(--white-color);
  font-size: 16px;
  padding: 15px 23px;
  border: none;
  cursor: pointer;
  transition: var(--transition-all);
  text-decoration: none;
  display: inline-block;
  border-radius: 6px;
}

.btn_primary img {
  filter: brightness(0) invert(1);
  transition: var(--transition-all);
  position: relative;
  width: 15px;
  margin-left: 5px;
}

.btn_primary:hover {
  background: #955a00;
}

/* Home page start */

/* Header */
.header {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  width: 100%;
}

.navbar-expand-xl .navbar-nav .nav-link {
  color: var(--white-color);
  padding-left: 12px;
  padding-right: 12px;
  font-size: 16px;
  position: relative;
}

.home_search {
  margin-left: 30px;
  margin-right: 10px;
}

.home_search img {
  width: 22px;
  cursor: pointer;
}

.home_search::before {
  display: none;
}

.navbar-expand-xl .navbar-nav .nav-link::before,
.navbar-expand-xl .navbar-nav .nav-link.active {
  content: "";
  width: 100%;
  height: 2px;
  position: absolute;
  left: 0;
  bottom: 0;
  background: #fff;
  transition: 0.5s transform ease;
  transform: scale3d(0, 1, 1);
  transform-origin: 0 50%;
}

.navbar-expand-xl .navbar-nav .nav-link:hover::before,
.navbar-expand-xl .navbar-nav .nav-link.active::before {
  transform: scale3d(1, 1, 1);
}

.navbar-expand-xl .navbar-nav .nav-link::before,
.navbar-expand-xl .navbar-nav .nav-link.active::before {
  background: #fff;
  transform-origin: 100% 50%;
}

.navbar-expand-xl .navbar-nav .nav-link:hover::before,
.navbar-expand-xl .navbar-nav .nav-link.active::before {
  transform-origin: 0 50%;
}

/* slider */
.home_banner {
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1;
}

.slider_container {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  color: var(--white-color);
  max-width: 700px;
}

.slider-sub {
  font-size: 24px;
}

.slider-title {
  font-size: 48px;
  font-weight: 700;
  line-height: 1.2;
}

.slider_container .btn_primary {
  margin-top: 44px;
}

.swiper-thumbs {
  margin-top: -170px;
  max-width: 1010px;
}

.swiper-thumbs .swiper-wrapper {
  display: flex;
  justify-content: center;
}

.swiper-thumbs .swiper-slide {
  /* width: 220px !important; */
  width: 170px !important;
  height: 180px;
  background: #fff;
  padding: 5px;
  cursor: pointer;
  border-radius: 6px;
}

.swiper-thumbs .swiper-slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 6px;
}

.swiper-btn-container {
  position: absolute;
  left: 6vw;
  bottom: 50px;
  width: 140px;
}

.swiper-button-prev,
.swiper-button-next {
  background: var(--light-grey);
  width: 50px;
  height: 50px;
  border-radius: 5px;
}

.swiper-button-prev:hover,
.swiper-button-next:hover {
  background: var(--primary-color);
}

.swiper-button-prev:hover::after,
.swiper-button-next:hover::after {
  filter: brightness(0) invert(1) !important;
}

.swiper-button-prev::after,
.swiper-button-next::after {
  font-size: 0;
  width: 50px;
  height: 50px;
}

.swiper-button-prev::after {
  background: url("../images/left-arrow.png") no-repeat center;
}

.swiper-button-next::after {
  background: url("../images/right-arrow.png") no-repeat center;
}

.homeSlider {
  padding-bottom: 80px;
}

.banner_footer_content {
  position: absolute;
  right: 100px;
  bottom: -70px;
  z-index: 2;
  max-width: 330px;
  font-size: 20px;
  font-weight: 600;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  background: #fff;
  width: 100%;
}

.slider_container .slider-sub,
.slider_container .slider-title,
.slider_container .btn_primary {
  position: relative;
  left: -30px;
  visibility: hidden;
  opacity: 0;
  transition: all 1s;
}

.swiper-slide-active .slider_container .slider-sub,
.swiper-slide-active .slider_container .slider-title,
.swiper-slide-active .slider_container .btn_primary {
  position: relative;
  left: 0px;
  visibility: visible;
  opacity: 1;
}

.swiper-thumbs .swiper-slide.swiper-slide-thumb-active {
  background: #3c5197;
}

.slider-animate-logo {
  width: 630px;
  z-index: 2;
  position: absolute;
  right: 7%;
  top: 55%;
  transform: translateY(-50%) rotate(45deg);
}

.homeSlider .swiper-slide::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
}

.slider-animate-logo svg:not(:root) {
  overflow: hidden;
}

.slider-animate-logo svg:not([fill]) {
  fill: currentColor;
}

.slider-animate-logo svg path {
  color: var(--white-color);
  animation: arrowmove 0.6s linear infinite alternate;
  stroke-width: 4px;
}

.slider-animate-logo svg g path {
  animation: none;
}

@keyframes arrowmove {
  to {
    transform: translate(5px);
    transform-origin: center center;
  }
}

@-webkit-keyframes arrowmove {
  to {
    transform: translate(5px);
    transform-origin: center center;
  }
}

.productDetailsSec4 .craftSlider .swiper-button-next {
  display: none;
}

/* home overview */
.nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link.active,
.nav-tabs .nav-link:focus,
.nav-tabs .nav-link:hover {
  background: transparent;
  border: none;
}

.nav-tabs .nav-link {
  color: var(--primary-color);
  font-size: 24px;
  border: none;
}

.nav-tabs .nav-link svg path {
  fill: var(--light-grey);
}

.nav-tabs .nav-link.active svg path {
  fill: var(--primary-color);
}

.tab-content {
  padding-top: 40px;
}

.tab_container .img_container {
  min-width: 170px;
  min-height: 170px;
  border-radius: 5px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #f8f8f8;
}

.tab_container .img_container img {
  max-width: 70%;
}

.overview-tab-inner {
  display: flex;
  grid-column-gap: 40px;
  align-items: flex-start;
}

.tab_content {
  width: calc(100% - 210px);
}

.overview-tab-inner .btn_primary {
  margin-top: 50px;
}

.about_wrap {
  padding-bottom: 80px;
}

.home .about_wrap,
.page-template-template-about-us .about_wrap {
  padding-bottom: 0px;
}

.page-template-template-about-us .about_img_wrap {
  height: 530px;
}

.page-template-template-about-us .about_img_wrap img {
  height: 100%;
}

.about_img_wrap img {
  width: 100%;
  border-radius: 25px;
}

.overview_inner_slider {
  position: absolute;
  width: 90%;
  transform: translateX(-50%);
  left: 50%;
  bottom: 30px;
}

.overview_info {
  background: rgba(0, 0, 0, 0.51);
  color: var(--white-color);
  display: flex;
  gap: 30px;
  padding: 25px;
  align-items: center;
  width: 100%;
  border-radius: 20px;
  opacity: 1;
  backdrop-filter: blur(12.5px);
  -webkit-backdrop-filter: blur(12.5px);
}

.overview_avatar {
  min-width: 135px;
  min-height: 135px;
  width: 135px;
  height: 135px;
  border-radius: 100%;
  overflow: hidden;
  background-color: #fff;
}

.overview_avatar img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top center;
}

.overview_content h4 {
  text-transform: uppercase;
  font-size: 18px;
}

.overview_content h4 span {
  font-size: 16px;
  text-transform: capitalize;
}

.overview_content p {
  color: #d5d5d5;
}

/* group of company */
.company_wrap {
  padding-bottom: 80px;
}

.group_card {
  position: relative;
  overflow: hidden;
  margin-bottom: 20px;
  border-radius: 10px;
}

.group_card_logo img {
  border-radius: 0 5px 0 5px;
}

.group_card::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  background: transparent;
  z-index: 1;
  transition: var(--transition-all);
}

.group_card .group_card_mainimg {
  transition: var(--transition-all);
  width: 100%;
  object-fit: cover;
}

.group_card:hover .group_card_mainimg {
  transform: scale(1.2);
}

.group_card_logo {
  position: absolute;
  right: 0;
  top: 0;
  z-index: 2;
  width: 130px;
}

.group_card_info {
  background: rgba(0, 0, 0, 0.8);
  position: absolute;
  bottom: 30px;
  color: #fff;
  padding: 20px;
  padding-top: 33px;
  width: 90%;
  left: 50%;
  transform: translateX(-160%);
  transition: var(--transition-all);
  z-index: 2;
  border-radius: 6px;
}

.group_arrow {
  width: 47px;
  height: 47px;
  display: inline-flex;
  background: var(--primary-color);
  border-radius: 100%;
  align-items: center;
  justify-content: center;
  position: absolute;
  right: 30px;
  top: -22px;
}

.group_arrow img {
  filter: brightness(0) invert(1);
  position: relative;
  top: -2px;
}

.group_card:hover .group_card_info {
  transform: translateX(-50%);
}

.group_card:hover::before {
  background: rgba(0, 0, 0, 0.5);
}

.group-card-title {
  font-size: 30px;
}

.viewall_wrap {
  padding-top: 80px;
}

/* Craft */
.offerings {
  padding-bottom: 80px;
  background: #f7f7f7;
}

/* .craftSlider .swiper-slide {
    width: 25%!important;
} */
.craft_wrap {
  padding-top: 40px;
}

.craft:not(:last-child) {
  border-right: 1px solid rgba(255, 255, 255, 0.17);
}

.craft_card {
  display: flex;
  flex-direction: column;
  padding: 0 25px;
}

.craft_card.craft_reverse {
  flex-direction: column-reverse;
}

.craft_card_info {
  padding-bottom: 60px;
}

.craft_card.craft_reverse .craft_card_info {
  padding-top: 60px;
  padding-bottom: 0;
}

.craft_card_title {
  font-size: 36px;
  margin-bottom: 30px;
}

.read_more {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-weight: 600;
  transition: var(--transition-all);
}

.read_more:hover {
  color: var(--primary-color);
  padding-left: 10px;
}

.offerings .read_more:hover {
  color: #955a00;
}

/* .craft_card_img img {
    width: 100%;
} */
.offerings .section_sub_heading {
  color: #000;
}

/* Spectrum */
.spectrum {
  padding-bottom: 80px;
}

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

.spec_card .spec_info {
  position: absolute;
  bottom: 30px;
  z-index: 1;
  background: rgba(0, 0, 0, 0.8);
  color: var(--white-color);
  padding: 20px;
  width: 90%;
  left: 50%;
  transform: translateX(-160%);
  transition: var(--transition-all);
}

.spec_card:hover .spec_info {
  transform: translateX(-50%);
}

.specSlider .swiper-slide {
  width: 25%;
}

.specSlider .swiper-slide .spec_card img {
  width: 100%;
  filter: grayscale(1);
  transition: var(--transition-all);
}

.specSlider .swiper-slide .spec_card:hover img {
  filter: grayscale(0);
}

.spec_title {
  font-size: 29px;
  text-align: center;
  margin: 30px 0 0;
}

/* Power section */
.power_section {
  padding-bottom: 80px;
  position: relative;
  min-height: 600px;
  overflow: hidden;
  padding-top: 0;
}

.power_list {
  position: absolute;
  z-index: 2;
  color: #fff;
  bottom: 80px;
  list-style: none;
  padding: 0;
  left: 100px;
  margin-bottom: 0;
}

.power_list li {
  padding: 6px 0;
  position: relative;
}

.power_list li a {
  font-weight: 600;
  font-size: 30px;
  opacity: 0.7;
  position: relative;
  display: inline-block;
  padding-left: 44px;
}

.power_list li a::before {
  position: absolute;
  content: "";
  width: 18px;
  height: 18px;
  background: #fff;
  border-radius: 100%;
  left: 0;
  top: 14px;
  opacity: 0.5;
}

.power_list li a.active {
  opacity: 1;
}

.power_list li a.active::before {
  opacity: 1;
}

#banner-bg-img::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
}

.banner_bg,
.banner_bg01,
.banner_bg02,
.banner_bg03,
.banner_bg04,
.banner_bg05,
.banner_bg06,
.banner_bg07 {
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 100%;
  position: absolute;
}

.banner_bg {
  background-image: url("../images/automobile.webp");
}

.banner_bg01 {
  background-image: url("../images/automobile.webp");
}

.banner_bg02 {
  background-image: url("../images/lifting.webp");
}

.banner_bg03 {
  background-image: url("../images/genarel-eng.webp");
}

.banner_bg04 {
  background-image: url("../images/appliance.webp");
}

.banner_bg05 {
  background-image: url("../images/servive.webp");
}

.banner_bg06 {
  background-image: url("../images/panel.webp");
}

.banner_bg07 {
  background-image: url("../images/projects.webp");
}

.pw_box {
  position: absolute;
  z-index: 2;
  right: 0;
  bottom: 0;
  width: 667px;
  min-height: 176px;
  /* background: rgba(0, 0, 0, 0.9); */
  /* padding: 30px; */
  color: var(--white-color);
  /* border-radius: 15px 0 0 0; */
}

.pw_msg_one,
.pw_msg_1,
.pw_msg_two,
.pw_msg_2,
.pw_msg_three,
.pw_msg_3,
.pw_msg_four,
.pw_msg_4,
.pw_msg_five,
.pw_msg_5,
.pw_msg_six,
.pw_msg_6,
.pw_msg_seven,
.pw_msg_7 {
  display: none;
  padding: 50px 30px;
  border-radius: 15px 0 0 0;
  backdrop-filter: blur(10px);
  border-radius: 15px 0 0 0;
  background: rgb(0 0 0 / 10%);
  -webkit-backdrop-filter: blur(10px);
  box-shadow: 0px 0px 8px 2px #3c2516;
}

.pw_box.one .pw_msg_one,
.pw_box.one .pw_msg_1 {
  display: block;
}

.pw_box.two .pw_msg_two,
.pw_box.two .pw_msg_2 {
  display: block;
}

.pw_box.three .pw_msg_three,
.pw_box.three .pw_msg_3 {
  display: block;
}

.pw_box.four .pw_msg_four,
.pw_box.four .pw_msg_4 {
  display: block;
}

.pw_box.five .pw_msg_five,
.pw_box.five .pw_msg_5 {
  display: block;
}

.pw_box.six .pw_msg_six,
.pw_box.six .pw_msg_6 {
  display: block;
}

.pw_box.seven .pw_msg_seven,
.pw_box.seven .pw_msg_7 {
  display: block;
}

.pw_heading {
  font-weight: 600;
  margin-bottom: 15px;
}

/* Customers logo */
.customers {
  background: #f8f8f8;
  padding-bottom: 80px;
}

.customersLogo .swiper-slide {
  width: 12%;
  padding: 10px 0;
}

.customersLogo .logo {
  background: var(--white-color);
  width: 100%;
  padding: 20px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  min-height: 180px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 10px;
}

.technical_p .customersLogo .swiper-wrapper {
  justify-content: center;
}

/* Contact form */
.contactForm {
  background: url("../images/query-bg.jpg") no-repeat center / cover;
  padding-bottom: 80px;
  position: relative;
  z-index: 0;
  color: var(--white-color);
  margin-bottom: 80px;
}

.contactForm::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.6);
  z-index: -1;
}

.contactForm .section_sub_heading {
  color: var(--white-color);
}

.contact_left .btn_primary {
  margin-top: 50px;
}

.contact_form_wrap {
  padding: 30px;
  background: rgba(255, 255, 255, 0.9);
  color: var(--black);
}

.form_heading {
  font-size: 36px;
}

.contact_form_wrap input,
.contact_form_wrap select,
.contact_form_wrap textarea {
  background: transparent;
  border: none;
  border-bottom: 1px solid #223165;
  border-radius: 0;
  outline: none;
  box-shadow: none;
  padding-left: 0 !important;
  padding-right: 0;
}

.contact_form_wrap label {
  padding-left: 0;
}

.contact_form_wrap .form-control:focus {
  background: transparent;
  box-shadow: none;
}

.contact_form_wrap .form-control:focus label,
.contact_form_wrap .form-control:focus label::after {
  background: transparent;
}

.contact_form_wrap .form-floating>.form-control-plaintext~label::after,
.contact_form_wrap .form-floating>.form-control:focus~label::after,
.contact_form_wrap .form-floating>.form-control:not(:placeholder-shown)~label::after,
.contact_form_wrap .form-floating>.form-select~label::after {
  background-color: transparent;
}

.contact_form_img,
.contact_form_img img {
  height: 616px;
  object-fit: cover;
}

.contact_left p br {
  display: none;
}

/* Testimonial */
.testimonials .heading_wrap {
  padding-left: 703px;
  margin-bottom: 80px;
}

.testimonial_inner {
  background: var(--primary-color);
  color: var(--white-color);
  padding: 30px 80px 80px;
  position: relative;
  border-radius: 15px;
}

.testimonial_slide {
  display: flex;
  gap: 70px;
}

.testimonial_left_content {
  min-width: 300px;
  margin-top: -160px;
}

.testimonial_avatar {
  margin-bottom: 30px;
  position: relative;
  height: 260px;
}

.managementSec .testimonial_slide .testimonial_avatar {
  position: sticky;
  top: 100px;
}

.testimonial_avatar img:last-child {
  height: 100%;
  width: 100%;
  object-fit: cover;
  border-radius: 15px;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px;
}

.testimonial_avatar .quote {
  position: absolute;
  left: -55px;
  top: 40px;
}

.testimonial_name {
  font-size: 24px;
}

.testimonial_deg {
  font-size: 16px;
}

.testimonial_right_content {
  padding-top: 20px;
}

.testimonial_right_content p {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  /* -webkit-line-clamp: 5; */
  /* overflow: hidden; */
}

.more-content>span {
  display: inline;
}

.more-content>span+span {
  display: block;
  margin-top: 15px;
}

.testimonialSlider {
  padding-top: 200px;
  margin-top: -200px;
  padding-left: 60px;
  margin-left: -70px;
}

.page-template-template-dealer-network .testimonialSlider {
  padding-top: 170px;
}

.testimonialSlider .swiper-slide {
  background: #223165;
}

.navigation_group {
  position: absolute;
  min-width: 130px;
  right: 80px;
  /* transform: translateX(-117%); */
  bottom: 70px;
  z-index: 2;
}

.navigation_group .swiper-button-prev:hover,
.navigation_group .swiper-button-next:hover {
  background: rgb(64, 84, 148);
}

.testimonials .swiper-pagination {
  width: auto;
  left: 75px;
  bottom: 30px;
}

.testimonial_right_content .content .show-more {
  border-radius: 5px;
}

/* FAQ */
.faq_blogs {
  background: #f8f8f8;
  margin-top: 80px;
  padding-bottom: 80px;
}

.faq_container .accordion-header .accordion-button,
.faq_container .accordion-item {
  background: transparent;
}

.accordion-button:not(.collapsed) {
  color: var(--primary-color);
}

.accordion-button {
  padding-left: 0;
  padding-right: 0;
}

.accordion-button:focus {
  box-shadow: none;
}

.accordion-button::after {
  background-image: url("../images/plus.png") !important;
  transform: none;
  width: 14px !important;
  height: 14px !important;
  background-size: contain;
}

.accordion-button:not(.collapsed)::after {
  background-image: url("../images/minus.png") !important;
  transform: none;
  height: 2px !important;
  width: 14px !important;
}

/* blog */
.blog_card {
  position: relative;
  border-radius: 15px;
}

.blog_card::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 15px;
}

.blog_date {
  width: 92px;
  height: 92px;
  background: var(--primary-color);
  color: var(--white-color);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  position: absolute;
  right: 10px;
  top: 10px;
  border-radius: 10px;
}

.blog_date h2 {
  font-weight: 600;
  font-size: 48px;
  line-height: 1;
  margin: 0;
}

.blog_info {
  position: absolute;
  bottom: 30px;
  left: 20px;
  color: var(--white-color);
}

.blog_info p,
.admin {
  margin-bottom: 6px;
}

.blog_info .btn_primary {
  margin-top: 10px;
}

.blog_devide {
  display: flex;
  flex-direction: column;
  max-height: 661px;
  overflow: hidden;
  gap: 24px;
}

.blog_devide .blog_card {
  height: 50%;
  overflow: hidden;
}

/* Footer */
.footer {
  background: var(--primary-color);
  padding-bottom: 0;
  color: var(--white-color);
}

.footer hr {
  margin-top: 40px;
  margin-bottom: 20px;
}

.footer_logo {
  margin-bottom: 30px;
}

.social_icons {
  display: flex;
  gap: 22px;
  padding-top: 20px;
}

.social_icons a {
  display: inline-flex;
  width: 44px;
  height: 44px;
  align-items: center;
  justify-content: center;
  background: var(--primary-color);
  font-size: 18px;
  transition: var(--transition-all);
}

.social_icons a:hover {
  background: #4a5d9f;
}

.footer_heading {
  font-size: 24px;
  margin-bottom: 20px;
}

.footer_links,
.footer_address {
  list-style: none;
  padding: 0;
}

.footer_links li {
  padding: 8px 0;
}

.footer_links li a {
  transition: var(--transition-all);
}

.footer_links li a:hover {
  padding-left: 4px;
  text-decoration: underline;
}

.footer_address li {
  padding: 10px 0;
  display: flex;
  /* flex-wrap: wrap; */
}

.footer_address li strong {
  white-space: nowrap;
  padding-right: 7px;
}

.footer_address li span p {
  padding-right: 0;
}

/* 
.footer_address li span {
  width: calc(100% - 85px);
} */

.footer_copyright {
  padding-bottom: 20px;
}

.footer_copyright .text-right {
  text-align: right;
}

.f_link {
  color: #acceeb;
  text-decoration: underline;
}

.home_banner h2 {
  font-size: 42px !important;
  line-height: 1.1 !important;
  font-weight: 600 !important;
}

/* Home page end */

.newsRow {
  margin-bottom: 60px;
}

.newsBox img {
  width: 100%;
  height: 100%;
}

.eachEvents {
  margin-bottom: 40px;
}

.newsBox {
  position: relative;
  height: 300px;
}

.newsBox:before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #22316554;
  transition: all 0.5s;
}

.eachEvents a:hover .newsBox:before {
  transform: scale(0);
}

.eachEvents a:hover h4 {
  color: #223165;
}

.eachEvents h6 {
  font-size: 18px;
  line-height: 1.6;
  letter-spacing: 4.6px;
  font-weight: 300;
  color: #223165;
  padding: 10px 0;
  margin-bottom: 0;
}

.eachEvents h4 {
  padding: 5px 0;
  font-size: 24px;
  line-height: 1.3;
  font-weight: 700;
  transition: all 0.3s;
  padding-bottom: 10px;
}

.pageDate {
  right: 0;
  bottom: 0;
  padding: 8px;
  color: #fff;
  font-size: 13px;
  margin-bottom: 0;
  position: absolute;
  background-color: rgba(0, 0, 0, 0.7);
}

.acc__card.active>.acc__title {
  /* color: #223165; */
  color: #223165;
  background-color: #2231650d;
  border-radius: 15px 15px 0 0;
}

.acc__card.active>.acc__title::after {
  transform: rotate(-135deg);
}

#get_quote {
  display: none;
}

.dealerContact h6 {
  padding-right: 10px;
}

.company-groups-template-default .blogDetailsDiv2 ul {
  columns: 1;
  list-style: none;
  padding: 0 0 20px;
}

.company-groups-template-default .blogDetailsDiv2 ul li {
  padding-left: 20px;
  position: relative;
}

.company-groups-template-default .blogDetailsDiv2 ul li:before {
  top: 7px;
  left: 0;
  content: "";
  width: 8px;
  height: 8px;
  border-radius: 50%;
  position: absolute;
  background-color: #000;
}

p strong {
  font-weight: 700;
}

.count-two {
  columns: 2 !important;
}

/* start menu */
.headNavWrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 10px 0;
}

.menuLstBx ul {
  display: flex;
  align-items: center;
  list-style: none;
  margin: 0;
  padding: 0;
}

.subLstMenu,
.megaMenuItm {
  position: fixed;
  top: 72px;
}

.header.strickyHeader .subLstMenu,
.header.strickyHeader .megaMenuItm {
  top: 56px;
}


.logoWrap {
  width: 120px;
  height: 80px;
  display: flex;
  transition: 0.6s;
  align-items: center;
  justify-content: center;
}

.logoWrap a {
  display: inline-block;
}

.logoWrap a img {
  width: 100%;
  height: 100%;
}

ul.subLstMenu,
ul.megaMenuItm {
  align-items: flex-start;
}

.subLstMenu li,
.megaMenuItm li {
  width: 100%;
  margin-right: 0 !important;
  padding-left: 10px !important;
}

.menuBx {
  display: flex;
  align-items: center;
}

.menuBx svg {
  color: #fff;
  font-size: 13px;
}

.mobMenu {
  display: none;
}

.subLst .menuBx {
  justify-content: space-between;
}

.subLst .menuBx svg {
  color: #000;
  padding-right: 6px;
}

.noUndrBtn::before {
  content: normal;
}

.strickyHeader .headNavWrap {
  padding: 5px 0;
}

.header.strickyHeader .logoWrap {
  width: 80px;
  height: 60px;
}

.strickyHeader nav ul li a,
.strickyHeader .menuLstBx ul li a,
.strickyHeader .sub-menu-tabs li a {
  font-size: 15px;
  line-height: 18px;
}

.strickyHeader .menuLstBx ul li .btn_primary {
  font-size: 15px;
  padding: 12px 14px;
}

/* end menu */

/* start mega menu */
.dskMenuBdy {
  justify-content: end;
  align-items: center;
}

.mega_menu .megaMenuItm {
  width: 80vw;
  min-height: 100px;
  left: 14%;
  /* transition: 0.3s; */
}

.sub-menu-row {
  display: flex;
  position: relative;
  width: 100%;
  height: auto;
}

.sub-menu-smCol {
  width: 20%;
  height: auto;
  border-right: 1px solid #000;
}

.sub-menu-bgCol {
  width: 80%;
  height: auto;
}

.sub-menu-lftLst {
  width: 60%;
}

.sub-menu-tabs-cont-img {
  width: 40%;
}

.sub-menu-tabs-cont-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  padding: 10px;
}

.sub-menu-tabs-cont-lst,
.sub-menu-tabs {
  position: relative;
  visibility: visible;
  opacity: 1;
  top: 0;
  transform: none;
  box-shadow: none;
  width: 100%;
  flex-direction: column;
  align-items: flex-start;
}

.sub-menu-lftLst {
  height: 400px;
  overflow: auto;
  margin: 10px;
}

.sub-menu-tabs-cont-lst {
  display: flex;
  flex-wrap: wrap;
  column-count: 2;
  flex-direction: row;
  justify-content: left;
  align-items: flex-start !important;
}

.sub-menu-tabs-cont-lst li {
  width: 48%;

}

.sub-menu-tabs-cont {
  display: none;
  height: 100%;
}

.sub-menu-tabs-cont.current {
  display: block;
}

.sub-menu-tabs .tablst {
  display: flex;
  align-items: center;
  padding: 17px 0 17px 10px;
  width: 100%;
  margin-right: 0 !important;
}

.sub-menu-tabs li a {
  width: calc(100% - 35px);
  padding-left: 10px !important;
}

ul.sub-menu-tabs li.tablst::before {
  top: 0;
  height: 100%;
}

ul.sub-menu-tabs li.tablst:hover::before,
ul.sub-menu-tabs li.tablst.current::before {
  background-color: rgba(199, 212, 255, 0.671);
  width: 100%;
}

ul.sub-menu-tabs-cont-lst li a {
  font-size: 12px !important;
  font-weight: 600;
  padding: 10px 20px;
  transition: all .4s ease-in-out;
}

ul.sub-menu-tabs-cont-lst li:hover a {
  font-weight: 700;
}


/* end mega menu */

/* start key employee */
.keyEmployee {
  padding: 0 0 80px;
}

.emLstBx {
  padding: 25px;
  color: #000;
  border: 1px solid #414e7b8f;
  background-color: #fff;
  box-shadow: 1px 1px 29px 1px #414e7b6e;
  border-radius: 8px;
  min-height: 290px;
  margin: 20px 7px;
}

.emLstHead {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin-bottom: 15px;
}

.em-img {
  width: 40px;
}

.em-img img {
  width: 100%;
}

.emLstHead h3 {
  padding-left: 20px;
  font-size: 28px;
  font-weight: 600;
  margin: 0;
}

/* end key employee */

/* company group  */
.dcverBtn {
  background-color: #223165;
  color: #ffffff;
  padding: 10px 20px;
  transition: all 0.5s;
  display: inline-block;
  text-align: center;
  margin: 10px 0 20px;
}

.dcverBtn:hover {
  background-color: #955a00;
}

/* bannar video */
.bannarVdeo {
  width: 100%;
}

.serviceListSec {
  padding-top: 80px;
  padding-bottom: 80px;
}

.eachServiceRow {
  /* padding: 32px 24px; */
}

/* .eachServiceRow:nth-child(2n) .serviceBoxWrap {
  flex-direction: row-reverse;
} */

.serviceBoxWrap {
  /* display: flex; */
  overflow: hidden;
  position: relative;
  align-items: center;
  padding: 50px 20px 20px 20px;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 30px;
  border-radius: 15px;
}

.serviceBanImg {
  top: 0px;
  left: 0px;
  width: 100px;
  padding: 10px;
  position: absolute;
  background-color: #223165;
}

.serviceBanImg img {
  filter: brightness(0) invert(1)
}

/* .serviceInfo{
  height: 200px;
  overflow-y: auto;
  padding-right: 8px;
} */

.serviceInfoWrap {
  /* padding-left: 30px; */
  /* width: calc(100% - 150px); */
}

.serviceBoxWrap .pageHead2 {
  position: static;
  margin-bottom: 30px;
  background: transparent;
  color: #000;
  padding: 0;
  font-weight: 500;
  padding-left: 100px;
}

.eachServiceRow {
  &:not(:first-child) {

    padding-top: 50px;
  }
}


/* start impliment milestone */
.milestone-sec {
  padding: 80px 0;
  overflow-x: hidden;
  border: 1px solid #22316530;
}

.milestone-wraper {
  position: relative;
  margin-top: 80px;
}

.milestone-wraper::after {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 2px;
  height: 100%;
  border: 2px dashed #223165;
  opacity: 0.2;
}

.each-milestoneBx {
  width: 100%;
  margin-bottom: 50px;
}

.milestone-innarWrapCont {
  display: flex;
  align-items: center;
}

.milestoneCont-lft,
.milestone-rgt {
  width: 50%;
}

.each-milestoneBx:nth-child(even) .milestoneCont-lft {
  text-align: right;
  position: relative;
  padding-right: 100px;
}

.each-milestoneBx:nth-child(even) .milestoneCont-lft::after {
  content: "";
  position: absolute;
  top: 50%;
  right: -6px;
  transform: translateY(-50%);
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background-color: #223165;
  border: 2px solid #223165;
}

.each-milestoneBx:nth-child(even) .milestoneCont-lft::before {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  width: 100px;
  height: 2px;
  border: 2px dashed #223165;
  opacity: 0.2;
}

.each-milestoneBx:nth-child(odd) .milestoneCont-lft {
  position: relative;
  padding-left: 100px;
}

.each-milestoneBx:nth-child(odd) .milestoneCont-lft::after {
  content: "";
  position: absolute;
  top: 50%;
  left: -6px;
  transform: translateY(-50%);
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background-color: #223165;
  border: 2px solid #223165;
}

.each-milestoneBx:nth-child(odd) .milestoneCont-lft::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: 100px;
  height: 2px;
  border: 2px dashed #223165;
  opacity: 0.2;
}

.milestoneCont-img {
  width: 100%;
  height: 350px;
}

.milestoneCont-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 12px;
}

.each-milestoneBx:nth-child(even) .milestoneCont-lft .milestoneCont-img {
  margin-left: auto;
}

.each-milestoneBx:nth-child(odd) .milestone-rgt {
  padding-right: 100px;
  text-align: end;
}

.each-milestoneBx:nth-child(even) .milestone-rgt {
  padding-left: 100px;
}

.each-milestoneBx:nth-child(even) .milestone-innarWrapCont {
  opacity: 0;
  transform: translateX(30%);
  transition: all .8s ease-in-out;
}

.each-milestoneBx:nth-child(odd) .milestone-innarWrapCont {
  flex-direction: row-reverse;
  opacity: 0;
  transform: translateX(-30%);
  transition: all .8s ease-in-out;
}

.each-milestoneBx:nth-child(odd).active_milestone .milestone-innarWrapCont,
.each-milestoneBx:nth-child(even).active_milestone .milestone-innarWrapCont {
  opacity: 1;
  transform: translateX(0);
}

.milestone-innarWrapCont .milestone-year h5 {
  font-size: 90px;
  font-weight: 900;
  color: #223165;
  opacity: 0.2;
}

.milestone-innarRgt {
  max-width: 70%;
}

.each-milestoneBx:nth-child(odd).active_milestone .milestone-innarRgt {
  margin-left: auto;
}

.milestoneCont-innarTxt ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.milestoneCont-innarTxt li {
  position: relative;
  padding-left: 17px;
  display: inline-block;

}

.milestoneCont-innarTxt li:not(:last-child) {
  margin-bottom: 15px;
}

.milestoneCont-innarTxt li::before {
  content: "";
  position: absolute;
  top: 7px;
  left: 0;
  width: 10px;
  height: 10px;
  border: 1px solid #223165;
  background-color: #223165;
  opacity: 0.7;
}

/* end impliment milestone */


/* start 10-11-25 */
.pspl_btn {
  margin-top: 60px;

  a {}
}

/* end 10-11-25 */



.resImg {
  display: none;
}

.mobAbtImg {
  display: none;
}

/* .fancybox-active .intl-tel-input .hide {
  display: block;
} */
.fancybox-active .intl-tel-input {
  z-index: 999999!important;
}
.fancybox-active .intl-tel-input .country-list {
  z-index: 99999 !important;
  width: 150px;
  height: 160px;
  overflow-x: hidden;
  overflow-y: auto;
}

/* start thank-you */
.commonSec {
  padding: 200px 0 100px;
}

.page-template-templates404-not-found-php .header,
.page-template-templatesthank-you-php .header {
  background-color: #223165db;
  box-shadow: 4px 8px 30px 0 #00000040;
}

.pnf_wrap {
  text-align: center;

  .pnf_head {
    margin-bottom: 20px;

    .pnf_img {
      margin: 0 auto;
      width: 450px;
      height: auto;

      img {
        width: 100%;
        height: 100%;
      }
    }
  }


  .pnf_cont p {
    font-size: 20px;
    font-weight: 600;
  }

  .pspl_btn {
    margin-top: 30px;
  }
}

.thankyouDiv {
  text-align: center;

  .thankyouGif {
    width: 160px;
    margin: 0 auto 20px;

    img {
      width: 100%;
      height: 100%;
    }
  }

  .thankYouHead {
    font-size: 38px;
    font-weight: 600;
  }

  .pspl_btn {
    margin-top: 30px;
  }
}

/* end thank-you */