
@import url('https://fonts.googleapis.com/css2?family=Jost:ital,wght@0,100..900;1,100..900&family=Pacifico&family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap');

:root {
  --main-color: #DD1D26;
  --box-shadow: 0px 16px 32px #DD1D2633;
  --white-color: #fff;
}

body {
  font-family: 'Roboto', sans-serif;
  font-size: 15px;
  font-weight: normal;
  color: #777;
  font-style: normal;
  line-height: 26px;
}

 .active {
  color: var(--main-color);
}

.text-primary {
    color:var(--main-color) !important;
}
/* ===================
container
====================== */

@media (min-width: 1200px) {

  .container,
  .container-sm,
  .container-md,
  .container-lg,
  .container-xl {
    max-width: 1185px;
  }
}

@media (min-width: 1200px) {

  .container,
  .container-lg,
  .container-md,
  .container-sm,
  .container-xl {
    max-width: 1140px;
  }
}

.text-left {
  text-align: left !important;
}

.mean-container a.meanmenu-reveal span {
  background: no-repeat;
  display: block;
  height: 3px;
  margin-top: 3px;
  border-top: 3px solid #fff;
}

.mean-container .mean-nav ul li a {
  border-top: 1px solid rgba(217, 217, 217, 0.5);
  color: #333;
  display: block;
  float: left;
  margin: 0;
  padding: 10px 5%;
  text-align: left;
  text-decoration: none;

  width: 90%;
  font-size: 15px;
  font-weight: 600;
}

.mean-container .mean-nav {
  background: #FFFFFF 0% 0% no-repeat padding-box;
  box-shadow: 3px 4px 15px #0000001A;
  position: absolute;
}

.mean-container .mean-nav ul {
  overflow: hidden;
}

.mean-container .mean-nav ul li a.mean-expand {
  text-align: right;
  top: 0;
  width: 100%;
  z-index: 2;
  padding: 9px 12px;
}

.mean-container .mean-nav ul li a.mean-expand:hover {
  background: rgba(0, 0, 0, 0);
}

.srb-line {
  width: 100%;
  text-align: center;
  position: absolute;
}

.right-menu .icon {
  bottom: -90px;
}

.line5 {
  display: block;
}

.mr-15 {
  margin-right: 15px;
}

.img {
  width: 100%;
  transition: all 0.3s ease-out 0s;
}

.f-left {
  float: left
}

.f-right {
  float: right
}

.fix {
  overflow: hidden
}

a,
.button {
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}

a:focus,
.button:focus {
  text-decoration: none;
  outline: none;
}

a:focus,
a:hover,
.portfolio-cat a:hover,
.footer -menu li a:hover {
  text-decoration: none;
}

.btn.focus,
.btn:focus {
  outline: 0;
  box-shadow: none;
}

a,
button {
  color: #00173c;
  outline: medium none;
}

a:hover {
  color: var(--main-color);
}

.box20 .title a {
  color: #fff;
}

.box20 .title a:hover {
  color: #444;
}

button:focus,
input:focus,
input:focus,
textarea,
textarea:focus {
  outline: none;
  box-shadow: none;
}

.uppercase {

}

.capitalize {
  text-transform: capitalize;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'Jost', sans-serif;
  color: #00173c;
  margin-top: 0px;
  font-style: normal;
  font-weight: 700;
  text-transform: normal;
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
  color: inherit;
}

h1 {
  font-size: 40px;
  font-weight: 600;
}

h2 {
  font-size: 35px;
}

h3 {
  font-size: 28px;
}

h4 {
  font-size: 22px;
}

h5 {
  font-size: 18px;
}

h6 {
  font-size: 16px;
}

ul {
  margin: 0px;
  padding: 0px;
}

li {
  list-style: none
}

p {


  margin-bottom: 15px;
}

hr {
  border-bottom: 1px solid #eceff8;
  border-top: 0 none;
  margin: 30px 0;
  padding: 0;
}

label {
  color: #7e7e7e;
  cursor: pointer;
  font-size: 14px;
  font-weight: 400;
}

*::-moz-selection {
  background: #d6b161;
  color: #fff;
  text-shadow: none;
}

::-moz-selection {
  background: #444;
  color: #fff;
  text-shadow: none;
}

::selection {
  background: #444;
  color: #fff;
  text-shadow: none;
}

*::-moz-placeholder {
  color: #555555;
  font-size: 14px;
  opacity: 1;
}

*::placeholder {
  color: #555555;
  font-size: 14px;
  opacity: 1;
}

.theme-overlay {
  position: relative
}

.theme-overlay::before {
  background: #1696e7 none repeat scroll 0 0;
  content: "";
  height: 100%;
  left: 0;
  opacity: 0.6;
  position: absolute;
  top: 0;
  width: 100%;
}

.separator {
  border-top: 1px solid #f2f2f2
}


/* button style */

.btn {
  border-radius: 4px;
  color: #fff;
  display: inline-block;
  font-size: 16px;
  letter-spacing: 0;
  line-height: 1;
  margin-bottom: 0;
  padding: 20px 30px;
  text-align: center;
  text-transform: unset;
  touch-action: manipulation;
  transition: all 0.3s ease 0s;
  vertical-align: middle;
  white-space: nowrap;
  position: relative;
  z-index: 9;

  background: var(--main-color);
  border: none;
}

.btn i {
  margin-left: 10px;
  font-size: 18px;
}

.btn::before {
  width: 40px;
  height: 40px;
  position: absolute;
  border-radius: 50%;
  content: "";
  background: #0c2957;
  top: 10PX;
  left: 10px;
  z-index: -1;
  transition: all 0.3s ease 0s;
}

.btn:hover::before {
  width: 100%;
  height: 100%;
  position: absolute;
  border-radius: 4px;
  content: "";
  background: #0c2957;
  top: 0;
  left: 0;
  z-index: -1;
}

.btn:hover {
  color: #fff;
}


.slider-btn:hover .btn-after {
  margin-top: -50px;
  margin-left: 0px;
}

/* scrollUp */
#scrollUp {
  background: var(--main-color);
  height: 45px;
  width: 45px;
  right: 50px;
  bottom: 20px;
  color: #fff;
  font-size: 20px;
  text-align: center;
  border-radius: 50%;
  font-size: 22px;
  line-height: 45px;
  transition: .3s;
}

#scrollUp:hover {
  background: var(--main-color);
}

/* 2. header */

.header-top {
  padding-top: 40px;
  border-bottom: 1px solid #e6e6e6;
  padding-bottom: 30px;
}

.innder-ht {
  padding: 10px 0;
}

.wellcome-text p {
  margin-bottom: 0;
  color: #8a8a8a;
}

.header-cta ul li {
  display: inline-block;
  padding-right: 30px;
}

.header-cta ul li:first-child {
  margin-left: 0;
}

.header-cta ul li:last-child {
  padding-right: 0;
  border-right: none;
}

.header-cta ul li i {
  display: inline-block;
  margin-right: 5px;
  position: relative;
  top: 1px;
  color: var(--main-color);
}

.header-top-cta ul li {
  display: inline-block;
  width: 200px;
  margin-right: 80px;
}

.header-top-cta ul li:last-child {
  margin-right: 0;
}

.h-cta-icon {
  float: left;
  display: block;
  margin-right: 20px;
}

.h-cta-content {
  overflow: hidden;
}

.h-cta-content h5 {
  font-size: 14px;

  letter-spacing: 2px;
  margin-bottom: 0;
}

.h-cta-content p {
  margin-bottom: 0;
  line-height: 1.5;
}

.menu-area {
  position: relative;
}

.menu .sub-menu {
  display: none;
  position: absolute;
  background-color: #ffff;
  min-width: 250px;
  z-index: 1;
  transition: all 0.3s ease-in-out;
  margin-top: 15px;
  border-top: 4px solid #faa292;
  box-shadow: 0 10px 15px rgba(25, 25, 25, 0.1);
  -webkit-box-shadow: 0 10px 15px rgba(25, 25, 25, 0.1);
}

.menu .sub-menu,
.menu .children {
  display: none;
  position: absolute;
  background-color: #ffff;
  min-width: 250px;
  z-index: 1;
  transition: all 0.3s ease-in-out;
  margin-top: 15px;
  border-top: 4px solid var(--main-color);
  box-shadow: 0 10px 15px rgba(25, 25, 25, 0.1);
  -webkit-box-shadow: 0 10px 15px rgba(25, 25, 25, 0.1);
}

.main-menu {
  position: relative;
  z-index: 9;
  margin-right: -70px;
}

.menu .sub-menu li {
  margin-left: 0 !important;
  float: left;
  border-bottom: 1px solid #ddd;
  width: 100%;
  text-align: left;
}

.main-menu .sub-menu li a {
  padding: 15px;
}

.menu .sub-menu li,
.menu .children li {
  margin-left: 0 !important;
  float: left;
  border-bottom: 1px solid #ddd;
  width: 100%;
  text-align: left;
}

.menu .menu-item-has-children:hover>ul {
  display: block;
  margin-top: 0px;
}

.main-menu .menu-item-has-children>ul>.menu-item-has-children>ul {
  display: none;
  position: absolute;
  background-color: #ffff;
  width: 250px;
  z-index: 1;
  padding: 0;
  margin-left: -255px;
  margin-top: 0;
  top: -3px;
}

