:root {
  --theme-color: #155196;
  /* --theme-bg:#155196;     */
}
body {
  font-family: "Poppins", sans-serif;
  color: #000;
}
/* @font-face {
    font-family: 'Montserrat';
    src: url('../font/montserrat/Montserrat-VariableFont_wght.ttf'),
    url('../font/montserrat/Montserrat-Italic-VariableFont_wght.ttf');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
} */

@font-face {
  font-family: "poppins";
  src: url("../font/poppins/Poppins-Regular.ttf"),
    url("../font/poppins/Poppins-Bold.ttf");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

p {
  margin-top: 0;
  margin-bottom: 1rem;
  line-height: normal;
  font-family: "Poppins", sans-serif;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Poppins" !important;
}
a,
a:hover {
  color: #fff;
  text-decoration: none;
}
.faq_sec a,
.faq_sec a:hover {
  color: #000;
  /* text-decoration: none; */
}
#accordionExample a,
#accordionExample a:hover {
  color: #000;
  /* text-decoration: none; */
}
.sec_pd {
  padding: 100px 0 100px 0;
}
.inner_pd {
  padding: 100px 0 110px 0;
}
.bann_pd {
  padding: 150px 0 170px 0;
}
.bann_hd {
  font-size: 3.2rem;
  color: #fff;
  font-weight: 700;
}
.sec_hd {
  font-size: 50px;
  font-weight: 700;
  text-transform: capitalize;
}
.sub_heading {
  font-weight: 700;
  font-size: 32px;
  text-transform: capitalize;
}
.main_heading {
  font-size: 4rem;
  color: #fff;
  letter-spacing: 2.5px;
  line-height: 85px;
  font-weight: 700;
}
.sec_hd2 {
  font-size: 2.7rem;
}
.color,
.color:hover {
  color: var(--theme-color);
}
.theme_btn {
  display: inline-block;
  background-color: var(--theme-color);
  color: #fff;
  padding: 15px 15px;
  border-radius: 15px;
  font-weight: 600;
  letter-spacing: 1px;
  transition: all 0.3s ease;
}
.hover_effect:hover {
  background-color: #6389b1;
}
.theme_btn2 {
  display: inline-block;
  background-color: var(--theme-color);
  color: #fff;
  padding: 15px;
  border-radius: 16px;
  border: 2px solid #a7abaf;
  transition: all 0.3s ease;
}
.theme_btn2:hover {
  border-color: var(--theme-color);
  background-color: #6389b1;
}
/* ==================================header================================== */
.header_above {
  background-color: var(--theme-color);
  border-bottom: 1px solid #ffffff2b;
}
.head_right ul li i {
  height: 35px;
  width: 35px;
  background-color: #fff;
  border-radius: 100px;
  display: inline-flex;
  align-items: center;
  font-size: 16px;
  justify-content: center;
  transition: all 0.5s ease-in-out;
  color: var(--theme-color);
}
.head_right ul li i:hover {
  animation-name: animation-pop;
  animation-duration: 0.3s;
  animation-timing-function: linear;
  animation-iteration-count: 1;
  background-color: #ffffff2b;
  color: #fff;
}
@keyframes animation-pop {
  50% {
    transform: scale(1.2);
  }
}
.head_contact ul li {
  font-size: 14px;
  /* font-weight: 600; */
}
/* ==================================header================================== */
/* ==================================NavBar================================== */
.navbar-light .navbar-nav .nav-link {
  color: var(--theme-color) !important;
  font-weight: 600;
  padding: 10px 10px;
  border-bottom: 2px solid var(--theme-color);
}
.navbar-light .navbar-nav .nav-link:hover {
  color: #6389b1;
}
.navbar-light .navbar-nav .nav-link.active,
.navbar-light .navbar-nav .show > .nav-link {
  color: red;
}
/* .navbar{
    position: absolute;
    width: 100%;
    z-index: 999;
} */
.navbar-brand {
  width: 16%;
}
.navbar-nav .dropdown-menu {
  display: block;
  opacity: 0;
  visibility: hidden;
  transition: all 0.5s ease-in-out;
  margin-top: -10px;
  min-width: 45rem;
  left: -120px;
  background-color: #c3dfff;
}
.dropdown:hover .dropdown-menu {
  opacity: 1;
  visibility: visible;
  margin-top: 12px;
}
.dropdown-item {
  margin-bottom: 10px;
  color: var(--theme-color);
  font-size: 15px;
  font-weight: 600;
  transition: all 0.3s ease;
}
/* ==================================NavBar================================== */
/* ==================================h_Banner================================== */
.sec_1 {
  overflow: hidden;
}

