/* header sec */
/* topbar */
.justify-content-center{justify-content:center;}
.header_area {
  position: absolute;
  display: block;
  width: 100%;
  z-index: 9999;
  top: 0;
  left: 0;
  background: 0 0;
}
@media (max-width: 425px){
.top_bar .top_inner .common_css .contntent .text a{
    font-size:10px !important;
}
}

.top_bar {
  position: relative;
  /* background: var(--primary-color-one); */
}
.top_bar .top_inner {
  display: table;
  width: 100%;
  margin:0 0 8px 0;
}
.top_bar .top_inner .common_css {
  display: table-cell;
  vertical-align: top;
  line-height: 50px;
}
.top_bar .top_inner .common_css {
  display: table-cell;
  vertical-align: top;
  line-height: 50px;
}
.top_bar .top_inner .right_side {
  float: right;
  display: flex;
  align-items: center;
}
.top_bar .top_inner .common_css .contntent {
  position: relative;
  display: inline-block;
  margin-left: 25px;
  margin-right: 25px;
  vertical-align: top;
}
.top_bar .top_inner .common_css .contntent i {
  position: absolute;
  left: -25px;
  top: 0;
  color: var(--primary-color-two);
  margin-right: 5px;
  bottom: 0;
  margin: auto;
  font-size: 16px;
  line-height: 22px;
  height: 22px;
  border-radius: 50%;
  background-color: #fff;
}
.top_bar .top_inner .common_css .contntent .text {
  position: relative;
  line-height: 2;
}
.top_bar .top_inner .common_css .contntent .text small {
  font-size: 15px;
  color: var(--primary-color-one);
  font-weight: 500;
  margin-right: 5px;
}
.top_bar .top_inner .common_css .contntent .text span,
.top_bar .top_inner .common_css .contntent .text a {
  font-size: 13px;
  color: #ffffff;
  margin-left: 10px;
  /* -webkit-text-fill-color: transparent;
    -webkit-background-clip: text !important;
    background-image: linear-gradient(45deg, #752c12da, #351203, #592208, #924728, #683420, #bd5117, #321403); */
}
@media (max-width: 600px){
.fixed-header .header.style_one.style_two_remade, .default_sickty_heaad.style_one.style_two_remade{
    margin:0 !important;
}
}

/* Hide the entire text section below 800px */
@media (max-width: 800px) {
    .contntent.media .text {
        display: none;
    }
}
.top_bar .top_inner .common_css .contntent:last-child {
  margin-right: 0px;
}
.top_bar .top_inner .common_css .contntent .text i {
  display: inline-block !important;
}
.top_bar .top_inner .common_css .contntent .text span i {
  background-color: #fff;
  padding: 6px 0px;
  border-radius: 50%;
}

/**/

/* Contact Us and What's New links with background */
.contntent.media .text a:not(:has(i)) {
    display: inline-block;
    margin-left: 20px;
    margin:3px 2px !important;
    background-color: #f8f9fa;
    border-radius: 4px;
    border-radius:25px;
    font-weight:600;
    margin:0;
    text-decoration: none;
    transition: all 0.3s ease;
}

.contntent.media .text a:not(:has(i)) span {
    font-weight: 400;
    color: #333;
    font-size: 14px;
}

/* Hover effect */
.contntent.media .text a:not(:has(i)):hover {
    background-color:var(--primary-color-one); 
    transform: translateY(-2px);
    box-shadow: 0 2px 8px rgba(0, 123, 255, 0.3);
}

.contntent.media .text a:not(:has(i)):hover span {
    color: #fff;
}

/* Active state */
.contntent.media .text a:not(:has(i)).active {
    background-color: #007bff; /* Change to your brand color */
    box-shadow: 0 2px 8px rgba(0, 123, 255, 0.3);
}

.contntent.media .text a:not(:has(i)).active span {
    color: #fff;
}

/* Responsive design */
@media (max-width: 768px) {
    .contntent.media .text a:not(:has(i)) {
        margin-left: 10px;
        padding: 6px 12px;
        font-size: 13px;
    }
}

@media (max-width: 576px) {
    .contntent.media .text {
        display: flex;
        flex-wrap: wrap;
        gap: 10px;
        justify-content: center;
    }
    
    .contntent.media .text a:not(:has(i)) {
        margin-left: 0;
        margin-top: 10px;
    }
}

/**/
.top_bar .top_inner .common_css .contntent .text span i,
.top_bar .top_inner .common_css .contntent .text a i {
  position: relative;
  margin-left: 9px !important;
  top: inherit;
  right: 5px;
  left: inherit;
  margin: inherit;
  height: auto;
  font-size: 13px;
  color: var(--primary-color-two);
  color: var(--primary-color-one);
  padding: 4px 6px;
  background-color: #fff;
  border-radius: 50%;
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text !important;
  background-image: url(../img/bg/bg7.jpg) !important;
}
.top_bar .top_inner .common_css .contntent .text span i,
.top_bar .top_inner .common_css .contntent .text a i:hover {
  color: #068cd2 !important;
}
.left_side.common_css i:before {
  background-color: #fff;
  /* padding: 4px 6px; */
  border-radius: 50%;
  /* color: var(--primary-color-one); */
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text !important;
  background-image: url(../img/bg/bg7.jpg) !important;
}
/* topbar */

.header,
.default_sickty_heaad {
  position: relative;
  /* background: #ffffff; */
  background-color: #ffffff;
  padding: 20px 0px 20px;
  transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
}
.header.style_one.style_two_remade,
.default_sickty_heaad.style_one.style_two_remade {
  padding: 0px !important;
  /*background: transparent !important;*/
  position: absolute;
  /* box-shadow: 0px 0px 5px #c1c1c1 !important; */
  z-index: 999;
  left: 0;
  width: 100%;
  right: 0;
}
.header.style_one.style_two_remade .auto-container,
.default_sickty_heaad.style_one.style_two_remade .auto-container {
  padding: 5px 0px;
  /* background: #fff; */
  background-color: #ffffff;
  border-radius: 60px 0px 0px 60px;
}
.header.style_one.style_two_remade .auto-container:before,
.default_sickty_heaad.style_one.style_two_remade .auto-container:before {
  position: absolute;
  content: "";
  width: 100%;
  right: -33%;
  height: 100%; 
  /* background: #fff; */
  background-color: #ffffff;
  top: 0;
  border-radius: 60px 0px 0px 60px;
}
.header .header_logo_box,
.default_sickty_heaad .header_logo_box {
  position: relative;
  padding-left: 0px;
}
.navbar-brand {
  padding-top: 0.3125rem;
  padding-bottom: 0.3125rem;
  margin-right: 1rem;
  font-size: 1.25rem;
  text-decoration: none;
  white-space: nowrap;
}
.navbar-brand {
  padding: 0px;
  display: block;
  margin: 0px;
}
.header .header_logo_box img,
.default_sickty_heaad .header_logo_box img {
  display: block;
  width: 200px;
  height: 55px;
  margin-bottom: 0px;
}
.header .header_logo_box .logo_default,
.default_sickty_heaad .header_logo_box .logo_default {
  display: block;
}
.header .header_logo_box .logo__sticky,
.default_sickty_heaad .header_logo_box .logo__sticky {
  display: none;
}
.header .hamburger_menu,
.default_sickty_heaad .hamburger_menu {
  position: relative;
  float: none;
  top: 0px;
  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;
  margin-top: 0px;
  z-index: 11;
}
.header .navbar_togglers,
.sticky_header_main .navbar_togglers {
  position: relative;
  display: none;
}
.header .hamburger_menu .line,
.default_sickty_heaad .hamburger_menu .line {
  width: 25px;
  height: 2px;
  background-color: var(--menu-color);
  display: block;
  margin: 6px auto;
  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;
}
.header .header_content_collapse,
.default_sickty_heaad .header_content_collapse {
  display: table;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: end;
}
.header .header_content_collapse .header_menu_box,
.default_sickty_heaad .header_content_collapse .header_menu_box {
  display: table-cell;
  vertical-align: middle;
}
.header .header_content_collapse .navigation_menu,
.default_sickty_heaad .header_content_collapse .navigation_menu {
  float: right;
}
.header .header_content_collapse .navigation_menu .navbar_nav,
.default_sickty_heaad .header_content_collapse .navigation_menu .navbar_nav {
  padding: 0;
  margin: 0px;
}
.header .header_content_collapse .navigation_menu .navbar_nav li,
.default_sickty_heaad .header_content_collapse .navigation_menu .navbar_nav li {
  position: relative;
  margin-right: 30px;
  padding: 0px 0px;
  margin-bottom: 0px !important;
  display: inline-block;
  transition: 0.5s ease-in-out;
  -ms-transition: 0.5s ease-in-out;
  -moz-transition: 0.5s ease-in-out;
  -o-transition: 0.5s ease-in-out;
}
.header .header_content_collapse .navigation_menu .navbar_nav li.dropdown,
.default_sickty_heaad
  .header_content_collapse
  .navigation_menu
  .navbar_nav
  li.dropdown {
  margin-right: 40px;
}
.header
  .header_content_collapse
  .navigation_menu
  .navbar_nav
  li.dropdown.mega_menu,
.default_sickty_heaad
  .header_content_collapse
  .navigation_menu
  .navbar_nav
  li.dropdown.mega_menu {
  margin-right: 27px;
}
.header .header_right_content,
.default_sickty_heaad .header_right_content {
  display: table-cell;
  vertical-align: middle;
  float: right;
}
.header .header_right_content ul,
.default_sickty_heaad .header_right_content ul {
  padding: 2px 0px 0px;
  margin: 0px;
}
.header .header_right_content ul li,
.default_sickty_heaad .header_right_content ul li {
  display: inline-block;
  margin-left: 20px;
}
.header .header_right_content .search-toggler,
.default_sickty_heaad .header_right_content .search-toggler {
  position: relative;
  display: inline-block;
  background: transparent;
  border: 0px;
  box-shadow: 0px 0px 0px 0px;
  font-size: 20px;
  line-height: 20px;
  color: var(--text-color-dark);
  top: 4px;
}
.theme-btn {
  position: relative;
  font-family: var(--company-family-one);
}
.theme-btn.one {
  transition: 0.5s ease-in-out;
  display: inline-block;
  padding: 0px 20px;
  /* border-radius: 10px 0px 10px 0px; */
  border-radius: 3px;
  /* background: var(--primary-color-one); */
  background-size: auto !important;
  color: #fff;
  /* border: 1px solid var(--primary-color-one); */
  background-image: linear-gradient(
    45deg,
    #752c12da,
    #351203,
    #592208,
    #924728,
    #683420,
    #bd5117,
    #321403
  );
  /* background-size: 200% auto; */
  transition: 0.5s !important;
  line-height: 40px;
  font-weight: 600;
  font-size: 15px;
  text-align: center;
}
.header .header_right_content .contact-toggler,
.default_sickty_heaad .header_right_content .contact-toggler {
  position: relative;
  width: 54px;
  height: 54px;
  line-height: 54px;
  border-radius: 50%;
  border: 1px solid var(--border-color-dark);
  transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  background: #fff;
  box-shadow: 0px 0px 0px 0px;
  top: 4px;
}
.header .header_right_content .contact-toggler::before,
.default_sickty_heaad .header_right_content .contact-toggler::before {
  content: "";
  position: absolute;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: var(--primary-color-one);
  border-radius: 50%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
}
.header .header_right_content .contact-toggler i,
.default_sickty_heaad .header_right_content .contact-toggler i {
  color: #fff;
  font-size: 18px;
  position: relative;
  z-index: 1;
  transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
}
.dropdown-toggle::after {
  display: none;
}
.mega_menu .width_60_percentage {
  width: 60% !important;
}
.header .header_content_collapse .navigation_menu .navbar_nav li .dropdown-menu,
.default_sickty_heaad
  .header_content_collapse
  .navigation_menu
  .navbar_nav
  li
  .dropdown-menu {
  position: absolute;
  display: block !important;
  pointer-events: none;
  left: 0;
  margin-left: 0;
  background-color: #fff;
  min-width: 250px;
  padding: 20px 25px;
  transform: translateX(-10px);
  -ms-transform: translateX(-10px);
  -moz-transform: translateX(-10px);
  -o-transform: translateX(-10px);
  transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  opacity: 0;
  visibility: hidden;
  border-radius: 10px;
  z-index: 0;
  box-shadow: var(--box-shadow);
  border: 0px !important;
}
.header
  .header_content_collapse
  .navigation_menu
  .navbar_nav
  li.mega_menu
  .dropdown-menu,
.default_sickty_heaad
  .header_content_collapse
  .navigation_menu
  .navbar_nav
  li.mega_menu
  .dropdown-menu {
  z-index: 999;
}
.header
  .header_content_collapse
  .navigation_menu
  .navbar_nav
  li.mega_menu
  .dropdown-menu,
.default_sickty_heaad
  .header_content_collapse
  .navigation_menu
  .navbar_nav
  li.mega_menu
  .dropdown-menu {
  width: 96%;
  margin-left: auto !important;
  margin-right: auto !important;
  right: 0;
}
.header .header_content_collapse .navigation_menu .navbar_nav li:last-child,
.default_sickty_heaad
  .header_content_collapse
  .navigation_menu
  .navbar_nav
  li:last-child {
  margin-right: 0px;
}
.header
  .header_content_collapse
  .navigation_menu
  .navbar_nav
  li
  .dropdown-menu
  li,
.default_sickty_heaad
  .header_content_collapse
  .navigation_menu
  .navbar_nav
  li
  .dropdown-menu
  li {
  display: block;
  padding: 5px 0px;
  margin: 0 !important;
}
.header
  .header_content_collapse
  .navigation_menu
  .navbar_nav
  li
  .dropdown-menu
  li,
.header
  .header_content_collapse
  .navigation_menu
  .navbar_nav
  li
  .dropdown-menu
  ul
  li,
.header
  .header_content_collapse
  .navigation_menu
  .navbar_nav
  li
  .dropdown-menu
  ul
  li,
.header
  .header_content_collapse
  .navigation_menu
  .navbar_nav
  li
  .dropdown-menu
  ul
  li,
.header
  .header_content_collapse
  .navigation_menu
  .navbar_nav
  li
  .dropdown-menu
  ul
  li,
