:root {
  --theme-color1: #191a4c;
  --theme-color2: #8f325e;
}
body {
  font-family: "Heebo", sans-serif;
  color: #191a4c;
}
@font-face {
  font-family: "Ubuntu";
  src: url("../font/ubuntu/Ubuntu-Bold.ttf"),
    url("../font/ubuntu/Ubuntu-Bold.ttf");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Heebo";
  src: url("../font/heebo/Heebo-VariableFont_wght.ttf"),
    url("../font/heebo/Heebo-VariableFont_wght.ttf");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

p {
  margin-top: 0;
  margin-bottom: 1rem;
  line-height: 1.7;
  font-family: "Heebo", sans-serif;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Ubuntu" !important;
}
a,
a:hover {
  color: #fff;
  text-decoration: none;
}
.sec_pd {
  padding: 80px 0 80px 0;
}
.inner_pd {
  padding: 170px 0 50px 0;
}
.bann_pd {
  padding: 130px 0 130px 0;
}
.bann_hd {
  font-size: 3.5rem;
  color: #fff;
  font-weight: 700;
}
.sec_hd {
  font-size: 43px;
  font-weight: 700;
  text-transform: capitalize;
}
.sub_heading {
  text-transform: uppercase;
  letter-spacing: 2px;
}
.main_heading {
  font-size: 4.5rem;
  color: #fff;
  letter-spacing: 2.5px;
  line-height: 85px;
  font-weight: 700;
}
.sec_hd2 {
  font-size: 2.7rem;
}
.color {
  color: var(--theme-color2);
}
.color_blue,.color_blue:hover{
  color: var(--theme-color1);
}
.theme_btn1 {
  display: inline-block;
  background-color: var(--theme-color2);
  color: #fff;
  padding: 10px 25px;
  border-radius: 5px;
  transition: all 0.3s ease-in-out;
}
.theme_btn2 {
  display: inline-block;
  background-color: var(--theme-color2);
  color: #000;
  padding: 8px 30px;
}
.theme_btn1:hover {
  background-color: var(--theme-color1);
}
/* ==================================header================================== */
.header_above {
  background-color: #1b1c1d;
  border-bottom: 1px solid #ffffff2b;
}
.head_right ul li i {
  height: 45px;
  width: 45px;
  background-color: #ffffff2b;
  border-radius: 100px;
  display: inline-flex;
  align-items: center;
  font-size: 18px;
  justify-content: center;
  transition: all 0.5s ease-in-out;
}
.head_right ul li i:hover {
  animation-name: animation-pop;
  animation-duration: 0.3s;
  animation-timing-function: linear;
  animation-iteration-count: 1;
  background-color: var(--theme-color2);
  color: #000;
}
@keyframes animation-pop {
  50% {
    transform: scale(1.2);
  }
}
.head_contact ul li {
  font-size: 13.5px;
}
/* ==================================header================================== */
/* ==================================NavBar================================== */
.navbar-light .navbar-nav .nav-link {
  font-family: "Ubuntu";
  color: var(--theme-color1);
  position: relative;
  padding: 0;
}
.navbar-light .navbar-nav .nav-link::before {
  content: "";
  position: absolute;
  height: 2.5px;
  width: 0%;
  background-color: var(--theme-color2);
  left: 0;
  top: 0;
  transition: all 0.3s ease;
}
.navbar-light .navbar-nav .nav-link:hover:before {
  width: 100%;
}
.navbar-light .navbar-nav .nav-link:hover {
  color: var(--theme-color2);
}
.navbar-light .navbar-nav .nav-link.active,
.navbar-light .navbar-nav .show > .nav-link {
  color: red;
}
.navbar-light .navbar-nav .dropdown-item {
  font-weight: 600;
  padding: 10px 20px;
}
.navbar-nav .dropdown-menu {
  display: block;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease;
  border-radius: 10px;
  padding: 0;
}
.dropdown-item:focus,
.dropdown-item:hover {
  background-color: var(--theme-color2);
  color: #fff;
}
.navbar-nav .dropdown:hover .dropdown-menu {
  opacity: 1;
  visibility: visible;
}
.brd_btn {
  display: inline-block;
  padding: 12px 20px;
  border: 2px solid #fff;
  border-radius: 5px;
  transition: all 0.3s ease;
}
.brd_btn:hover {
  background-color: var(--theme-color2);
  border-color: var(--theme-color2);
}
/* ==================================NavBar================================== */
/* ==================================h_Banner================================== */
.h_banner {
  background: url(../img/banner/h_banner.jpg) no-repeat;
  /* background-attachment: fixed; */
  background-position: center;
  background-size: cover;
}
.black_overlay {
  z-index: 5;
  position: relative;
}
.black_overlay::before {
  content: "";
  position: absolute;
  height: 100%;
  width: 100%;
  background-color: #191a4c;
  left: 0;
  top: 0;
  z-index: -5;
  opacity: 0.5;
}
/* ==================================h_Banner================================== */
/* ==================================Section_1start================================== */
.s1_right img {
  width: 95%;
  height: 500px;
  object-fit: cover;
  object-position: center center;
  border-radius: 5px 5px 0px 0px;
  box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.5);
}
/* ==================================Section_1end================================== */
/* ==================================Section_2Start================================== */
.sec_2 {
  background-color: #bbbbbb1c;
}
.count {
  font-size: 70px;
  display: inline;
}
/* progressbar */

