/* Font Link */
@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

/* Root Var */
:root {

  /* Root Theme Color */
  --theme-color: #2f3593;
  --theme-color-second: #fff;
  --theme-color-third: #000;

  /* Root Font */
  --heading-font: "Poppins", sans-serif;
  --paragraph-font: "Poppins", sans-serif;
  /* --span-font: 'spanist'; */

  /* Root Shadow Css */
  --shadow-small: 0 1px 3px rgba(0, 0, 0, 0.1);
  --shadow-base: 0 4px 6px rgba(0, 0, 0, 0.1);
  --shadow-large: 0 10px 20px rgba(0, 0, 0, 0.2);
}

html {
  scroll-behavior: smooth;
  overflow-x: hidden !important;
}

body {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  outline: none;
  font-size: 16px;
  color: #1e1e1e;
  background-color: #fff;
  scroll-behavior: smooth;
  overflow-x: hidden !important;
}

/* Font Face */
/* @font-face {
  font-family: "";
  src: url();
}

@font-face {
  font-family: "";
  src: url();
} */

a {
  color: #0055f1;
  text-decoration: none;
  transition: all 0.5s;
}

a:hover {
  text-decoration: none;
  transition: all .6s;
  text-decoration: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  margin-bottom: 12px;
  color: inherit;
  font-family: var(--heading-font);
}


p {
  margin: 0;
  line-height: 27px;
  margin-bottom: 15px;
  font-size: 16px;
}

ul li {
  margin-bottom: 0px;
}

.img-fluid {
  display: block;
  width: 100%;
  max-width: 100%;
}

.li {
  display: inline-block;
  padding: 0px 5px;
}

ul {
  list-style: none;
  padding: 0;
}

h1 {
  font-size: 78px;
  font-weight: 700;
  line-height: 0.9;
}

h2 {
  font-size: 45px;
}

h3 {
  font-size: 38px;
}

h4 {}

h5 {}

h6 {}

.bg-cover {
  background-position: center !important;
  background-repeat: no-repeat !important;
  background-size: cover !important;
}

.gap {
  margin-bottom: 30px;
}

section {
  padding: 80px 0px;
}

/* Back To Top */

@-webkit-keyframes AnimationName {
  0% {
    background-position: 0% 50%;
  }

  50% {
    background-position: 100% 50%;
  }

  100% {
    background-position: 0% 50%;
  }
}

@-moz-keyframes AnimationName {
  0% {
    background-position: 0% 50%;
  }

  50% {
    background-position: 100% 50%;
  }

  100% {
    background-position: 0% 50%;
  }
}

@keyframes AnimationName {
  0% {
    background-position: 0% 50%;
  }

  50% {
    background-position: 100% 50%;
  }

  100% {
    background-position: 0% 50%;
  }
}


.m-backtotop {
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  position: fixed;
  bottom: -50px;
  right: 20px;
  width: 50px;
  height: 50px;
  background: #2f3593;
  border-radius: 25px;
  text-align: center;
  border: 2px solid #000;
  box-shadow: 0 2px 3px rgba(0, 0, 0, 0.1);
  opacity: 0;
  overflow: hidden;
  color: #fff;
}

.m-backtotop.active {
  bottom: 15px;
  opacity: 1;
}

.m-backtotop>div {
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.m-backtotop>div.arrow {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  opacity: 1;
}

.m-backtotop>div.text {
  font-size: 5px;
  font-size: 0.5rem;
  line-height: 10px;
  text-transform: uppercase;
  font-weight: 900;
  font-family: "Open Sans", sans-serif;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translateY(50%) translateX(-50%);
  opacity: 0;
  margin-top: 1px;
}

.m-backtotop:hover {
  transform: scale(1.1);
  bottom: 20px;
  cursor: pointer;
  background: black;
  box-shadow: 0 10px 5px rgba(0, 0, 0, 0.1);
}

.m-backtotop:hover>div.arrow {
  transform: translateY(-150%) translateX(-50%);
  opacity: 0;
}

.m-backtotop:hover>div.text {
  transform: translateY(-50%) translateX(-50%);
  opacity: 1;
}

/* Padding Top And Bottom */
.py-5 {
  padding-top: 50px !important;
  padding-bottom: 50px !important;
}

.py-6 {
  padding-top: 60px !important;
  padding-bottom: 60px !important;
}

.py-7 {
  padding-top: 70px !important;
  padding-bottom: 70px !important;
}

.py-8 {
  padding-top: 80px !important;
  padding-bottom: 80px !important;
}

.py-9 {
  padding-top: 90px !important;
  padding-bottom: 90px !important;
}

.py-10 {
  padding-top: 100px !important;
  padding-bottom: 100px !important;
}

.gap-p p {
  margin-bottom: 0px;
}

/* Form Css */

.form-control:focus {
  border-color: #ced4da;
  outline: 0;
  box-shadow: none;
}

input {
  width: 100%;
  outline: none;
  border: none;
  border: 1px solid #ced4da;
}

textarea {
  width: 100%;
  outline: none;
  border: none;
  border: 1px solid #ced4da;
}

select {
  width: 100%;
  outline: none;
  border: none;
  border: 1px solid #ced4da;
  color: #c1c0bd;
}

/* Site Button */
.hd_info {
  display: flex;
  align-items: center;
  
  gap: 10px;
}

/* .hd_info a img {
  margin: 0 24px 0 10px;
} */

a.comon-btn {
    background: var(--theme-color);
    color: #fff;
    display: inline-block;
    font-size: 16px;
    padding: 12px 0;
    border-radius: 5px;
    border: 1px solid var(--theme-color-second);
    width: 14rem;
    text-align: center;
    text-transform: uppercase;
    font-weight: 500;
}

a.comon-btn:hover {
  background: #121212;
  color: var(--theme-color-second);
}

/* Sticky Top */
.sticky {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%
}

.sticky-top-1.sticky {
  background: #fff !important;
  z-index: 9999999999999;
}

/* Small Header */

.small {
  display: none;
}

.header_menu {
  background: #2f359300;
  padding: 2px 0px;
}

a.navbar-brand img {
  width: 70px;
}
.header_menu li a {
    color: #000;
    font-size: 13px;
    text-transform: uppercase;
    padding: 29px 0;
    display: inline-block;
    padding-left: 22px;
    font-weight: 500;
}

.header_menu li a:hover {
  color: var(--theme-color-second);
}

.navbar li:hover a {
  color: var(--theme-color-second);
}

.navbar li:hover .dropdown-menu {
  transition: .3s;
  opacity: 1;
  visibility: visible;
  top: 100%;
  transform: rotateX(0deg);
}

@media all and (min-width: 992px) {
  .navbar .dropdown-menu-end {
    right: 0;
    left: auto;
  }

  .navbar li .dropdown-menu {
    display: block;
    opacity: 0;
    visibility: hidden;
    transition: .3s;
    margin-top: 0;
  }

  .navbar li:hover a {
    color: #2f3593;
  }

  .navbar .dropdown-menu.fade-down {
    top: 80%;
    transform: rotateX(-75deg);
    transform-origin: 0% 0%;
  }

  .navbar .dropdown-menu.fade-up {
    top: 180%;
  }

  .navbar li:hover .dropdown-menu {
    transition: .3s;
    opacity: 1;
    visibility: visible;
    top: 100%;
    transform: rotateX(0deg);
  }
}

ul.dropdown-menu.fade-up li a:hover {
  color: var(--theme-color) !important;
  background: var(--theme-color-second);
}

#main_header ul.dropdown-menu.fade-up li:last-child {
  border-bottom: 0px;
}