.menu .menu-item-has-children:hover>ul,
.menu .page_item_has_children:hover>ul {
  display: block;
  margin-top: 0px;
}

.menu .page_item_has_children>ul>.page_item_has_children:hover>ul {
  margin-left: -265px;
  margin-top: 0;
  top: -3px;
}

.main-menu .menu-item-has-children>ul>.menu-item-has-children:hover>ul,
.menu .page_item_has_children>ul>.page_item_has_children:hover>ul {
  display: block;
}

.main-menu .menu-item-has-children>ul>.menu-item-has-children:hover>ul {
  display: block;
}

.main-menu .menu-item-has-children>ul>.menu-item-has-children>ul>.menu-item-has-children>ul {
  display: none;
  position: absolute;
  background-color: #ffff;
  width: 250px;
  z-index: 1;
  padding: 0;
  margin-left: 255px;
  margin-top: 0;
  top: -3px;
}

.main-menu ul li {
  display: inline-block;
  margin-left: 25px;
  position: relative;
}

.main-menu ul li.active a {
  color: var(--main-color);
}

.main-menu ul li a {
  display: block;
  color: #00173c;
  padding: 20px 0;
  font-weight: 600;
  position: relative;
  font-size: 16px;
  font-family: 'Jost', sans-serif;
}

.main-menu ul li a::after {
  content: "+";
  margin-left: 10px;
  color: var(--main-color);
  display: none;
}

.main-menu ul li:last-child a::after,
.main-menu .has-sub ul li a::after {
  display: none;
}

.main-menu ul li:first-child {
  margin-left: 0;
}

.menu-area .menu-tigger {
  cursor: pointer;
  display: inline-block;
}

.menu-area .menu-tigger span {
  height: 2px;
  width: 30px;
  background: #2935bb;
  display: block;
  margin: 7px 0;
  transition: .3s;
}

.main-menu ul li:hover>a {
  color: var(--main-color);
}

.main-menu ul li:hover>a::before {
  width: 100%;
}

.display-ib {
  display: inline-block;
}

.header-social a {
  font-size: 14px;
  display: inline-block;
  margin-left: 15px;
  text-align: center;
  color: #191D3B;
}

.search-top {
  display: inline-block;
  position: absolute;
  top: 16px;
  border: 2px solid #00173c;
  border-radius: 30px;
  left: 20%;
}

.search-top ul {
  background: #4CC3C1 0% 0% no-repeat padding-box;
  border-radius: 23px;
  margin: 5px;
  padding: 10px 5px 5px;
}

.search-top li {
  display: inline-block;
  padding: 0px 15px;
  border-right: 1px solid #ffffff38;
}

.search-top li a {
  color: #fff;
  font-size: 18px;
  float: left;
}

.search-top li:last-child {
  border: none;
}

.header-social a:hover {
  color: #fff;
}

.sticky-menu {
  left: 0;
  margin: auto;
  position: fixed !important;
  top: 0;
  width: 100%;
  box-shadow: 0 0 60px 0 rgba(0, 0, 0, .07);
  z-index: 99 !important;
  background: #fff;
  -webkit-animation: 300ms ease-in-out 0s normal none 1 running fadeInDown;
  animation: 300ms ease-in-out 0s normal none 1 running fadeInDown;
  -webkit-box-shadow: 0 10px 15px rgba(25, 25, 25, 0.1);
}

.responsive {
  display: none;
}

#mobile-menu {
  display: block;
}

.right-menu li {
  float: right;
  padding: 0;
}

.right-menu .icon {
  float: left;
  margin-right: 20px;
}

.right-menu .icon img {
  box-shadow: 0px 20px 60px 0px rgba(0, 0, 0, 0.3);
  border-radius: 50%;
  width: 60px;
}

.right-menu .text {
  float: left;
  padding-top: 5px;
}

.right-menu .text span {
  display: block;
  color: #517496;
}

.right-menu .text strong {
  color: #0c2957;
  font-size: 25px;
  font-weight: 900;
  font-family: 'Jost', sans-serif;
}

.menu-search {
  padding: 10px 0;
}

.menu-search a {
  font-size: 16px;
  display: inline-block;
  margin-top: 5px;
  background: #ffffff4a;
  text-align: center;
  line-height: 33px;
  border-radius: 50%;
  color: #b8bfc3;
}

.top-btn {
  background: var(--main-color);
  padding: 16px 30px;
  width: 100%;
  float: left;
  text-align: center;
  color: #fff;
}

.top-btn:hover {
  background: transparent linear-gradient(90deg, var(--main-color) 0%, var(--main-color) 100%) 0% 0% no-repeat padding-box;
  color: #fff;
}

.sticky-menu .logo {
  margin-top: 0;
  line-height: 61px;
  height: auto;
}

.logo img {
  max-width: 200px;
}
.second-header {
  border: none;
  padding-bottom: 15px;
  background: #00173c;
  padding-top: 15px;
  color: #fff;
  position: relative;
  z-index: 1;
}

.second-header a,
.second-header span {
  color: #fff;
}

.second-header a:hover {
  color: var(--main-color);
}

.second-menu {
  position: relative;
  z-index: 9;
}

.sticky-menu .second-menu {
  margin: 0;
  box-shadow: none;
  padding: 0;
}

.sticky-menu .second-menu::before {
  content: none;
}

.second-menu .main-menu ul li {
  margin-left: 40px;
}

.second-menu .main-menu ul li:first-child {
  margin-left: 0;
}

.second-menu .main-menu ul li a::before {
  content: none;
}

.second-header-btn .btn {
  background: var(--main-color);
  box-shadow: 0px 10px 30px 0px rgba(54, 96, 217, 0.3);
  font-size: 16px;

  color: #fff;
  padding: 20px 30px;
  position: relative;
  border-radius: 4px;
}

.second-header-btn .btn:hover {
  color: #fff;
  background: #0c2957;
}

.img-main {
  position: relative;
  z-index: 2;
}

.offcanvas-menu {
  position: fixed;
  right: 0;
  height: 100%;
  width: 300px;
  z-index: 999;
  background: #00081b;
  top: 0;
  padding: 30px;
  transition: .5s;
  transform: translateX(100%);
}

.offcanvas-menu.active {
  transform: translateX(0)
}

.menu-close i {
  font-size: 18px;
  color: #fff;
  transition: .3s;
  cursor: pointer;
}

.menu-close:hover i {
  color: var(--main-color);
}

.offcanvas-menu ul {
  margin-top: 30px;
}

.offcanvas-menu ul li {
  border-bottom: 1px solid #101c38;
}

.offcanvas-menu ul li a {
  color: #fff;
  font-size: 18px;
  text-transform: capitalize;
  padding: 6px 0;
  display: block;
}

.offcanvas-menu ul li:hover a {
  color: var(--main-color);
}

.side-social a {
  color: #fff;
  margin-right: 10px;
}

.side-social {
  margin-top: 30px;
}

.side-social a:hover {
  color: var(--main-color);
}

.offcanvas-menu form {
  position: relative;
  margin-top: 30px;
}

.offcanvas-menu form input {
  width: 100%;
  background: none;
  border: 1px solid #2d3547;
  padding: 7px 10px;
  color: #fff;
}

.offcanvas-menu form button {
  position: absolute;
  border: none;
  right: 0;
  background: var(--main-color);
  padding: 8px 14px;
  top: 0;
  cursor: pointer;
}

.offcanvas-menu form button i {
  color: #fff;
}

.offcanvas-overly {
  position: fixed;
  background: #000;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 9;
  opacity: 0;
  visibility: hidden;
  transition: .3s;
}

.offcanvas-overly.active {
  opacity: .5;
  visibility: visible;
}

.off-logo {
  display: none;
}

.header-two .menu-area {
  padding-top: 0;
}

.header-two .top-callus {
  background: var(--main-color);
  color: #fff;
  display: inline-block;
  padding: 15px 30px;
  border-radius: 0 0px 10px 10px;
  width: 100%;
}

.header-two #mobile-menu {
  float: left;
}

.header-two .logo img {
  width: auto;
  max-width: 60%;
}

.header-two .main-menu ul li a {
  color: #0c2957;
}

.header-three {}

.header-three .second-header {
  background: #0c2957;
}

.header-three .menu-area::before {
  display: none;
}

.header-three .menu-area {
  border-top: 0;
  position: relative;
  z-index: 9;
  box-shadow: 0 10px 15px rgba(25, 25, 25, 0.1);
}

.header-three .sticky-menu {
  margin-top: 0;
  background: #fff;
}

.header-three .main-menu ul li a {
  font-family: 'Jost', sans-serif;
  color: #0c2957;
}
.header-three .main-menu ul li a:hover {
  color: var(--main-color);
}
.header-three .main-menu .sub-menu li a,
.menu .children li a {
  color: #4f4f4f !important;
}

.header-three .main-menu .sub-menu li a:hover,
.menu .children li a:hover {
  color: var(--main-color) !important;
}

.header-three .btn.ss-btn {
  float: right;
}

.login li {
  display: inline-block;
}

.login li a {
  color: #fff;

}