.skill-bars .bar {
  margin: 30px 0;
}

.skill-bars .bar:first-child {
  margin-top: 0px;
}

.skill-bars .bar .info {
  margin-bottom: 5px;
}

.skill-bars .bar .info span {
  font-weight: 600;
  font-size: 14px;
  opacity: 0;
  color: #54595f;
  animation: showText 0.5s 1s linear forwards;
}

@keyframes showText {
  100% {
    opacity: 1;
  }
}

.skill-bars .bar .progress-line {
  height: 10px;
  width: 100%;
  background: var(--theme-color1);
  position: relative;
  transform: scaleX(0);
  transform-origin: left;
  border-radius: 10px;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05),
    0 1px rgba(255, 255, 255, 0.8);
  animation: animate 1s cubic-bezier(1, 0, 0.5, 1) forwards;
}

@keyframes animate {
  100% {
    transform: scaleX(1);
  }
}

.bar .progress-line span {
  height: 100%;
  position: absolute;
  border-radius: 10px;
  transform: scaleX(0);
  transform-origin: left;
  background: var(--theme-color2);
  animation: animate 1.5s 1.5s cubic-bezier(1, 0, 0.5, 1) forwards;
}

.bar .progress-line.html span {
  width: 84%;
}

.bar .progress-line.css span {
  width: 95%;
}

.bar .progress-line.jquery span {
  width: 76%;
}

.progress-line span::after {
  position: absolute;
  top: -33px;
  right: 0;
  font-weight: 500;
  color: #fff;
  padding: 6px 4px;
  font-size: 12px;
  border-radius: 3px;
  opacity: 0;
  animation: showText2 0.5s 1.5s linear forwards;
  background-color: var(--theme-color2);
  border-radius: 100%;
}

@keyframes showText2 {
  100% {
    opacity: 1;
  }
}

.progress-line.html span::after {
  content: "90%";
}

.progress-line.css span::after {
  content: "95%";
}

.progress-line.jquery span::after {
  content: "85%";
}

.progress-line.python span::after {
  content: "50%";
}

.progress-line.mysql span::after {
  content: "75%";
}
/* ==================================Section_2end================================== */
/* ==================================Section_3start================================== */
.sec_3 {
  background: url(../img/s3_bg.jpg) no-repeat center center/cover;
  background-attachment: fixed;
}
.sec_pd.black_overlay::before {
  opacity: 0.8;
}
/* ==================================Section_3end================================== */
/* ==================================Section_4Start================================== */
.sec_4 {
  background-color: #bbbbbb1c;
}
.s4_content a {
  color: var(--theme-color2);
  text-decoration: underline;
}
.s4_box {
  border-radius: 5px 5px 5px 5px;
  box-shadow: 0px 10px 30px 0px rgba(0, 0, 0, 0.15);
}
.s4_content {
  padding: 2em 2em 2em 2em;
}
.s4_img {
  overflow: hidden;
}
.s4_img img {
  height: 320px;
  object-fit: cover;
  width: 100%;
  transition: all 0.3s ease-in-out;
}
.s4_box:hover img {
  transform: scale(1.09);
}
/* ==================================Section_4end================================== */
/* ==================================Section_5start================================== */
.blog_box {
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.15);
  transition: all 0.3s ease;
  border-radius: 5px;
}
.blog_date {
  border-top: 1px solid #ccc;
  padding: 10px 20px;
}
.blog_content {
  padding: 20px;
}
.blog_content h5 {
  color: var(--theme-color1);
}
.blog_img img {
  width: 100%;
  height: 280px;
  object-fit: cover;
}
.blog_img {
  position: relative;
  z-index: -4;
  width: 100%;
}
.blog_img::before {
  content: "";
  position: absolute;
  height: 100%;
  width: 100%;
  background-color: #403f3f9e;
  /* background-repeat: no-repeat; */
  /* background-image: linear-gradient(0deg, rgba(0, 0, 0, .35), transparent 75%); */
  top: 0;
  opacity: 1;
  transition: all 0.3s ease;
  z-index: 55;
}
.blog_box:hover .blog_img::before {
  opacity: 0;
}
.blog_date p {
  margin-bottom: 0;
  font-size: 13px;
}
/* ==================================Section_5end================================== */