.black_overlay {
  z-index: 5;
  position: relative;
}
.black_overlay::before {
  content: "";
  position: absolute;
  height: 100%;
  width: 100%;
  background-color: #000;
  left: 0;
  top: 0;
  opacity: 0.65;
  z-index: -5;
}
/* ==================================h_Banner================================== */
.banner_slider .slick-prev,
.banner_slider .slick-next {
  background-color: var(--theme-color);
  height: 40px;
  width: 40px;
  border-radius: 10px;
  z-index: 999;
}
.banner_slider .slick-prev:hover,
.banner_slider .slick-prev:focus,
.banner_slider .slick-next:hover,
.banner_slider .slick-next:focus {
  background-color: var(--theme-color);
}
.banner_slider .slick-next:before {
  content: "\f054";
  font-family: fontawesome;
}
.banner_slider .slick-next {
  right: 25px;
}
.banner_slider .slick-prev {
  left: 25px;
}
.banner_slider .slick-prev::before {
  content: "\f053";
  font-family: fontawesome;
}
.bann_left h4 {
  color: #6389b1;
  font-weight: 700;
}
/* ==================================h_Banner================================== */
/* ==================================section_1================================== */
.s1_box {
  overflow: hidden;
  padding: 35px;
  border-radius: 15px;
  position: relative;
  z-index: 55;
  transition: all 0.7s ease;
}
.s1_box:hover {
  background-position: right !important;
}
.s1_box::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  transition: all 0.3s ease;
  background-color: var(--theme-color);
  z-index: -5;
}
.s1_box:hover::before {
  background-color: #6389b1;
  opacity: 0.75;
}
.s1_box img {
  width: 25%;
  filter: brightness(100);
}
.sec_1 {
  margin-top: -90px;
}
.s1_img {
  margin-top: 85px;
}
/* ==================================section_1================================== */
/* ==================================section_2================================== */
.s2_img img {
  border-radius: 20px;
  height: 400px;
  object-fit: cover;
}
.s2_left {
  position: relative;
}
.s2_counter {
  position: absolute;
  top: -50px;
  left: -50px;
  padding: 20px 30px;
  background-color: var(--theme-color);
}
.s2_counter {
  height: 160px;
  width: 230px;
  border-radius: 15px;
  border: 6px solid #fff;
}
.s2_qoute {
  position: absolute;
  background-color: var(--theme-color);
  padding: 40px 20px;
  bottom: -70px;
  right: -20px;
  width: 440px;
  height: 220px;
  border: 6px solid #fff;
  border-radius: 15px;
}
.qout_icon {
  color: #a7abaf;
  font-size: 60px;
  text-align: right;
}
.s2_icon {
  font-size: 50px;
  color: var(--theme-color);
}
/* ==================================section_2================================== */
/* ==================================counter_sec================================== */
.counter_sec {
  background-color: #606870;
}
.counter_icon i {
  font-size: 4.2rem;
}
.counter_sec .count {
  font-size: 60px;
  font-weight: 700;
}
.counter_sec .count1 {
  font-size: 60px;
  font-weight: 700;
}
/* ==================================counter_sec================================== */
/* ==================================service_sec================================== */
.service_sec {
  background-color: #eeeeee;
}
.service_img {
  overflow: hidden;
}
.service_img img {
  border-top-left-radius: 10px;
  border-top-right-radius: 15px;
  transition: all 0.4s ease;
  height: 300px;
  width: 100%;
  object-fit: cover;
}
.service_content {
  background-color: #fff;
  padding: 25px 20px;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 15px;
  transition: all 0.4s ease;
}
.service_box:hover .service_content {
  transform: translateY(-15px);
}
.service_box:hover .service_img img {
  transform: scale(1.07);
}
.service_box:hover .service_content h4 {
  color: var(--theme-color);
}
/* ==================================service_sec================================== */
/* ==================================Rental_sec================================== */
.rental_sec {
  background: url(../img/rental_bg.jpeg) no-repeat;
  background-attachment: fixed;
  background-size: cover;
  background-position: center;
  position: relative;
}
.rental_sec::after {
  content: "";
  position: absolute;
  height: 100px;
  width: 100%;
  background: url(../img/shape_img.png) no-repeat center center/cover;
  top: 0;
  left: 0;
  filter: brightness(100);
}
.heading_line {
  width: 90px;
  height: 3px;
  background-color: var(--theme-color);
  display: inline-block;
}
.rental_img {
  margin-top: -80px;
  margin-bottom: 20px;
}
.rental_box img {
    width: 90%;
    height: 206px;
    border-radius: 20px;
    transition: all 0.4s ease;
    object-fit: cover;
    object-position: top;
}
.rental_box img:hover {
  rotate: 5deg;
}
.rental_box {
  padding: 50px 15px;
  position: relative;
  background-color: #282828;
}
.bg_overlay {
  position: relative;
  z-index: 99;
}
.bg_overlay::before {
  content: "";
  position: absolute;
  height: 100%;
  width: 100%;
  background-color: #6389b1;
  top: 0;
  left: 0;
  opacity: 0.9;
  z-index: -5;
}
.rental_btn .theme_btn:hover {
  background-color: #000;
}
.shape_img {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
}
.shape_img img {
  height: 100px;
  width: 100%;
}
.manage_img {
  background-color: var(--theme-color);
  display: inline-block;
  border-radius: 17px;
}
.manage_img img {
  height: 70px;
  width: 70px;
  object-fit: cover;
  padding: 10px;
  border-radius: 15px;
  filter: brightness(100);
}
.manage_mid img {
  transition: all 0.4s ease;
}
.manage_mid img:hover {
  transform: translateY(-10px);
}
/* ==================================Rental_sec================================== */
/* ==================================testimonial_sec================================== */
.testimonial_sec {
  position: relative;
  background-color: #6389b1;
  z-index: 55;
}
.testimonial_sec::before {
  content: "";
  position: absolute;
  height: 100%;
  width: 100%;
  background: url(../img/testi_bg_overlay.png) no-repeat center center/cover;
  left: 0;
  top: 0;
  opacity: 0.08;
  z-index: -5;
}
.client_img img {
  height: 65px;
  width: 65px;
  border-radius: 100px;
  object-fit: cover;
}
.testi_box p {
  font-size: 18px;
  font-weight: 600;
}
.testi_box {
  background-color: #fff;
  padding: 25px 40px;
  border-radius: 15px;
  width: 95% !important;
}
.testimonial_slider .slick-dots li button:before {
  font-size: 60px;
  color: #fff;
  opacity: 1;
  content: "-";
}
.testimonial_slider .slick-dots {
  position: static;
}
.testimonial_slider .slick-dots li.slick-active button:before {
  color: var(--theme-color);
}
.logo_slider img {
  padding: 20px;
  width: 80% !important;
  display: inline-block !important;
}
.logo_slider {
  background-color: #a7abaf;
  padding: 20px 5px;
  border-radius: 15px;
}
.logo_sec {
  position: relative;
  margin-top: -40px;
  z-index: 999;
}
/* ==================================testimonial_sec================================== */
/* ==================================CTA_SEction================================== */
.sec_form {
  background-color: #6389b1;
  padding: 35px 20px;
  border-radius: 20px;
}
.form-group .form-control::placeholder {
  color: #fff;
}
.form-group .form-control {
  background-color: transparent;
  border: 1px solid #fff;
  border-radius: 25px;
  box-shadow: none;
  padding: 10px 15px;
  color: #fff;
}
.form-group {
  margin: 10px 0 15px 0;
}
.form_btn button:hover {
  background-color: #606870;
}
/* ==================================CTA_SEction================================== */