.header
  .header_content_collapse
  .navigation_menu
  .navbar_nav
  li
  .dropdown-menu
  ul
  li,
.header
  .header_content_collapse
  .navigation_menu
  .navbar_nav
  li
  .dropdown-menu
  ul
  li,
.default_sickty_heaad
  .header_content_collapse
  .navigation_menu
  .navbar_nav
  li
  .dropdown-menu
  li,
.default_sickty_heaad
  .header_content_collapse
  .navigation_menu
  .navbar_nav
  li
  .dropdown-menu
  ul
  li,
.default_sickty_heaad
  .header_content_collapse
  .navigation_menu
  .navbar_nav
  li
  .dropdown-menu
  ul
  li,
.default_sickty_heaad
  .header_content_collapse
  .navigation_menu
  .navbar_nav
  li
  .dropdown-menu
  ul
  li,
.default_sickty_heaad
  .header_content_collapse
  .navigation_menu
  .navbar_nav
  li
  .dropdown-menu
  ul
  li,
.default_sickty_heaad
  .header_content_collapse
  .navigation_menu
  .navbar_nav
  li
  .dropdown-menu
  ul
  li,
.default_sickty_heaad
  .header_content_collapse
  .navigation_menu
  .navbar_nav
  li
  .dropdown-menu
  ul
  li {
  transition-delay: 0.1s;
}
.header
  .header_content_collapse
  .navigation_menu
  .navbar_nav
  li
  .dropdown-menu
  li,
.header
  .header_content_collapse
  .navigation_menu
  .navbar_nav
  li
  .dropdown-menu
  li
  .dropdown-menu
  li,
.header
  .header_content_collapse
  .navigation_menu
  .navbar_nav
  li
  .dropdown-menu
  li
  .dropdown-menu
  li
  .dropdown-menu
  li,
.header
  .header_content_collapse
  .navigation_menu
  .navbar_nav
  li
  .dropdown-menu
  li
  .dropdown-menu
  li
  .dropdown-menu
  li
  .dropdown-menu
  li,
.header
  .header_content_collapse
  .navigation_menu
  .navbar_nav
  li
  .dropdown-menu
  li
  .dropdown-menu
  li
  .dropdown-menu
  li
  .dropdown-menu
  li
  .dropdown-menu
  li,
.header
  .header_content_collapse
  .navigation_menu
  .navbar_nav
  li
  .dropdown-menu
  li
  .dropdown-menu
  li
  .dropdown-menu
  li
  .dropdown-menu
  li
  .dropdown-menu
  li
  .dropdown-menu
  li,
.header
  .header_content_collapse
  .navigation_menu
  .navbar_nav
  li
  .dropdown-menu
  li
  .dropdown-menu
  li
  .dropdown-menu
  li
  .dropdown-menu
  li
  .dropdown-menu
  li
  .dropdown-menu
  li
  .dropdown-menu
  li,
.header
  .header_content_collapse
  .navigation_menu
  .navbar_nav
  li
  .dropdown-menu
  li
  .dropdown-menu
  li
  .dropdown-menu
  li
  .dropdown-menu
  li
  .dropdown-menu
  li
  .dropdown-menu
  li
  .dropdown-menu
  li
  .dropdown-menu
  li,
.default_sickty_heaad
  .header_content_collapse
  .navigation_menu
  .navbar_nav
  li
  .dropdown-menu
  li,
.default_sickty_heaad
  .header_content_collapse
  .navigation_menu
  .navbar_nav
  li
  .dropdown-menu
  li
  .dropdown-menu
  li,
.default_sickty_heaad
  .header_content_collapse
  .navigation_menu
  .navbar_nav
  li
  .dropdown-menu
  li
  .dropdown-menu
  li
  .dropdown-menu
  li,
.default_sickty_heaad
  .header_content_collapse
  .navigation_menu
  .navbar_nav
  li
  .dropdown-menu
  li
  .dropdown-menu
  li
  .dropdown-menu
  li
  .dropdown-menu
  li,
.default_sickty_heaad
  .header_content_collapse
  .navigation_menu
  .navbar_nav
  li
  .dropdown-menu
  li
  .dropdown-menu
  li
  .dropdown-menu
  li
  .dropdown-menu
  li
  .dropdown-menu
  li,
.default_sickty_heaad
  .header_content_collapse
  .navigation_menu
  .navbar_nav
  li
  .dropdown-menu
  li
  .dropdown-menu
  li
  .dropdown-menu
  li
  .dropdown-menu
  li
  .dropdown-menu
  li
  .dropdown-menu
  li,
.default_sickty_heaad
  .header_content_collapse
  .navigation_menu
  .navbar_nav
  li
  .dropdown-menu
  li
  .dropdown-menu
  li
  .dropdown-menu
  li
  .dropdown-menu
  li
  .dropdown-menu
  li
  .dropdown-menu
  li
  .dropdown-menu
  li,
.default_sickty_heaad
  .header_content_collapse
  .navigation_menu
  .navbar_nav
  li
  .dropdown-menu
  li
  .dropdown-menu
  li
  .dropdown-menu
  li
  .dropdown-menu
  li
  .dropdown-menu
  li
  .dropdown-menu
  li
  .dropdown-menu
  li
  .dropdown-menu
  li {
  transition: all 0.2s cubic-bezier(0.4, 0.28, 0.31, 1.28) 0s;
  opacity: 0;
  visibility: hidden;
  transform: translateY(5px);
  transition-delay: 0.19s;
}
.header
  .header_content_collapse
  .navigation_menu
  .navbar_nav
  li.mega_menu
  .dropdown-menu
  li,
.default_sickty_heaad
  .header_content_collapse
  .navigation_menu
  .navbar_nav
  li.mega_menu
  .dropdown-menu
  li {
  position: relative;
}
.list_item_box {
  position: relative;
}
.dropdown-menu .list_item_box ul {
  margin-left: 0px !important;
}
.list_item_box.style_one ul {
  position: relative;
  margin: 0px 0px 0px 0px !important;
  padding: 0px !important;
  border: 0px !important;
}
.list_item_box.style_one ul li {
  list-style: none;
  line-height: normal;
  margin-bottom: 15px;
  /* border-bottom: 0px !important; */
}
.dropdown-menu .list_item_box.style_one li .d-flex {
  justify-content: flex-start !important;
}
.dropdown-menu .list_item_box.style_one li .only_icon {
  color: var(--primary-color-two);
  margin-right: 5px;
  font-size: 16px;
  display: inline-block;
  line-height: 16px;
  position: relative;
  top: -1px;
}
.list_item_box.style_one ul li a {
  font-size: 15px !important;
  line-height: 25px !important;
  color: var(--text-color-dark) !important;
  display: inline-block !important;
  padding: 0px !important;
}
.header
  .header_content_collapse
  .navigation_menu
  .navbar_nav
  li.mega_menu
  .dropdown-menu
  li
  a,
.default_sickty_heaad
  .header_content_collapse
  .navigation_menu
  .navbar_nav
  li.mega_menu
  .dropdown-menu
  li
  a {
  display: block;
  font-size: 15px;
  line-height: 26px;
  color: var(--menu-color);
  font-weight: 400;
}
.header .header_content_collapse .navigation_menu .navbar_nav li .dropdown-btn,
.default_sickty_heaad
  .header_content_collapse
  .navigation_menu
  .navbar_nav
  li
  .dropdown-btn {
  position: absolute;
  right: -31px;
  top: 0;
  bottom: 0;
  margin: auto;
  height: 40px;
  width: 40px;
  line-height: 40px;
  text-align: center;
}
.header
  .header_content_collapse
  .navigation_menu
  .navbar_nav
  li.mega_menu
  .dropdown-btn,
.default_sickty_heaad
  .header_content_collapse
  .navigation_menu
  .navbar_nav
  li.mega_menu
  .dropdown-btn {
  display: none;
}
.header
  .header_content_collapse
  .navigation_menu
  .navbar_nav
  li.active
  .dropdown-btn
  span,
.default_sickty_heaad
  .header_content_collapse
  .navigation_menu
  .navbar_nav
  li.active
  .dropdown-btn
  span {
  color: var(--primary-color-two);
}
.header
  .header_content_collapse
  .navigation_menu
  .navbar_nav
  li:hover
  > .dropdown-menu,
.default_sickty_heaad
  .header_content_collapse
  .navigation_menu
  .navbar_nav
  li:hover
  > .dropdown-menu {
  opacity: 1;
  z-index: 99;
  margin-left: 0;
  margin-top: 0 !important;
  z-index: 9999 !important;
  visibility: visible;
  transform: translateX(0);
  -ms-transform: translateX(0);
  -moz-transform: translateX(0);
  -o-transform: translateX(0);
  pointer-events: fill;
}
.header
  .header_content_collapse
  .navigation_menu
  .navbar_nav
  li:hover
  .dropdown-menu
  li,
.default_sickty_heaad
  .header_content_collapse
  .navigation_menu
  .navbar_nav
  li:hover
  .dropdown-menu
  li {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}
.nav-link {
  padding: 0px;
}
.header .header_content_collapse .navigation_menu .navbar_nav li a.nav-link,
.default_sickty_heaad
  .header_content_collapse
  .navigation_menu
  .navbar_nav
  li
  a.nav-link {
  font-size: 15px;
  line-height: 65px;
  padding: 0;
  font-weight: 600;
  /* color: var(--primary-color-one); */
  font-family: var(--company-family-one);
  transition: 0.5s ease-in-out;
  -ms-transition: 0.5s ease-in-out;
  -moz-transition: 0.5s ease-in-out;
  -o-transition: 0.5s ease-in-out;
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  background-image: linear-gradient(
    45deg,
    #752c12da,
    #351203,
    #592208,
    #924728,
    #683420,
    #bd5117,
    #321403
  );
}
.header
  .header_content_collapse
  .navigation_menu
  .navbar_nav
  li.active
  a.nav-link,
.default_sickty_heaad
  .header_content_collapse
  .navigation_menu
  .navbar_nav
  li.active
  a.nav-link {
  /* color: var(--primary-color-two) !important; */
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text !important;
  background-image: url("../img/bg/bg7.jpg") !important;
}
.header.style_one
  .header_content_collapse
  .header_menu_box
  .navigation_menu
  .navbar_nav
  li.active
  > a.nav-link,
.default_sickty_heaad.style_one
  .header_content_collapse
  .header_menu_box
  .navigation_menu
  .navbar_nav
  li.active
  > a.nav-link {
  color: var(--primary-color-one) !important;
  -webkit-background-clip: unset;
  background-image: unset !important;
  -webkit-text-fill-color: unset;
}
.fixed-header .get_sticky_header {
  position: fixed !important;
  visibility: visible;
  opacity: 1;
  left: 0;
  top: 50px;
  padding: 10px 0px;
  width: 100%;
  /* background: #ffffff; */
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
  -ms-box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
  -o-box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
  transition: top 0.3s ease;
  animation-name: slideInUp;
}
.header .header_content_collapse .navigation_menu .navbar_nav li .dropdown-menu,
.default_sickty_heaad
  .header_content_collapse
  .navigation_menu
  .navbar_nav
  li
  .dropdown-menu {
  position: absolute;
  pointer-events: none;
  left: 0px;
  margin-left: 0px;
  background-color: rgb(255, 255, 255);
  min-width: 250px;
  padding: 20px 25px;
  transform: translateX(-10px);
  transition: all 0.3s ease 0s;
  opacity: 0;
  visibility: hidden;
  border-radius: 10px;
  z-index: 0;
  box-shadow: var(--box-shadow);
  display: block !important;
  border: 0px !important;
}
.header
  .header_content_collapse
  .navigation_menu
  .navbar_nav
  li:hover
  > .dropdown-menu,
.default_sickty_heaad
  .header_content_collapse
  .navigation_menu
  .navbar_nav
  li:hover
  > .dropdown-menu {
  opacity: 1;
  margin-left: 0px;
  visibility: visible;
  transform: translateX(0px);
  pointer-events: fill;
  margin-top: 0px !important;
  z-index: 9999 !important;
}
.header
  .header_content_collapse
  .navigation_menu
  .navbar_nav
  li
  .dropdown-menu
  li
  a.nav-link,
.default_sickty_heaad
  .header_content_collapse
  .navigation_menu
  .navbar_nav
  li
  .dropdown-menu
  li
  a.nav-link {
  color: var(--primary-color-one) !important;
  font-size: 15px;
  line-height: 25px;
  font-weight: 700;
  font-family: var(--company-family-two);
  display: block;
  white-space: inherit;
}
.dropdown-menu .dropdown-menu {
  top: 0px;
  margin-left: -5px !important;
}
.header
  .header_content_collapse
  .navigation_menu
  .navbar_nav
  li
  .dropdown-menu
  .dropdown-menu,
.default_sickty_heaad
  .header_content_collapse
  .navigation_menu
  .navbar_nav
  li
  .dropdown-menu
  .dropdown-menu {
  left: 205px;
  margin-top: -22px;
  opacity: 1;
}
.dropdown-menu li.dropdown a.nav-link {
  position: relative !important;
  display: flex !important;
  justify-content: space-between !important;
}
.header
  .header_content_collapse
  .navigation_menu
  .navbar_nav
  li
  .dropdown-menu
  li:hover
  .dropdown-menu
  li,
.default_sickty_heaad
  .header_content_collapse
  .navigation_menu
  .navbar_nav
  li
  .dropdown-menu
  li:hover
  .dropdown-menu
  li {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}
.header
  .header_content_collapse
  .navigation_menu
  .navbar_nav
  li
  a.nav-link:hover,
.default_sickty_heaad
  .header_content_collapse
  .navigation_menu
  .navbar_nav
  li
  a.nav-link:hover {
  /* color: var(--primary-color-two); */
  /* -webkit-text-fill-color: transparent;
  -webkit-background-clip: text !important;
  background-image: url(../img/bg/bg7.jpg) !important; */
  -webkit-text-fill-color: unset;
  color: var(--primary-color-one) !important;
}
.theme-btn.one:hover {
  transition: 0.5s ease-in-out !important;
  color: #ffffff;
  background-image: linear-gradient(
    to right,
    #55200a,
    #952c26da,
    #803211,
    #6b1612fe
  );
}