/* ========================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-color2);
  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: 2px solid transparent;
}
.feature_tab .nav-tabs .nav-link:hover {
  color: var(--theme-color2);
}
.feature_tab .nav-tabs .nav-item.show .nav-link,
.feature_tab .nav-tabs .nav-link.active {
  background: var(--theme-color2);
  color: #fff;
  border-color: var(--theme-color2);
  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: var(--theme-color1);
  padding: 120px 0 12px 0;
}
.foot_box p {
  color: #ffff;
  font-size: 14px;
}
.foot_box ul li {
  font-size: 15px;
}
.foot_box ul li span i {
  color: var(--theme-color2);
  font-size: 11px;
}
.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: var(--theme-color2) !important;
}
.foot_list ul li:hover i {
  color: #fff;
}
.foot_line {
  height: 2px;
  width: 40%;
  margin: 20px 0;
  background-color: #ffffff2b;
}
.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;
}
.bottom_row {
  padding: 100px 0 0 0;
}
.foot_list .form-group .form-control {
  box-shadow: none;
  background-color: transparent;
  color: #fff;
}
.bottom_row ul li,
.bottom_row p {
  font-size: 13px;
}
.foot_list button.theme_btn1:hover {
  background-color: #7a7a7a;
}
.foot_list .form-control {
  border: 1px solid #fff;
}
.foot_list .form-control::placeholder {
  color: #ffff;
}
/* =====================================FAQs_section1===================================== */
.accordion-button {
  position: relative;
  padding: 0px 20px 0px 0px;
  box-shadow: none !important;
  color: #001376;
  font-size: 18px;
  font-weight: 700;
  transition: all 0.3s ease;
  background-color: #e5e5e585;
}
.accordion-button:hover {
  background-color: var(--theme-color1);
  color: #fff;
}
.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: #000;
  color: #fff;
  box-shadow: none;
}
.accordion-button::before {
  content: "\f068" !important;
  font: var(--fa-font-solid) !important;
  background-color: var(--theme-color2);
  height: 75px;
  width: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #000;
  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-color2);
}
.forget_form {
  background-color: var(--theme-color2);
  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 var(--theme-color2);
  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;
}

/* Search Style */
#search {
  position: fixed;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.7);
  transition: all 0.6s ease-in-out;
  transform: translate(0px, -100%) scale(0, 0);
  opacity: 0;
  /* display: none; */
}

#search.open {
  transform: translate(0px, 0px) scale(1, 1);
  opacity: 1;
  z-index: 106;
  /* display: block; */
}

#search input[type="search"] {
  position: absolute;
  top: 50%;
  left: 0;
  margin-top: -51px;
  width: 60%;
  margin-left: 20%;
  background: transparent;
  border-top: 1px solid rgba(255, 255, 255, 0.8);
  border-bottom: 2px solid rgba(255, 255, 255, 0.5);
  border-left: 0px solid transparent;
  border-right: 0px solid transparent;
  font-size: 40px;
  text-align: center;
  outline: none;
  padding: 10px;
  color: #fff;
}

#search .close {
  position: fixed;
  top: 15px;
  right: 15px;
  opacity: 1;
  font-size: 27px;
  color: #fff;
}