.header-btn {
  position: absolute;
  right: 15px;
  top: 15px;
  bottom: 15px;
  border-radius: 4px;
  background: var(--main-color);
  border: none;
  color: #fff;
  padding: 5px 15px;
}

.header-btn i {
  margin-left: 0;
}

/*----------------------------------------
    03. page title css
----------------------------------------*/
.page-title-area {
  height: 300px;
  display: flex;
  align-items: center;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  position: relative;
  z-index: 2;
  margin-inline-start: auto;
}

@media only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 575px) {
  .page-title-area {
    height: 250px;
  }
}

@media (max-width:450px) {
  .page-title-area {
    height: 150px;
  }
}


/*----------------------------------------
    03. page title css
----------------------------------------*/



.t-center {
  text-align: center;
}

.cp-bg-14 {
  background-color: #F7F7F7;
}

.page-title {
  font-size: 60px;
  font-weight: 600;
  line-height: 1.1;
  text-transform: capitalize;
  color: #000000;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .page-title {
    font-size: 50px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .page-title {
    font-size: 50px;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .page-title {
    font-size: 46px;
  }
}

@media (max-width: 575px) {
  .page-title {
    font-size: 40px;
  }
}

@media (max-width:450px) {
  .page-title {
    font-size: 35px;
  }
}

.breadcrumb-menu li {
  position: relative;
}

.breadcrumb-menu li span {
  font-size: 16px;
  font-weight: 400;
  text-transform: capitalize;
}

.breadcrumb-menu li a {
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}

.breadcrumb-menu li:not(:last-child):after {
  display: inline-block;
  content: "\f105";
  position: absolute;
  right: -14px;
  top: 2px;
  font-family: "FontAwesome";
  font-size: 14px;
}

[dir=rtl] .breadcrumb-menu li:not(:last-child):after {
  left: -14px;
  right: auto;
}

.breadcrumb-menu ul {
  display: flex;
  justify-content: start;
  gap: 20px;
}

.breadcrumb-wrapper {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 27px 0;
}

[dir=rtl] .breadcrumb-wrapper {
  right: 0;
  left: auto;
}

.breadcrumb-wrapper::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  width: 100%;
  width: 100%;
  background: rgb(11, 61, 44);
  opacity: 0.9;
}

[dir=rtl] .breadcrumb-wrapper::before {
  right: 0;
  left: auto;
}

.call-box .icon {
  display: inline-block;
}

.call-box li {
  float: left;
  color: #fff;
}

.call-box .text {
  margin-left: 10px;
}

.call-box span {
  display: block;
  color: #ffffffab;
  padding: 3px;
}

.call-box strong {
  font-size: 22px;
}

.header-social a {
  color: #fff;
  margin-left: 15px;
  font-size: 18px;
}

.btn-icon {
  position: absolute;
  left: 10px;
  top: 10px;
  bottom: 10px;
  background: #ffb3a5;
  padding: 10px 15px;
  color: #fff;
}

.btn.ss-btn.active {
  background: none;
  color: #fff;
  border: 2px solid #fff;
  box-shadow: none;
}

.line {
  float: left;
  margin-right: 15px;
}



/* 21. Menu Theme dropdown default css */
.f-cta-icon {
  float: left;
  margin-right: 30px;
}

.single-cta {
  line-height: 28px;
}

.single-cta a {
  color: #00173c;
}

.main-menu ul li.has-sub .current a {
  color: #222;
}

.main-menu ul li.current a {
  color: var(--main-color);
}

.main-menu .has-sub>ul {
  visibility: hidden;
  position: absolute;
  background-color: #ffff;
  min-width: 250px;
  z-index: 1;
  transition: all 0.3s ease-in-out;
  margin-top: 15px;
  border-top: 4px solid var(--main-color);
  box-shadow: 0 10px 15px rgba(25, 25, 25, 0.1);
  -webkit-box-shadow: 0 10px 15px rgba(25, 25, 25, 0.1);
  opacity: 0;
}

.main-menu .has-sub li a {
  padding: 15px;

}

.main-menu .has-sub li {
  margin-left: 0 !important;
  float: left;
  border-bottom: 1px solid #ddd;
  width: 100%;
  text-align: left;

}

.main-menu .has-sub a:hover {
  color: var(--main-color);
}

.main-menu .has-sub:hover>ul {
  visibility: visible;
  margin-top: 0px;
  opacity: 1;
}

.main-menu .has-sub>ul>.has-sub>ul {
  display: none;
  position: absolute;
  background-color: #ffff;
  width: 250px;
  z-index: 1;
  padding: 0;
  margin-left: -255px;
  margin-top: 0;
  top: -3px;
}

.main-menu .has-sub>ul>.has-sub:hover>ul {
  display: block;
}

.main-menu .has-sub>ul>.has-sub>ul>.has-sub>ul {
  display: none;
  position: absolute;
  background-color: #ffff;
  width: 250px;
  z-index: 1;
  padding: 0;
  margin-left: 255px;
  margin-top: 0;
  top: -3px;
}

.main-menu .has-sub>ul>.has-sub>ul>.has-sub:hover>ul {
  display: block;
}

.main-menu .has-sub ul li a {
  color: #4f4f4f;
}

.main-menu .has-sub ul li a:hover {
  color: var(--main-color);
}

/* 23. mega menu */

.offcanvas-menu .has-mega-menu ul {
  display: none;
}

.offcanvas-menu li.has-sub.has-mega-menu:hover>ul {
  margin-left: -1160px;
  background: #00081b;
  top: 121px;
}

.offcanvas-menu .mega-menu-column.has-sub ul li a {
  color: #fff;
  font-size: 14px;
}

.offcanvas-menu .mega-menu-column.has-sub ul li a:hover {
  color: var(--main-color);
}

.has-mega-menu {
  position: static;
}

li.has-sub.has-mega-menu ul {
  position: absolute;
  top: NNpx;
  /*insert the needed value*/
  z-index: 100;
  left: 0px;
  right: 0px;
  width: 1180px;

}

.main-menu .mega-menu-column.has-sub a {
  color: #333;
}

.main-menu .mega-menu-column.has-sub a:hover {
  color: var(--main-color);
}

li.has-sub.has-mega-menu:hover>ul {
  /*flexbox fallback for browsers that do not support CSS GRID lyout*/
  display: flex;
  flex-wrap: wrap;
  /*CSS GRID lyout*/
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(25%, 1fr));
  margin-left: -820px;

}

li.has-sub.has-mega-menu:hover>ul>li>ul {
  /*flexbox fallback for browsers that do not support CSS GRID lyout*/
  display: flex;
  flex-wrap: wrap;
  width: auto;
  background: none;
  /*CSS GRID lyout*/
  display: grid;
  position: relative;
  border: none;
  margin-left: 0;
}


@media screen and (min-width: 992px) {
  li.has-mega-menu:hover>ul {
    grid-template-columns: repeat(auto-fit, minmax(33.3333%, 1fr));
  }
}

@media screen and (min-width: 1200px) {
  li.has-mega-menu:hover>ul {
    grid-template-columns: repeat(auto-fit, minmax(25%, 1fr));
  }
}

@media screen and (min-width: 600px) {
  li.mega-menu-column {
    width: 100%;
    max-width: 100%;
    min-height: 1px;
    padding: 10px 25px;
    flex: 1 0 calc(50%);
  }
}

@media screen and (min-width: 992px) {
  li.mega-menu-column {
    flex: 1 0 calc(33.333%);
  }
}

.main-menu .has-sub .mega-menu-column li {
  flex: 1 0 calc(25%);
  border: none;
}

.menu .children {
  display: none;
  position: absolute;
  background-color: #ffff;
  min-width: 250px;
  z-index: 1;
  transition: all 0.3s ease-in-out;
  margin-top: 15px;
  border-top: 4px solid var(--main-color);
  box-shadow: 0 10px 15px rgba(25, 25, 25, 0.1);
  -webkit-box-shadow: 0 10px 15px rgba(25, 25, 25, 0.1);
}

.menu .sub-menu li,
.menu .children li {
  margin-left: 0 !important;
  float: left;
  border-bottom: 1px solid #ddd;
  width: 100%;
  text-align: left;
}

.main-menu .sub-menu li a,
.menu .children li a {
  padding: 15px;
  color: #000;
}

.menu .menu-item-has-children:hover>ul,
.menu .page_item_has_children:hover>ul {
  display: block;
  margin-top: 0px;
}

.main-menu ul li.page_item {
  margin-left: 15px;
}

.main-menu ul li.page_item::after {
  display: none;
}

.main-menu ul li.page_item.current_page_item {
  margin-left: 50px;
}

.main-menu ul li.page_item.current_page_item::after {
  display: block;
}

.sticky .bsingle__content,
.tag-sticky-2 {

  background: #e4e4e4;

}

.sticky .bsingle__content .meta-info ul {
  padding-top: 40px;
  border-top: 2px solid #e8e8e8;
  display: inline-block;
  width: 100%;
  padding-left: 0;
}

.sticky .bsingle__content ul li {
  margin-bottom: 0;
  list-style: disc;
  margin-left: 0;
  border-color: #e8e8e8;
}

/* 24. call */
.call-text {
  padding: 120px 0 0 60px;
}

.call-area h5 {
  color: var(--main-color);
}