#main_header ul.dropdown-menu.fade-up li {
  border-bottom: 1px solid #c1c0bd;
  margin: 0 0 0 0;
}

ul.dropdown-menu.fade-up li a {
  color: #000 !important;
  font-size: 14px;
  display: block;
  width: 100%;
  padding: 11px 12px;
}

ul.dropdown-menu.fade-up {
  border: none;
  background: #fff;
  padding: 0 0;
  min-width: inherit;
  width: 280px;
  border-radius: 0px;
}

.link-sm-2 i {
  top: -9px !important;
}

.link-sm-2 {
  position: relative;
}

#main_header .btom_header {
  background: var(--theme-color);
}

#main_header .bottom-bar {
  background: var(--theme-color);
  /* padding: 9px 0; */
  display: flex;
  align-items: center;
  justify-content: space-between;
}

#main_header .bottom-bar a, #main_header .bottom-bar span, #main_header .bottom-bar i {
  color: #fff;
}

#main_header .search_info {
  display: flex;
  align-items: center;
}

#main_header .search_info form {
  display: flex;
  align-items: center;
}

#main_header .search_info form button {
  background: none;
  border: none;
}

#main_header .search_info form {
  display: flex;
  align-items: center;
  background: #fff0;
  padding: 10px 0px 5px;
  gap: 7px;
  width: 210px;
  border-bottom: 1px solid #fff;
  margin-bottom: 10px;
}

#main_header .bottom-bar .mail_info {
  border-right: 2px solid #fff;
  border-left: 2px solid #fff;
  padding: 5px 15px;
}

#main_header .search_info form button img {
  width: 14px;
}

#main_header .search_info form input {
  border: none;
  background: transparent;
  font-size: 17px;
  color: #fff;
}

/* Banner Section */

.banner_sec {
  padding: 105px 0px;
}


/* services section */
.services_sec h2 {
  color: var(--theme-color);
}

a.comon-btn2 {
  background: var(--theme-color);
  color: #fff;
  display: inline-block;
  font-size: 16px;
  padding: 12px 0;
  border-radius: 5px;
  border: 1px solid var(--theme-color-second);
  width: 210px;
  text-align: center;
  text-transform: uppercase;
}

a.comon-btn2:hover {
  background: #121212;
  color: var(--theme-color-second);
}

.services_sec .content .btom_content h5, .services_sec .content .top_content h5, .services_sec .content .right_content h5 {
  font-size: 27px;
  color: #fff;
  font-weight: 600;
}

.services_sec .content .btom_content {
  text-align: center;
  position: absolute;
  bottom: 25px;
  left: 0;
  right: 0;
}

.services_sec .content .top_content {
  position: absolute;
  top: 25px;
  left: 0;
  right: 0;
  text-align: center;
}

.services_sec .content .right_content {
  position: absolute;
  bottom: 20px;
  right: 20px;
  text-align: center;
}


.services_sec .accordion-item {
  color: #fff;
  background-color: #000;
  border: var(--bs-accordion-border-width) solid #2f3593;
  margin-bottom: 15px;
  border-radius: 10px;
  overflow: hidden;
}

.services_sec .accordion-button:not(.collapsed) {
  color: #fff;
  background-color: #fff0;
  box-shadow: none;
}

.services_sec .accordion-body {
  padding: var(--bs-accordion-body-padding-y) var(--bs-accordion-body-padding-x);
  padding-top: 0;
}

.services_sec .accordion-button {
  color: #fff;
  background-color: #2f3593;
  font-size: 18px;
  /* font-weight: 600; */
  box-shadow: none;
  padding: 14px 23px;
}

.services_sec .accordion-button::after {

  content: "+";
  background-image: none;

}

.services_sec .accordion-button:not(.collapsed)::after {
  content: "-";
  transform: rotate(0);
}

/* ******** */

.home_sec1 .accordion-item {
  color: #000;
  background-color: #fff;
  border: var(--bs-accordion-border-width) solid #fff;
  margin-bottom: 15px;
  border-radius: 10px;
  overflow: hidden;
}

.home_sec1 .accordion-button:not(.collapsed) {
  color: #000;
  background-color: #fff0;
  box-shadow: none;
}

.home_sec1 .accordion-body {
  padding: var(--bs-accordion-body-padding-y) var(--bs-accordion-body-padding-x);
  padding-top: 0;
}