#search .close:hover {
  color: #fc2121;
  cursor: pointer;
}
.search_icon a {
  color: var(--theme-color1);
  font-size: 23px;
}
.inner_heading ul {
  background-color: #ffffff;
  font-size: 18px;
  font-weight: 500;
  display: inline-flex;
  padding: 5px 10px;
  border-radius: 7px;
}
.inner_heading ul li a {
  color: var(--theme-color2);
}
.inner_overlay {
  position: relative;
  z-index: 5;
}
.inner_overlay::before {
  content: "";
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  background: linear-gradient(140deg, #8f325ecc 35%, #191a4cba 50%);
  z-index: -5;
}
.inner_banner.bann_pd {
  padding: 85px 0 85px 0;
}
.about_img img {
  width: 80%;
  height: 500px;
  object-fit: cover;
  object-position: center center;
  filter: brightness(100%) contrast(100%) saturate(100%) blur(0px)
    hue-rotate(312deg);
  border-radius: 5px 5px 0px 0px;
  box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.5);
  display: inline-block;
  margin-top: -90px;
  position: relative;
  z-index: 9999;
}
.culture_box {
  border: 2px solid var(--theme-color2);
  padding: 25px 20px 20px 30px;
  border-radius: 10px;
}
section {
  overflow: hidden;
}
.choose_content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 20px;
  padding: 20px 100px;
}
.why_choose::before {
  content: "";
  position: absolute;
  height: 643px;
  width: 50%;
  background-color: #1c1c1c;
  top: 80px;
  right: 0;
  z-index: -5;
}
.why_choose {
  overflow: hidden;
  position: relative;
}
.choose_img img {
  height: 643px;
  width: 100%;
}
.cta_1 {
  position: relative;
}
.cta_1::before {
  content: "";
  position: absolute;
  height: 100%;
  width: 160px;
  background-color: var(--theme-color2);
  left: 0;
  top: 0;
}
.client_1 table td {
  padding: 15px 10px;
}
.red_box {
  background-color: var(--theme-color2);
  color: #fff;
  padding: 25px 30px;
  position: relative;
}
.date_btn h6 {
  background-color: #000000b3;
  padding: 10px;
  border-radius: 5px;
  color: #fff;
  position: relative;
}
.news_1 {
  position: relative;
}
.news_1::before {
  content: "";
  position: absolute;
  height: 100%;
  width: 2px;
  background-color: var(--theme-color2);
  right: 50%;
  top: 0;
}
.red_box::before {
  border-color: rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) rgba(0, 0, 0, 0)
    var(--theme-color2);
  border-style: solid;
  border-width: 15px;
  content: "";
  height: 0;
  position: absolute;
  right: -28px;
  top: 6px;
  width: 0;
  display: inline-block;
}
.right_box::before {
  left: -29px;
  transform: rotate(180deg);
}
.date_btn h6::before {
  content: "";
  position: absolute;
  height: 20px;
  width: 20px;
  background-color: var(--theme-color2);
  border: 5px solid #fff;
  box-shadow: 0 1px 0 1px rgba(0, 0, 0, 0.1);
  right: -131px;
  top: 0;
  border-radius: 100px;
  cursor: pointer;
}
.date_btn h6.right_date::before {
  left: -133px;
}

.testimonial_box {
  padding: 30px;
  margin: auto;
  position: relative;
  overflow: hidden;
  border: 1px solid var(--theme-color2);
}
.testi_img img {
  height: 65px;
  width: 65px;
  border-radius: 100px;
}
.testimonial_box p {
  font-size: 15px;
}
.qoute_icon {
  position: absolute;
  top: -20px;
  right: -20px;
  font-size: 40px;
  background-color: var(--theme-color2);
  height: 100px;
  width: 100px;
  color: #fff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 100px;
}
.testimonial_box p {
  color: #00000080;
  font-weight: 500;
}
.top_heading h3 {
  margin-bottom: 0;
}
.top_heading {
  background-color: var(--theme-color2);
  color: #fff;
  padding: 10px 0;
}
.important_box {
  border: 2px solid var(--theme-color2);
  width: 60%;
  border-radius: 10px;
  padding: 40px;
  margin: 20px 0;
}
.current_version a {
  color: var(--theme-color1);
}
.current_version a:hover {
  color: var(--theme-color2);
}
.download_link li a {
  color: var(--theme-color1);
}
.download_link li a:hover {
  color: var(--theme-color2);
}
.client_1 ul li {
  margin: 0 0 13px 0;
}
.product_box {
  border: 2px solid var(--theme-color2);
  padding: 30px 50px;
  border-radius: 10px;
  height: 420px;
}
.product_box img {
  max-width: 50% !important;
  padding: 7px;
}
.product_box h3 {
  font-size: 20px;
}
.pro_info_heading a:hover {
  color: var(--theme-color2);
}
.pricing_box a.color {
  color: var(--theme-color2);
}
.pricing_box {
  border: 2px solid var(--theme-color2);
  border-radius: 12px;
  padding: 20px 30px;
  box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.5);
}
a.color {
  color: var(--theme-color2);
}
.btn_container input {
  width: 10%;
  background-color: #edf1fc;
}
.cart_box table td {
  padding: 10px;
  text-align: center;
}
.img_head {
  width: 19%;
}
.cart_box table tbody tr {
  border-bottom: 2px solid var(--theme-color2);
  padding: 20px 0;
}
.cart_box table tbody td {
  padding: 30px 10px;
}
.cart_box {
  border: 1px solid #ccc;
  padding: 30px;
}
.cart_total {
  border: 1px solid #ccc;
  padding: 20px;
}
.checkout_form {
  border: 1px solid #ccc;
  padding: 20px;
}