/* ========================ModalCSS====================== */

.modal-dialog {
  max-width: 600px;
  margin: 14.75rem auto;
}
.modal-header .btn-close {
  margin-left: auto !important;
}
.modal-header {
  border: none !important;
}
.modal-body input {
  width: 100%;
  padding: 10px;
}
.modal-backdrop {
  width: 100%;
  height: 100%;
}
.modal-content {
  background-color: #000f1d;
  padding: 20px 0;
}
.modal-title {
  color: #ffff00;
}
.modal-title > img {
  height: 85px;
  transition: all 0.5s ease-in-out;
  animation-name: transf;
  animation-timing-function: ease-in-out;
  animation-iteration-count: infinite;
  animation-duration: 1s;
}
@keyframes transf {
  0% {
    transform: scale(1.05);
  }
  50% {
    transform: scale(1);
  }
  100% {
    transform: scale(1.05);
  }
}
.modal-content label {
  color: #ffff00;
}
.modal-footer .theme_btn1 {
  width: 100%;
  border: unset;
  font-size: 16px;
  padding: 10px 20px;
  font-weight: 500;
}
.modal-footer {
  padding-top: 0px !important;
}

/* =============================Product============================ */
/* ==============Product Detail====================*/

.product-page .input-group button {
  border: 1px solid #ccc;
}

.product-page .input-group input {
  border: 1px solid #ccc;
  padding: 5px;
}
.slider-nav img {
  width: 75% !important;
  border: 2px solid #fff;
  cursor: pointer;
}
.slider-for {
  margin-bottom: 30px;
}
.slider-for img {
  border: 1px solid #fff;
}
.product-slider .slider-for {
  width: 75%;
  margin: auto;
}
.product-slider .slider-for .slick-track .slick-slide div {
  text-align: center;
}
.product-slider .slider-for img {
  height: 500px;
  object-fit: cover;
  width: 100% !important;
  margin-bottom: 25px;
  background-color: var(--theme-color2);
}
.product-slider .slider-nav img {
  max-width: 80%;
}
.product_right .input-group button {
  border: 1px solid var(--heading-color);
  border-radius: 0;
  background-color: var(--theme-color2);
  color: #fff;
}
.input-number {
  width: 16%;
  padding: 6px;
  text-align: center;
  border: 1px solid var(--heading-color);
}
.input-number:focus-visible {
  outline: none;
}

.detail_icon a {
  transition: all 0.4s ease-in-out;
  color: var(--theme-color2) !important;
  border: 2px solid var(--heading-color);
  font-size: 18px;
  height: 40px;
  width: 40px;
  border-radius: 100px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
}
.detail_icon a:hover {
  background-color: var(--theme-color2);
  color: #fff !important;
}
.tb-review .input-single input,
.tb-review .input-single textarea {
  outline: none;
  box-shadow: none;
  border: 1px solid var(--theme-color);
  border-radius: 6px;
  padding: 15px 20px;
  color: var(--heading-color);
  text-transform: capitalize;
  font-weight: 500;
  background-color: transparent;
}
/* ====================Feature_tabs============== */
.nav-tabs {
  border-bottom: 0px;
  gap: 20px;
}
.feature_tab .nav-tabs .nav-link {
  font-size: 19px;
  padding-bottom: 10px;
  border: none;
  color: #155196;
}
.feature_tab .nav-tabs .nav-link:hover {
  color: #6389b1;
}
.feature_tab .nav-tabs .nav-item.show .nav-link,
.feature_tab .nav-tabs .nav-link.active {
  background: var(--theme-color);
  color: #fff;
  border-color: #6389b1;
  border-radius: 0px;
}
.feature_tab #nav-tabContent .table-responsive .table tbody tr .text-1 {
  font-weight: 600;
  color: #000;
  padding: 18px 0px 18px 20px;
  line-height: 1;
  width: 135px;
}
.feature_tab #nav-tabContent .table-responsive .table tbody tr .text-2 {
  font-weight: 400;
  color: #000;
  padding: 18px 20px;
  line-height: 1;
}
.reviews span i {
  font-size: 10px;
  color: rgb(255, 196, 0);
}