.home_sec1 .accordion-button {
  color: #fff;
  background-color: #000;
  font-size: 18px;
  /* font-weight: 600; */
  box-shadow: none;
  padding: 14px 23px;
}

.home_sec1 .accordion-button::after {
  content: "+";
  background-image: none;
  display: flex;
  justify-content: center;
  align-items: center;
}

.home_sec1 .accordion-button:not(.collapsed)::after {
  content: "-";
  transform: rotate(0);
}

.home_sec1 a.comon-btn {
  width: 205px;
}

.home_sec1 ul li {
  display: flex;
  align-items: center;
  gap: 10px;
}

.home_sec1 ul {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.home_sec1 ul li img {
  width: 75px;
}

.home_sec1 ul li p {
  line-height: 1.4;
  font-weight: 600;
}

.home_sec1 {
  padding: 75px 0;
}

a.comon-btn3 {
  background: var(--theme-color);
  color: #fff;
  display: inline-block;
  font-size: 16px;
  padding: 12px 0;
  border-radius: 5px;
  width: 205px;
  text-align: center;
  text-transform: uppercase;
}

a.comon-btn3:hover {
  background: #121212;
  color: var(--theme-color-second);
}

/* ********** */

.home_sec2 .accordion-item {
  color: #fff;
  background-color: #000;
  border: var(--bs-accordion-border-width) solid #2f3593;
  margin-bottom: 15px;
  border-radius: 10px;
  overflow: hidden;
}

.home_sec2 .accordion-button:not(.collapsed) {
  color: #fff;
  background-color: #fff0;
  box-shadow: none;
}

.home_sec2 .accordion-body {
  padding: var(--bs-accordion-body-padding-y) var(--bs-accordion-body-padding-x);
  padding-top: 0;
}

.home_sec2 .accordion-button {
  color: #fff;
  background-color: #2f3593;
  font-size: 18px;
  /* font-weight: 600; */
  box-shadow: none;
  padding: 14px 23px;
}

.home_sec2 .accordion-button::after {

  content: "+";
  background-image: none;

}

.home_sec2 .accordion-button:not(.collapsed)::after {
  content: "-";
  transform: rotate(0);
}

#home_sec1 a.comon-btn {
  width: 265px;
}

/* *************** */
.pricing-section .heading h2 {
  margin-bottom: 15px;
}

.pricing-section .card {
  background: var(--theme-color);
  border-radius: 20px;
  padding: 20px 15px;
  box-shadow: 0 2px 15px rgba(0, 0, 0, 0.08);
  text-align: center;
  transition: all 0.3s ease;
  text-align: start;
  padding-top: 15px;
  color: #fff;
  height: 100%;
}

.pricing-section .faqs {
  color: #fff;
  margin-bottom: 25px;
}

.pricing-section .price {
  font-size: 40px;
  color: #000;
  margin-bottom: 10px;
}

.pricing-section .card h4 {
  text-transform: uppercase;
  font-size: 15px;
  margin-bottom: 20px;
  letter-spacing: 1px;
}

.pricing-section .btn {
  background: #f15a24;
  color: #fff;
  display: inline-block;
  padding: 10px 0;
  border-radius: 30px;
  text-decoration: none;
  margin-bottom: 25px !important;
  transition: background 0.3s ease;
  width: 240px;
}

.pricing-section .btn:hover {
  background: #d94a1b;
}

.pricing-section .features {
  list-style: none;
  text-align: left;
  padding-left: 0;
  margin-bottom: 20px;
}

.pricing-section .features li {
  margin-bottom: 10px;
  font-size: 17px;
  position: relative;
  padding-left: 0;
  display: flex;
  align-items: center;
  gap: 8px;
}

.pricing-section .features li img {
  width: 25px;
}

.pricing-section .faqs details {
  margin-bottom: 8px;
  border-bottom: 1px solid #fff;
  border-radius: 0;
  padding: 6px 17px;
  font-size: 15px;
  background: transparent;
}

.pricing-section .btn-outline {
  background: none;
  color: #f15a24;
  border: 2px solid #f15a24;
}

.pricing-section .btn-outline:hover {
  background: #f15a24;
  color: #fff;
}

.pricing-section summary {
  display: list-item;
  cursor: pointer;
  margin-bottom: 7px;
  text-align: start;
  font-size: 16px;
  font-weight: 600;
}

.pricing-section .card h5 {
  font-family: var(--paragraph-font);
  font-size: 17px;
  font-weight: 600;
  line-height: 1.5;
  min-height: 52px;
}

.pricing-section .faqs details p {
  font-size: 15px;
  text-align: start;
}

/* ******* */

.pricing-section .accordion-item {
  color: #000;
  background-color: #dbdbdb;
  border: var(--bs-accordion-border-width) solid #ffffff;
  margin-bottom: 15px;
  border-radius: 30px;
  overflow: hidden;
}

.pricing-section .accordion-button:not(.collapsed) {
  color: #000;
  background-color: #dbdbdb;
  box-shadow: none;
}

.pricing-section .accordion-body {
  padding: var(--bs-accordion-body-padding-y) var(--bs-accordion-body-padding-x);
  padding-top: 0;
}

.pricing-section .accordion-button {
  color: #000;
  background-color: #dbdbdb;
  font-size: 18px;
  /* font-weight: 600; */
  box-shadow: none;
  padding: 14px 23px;
}