.call-area h2 {
  color: #fff;
  font-size: 58px;
  margin-bottom: 30px;
}

.call-area h2 span {
  color: var(--main-color);
}

.call-area p {
  color: #fff;
  opacity: 0.9;
}

.number {
  font-size: 55px;
  font-weight: 600;
  color: var(--main-color);
}


/* Shop */
.shop-area select {
  padding: 10px;
}

.product__img {
  position: relative;
}

.product__img img {
  width: 100%;
}

.product:hover .product-action a {
  margin: 0 5px;
  opacity: 1;
  visibility: visible;
}

.product-action {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 30px;
}

.product-action a {
  display: inline-block;
  background: #ffffff;
  line-height: 40px;
  color: #a39fb4;
  margin: 0 8px;
  opacity: 0;
  visibility: hidden;
  border-radius: 5px;
  padding: 0 20px;
}

.product-action a:hover {
  background: var(--main-color);
  color: #ffffff;
}

.pro-cat {
  margin-bottom: 15px;
  display: block;
}

.pro-cat a {
  color: var(--main-color);
  font-size: 14px;
  letter-spacing: 2px;


}

.pro-title {
  margin-bottom: 12px;
}

.pro-title a {
  font-size: 24px;
}

.pro-title a:hover {
  color: var(--main-color);
}

.price span {
  color: #595B6B;
  font-size: 14px;
  display: inline-block;
  margin: 0 5px;
}

.price span.old-price {
  color: #b5b5b5;
  text-decoration: line-through;
}

.product-showing p {
  margin: 0;
  border: 2px solid #eaedff;
  padding: 17px 30px;
  text-align: center;
  line-height: 1;
  display: inline-block;

  font-size: 12px;
  letter-spacing: 2px;
  font-weight: 500;
}

@media (max-width: 767px) {
  .product-showing p {
    padding: 17px 15px;
  }
}

.pro-filter {
  position: relative;
  display: inline-block;
}

@media (max-width: 767px) {
  .pro-filter {
    float: left;
  }
}



.pro-filter select {
  border: 2px solid #eaedff;
  padding: 17px 30px;
  display: inline-block;

  font-size: 12px;
  letter-spacing: 2px;
  line-height: 1;
  color: #6f7172;
  appearance: none;
  -moz-appearance: none;
  width: 145px;
  font-weight: 500;
}

.pro-filter .nice-select {
  -webkit-tap-highlight-color: transparent;
  background-color: #fff;
  border-radius: 0;
  border: solid 1px #e8e8e8;
  box-sizing: border-box;
  clear: both;
  cursor: pointer;
  display: block;
  float: left;
  font-family: inherit;
  font-size: 14px;
  font-weight: normal;
  height: 50px;
  line-height: 48px;
  outline: none;
  padding-left: 18px;
  padding-right: 30px;
  position: relative;
  text-align: left !important;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  white-space: nowrap;
  width: auto;
}

.pro-filter::before {
  content: "\f107";
  right: 15px;
  top: 15px;
  position: absolute;
  color: #758799;
  font-family: "Font Awesome 5 Free";
  font-weight: 600;
}

.shop-tab ul li {
  margin-left: 20px;
}

@media (max-width: 767px) {
  .shop-tab ul li {
    margin-left: 10px;
  }
}

.shop-tab ul li a {
  font-size: 14px;
  font-weight: 500;
  color: #6f7172;
  letter-spacing: 2px;
  padding: 0;

  position: relative;
  height: 50px;
  width: 50px;
  border-radius: 50%;
  background: #f6f6ff;
  line-height: 51px;
  text-align: center;
}

.shop-tab ul li a.active {
  color: white;
  background: #8fb569;
}

.shop-thumb-tab {
  width: 160px;
  float: right;
}

@media (max-width: 767px) {
  .shop-thumb-tab {
    float: none;
    width: 100%;
    margin-bottom: 0;
  }
}

@media (max-width: 767px) {
  .shop-thumb-tab ul {
    margin: 0 -5px;
  }
}

.shop-thumb-tab ul li {
  margin-bottom: 20px;
}

@media (max-width: 767px) {
  .shop-thumb-tab ul li {
    width: 33.33%;
    float: left;
    padding: 0 5px;
  }
}

.shop-thumb-tab ul li a {
  padding: 0;
}

.product-details-img {
  margin-right: 180px;
  overflow: hidden;
}

@media (max-width: 767px) {
  .product-details-img {
    margin-left: 0;
  }
}

.product-details-title p {
  color: #6a667b;
  font-size: 12px;

  font-weight: 500;
  letter-spacing: 1px;
  margin-bottom: 10px;
}

.product-details-title h1 {
  font-size: 40px;
  margin: 0;
  line-height: 1.2;
  letter-spacing: -2px;
  margin-bottom: 15px;
}

@media (max-width: 767px) {
  .product-details-title h1 {
    font-size: 36px;
  }
}

.details-price span {
  color: var(--main-color);
  font-size: 20px;
  font-weight: 400;
  margin-left: 0;
  margin-right: 10px;
}

.details-price {
  border-bottom: 2px solid #eaedff;
}

.product-cat span {

  font-size: 14px;
  font-weight: 500;
  color: #100d1c;
}

.product-cat a {

  font-size: 14px;
  font-weight: 500;
  letter-spacing: 2px;
}

.product-cat a:hover {
  color: #8fb569;
}

.product-social a {
  margin-right: 10px;
  background: #f5f5ff;
  height: 50px;
  width: 50px;
  line-height: 48px;
  border-radius: 30px;
  color: #6f7172;
  display: inline-block;
  text-align: center;
  font-size: 14px;
}

@media (max-width: 767px) {
  .product-social a {
    margin-bottom: 10px;
  }
}

.product-social a:hover {
  background: #8fb569;
  color: #ffffff;
}

.plus-minus {
  display: inline-block;
}

@media (max-width: 767px) {
  .plus-minus {
    display: block;
    margin-bottom: 15px;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .plus-minus {
    display: inline-block;
    margin-bottom: 0;
  }
}

.action-btn {
  background: #8fb569;
  padding: 20px 25px;
  border: none;
  margin-left: 15px;
  color: #ffffff;
  display: inline-block;
}

.action-btn:hover {
  background: var(--main-color);
  color: #ffffff;
}

.product-action-list {
  overflow: hidden;
}

.product-action-list a {
  float: left;
}

@media (max-width: 767px) {
  .product-action-list a.btn {
    padding: 23px 30px;
    margin-bottom: 7px;
  }
}

@media (max-width: 767px) {
  .product-action-list a.action-btn {
    margin-left: 5px;
    margin-bottom: 7px;
  }
}

.cart-plus-minus input {
  height: 60px;
  width: 100px;
  border: 0;
  border: 2px solid #eaedff;
  text-align: center;
  -moz-appearance: none;
  appearance: none;
}

.cart-plus-minus {
  display: inline-block;
  position: relative;
  margin-right: 15px;
}

.cart-plus-minus .qtybutton {
  position: absolute;
  top: 15px;
  left: 17px;
  font-size: 20px;
  color: #c4bedd;
  cursor: pointer;
}

.cart-plus-minus .inc {
  left: auto;
  right: 17px;
}

.additional-info .table td,
.additional-info .table th {
  padding: .75rem 0;
  vertical-align: top;
  border-top: 1px solid #e4e4e4;
  font-weight: 400;
}

.shop-cat a {
  padding: 45px 30px;
  border: 2px solid #eaedff;
  display: block;
}

.shop-cat a i {
  font-size: 100px;
  color: #8fb569;
  margin-bottom: 30px;
  transition: .3s;
}

.shop-cat a h4 {

  font-size: 16px;
  font-weight: 600;
  font-family: "Poppins", sans-serif;
  transition: .3s;
  letter-spacing: 1px;
}

.shop-cat a:hover {
  background: #8fb569;
  border-color: #8fb569;
}

.shop-cat a:hover i {
  color: #ffffff;
}

.shop-cat a:hover h4 {
  color: #ffffff;
}

.product-list-content .price span:first-child {
  margin-left: 0;
}

.bakix-details-tab ul {
  border-bottom: 2px solid #e1e1e1;
}

.bakix-details-tab ul li a {
  font-size: 16px;
  font-weight: 500;
  color: #00173c;
  letter-spacing: 2px;
  padding: 0;
  text-transform: capitalize;
  position: relative;
  padding: 0 25px;
}

@media (max-width: 767px) {
  .bakix-details-tab ul li a {
    padding: 0 10px;
  }
}

.bakix-details-tab ul li a.active {
  color: var(--main-color);
}

.bakix-details-tab ul li a.active:before {
  position: absolute;
  bottom: -32px;
  left: 0;
  height: 2px;
  width: 100%;
  content: "";
  background: var(--main-color);
  transition: .3s;
}

@media (max-width: 767px) {
  .bakix-details-tab ul li a.active:before {
    display: none;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .bakix-details-tab ul li a.active:before {
    display: block;
  }
}

/* Cart */
.table-content table {
  background: #ffffff;
  border-color: #eaedff;
  border-radius: 0;
  border-style: solid;
  border-width: 1px 0 0 1px;
  text-align: center;
  width: 100%;
  margin-bottom: 0;
}

.table-content table td.product-name {
  font-size: 16px;
  font-weight: 400;
  text-transform: capitalize;
}

.table-content table td.product-name a:hover {
  color: var(--main-color);
}

.table-content table td {
  border-top: medium none;
  padding: 20px 10px;
  vertical-align: middle;
  font-size: 16px;
}

.table-content table th,
.table-content table td {
  border-bottom: 1px solid #eaedff;
  border-right: 1px solid #eaedff;
}

.product-quantity input {
  border: none;
  color: #6f7172;
  font-size: 14px;
  font-weight: normal;
  border: 0;
}

.table td,
.table th {
  border-top: 1px solid #eaedff;
}

.product-quantity>input {
  width: 80px;
  border-radius: 3px;
}

.table-content table td.product-subtotal {
  font-size: 16px;
}

.table-content table td .cart-plus-minus {
  float: none;
  margin: 0 auto;
}

.coupon-all {
  margin-top: 50px;
}

.coupon {
  float: left;
}

@media (max-width: 767px) {
  .coupon {
    float: none;
  }
}

#coupon_code {
  height: 62px;
  border: 2px solid #eaedff;
  padding: 0 15px;
  margin-right: 10px;
}

@media (max-width: 767px) {
  #coupon_code {
    margin-bottom: 15px;
  }
}