.feature_tab .tab-pane ul li img {
  max-width: 90% !important;
}
.speci_list li {
  background-color: #f6f5f0;
  padding: 10px 10px 10px 30px;
}
#nav-contact ul li img {
  border-radius: 100%;
}
#nav-contact ul li p {
  font-size: 14px;
}
/* ============================Feature_tabs========================= */
/* =============================Product============================ */
/* =============================Footer============================ */
footer {
  background-color: #000;
  padding: 120px 0 12px 0;
}
.foot_box p {
  color: #ffff;
}
.foot_box ul li {
  font-size: 16px;
  font-weight: 600;
  letter-spacing: 1px;
  margin-bottom: 10px !important;
}
.foot_box ul li span i {
  color: var(--theme-color);
  font-size: 14px;
}
.foot_list {
  gap: 50px;
}
.footer_search input {
  border-top-left-radius: 20px;
  border-bottom-left-radius: 20px;
  background-color: #35424f;
  border: none;
  color: #fff;
  padding: 10px 15px;
}
.footer_search input:focus {
  background-color: #35424f;
  box-shadow: none;
  color: #fff;
}
.footer_search i {
  background-color: #35424f;
  padding: 11px;
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
  margin-left: -2px;
}
.foot_list ul li a {
  transition: all 0.3s ease-in-out;
}
.foot_list ul li a:hover {
  color: #6389b1 !important;
}
.foot_list ul li:hover i {
  color: #fff;
}
/* footer .row{
    padding-bottom:50px ;
    border-bottom: 1px solid #767676;
} */
.foot_line {
  height: 2px;
  width: 70px;
  margin: 20px 0;
  background-color: var(--theme-color);
}
.foot_box .social_icon {
  display: inline-flex;
  gap: 10px;
  margin-top: 20px;
}
.foot_box .social_icon a i {
  background-color: #1b1c1d;
  height: 35px;
  width: 35px;
}
.foot_box .social_icon a i:hover {
  background-color: var(--theme-color2);
  color: #000;
}
.footer_logo {
  width: 65%;
}
.footer_bottom {
  background-color: var(--theme-color);
}
/* =====================================FAQs_section1===================================== */
.accordion-button {
  position: relative;
  padding: 0px 20px 0px 0px;
  box-shadow: none !important;
  color: var(--theme-color);
  font-size: 18px;
  font-weight: 700;
  background-color: #e9ebee;
}
.accordion-button::after {
  content: none !important;
}
.btn_acrd {
  display: inline-block;
  position: absolute;
}
.accordion-item {
  margin-bottom: 15px;
  border: none;
  box-shadow: none;
}
.accordion-button:not(.collapsed) {
  background-color: var(--theme-color);
  color: #fff;
  box-shadow: none;
}
.accordion-button::before {
  content: "\f068" !important;
  font: var(--fa-font-solid) !important;
  background-color: #6389b1;
  height: 75px;
  width: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  font-weight: 900 !important;
  margin-right: 20px;
}
.accordion-button.collapsed::before {
  content: "\2b" !important;
  font: var(--fa-font-solid) !important;
}
/* contact_us */
.contact_map iframe {
  width: 100%;
}

/* ===============================login===================== */
.login_form_sec {
  max-width: 550px;
  padding: 30px;
  margin: auto;
  background-color: var(--theme-color);
}
.forget_form {
  background-color: var(--theme-color);
  padding: 30px;
}
.login_form_sec .theme_btn1:hover {
  box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}
.login_form ul input {
  border: 1px solid var(--theme-color2);
  padding: 10px;
  font-size: 17px;
  font-weight: 500;
}
.login_form ul input:focus-visible {
  outline: none;
}
.register {
  font-size: 17px;
  font-weight: 500;
  border-bottom: 2px solid #fff;
  padding-bottom: 5px;
}
.forget_form label {
  font-weight: 600;
  font-size: 18px;
}
.forget_form input {
  width: 50%;
  padding: 10px;
  border: 2px solid #000;
  margin: 10px 0 25px 0;
}
.register_heading h2 {
  font-size: 50px;
  font-weight: 500;
}

/* Inner Pages */

.blue_overlay {
  position: relative;
  z-index: 55;
}
.blue_overlay::after {
  content: "";
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  background-color: #6389b1;
  opacity: 0.9;
  z-index: -5;
}
.inner_banner {
  position: relative;
}
.inner_banner::before {
  content: "";
  position: absolute;
  height: 100px;
  width: 100%;
  bottom: 0;
  left: 0;
  background: url(../img/inner_shape.png) no-repeat center center/cover;
}
.home_active,
.home_active:hover {
  color: #000;
  font-weight: 700;
}
.our_work_img img {
  border-radius: 20px;
}
.our_work_img {
  position: relative;
  z-index: 55;
}
.our_work_img::before {
  content: "";
  position: absolute;
  height: 100%;
  width: 100%;
  background-color: var(--theme-color);
  background-image: url(../img/dot.png);
  top: -30px;
  left: -30px;
  border-radius: 20px;
  z-index: -5;
}
.our_work {
  background-color: #eeeeee;
}
.rental_heading .progress {
  display: flex;
  height: 1rem;
  overflow: hidden;
  font-size: 0.75rem;
  background-color: #e9ecef;
  border-radius: 0.25rem;
  width: 25%;
  margin: auto;
}
.i_rental {
  background-color: #eeeeee;
}
.prpl_shape::before {
  filter: brightness(0) saturate(100%) invert(99%) sepia(1%) saturate(94%)
    hue-rotate(190deg) brightness(114%) contrast(87%);
}
.cta_icon {
  color: #fff;
  background-color: var(--theme-color);
  height: 70px;
  width: 70px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  font-size: 35px;
  border-radius: 100px;
}
.cta_d {
  color: #000;
}
.contact_box ul {
  border: 1px solid #000;
  padding: 25px 17px;
  border-radius: 15px;
}
.contact_form {
  position: relative;
  background: url(../img/s1_bg2.jpg) no-repeat center center/cover;
  z-index: 99;
  height: 100%;
  border-radius: 17px;
}
.contact_form::before {
  content: "";
  position: absolute;
  height: 100%;
  width: 100%;
  background-color: #6389b1;
  top: 0;
  left: 0;
  z-index: -5;
  opacity: 0.9;
}
.order-form {
  position: relative;
  background: url(../img/s2_img.jpg) no-repeat center center/cover;
  z-index: 99;
  height: 100%;
  border-radius: 17px;
}
.order-form::before {
  content: "";
  position: absolute;
  height: 100%;
  width: 100%;
  background-color: var(--theme-color);
  top: 0;
  left: 0;
  z-index: -5;
  opacity: 0.9;
}
.order-form .form-select {
  filter: brightness(100);
}
.order-form .form-select option {
  color: #000;
}
.order_btn .theme_btn {
  background-color: #6389b1;
}
.service_content img {
  height: 450px;
  width: 100%;
  object-fit: cover;
  border-radius: 15px;
}
.service_list {
  background-color: #eeeeee;
  padding: 30px 25px;
  border-radius: 20px;
}
.service_list {
  position: sticky;
  top: 0;
}
.service_detail2 {
  position: relative;
}
.top_shape {
  position: absolute;
  top: 0;
  width: 100%;
  left: 0;
  filter: brightness(100);
}
.bottom_shape {
  position: absolute;
  bottom: 0;
  width: 100%;
  left: 0;
  filter: brightness(100);
}
.border-rad {
  border-radius: 15px;
}
.product_img {
  overflow: hidden;
}
.cta_1 .row {
  position: relative;
  background: linear-gradient(
    90deg,
    rgba(21, 81, 150, 1) 0%,
    rgb(71 141 215) 100%
  );
  border-radius: 20px;
  padding: 60px 20px;
  /* height: 500px; */
  overflow: hidden;
  align-items: center;
}
.cta_1 .row::before {
  content: "";
  position: absolute;
  height: 210px;
  width: 210px;
  top: -30px;
  right: -30px;
  background-color: #ffffff67;
  border-radius: 100px;
  box-shadow: -18px 20px 20px -4px;
  filter: blur(2px);
  opacity: 0.8;
}
.cta_detail p {
  font-size: 18px;
}
.light_btn {
  background-color: #6389b1;
  padding: 13px 25px;
  display: inline-block;
  border-radius: 15px;
  transition: all 0.5s ease;
  border: 1px solid #91c1f5;
}
.light_btn:hover {
  background-color: #fff;
  color: var(--theme-color);
}
.cta_btn a {
  font-size: 20px;
}
.cta_1 .row::after {
  /* content: ""; */
  position: absolute;
  height: 120px;
  width: 100%;
  background: url(../img/shape_img2.png) no-repeat center center/cover;
  bottom: -30px;
  left: 0;
  border-radius: 10px;
}
.gallery_slider img {
  width: 98% !important;
  display: inline-block !important;
  border-radius: 4px;
}