.pricing-section .accordion-button::after {
  content: "+";
  background-image: none;
  background-size: 55px;
  font-size: 29px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.pricing-section .accordion-button:not(.collapsed)::after {
  content: "-";
  transform: rotate(0);
}

a.comon-btn-white {
  background: #fff;
  color: #000;
  margin: 0 auto;
}

/* *********** */
.home_sec3 .accordion-item {
    color: #fff;
    background-color: transparent;
    border: none;
    margin-bottom: 0;
    border-radius: 0!important;
    overflow: hidden;
    border-bottom: 1px solid;
}

.home_sec3 .accordion-button:not(.collapsed) {
  color: #fff;
  background-color: #fff0;
  box-shadow: none;
}

.home_sec3 .accordion-body {
  padding: 0;
  padding-top: 0;
}

.home_sec3 .accordion-button {
  color: #fff;
  background-color: transparent;
  font-size: 18px;
  /* font-weight: 600; */
  box-shadow: none;
  padding: 14px 0;
}

.home_sec3 .accordion-button::after {
  content: "+";
  background-image: none;
  display: flex;
  justify-content: center;
  align-items: center;
}

.home_sec3 .accordion-button:not(.collapsed)::after {
  content: "-";
  transform: rotate(0);
}


/* ******** */
.home_sec4 .review_content {
  width: 100%;
  background: #303593;
  color: #fff;
  padding: 40px 24px;
  border-radius: 10px;
}

.home_sec4 .review_content img {
  width: 82px;
  margin-bottom: 22px;
}

.home_sec4 .review_content p {
  margin-bottom: 32px;
}

/* ********** */

.home_sec4 .accordion-item {
  color: #fff;
  background-color: #000;
  border: var(--bs-accordion-border-width) solid #2f3593;
  margin-bottom: 15px;
  border-radius: 10px;
  overflow: hidden;
}

.home_sec4 .accordion-button:not(.collapsed) {
  color: #fff;
  background-color: #fff0;
  box-shadow: none;
}

.home_sec4 .accordion-body {
  padding: var(--bs-accordion-body-padding-y) var(--bs-accordion-body-padding-x);
  padding-top: 0;
}

.home_sec4 .accordion-button {
  color: #fff;
  background-color: #000;
  font-size: 18px;
  /* font-weight: 600; */
  box-shadow: none;
  padding: 14px 23px;
}

.home_sec4 .accordion-button::after {

  content: "+";
  background-image: none;

}

.home_sec4 .accordion-button:not(.collapsed)::after {
  content: "-";
  transform: rotate(0);
}

/* *************** */
.pricing-section2 .heading h2 {
  margin-bottom: 15px;
}

.pricing-section2 .card {
  background: transparent;
  border-radius: 20px;
  padding: 0;
  box-shadow: none;
  text-align: center;
  transition: all 0.3s ease;
  text-align: start;
  padding-top: 0;
  color: #fff;
  height: 100%;
  border: none;
  text-align: start !important;
}

.pricing-section2 .faqs {
  color: #fff;
  margin-bottom: 0;
}

.pricing-section2 .price {
  font-size: 40px;
  color: #000;
  margin-bottom: 10px;
}

.pricing-section2 .card h4 {
  text-transform: uppercase;
  font-size: 15px;
  margin-bottom: 20px;
  letter-spacing: 1px;
}

.pricing-section2 .btn {
  background: #f15a24;
  color: #fff;
  display: inline-block;
  padding: 10px 0;
  border-radius: 30px;
  text-decoration: none;
  margin-bottom: 25px !important;
  transition: background 0.3s ease;
  width: 240px;
}

.pricing-section2 .btn:hover {
  background: #d94a1b;
}

.pricing-section2 .features {
  list-style: none;
  text-align: left;
  padding-left: 0;
  margin-bottom: 20px;
}

.pricing-section2 .features li {
  margin-bottom: 10px;
  font-size: 17px;
  position: relative;
  padding-left: 0;
  display: flex;
  align-items: center;
  gap: 8px;
}

.pricing-section2 .features li img {
  width: 25px;
}

.pricing-section2 .faqs details {
  margin-bottom: 8px;
  border-bottom: 1px solid #fff;
  border-radius: 0;
  padding: 6px 0;
  font-size: 15px;
  background: transparent;
}

.pricing-section2 .btn-outline {
  background: none;
  color: #f15a24;
  border: 2px solid #f15a24;
}

.pricing-section2 .btn-outline:hover {
  background: #f15a24;
  color: #fff;
}

.pricing-section2 summary {
  display: list-item;
  cursor: pointer;
  margin-bottom: 7px;
  text-align: start;
  font-size: 16px;
  font-weight: 600;
}

.pricing-section2 .card h5 {
  font-family: var(--paragraph-font);
  font-size: 17px;
  font-weight: 500;
  line-height: 1.5;
  min-height: 52px;
}

.pricing-section2 .faqs details p {
  font-size: 15px;
  text-align: start;
}

/* ******* */

.pricing-section2 .accordion-item {
  color: #000;
  background-color: #dbdbdb;
  border: var(--bs-accordion-border-width) solid #ffffff;
  margin-bottom: 15px;
  border-radius: 30px;
  overflow: hidden;
}

.pricing-section2 .accordion-button:not(.collapsed) {
  color: #000;
  background-color: #dbdbdb;
  box-shadow: none;
}

.pricing-section2 .accordion-body {
  padding: var(--bs-accordion-body-padding-y) var(--bs-accordion-body-padding-x);
  padding-top: 0;
}

.pricing-section2 .accordion-button {
  color: #000;
  background-color: #dbdbdb;
  font-size: 18px;
  /* font-weight: 600; */
  box-shadow: none;
  padding: 14px 23px;
}

.pricing-section2 .accordion-button::after {
  content: "+";
  background-image: none;
  background-size: 55px;
  font-size: 29px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.pricing-section2 .accordion-button:not(.collapsed)::after {
  content: "-";
  transform: rotate(0);
}

/* Footer */
footer {
  padding: 80px 0 40px;
}

footer .ft_details_info ul li img {
  width: 55px;
}

footer .ft_details_info ul li {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 15px;
  font-size: 17px;
  color: #fff;
  font-weight: 600;
}

footer .ft_menu .ft_logo img {
  width: 105px;
  margin-bottom: 55px;
}

footer .ft_menu .footer_menu_items h6 {
  font-size: 18px;
  margin-bottom: 18px;
}

footer .ft_menu .footer_menu_items ul li a {
  color: #777777;
}

footer .ft_menu .footer_menu_items ul li {
  margin-bottom: 13px;
  font-size: 15px;
  text-transform: uppercase;
}

footer .ft_contact_info ul li img {
  width: 16px;
}


footer .ft_contact_info li {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 12px;
  color: #777777;
}

footer .ft_contact_info li a {
  color: #777777;
}

footer .social_icon a img {
  width: 42px;
}

footer .copy_right {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

footer hr {
  border-color: #2f3593;
  margin-top: 28px;
  opacity: 1;
}

footer .ft_menu {
  margin-top: -50px;
}


#exampleModal {
    background-color: var(--theme-color-third);
}
   #exampleModal  .modal-content {
    position: relative;
    display: flex;
    flex-direction: column;
    width: 100%;
    pointer-events: auto;
    background-color: var(--theme-color-third);
    background-clip: padding-box;
    border:none;
    border-radius: .3rem;
    outline: 0;
}
  #exampleModal .mid_header {
    border-bottom: 0;
  }