.coupon2 {
  float: right;
}

@media (max-width: 767px) {
  .coupon2 {
    float: none;
    margin-top: 15px;
  }
}

/* section title */
.site-heading {
  margin-bottom: 50px;
  position: relative;
  z-index: 1;
}

.site-title-tagline {
  text-transform: capitalize;
  letter-spacing: 2px;
  font-size: 28px;
  color: var(--main-color);
  ;
  position: relative;
  font-family: "Pacifico", cursive;
}

.site-title {
  font-weight: 700;
  text-transform: capitalize;
  font-size: 25px;
  color: #091F3C;
  margin-top: 20px;
  margin-bottom: 0;
}

.shadow-title {
  top: 50%;
  left: 50%;
  display: block;
  font-size: 150px;
  position: absolute;
  transform: translate(-50%, -50%);
  font-family: "Pacifico", cursive;
  color: rgba(34, 34, 34, 0.05);
}

/* welcome teks area */


.about-area {
  position: relative;
  padding: 100px 0 80px;
}

.about-left {
  position: relative;
  display: block
}

.about-img {
  position: relative;
  z-index: 1
}

.about-img::before {
  content: "";
  position: absolute;
  border: 3px solid var(--main-color);
  ;
  left: -20px;
  right: -20px;
  top: 20px;
  bottom: 20px;
  border-radius: 10px;
  z-index: -1
}

.about-img img {
  width: 100%;
  border-radius: 10px
}

.about-right {
  position: relative;
  display: block;
  padding-left: 30px
}

.about-list-wrapper {
  position: relative;
  display: block;
  margin-top: 20px;
  margin-bottom: 10px
}

.about-list {
  position: relative;
  display: block
}

.about-list li {
  position: relative;
  padding-left: 25px;
  margin-top: 10px
}

.about-list li::before {
  content: "\f058";
  position: absolute;
  left: 0;
  top: 0;
  font-family: "font awesome 6 pro";
  color: var(--main-color);
}

@media all and (max-width:991px) {
  .about-right {
    margin-top: 50px
  }
}

@media all and (max-width:767px) {
  .about-experience {
    left: -10px
  }

  .about-img {
    margin: 20px
  }
}


/* about home */



.about-us-content {
  padding: 50px;
  background: #F7F7F7;
  border-radius: 10px;
}


.about-text-area-2 {
  margin:30 0 0 0px;
 }
 
 .about-text-area-2 span {
   color: var(--main-color);
   position: relative;
   margin-bottom: 5px;
   display: inline-block;
     padding: 8px 20px;
   font-weight: 600;

   background: #e7f1fd;
   border-radius: 50px;
   font-size:12px;
 }
 
 
 .about-text-area-2 h2 {
   margin-top: 15px;
   font-size: 25px;
   font-weight: 800;
   
 }
 
 
 .about-us-content .sub-title {
display: inline-block;
color: #0c2957;
font-size: 50px;

font-weight: 700;
position: relative;
text-transform:capitalize;

}

.about-us-content .sub-title:before {
background: #0c2957;
content: "";
height: 2px;
left: 100%;
margin-left: 10px;
margin-top: -1px;
position: absolute;
top: 50%;
width: 35px;
}



/* ===================
Service
====================== */
.service-details-one {
  position: relative;
  padding: 120px 0 80px;
  background: #f5f6fa;
}

.mx-auto {
  margin-right: auto !important;
  margin-left: auto !important;
}


.services-07 .section-title h2 {
  color: #fff;
}

.services-box07 {
  border-radius: 4px;
  background-color: rgb(255, 255, 255);
  box-shadow: 1px 1.732px 60px 0px rgba(0, 0, 0, 0.1);
  padding: 40px 20px;
  transition: all .5s ease-in-out;
  position:relative;
  z-index:2;
}

.services-box07:hover {
  transform: translateY(-10px);
}

.services-box07 .sr-contner {
  display: flex;
}

.services-box07 .sr-contner .icon {
  width: 119px;
  margin-right: 20px;
}

.services-box07 .sr-contner .icon img {
  width: 100px;
}
.services-box07 .sr-contner .text h5 {
  font-size: 18px;

}

.services-box07 .sr-contner .text p {
  margin-top: 15px;
  margin-bottom: 0;
}

.services-07 .user-box {
  display: flex;
}

.services-07 .user-box .text {
  padding-top: 10px;
  padding-left: 15px;
}

.services-07 .user-box .text h2 {
  font-size: 24px;
  font-weight: 500;
  font-family: 'Jost', sans-serif;
  color: #fff;
  margin-bottom: 5px;
}

.services-07 .user-box .text h3 {
  font-size: 14px;
  font-family: 'Jost', sans-serif;
  color: #9a9fa2;
}

/* ===================
cta-area css 
====================== */

.cta-area {
  background: var(--main-color);
  padding: 30px 0;
}

.cta-area .site-title-tagline {
  color: var(--main-color);
}

.cta-img img {
  max-width: 100%;
}
.cta-area .theme-btn {
  margin-top: 30px;
  background: #091F3C !important;
}

.cta-area .theme-btn:hover {
  background: #fff;
  color: var(--main-color);
}

.cta-area .theme-btn i {
  background: var(--main-color);
}

.cta-area .theme-btn:hover i {
  background: #171718;
}

.cta-area .theme-btn {
  margin-top: 30px;
  background: #091F3C;
}

.cta-area .theme-btn {
  font-size: 16px;
  color: #ffffff;
  font-weight: 500;
  padding: 18px 6px 18px 25px;
  transition: all 0.5s;
  text-transform: capitalize;
  position: relative;
  cursor: pointer;
  text-align: center;
  border: none;
  border-radius: 50px;
  background: var(--main-color);
  box-shadow: 0 3px 24px rgb(0 0 0 / 10%);
}

.cta-area .theme-btn i {
  background: var(--main-color);
}

.theme-btn i {
  margin-left: 8px;
  width: 40px;
  height: 40px;
  line-height: 40px;
  background: #171718;
  border-radius: 50px;
  display: inline-block;
}

@media all and (max-width: 768px) {
  .cta-content {
    margin-top: 25px;
  }

  .cta-content h3 {
    font-size: 22px;
  }
}


/*** 

====================================================================
	Project Section Three
====================================================================

***/

.project-section-three {
  position: relative;
  overflow: hidden;
  padding: 100px 0 80px;
}

.project-section-three .owl-dots,
.project-section-three .owl-nav {
  display: none;
}

.project-section-three .owl-carousel .owl-stage-outer {
  overflow: visible;
}

.project-section-three .owl-carousel .owl-stage-outer:before {
  position: absolute;
  content: '';
  right: 100%;
  top: 0px;
  bottom: 0px;
  width: 200%;
  z-index: 10;
  background-color: var(--white-color);
}

.project-section-three .color-two {
  position: absolute;
  left: 30%;
  top: 0%;
  width: 12px;
  height: 12px;
  z-index: 11;
  border-radius: 50%;
  background-color: var(--color-thirtyfour);
}

.project-section-three .pattern-layer-one {
  position: absolute;
  left: 15%;
  top: 25px;
  width: 837px;
  height: 790px;
  background-repeat: no-repeat;
}


.project-block-two {
  position: relative;
  margin-bottom: var(--margin-bottom-30);
}

.project-block-two .inner-box {
  position: relative;
}

.project-block-two .image {
  position: relative;
  overflow: hidden;
  background-color: var(--main-color);
}

.project-block-two .image img {
  position: relative;
  width: 100%;
  display: block;
  transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
}

.project-block-two .inner-box:hover .image img {
  opacity: 0.70;
  transform: scale(1.05, 1.05) rotate(2deg);
}

.project-block-two .post-number {
  position: absolute;
  right: 15px;
  top: 15px;
  width: 55px;
  height: 55px;
  z-index: 1;
  font-weight: 500;
  line-height: 55px;
  text-align: center;
  font-size: var(--font-18);
}

.project-block-two .post-number:before {
  position: absolute;
  content: '';
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: -1;
  border-radius: 50px 0px 50px 50px;
  background-color: var(--white-color);
}