.single-service-style1 {
  position: relative;
  display: block;
  padding-bottom: 72px;
}

.single-service-style1:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 72px;
  right: 0;
  box-shadow: 0px 10px 60px 0px rgba(0, 0, 0, 0.07);
}

.single-service-style1 .inner {
  position: relative;
  display: block;
  overflow: hidden;
  background: #ffffff;
  border: 1px solid rgba(var(--theme-color), 0.1);
  padding: 48px 40px 60px;
  transition: all 500ms ease;
  z-index: 2;
}

.single-service-style1:hover .inner {
  border-color: var(--theme-color);
}

.single-service-style1 .inner:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 100%;
  background: var(--theme-color);
  transform: perspective(400px) rotateY(90deg);
  transform-origin: left;
  transform-style: preserve-3d;
  transition: all 500ms linear;
  transition-delay: 0.1s;
}

.single-service-style1:hover .inner:before {
  opacity: 1;
  transform: perspective(400px) rotateY(0deg);
  transition: all 500ms linear;
  transition-delay: 0.1s;
}

.single-service-style1:hover .inner:before {
  opacity: 1;
  height: 100%;
  transform: scale(1);
  transition: all 800ms linear;
  transition-delay: 0.1s;
}

.single-service-style1:hover .inner .text p,
.single-service-style1 :hover .inner,
.single-service-style1:hover .icon span {
  color: #fff !important;
}
.single-service-style1:hover h3 {
  color: #fff;
}
.single-service-style1:hover .single-service-style1 .inner .round-box {
  position: absolute;
  top: -105px;
  right: -105px;
  width: 215px;
  height: 215px;
  background: var(--theme-color);
  opacity: 0.1;
  border-radius: 50%;
  z-index: 1;
}

.single-service-style1 .icon {
  position: relative;
  display: block;
  margin-bottom: 17px;
  z-index: 2;
}

.single-service-style1 .icon span:before {
  position: relative;
  display: inline-block;
  color: var(--theme-color);
  font-size: 65px;
  line-height: 65px;
  transition: all 200ms linear;
  transition-delay: 0.1s;
}

.single-service-style1:hover .icon span:before {
  color: #fff;
  transform: scale(1.1);
  transform-style: preserve-3d;
  transition: all 0.4s cubic-bezier(0.62, 0.21, 0.45, 1.52);
}

.single-service-style1 .text {
  position: relative;
  display: block;
  z-index: 2;
}

.single-service-style1 .text h3 {
  font-size: 24px;
  line-height: 30px;
  margin: 0 0 22px;
  transition: all 700ms ease;
}

.single-service-style1 .text p {
  margin: 0;
  transition: all 500ms ease;
}

.single-service-style1:hover .text p {
  color: var(--theme-color);
}

.single-service-style1 .btn-box {
  position: relative;
  float: right;
  margin-top: -32px;
  margin-right: 50px;
  z-index: 5;
}

.single-service-style1 .btn-box a {
  position: relative;
  display: block;
  width: 64px;
  height: 64px;
  background: #ffffff;
  border-radius: 50%;
  border: 2px solid rgba(var(--theme-color), 0.1);
  color: var(--thm-gray);
  font-size: 24px;
  line-height: 68px;
  text-align: center;
  z-index: 1;
}

.single-service-style1 .btn-box a:hover {
  color: #ffffff;
}

.single-service-style1 .btn-box a:before {
  position: absolute;
  top: -2px;
  left: -2px;
  bottom: -2px;
  right: -2px;
  background: var(--theme-color);
  content: "";
  border-radius: 50%;
  z-index: -1;
  transform: scale(0);
  transform-origin: center;
  transform-style: preserve-3d;
  transition: all 0.4s cubic-bezier(0.62, 0.21, 0.45, 1.52);
}