#exampleModal .btn-close {
    box-sizing: content-box;
    width: 1em;
    height: 1em;
    padding: .25em .25em;
    color: #000;
    background: transparent url("../image/close.png") center/1em auto no-repeat;
    border: 0;
    border-radius: .25rem;
    opacity: .5;
    position: absolute;
    top: 0;
    right: 10%;
}



.mid_header form {
    background-color: #ffffff11;
    display: flex;
    align-items: center;
    border-radius: 60px;
    border: 2px solid #fff;
    overflow: hidden;
    width: 100%;
}
.mid_header form input {
    border: none;
    padding: 10px 19px;
    background: transparent;
    color: #fff;
    font-size: 13px;
}
.mid_header form button {
    border: none;
    padding: 10px 21px;
    background: transparent;
    color: #fff;
}


.fixed-bottun {
    position: fixed;
    bottom: 0px;
    z-index: 1111;
    width: 100%;
}

.fixed-bottun a.btn-1 {
    background-color: var(--theme-color);
    display: flex;
    width: 100%;
    height: 45px;
    align-items: center;
    justify-content: center;
    color: rgb(255, 255, 255);
}


a.btn-white{
  background-color: #fff;
  color: #000;
}

#blog-sec.pricing-section2 .card {
    background: transparent;
    border-radius: 20px;
    padding: 0;
    box-shadow: none;
    text-align: center;
    transition: all 0.3s ease;
    text-align: start;
    padding-top: 0;
    color: #000000;
    height: 100%;
    border: none;
    text-align: start !important;
}

#blog-sec.pricing-section2 .faqs {
    color: #000000;
    margin-bottom: 0;
}

#blog-sec.pricing-section2  .faqs details {
    margin-bottom: 8px;
    border-bottom: 1px solid #2f3593;
    border-radius: 0;
    padding: 6px 0;
    font-size: 15px;
    background: transparent;
}

.main-sec h1 {
    font-size: 47px;
    font-weight: 500;
    line-height: 1.5;
}




.inner-blog-left-sec {
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
    border: rgba(149, 157, 165, 0.2);
    padding: 15px 19px 35px;
    border-radius: 8px;
    background: #fff;
    color: #000;
}

.inner-blog-left-sec .inner-blog-sec1 p {
  color: #000000ab;
}

.inner-blog-left-sec .inner-blog-sec1 .heading .blog-head {
  display: flex;
  align-items: center;
  gap: 20px;
}

.inner-blog-left-sec .inner-blog-sec1 .heading .blog-head p {
  color: #606060;
  margin-bottom: 12px;
}

.inner-blog-left-sec .inner-blog-sec1 h3 {
  font-weight: 600;
  margin-bottom: 18px;
  /* font-size: 29px; */
}

.inner-blog-left-sec .inner-blog-sec1 img {
  border-radius: 5px;
  margin-bottom: 0;
}

.inner-blog-left-sec .inner-blog-sec1 .share-sec {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid #1c1c1c2b;
  margin-bottom: 10px;
}

.inner-blog-left-sec .inner-blog-sec1 .share-sec .social ul {
  display: flex;
  gap: 15px;
  align-items: center;
}

.inner-blog-left-sec .inner-blog-sec1 .share-sec .social ul li i {
  font-size: 17px;
  color: var(--theme-color);
}

.inner-blog-left-sec .inner-blog-sec1 .heading .blog-head i {
  color: var(--theme-color);
  font-size: 16px;
  margin-right: 3px;
}

.inner-blog-left-sec .inner-blog-sec1 .share-sec .social ul li a {
  color: #00000059;
}