.project-block-two .content {
  position: absolute;
  left: 20px;
  bottom: 20px;
  right: 50px;
  padding: 20px 25px;
  border-radius: 4px;
  -webkit-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease;
  background-color: var(--white-color);
}

.project-block-two h6 {
  z-index: 1;
}

.project-block-two h6 a {
  color: rgb(2, 2, 2);
}

.project-block-two h6:before {
  position: absolute;
  content: '';
  left: 0px;
  right: 0px;
  bottom: 4px;
  height: 5px;
  z-index: -1;
  opacity: 0;
  background: url(../images/vector-6.png) no-repeat;
}

.project-block-two h6:hover::before {
  opacity: 1;
}

.project-block-two .arrow {
  position: absolute;
  right: 12px;
  top: 10px;
  width: 45px;
  height: 45px;
  line-height: 44px;
  text-align: center;
  font-size: 20px;
  font-family: "FontAwesome";
  color: rgb(2, 2, 2);
  border-radius: 50px 0px 50px 50px;
  transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
}

.project-block-two .inner-box:hover .arrow {
  color: #fff;
  background-color: var(--main-color);
}

.project-block-two h6 {
  z-index: 1;
}

/*** 

====================================================================
	blog
====================================================================

***/
.blog-area {
  background-color: #f7f7f7;
  padding: 100px 0 80px;
}

.single-post2 {
  display: inline-block;
}


.blog-content2 .category {
  position: absolute;
  top: -250px;
  background: var(--main-color);
  padding: 10px 19px;
  left: 20px;
  border-radius: 10px;
  box-shadow: 0px 16px 32px 0px rgba(0, 0, 0, 0.04);
  font-weight: 500;

  color: #fff;
}

.blog-thumb img {
  width: 100%;
}

.blog-thumb .b-meta {
  padding: 30px 25px 0;
  color: var(--main-color);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}

.blog-thumb img {
  visibility: hidden;
}

.blog-thumb:hover img {
  visibility: visible;
}

.blog-content {
  background: #fff;
  padding: 40px 30px;
  position: relative;
  z-index: 1;
}

.single-post2 {
  display: inline-block;
}

.single-post .blog-content {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  background: none;
  padding-bottom: 30px;
}

.blog-content h4 {
  font-size: 19px;
  margin-bottom: 20px;
  line-height: 1.3;
}

.blog-content h4:hover a {
  color: var(--main-color);
}

.blog-thumb:hover::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #00173c 0% 0% no-repeat padding-box;
  opacity: 0.8;
  display: inline-block;
}

.blog-thumb2 img {
  width: 100%;
  border-radius: 4px;
  overflow: hidden;
}

.blog-thumb2 .b-meta {
  padding: 30px 25px 0;
  color: var(--main-color);
  top: 0;
  left: 0;
  z-index: 1;
}

.blog-content2 {
  padding: 30px;
  border-radius: 4px;
  float: left;
  position: relative;
  background: #fff;
  box-shadow: 0px 11px 16.15px 0.85px rgba(121, 121, 121, 0.07);
}

.blog-content2 .b-meta {
  color: #777;
  padding-bottom: 15px;
}

.blog-content2 .b-meta ul {
  padding-left: 0 !important;
}

.blog-content2 h4 {
  font-size: 26px;
  margin-bottom: 15px;
}

.blog-content2 h4 a {
  text-decoration: none;
  line-height: 30px;
}

.blog-content2 .date-home {
  position: absolute;
  top: -60px;
  background: var(--main-color);
  color: #fff;
  padding: 5px 15px;
  border-radius: 6px;
  left: 30px;
}

.adim-box {
  display: flex;
}

.adim-box .text {
  padding-top: 10px;
  padding-left: 15px;
  font-size: 14px;
  color: #00173c;
}

.blog-thumb:hover .b-meta h4,
.blog-thumb:hover .b-meta h4 a:hover {
  color: #fff;
}

.b-meta ul li {
  display: inline-block;
  margin-right: 8px;
  padding-right: 8px;
  color: #777;
}

.b-meta ul li:last-child {
  margin-right: 0;
  padding-right: 0;
  border: none;
}

.b-meta ul li a {
  font-size: 14px;

  color: #444d69;
}

.b-meta ul li a.corpo {
  color: var(--main-color);
}

.b-meta ul li a:hover {
  color: var(--main-color);
}


.single-post:hover .blog-btn {
  opacity: 1;
}

.blog-btn a {
  display: inline-block;
  color: var(--main-color);
  text-align: center;
  font-size: 15px;
  border-bottom: 3px solid var(--main-color);

  font-weight: 500;
}

.blog-btn a:hover {
  color: #00173c;
  border-bottom: 3px solid #00173c;
}

.blog-btn2 a {
  display: inline-block;
  color: #C0C0C0;
  text-align: center;
  font-size: 14px;
}

.blog-btn a i {
  margin-left: 5px;
}

.b-meta i {
  margin-right: 5px;
  color: var(--main-color);
}

.single-post {
  transition: .3s;
  background: #FFFFFF 0% 0% no-repeat padding-box;
  box-shadow: 3px 4px 15px #00000026;
}



/***

====================================================================
    Blog Details
====================================================================

***/
.services-detail-page {
    position:relative;
    padding:100px 0 80px;
}
.blog-details {
  display: block;
  position: relative;
  padding: 100px 0 80px;
}

.blog-details__left {
  display: block;
  position: relative;
}

.blog-details__img {
  border-radius: 10px;
  display: block;
  overflow: hidden;
  position: relative;
}

.blog-details__img img {
  border-radius: 10px;
  width: 100%;
}

.blog-details__date {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: var(--main-color);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  padding: 21px 24px 20px;
  position: absolute;
  right: 0;
  top: 0;
  text-align: center;
}

.blog-details__date .day {
  color: #fff;
  font-size: 16px;
  font-weight: var(--body-font-weight-bold);
  line-height: 16px;
}

.blog-details__date .month {
  color: #fff;
  display: block;
  font-size: 10px;
  font-weight: var(--body-font-weight-bold);
  line-height: 12px;
  position: relative;
}

.blog-details__content {
  position: relative;
  display: block;
  margin-top: 22px;
}

.blog-details__meta {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
}

.blog-details__meta li+li {
  margin-left: 18px;
}