/* mobile nav */
.header .hamburger_menu,
.default_sickty_heaad .hamburger_menu {
  position: relative;
  float: none;
  top: 0px;
  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;
  margin-top: 0px;
  z-index: 11;
}
.header .navbar_togglers,
.sticky_header_main .navbar_togglers {
  position: relative;
  display: none;
}
.header .hamburger_menu:before,
.default_sickty_heaad .hamburger_menu:before {
  content: "";
  position: absolute;
  box-sizing: border-box;
  width: 40px;
  height: 40px;
  border: 1px solid transparent;
  top: calc(50% - 20px);
  left: calc(50% - 21px);
  border-radius: 100%;
  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;
  margin-left: 1px;
}
.header .hamburger_menu .line,
.default_sickty_heaad .hamburger_menu .line {
  width: 25px;
  height: 2px;
  background-color: var(--menu-color);
  display: block;
  margin: 6px auto;
  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;
}
.crt_mobile_menu {
  position: fixed;
  right: 0;
  top: 0;
  width: 100%;
  padding-right: 30px;
  max-width: 100%;
  height: 100%;
  z-index: 999999;
  visibility: hidden;
  transform: translateX(-100%);
  transition: all 500ms ease 0ms;
  -moz-transition: all 500ms ease 0ms;
  -ms-transition: all 500ms ease 0ms;
  -o-transition: all 500ms ease 0ms;
}
.crt_mobile_menu-visible .crt_mobile_menu {
  opacity: 1;
  visibility: visible;
  transform: translateX(0);
  transition: all 500ms ease 0ms;
  -moz-transition: all 500ms ease 0ms;
  -ms-transition: all 500ms ease 0ms;
  -o-transition: all 500ms ease 0ms;
}
.crt_mobile_menu .menu-backdrop {
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
  height: 100%;
  left: 0;
  bottom: 0;
  z-index: 1;
  transition: all 900ms ease;
  -moz-transition: all 900ms ease;
  -ms-transition: all 900ms ease;
  -o-transition: all 900ms ease;
  background: #282f3b;
  opacity: 0.8;
  cursor: pointer;
}
.crt_mobile_menu .menu-box {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 300px;
  height: 100%;
  max-height: 100%;
  overflow-y: auto;
  background: #fff;
  padding: 0px 0px;
  z-index: 5;
  opacity: 0;
  visibility: hidden;
  transform: translateX(-100%);
  transition: all 500ms ease 0ms;
  -moz-transition: all 500ms ease 0ms;
  -ms-transition: all 500ms ease 0ms;
  -o-transition: all 500ms ease 0ms;
  border-radius: 0px;
  padding: 20px;
}
.crt_mobile_menu-visible .crt_mobile_menu .menu-box {
  opacity: 1;
  visibility: visible;
  transform: translateX(0);
  transition: all 500ms ease 0ms;
  -moz-transition: all 500ms ease 0ms;
  -ms-transition: all 500ms ease 0ms;
  -o-transition: all 500ms ease 0ms;
}
.crt_mobile_menu .menu-box .close-btn {
  position: relative;
  width: 40px;
  height: 40px;
  border-radius: 50px;
  line-height: 40px;
  text-align: center;
  border: 1px solid var(--border-color-dark);
  text-align: center;
  display: block;
  margin-bottom: 20px;
  margin-left: auto;
}
.crt_mobile_menu .menu-box .menu-outer ul.navbar_nav {
  margin: 0px;
  padding: 0px;
}
.crt_mobile_menu .menu-box .menu-outer ul.navbar_nav li {
  list-style: none;
  position: relative;
  border-bottom: 1px solid var(--border-color-dark);
}
.crt_mobile_menu .menu-box .menu-outer ul.navbar_nav li.dropdown .dropdown-btn {
  position: absolute;
  right: 0px;
  top: 10px;
  height: 30px;
  width: 30px;
  line-height: 30px;
  text-align: center;
  border: 1px solid var(--border-color-dark);
  border-radius: 3px;
  cursor: pointer;
  z-index: 99;
}
.crt_mobile_menu .menu-box .menu-outer ul.navbar_nav li ul {
  border-top: 1px solid var(--border-color-dark) !important;
  margin-left: 7px !important;
}
.crt_mobile_menu
  .menu-box
  .menu-outer
  ul.navbar_nav
  li
  .dropdown-menu
  .list_item_box
  ul {
  margin-left: 0px !important;
}
.crt_mobile_menu
  .menu-box
  .menu-outer
  ul.navbar_nav
  li.dropdown.mega_menu
  .dropdown-menu
  li
  ul {
  border: 0px !important;
}
.crt_mobile_menu .menu-box .menu-outer ul.navbar_nav li {
  list-style: none;
  position: relative;
  border-bottom: 1px solid var(--border-color-dark);
}
.crt_mobile_menu .menu-box .menu-outer ul.navbar_nav li .dropdown-menu li {
  display: block;
  padding-right: 0px;
}
.crt_mobile_menu .menu-box .menu-outer ul.navbar_nav li a.nav-link {
  font-size: 15px;
  line-height: 50px;
  font-weight: 600;
  color: var(--menu-color);
  font-family: var(--company-family-one);
  transition: 0.5s ease-in-out;
  -ms-transition: 0.5s ease-in-out;
  -moz-transition: 0.5s ease-in-out;
  -o-transition: 0.5s ease-in-out;
  padding: 0px 40px 0px 0px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.crt_mobile_menu .menu-box .menu-outer ul.navbar_nav li .dropdown-menu {
  position: relative;
  border: 0px;
  padding: 0px !important;
  border-radius: 0px;
}
.crt_mobile_menu
  .menu-box
  .menu-outer
  ul.navbar_nav
  li.dropdown.mega_menu
  .dropdown-menu {
  padding: 20px 5px !important;
  width: 100% !important;
}
/*  */
.fixed-header .header.style_one.style_two_remade,
.default_sickty_heaad.style_one.style_two_remade {
  background-color: #fff !important;
  padding: 5px 0px !important;
}
.fixed-header .top_bar.style_one.get_sticky_header {
  position: fixed !important;
  visibility: visible;
  opacity: 1;
  left: 0;
  top: 0;
  padding: 0;
  width: 100%;
  background: #ffffff;
  transition: top 0.3s ease;
  animation-name: slideInUp;
  z-index: 1000;
  box-shadow: unset !important;
  border-bottom-style: solid;
  border-width: 0.5px;
  border-color: #e0e0e0ad;
}

.fixed-header .top_bar .top_inner .common_css .contntent .text span i,
.fixed-header .top_bar .top_inner .common_css .contntent .text a i {
  position: relative;
  margin-left: 9px;
  top: inherit;
  right: 5px;
  left: inherit;
  margin: inherit;
  height: auto;
  font-size: 13px;
  color: var(--primary-color-two);
  color: var(--primary-color-one);
  padding: 4px 6px;
  background-color: #fff;
  border-radius: 50%;
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text !important;
  background-image: url(../img/bg/bg7.jpg) !important;
}
/* header sec */
.carousel-control-next,
.carousel-control-prev {
  width: 7%;
}
.slider_btns {
  margin-top: 30px;
}
/* slider sec */
.carousel-caption {
  position: absolute;
  right: 10%;
  top: 40%;
  /* left: 11%; */
  left: 52%;
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
  color: #fff;
  text-align: center;
  display: flex !important;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  z-index: 10;
  width: 43%;
}
.carousel-caption3 {
  right: 5%;
  top: 40%;
  text-align: center !important;
  align-items: center;
}

.carousel-caption3 h1 {
  text-align: center !important;
}
.carousel-caption3 p {
  text-align: right !important;
}
.carousel-caption2 {
  right: 10%;
  top: 40%;
  text-align: center !important;
  align-items: center;
}

.carousel-caption2 h1 {
  text-align: center !important;
}
.carousel-caption2 p {
  text-align: center !important;
  color: #fff !important;
}
.carousel-item img {
  width: 100%;
  height: 625px;
  object-fit: cover;
}
.slider_content h6 {
  font-size: 18px;
  background: rgba(255, 255, 255, 0.1);
  border: 2px solid var(--primary-color-one);
  padding: 10px 30px;
  line-height: 32px;
  display: inline-block;
  font-weight: 600;
  margin-bottom: 25px;
  border-radius: 20px 0px;
  color: #fff;
  opacity: 1;
}
.slider_content h1 {
  font-size: 50px;
  line-height: 70px;
  font-weight: 800;
  margin-bottom: 20px;
  color: #fff;
  opacity: 1;
  text-align: center;
  text-shadow: 2px 2px 4px var(--color-black);
}
.slider_content p {
  font-size: 18px;
  line-height: 27px;
  font-weight: 500;
  color: #fff;
  margin-bottom: 30px;
  opacity: 1;
  text-align: left;
  background-color: #00000091;
  padding: 0px 5px;
}
.theme-btn.onenew {
  transition: 0.5s ease-in-out;
  display: inline-block;
  padding: 0px 20px;
  /* border-radius: 10px 0px 10px 0px; */
  border-radius: 3px;
  background: var(--primary-color-one);
  background-size: auto !important;
  color: #fff;
  /* border: 1px solid var(--primary-color-one); */
  /* background-image: linear-gradient(45deg, #752c12da, #351203, #592208, #924728, #683420, #bd5117, #321403); */
  /* background-size: 200% auto; */
  transition: 0.5s !important;
  line-height: 40px;
  font-weight: 600;
  font-size: 15px;
  text-align: center;
}
.theme-btn.onenew:hover {
  color: var(--primary-color-one);
  background: #fff;
}
.theme-btn.two {
  display: inline-block;
  padding: 0px 25px;
  border-radius: 10px 0px 10px 0px;
  background: transparent;
  color: #fff;
  border: 1px solid var(--primary-color-one);
  line-height: 56px;
  min-height: 56px;
  min-width: 160px;
  text-align: center;
  transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  font-weight: 600;
  font-size: 15px;
}
.theme-btn.two:hover {
  background: #fff;
  color: var(--primary-color-one);
  border-radius: 0px 10px 0px 10px;
}
/*  */
.carousel-caption-box:before {
  /* background: #00000061; */
  content: "";
  position: absolute;
  height: 625px;
  width: 100%;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 0;
}
/* slider sec */

/* about us sec */
.content_bx li:before {
  content: "\e945";
  color: #e9913b;
  font-size: 18px;
  font-family: "icomoon" !important;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.content_bx li {
  list-style: none;
}
.brown {
  color: #924728;
}
.mb-20 {
  margin-bottom: 20px;
}
.content_bx h6 {
  /* -webkit-text-fill-color: transparent !important; */
  -webkit-background-clip: text !important;
  background-image: url(../img/bg/bg7.jpg) !important;
  background-position: top center;
  background-size: cover;
  color: #924728;
}
.content_bx h2 {
  line-height: 65px;
  font-size: 3rem;
}
.about-section p {
  text-align: justify;
}
/* about us sec */

/* count sec */
.mb-100 {
  margin-bottom: 100px;
}
.mt-100 {
  margin-top: 100px;
}
.count-box {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.count-box .count-number {
  line-height: 70px;
  font-weight: 600 !important;
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text !important;
  background: linear-gradient(
    to right,
    #d9883c,
    var(--primary-color-one),
    #f1943b
  );
  font-size: 70px;
}

.count-box h6 {
  font-weight: 500 !important;
  letter-spacing: 2px;
  color: #232323;
  font-size: 15px;
}

.count-box1 {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.count-box1 .count-number {
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text !important;
  font-size: 230px;
  line-height: 180px;
  align-self: center;
  /* background-image: url('/assets/img/bg/bg2.jpg'); */
  background-repeat: no-repeat !important;
  background-size: cover !important;
  overflow: hidden;
  position: relative;
  background-position: center center !important;
}
.count-box1 h6 {
  color: #232323;
  font-size: 20px;
  line-height: 28px;
  font-weight: 600 !important;
  letter-spacing: 4px;
  margin-top: 5px;
  text-align: center;
}
.countbox_row p {
  text-align: justify;
}
/* count sec */

/* services sec */
.animate__flipInY {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipInY;
  animation-name: flipInY;
}
.rm-rotate-box {
  position: relative;
  text-align: center;
}
.to-left {
  animation: toLeft 0.3s linear forwards;
}
.rm-rotate-box .thumb-wrap {
  -webkit-perspective: 1000px;
  perspective: 1000px;
}
.border-radius-4px {
  border-radius: 4px;
}
.overflow-hidden {
  overflow: hidden !important;
}

.rm-rotate-box .back,
.rm-rotate-box .front {
  background-size: cover;
  min-height: 415px;
  z-index: 1;
  transform-style: preserve-3d;
  -webkit-transform-style: preserve-3d;
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  perspective: inherit;
  transition: transform 0.8s cubic-bezier(0.5, 0.2, 0.2, 0.8);
}

.rm-rotate-box .to-left .front,
.rm-rotate-box .to-right .front {
  transform: rotateY(0);
  -webkit-transform: rotateY(0);
  -moz-transform: rotateY(0);
  -ms-transform: rotateY(0);
}
.bg-transparent-gradiant-white-black {
  background: -moz-linear-gradient(
    top,
    rgba(255, 255, 255, 0) 0,
    rgba(0, 0, 0, 0.18) 18%,
    rgba(0, 0, 0, 0.95) 100%
  );
  background: -webkit-linear-gradient(
    top,
    rgba(255, 255, 255, 0) 0,
    rgba(0, 0, 0, 0.18) 18%,
    rgba(0, 0, 0, 0.95) 100%
  );
  background: linear-gradient(
    to bottom,
    rgba(255, 255, 255, 0) 0,
    rgba(0, 0, 0, 0.18) 18%,
    rgba(0, 0, 0, 0.95) 100%
  );
}
.opacity-extra-medium-2 {
  position: absolute;
  height: 100%;
  width: 100%;
  opacity: 0.6;
  top: 0;
  left: 0;
}
.padding-15px-lr {
  padding-left: 15px;
  padding-right: 15px;
}
.rm-rotate-box .content-wrap {
  position: absolute;
  width: 100%;
  display: block;
  transform-style: preserve-3d;
  -webkit-transform-style: preserve-3d;
  perspective: inherit;
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  z-index: 2;
  bottom: 55px;
  left: 0;
  transform: translate3d(0, 0, 0) scale(1);
  -webkit-transform: translate3d(0, 0, 0) scale(1);
  -moz-transform: translate3d(0, 0, 0) scale(1);
  -ms-transform: translate3d(0, 0, 0) scale(1);
}
.text-large {
  font-size: 18px;
  line-height: 22px;
}
.btn-link.text-white,
.text-white,
a.text-white-hover:hover {
  color: #fff;
}
.letter-spacing-1px {
  letter-spacing: 1px;
}
.font-weight-500 {
  font-weight: 500 !important;
}
.margin-5px-bottom {
  margin-bottom: 5px;
}
.text-medium {
  font-size: 14px;
  line-height: 20px;
}
.letter-spacing-1-half {
  letter-spacing: 0.5px;
}
.opacity-6 {
  opacity: 0.6;
}
.rm-rotate-box .back {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.rm-rotate-box .to-left .back {
  transform: rotateY(180deg);
  -webkit-transform: rotateY(180deg);
  -moz-transform: rotateY(180deg);
  -ms-transform: rotateY(180deg);
}
.bg-gradient-tan-geraldine {
  background: #fff;
  box-shadow: inset 0px 0px 44px var(--primary-color-one);
}
.overlay-bg {
  position: absolute;
  height: 100%;
  width: 100%;
  opacity: 1;
  top: 0;
  left: 0;
}
.padding-60px-all {
  padding: 60px;
}
.rm-rotate-box .back .content-wrap {
  top: 50%;
  bottom: inherit;
  left: 0;
  transform: translate3d(0, -50%, 0) scale(1);
  -webkit-transform: translate3d(0, -50%, 0) scale(1);
  -moz-transform: translate3d(0, -50%, 0) scale(1);
  -ms-transform: translate3d(0, -50%, 0) scale(1);
}
.margin-35px-bottom {
  margin-bottom: 35px;
}
.icon-large {
  font-size: 50px;
}
.text-extra-medium {
  font-size: 16px;
  line-height: 28px;
}
.margin-10px-bottom {
  margin-bottom: 10px;
}
.opacity-7 {
  opacity: 0.7;
}
.text-white {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-white-rgb), var(--bs-text-opacity)) !important;
}
.rm-rotate-box .to-left .back {
  transform: rotateY(180deg);
  -webkit-transform: rotateY(180deg);
  -moz-transform: rotateY(180deg);
  -ms-transform: rotateY(180deg);
}
.rm-rotate-box .flipper:hover .back,
.rm-rotate-box .flipper:hover .front {
  transform-style: preserve-3d;
  -webkit-transform-style: preserve-3d;
  transition: transform 1s cubic-bezier(0.3, 1, 0.6, 1);
}
.rm-rotate-box .to-left:hover .back {
  transform: rotateY(0);
  -webkit-transform: rotateY(0);
  -moz-transform: rotateY(0);
  -ms-transform: rotateY(0);
}
.rm-rotate-box .to-left:hover .front {
  transform: rotateY(-180deg);
  -webkit-transform: rotateY(-180deg);
  -moz-transform: rotateY(-180deg);
  -ms-transform: rotateY(-180deg);
}
.font-weight-700 {
  font-weight: 700;
}
.text-bluee {
  color: var(--primary-color-one);
}

/*  */
.services_sec .content_bx {
  padding-left: 20px;
}
.services_sec .content_bx h2 {
  line-height: 55px;
  font-size: 2.5rem;
  margin-bottom: 20px;
  margin-top: 15px;
  color: #fff;
}
.services_sec .content_bx p {
  color: #fff;
}
.services_sec .theme-btn.one {
  transition: 0.5s ease-in-out;

  display: inline-block;
  padding: 0px 20px;
  border-radius: 3px;
  background: #ffffff;
  color: var(--primary-color-one);
  background-size: 200% auto;
  transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
  line-height: 40px;
  font-weight: 600;
  font-size: 15px;
  text-align: center;
}
.services_sec .theme-btn.one:hover {
  border-radius: 3px;
  color: #ffffff;
  background: var(--primary-color-one);
  border: 1px solid #fff;
}
.swiper-button-prev:after {
  font-size: 25px;
  color: var(--primary-color-one);
  background-color: #fff;
  padding: 10px 15px;
  border-radius: 50%;
}
.swiper-button-next:after {
  font-size: 25px;
  color: var(--primary-color-one);
  background-color: #fff;
  padding: 10px 15px;
  border-radius: 50%;
}
/* services sec */

/* gallery  sec */

/* The Modal (background) */
.modal.custom_gallery {
  display: none;
  position: fixed;
  z-index: 10000;
  padding-top: 45px;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: #000000de;
}

/* Modal Content */
.custom_gallery .modal-content {
  position: relative;
  background-color: transparent;
  margin: auto;
  padding: 0;
  width: 90%;
  max-width: 1200px;
}

/* The Close Button */
.custom_gallery .close {
  color: white;
  position: absolute;
  top: 10px;
  right: 25px;
  font-size: 35px;
  font-weight: bold;
  z-index: 100;
}

.custom_gallery .close:hover,
.close:focus {
  color: #999;
  text-decoration: none;
  cursor: pointer;
}

.custom_gallery .mySlides {
  display: none;
}

.custom_gallery .cursor {
  cursor: pointer;
}

/* Next & previous buttons */
.custom_gallery .prev {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: auto;
  padding: 16px;
  margin-top: -50px;
  color: var(--primary-color-two);
  font-weight: bold;
  font-size: 20px;
  transition: 0.6s ease;
  border-radius: 0 3px 3px 0;
  user-select: none;
  -webkit-user-select: none;
}
.custom_gallery .next {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: auto;
  padding: 16px;
  margin-top: -50px;
  color: var(--primary-color-two);
  font-weight: bold;
  font-size: 20px;
  transition: 0.6s ease;
  border-radius: 0 3px 3px 0;
  user-select: none;
  -webkit-user-select: none;
}
/* Position the "next button" to the right */
.custom_gallery .next {
  right: 0;
  border-radius: 3px 0 0 3px;
}

/* On hover, add a black background color with a little bit see-through */
.custom_gallery .prev:hover,
.next:hover {
  background-color: rgba(0, 0, 0, 0.8);
}

.custom_gallery img {
  margin-bottom: -4px;
  width: 100% !important;
  height: 80vh;
  object-fit: contain;
}

.custom_gallery .demo {
  opacity: 0.6;
}

.custom_gallery .active,
.demo:hover {
  opacity: 1;
}

.custom_gallery img.hover-shadow {
  transition: 0.3s;
}

.custom_gallery .hover-shadow:hover {
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}
.custom_gallery .next {
  top: 55%;
}
.custom_gallery .prev {
  top: 55%;
}
/*  */
.product-section .entry-thumbnail.image {
  position: relative;
  border-radius: 10px;
  cursor: pointer;
}
.product-section .entry-thumbnail.image img {
  border-radius: 10px;
}
.product-section .entry-thumbnail .content_inner {
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: end;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 30%, #232323 100%);
  border-radius: 10px;
}
.product-section .entry-thumbnail .content_inner a {
  color: #fff;
  font-size: 18px;
}
.product-section .entry-thumbnail .content_inner h2 {
  text-align: center;
}
.product-section .row {
  row-gap: 30px;
}
/* gallery  sec */

/* blog Sec */
.blog_sec .entry-thumbnail.image {
  position: relative;
  border-radius: 10px;
  cursor: pointer;
  height: 450px;
  width: 100%;
  object-fit: cover;
}
.blog_sec .entry-thumbnail.image img {
  height: 450px;
  width: 100%;
  object-fit: cover;
}
.blog_sec .entry-thumbnail .blog_content {
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: end;
  align-items: center;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 30%, #232323 100%);
  padding: 10px 20px;
}
.blog_sec .row {
  row-gap: 30px;
}
.blog_sec .blog_content .blog_title {
  font-size: 18px;
  line-height: 28px;
  color: #fff;
  display: block;
}
.blog_post_date {
  font-size: 13px !important;
  line-height: 22px;
  color: #ffffffba !important;
}
.blog_post_category {
  font-size: 12px;
  line-height: 20px;
  font-weight: 500;
  text-transform: capitalize;
  color: #fff;
  padding: 6px 13px;
  background: #e2a076c7;
  border-radius: 2px;
}
.blog_top_content {
  align-items: center;
  display: flex;
  justify-content: space-between;
  width: 100%;
  margin-bottom: 10px;
}

/* blog sec */

/* testimonial section */

.title_all_box.style_one.light_color .title,
.title_all_box.style_one.light_color h1,
.title_all_box.style_one.light_color h2,
.title_all_box.style_one.light_color h3,
.title_all_box.style_one.light_color h4,
.title_all_box.style_one.light_color h5,
.title_all_box.style_one.light_color h6,
.title_all_box.style_two.light_color .title,
.title_all_box.style_two.light_color h1,
.title_all_box.style_two.light_color h2,
.title_all_box.style_two.light_color h3,
.title_all_box.style_two.light_color h4,
.title_all_box.style_two.light_color h5,
.title_all_box.style_two.light_color h6 {
  color: #fff;
}
.title_all_box.style_one .title_sections p,
.title_all_box.style_two .title_sections p {
  font-size: 17px;
  line-height: 27px;
  padding: 0px 0px 10px 0px;
}
.title_all_box.style_one.light_color p,
.title_all_box.style_two.light_color p {
  color: #fff;
}
.testimonial_box.type_two {
  position: relative;
  padding: 30px;
  /* margin: 0px 0px 10px; */
  /* background: var(--color-white); */
  box-shadow: 0px 5px 22px 0px rgba(0, 0, 0, 0.23);
  border-radius: 10px;
}
.testimonial_box.type_two .upper_content {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.testimonial_box.type_two .upper_content .image_box {
  position: relative;
  float: left;
}
.testimonial_box.type_two .upper_content .image_box img {
  width: 80px;
  height: 80px;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: top;
  object-position: top;
  border-radius: 50%;
}
.testimonial_box.type_two .upper_content .image_box span {
  font-size: 20px;
  line-height: 40px;
  width: 40px;
  height: 40px;
  border-radius: 50px;
  background: var(--primary-color-one);
  color: var(--color-white);
  text-align: center;
  display: block;
  bottom: -22px;
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  transition: all 0.6s ease;
  -moz-transition: all 0.6s ease;
  -webkit-transition: all 0.6s ease;
  transform: rotate(0deg);
  -ms-transition: all 0.6s ease;
  -o-transition: all 0.6s ease;
}
.testimonial_box.type_two .upper_content .description {
  padding: 20px 10px;
  text-align: center;
  color: #fff;
}
.testimonial_box.type_two .lower_content {
  position: relative;
  padding: 0px 100px;
}
.testimonial_box.type_two .lower_content .authour_name {
  text-align: center;
}
.testimonial_box.type_two .lower_content .authour_name h2 {
  font-size: 20px;
  font-weight: 700;
  line-height: 30px;
  margin-bottom: 3px;
  color: var(--heading-dark);
  transition: all 0.6s ease;
  -moz-transition: all 0.6s ease;
  -webkit-transition: all 0.6s ease;
  -ms-transition: all 0.6s ease;
  -o-transition: all 0.6s ease;
}
.testimonial_box.type_two .lower_content .authour_name h6 {
  font-family: var(--company-family-two);
  font-size: 16px;
  font-weight: 400;
  margin: 0px;
  color: var(--text-color-dark);
}
.testimonial_box.type_two .lower_content p {
  display: block;
  width: 100%;
  text-align: center;
}
.testimonial_box.type_two .lower_content p i {
  padding-left: 5px;
  margin: 0px;
  font-size: 16px;
  color: #dc8c42;
}
.clearfix::after {
  display: block;
  clear: both;
  content: "";
}

.mySwiper1 .swiper-button-next {
  color: rgb(40 46 58);
}

.mySwiper1 .swiper-button-prev {
  color: rgb(40 46 58);
}
.mySwiper1 .swiper-button-prev {
  left: var(--swiper-navigation-sides-offset, 0px);
  right: auto;
}
.mySwiper1 .swiper-button-next {
  right: var(--swiper-navigation-sides-offset, 0px);
  left: auto;
}
.mySwiper1 .swiper-button-next::after {
  font-size: 20px !important;
  font-weight: 900;
}
.mySwiper1 .swiper-button-prev::after {
  font-size: 20px !important;
  font-weight: 900;
}
.testimonial_box.type_two .lower_content p i.empty {
  opacity: 0.3;
}
.testimonial-section .content_bx h6 {
  background: unset;
  -webkit-background-clip: unset;
  -webkit-text-fill-color: unset;
  color: #fff !important;
  text-shadow: 2px 2px 10px var(--primary-color-one);
}
.testimonial-section .content_bx h2 {
  text-shadow: 2px 2px 10px var(--primary-color-one);
}
.testimonial_box.type_two .lower_content .authour_name h2 {
  color: #fff;
}
.testimonial_box.type_two .lower_content .authour_name h6 {
  color: #fff;
}
.testimonial-section .swiper-button-prev:after {
  color: #ffffff;
  background-color: #fff0;
}
.testimonial-section .swiper-button-next:after {
  color: #ffffff;
  background-color: #fff0;
}

/* testimonial section */

/* footer sec */
.bg_dark_2 {
  background: var(--primary-color-two) !important;
}
.footer_widgets {
  position: relative;
  margin-bottom: 30px;
}
.footer_widgets .fo_wid_title {
  position: relative;
  margin-bottom: 16px;
}
.footer_widgets.style_two .fo_wid_title {
  position: relative;
}
.footer_widgets .fo_wid_title h2 {
  font-size: 20px;
  line-height: 30px;
  color: #fff;
  font-weight: 700;
  margin-bottom: 5px;
}
.footer_widgets.style_two .fo_wid_title h2 {
  font-size: 20px;
  line-height: 30px;
  color: #fff;
  font-weight: 700;
  margin-bottom: 5px;
}
.footer_widgets.navigation_foo {
  position: relative;
}
.footer_widgets.navigation_foo .navigation_foo_inner {
  position: relative;
}
.footer_widgets.navigation_foo .navigation_foo_inner ul {
  padding: 0;
  margin: 0;
  position: relative;
}
.footer_widgets.navigation_foo .navigation_foo_inner ul li {
  position: relative;
  display: block;
  list-style: none;
  padding-left: 20px;
}
.footer_widgets.navigation_foo .navigation_foo_inner ul li:before {
  position: absolute;
  content: "";
  width: 12px;
  height: 12px;
  border-radius: 20px;
  border: 2px solid var(--border-color-dark);
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}
.footer_widgets.navigation_foo .navigation_foo_inner ul li a {
  display: block;
  font-size: 16px;
  line-height: 26px;
  margin-bottom: 9px;
  color: var(--text-color-light);
  font-weight: 400;
  transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
}
.footer_contact_list {
  position: relative;
}
.footer_contact_list .same_contact {
  position: relative;
  padding-left: 60px;
}
.footer_contact_list .same_contact span {
  position: absolute;
  width: 30px;
  font-size: 25px;
  top: 1px;
  left: 0;
  width: 50px;
  height: 50px;
  text-align: center;
  border-radius: 50px;
  /* background: var(--primary-color-one); */
  line-height: 50px;
  color: #dd8a3c;
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text !important;
  background-image: url(../img/bg/bg7.jpg) !important;
}
.footer_contact_list .same_contact .content {
  position: relative;
}
.footer_contact_list .same_contact .content h6 {
  font-size: 16px;
  line-height: 28px;
  margin-bottom: 0px;
  color: #fff;
  font-weight: 600;
}
.footer_contact_list .same_contact .content a,
.footer_contact_list .same_contact .content p {
  font-size: 16px;
  line-height: 26px;
  font-weight: 400;
  color: var(--text-color-light);
}
.footer_contact_list .same_contact {
  position: relative;
  padding-left: 60px;
}
.foo_subscribe.style_one p {
  color: var(--text-color-light);
  margin-bottom: 15px;
}
.foo_subscribe.style_one .shortcodes {
  position: relative;
  padding-top: 5px;
}
form {
  position: relative;
}
.foo_subscribe.style_one .shortcodes input {
  background: rgba(255, 255, 255, 0.06);
  border-radius: 10px;
  width: 100%;
  border-color: rgba(255, 255, 255, 0.06);
  color: #fff;
  font-size: 14px;
  font-family: var(--company-family-one);
}
.foo_subscribe.style_one .shortcodes input[type="submit"] {
  background: var(--primary-color-one);
  position: absolute;
  width: auto;
  height: 45px;
  font-size: 12px;
  font-family: var(--company-family-one);
  text-transform: capitalize;
  padding: 10px 15px;
  text-align: center;
  color: #fff;
  right: 5px;
  min-width: auto;
  min-height: auto;
  line-height: 29px;
  top: 0px;
  bottom: 0;
  margin: auto;
  border-radius: 10px;
}
.foo_subscribe.style_one p {
  color: var(--text-color-light);
  margin-bottom: 15px;
}
.social_media_v_one {
  position: relative;
}
.social_media_v_one ul {
  padding: 0;
  margin: 0;
}
.social_media_v_one ul li {
  position: relative;
  display: inline-block;
  margin-right: 10px;
  margin-bottom: 0px !important;
}
.social_media_v_one ul li a {
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  display: block;
  border-radius: 50px;
  background: var(--primary-color-two);
  color: #fff;
  transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
}
.social_media_v_one.light ul li a {
  background: rgba(255, 255, 255, 0.0392156863);
}
.social_media_v_one ul li a span {
  opacity: 0.8;
  transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
}
.social_media_v_one ul li a small {
  position: absolute;
  padding: 5px 15px;
  border-radius: 5px;
  background: #fff;
  color: #e98b69;
  font-size: 13px;
  line-height: 13px;
  font-weight: 600;
  min-width: 100px;
  text-align: center;
  margin: auto;
  left: -10px;
  right: 0;
  top: -35px;
  transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  opacity: 0;
}
.social_media_v_one ul li a small::before {
  position: absolute;
  content: "";
  width: 12px;
  border-top: 10px solid #fff;
  border-bottom: 10px solid transparent;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  height: 12px;
  bottom: -20px;
  left: 20px;
}
.social_media_v_one ul li a:hover small {
  opacity: 1;
}

.bg_dark_3 {
  background: var(--primary-color-five) !important;
}
.footer_copy_content {
  position: relative;
  color: var(--text-color-light);
  margin: 0px;
  font-family: var(--company-family-two);
}
.footer_copy_content a {
  color: var(--text-color-light);
}
.footer_copy_content a:hover {
  color: var(--primary-color-one);
}
.footer_widgets.about_company {
  position: relative;
}
.footer_logo img {
  width: 250px;
}
.footer_widgets.about_company .content_box {
  position: relative;
}
.footer_widgets.about_company .content_box p {
  color: var(--text-color-light);
  margin-bottom: 30px;
}
.theme_btn_all {
  position: relative;
}
.theme-btn.four {
  position: relative;
  display: inline-block;
  font-size: 12px;
  line-height: 22px;
  color: #e98b69;
  text-transform: capitalize;
  background: none !important;
  font-family: var(--company-family-one);
  font-weight: 600;
}
.theme-btn.four i {
  position: relative;
  top: 2px;
  font-size: 18px;
  left: 5px;
  transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
}
.theme-btn.four:hover {
  color: #fff;
  background: none !important;
}
.bg_darknew_2 {
  background: #262b35 !important;
}
.footer_copy_right {
  border-top-style: solid;
  border-width: 1px;
}
.footer_area a:hover {
  color: #fff !important;
}

/*  */
.footer_contact_list .same_contact li span {
  top: -5px;
  left: -5px;
  font-size: 18px;
}
.footer_contact_list .same_contact li span:before {
  color: #fff !important;
}
.footer_contact_list .same_contact li span {
  color: #fff !important;
  background: unset !important;
  background-image: unset !important;
  -webkit-text-fill-color: unset;
  -webkit-background-clip: unset !important;
}
.social_media_v_one ul {
  margin-top: 10px;
  position: absolute;
}
/* footer sec */

/* -----------------------
--about us page start----
-------------------------- */

.innerheader-wrapp {
  width: 100%;
  padding: 50px 0;
  border-bottom: 1px solid #d3d4d6;
}
.innerheader-wrapp h2 {
  margin: 0;
  float: left;
  font-size: 25px;
}
.breadcrumb {
  float: right;
  padding: 0;
  margin: 0;
  margin-top: 15px;
  list-style: none;
  background: none;
  border-radius: 0;
}
.breadcrumb li a {
  color: var(--primary-color-one) !important;
}
.breadcrumb li a:hover {
  color: var(--primary-color-two) !important;
}
.about_new_style {
  display: flex;
}
.about_new_style .image_boxes.style_seven {
  width: 100%;
  position: relative;
  top: 20px;
  left: 50px;
  padding: 50px 0px;
}
.about_new_style .content_bx {
  padding: 50px 25px 50px 90px;
  border-style: solid;
  width: 130%;
  border-color: var(--primary-color-one) 2b;
  border-width: 1px;
}
.about_new_style .content_bx h2 {
  line-height: 42px;
  font-size: 32px;
}
.about_new_style .content_bx p {
  text-align: justify;
}
.count-box1 {
  border-right-style: solid;
  border-color: #b7cfeb;
}

.swiper_box {
  width: 100%;
}
/* vision mission sec */

.icon_box_new_box.type_two {
  position: relative;
  padding: 0px 10px 10px 10px;
  /* background: var(--color-white); */
  margin-bottom: 0px;
  text-align: center;
  border-radius: 10px;
  transition: all 0.6s ease-in-out;
  border: none;
}

.icon_box_new_box.type_two .icon_box {
  position: relative;
  line-height: 110px;
  border: 1px solid var(--border-color-dark);
  width: 116px;
  height: 116px;
  border-radius: 50%;
  left: 0px;
  right: 0;
  top: -10px;
  display: block;
  margin: 0 auto 15px;
  padding: 12px;
  transition: all 0.6s ease-in-out;
  z-index: 10;
}
.icon_box_new_box.type_two .svg_image {
  width: 60px;
  margin: auto;
  height: auto;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: block;
  position: absolute;
}

.icon_box_new_box.type_two .content {
  position: relative;
  z-index: 10;
}

.icon_box_new_box.type_two::after {
  border-top: 2px solid var(--border-color-dark);
  border-left: 2px solid var(--border-color-dark);
  border-top-left-radius: 10px;
  left: 0;
  top: 0;
  transition-duration: 0.4s;
}

.icon_box span {
  font-size: 60px;
  line-height: 90px;
  color: var(--primary-color-one);
}

.icon_box_new_box.type_two .content h2 {
  line-height: 30px;
  font-size: 18px;
  font-weight: 700;
}
.icon_box_new_box.type_two .content h2 a {
  color: #2e3e57;
}
/* vision mission sec */
.about_new_style .swiper-button-prev {
  display: none;
}
.about_new_style .swiper-button-next {
  display: none;
}

/* vision mission sec */

/* chairman message */
.team_intro_box {
  position: relative;
}
.team_intro_box .team_intro_inner {
  position: relative;
  overflow: hidden;
  border-radius: 10px;
  min-height: 480px;
}
.team_intro_box .team_intro_inner .image_bg {
  position: absolute;
  z-index: 1;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
}
.team_intro_box .team_intro_inner .image_bg::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  bottom: 0;
  background: #282f3be0;
  opacity: 0.9;
  z-index: 2;
}
.team_intro_box .team_intro_inner .team_intro_start {
  position: relative;
  z-index: 3;
}
.team_intro_box .team_intro_inner .team_intro_start .left_content {
  position: relative;
  padding: 80px 60px 80px;
}
.team_intro_box .team_intro_inner .team_intro_start .title {
  margin-bottom: 30px;
}

.team_intro_box .team_intro_inner .team_intro_start .title h6 {
  font-size: 30px;
  font-weight: 700;
  text-decoration: underline;
  color: var(--primary-color-one);
  line-height: 40px;
  margin-bottom: 5px;
}
.team_intro_box .team_intro_inner .team_intro_start .title h1 {
  font-size: 44px;
  font-weight: 700;
  color: #fff;
  line-height: 54px;
  margin-bottom: 10px;
}
.team_intro_box .team_intro_inner .team_intro_start .quotes {
  position: relative;
  padding-left: 75px;
  margin-bottom: 20px;
  margin-bottom: 20px;
}
.team_intro_box .team_intro_inner .team_intro_start .quotes span {
  position: absolute;
  left: 0;
  top: 0;
  font-size: 46px;
  line-height: 46px;
  color: #fff;
}
.team_intro_box .team_intro_inner .team_intro_start .quotes h5 {
  font-size: 22px;
  font-weight: 700;
  color: #fff;
  line-height: 36px;
  margin-bottom: 10px;
}
.team_intro_box .team_intro_inner .team_intro_start .authour_dtls {
  position: relative;
  margin-left: 75px;
}
.team_intro_box .team_intro_inner .team_intro_start .authour_dtls img {
  margin-bottom: 10px;
}
.team_intro_box .team_intro_inner .team_intro_start .authour_dtls h4 {
  font-size: 18px;
  font-weight: 600;
  color: #fff;
  line-height: 28px;
}
.team_intro_box .team_intro_inner .team_intro_start .authour_dtls h4 span {
  color: var(--primary-color-two);
  font-family: var(--creote-family-two);
  font-size: 16px;
  font-weight: 700;
  display: block;
}
.team_intro_box .image_right {
  position: absolute;
  right: 0;
  top: 0;
  z-index: 2;
  margin: 0px 13px 0px 0px;
  height: 536px;
}
.team_intro_box .image_right img {
  width: auto !important;
  height: 536px;
}
/* -----------------------
--about us page end----
-------------------------- */

/* ----------------------------
           conatct us page start
-------------------------------*/

.title_all_box {
  position: relative;
}

.title_all_box.style_one .title_sections,
.title_all_box.style_two .title_sections {
  position: relative;
}
.title_all_box.style_one .title_sections .before_title,
.title_all_box.style_two .title_sections .before_title {
  font-size: 22px;
  line-height: 40px;
  font-weight: 700;
  color: var(--primary-color-two);
  padding: 0px 0px 10px 0px;
  text-decoration: underline;
  font-family: var(--company-family-one);
}

.title_all_box.style_one .title_sections .title,
.title_all_box.style_one .title_sections h1,
.title_all_box.style_one .title_sections h2,
.title_all_box.style_one .title_sections h3,
.title_all_box.style_one .title_sections h4,
.title_all_box.style_one .title_sections h5,
.title_all_box.style_one .title_sections h6,
.title_all_box.style_two .title_sections .title,
.title_all_box.style_two .title_sections h1,
.title_all_box.style_two .title_sections h2,
.title_all_box.style_two .title_sections h3,
.title_all_box.style_two .title_sections h4,
.title_all_box.style_two .title_sections h5,
.title_all_box.style_two .title_sections h6 {
  font-size: 38px;
  line-height: 50px;
  font-weight: 700;
  color: var(--heading-dark);
  padding: 0px 0px 10px 0px;
  font-family: var(--company-family-one);
}
.title_all_box.style_one .title_sections p,
.title_all_box.style_two .title_sections p {
  font-size: 17px;
  line-height: 27px;
  padding: 0px 0px 10px 0px;
}
.contact_box_content {
  position: relative;
}
.contact_box_content.style_one .contact_box_inner {
  position: relative;
  padding: 10px 30px;
  display: block;
  border-radius: 10px;
  border: 1px solid var(--border-color-dark);
  transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  cursor: pointer;
  background: #fff;
}

.contact_box_content.style_one .contact_box_inner.icon_yes .icon_bx {
  position: absolute;
  left: 24px;
  bottom: 0;
  top: 0;
  width: 40px;
  height: 40px;
  border-radius: 50px;
  /* background: var(--primary-color-two); */
  margin: auto;
  text-align: center;
  line-height: 40px;
}

.contact_box_content.style_one .contact_box_inner.icon_yes .icon_bx span {
  color: var(--primary-color-one);
  font-size: 30px;
}

.contact_box_content.style_one .contact_box_inner .contnet {
  position: relative;
}

.contact_box_content.style_one .contact_box_inner.icon_yes .contnet {
  margin-left: 55px;
}

.contact_box_content.style_one .contact_box_inner .contnet h3 {
  font-size: 18px;
  font-weight: 700;
  color: var(--heading-dark);
  margin-bottom: 5px;
  line-height: 26px;
}
.contact_box_content.style_one .contact_box_inner .contnet p {
  margin-bottom: 0px;
}

.contact_box_content a {
  color: #4a4e56;
}
.contact_box_content a:hover {
  color: var(--primary-color-two);
}

/* form sec */
.contact_form_box_all {
  position: relative;
}
.contact_form_box_all.type_two {
  position: relative;
}
.contact_form_box_all.type_two .contact_form_shortcode {
  position: relative;
  padding: 0px;
  /* background: #fff; */
  /* box-shadow: var(--box-shadow); */
  border-radius: 10px;
  height: auto;
}
.contact_form_box_all.type_two .contact_form_shortcode .heading {
  position: relative;
  margin-bottom: 30px;
}
.contact_form_box_all.type_two .contact_form_shortcode .heading h2 {
  font-size: 26px;
  line-height: 36px;
  font-weight: 700;
  color: vr(--heading-dark);
}
form p {
  margin-bottom: 0px;
}
.contact_form_box_all input,
.contact_form_box_all input[type="text"],
.contact_form_box_all input[type="email"],
.contact_form_box_all input[type="number"],
.contact_form_box_all textarea,
.contact_form_box_all select {
  margin: 6px 0px 25px !important;
}
.contact_form_box_all.type_two .contact_form_shortcode form input {
  padding: 0px 15px;
}
.contact_form_box_all.type_two .contact_form_shortcode form p label input,
.contact_form_box_all.type_two .contact_form_shortcode form p label textarea,
.contact_form_box_all.type_two .contact_form_shortcode form div label input,
.contact_form_box_all.type_two .contact_form_shortcode form div label textarea {
  margin-top: 5px;
}
.contact_form_box_all.type_two .contact_form_shortcode form p label i,
.contact_form_box_all.type_two .contact_form_shortcode form div label i {
  position: absolute;
  top: 30%;
  right: 11px;
  bottom: 0;
  font-size: 20px;
  height: 20px;
  width: 20px;
  line-height: 20px;
  color: var(--primary-color-one);
  text-align: center;
}
.contact_form_box_all.type_two .contact_form_shortcode form p label span,
.contact_form_box_all.type_two .contact_form_shortcode form div label span {
  width: 100%;
  display: block;
}
.contact_form_box_all input,
.contact_form_box_all input[type="text"],
.contact_form_box_all input[type="email"],
.contact_form_box_all input[type="number"],
.contact_form_box_all textarea,
.contact_form_box_all select {
  margin: 6px 0px 5px !important;
}
.contact_form_box_all textarea {
  height: 110px;
}
.contact_form_box_all.type_two .contact_form_shortcode form textarea {
  padding: 10px 15px;
}
.contact_form_box_all.type_two .contact_form_shortcode form p label input,
.contact_form_box_all.type_two .contact_form_shortcode form p label textarea,
.contact_form_box_all.type_two .contact_form_shortcode form div label input,
.contact_form_box_all.type_two .contact_form_shortcode form div label textarea {
  margin-top: 5px;
}
.contact_form_box_all input[type="submit"],
.contact_form_box_all button[type="submit"] {
  margin-bottom: 10px !important;
}
.contact_form_box_all.type_two .contact_form_shortcode form input {
  padding: 0px 15px;
}
.contact_form_box_all label {
  position: relative;
}
.contact_form_box_all.type_two .contact_form_shortcode form p label,
.contact_form_box_all.type_two .contact_form_shortcode form div label {
  width: 100%;
  display: block;
  font-size: 14px;
  font-weight: 500;
  color: var(--text-color-dark);
  font-family: var(--company-family-one);
  position: relative;
}

/* ---
 -------------------------
           conatct us page end
-------------------------------*/
/* ---
 -------------------------
           services us page start
-------------------------------*/
.project_post {
  position: relative;
  margin-bottom: 30px;
}
.project_post.style_one {
  /* padding: 30px; */
  background: #fff;
  /* box-shadow: var(--box-shadow); */
  border-radius: 10px;
}
.filt_style_three .project_post {
  margin-bottom: 30px;
}
.project_post.style_one .image {
  position: relative;
  overflow: hidden;
  border-radius: 10px;
}
.project_post.style_one .image img {
  width: 100%;
  height: 300px;
  -o-object-fit: fill !important;
  object-fit: cover;
  border: 1px solid #c1c1c1;
  border-radius: 10px;
}
.widgets_grid_box {
  position: relative;
  margin-bottom: 50px;
  border-radius: 10px;
}
.widgets_grid_box ul {
  position: relative;
  padding: 0px;
}
.widgets_grid_box ul.wp-block-categories {
  padding: 0px 0px 0px;
  margin-bottom: 0px;
  border-radius: 10px;
  /* border: 1px solid var(--border-color-dark); */
}
.widgets_grid_box ul li {
  position: relative;
  list-style: none;
  padding: 14px 0px 8px;
  /* border-bottom: 1px solid var(--border-color-dark); */
  display: block;
  text-transform: capitalize;
  font-family: var(--company-family-one);
  font-weight: 600;
  font-size: 12px;
}

.widgets_grid_box ul li {
  margin-bottom: 0px !important;
}

.widgets_grid_box ul.wp-block-categories li {
  padding: 14px 0px !important;
  border-bottom: 1px solid var(--border-color-dark);
  display: flex;
  align-items: center;
}

.widgets_grid_box ul li a {
  line-height: 16px;
  display: inline-block;
  position: relative;
  color: var(--primary-color-one) e0;
  text-transform: capitalize;
  font-size: 15px;
}
.widgets_grid_box ul.wp-block-categories li a {
  padding-right: 8px;
  padding-left: 40px !important;
}
.widgets_grid_box ul.wp-block-categories li.subcategory a {
  padding-right: 8px;
  padding-left: 30px !important;
  width: 80%;
  line-height: 20px;
}

.widgets_grid_box .widget-title {
  position: relative;
  margin-bottom: 0px;
  font-size: 18px;
  font-weight: 700;
  line-height: 26px;
  color: var(--primary-color-one);
  font-family: var(--company-family-one);
  padding-right: 8px;
  padding-left: 20px;
}

.widgets_grid_box .widget-title:before {
  position: absolute;
  content: "\f101";
  font: normal normal normal 14px/1 FontAwesome;
  font-size: 19px;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  left: 10px;
  height: 20px;
  top: 0;
  bottom: 0;
  margin: auto;
  background-color: var(--primary-color-one);
  color: #fff;
  border-radius: 50%;
  width: 21px;
  padding: 0px 6px;
}

li.subcategory {
  border-bottom: 1px solid var(--border-color-dark);
}

/* a.widget-title:hover {
  margin-left: 20px !important;
  color: var(--primary-color-two);
} */
.subcategory:after {
  position: absolute;
  content: "\f054";
  right: 0;
  height: 20px;
  font-size: 15px;
  font-weight: 400;
  width: 20px;
  height: 20px;
  border: 1px solid var(--text-color-light);
  border-radius: 50%;
  right: 10%;
  font-family: "fontawesome";
  line-height: 19px;
  text-align: center;
  color: var(--text-color-light);
  transition: all 1s;
}

.widgets_grid_box ul.wp-block-categories li:hover.subcategory:after {
  color: var(--primary-color-two);
  right: 0px;
  transition: all 1s;
  border: 1px solid #068cd2;
}

.widgets_grid_box ul.wp-block-categories li:hover.subcategory a {
  margin-left: 20px;
  color: #068cd2;
}
.widgets_grid_box ul.wp-block-categories li.active.subcategory a {
  /* margin-left: 20px; */
  color: #068cd2;
}
.widgets_grid_box ul.wp-block-categories li.active.subcategory:after {
  color: #068cd2;
  border: 1px solid #068cd2;
}
.widgets_grid_box ul.wp-block-categories li:hover.subcategory:after {
  color: #068cd2;
  border: 1px solid #068cd2;
}
.content_box_cn {
  position: relative;
}
.content_box_cn.style_one .txt_content {
  position: relative;
}
.content_box_cn.style_one .txt_content::before {
  position: absolute;
  content: "\e945";
  min-width: 20px;
  font-size: 18px;
  color: var(--primary-color-one);
  font-family: "icomoon" !important;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 25px;
  -webkit-font-smoothing: antialiased;
}
.content_box_cn.style_one .txt_content h3 a {
  display: block;
  color: var(--heading-dark);
  line-height: 28px;
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 10px;
  padding-left: 25px;
}
.content_box_cn.style_one .txt_content p {
  padding-left: 25px;
}
.widgets_grid_box_border {
  border: 1px solid var(--border-color-dark);
}

.pl-0 {
  padding-left: 0;
}
.pr-0 {
  padding-right: 0;
}

.border-bottomnew1 {
  border-bottom: 1px solid var(--border-color-dark) !important;
}
.lastchild li:last-child {
  border: none !important;
}
.lastchild li.border-bottomnew1:last-child {
  border: none;
}

/* ---
 -------------------------
           services us page end
-------------------------------*/

/* ---
 -------------------------
           project sec end
-------------------------------*/
.project_box.style_three {
  position: relative;
  padding: 10px 30px 10px 0px;
  border-radius: 10px;
  box-shadow: 0px 0px 40px 0px rgb(0 0 0 / 15%);
  background: #fff;
  margin-bottom: 30px;
}

.project_box.style_three .content_inner {
  position: relative;
  float: left;
  width: 100%;
  padding: 5px 0px;
}

.project_box.style_three .content_inner div a {
  font-size: 12px;
  line-height: 16px;
  font-weight: 600;
  color: var(--primary-color-one);
  font-family: var(--creote-family-one);
  text-transform: capitalize;
  margin-bottom: 15px;
  padding: 9px 11px 4px;
  background: var(--primary-color-three);
  display: inline-block;
  border-radius: 5px;
}

.project_box.style_three .content_inner h2 a {
  position: relative;
  font-size: 22px;
  font-weight: 700;
  line-height: 32px;
  margin-bottom: 10px;
  padding-bottom: 10px;
  border-bottom: 1px solid var(--border-color-dark);
  display: block;
}

.project_box.style_three .content_inner .read_more {
  font-size: 15px;
  color: #232323;
  line-height: 25px;
  display: inline-block;
}
.project_box.style_three .content_inner .read_more:hover {
  color: #4b538f;
}
.icon-right-arrow-long {
  padding-left: 10px;
  padding-top: 5px;
}
.project_box.style_three .image {
  position: relative;
  width: 100%;
  float: right;
  border-radius: 10px;
  overflow: hidden;
}
.project_box.style_three .image img {
  width: 100%;
  height: 200px;
  -o-object-fit: cover;
  object-fit: cover;
}

.project-section .swiper-button-prev:after {
  background-color: transparent;
  font-weight: bold;
}
.project-section .swiper-button-next:after {
  background-color: transparent;
  font-weight: bold;
}
.project-section .swiper-button-prev {
  left: var(--swiper-navigation-sides-offset, 0px);
}
.project-section .swiper-button-next {
  right: var(--swiper-navigation-sides-offset, 0px);
}
.project-section .swiper-button-prev:after {
  display: none;
}
.project-section .swiper-button-next:after {
  display: none;
}
/* ---
-------------------------
          project sec end
-------------------------------*/

/* why us sec */
.whyus_sec .swiper-button-prev:after {
  display: none;
}
.whyus_sec .swiper-button-next:after {
  display: none;
}

/* why us sec */

/* product section */
.project_box.style_two {
  position: relative;
  margin-bottom: 30px;
  background-color: #fff;
  box-shadow: 0px 0px 5px #ada9a9;
  border-radius: 10px;
}
.project_box.style_two .image {
  position: relative;
  overflow: hidden;
  border-radius: 5px;
  display: flex;
  justify-content: center;
}
.project_box.style_two .image::before {
  position: absolute;
  z-index: 1;
  display: block;
  content: "";
  width: 30px;
  height: 30px;
  background: rgba(255, 255, 255, 0.2);
  border-radius: 10px;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
  opacity: 0;
  margin: auto;
}
.project_box.style_two .image img {
  width: 255px;
  height: 250px;
  -o-object-fit: contain;
  object-fit: contain;
  cursor: pointer;
}
.project_box.style_two .content_inner {
  padding: 10px 20px;
  /* margin: 0px 15px 0px 15px; */
  background: #fff;
  box-shadow: var(--box-shadow);
  border: 1px solid var(--border-color-dark);
  margin-top: -25px;
  z-index: 23;
  position: relative;
  border-radius: 10px;
  transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  transform: translateY(0px);
  height: 70px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.project_box.style_two .content_inner::before {
  position: absolute;
  content: "";
  border: 1px dashed var(--border-color-dark);
  width: 98%;
  height: 97%;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  margin: auto;
  border-radius: 10px;
}
.project_box.style_two .content_inner h2 a {
  position: relative;
  font-family: var(--company-family-one);
  font-size: 15px;
  font-weight: 700;
  line-height: 21px;
  /* margin-bottom: 15px; */
  text-align: center;
  display: block;
}
.project_box.style_two:hover .content_inner {
  transform: translateY(20px);
}

/* product section */

/* popup */

.popup_video_sec .Click-here {
  cursor: pointer;
  background-image: linear-gradient(190deg, #f83600 0%, #fee140 100%);
  color: #fff;
  width: 180px;
  text-align: center;
  font-size: 16px;
  padding: 18px 0;
  margin: 0 auto;
  transition: background-image 3s ease-in-out;
}
.popup_video_sec .Click-here:hover {
  transition: background-image 3s ease-in-out;
  background-image: linear-gradient(90deg, #fee140 0%, #f83600 100%);
}
.popup_video_sec .custom-model-main {
  text-align: center;
  overflow: hidden;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0; /* z-index: 1050; */
  -webkit-overflow-scrolling: touch;
  outline: 0;
  opacity: 0;
  -webkit-transition: opacity 0.15s linear, z-index 0.15;
  -o-transition: opacity 0.15s linear, z-index 0.15;
  transition: opacity 0.15s linear, z-index 0.15;
  z-index: -1;
  overflow-x: hidden;
  overflow-y: auto;
}

.popup_video_sec .model-open {
  z-index: 99999;
  opacity: 1;
  overflow: hidden;
}
.popup_video_sec .custom-model-inner {
  -webkit-transform: translate(0, -25%);
  -ms-transform: translate(0, -25%);
  transform: translate(0, -25%);
  -webkit-transition: -webkit-transform 0.3s ease-out;
  -o-transition: -o-transform 0.3s ease-out;
  transition: -webkit-transform 0.3s ease-out;
  -o-transition: transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  display: inline-block;
  vertical-align: middle;
  width: 600px;
  margin: 30px auto;
  max-width: 97%;
}
.popup_video_sec .custom-model-wrap {
  display: block;
  width: 500px;
  height: 500px;
  position: relative;
  background-color: #fff;
  border: 1px solid #999;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  background-clip: padding-box;
  outline: 0;
  text-align: left;
  /* padding: 20px; */
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  /* max-height: calc(100vh - 70px); */
  overflow: hidden;
}
.popup_video_sec .pop-up-content-wrap iframe {
  width: 100%;
  height: 500px !important;
}

.popup_video_sec .model-open .custom-model-inner {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
  position: relative;
  z-index: 999;
}
.popup_video_sec .model-open .bg-overlay {
  background: rgba(0, 0, 0, 0.6);
  z-index: 99;
}
.popup_video_sec .bg-overlay {
  background: rgba(0, 0, 0, 0);
  height: 100vh;
  width: 100%;
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 0;
  -webkit-transition: background 0.15s linear;
  -o-transition: background 0.15s linear;
  transition: background 0.15s linear;
}
.popup_video_sec .close-btn {
  position: absolute;
  right: 16%;
  top: -30px;
  cursor: pointer;
  z-index: 99;
  font-size: 30px;
  color: #fff;
}

@media screen and (min-width: 800px) {
  .popup_video_sec .custom-model-main:before {
    content: "";
    display: inline-block;
    height: auto;
    vertical-align: middle;
    margin-right: -0px;
    height: 100%;
  }
}
@media screen and (max-width: 799px) {
  .popup_video_sec .custom-model-inner {
    margin-top: 45px;
  }
}
@media screen and (max-width: 600px) {
  .popup_video_sec .popup-btn {
    position: absolute;
    top: 4% !important;
    left: 37% !important;
  }
  .popup_video_sec .pop-up-content-wrap iframe {
    width: 100%;
    height: 300px !important;
  }
  .popup_video_sec .custom-model-wrap {
    top: 20%;
    width: 100%;
    height: 300px;
  }
  .popup_video_sec .close-btn {
    position: absolute;
    right: 0%;
    top: -30px;
    cursor: pointer;
    z-index: 99;
    font-size: 30px;
    color: #fff;
  }
}

/* play btn */

.popup_video_sec .popup-btn {
  position: absolute;
  top: 20%;
  left: 40%;
  transition: translate(-40%, -40%);
}
.popup_video_sec .play-btn {
  width: 100px;
  height: 100px;
  background: radial-gradient(
    rgba(189, 110, 12, 0.8) 60%,
    rgba(255, 255, 255, 1) 62%
  );
  border-radius: 50%;
  position: relative;
  display: block;
  margin: 100px auto;
  box-shadow: 0px 0px 25px 3px rgba(222, 122, 16, 0.8);
}

/* triangle */
.popup_video_sec .play-btn::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translateX(-40%) translateY(-50%);
  transform: translateX(-40%) translateY(-50%);
  transform-origin: center center;
  width: 0;
  height: 0;
  border-top: 15px solid transparent;
  border-bottom: 15px solid transparent;
  border-left: 25px solid #fff;
  z-index: 100;
  -webkit-transition: all 400ms cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: all 400ms cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

/* pulse wave */
.popup_video_sec .play-btn:before {
  content: "";
  position: absolute;
  width: 150%;
  height: 150%;
  -webkit-animation-delay: 0s;
  animation-delay: 0s;
  -webkit-animation: pulsate1 2s;
  animation: pulsate1 2s;
  -webkit-animation-direction: forwards;
  animation-direction: forwards;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-timing-function: steps;
  animation-timing-function: steps;
  opacity: 1;
  border-radius: 50%;
  border: 5px solid rgba(255, 255, 255, 0.75);
  top: -25%;
  left: -25%;
  background: rgba(198, 16, 0, 0);
}

@-webkit-keyframes pulsate1 {
  0% {
    -webkit-transform: scale(0.6);
    transform: scale(0.6);
    opacity: 1;
    box-shadow: inset 0px 0px 25px 3px rgba(255, 255, 255, 0.75),
      0px 0px 25px 10px rgba(255, 255, 255, 0.75);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 0;
    box-shadow: none;
  }
}

@keyframes pulsate1 {
  0% {
    -webkit-transform: scale(0.6);
    transform: scale(0.6);
    opacity: 1;
    box-shadow: inset 0px 0px 25px 3px rgba(255, 255, 255, 0.75),
      0px 0px 25px 10px rgba(255, 255, 255, 0.75);
  }
  100% {
    -webkit-transform: scale(1, 1);
    transform: scale(1);
    opacity: 0;
    box-shadow: none;
  }
}

/*  */
.top_bar .top_inner .common_css .contntent .text span i {
  width: 30px !important;
  height: 30px !important;
  font-size: 15px;
  padding: 4px 9px !important;
  right: 0 !important;
  margin-left: -25px !important;
}

.left_side.common_css i {
  width: 32px !important;
  height: 30px !important;
  padding: 4px 1px !important;
  right: 0 !important;
  margin-left: 0 !important;
  display: flex;
  justify-content: center;
}

/* about page quality sec */
.qualitypolicy_list {
  row-gap: 30px;
}
.aboutsec_about_img1 {
  width: 100%;
  border-radius: 10px;
  object-fit: cover;
}

/* certification page sec */
.project_box_two_certificate .image img {
  width: 100% !important;
  height: auto !important;
}
.project_box_two_certificate .content_inner {
  margin-top: 0;
}
.project_box.style_two.project_box_two_certificate h2 a {
  color: #262b35;
}
.modal.custom_gallery1 {
  padding-top: 20px !important;
  padding-bottom: 20px !important;
}
.custom_gallery1 img {
  height: 95vh !important;
}

/* video page sec */

.videosec_about_img1 {
  width: 100%;
  height: 300px;
  object-fit: cover;
}
.videopage_sec .popup_video_sec .popup-btn {
  top: 0;
}

/* header */
.header
  .header_content_collapse
  .navigation_menu
  .navbar_nav
  li.active
  .dropdown-btn
  span {
  color: #068cd2 !important;
}

/* catalogue sec */
.catalogue_list h4 {
  padding-left: 20px;
  border-left-style: solid;
  border-width: 5px !important;
  color: #262b35;
  border-color: #068cd2;
  font-size: 20px;
}
.catalogue_list {
  padding: 10px 0px 10px 25px;
  background-color: #fff;
  border: 1px solid #e4e7ea;
  border-radius: 5px;
}
.catalogue_list h4:before {
  content: "\f1c1";
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: 24px;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  padding-right: 10px;
  color: #ff0000;
}
.catalogue_row {
  row-gap: 15px;
}

/* product page sec */
.table_sec {
  overflow-x: auto;
}
li.category_title {
  background-color: #e4e7ea87;
}

/* event year sec */
.eventyear_list h4 {
  padding-left: 20px;
  border-left-style: solid;
  border-width: 5px !important;
  color: #262b35;
  border-color: #068cd2;
  font-size: 20px;
  font-weight: 500;
}
.eventyear_list {
  /* padding: 10px 10px 10px 25px; */
  background-color: #fff;
  /* border: 1px solid #e4e7ea; */
  list-style: none;
  padding: 30px;
  box-shadow: 0px 0px 40px 0px rgba(0, 0, 0, 0.09);
  border-radius: 10px;
}
.eventyear_list li {
  border-bottom-style: solid;
  border-width: 1px;
  padding-bottom: 7px;
  border-color: #e4e7ea;
}

/* whatsnew sec */
.eventdetailsbox {
  padding: 30px;
  background: #fff;
  box-shadow: 0px 0px 40px 0px rgba(0, 0, 0, 0.09);
  border-radius: 10px;
}

.event_details p {
  text-align: justify;
  margin-bottom: 0;
  margin-top: 5px;
}
.eventdetailsbox img {
  height: 410px !important;
  width: 100%;
  object-fit: cover;
}
.event_list_row {
  row-gap: 20px;
}
.eventyear_list li.active h4 {
  background-color: #dcefff;
  color: #068cd2;
}
.eventyear_list li:hover h4 {
  background-color: #dcefff;
  color: #068cd2;
}

/* accordination sec */
.accordion-button {
  color: var(--text-color-dark);
  background: var(--primary-color-three);
  font-size: 18px;
  font-weight: 600;
  line-height: 26px;
}
.accordion-button:not(.collapsed) {
  color: var(--primary-color-one);
  background-color: #f0f3f9;
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.125);
  font-size: 18px;
  font-weight: 600;
  line-height: 26px;
}

.accordion-button::after {
  position: absolute;
  content: "\e964";
  font-family: "icomoon";
  font-size: 20px;
  color: var(--primary-color-one);
  right: 20px;
  background-image: unset;
  transition: all 0.5s;
  background-color: #fff;
  border-radius: 50%;
  padding: 2px 6px;
  height: 30px;
  width: 30px;
}
.accordion-button:not(.collapsed)::after {
  background-image: unset;
  transform: rotate(90deg);
  transition: all 0.5s;
  background-color: #fff;
  border-radius: 50%;
  padding: 2px 6px;
  height: 30px;
  width: 30px;
}

.widgets_grid_box .contact_box_widget.widget_box {
  position: relative;
  text-align: center;
  top: 25px;
}
.accordion-button:focus {
  border-color: unset;
  box-shadow: unset;
}
/* career sec */

.job-explain-content {
  padding: 0px 25px 30px;
}
.job-title-wrapper {
  display: flex;
  align-items: center;
}
.job-title-wrapper .job-card-title {
  font-size: 20px;
  margin-top: 0;
  font-weight: 600;
  padding: 0px 16px;
}
.job-subtitle-wrapper {
  display: flex;
  align-items: center;
  margin-top: 20px;
}
.job-subtitle-wrapper .company-name {
  color: #0162ff;
  font-weight: 600;
  font-size: 14px;
}
.job-subtitle-wrapper .comp-location,
.job-subtitle-wrapper .posted {
  color: #83838e;
  font-size: 12px;
  font-weight: 500;
}
.job-subtitle-wrapper .comp-location {
  position: relative;
  margin-left: 10px;
}
.job-subtitle-wrapper .posted {
  margin-left: auto;
}
.job-subtitle-wrapper .comp-location,
.job-subtitle-wrapper .posted {
  color: #83838e;
  font-size: 12px;
  font-weight: 500;
}
.job-subtitle-wrapper .app-number {
  color: #2f2f33;
  position: relative;
  margin-left: 12px;
}
.job-subtitle-wrapper .app-number:before {
  content: "";
  width: 3px;
  height: 3px;
  border-radius: 50%;
  background-color: #9b9ba5;
  top: 50%;
  left: -7px;
  position: absolute;
}
.explain-bar {
  margin-top: 20px;
  /* border: 1px solid #d8d8d8; */
  border-radius: 8px;
  display: flex;
  /* height: 66px; */
  height: fit-content;
  padding: 0 16px;
  align-items: center;
  column-gap: 15px;
}
.explain-contents {
  /* height: 58px; */
  height: fit-content;
}
.explain-title {
  color: #83838e;
  font-size: 12px;
  line-height: 25px;
  white-space: nowrap;
  text-align: center;
}
.explain-subtitle {
  font-size: 13px;
  font-weight: 600;
  margin-top: -2px;
  white-space: nowrap;
  display: inline-block;
  padding: 0px 10px;
  border-radius: 3px;
  line-height: 25px;
}
.overview-text {
  margin-top: 10px;
}
.overview-text-header {
  font-weight: 600;
  margin-bottom: 10px;
  font-size: 20px;
}
.overview-text-subheader {
  font-size: 15px;
  line-height: 2em;
}
.overview-text-item {
  font-size: 15px;
  position: relative;
  display: flex;
  align-items: center;
  margin-bottom: 10px;
}
.overview-text-item:before {
  content: "";
  border: 2px solid #61bcff;
  border-radius: 50%;
  height: 8px;
  width: 8px;
  margin-right: 8px;
  flex-shrink: 0;
}
.job-header {
  width: 97%;
}

.bg-btn-green {
  background-color: #c6f6d5;
}
.textcolor-btn-green {
  color: #38a169;
}

.bg-btn-violet {
  background-color: #c3dafe;
}

.textcolor-btn-violet {
  color: #5a67d8;
}

.bg-btn-blue {
  background-color: #bee3f8;
}
.textcolor-btn-blue {
  color: #3182ce;
}

.bg-btn-pink {
  background-color: #e9d8fd;
}
.textcolor-btn-pink {
  color: #805ad5;
}

.bg-btn-red {
  background-color: #fed7d7;
}
.textcolor-btn-red {
  color: #f56565;
}

/* slider nav btn */
.carousel-control-prev-icon {
  background-color: #0000006b;
  border-radius: 50%;
  padding: 10px;
  width: 40px;
  height: 40px;
  background-size: 60%;
}
.carousel-control-next-icon {
  background-color: #0000006b;
  border-radius: 50%;
  padding: 10px;
  width: 40px;
  height: 40px;
  background-size: 60%;
}
/* slider nav btn */

/* header sec fixed */
.fixed-header .header.style_one.style_two_remade .auto-container,
.default_sickty_heaad.style_one.style_two_remade .auto-container {
  padding: 2px 0px;
}
.fixed-header .header.style_one.style_two_remade,
.default_sickty_heaad.style_one.style_two_remade {
  background-color: #fff !important;
  padding: 0px 0px !important;
  margin:10px 0 0 0;
}
.fixed-header .top_bar .top_inner .common_css {
  line-height: 38px;
}
.fixed-header .get_sticky_header {
  top: 38px;
}
.fixed-header
  .header
  .header_content_collapse
  .navigation_menu
  .navbar_nav
  li:hover
  .dropdown-btn {
  color: var(--primary-color-one) !important;
}

/* header color change */
.header.style_one.style_two_remade .auto-container:before,
.default_sickty_heaad.style_one.style_two_remade .auto-container:before {
  background-image: linear-gradient(
    45deg,
    #752c12da,
    #351203,
    #592208,
    #924728,
    #683420,
    #bd5117,
    #321403
  );
  right: -38%;
}
.header.style_one.style_two_remade .auto-container,
.default_sickty_heaad.style_one.style_two_remade .auto-container {
  background: transparent;
}
.header_content_collapse .navigation_menu .navbar_nav li a.nav-link {
  -webkit-text-fill-color: unset !important;
  -webkit-background-clip: unset !important;
  background-image: unset !important;
  color: #fff;
}
.header.style_one
  .header_content_collapse
  .header_menu_box
  .navigation_menu
  .navbar_nav
  li.active
  > a.nav-link,
.default_sickty_heaad.style_one
  .header_content_collapse
  .header_menu_box
  .navigation_menu
  .navbar_nav
  li.active
  > a.nav-link {
  color: #dca495 !important;
}
.header .header_content_collapse .navigation_menu .navbar_nav li .dropdown-btn,
.default_sickty_heaad
  .header_content_collapse
  .navigation_menu
  .navbar_nav
  li
  .dropdown-btn {
  color: #fff;
}
.header
  .header_content_collapse
  .navigation_menu
  .navbar_nav
  li
  a.nav-link:hover,
.default_sickty_heaad
  .header_content_collapse
  .navigation_menu
  .navbar_nav
  li
  a.nav-link:hover {
  color: #dca495 !important;
}

.header
  .header_content_collapse
  .navigation_menu
  .navbar_nav
  li
  .dropdown-menu
  li
  a.nav-link,
.default_sickty_heaad
  .header_content_collapse
  .navigation_menu
  .navbar_nav
  li
  .dropdown-menu
  li
  a.nav-link {
  color: #491a05 !important;
  -webkit-text-fill-color: unset !important;
  -webkit-background-clip: unset !important;
  background-image: unset !important;
}
.header
  .header_content_collapse
  .navigation_menu
  .navbar_nav
  li
  .dropdown-menu
  li
  a.nav-link:hover {
  color: #dca495 !important;
}
.top_bar .top_inner .common_css .contntent .text span,
.top_bar .top_inner .common_css .contntent .text a {
  color: #491a05 !important;
}
.top_bar .top_inner .common_css .contntent .text span i,
.top_bar .top_inner .common_css .contntent .text a i {
  background-color: #863f21;
  border-radius: 50%;
  -webkit-text-fill-color: unset !important;
  -webkit-background-clip: unset !important;
  background-image: unset !important;
}
.top_bar .top_inner .common_css .contntent .text span i,
.top_bar .top_inner .common_css .contntent .text a i {
  color: #fff !important;

}
.top_bar .top_inner .common_css .contntent .text span{
      margin-right: 10px;
}
.header
  .header_content_collapse
  .navigation_menu
  .navbar_nav
  li.active
  .dropdown-btn
  span {
  color: #dca495 !important;
}

/* in fixed header */
.fixed-header .header.style_one.style_two_remade .auto-container:before,
.default_sickty_heaad.style_one.style_two_remade .auto-container:before {
  background-color: #fff;
  background-image: unset;
}
.fixed-header
  .header.style_one
  .header_content_collapse
  .header_menu_box
  .navigation_menu
  .navbar_nav
  li.active
  > a.nav-link,
.default_sickty_heaad.style_one
  .header_content_collapse
  .header_menu_box
  .navigation_menu
  .navbar_nav
  li.active
  > a.nav-link {
  color: var(--primary-color-one) !important;
  -webkit-background-clip: unset;
  background-image: unset !important;
  -webkit-text-fill-color: unset !important;
}

.fixed-header
  .header
  .header_content_collapse
  .navigation_menu
  .navbar_nav
  li
  a.nav-link,
.default_sickty_heaad
  .header_content_collapse
  .navigation_menu
  .navbar_nav
  li
  a.nav-link {
  -webkit-text-fill-color: transparent !important;
  -webkit-background-clip: text !important;
  background-image: linear-gradient(
    45deg,
    #752c12da,
    #351203,
    #592208,
    #924728,
    #683420,
    #bd5117,
    #321403
  ) !important;
}



/*new */
.home.page-home-default-one.fixed-header
  .top_bar.style_one.get_sticky_header
  .top_inner
  .common_css
  .contntent
  .text
  span, .home.page-home-default-one.fixed-header
  .top_inner
  .common_css
  .contntent
  .text
  a:hover {
    color: #000000 !important;
}
/*new */


.fixed-header
  .header
  .header_content_collapse
  .navigation_menu
  .navbar_nav
  li.active
  .dropdown-btn
  span {
  color: #068cd2 !important;
}
.header.style_one
  .header_content_collapse
  .header_menu_box
  .navigation_menu
  .navbar_nav
  li:hover
  > a.nav-link,
.default_sickty_heaad.style_one
  .header_content_collapse
  .header_menu_box
  .navigation_menu
  .navbar_nav
  li:hover
  > a.nav-link {
  color: var(--primary-color-one) !important;
  -webkit-background-clip: unset !important;
  background-image: unset !important;
  -webkit-text-fill-color: unset !important;
}
.header
  .header_content_collapse
  .navigation_menu
  .navbar_nav
  li:hover
  .dropdown-btn {
  color: #068bd1;
}
.fixed-header
  header
  .header_content_collapse
  .navigation_menu
  .navbar_nav
  li
  .dropdown-btn,
.default_sickty_heaad
  .header_content_collapse
  .navigation_menu
  .navbar_nav
  li
  .dropdown-btn {
  color: #932a24;
}
/*.home.page-home-default-one.fixed-header*/
/*  .top_bar.style_one.get_sticky_header*/
/*  .top_inner*/
/*  .common_css*/
/*  .contntent*/
/*  .text*/
/*  span,*/
/*.home.page-home-default-one.fixed-header*/
/*  .top_inner*/
/*  .common_css*/
/*  .contntent*/
/*  .text*/
/*  a:hover {*/
/*  color: #000000 !important;*/
/*}*/
/*.home.page-home-default-one.fixed-header*/
/*  .top_bar.style_one.get_sticky_header*/
/*  .top_inner*/
/*  .common_css*/
/*  .contntent*/
/*  .text*/
/*  span*/
/*  i:hover {*/
/*  color: #068cd2 !important;*/
/*}*/

/* slider changes */
.header_area {
  position: relative;
}
.header.style_one.style_two_remade,
.default_sickty_heaad.style_one.style_two_remade {
  position: relative;
}
/*  */
.slidernew .card,
.owl-item {
  transition: all 1s ease-out;
  -webkit-backface-visibility: hidden;
  -webkit-transform: translateZ(0) scale(1, 1);
}

.slidernew .owl-wrapper {
  position: relative;
  height: 100vh;
  width: 100%;
  margin: 0;
  padding: 0;
}

.cards.slidernew {
  position: relative;
  height: 77vh;
  width: 100%;
  background-color: #fefefe;
}

.slidernew .card {
  display: flex;
  justify-content: center;
  height: 19em;
  padding: 1em;
  margin: 18px 25px 34px 11px;
  border-radius: 4px;
  opacity: 0.7;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);
  background-size: cover;
}

.slidernew .active .card {
  box-shadow: 0 0px 1em rgba(0, 0, 0, 0.2);
  transform: box-shadow 0.3s ease, transform 0.1s 0.4s ease-in,
    opacity 0.4s ease;
}

.slidernew .card__content {
  display: flex;
  align-items: center;
  text-align: center;
  color: #fff;
  opacity: 1;
}

.slidernew .active .card__content {
  opacity: 1;
  transition: opacity 0.4s ease;
}

.slidernew .card__title {
  font-size: 50px;
    line-height: 70px;
    font-weight: 800;
    margin-bottom: 20px;
    color: #fff;
    opacity: 1;
    text-align: center;
    text-shadow: 2px 2px 4px var(--color-black);
    width: 100%;
}

.slidernew .card__title span {
  display: inline-block;
  -webkit-animation: slide-up 0.4s 0s ease both;
  animation: slide-up 0.4s 0s ease both;
}

.slidernew .center.active .card__title span,
.center.active.cloned:last-child .card__title span {
  opacity: 1;
  -webkit-animation: slide-down 0.4s 0.4s ease both;
  animation: slide-down 0.4s 0.4s ease both;
  transition: transform 0.3s 0.4s ease, opacity 0.3s ease;
}

.slidernew .center .card {
  opacity: 1;
  transform: scale(1);
}
.slidernew button.prev-btn.btn-hide1:hover .slidernew .center .card {

  transform: scale(1.5);
}

.slidernew .center .card:hover {
  box-shadow: 0 8px 16px -5px rgba(0, 0, 0, 0.4);
}

@-webkit-keyframes slide-down {
  0% {
    opacity: 0;
    transform: translate3d(0, -120%, 0);
  }

  100% {
    opacity: 1;
    transform: translate3d(0, 0%, 0);
  }
}

@keyframes slide-down {
  0% {
    opacity: 0;
    transform: translate3d(0, -120%, 0);
  }

  100% {
    opacity: 1;
    transform: translate3d(0, 0%, 0);
  }
}

@-webkit-keyframes slide-up {
  0% {
    opacity: 1;
    transform: translate3d(0, 0%, 0);
  }

  100% {
    opacity: 0;
    transform: translate3d(0, -120%, 0);
  }
}

@keyframes slide-up {
  0% {
    opacity: 1;
    transform: translate3d(0, 0%, 0);
  }

  100% {
    opacity: 0;
    transform: translate3d(0, -120%, 0);
  }
}

.slidernew .btn-wrap {
  position: absolute;
  top: 70px;
  left: 367px;
  z-index: 1;
}

.slidernew .btn-wrap-hide {
  position: absolute;
  top: 70px;
  left: 367px;
}

.slidernew .btn {
  background-color: #686b7078;
  border-radius: 50%;
  border: none;
  cursor: pointer;
  color: #ffffff85;
  font-size: 29px;
  font-family: cursive;
  padding: 5px;
  width: 100%;
}

.slidernew button.prev-btn.btn {
  position: relative;
  top: 166px;
  right: 103px;
  cursor: pointer;
}

.slidernew button.next-btn.btn {
  position: relative;
  top: 114px;
  left: 673px;
  cursor: pointer;
}

.slidernew .btn-effect {
  display: inline-block;
  opacity: 1;
  -webkit-animation: slide-down 0.4s 0.4s ease both;
  animation: slide-down 0.4s 0.4s ease both;
  transition: transform 0.3s 0.4s ease, opacity 0.3s ease;
}

.slidernew .card {
  background-size: cover;
}

.slidernew .card {
  display: flex;
  justify-content: center;
  height: 29em;
  padding: 1em;
  margin: 18px -1px 34px 11px;
  border-radius: 4px;
  opacity: 0.7;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);
  background-size: cover;
}

.slidernew .sm-btn {
  display: none;
}
.slidernew button.prev-btn.btn-hide1 {
  width: 219px;
  height: 501px;
  background-color: transparent;
  border: none;
  position: relative;
  right: 367px;
  bottom: 52px;
  cursor: pointer;
  z-index: 1;
}
.slidernew button.next-btn.btn-hide2 {
  width: 205px;
  height: 502px;
  background-color: transparent;
  border: none;
  position: relative;
  left: 537px;
  bottom: 52px;
  cursor: pointer;
  z-index: 1;
}
.slidernew .btn-wrap-hide {
  display: block;
}

@media only screen and (max-width: 1200px) {
  .slidernew button.next-btn.btn-hide2 {
  width: 205px;
  height: 502px;
  background-color: transparent;
  border: none;
  position: relative;
  left: 395px;
  bottom: 52px;
  cursor: pointer;
  z-index: 1;
}
.slidernew button.next-btn.btn {
  position: relative;
  top: 114px;
  left: 518px;
  cursor: pointer;
}
}



@media only screen and (max-width: 992px) {
  .slidernew button.next-btn.btn-hide2 {
      width: 181px;
      height: 502px;
      background-color: transparent;
      border: none;
      position: relative;
      left: 218px;
      bottom: 52px;
      cursor: pointer;
      z-index: 1;
  }   
  .slidernew button.next-btn.btn {
      position: relative;
      top: 114px;
      left: 381px;
      cursor: pointer;
  }
  .slidernew button.prev-btn.btn {
      position: relative;
      top: 166px;
      right: 163px;
      cursor: pointer;
  }
  }
  
@media only screen and (max-width: 820px) {
  .slidernew .sm-btn {
    display: none;
  }

  .slidernew .btn-wrap-hide {
    display: block;
  }

  .slidernew button.next-btn.btn {
    position: relative;
    top: 114px;
    left: 241px;
    cursor: pointer;
  }

  .slidernew button.prev-btn.btn {
    position: relative;
    top: 166px;
    right: 201px;
    cursor: pointer;
  }

  .slidernew .card__title {
    display: inline-block;
    font-size: 25px;
    overflow: hidden;
    padding: 14px;
    margin-left: 4px;
    margin-top: 10px;
  }
  .slidernew button.next-btn.btn-hide2 {
    width: 133px;
    height: 501px;
    background-color: transparent;
    border: none;
    position: relative;
    left: 170px;
    bottom: 52px;
    cursor: pointer;
    z-index: 1;
  }

  .slidernew button.prev-btn.btn-hide1 {
    width: 131px;
    height: 497px;
    background-color: transparent;
    border: none;
    position: relative;
    right: 367px;
    bottom: 52px;
    cursor: pointer;
    z-index: 1;
  }
}

@media only screen and (max-width: 600px) {
  .slidernew .card {
    display: flex;
    justify-content: center;
    height: 10em;
    padding: 1em;
    margin: 19px 4px 26px 3px;
    border-radius: 4px;
    opacity: 0.7;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);
    background-size: cover;
  }

  .slidernew .card__title {
    display: inline-block;
    font-size: 19px;
    overflow: hidden;
    padding: 13px;
  }

  .slidernew button.prev-btn.sm1 {
    border: none;
    background-color: transparent;
    color: #ffffffd6;
    font-size: 46px;
    font-family: monospace;
    position: relative;
    bottom: 153px;
    z-index: 1;
    left: 12px;
  }

  .slidernew button.next-btn.sm2 {
    border: none;
    background-color: transparent;
    color: #ffffffd6;
    font-size: 46px;
    font-family: monospace;
    position: relative;
    bottom: 153px;
    z-index: 1;
    left: 268px;
  }

  .slidernew .btn-wrap {
    display: none;
  }

  .slidernew .btn-wrap-hide {
    display: none;
  }

  .slidernew .sm-btn {
    display: block;
  }
}