.inner-blog-left-sec .navigation-sec .navigation {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.inner-blog-left-sec .navigation-sec .navigation a {
  color: var(--theme-color);
  font-size: 15px;
  font-weight: 600;
}

.inner-blog-left-sec .navigation-sec .navigation i {
  color: var(--theme-color);
}

.inner-blog-left-sec .navigation-sec .blog-contain {
  padding: 25px 18px;
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
  border: rgba(149, 157, 165, 0.2);
  border-radius: 5px;
  height: 100%;
}

.inner-blog-left-sec .navigation-sec .blog-contain .img-top {
  padding-bottom: 15px;
}

.inner-blog-left-sec .navigation-sec .blog-contain .img-top img {
  border-radius: 5px;
}

.inner-blog-left-sec .navigation-sec .blog-contain .blog-content .heading h3 {
  color: #000;
}

.inner-blog-left-sec .navigation-sec .blog-contain .blog-content .heading p strong {
  color: #00000059;
}

.inner-blog-left-sec .navigation-sec .blog-contain .blog-content .heading p {
  color: #000000ab;
}

.inner-blog-left-sec .navigation-sec .blog-contain .blog-content .heading .blog-head {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.inner-blog-left-sec .inner-blog-comment .contact-form {
  padding: 20px 25px;
  border: 1px solid rgba(69, 69, 70, 0.2);
  border-radius: 8px;
  background: #fff;
  color: #000;
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
}

.inner-blog-left-sec .inner-blog-comment .contact-form form input {
  width: 100%;
  outline: none;
  padding: 11px;
  border-radius: 4px;
  border: 1px solid #1c1c1c3b;
}

.inner-blog-left-sec .inner-blog-comment .contact-form form textarea {
  width: 100%;
  outline: none;
  padding: 11px;
  border-radius: 4px;
  border: 1px solid #1c1c1c3b;
}

.inner-blog-left-sec .inner-blog-comment .contact-form form button {
  color: #ffffff;
  background-color: #000;
  display: inline-block;
  width: 100%;
  text-transform: uppercase;
  text-align: center;
  border: 1px solid #000;
  padding: 15px 20px;
  border-radius: 8px;
  font-weight: 400;
  transition: 0.5s;
}

.inner-blog-left-sec .inner-blog-comment .contact-form form button:hover {
  background: #1c1c1c3b;
  border: 1px solid #1c1c1c3b;
  color: #000;
  transition: 0.5s;
}

.inner-blog-left-sec .admin-sec p {
  color: #000000ab;
}

.inner-blog-left-sec .admin-sec .admin-info .admin-info-content .social ul {
  display: flex;
  gap: 25px;
  align-items: center;
}

.inner-blog-left-sec .admin-sec .admin-info .admin-info-content .social ul li i {
  font-size: 18px;
}

.inner-blog-left-sec .admin-sec .admin-info .admin-info-content .social ul li a {
  color: #000000ab;
}

.inner-blog-left-sec .admin-sec .admin-info .admin-info-content {
  border-top: 1px solid #1c1c1c3b;
  border-bottom: 1px solid #1c1c1c3b;
  padding: 10px 20px;
}

.inner-blog-left-sec .admin-sec img {
  border-radius: 5px;
}


/* inner-blog-right-sec */

.inner-blog-right-sec {
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
    border: rgba(149, 157, 165, 0.2);
    padding: 35px 21px;
    border-radius: 8px;
    background: #fff;
    color: #000;
}
.inner-blog-right-sec .blog-search form {
  position: relative;
  border: 1px solid #1c1c1c3b;
  border-radius: 5px;
  padding: 11px 13px;
  display: flex;
  align-items: center;
  gap: 10px;
}

.inner-blog-right-sec .blog-search form input {
  border: none;
  outline: none;
  padding: 0;
  width: 100%;
}

.inner-blog-right-sec .blog-search form button {
  /* position: absolute;
top: 0;
right: 0;
width: 50px;
height: 100%; */
  cursor: pointer;
  background: none;
  border: 0;
  font-size: 15px;
  color: #000000;
}

.inner-blog-right-sec .popular-sec .popular-cards1 {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-top: 1px solid #1c1c1c3b;
  padding: 15px 0;
  gap: 10px;
}

.inner-blog-right-sec .popular-sec .popular-cards1 .img-top img {
  width: 130px;
}

.inner-blog-right-sec .popular-sec .popular-cards1 p {
  color: #000000ab;
  font-weight: 300;
  font-size: 14px;
  margin-bottom: 0;
}

.inner-blog-right-sec .popular-sec .popular-cards1 a {
    color: #000000ab;
    font-size: 15px;
    font-weight: 600;
}

.inner-blog-right-sec .popular-sec .popular-cards1 .heading {
  width: 100%;
}

/* Contact Page */

.contact-info-content {
  background: var(--theme-color);
  padding: 30px;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  border-radius: 10px;
}

.contact-info-content .icon {
  width: 60px;
  height: 60px;
  background: #fff;
  margin: auto;
  border-radius: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--theme-color);
  font-size: 30px;
}

.contact-info-content .icon-info {
  margin-top: 20px;
}

.contact-info-content .icon-info h4 {
  color: #fff;
  margin-bottom: 4px !important;
  font-weight: 400;
}

.contact-info-content .icon-info p {
  color: #eee;
  font-size: 16px;
  font-weight: 400;
  word-break: break-all;
}

.contact-info-content .icon-info p a {
    color: #fff;
    font-weight: 400;
    font-size: 14px;
}
.contact-info span {
  color: #cb1818;
  font-size: 16px;
  /* font-family: "Pacifico", cursive; */
  font-weight: 300;
  letter-spacing: 1.6px;
}

.contact-page-form h2 {
  color: #111;
  font-size: 40px;
}

.map {
  line-height: 0;
}
.map iframe{
 width: 100%;
}
.contact-info input {
  padding: 15px 8px;
  color: #353535;
  background-color: #fff;
  border: 1px solid #666666;
  outline: 0;
  box-shadow: none;
  width: 100%;
  border-radius: 3px;
  font-weight: 400;
}

.contact-info select {
  padding: 15px 8px;
  color: #353535;
  background-color: #fff;
  border: 1px solid #666666;
  outline: 0;
  box-shadow: none;
  width: 100%;
  border-radius: 3px;
  font-weight: 400;
}

.input:focus {
  color: #5F656F;
  background-color: #fff;
  border-color: #5F656F;
  outline: 0;
  box-shadow: none;
}

.contact-info textarea {
  padding: 15px 8px;
  color: #353535;
  background-color: #fff;
  border: 1px solid #666666;
  outline: 0;
  box-shadow: none;
  width: 100%;
  border-radius: 3px;
  font-weight: 400;
}

.contact-info button {
  padding: 15px 0px;
  background: #000000;
  color: #fff;
  border: none;
  letter-spacing: 1px;
  transition: 1s;
  width: 100%;
  border-radius: 3px;
  font-weight: 400;
  text-transform: uppercase;
}

.form-check input {
  width: 25px;
}

.form-check {
  display: flex;
  align-items: baseline;
  padding-left: 0;
  /* justify-content: center; */
}




.contact-info  .accordion-item {
  color: #fff;
  background-color: #000;
  border: var(--bs-accordion-border-width) solid #2f3593;
  margin-bottom: 15px;
  border-radius: 10px;
  overflow: hidden;
  
}

.contact-info  .accordion-button:not(.collapsed) {
  color: #fff;
  background-color: #fff0;
  box-shadow: none;
}

.contact-info  .accordion-body {
  padding: var(--bs-accordion-body-padding-y) var(--bs-accordion-body-padding-x);
  padding-top: 0;
}

.contact-info  .accordion-button {
  color: #fff;
  background-color: #2f3593;
  font-size: 16px;
  /* font-weight: 600; */
  box-shadow: none;
  padding: 14px 23px;
  text-transform: none;
  letter-spacing: 0px;
}

.contact-info  .accordion-button::after {

  content: "+";
  background-image: none;

}

.contact-info  .accordion-button:not(.collapsed)::after {
  content: "-";
  transform: rotate(0);
    background-image: none;
}

.contact-info  ul{
  padding-left: 15px;
  font-style: italic;
  list-style: disc;
}


.contact-info  ul li{
  margin-bottom: 10px;
}

.home_sec_4 ul {
  list-style: disc;
  padding-left: 35px;
}

.home_sec_4 ul li{
  margin-bottom: 15px;
}
.home_sec_4 ul li::marker{
  color: var(--theme-color);
}

a.btn-1{
  background-color: var(--theme-color-third);
}

.our_goals .card-box{
  border: 2px solid var(--theme-color)!important;
  text-transform: capitalize;
}
.our_goals .card-box h5{
  margin-bottom: 0;
}

.our_goals .card-box img {
    width: 55px;
    height: 55px;
    object-fit: contain;
    margin-bottom: 18px;
}

.product_area .product-view {
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
  border-top: 1px solid var(--theme-color);
  border-bottom: 1px solid var(--theme-color);
  padding-top: 10px;
  padding-bottom: 10px;

}

.product_area .product-view li{
  display: flex;
  text-transform: uppercase;
  gap: 10px;
  align-items: center;
  font-weight: 500;
  letter-spacing: 2px;
  padding: 0 10px;
}

.product_area .product-view li img{
  width: 25px;
  height: 25px;
  object-fit: contain;
}

.product_area .card img{
  height: 250px;
  object-fit: cover;
  border-radius: 10px;
}

.page-info ul{
  list-style: disc;
  padding-left: 15px;
}
.page-info ul li{
  margin-bottom: 10px;
  
}

.page-info h2 {
    font-size: 40px;
}


.inner_product_sec_1 .mySwiper2 img{
  height: 400px;
  object-fit: cover;
}
.inner_product_sec_1 .mySwiper img{
  height: 100px;
  object-fit: cover;
}
.inner_product_sec_1 h1 {
  font-size: 50px;
  color: var(--theme-color);
  margin-bottom: 25px!important;
}

.inner_product_sec_1 .product-form{
  background-color: #f4f4f4;
  padding: 25px;
  border-radius: 10px;
}

.inner_product_sec_1 .product-form input{
  padding: 15px;
  border: none;
}

.inner_product_sec_1 .product-form textarea{
   padding: 15px;
  border: none;
  height: 155px;
}
.inner_product_sec_1 .product-form button{
  width: 100%;
  border: none;
  background-color: var(--theme-color);
  padding: 12px;
  border-radius: 100px;
  color: #fff;
  text-transform: uppercase;
}

.inner_product_sec_1  .step {
    color: #fff;
    height: 100%;
    background-color: #848484;
    padding: 1rem 1rem;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
}
.inner_product_sec_1  .step  p {
  margin-bottom: 0;
  line-height: 1.6;
}
.inner_product_sec_1 .artwork-note  p{
  margin-bottom: 10px;
}

.inner_product_sec_1  .artwork {
    background-color: #ffffff;
    padding: 2rem 1.5rem 1.5rem;
    margin-top: 1rem;
}
.inner_product_sec_1 .artwork-note {
    display: flex;
    flex-direction: row;
    gap: 15px;
}
.inner_product_sec_1  span.smltitle {
    font-weight: 600;
    margin-bottom: 10px;
    display: block;
}

.inner_product_sec_1  .custom-delivery {
    background-color: #F6F7FA;
    padding: 2rem 1.5rem 1.5rem;
}
.inner_product_sec_1   .delivery-info {
    display: flex;
    flex-direction: row;
    gap: 10px;
}
.inner_product_sec_2 .nav-pills .nav-link.active, .inner_product_sec_2 .nav-pills .show>.nav-link {
    color: #fff;
    background-color: var(--theme-color-third);
}
.inner_product_sec_2 .nav-pills .nav-link {
  background-color: var(--theme-color-second);
  color: #000;
  width: 14rem;
}
.inner_product_sec_2 .nav-pills {
  gap: 10px;
}

.inner_product_sec_2 ul#productTab {
    margin-bottom: 16px;
    border: none;
    gap: 10px;
}