.blog-details__meta li a {
  color: #777;
  font-size: 15px;
  font-weight: 500;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.blog-details__meta li a:hover {
  color: var(--main-color);
}

.blog-details__meta li a i {
  color: var(--main-color);
  margin-right: 6px;
}

.blog-details__title {
  font-size: 30px;
  line-height: 40px;
  margin-top: 12px;
  margin-bottom: 21px;
  color: #000;
}

.blog-details__bottom {
  border-top: 1px solid #ece9e0;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-top: 49px;
  padding: 30px 0 30px;
}

@media only screen and (max-width: 767px) {
  .blog-details__bottom {
    gap: 30px;
  }
}

.blog-details__bottom p {
  margin: 0;
}

.blog-details__tags span {
  color: #0e2207;
  font-size: 20px;
  margin-right: 14px;
  font-weight: var(--body-font-weight-bold);
}

.blog-details__tags a {
  background-color: var(--main-color);
  border-radius: 35px;
  color: var(--text-color-bg-theme-color1);
  display: inline-block;
  font-size: 12px;
  font-weight: var(--body-font-weight-bold);
  padding: 5px 30px 5px;
  position: relative;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.blog-details__tags a:hover {
  background-color: var(--main-color);
  color: var(--main-color);
  text-decoration: none;
}

.blog-details__tags a+a {
  margin-left: 6px;
}

.blog-details__social-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.blog-details__social-list a {
  position: relative;
  height: 43px;
  width: 43px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
  color: var(--white-color);
  background-color: var(--main-color);
  font-size: 15px;
  border-radius: 50%;
  overflow: hidden;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  z-index: 1;
}

.blog-details__social-list a:hover {
  color: var(--main-color);
  background-color: transparent;
}

.blog-details__social-list a:hover:after {
  opacity: 1;
  -webkit-transform: scaleY(1);
  transform: scaleY(1);
}

.blog-details__social-list a:after {
  background-color: var(--main-color);
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  -webkit-transition-delay: 0.1s;
  transition-delay: 0.1s;
  -webkit-transition-timing-function: ease-in-out;
  transition-timing-function: ease-in-out;
  -webkit-transition-duration: 0.4s;
  transition-duration: 0.4s;
  -webkit-transition-property: all;
  transition-property: all;
  opacity: 1;
  -webkit-transform-origin: top;
  transform-origin: top;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
  -webkit-transform: scaleY(0);
  transform: scaleY(0);
  z-index: -1;
}

.blog-details__social-list a+a {
  margin-left: 10px;
}

.blog-details__pagenation-box {
  display: block;
  margin-bottom: 53px;
  overflow: hidden;
  position: relative;
}

.blog-details__pagenation {
  position: relative;
  display: block;
}

.blog-details__pagenation li {
  position: relative;
  float: left;
  font-size: 20px;
  background-color: var(--gray);
  border-radius: 10px;
  color: #0e2207;
  color: var(--text-color);
  font-weight: var(--body-font-weight-bold);
  line-height: 30px;
  max-width: 370px;
  padding-bottom: 52px;
  padding-left: 60px;
  padding-right: 60px;
  padding-top: 52px;
  width: 100%;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.blog-details__pagenation li:hover {
  background-color: var(--main-color);
  color: var(--main-color);
}

.blog-details__pagenation li+li {
  margin-left: 30px;
}

/*** 

====================================================================
Sidebar
====================================================================

***/
.sidebar {
  position: sticky;
  top: 100px;
}

@media (max-width: 991px) {
  .sidebar {
    margin-top: 50px;
  }
}

.sidebar__single+.sidebar__single {
  margin-top: 30px;
}

.sidebar__title {
  margin: 0;
  font-size: 20px;
  margin-bottom: 5px;
}

.sidebar__post {
  position: relative;
  display: block;
  padding: 46px 30px 30px;
  color: var(--text-color);
  background-color: #f6f6f6;
  border-radius: 10px;
  overflow: hidden;
  z-index: 1;
}

@media only screen and (max-width: 767px) {
  .sidebar__post {
    padding: 30px;
  }
}

.sidebar__post .sidebar__title {
  margin-left: 20px;
}

@media only screen and (max-width: 767px) {
  .sidebar__post .sidebar__title {
    margin-left: 0;
  }
}

.sidebar__post .sidebar__post-list {
  margin: 0;
}

.sidebar__post .sidebar__post-list li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 16px 20px 17px;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

@media only screen and (max-width: 767px) {
  .sidebar__post .sidebar__post-list li {
    padding: 16px 0;
  }
}

.sidebar__post .sidebar__post-list li:hover {
  background-color: #ffffff;
  border-radius: 10px;
}

.sidebar__post .sidebar__post-list li+li {
  margin-top: 11px;
}

.sidebar__post .sidebar__post-list .sidebar__post-image {
  margin-right: 20px;
  -webkit-box-flex: 70px;
  -ms-flex: 70px 0 0px;
  flex: 70px 0 0;
}
.sidebar__post .sidebar__post-list .sidebar__post-image img {
max-width: 100%;
}

.sidebar__post .sidebar__post-list .sidebar__post-image>img {
  width: 80px;
  border-radius: 10px;
  
}

.sidebar__post .sidebar__post-list .sidebar__post-content {
  position: relative;
  top: -3px;
}

.sidebar__post .sidebar__post-list .sidebar__post-content h3 {
  font-size: 18px;
  margin: 0;
  line-height: 26px;
  letter-spacing: 0;
}

.sidebar__post .sidebar__post-list .sidebar__post-content h3 a {
  color: #0e2207;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  display: block;
  font-size: 16px;
  font-weight: 700;
  line-height: 24px;
}

.sidebar__post .sidebar__post-list .sidebar__post-content-meta {
  font-size: 14px;
  font-weight: 500;
  color: #757873 !important;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.sidebar__post .sidebar__post-list .sidebar__post-content-meta i {
  color: var(--main-color);
  font-size: 13px;
  padding-right: 5px;
}

.sidebar__tags {
  position: relative;
  display: block;
  color: var(--text-color);
  background-color: var(--gray);
  padding: 46px 45px 50px;
  border-radius: 10px;
  overflow: hidden;
  z-index: 1;
}

@media only screen and (max-width: 767px) {
  .sidebar__tags {
    padding: 30px;
  }
}

.sidebar__tags .sidebar__title {
  margin-left: 5px;
  margin-bottom: 25px;
}

.sidebar__tags-list {
  margin-top: -10px;
}

.sidebar__tags-list a {
  font-size: 14px;
  color: #0e2207;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  background: #ffffff;
  display: inline-block;
  padding: 5px 28px 5px;
  margin-left: 5px;
  border-radius: 30px;
}

.sidebar__tags-list a:hover {
  color: var(--text-color-bg-theme-color1);
  background: var(--main-color);
}

.sidebar__tags-list a+a {
  margin-left: 5px;
  margin-top: 10px;
}

/******************  27. Contact Area ******************/
/*******************************************************/
.mb-15{
  margin-bottom: 15px;
}

.sub-title {
  font-size: 20px;
  font-weight: 600;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  color: var(--main-color);
  text-transform: capitalize;
}

.section-title h2 {
  text-transform: capitalize;
}

.contact-info-content p {
  margin-bottom: 0;
  font-family: "Outfit", sans-serif;

}

.contact-info-area {
  position: relative;
  padding: 100px 0 80px;
}

.contact-info-wrap,
.contact-info-content {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  border: 1px solid rgba(0, 0, 0, 0.1);
}

.contact-info-content {
  padding: 75px 80px;
}

@media only screen and (min-width: 992px) {
  .contact-info-content {
    border-right: none;
  }
}

@media only screen and (max-width: 991px) {
  .contact-info-content {
    border-bottom: none;
  }
}

@media only screen and (max-width: 575px) {
  .contact-info-content {
    padding-left: 35px;
    padding-right: 35px;
  }
}

@media only screen and (max-width: 375px) {
  .contact-info-content {
    padding-left: 25px;
    padding-right: 25px;
  }
}

.contact-info-content p {
  margin-bottom: 0;
}

.contact-info-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 40px 80px;
}

@media only screen and (max-width: 575px) {
  .contact-info-item {
    padding-left: 35px;
    padding-right: 35px;
  }
}

@media only screen and (max-width: 375px) {
  .contact-info-item {
    padding-left: 25px;
    padding-right: 25px;
  }
}

.contact-info-item:not(:last-child) {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.contact-info-item .icon {
  -webkit-box-flex: 0;
  -ms-flex: none;
  flex: none;
  color: white;
  margin-top: 5px;
  font-size: 25px;
  margin-right: 25px;
  width: 60px;
  height: 60px;
  background: var(--main-color);
  line-height: 60px;
  border-radius: 50%;
  text-align: center;
}

@media only screen and (max-width: 375px) {
  .contact-info-item .icon {
    width: 44px;
    height: 44px;
    font-size: 16px;
    line-height: 44px;
    margin-right: 15px;
  }
}

@media only screen and (min-width: 480px) {
  .contact-info-item .content {
    font-size: 20px;
  }
}

@media only screen and (max-width: 375px) {
  .contact-info-item .content {
    font-size: 16px;
    line-height: 1.5;
  }
}

.contact-info-item .content h4 {
  margin-bottom: 5px;
}

@media only screen and (max-width: 375px) {
  .contact-info-item .content h4 {
    font-size: 20px;
  }
}

.contact-info-item .content p {
  margin-bottom: 0;
}

.contact-info-item .content a {
  word-break: break-all;
}

.our-location iframe {
  height: 685px;
}

@media only screen and (max-width: 1399px) {
  .our-location iframe {
    height: 500px;
  }
}

@media only screen and (max-width: 767px) {
  .our-location iframe {
    height: 400px;
  }
}





/* footer area */
.footer-area {
  background: #171718;
  position: relative;
  z-index: 1
}
.footer-widget-wrapper {
  padding: 100px 0 80px;
}

.footer-widget-box {
  margin-bottom: 20px
}

.footer-widget {
  position: relative;
  z-index: 1
}

.footer-logo img {
  width: 100%;
  margin-bottom: 30px
}

.copyright {
  padding: 20px 0;
  background: #101010;
  text-align: center;
}

.copyright .footer-menu {
  margin: 0;
  padding: 0;
  text-align: right
}

.copyright .footer-menu li {
  display: inline-block;
  margin-left: 25px;
  font-size: 16px
}

.copyright .footer-menu li a {
  color: #f5faff;
  transition: all .5s ease-in-out
}

.copyright .footer-menu li a:hover {
  color: var(--main-color);
}

.copyright .copyright-text {
  color: #f5faff;
  margin-bottom: 0;
  font-size: 10px
}

.copyright .copyright-text a {
  color: var(--main-color);
  ;
  font-weight: 500
}

.footer-widget-title {
  color: #fff;
  position: relative;
  padding-bottom: 20px;
  margin-bottom: 30px;
  font-size: 20px;
  z-index: 1
}

.footer-widget-title::before {
  position: absolute;
  content: '';
  z-index: -1;
  width: 12px;
  height: 2px;
  background-color: var(--main-color);
  ;
  bottom: 0;
  left: 0
}

.footer-widget-title::after {
  position: absolute;
  content: '';
  z-index: -1;
  width: 30px;
  height: 2px;
  background-color: var(--main-color);
  ;
  bottom: 0;
  left: 18px
}

.footer-list {
  display: flex;
  flex-direction: column;
  gap: 1rem
}

.footer-list li a {
  color: #fff;
  transition: all .5s ease-in-out
}

.footer-list li a i {
  margin-right: 5px;
  color: var(--main-color);
}

.footer-list li a:hover {
  padding-left: 10px;
  color: var(--main-color);
}

.footer-widget-box p {
  color: #fff;
  padding-right: 18px;
  margin-bottom: 20px
}

.footer-social {
  display: flex;
  gap: 15px;
  justify-content: start;
}

.footer-social li a i {
  height: 38px;
  width: 38px;
  line-height: 38px;
  text-align: center;
  border-radius: 50px;
  background: #333334;
  color: #fff;
  transition: all .5s ease-in-out
}

.footer-social li a i:hover {
  background: var(--main-color);
  ;
  color: #fff
}

.footer-newsletter .subscribe-form .form-control {
  border: 2px solid #e8e8e8;
  height: 55px;
  padding: 0 15px;
  border-radius: 10px;
  font-size: 16px;
  color: #fff;
  box-shadow: none;
  background-color: transparent
}

.footer-newsletter .subscribe-form .form-control::placeholder {
  color: #f2f3f5;
  opacity: 1
}

.footer-newsletter .subscribe-form .theme-btn {
  margin-top: 20px;
  padding: 13px;
  width: 100%
}

.footer-newsletter .subscribe-form .theme-btn:hover {
  background-color: #fff;
  color: var(--main-color);
}

.footer-customer-service {
  display: flex;
  align-items: center;
  gap: 15px;
  margin-bottom: 20px
}

.footer-customer-service i {
  color: #fff;
  font-size: 40px
}

.footer-customer-service a {
  color: var(--main-color);
  ;
  font-size: 20px;
  font-weight: 800
}

.footer-customer-service span {
  color: #fff
}

.footer-customer-service-info {
  display: flex;
  flex-direction: column
}

.footer-contact li {
  position: relative;
  display: flex;
  justify-content: start;
  align-items: center;
  color: #f5faff;
  font-size: 16px;
  margin-bottom: 15px
}

.footer-contact li a {
  color: #f5faff;
  -webkit-transition: .3s;
  transition: .3s
}

.footer-contact li i {
  width: 30px;
  height: 30px;
  font-size: 12px;
  padding:10px;
  margin-right: 15px;
  border-radius: 8px;
  text-align: center;
  -webkit-transition: .3s;
  transition: .3s;
  color: #fff
}

.footer-contact li:nth-child(1) i {
  background: #fec931
}

.footer-contact li:nth-child(2) i {
  background: #ff4328
}

.footer-contact li:nth-child(3) i {
  background: #209ffa
}

@media all and (max-width:1199px) {
  .footer-widget-box {
    margin-bottom: 50px
  }
}

@media all and (max-width:991px) {
  .footer-widget-wrapper {
    padding-bottom: 0
  }

  .copyright .footer-menu {
    float: left;
    margin-top: 20px;
    text-align: left
  }

  .copyright .footer-menu li {
    margin-left: 0;
    margin-right: 15px
  }
}

@media all and (max-width:767px) {
 
  .footer-social {
    justify-content: flex-start;
    margin-top: 20px
  }
}


/*Services Category*/
.services-sidebar .sidebar-widget {
  background: #f3f4f8;
  padding: 40px;
margin-bottom: 30px;
}

.services-categories{
	position:relative;
}

.services-categories li{
	position:relative;
	border:1px solid #e7e7e7;
    margin-bottom: 15px;    
	z-index: 1;
}

.services-categories li:last-child{
	border-bottom: 1px solid #e7e7e7;
}

.services-categories li:before{
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 4px;
    background-color: #30313d;
    content: "";
    opacity: 0;
    visibility: hidden;
}

.services-categories li.active:before,
.services-categories li:hover:before{
	opacity: 1;
	visibility: visible;
	-webkit-transition:all 300ms ease;
	-moz-transition:all 300ms ease;
	-ms-transition:all 300ms ease;
	-o-transition:all 300ms ease;
	transition:all 300ms ease;
}

.services-categories li a{
    font-size: 16px;
    font-weight: 700;
    color: #222222;
    line-height: 30px;
    padding: 10px 25px;
    display: block;
    overflow: hidden;
	-webkit-transition:all 300ms ease;
	-moz-transition:all 300ms ease;
	-ms-transition:all 300ms ease;
	-o-transition:all 300ms ease;
	transition:all 300ms ease;
    background: #fff;
}
.services-categories li a:hover{
    background: var(--main-color);
}
.services-categories li.active a,
.services-categories li:hover a{
	color: #ffffff;
    background: var(--main-color);
}

.services-categories li a:before{
position: absolute;
right: 0;
top: 0;
font-size: 12px;
line-height: 30px;
color: #222222;
font-weight: 700;
content: "\f061";
font-family: "FontAwesome";
transition: all 300ms ease;
width: 50px;
height: 50px;
background: #E8EAEC;
    text-align: center;
    line-height: 50px;
}

.services-categories li.active a:before,
.services-categories li:hover a:before{
	color: #ffffff;
}
.services-categories li:hover a::before,.services-categories li.active a::before{
    background: #0c2957;
}

/*** 

====================================================================
		Service Detail
====================================================================

***/

.service-detail{
	position: relative;
	padding-left: 20px;
}

.service-detail .images-box{
	position: relative;
	margin: 0 -5px;
}

.service-detail .images-box .column{
	padding: 0 5px;
}

.service-detail .images-box .image{
	position: relative;
	margin-bottom: 10px;
}

.service-detail .images-box .image img{
	display: block;
	width: 100%;
	height: auto;
}

.service-detail .content-box{
	position: relative;
	padding: 0px 0 0;
}

.service-detail .content-box h2{
	position: relative;
	display: block;
	font-size: 32px;
	line-height: 1.2em;
	color: #00173c;
	margin-bottom: 20px;
}

.service-detail .content-box h3{
	position: relative;
	display: block;
	font-size: 24px;
	line-height: 1.2em;
	color: #00173c;
	margin-bottom: 20px;
}

.service-detail .content-box p{
	position: relative;
	display: block;
	margin-bottom: 25px;
}

.service-detail .two-column{
	position: relative;
}

.service-detail .two-column .title{
	margin-bottom: 40px;
}

.service-detail .two-column p{
	margin-bottom: 25px;
}

.service-detail .two-column .image-column{
	position: relative;
	margin-bottom: 26px;
}

.service-detail .two-column .image-column .image{
	margin-bottom: 0;
}

.service-detail .two-column .image-column img {
    width:150px;
    object-fit:cover;
    border-radius:4px;
}

.service-detail .two-column .text-column{
	position: relative;
}

.service-detail .prod-tabs{
	position:relative;
}

.service-detail .prod-tabs .tab-btns{
	position:relative;
	z-index:1;	
	border-bottom:1px solid #dddddd;
}

.service-detail .prod-tabs .tab-btns .tab-btn{
	position:relative;
	top:1px;
	display:block;
	float:left;
	margin-right:5px;
	font-size:16px;
	color:#333333;
	background:#ffffff;
	text-transform:capitalize;
	font-weight:400;
	line-height:23px;
	cursor:pointer;
	border:1px solid #e5e5e5;
	border-bottom: 0;
	padding: 10px 25px;
	transition:all 0.3s ease;
	-moz-transition:all 0.3s ease;
	-webkit-transition:all 0.3s ease;
	-ms-transition:all 0.3s ease;
	-o-transition:all 0.3s ease;
}

.service-detail .prod-tabs .tab-btns .tab-btn:before{
	position:absolute;
	content:'';
	top: 0;
	left: 50%;
	width:0%;
	height:3px;
	background-color:var(--main-color);
	transition:all 0.3s ease;
	-moz-transition:all 0.3s ease;
	-webkit-transition:all 0.3s ease;
	-ms-transition:all 0.3s ease;
	-o-transition:all 0.3s ease;
}

.service-detail .prod-tabs .tab-btns .tab-btn:hover:before,
.service-detail .prod-tabs .tab-btns .tab-btn.active-btn:before{
	width: 100%;
	left: 0;
}

.service-detail .prod-tabs .tab-btns .tab-btn:hover:after,
.service-detail .prod-tabs .tab-btns .tab-btn.active-btn:after{
	position:absolute;
	content:'';
	left:0px;
	bottom:-3px;
	width:100%;
	height:5px;
	background-color:#ffffff;
	transition:all 0.3s ease;
	-moz-transition:all 0.3s ease;
	-webkit-transition:all 0.3s ease;
	-ms-transition:all 0.3s ease;
	-o-transition:all 0.3s ease;
}

.service-detail .prod-tabs .tab-btns .tab-btn:hover,
.service-detail .prod-tabs .tab-btns .tab-btn.active-btn{
	color: var(--main-color);
    background: #ffffff;
}

.service-detail .prod-tabs .tabs-content{
	position:relative;
	padding:25px 30px 45px;
	border:1px solid #dddddd;
}

.service-detail .prod-tabs .tabs-content .tab{
	position:relative;
	display:none;
	border-top:0px;
}

.service-detail .prod-tabs .tabs-content .tab.active-tab{
	display:block;	
}

.service-detail .prod-tabs .tabs-content .tab .content{
	position:relative;
}

.service-detail .prod-tabs .tabs-content .tab .content p{
	position:relative;
	font-size:16px;
	line-height: 26px;
	color:#666666;
	margin-bottom:0px;
}
.list-style-one {
    position: relative;
    display: block;
    margin-bottom: 30px;
}
.list-style-one li {
    position: relative;
    padding-left: 25px;
    margin-bottom: 10px;
}
.list-style-one li::before {
    position: absolute;
    left: 0;
    top: 0;
    font-size: 14px;
    line-height: 25px;
    color: var(--main-color);
    content: "\f101";
    font-weight: 700;
    font-family: "FontAwesome";
}

#st-1 {
  z-index: 10 !important;
}