.form-control::placeholder {
  color: #69727d;
  font-size: 14px;
}
.form-control {
  background-color: #f9fafa;
  border: none;
  padding: 10px;
  color: #69727d;
}
.form-control:focus {
  box-shadow: none;
  background-color: #f9fafa;
}

.coupon-accordion {
  margin: 15px 0;
  font-family: Arial, sans-serif;
}
.coupon-trigger {
  color: var(--theme-color2);
  cursor: pointer;
  padding: 8px 0;
  display: inline-block;
}
.coupon-trigger:hover {
  text-decoration: underline;
}
.coupon-content {
  overflow: hidden;
  max-height: 0;
  transition: max-height 0.3s ease-out;
}
.coupon-content-inner {
  padding: 15px 0;
}
.coupon-input {
  padding: 8px 12px;
  border: 1px solid #ddd;
  border-radius: 4px;
  margin-right: 8px;
}
.order_box.p-3 p {
  font-size: 13px;
  color: #69727d;
  margin-bottom: 20px;
}
.contact_content {
  padding: 70px;
}
.contact_box {
  border-bottom: 2px solid #54595f;
  margin-right: 100px;
  padding: 30px 0;
}
.contact_form {
  padding: 60px 120px 60px 60px;
}
.contact_form .form-control {
  background-color: #fff;
  border: 1px solid #000;
  margin: 8px 0;
}
.form-group label {
  color: #69727d;
}
.request_form {
  background-color: #f9fafa;
  padding: 50px;
}
.request_form label {
  color: #000;
}
.request_form .form-control,
.request_form select {
  background-color: #fff;
  border-style: solid;
  border-width: 1px 1px 1px 1px;
  border-color: #edf1fc;
  border-radius: 5px 5px 5px 5px;
  /* border: 1px solid #69727d; */
}
.list-blue a {
  color: var(--theme-color1);
  font-weight: 600;
  font-size: 18px;
}
.hvr_unerline:hover {
  text-decoration: underline;
}
.manipulation_content ul li,
.manipulation_content ol li,
.manipulation_content ol p {
  font-size: 18px;
}
.sigma_feature_2 {
  border-top: 2px solid var(--theme-color1);
}
.sigma_feature_2 a {
  color: var(--theme-color1);
}
.d-sim-list li a {
  color: var(--theme-color1);
  font-size: 17px;
  font-weight: 600;
  margin-bottom: 10px;
  display: inline-block;
}
.hvr_list li p {
  margin: 0;
}
.hvr_list li h6 {
  margin: 0;
}
.hvr_list li {
  padding: 7px 5px;
}
.hvr_list li:hover {
  background-color: #d6eeee;
}
.mani_box {
  padding: 30px 0;
  border-top: 2px solid var(--theme-color1);
}
.select_box {
  padding: 40px 20px;
  background: url(../img/search_bg.png) no-repeat center center/cover;
}
.cta_1 {
  display: none;
}
.red_box h5 > a {
  color: #000;
  text-decoration: underline;
}
.flag_img img {
  height: 80px;
  width: 150px;
}
.distri_box {
  margin: 20px 0 10px 0;
  border-bottom: 1px solid var(--theme-color2);
  padding: 10px 20px;
}
.full-text img {
  height: auto;
  width: 200px !important;
  object-fit: cover;
}
.manipulation_content p {
  font-size: 17px;
}
/* .ribbon_img img {
  height: 135px;
} */

.map-wrapper {
  position: relative;
  display: inline-block;
}
.map-wrapper img {
  max-width: 100%;
  height: auto;
}

/* clickable zones */
.hotspot {
  position: absolute;
  left: 0;
  right: 0;
  height: 33.33%; /* 3 parts */
}

.hotspot.control {
  top: 0;
}
.hotspot.constraint {
  top: 33.33%;
}
.hotspot.function {
  top: 66.66%;
}