.inner_product_sec_2 .nav-tabs .nav-item.show .nav-link, .inner_product_sec_2 .nav-tabs .nav-link.active {
    color: #495057;
    background-color: #fff;
    border-color: #dee2e6 #dee2e6 #fff;
    border: none;
    color: #fff;
    background: var(--theme-color);
}

.inner_product_sec_2 .nav-tabs .nav-link {
    margin-bottom: 0px;
    background: 0 0;
    border: none;
    background-color: var(--theme-color-third);
    color: #fff;
    width: 12rem;
    border-radius: 10px;
    padding: 10px ;
    
}

.inner_product_sec_2 .tab-content ul {
  padding-left: 0;
  margin-bottom: 0;
  column-count: 4;
}

.inner_product_sec_2   .tab-content ul li {
    list-style: none;
    background-color: #f4f4f4;
    max-width: 100%;
    font-weight: 500;
    font-size: 1rem;
    line-height: 150%;
    font-style: normal;
    color: #848484;
    padding: 10px;
}

/* .inner_product_sec_2   .tab-content ul li::before{
position: relative;
  top: 2px;
  content: "";
  display: inline-block;
  margin-right: 0.5rem;
  background-image: url("../image/icon-green-tick.svg");
  background-repeat: no-repeat;
  background-size: 15px;
  width: 15px;
  height: 15px;
} */