.single-service-style1 .btn-box a:hover:before {
  transform: scale(1);
}
.pickup_list li {
  position: relative;
  padding-left: 25px;
  font-weight: 600;
  width: 50%;
  margin-bottom: 20px;
}
.pickup_list li::before {
  content: "\f058";
  font-family: fontawesome;
  position: absolute;
  left: 0;
  top: 0;
  height: 10px;
  width: 10px;
  color: var(--theme-color);
}
.locat_heading {
  background-color: #000000b3;
  padding: 50px 0;
  height: 100%;
}
.locat_heading h2.color {
  color: #81b2e7 !important;
}
.service_locat {
  overflow: hidden;
}

/* skillsbar */
.skillcontainer {
  display: flex;
  align-items: end;
  justify-content: center;
  background-color: #034086b3;
  width: 100%;
  padding: 20px 10px;
  height: 100%;
}
.skillcontainer .wrapper {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}
.skillcontainer .wrapper .card {
  width: calc(50% - 10px);
  background: transparent;
  height: auto;
  border-radius: 5px;
  display: flex;
  align-items: center;
  justify-content: space-evenly;
  flex-direction: column;
  border: none;
  /* box-shadow: 0px 10px 15px rgba(0,0,0,0.1); */
}
.wrapper .card:hover {
  background-color: transparent;
  color: black;
  /* transform: translateY(-14px); */
  transition: background 1s, color 1s, transform 0.5s;
}
.skillcontainer .wrapper .card .circle {
  position: relative;
  height: 150px;
  width: 150px;
  border-radius: 50%;
  cursor: default;
}
.skillcontainer .card .circle .box,
.skillcontainer .card .circle .box span {
  position: absolute;
  top: 50%;
  left: 50%;
}
.skillcontainer .card .circle .box {
  height: 100%;
  width: 100%;
  background: #fff;
  border-radius: 50%;
  transform: translate(-50%, -50%) scale(0.8);
  transition: all 0.2s;
}
.skillcontainer .card .circle:hover .box {
  transform: translate(-50%, -50%) scale(0.91);
}
.skillcontainer .card .circle .box span,
.skillcontainer .wrapper .card .text {
  background: -webkit-linear-gradient(left, #3f82ff, #93b5ff);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.skillcontainer .circle .box span {
  font-size: 38px;
  font-family: sans-serif;
  font-weight: 600;
  transform: translate(-45%, -45%);
  transition: all 0.1s;
}
.skillcontainer .card .circle:hover .box span {
  transform: translate(-45%, -45%) scale(1.09);
}
.skillcontainer .card .text {
  font-size: 20px;
  font-weight: 600;
  text-align: center;
}
@media (max-width: 753px) {
  .skillcontainer .wrapper {
    max-width: 700px;
  }
  .skillcontainer .wrapper .card {
    width: calc(50% - 20px);
    margin-bottom: 20px;
  }
}
@media (max-width: 505px) {
  .skillcontainer .wrapper {
    max-width: 500px;
  }
  .skillcontainer .wrapper .card {
    width: 100%;
  }
}
/* ==================skillsbar========================= */
.ser_loc_right h5{
  border-left: 4px solid var(--theme-color) !important;
}
.map_img img{
  height: 630px;
  width: 100%;
  object-fit: cover;
}
.location_heading ul li{
  width: 33%;
  margin-bottom: 8px;
  padding-left: 25px;
  position: relative;
  font-size: 19px;
  color: #fff;
}
.location_heading ul li::before{
  content: "\f14e";
  position: absolute;
  font-family: fontawesome;
  top: 0;
  left: 0;
  color: #c0d4ff;
  font-size: 19px;
}
.location_heading{
  background-color: #155196;
}
.service_2{
  overflow: hidden;
  background-color: #155196;
}

      /*** 
=============================================
    Working Process Area Css
=============================================
***/
.working-process-area {
    position: relative;
    display: block;
    padding: 0px 0 70px;
    background-color: #fff;
    z-index: 10;
}

.working-process-area.pdtop120 {
    padding-top: 120px;
}

.working-process-area .sec-title {
    padding-bottom: 80px;
}

.working-process__inner {
    position: relative;
    display: block;
    z-index: 1;
}

.working-process__inner .horizontal-line {
    position: absolute;
    top: 90px;
    left: -90px;
    right: -90px;
    height: 1px;
    background: #cad7cf;
}

.working-process__inner .horizontal-line:before {
    content: "";
    position: absolute;
    top: -5px;
    left: 0;
    width: 11px;
    height: 11px;
    border-radius: 50%;
    background: var(--theme-color);
}

.working-process__inner .horizontal-line:after {
    content: "";
    position: absolute;
    top: -5px;
    right: 0;
    width: 11px;
    height: 11px;
    border-radius: 50%;
    background: var(--theme-color);
}




.working-process-box {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    counter-reset: count;
}

.single-working-process {
    position: relative;
    display: block;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
    width: 100%;
    text-align: center;
    padding: 0px 30px 0px;
    margin-bottom: 38px;
    z-index: 1;
}

.single-working-process .icon-holder {
    position: relative;
    display: block;
    width: 180px;
    height: 180px;
    margin: 0 auto;
    background-color: var(--theme-color);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.single-working-process .icon-holder::after {
    content: "";
    position: absolute;
    top: -36px;
    left: -36px;
    bottom: -36px;
    right: -36px;
    border: 1px solid #cad7cf;
    border-radius: 50%;
    z-index: -2;
}

.single-working-process .icon-holder:before {
    content: "";
    position: absolute;
    left: -36px;
    bottom: -37px;
    right: -36px;
    height: 127px;
    background: #ffffff;
    z-index: -1;
}

.single-working-process:nth-child(2n+2) .icon-holder:before {
    top: -37px;
    bottom: auto;
    height: 128px;
}



.single-working-process .icon-holder span:before {
    position: relative;
    color: #ffffff;
    font-size: 60px;
    line-height: 60px;
    transition-delay: .1s;
    transition-timing-function: ease-in-out;
    transition-duration: .7s;
    transition-property: all;
    z-index: 5;
}

.single-working-process:hover .icon-holder span:before {
    transform: scale(1.0) rotate(1deg);
}

.single-working-process .counting-box {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 50px;
    height: 50px;
    background: #91c1f5;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.single-working-process .counting-box.top {
    left: auto;
    bottom: auto;
    top: 0;
    right: 0;
}

.single-working-process .counting-box:before {
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    color: var(--theme-color);
    font-size: 20px;
    font-weight: 700;
    counter-increment: count;
    content: "0"counter(count);
    transition: all 100ms linear;
    transition-delay: 0.1s;
    /* font-family: var(--thm-font); */
}


.single-working-process .text-holder {
    position: relative;
    display: block;
    padding-top: 70px;
}

.single-working-process .text-holder h3 {
    font-size: 24px;
    line-height: 24px;
    font-weight: 700;
    margin-bottom: 15px;
}

.single-working-process .text-holder p {
    margin: 0;
}

.single-working-process .text-holder .btn-box {
    position: relative;
    display: block;
    padding-top: 15px;
}

.single-working-process .text-holder p {
    margin: 0;
}
.single_pickup{
  background-color: #eef6ff;
}
.map_img_i img{
  height: 500px;
  width: 100%; 
  object-fit: cover;
}
.what_we {
  background-color: #ebf5ff;
}
.item .sec_hd{
  text-transform: lowercase;
}
.commercial_box{
  padding: 50px 25px;
  text-align: center;
}
.commercial_box::before{
  background-color: #6389b1ad;
}

/* =================================*dashboard-css============================= */

.instructor-card {
  border-radius: 10px;
  margin-bottom: 25px;
}
.instructor-card .card-body{
    background: linear-gradient(180deg, #b5cfff 0%, #52a4ff 100%);
}

.settings-widget {
  border: 1px solid #e9ecef;
  margin-bottom: 24px;
  border-radius: 10px;
  background: var(--theme-color);
  position: relative;
}

.settings-menu {
  background: var(--theme-color);
  border-radius: 10px;
  padding: 1.5rem;
}
.sell-course-head.comman-space h3{
  color: #b6e3ff;
}

.settings-menu h3 {
  font-size: 18px;
  color: #fff;
  font-weight: 600;
  margin-bottom: 1.5rem;
  font-family: "Poppins";
}

.settings-menu .profile-bg {
  min-height: 120px;
  background: linear-gradient(180deg, #d6af9000 0%, #6bb2ff 100%);
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}

.settings-menu ul {
  display: block;
  border: 0;
  padding: 0px;
  margin: 0;
  list-style: none;
}

.settings-menu ul li {
  position: relative;
  margin-bottom: 24px;
}
.settings-menu ul li a i {
  margin-right: 8px;
  font-size: 18px;
  min-width: 20px;
}
.settings-menu ul li a {
  color: #fff;
}

.settings-menu ul a:hover {
  color: #b6e3ff;
}

.settings-menu ul .active a {
  color: #b6e3ff;
}

.profile-name p {
  margin-top: 0px;
  line-height: 0;
  margin-bottom: 30px;
}

.theiaStickySideba {
  position: relative;
  overflow: visible;
  box-sizing: border-box;
  min-height: 1px;
}
.profile-group {
  margin-top: 57px;
}

.profile-img img {
  width: 150px;
  height: 150px;
  border-radius: 50%;
  position: absolute;
  /* bottom: -60px; */
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  border: 5px solid #ffffff;
  top: 20px;
}

.most_popular_courses img.mp_img {
  max-width: 80px;
  border-radius: 10px;
  height: auto;
}

.comman-space {
  padding: 1.5rem;
}

.checkout-form .form-group {
  margin-bottom: 1.5rem;
}

.dash_my_profile.checkout-form label {
  font-size: 16px;
  margin-bottom: 5px;
}
.checkout-form label {
  color: #333;
  font-weight: 600;
  font-size: 14px;
}

.sell-course-head {
  border-bottom: 1px solid rgba(199, 199, 199, 0.25);
}

.dashboard-head {
  background-color: #000;
}

.dashboard-sec.instructor-grid {
  margin-top: 7rem;
  margin-bottom: 5rem;
}

.dashboard-sec p {
  overflow-wrap: break-word;
}
.dashboard-sec p {
  margin-top: 0;
  margin-bottom: 0;
  color: #fff;
}
.tutor-table {
  width: 100%;
}
.tutor-table thead {
  background-color: var(--theme-color);
  color: #fff;
  letter-spacing: 1px;
}
.tutor-table thead tr th {
  padding: 10px 20px;
}

.tutor-table tr td {
  padding: 20px;
}

.dashboard-sec .course-design {
  width: 100%;
}

.dashboard-sec .course-design {
  border: 1px solid #e9ecef;
}
.dashboard-sec .course-box {
  margin-bottom: 0;
  border-radius: 10px;
}
.dashboard-sec .card {
  border: 1px solid #e9ecef;
  margin-bottom: 1.5rem;
  border-radius: 0;
}

.course-design .product {
  width: 100%;
}
.course-design .product {
  padding: 12px;
}
.course-design .product {
  background: #fff;
}
.course-box .product {
  border-radius: 10px;
  position: relative;
  padding: 20px;
  transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  background: #fff;
  backdrop-filter: blur(17px);
  -webkit-backdrop-filter: blur(17px);
}

.product-img {
  position: relative;
  overflow: hidden;
  z-index: 1;
  border-radius: 10px 10px 10px 10px;
}

.product-img img {
  width: 100%;

  transform: translateZ(0);
  transition: all 2000ms cubic-bezier(0.19, 1, 0.22, 1) 0ms;
}

.product-img:hover img {
  -webkit-transform: scale(1.15);
  -moz-transform: scale(1.15);
  transform: scale(1.15);
}

.course-design .price {
  min-width: auto;
  padding: 8px 15px;
  text-align: center;
}
.price {
  min-width: 140px;
  padding: 6px 15px;
}
.price {
  background: #fff;
  position: absolute;
  bottom: 20px;
  right: 20px;
  min-width: 149px;
  padding: 14px 15px;
  border-radius: 10px;
}

.course-design .price .free-color {
  color: #159f46;
}
.price h3.free-color {
  color: #159f46;
  text-transform: uppercase;
}
.course-design .price h3 {
  font-size: 14px;
}
.price h3 {
  font-size: 24px;
  color: var(--secondary-color);
  font-weight: 500;
  margin-bottom: 0;
  font-family: "Poppins";
}

.product-content {
  padding-top: 18px;
  display: inline-block;
  width: 100%;
}
.course-group {
  margin-bottom: 17px;
}

.product-content h3 {
  font-size: 18px;
  font-weight: 600;
  line-height: 1.4;
  font-family: "Poppins";
}

.course-info {
  border-bottom: 1px solid #e9ecef;
  margin-bottom: 15px;
  padding-bottom: 15px;
}
.course-info {
  margin: 16px 0 18px;
}

.course-design .course-info p {
  font-size: 14px;
  display: flex;
}
.course-info .rating-img p {
  margin: 0;
  display: flex;
}
.course-info p {
  margin-bottom: 0;
  color: #685f78;
  font-size: 16px;
  margin-left: 8px;
  margin-right: 0;
}

.course-view {
  margin-left: auto;
}

.course-share i {
  color: var(--secondary-color);
  font-size: 20px;
}

.tutor-course-wishlist:hover i {
  fill: var(--secondary-color);
}

.course-share {
  margin-left: auto;
}
.course-group-img img {
  max-width: 40px;
  height: 40px;
  border-radius: 25px;
  margin-right: 10px;
  border: 3px solid #e9ecef;
}

.course-name p {
  margin-bottom: 0;
  font-size: 13px;
  flex: 0 0 100%;
}

.course-name h4 {
  font-family: "Poppins";
  font-size: 17px;
  margin-bottom: 0px;
}

.profile-heading {
  padding: 1.5rem;
  border-bottom: 1px solid rgb(199 199 199 / 25%);
  color: #fff;
}

.profile-details .course-group {
  padding: 25px;
  border-bottom: 1px solid rgb(199 199 199 / 25%);
}

.profile-heading h3 {
  font-size: 22px;
  font-weight: 600;
  margin-bottom: 10px;
  margin-top: 0;
}

.profile-heading p {
  margin-bottom: 0;
}

.profile-details .course-group {
  padding: 25px;
  border-bottom: 1px solid rgb(199 199 199 / 25%);
  color: #fff;
}

#tutor_profile_cover_photo_editor {
  flex: 0 0 100%;
}

.profile-share {
  margin-left: auto;
}

.profile-share .btn-success {
  background: #fff;
  color: #159f46;
  border: 1px solid #159f46;
  margin-right: 10px;
  border-radius: 0;
  padding: 7px 22px;
  font-weight: 500;
  border-radius: 5px;
}

.btn-success {
  background-color: #00e65b;
  border: 1px solid #00e65b;
}

.profile-share .btn-danger {
  background: #fff;
  color: red;
  border-radius: 0;
  padding: 7px 22px;
  font-weight: 500;
  border-radius: 5px;
}
.btn-outline-danger {
  color: #ff0100;
  border-color: #ff0100;
}

.checkout-form.personal-address {
  padding: 1.5rem;
  margin-bottom: 0;
  color: #fff;
}
.add-course-info {
  padding: 1.5rem;
}

.checkout-form {
  padding: 20px;
}

.your_avatar {
  font-family: "Poppins";
  font-size: 22px;
  font-weight: 600;
}
.personal-address h4 {
  font-size: 22px;
  margin-bottom: 10px;
  font-weight: 600;
  font-family: "Poppins";
}

.personal-address p {
  font-size: 14px;
}

.add-course-info textarea.form-control {
  min-height: 180px;
  color: #685f78;
}

.add-course-info .form-control {
  border: 1px solid #e9ecef;
  border-radius: 5px;
  background-color: #e9ecef;
}

.checkout-form label {
  color: #fff;
  font-weight: 600;
  font-size: 14px;
  letter-spacing: 1px;
}

.tutor-reset-password-form-wrap input {
  background-color: #cccccc80;
}

.tutor-grid .single-product {
  margin-top: 0px;
}

.course-design .product:hover {
  transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
}

.dashboard-btn .nav-tabs {
  font-size: 16px;
}

.dashboard-btn .nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link.active {
  background-color: var(--secondary-color);
  color: #fff;
  border: 0px solid #eb681b;
}

.dashboard-bt .nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link:hover {
  background-color: var(--secondary-color);
  color: #fff;
  border: 0px solid #eb681b;
}
.sell-tabel-info a {
  color: #000;
}
.service_img img{
  height: 110px !important;
  width: 100px;
  object-fit: cover;
}
.most_popular_courses .theme_btn ,.most_popular_courses .light_btn{
  font-size: 13px;
}
.single_dumpster {
  background-color: var(--theme-color);
  color: #fff;
}
.single_dumpster ul li{
  width: 50%;
}
.step_box{
  background-color: hsl(212, 100%, 93%);
  padding: 20px 15px;
  border: 2px solid  var(--theme-color);
  border-radius: 10px;
  margin-bottom: 15px;
}
/* ======================*dashboard-css======================*/





.order-form{
  
    background: var(--theme-color);
    color: white;
    padding: 20px 20px;
    font-size: 20px;
    border-radius: 10px;

}