.inner_product_sec_2  h2{
  font-size: 45px;
}
.inner_product_sec_2  h3 {
  font-size: 35px;
}
.inner_product_sec_2 figure{
  margin-bottom: 10px;
}
.inner_product_sec_2 figure img{
 height: 259px;
 object-fit: cover;
 border-radius: 10px;
}

.inner_product_sec_2 figcaption{
  display: none;
}

.inner_product_sec_2 ul li{
  margin-bottom: 15px;
}

.home_sec4 .heading img {
  width: 80px;
  height: 80px;
  margin: 0 auto;
  object-fit: contain;
  margin-bottom: 15px;
}

form.wpcf7-form.init p {
    margin-bottom: 0;
}

.pagination-wrapper ul {
    display: inline-flex;
    justify-content: center;
    list-style: none;
    gap: 8px;
    padding: 0;
}

.pagination-wrapper ul li a,
.pagination-wrapper ul li span {
    display: block;
    padding: 8px 14px;
    background: #f1f1f1;
    color: #333;
    border-radius: 5px;
    text-decoration: none;
    transition: 0.2s ease-in-out;
}

.pagination-wrapper ul li a:hover {
    background: #2f3593;
    color: #fff;
}

.pagination-wrapper ul li .current {
    background: #2f3593;
    color: #fff;
    font-weight: 600;
}

.my-accordion p{
	color: #fff !important;
}



img.attachment-woocommerce_thumbnail.size-woocommerce_thumbnail {
    width: 100% !important;
}
a.comon-btn3{
	background: #fff !important;
    color: #000 !important;
    margin: 0 auto !important;
	font-size: 16px !important;
    border-radius: 5px !important;
    width: 205px !important;
    text-align: center !important;
    text-transform: uppercase !important;
	font-weight: 400 !important;
    padding: 15px 0px !important;
}
a.card-a{
	color:#fff !important;
}
.wc-block-grid__products .wc-block-grid__product-image img {
    height: 300px !important;
    object-fit: cover !important;
    max-width: 100% !important;
    width: 100% !important;
}
.edit-post-visual-editor .editor-block-list__block .wc-block-grid__product-title, .editor-styles-wrapper .wc-block-grid__product-title, .wc-block-grid__product-title {
    font-family: var(--paragraph-font) !important;
    font-size: 17px !important;
    font-weight: 600 !important;
    line-height: 1.5 !important;
    min-height: 52px !important;
	color: #fff !important;
}
.wp-block-button__link{
    background: #fff !important;
    color: #000 !important;
    margin: 0 auto !important;
    font-size: 16px !important;
    border-radius: 5px !important;
    width: 205px !important;
    text-align: center !important;
    text-transform: uppercase !important;
    font-weight: 400 !important;
    padding: 15px 0px !important;
}
.wc-backward{
	background: #fff !important;
    color: #000 !important;
    margin: 0 auto !important;
    font-size: 16px !important;
    border-radius: 5px !important;
    width: 205px !important;
    text-align: center !important;
    text-transform: uppercase !important;
    font-weight: 400 !important;
    padding: 15px 0px !important;
}


ul.tabs.wc-tabs {
    display: flex;
    gap: 10px;
}
.tabs.wc-tabs li a {
    border-color: #dee2e6 #dee2e6 #fff;
    border: none;
    color: #fff;
    background: var(--theme-color);
    width: 12rem;
    border-radius: 10px;
    padding: 12px 40px;

}

.tabs.wc-tabs .active a {
    color: #2F3593;
    background-color: #fff0;
    border: 1px solid #2F3593 !important;
}
.inner_product_sec_2 .woocommerce-Tabs-panel {
    border: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important;
    padding: 20px !important;
}


img.attachment-woocommerce_thumbnail {
    height: 300px !important;
    max-width: 100%;
    object-fit: cover !important;
}
.woocommerce-tabs h2{
	color: #2f3593 !important;
}
#submit{
	background: #2f3593 !important;
    color: #fff !important;
    margin: 0 auto !important;
    font-size: 16px !important;
    border-radius: 5px !important;
    text-align: center !important;
    text-transform: uppercase !important;
    font-weight: 400 !important;
    padding: 15px 0px !important;
}
.comment-form-rating .stars span a{
	color: #FFD700 !important;
}
.stars{
	width: fit-content !important;
}
span.posted_in{
	font-weight: 800;
}
span.posted_in a{
	font-weight: 400 !important;
	color: #2f3593 !important;
}
.inner_product_sec_1 h1 {
   line-height: 60px !important;
}

.best-pro-img{
	height: 300px !important;
	object-fit: cover;
	border-radius: 20px !important;
}

input#wp-comment-cookies-consent {
    width: 40px;
}
a.comon-btn10 {
    background: var(--theme-color);
    color: #fff;
    display: inline-block;
    font-size: 16px;
    padding: 12px 0;
    border-radius: 5px;
    width: 205px;
    text-align: center;
    text-transform: uppercase;
}
a.comon-btn10:hover {
    background: #121212;
    color: var(--theme-color-second);
}

.contact-form2 input {
    width: 100%;
    outline: none;
    padding: 13px 12px;
    margin-bottom: 10px;
}
.contact-form2 button {
    background-color: #2f3593;
    font-weight: 600;
    letter-spacing: 1px;
    padding: 1rem 1.5rem;
    text-transform: uppercase;
    border: 0 none;
    color: #ffffff;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    width: 100%;
}
.contact-form2 button:hover {
    background-color: #000000;
}

 .whatsapp {
    background-color: #25D366;
    color: #fff;
    height: 50px;
    width: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 25px;
    border-radius: 100px;
    position: fixed;
    /* top: 10px; */
   bottom: 73px;
    right: 20px;
}