@import url("css2.css");
:root {
  --body: #fff;
  --black: #000;
  --white: #fff;
  --theme: #A6A182;
  --theme-2: #A6A182;
  --header: #000000;
  --base: #00813D;
  --text: #54595F;
  --text2: #bfbfbf;
  --border: #E6E6E6;
  --border2: #373737;
  --ratting: #F8BC26;
  --bg: #F8F8F8;
  --bg2: #0D0D0D;
  --color-gradient-1: linear-gradient(to left, #fd4a81, #ff5e73, #ff7269, #ff8662, #fc9860);
  ---color-gradient-2: linear-gradient(to left, #ff8662, #fc9860, #ff7269, #fd4a81, #ff5e73);
  ---box-shadow: 0px 6px 25px rgba(0, 0, 0, 0.05);
}
.theme-btn {
  background-color: #0f629f;
  color: var(--white);
  display: inline-block;
  font-size: 14px;
  font-weight: 600;
  padding: 15px 30px;
  border-radius: 0;
  letter-spacing: 1.2px;
  line-height: 1;
  transition: all 0.3s ease-in-out;
  position: relative;
  z-index: 1;
  border-radius: 5px;
}
.theme-btn::before {
  content: "";
  background-color: var(--header);
  width: 0;
  height: 50%;
  position: absolute;
  top: 0;
  left: 0;
  transition: all 0.3s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  z-index: -1;
  border-radius: 5px 5px 0 0;
}
.theme-btn::after {
  content: "";
  background-color: var(--header);
  width: 0;
  height: 50%;
  position: absolute;
  bottom: 0;
  right: 0;
  transition: all 0.3s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  z-index: -1;
  border-radius: 0 0 5px 5px;
}
.theme-btn i {
  margin-left: 5px;
}
.theme-btn:hover {
  color: var(--white);
}
.theme-btn:hover::before, .theme-btn:hover::after {
  width: 100%;
}
.theme-btn.bg-transparent {
  background-color: transparent;
  border: 1px solid #0f629f;
  color: var(--header);
}
.theme-btn.bg-transparent::before {
  border-radius: 5px 5px 0 0;
  background-color: #0f629f;
}
.theme-btn.bg-transparent::after {
  border-radius: 0 0 5px 5px;
  background-color: #0f629f;
}
.theme-btn.bg-transparent:hover {
  color: var(--white);
}
.theme-btn.padding-style {
  padding: 16px 40px;
  line-height: 1.3; border:none
}

.theme-btn.bg-white {
  background-color: var(--white);
  color: var(--header);
}
.theme-btn.bg-white::before, .theme-btn.bg-white::after {
  background-color: var(--header);
}
.theme-btn.bg-white:hover {
  color: var(--white);
}
.theme-btn.radius-none {
  border-radius: 0;
}
.theme-btn.radius-none::before, .theme-btn.radius-none::after {
  border-radius: 0;
}
.theme-btn.hover-white::before, .theme-btn.hover-white::after {
  background-color: var(--white);
}
.theme-btn.hover-white:hover {
  color: var(--header);
}
/* --------------------------------------------
    Template Default Fonts & Fonts Styles
 ---------------------------------------------- */
body {
  font-family:"Segoe UI";
  font-size: 16px;
  font-weight: normal;
  line-height: 28px;
  color: var(--text);
  background-color: var(--white);
  padding: 0;
  margin: 0;
  overflow-x: hidden;
}

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

button {
  border: none;
  background-color: transparent;
  padding: 0;
}


h1,
h2,
h3,
h4,
h5,
h6 {
  font-family:"Segoe UI";
  margin: 0px;
  padding: 0;
  color: var(--header);
  transition: all 0.4s ease-in-out;
}

h1 {
  font-size: 68px;
  font-weight: 700;
  line-height: 118%;
}

h2 {
  font-size: 48px;
  line-height: 125%;
  font-weight: 700;
}
a {
  text-decoration: none;
  outline: none !important;
  cursor: pointer;
  color: var(--header);
  transition: all 0.4s ease-in-out;
}

p {
  margin: 0px;
  transition: all 0.4s ease-in-out;
}
p{word-break:normal}
.preloader {
  align-items: center;
  cursor: default;
  display: flex;
  height: 100%;
  justify-content: center;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 9999999;
}

@media (max-width: 767px) {
  h2 {
    font-size: 36px;
  }
}
@media (max-width: 575px) {
  h2 {
    font-size: 32px;
  }
}
@media (max-width: 575px) {
  h3 {
    font-size: 20px;
  }
}
.search-wrap {
  width: 100%;
  height: 100%;
  overflow: hidden;
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999999;
  background-color: rgba(255, 255, 255, 0.9);
}
.search-wrap .search-inner {
  position: relative;
  width: 100%;
  height: 100%;
}
.search-wrap .search-cell {
  position: absolute;
  top: 50%;
  width: 100%;
  transform: translateY(-50%);
}
.search-wrap .search-cell .fa-search:before { font-size:20px}
.search-wrap .search-field-holder {
  width: 30%;
  margin: auto;
  position: relative;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .search-wrap .search-field-holder {
    width: 70%;
  }
}

.search-inner .search-field-holder input[type="text"] {
    position: relative;
    display: block;
    font-size: 18px;
    line-height: 50px;
    color: #000000;
    height: 70px;
    width: 100%;
    padding: 10px 30px;
    padding-right: 100px;
}
.search-inner .search-field-holder button {
    position: absolute;
    right: 30px;
    top: 0px;
    height: 70px;
    line-height: 70px;
    background: transparent;
    text-align: center;
    font-size: 24px;
    color: #000000;
    padding: 0;
    cursor: pointer;
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
    border: none;
    transition: 0.5s;
}

.search-wrap input.form-control,
.search-wrap input.form-control:focus {
  background-color: var(--header);
}

input.main-search-input::-moz-placeholder {
  color: var(--header);
  opacity: 1;
  font-size: 25px;
}

input.main-search-input::placeholder {
  color: var(--header);
  opacity: 1;
  font-size: 25px;
}


.search-close {
  position: absolute;
  top: 50px;
  right: 50px;
  font-size: 30px;
  color: #0f629f;
  cursor: pointer;
}

.scroll-up {
  cursor: pointer;
  display: block;
  border-radius: 50px;
  z-index: 99;
  opacity: 0;
  visibility: hidden;
  transform: translateY(15px);
  position: fixed;
  right: 25px;
  bottom: 35px;
  height: 50px;
  width: 50px;
  transition: all 0.4s ease-in-out;
}

.scroll-up::after {
    position: absolute;
    font-family: "Font Awesome 5 Pro";
    content: "\f176";
    text-align: center;
    line-height: 50px;
    font-weight: 700;
    font-size: 18px;
    color: #0f629f;
    left: 0;
    top: 0;
    height: 50px;
    width: 50px;
    cursor: pointer;
    display: block;
    z-index: 1;
    transition: all 0.4s ease-in-out;
}

.scroll-up svg path {
  fill: none;
}

.scroll-up svg.scroll-circle path {
  stroke: #0f629f;
  stroke-width: 4px;
  box-sizing: border-box;
  transition: all 0.4s ease-in-out;
}

.scroll-up.active-scroll {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}
button {
    border: none;
    background-color: transparent;
    padding: 0;
}
.mean-container .mean-bar {
    padding: 0;
    min-height: auto;
    background: none;
    margin-bottom: 25px;
}
.mean-container .mean-nav ul li > a > i {
    display: none;
}
.mean-container .mean-nav ul li > a.mean-expand i {
    display: inline-block;
}
.mean-container a.meanmenu-reveal {
    display: none !important;
}
.mean-container .mean-nav {
    background: none;
    margin-top: 0;
}
.mean-container .mean-nav > ul {
    padding: 0;
    margin: 0;
    width: 100%;
    list-style-type: none;
    display: block !important;
}
.mean-container .mean-nav ul li {
    position: relative;
    float: left;
    width: 100%;
}
.mean-container .mean-nav ul li a {
    width: 100%;
    padding: 10px 0;
    color: var(--header);
    font-size: 16px;
    line-height: 1.5;
    font-weight: 500;
}
.mean-container .mean-nav > ul > li:first-child > a {
    border-top: 0;
}
@media (max-width: 767px) {
  .preloader .animation-preloader .spinner {
    width: 7.5em;
    height: 7.5em;
    margin: 0 auto 1.5em auto;
  }
}

@media (max-width: 767px) {
  .preloader .animation-preloader .txt-loading {
    font-size: 2.5em;
  }
}
@media (max-width: 575px) {
  .search-wrap .search-field-holder {
    width: 80%;
  }
}
@media (max-width: 575px) {
  .search-wrap .main-search-input {
    height: 50px;
    padding: 0 0;
    line-height: 50px;
    font-size: 18px;
  }
}
@media (max-width: 575px) {
  input.main-search-input::-moz-placeholder {
    font-size: 18px;
  }
  input.main-search-input::placeholder {
    font-size: 18px;
  }
}
@media (max-width: 767px) {
  .mouse-cursor {
    display: none;
  }
}
@media (max-width: 767px) {
  .section-title {
    margin-bottom: 0;
  }
}
@media (max-width: 767px) {
  .section-title br {
    display: none;
  }
}
@media (max-width: 767px) {
  .section-title-area {
    flex-wrap: wrap;
    gap: 30px;
  }
}
@media (max-width: 768px) {
.header-1.header-2 {background-color:#fff;}
.bg-cover { margin-top:64px}
.logo img{ width:80%}
.header-main { padding: 10px 0px;}
.header-3 .container-fluid { padding: 0;}
.header-3{padding: 0 10px}
	}
.header-3 {
  background-color: var(--bg);
      min-height: 0px;
    background: rgb(255 255 255 / 47%);
    padding-top: 0px;
    padding-bottom: 0px;
    width: 100%;
    border-bottom: 1px solid rgba(255, 255, 255, 0.16);
    position: fixed;
    left: 0;
    top: 0;
    z-index: 99;
    transition: all .5s ease; padding:0 30px;
}
@media (max-width: 1399px) {
  .header-3 .container-fluid {
    padding: 0 20px;
  }
}
.header-3 .mega-menu-wrapper .header-main {
  padding: 0;
}
.header-3 .mega-menu-wrapper .header-main .header-right {
  gap: 40px;
}
@media (max-width: 1399px) {
  .header-3 .mega-menu-wrapper .header-main .header-right .header-button {
    display: none;
  }
}
.header-3 .mega-menu-wrapper .header-right {
  gap: 50px;
}
.header-3 .mega-menu-wrapper .header-right .icon-items {
  display: flex;
  align-items: center;
  gap: 20px;
}
@media (max-width: 1399px) {
  .header-3 .mega-menu-wrapper .header-right .icon-items {
    display: none;
  }
}
.header-3 .mega-menu-wrapper .header-right .icon-items .icon {
  color: #0f629f;
  font-size: 32px;  
}
.header-3 .mega-menu-wrapper .header-right .icon-items .content p {
  color: var(--text);
  margin-bottom: 5px;
}
.header-3 .mega-menu-wrapper .header-right .icon-items .content h4 a {
  color: var(--text);
}
.header-3 .mega-menu-wrapper .header-right .search-icon {
  color: #fff;
  padding: 30px;
  background-color: #0f629f;
}
.header-main {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
@media (max-width: 767px) {
  .hero-5 .hero-wrapper .hero-items .hero-content {
    padding: 50px 40px;
  }
}
@media (max-width: 575px) {
  .hero-5 .hero-wrapper .hero-items .hero-content {
    padding: 40px 30px;
  }
}
@media (max-width: 767px) {
  .hero-5 .hero-wrapper .hero-items .hero-content h1 {
    font-size: 42px;
  }
}
@media (max-width: 575px) {
  .hero-5 .hero-wrapper .hero-items .hero-content h1 {
    font-size: 32px;
  }
}	
@media (max-width: 1199px)
.sidebar__toggle .fa-bars:before {
    font-size: 22px;
}
.offcanvas__info {
  background: #fff none repeat scroll 0 0;
  border-left: 2px solid #0f629f;
  position: fixed;
  right: 0;
  top: 0;
  width: 400px;
  height: 100%;
  transform: translateX(calc(100% + 80px));
  transition: transform 0.45s ease-in-out, opacity 0.45s ease-in-out;
  z-index: 99999;
  overflow-y: scroll;
  overscroll-behavior-y: contain;
  scrollbar-width: none;
}
.offcanvas__info::-webkit-scrollbar {
  display: none;
}

.offcanvas__info.info-open {
  opacity: 1;
  transform: translateX(0);
}

.offcanvas__wrapper {
  position: relative;
  height: 100%;
  padding: 30px 30px;
}
.offcanvas__wrapper .offcanvas__content .text {
  color: var(--text);
}
.offcanvas__wrapper .offcanvas__content .offcanvas__close {
  width: 45px;
  height: 45px;
  line-height: 45px;
  text-align: center;
  border-radius: 50%;
  background-color: #0f629f;
  position: relative;
  z-index: 9;
  cursor: pointer;
}
.offcanvas__wrapper .offcanvas__content .offcanvas__close i {
  color: #fff;
}
.offcanvas__wrapper .offcanvas__content .offcanvas__contact {
  margin-top: 20px;
}
.offcanvas__wrapper .offcanvas__content .offcanvas__contact ul {
  margin-top: 20px;
}
.offcanvas__wrapper .offcanvas__content .offcanvas__contact ul li {
  font-size: 16px;
  font-weight: 500;
}
.offcanvas__wrapper .offcanvas__content .offcanvas__contact ul li:not(:last-child) {
  margin-bottom: 15px;
}
.offcanvas__wrapper .offcanvas__content .offcanvas__contact ul li .offcanvas__contact-icon {
  margin-right: 20px;
}
.offcanvas__wrapper .offcanvas__content .offcanvas__contact ul li .offcanvas__contact-icon i {
  color: #0f629f;
}
.offcanvas__wrapper .offcanvas__content .offcanvas__contact .header-button .theme-btn {
  width: 100%;
  padding: 16px 40px;
}
.offcanvas__wrapper .offcanvas__content .offcanvas__contact .social-icon {
  margin-top: 30px;
  gap: 10px;
}
.offcanvas__wrapper .offcanvas__content .offcanvas__contact .social-icon a {
  width: 45px;
  height: 45px;
  line-height: 45px;
  text-align: center;
  font-size: 16px;
  display: block;
  background: transparent;
  color: var(--header);
  border-radius: 50%;
  transition: all 0.4s ease-in-out;
  text-align: center;
  border: 1px solid var(--border);
}
.offcanvas__wrapper .offcanvas__content .offcanvas__contact .social-icon a:hover {
  background-color: #0f629f;
  color: var(--white);
}

.offcanvas__overlay {
  position: fixed;
  height: 100%;
  width: 100%;
  background: #151515;
  z-index: 900;
  top: 0;
  opacity: 0;
  visibility: hidden;
  right: 0;
}

.offcanvas__overlay.overlay-open {
  opacity: 0.8;
  visibility: visible;
}


@media (max-width: 450px) {
  .offcanvas__info {
    width: 300px;
  }
}
@media (max-width: 575px) {
  .offcanvas__wrapper {
    padding: 20px;
  }
}
@media (max-width: 767px) {
  .work-process-wrapper .section-title h2 {
    font-size: 42px;
  }
}
@media (max-width: 575px) {
  .work-process-wrapper .section-title h2 {
    font-size: 32px;
  }
}
@media (max-width: 767px) {
  .work-process-wrapper .section-title h2 span {
    font-size: 42px;
  }
}
@media (max-width: 575px) {
  .work-process-wrapper .section-title h2 span {
    font-size: 32px;
  }
}

@media (max-width: 767px) {
  .counter-items {
    display: inline;
    text-align: center;
    margin: 0 auto;
  }
.section-title h2 {  font-size: 26px;}
}
@media (max-width: 767px) {
  .counter-items .icon {
    text-align: center;
    margin: 0 auto;
    width: 70px;
    height: 70px;
    line-height: 80px;
  }
}
@media (max-width: 575px) {
  .counter-items .icon {
    width: 60px;
    height: 60px;
    line-height: 75px;background-color: #0f629f;
  color: var(--white);
  border-radius: 50%;
  }
}
@media (max-width: 767px) {
  .counter-items .content {
    padding-left: 0;
    margin-top: 30px;
    border: none;
  }
}
.about-wrapper {
  margin-top: 45px;
}
.about-wrapper .about-left-items {
  position: relative;
}
.about-wrapper .about-left-items .dot-shape {
  position: absolute;
  bottom: 55px;
  right: 20px;
}
.about-wrapper .about-left-items .about-counter-items {
  background-color: #0f629f;
  padding: 50px 45px;
  border-radius: 5px;
  height: 100%;
}

.about-wrapper .about-left-items .about-counter-items h2 {
  color: var(--white);
}
.about-wrapper .about-left-items .about-counter-items h5 {
  color: var(--white);
  margin-top: 15px;
}
.about-wrapper .about-left-items .about-image-1 img {
  width: 100%;
  height: 100%;
  border-radius: 5px;
}
.about-wrapper .about-left-items .about-image-2 {
  max-width: 480px;
  height: 300px;
  border-radius: 5px;
  position: relative;
}

@media (max-width: 575px) {
  .about-wrapper .about-left-items .about-counter-items {
    padding: 30px;
    text-align: center;
  }
}
@media (max-width: 767px) {
  .about-wrapper .about-content .about-button {
    margin-top: 30px;
  }
}
@media (max-width: 575px) {
  .about-wrapper .about-content .about-button {
    margin-top: 20px;
  }
}
.section-padding {
  padding: 30px 0;
}
@media (max-width: 767px) {
  .project-carousel-items .project-image {
    height: 550px;
  }
}
@media (max-width: 575px) {
  .project-carousel-items .project-image {
    height: 450px;
  }
}
@media (max-width: 767px) {
  .project-details-wrapper .project-details-items .project-details-content {
    margin: 0;
    padding: 30px;
  }
}
@media (max-width: 767px) {
  .nice-select {
    padding: 14px 20px;
  }
}
@media (max-width: 575px) {
  .nice-select {
    padding: 12px 18px;
  }
}
@media (max-width: 767px) {
  .cart-wrapper {
    overflow-x: scroll;
  }
  .cart-wrapper .cart-items-wrapper {
    width: 700px;
  }
  .cart-wrapper .cart-wrapper-footer {
    width: 700px;
  }
}
@media (max-width: 767px) {
  .shop-details-wrapper .single-tab .review-items .admin-items {
    justify-content: center;
    gap: 30px;
  }
}

@media (max-width: 767px) {
  .cta-banner-wrapper {
    gap: 30px;
    padding: 50px 40px;
  }
}
@media (max-width: 575px) {
  .cta-banner-wrapper {
    padding: 40px;
    text-align: center;
  }
}

@media (max-width: 575px) {
  .cta-banner-wrapper .icon {
    margin: 0px auto;
  }
}

@media (max-width: 767px) {
  .cta-banner-wrapper .newsletter-items .form-clt input {
    padding: 14px 30px;
  }
}
@media (max-width: 575px) {
  .cta-banner-wrapper .newsletter-items .form-clt input {
    padding: 14px 25px;
  }
}
@media (max-width: 767px) {
  .cta-banner-wrapper .newsletter-items .theme-btn {
    width: 100%;
    padding: 20px 30px;
  }
}
@media (max-width: 575px) {
  .cta-banner-wrapper .newsletter-items .theme-btn {
    padding: 18px 25px;
  }
}
@media (max-width: 767px) {
  .cta-banner-wrapper.style-2 {
    padding: 50px 40px;
  }
}
@media (max-width: 575px) {
  .cta-banner-wrapper.style-2 {
    padding: 40px 30px;
  }
}
@media (max-width: 767px) {
  .cta-banner-wrapper-2 {
    padding: 50px 40px;
  }
}
@media (max-width: 575px) {
  .cta-banner-wrapper-2 {
    padding: 40px 30px;
  }
}
@media (max-width: 767px) {
  .cta-banner-wrapper-3 {
    padding: 50px 40px;
  }
}
@media (max-width: 575px) {
  .cta-banner-wrapper-3 {
    padding: 40px 30px;
  }
}
@media (max-width: 767px) {
  .cta-banner-wrapper-3 .content .newsletter-items .form-clt input {
    width: 450px;
    padding: 18px 20px;
  }
}
@media (max-width: 575px) {
  .cta-banner-wrapper-3 .content .newsletter-items .form-clt input {
    width: 480px;
  }
}
@media screen and (max: 550px) {
  .cta-banner-wrapper-3 .content .newsletter-items .form-clt input {
    width: 400px;
  }
}
@media (max-width: 470px) {
  .cta-banner-wrapper-3 .content .newsletter-items .form-clt input {
    width: 345px;
  }
}
@media (max-width: 767px) {
  .cta-banner-wrapper-3 .content .newsletter-items .form-clt .theme-btn {
    padding: 14px 18px;
    font-size: 12px;
  }
}
.project-section {
    background-color: #f5f5f5; padding: 30px 0;
}
.project-carousel-items {
  margin-top: 30px;
  overflow: hidden;
}
.project-carousel-items .project-image {
  position: relative;
}

.project-carousel-items .project-image img {
  width: 100%;
  height: 100%;
  border-radius: 5px;
  -o-object-fit: cover;
     object-fit: cover;
}
.project-carousel-items .project-image .project-content {
  position: absolute;
  bottom: -150px;
  left: 30px;
  right: 30px;
  background-color:#e3e3e3;
  padding: 30px;
  transition: all 0.4s ease-in-out;
  opacity: 0;
  visibility: hidden;
}
.project-carousel-items .project-image .project-content h3 {
  margin-bottom: 10px;
}
.project-carousel-items .project-image .project-content h3 a:hover {
  color: #0f629f;
}
.project-carousel-items .project-image .project-content p {
  color: #616670;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 2.4px;
}
.project-carousel-items .project-image .project-content .icon {
  width: 45px;
  height: 45px;
  line-height: 45px;
  text-align: center;
  background-color: #0f629f;
  color: var(--white);
  display: inline-block;
  border-radius: 50%;
  transition: all 0.4s ease-in-out;
  position: absolute;
  right: 15px;
  top: -25px;
}
.project-carousel-items .project-image .project-content .icon:hover {
  background-color: var(--header);
  color: var(--white);
}
.project-carousel-items:hover .project-image .project-content {
  opacity: 1;
  visibility: visible;
  bottom: 30px;
}

.project-wrapper .swiper-slide.swiper-slide-active .project-carousel-items .project-image .project-content {
  opacity: 1;
  visibility: visible;
  bottom: 30px;
}

.project-details-wrapper .project-details-items .project-image img {
  width: 100%;
  height: 100%;
  border-radius: 5px;
}
.project-details-wrapper .project-details-items .project-details-content {
  background-color: var(--bg);
  border: 1px solid var(--border);
  padding: 40px;
  border-radius: 5px;
  margin: -150px 40px 0;
  position: relative;
  z-index: 9;
}

.project-details-wrapper .project-details-items .project-details-content h2 {
  font-size: 28px;
  margin-bottom: 15px;
}
.project-details-wrapper .project-details-items .project-details-content .d-list {
  margin-top: 20px;
}
.project-details-wrapper .project-details-items .project-details-content .d-list li i {
  color: #0f629f;
  margin-right: 5px;
}
.project-details-wrapper .project-details-items .project-details-content .d-list li:not(:last-child) {
  margin-bottom: 15px;
}
.project-details-wrapper .project-details-items .pro-details-items {
  margin-top: 50px;
}
.project-details-wrapper .project-details-items .pro-details-items .thumb img {
  width: 100%;
  height: 100%;
  border-radius: 5px;
}
.project-details-wrapper .project-details-items .pro-details-items .pro-details-content-items {
  padding: 40px 30px;
  background-color: var(--bg);
  height: 100%;
}
.project-details-wrapper .project-details-items .pro-details-items .pro-details-content-items .pro-details-cont {
  margin-bottom: 17px;
}
.project-details-wrapper .project-details-items .pro-details-items .pro-details-content-items .pro-details-cont h3 {
  margin-bottom: 15px;
}
.project-details-wrapper .main-sidebar .single-sidebar-widget .project-catagory {
  background-color: var(--bg);
  padding: 30px;
  border-radius: 5px;
}
.project-details-wrapper .main-sidebar .single-sidebar-widget .project-catagory h3 {
  margin-bottom: 10px;
}
.project-details-wrapper .main-sidebar .single-sidebar-widget .project-catagory ul {
  margin-top: 30px;
}
.project-details-wrapper .main-sidebar .single-sidebar-widget .project-catagory ul li {
  font-weight: 600;
  color: var(--header);
  display: flex;
  align-items: center;
  justify-content: space-between;
  background-color: var(--white);
  padding: 14px 20px;
  font-size: 20px;
  border-radius: 5px;
}
.project-details-wrapper .main-sidebar .single-sidebar-widget .project-catagory ul li:not(:last-child) {
  margin-bottom: 15px;
}
.project-details-wrapper .main-sidebar .single-sidebar-widget .project-catagory ul li span {
  font-weight: 400;
  font-size: 16px;
  color: var(--text);
}
.project-details-wrapper .main-sidebar .single-sidebar-widget .project-catagory .social-icon {
  margin-top: 30px;
  gap: 10px;
}
.project-details-wrapper .main-sidebar .single-sidebar-widget .project-catagory .social-icon a {
  display: inline-block;
  width: 30px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  border-radius: 5px;
  background-color: var(--black);
  color: var(--white);
  transition: all 0.4s ease-in-out;
}
.project-details-wrapper .main-sidebar .single-sidebar-widget .project-catagory .social-icon a:hover {
  background-color: #0f629f;
}

::-webkit-scrollbar {
  width: 4px;
  height: 4px;
}

@media (max-width: 575px) {
  .text-slider {
    font-size: 50px;
    height: 70px;
    line-height: 65px;
  }
}
.testimonial-wrapper-2 .testimonial-content .client-info {
  margin-bottom: 30px;
}

.testimonial-wrapper-2 .testimonial-content .client-info h3 {
  color: var(--white);
  margin-bottom: 5px;
}
.testimonial-wrapper-2 .testimonial-content .client-info span {
  color: var(--white);
}
.testimonial-wrapper-2 .testimonial-content p {
  color: var(--white);
  font-size: 14px;
}
.testimonial-wrapper-2 .testimonial-content .social-icon {
  padding: 10px 35px;
  border-radius: 5px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  display: inline-block;
  margin-top: 30px;
}
.testimonial-wrapper-2 .testimonial-content .social-icon a {
  color: var(--white);
}
.testimonial-wrapper-2 .testimonial-content .social-icon a:hover {
  color: #0f629f;
}
.testimonial-wrapper-2 .array-button {
  position: absolute;
  bottom: 0;
  right: 0;
}
.testimonial-wrapper-2 .mobile-img{display:none}


.testimonial-wrapper-2 .array-button .array-prev {
  background-color: transparent;
  color: #0f629f !important;
  border: 1px solid #fff;
}
.testimonial-wrapper-2 .array-button .array-prev i {
  color: #0f629f;
}
.testimonial-wrapper-2 .array-button .array-prev:hover {
  background-color: #0f629f;
  color: var(--white);
}
.testimonial-wrapper-2 .array-button .array-next {
  background-color: transparent;
  color: var(--white);
  border: 1px solid var(--white);
}
.testimonial-wrapper-2 .array-button .array-next i {
  color: #fff;
  transition: all 0.4s ease-in-out;
}
.testimonial-wrapper-2 .array-button .array-next:hover {
  background-color: #0f629f;
  border: 1px solid transparent;
}
.testimonial-wrapper-2 .array-button .array-next:hover i {
  color: var(--white);
}
.qualityright{ padding-left:4%}
.homenews-image img{width:100%;}
 .homenews-image{max-height:320px; overflow:hidden}
 .news-image img{ max-width:70%; padding:10%}
.news-card-items {
    margin-top: 30px;
}
@media (max-width: 767px) {
  .testimonial-wrapper .testimonial-image {
    height: 480px;
  }
}
@media (max-width: 575px) {
  .testimonial-wrapper .testimonial-image {
    height: 430px;
  }
}
@media (max-width: 767px) {
  .testimonial-wrapper .testimonial-items {
    padding: 40px 30px;
  }
}

@media (max-width: 767px) {
  .testimonial-wrapper .testimonial-items .icon {
    top: 50px;
    right: 50px;
  }
}
@media (max-width: 575px) {
  .testimonial-wrapper .testimonial-items .icon {
    top: 40px;
    right: 20px;
    font-size: 38px;
  }
}
@media (max-width: 767px) {
  .testimonial-wrapper-2 .testimonial-image {
    height: 480px;
  }
  .testimonial-section-5{ background-color:#0f629f}
}
@media (max-width: 575px) {
  .testimonial-wrapper-2 .testimonial-image { width:100%; margin-left:0; background-size:100%; 
  height:290px;
  }
}
@media (max-width: 575px) {
  .testimonial-wrapper-2 .testimonial-content .client-info {
    margin-bottom: 20px;
  }
}
@media (max-width: 767px) {
  .testimonial-wrapper-2 .array-button {
    display: none;
  }
  .testimonial-wrapper-2 .pc-img{ display:none}
  .testimonial-wrapper-2 .mobile-img{display:block}

}
@media (max-width: 767px) {
  .pricing-card-items {
    padding: 30px 30px;
  }
}
@media (max-width: 575px) {
  .pricing-card-items {
    padding: 30px 20px;
  }
}
@media (max-width: 767px) {
  .pricing-card-items .icon {
    top: 30px;
    right: 30px;
  }
}
@media (max-width: 575px) {
  .pricing-card-items .icon {
    top: 20px;
    right: 20px;
  }
}
@media (max-width: 767px) {
  .pricing-card-items .pricing-header h3 {
    font-size: 20px;
  }
}
@media (max-width: 575px) {
  .pricing-card-items .pricing-header h3 {
    font-size: 18px;
  }
}
@media (max-width: 575px) {
  .pricing-card-items .pricing-header p {
    padding-bottom: 20px;
  }
}
@media (max-width: 575px) {
  .pricing-card-items ul {
    margin-top: 20px;
  }
}
@media (max-width: 767px) {
  .news-card-items.style-2 .news-image {
    max-width: 650px;
    height: 450px;
  }
}
@media (max-width: 575px) {
  .news-card-items.style-2 .news-image {
    max-width: 100%;
    height: 284px;
  }
  video{ max-width:100%}
}
@media (max-width: 575px) {
  .news-card-items.style-2 .news-content h3 {
    margin-bottom: 10px;
  }
}
@media (max-width: 575px) {
  .news-card-items.style-2 .news-content p {
    margin-bottom: 15px;
  }
}
@media (max-width: 767px) {
  .news-card-items.style-3 .news-image {
    max-width: 650px;
  }
}
@media (max-width: 767px) {
  .news-section .section-title-area {
    text-align: center;
    justify-content: center;
  }
}
@media (max-width: 767px) {
  .blog-wrapper .single-blog-post.post-details .post-content h1 {
    font-size: 28px;
  }
  .blog-wrapper .single-blog-post.post-details .post-content h3 {
    font-size: 20px;
  }
}
@media (max-width: 767px) {
  .blog-wrapper .single-blog-post.post-details blockquote, .blog-wrapper .single-blog-post.post-details .wp-block-quote {
    padding: 30px 15px;
    font-size: 18px;
    line-height: 1.5;
  }
}
@media (max-width: 585px) {
  .blog-wrapper .single-blog-post.quote-post .quote-content, .blog-wrapper .single-blog-post.format-quote .quote-content {
    text-align: center;
    font-size: 24px;
    padding: 30px;
  }
}
@media (max-width: 585px) {
  .blog-wrapper .single-blog-post.quote-post .quote-content .icon, .blog-wrapper .single-blog-post.format-quote .quote-content .icon {
    float: none;
    margin-bottom: 10px;
    margin-right: 0;
    font-size: 50px;
    line-height: 60px;
  }
}
@media (max-width: 767px) {
  .blog-wrapper .single-blog-post .post-featured-thumb {
    height: 230px;
  }
}
@media (max-width: 575px) {
  .blog-wrapper .single-blog-post .post-content {
    padding-top: 20px;
  }
}
@media (max-width: 575px) {
  .blog-wrapper .single-blog-post .post-content h2 {
    font-size: 28px;
  }
}
@media (max-width: 767px) {
  .blog-wrapper .single-blog-post .post-content {
    padding: 30px 10px;
  }
}
@media (max-width: 414px) {
  .blog-wrapper .single-blog-post .post-content h2 {
    font-size: 22px;
  }
}
@media (max-width: 767px) {
  .blog-wrapper .single-blog-post .post-content .post-cat a {
    font-size: 12px;
  }
}
@media (max-width: 767px) {
  .blog-wrapper .single-blog-post .post-content .post-meta span {
    font-size: 15px;
  }
}
@media (max-width: 767px) {
  .blog-wrapper .single-blog-post .post-content .author-info .author-img {
    margin-right: 5px;
  }
}
@media (max-width: 767px) {
  .blog-wrapper .single-blog-post .post-content .author-info h5 {
    font-size: 14px;
  }
}
@media (max-width: 767px) {
  .blog-wrapper .single-blog-post .post-content .post-link a {
    font-size: 14px;
  }
}
@media (max-width: 767px) {
  .blog-wrapper .single-blog-post .post-content .post-link a i {
    margin-right: 3px;
  }
}
@media (max-width: 767px) {
  .page-nav-wrap ul li .page-numbers {
    margin-top: 10px;
    width: 50px;
    height: 50px;
    line-height: 50px;
    font-size: 14px;
  }
}
@media (max-width: 767px) {
  .tag-share-wrap h4 {
    margin-bottom: 10px;
    font-size: 18px;
  }
}
@media (max-width: 767px) {
  .tag-share-wrap .tagcloud {
    margin-bottom: 20px;
  }
}
@media (max-width: 767px) {
  .comments-heading h3, .related-post-wrap h3, .comment-form-wrap h3 {
    font-size: 20px;
  }
}
@media (max-width: 767px) {
  .comments-item-list .single-comment-item .author-img {
    width: 70px;
    height: 70px;
    margin-right: 15px;
  }
}
@media (max-width: 585px) {
  .comments-item-list .single-comment-item .author-img {
    float: none;
    margin-bottom: 20px;
  }
}
@media (max-width: 767px) {
  .comments-item-list .single-comment-item .author-info-comment .info .theme-btn {
    font-size: 12px;
  }
}
@media (max-width: 767px) {
  .comments-item-list .single-comment-item .author-info-comment .info h5 {
    font-size: 16px;
  }
}
@media (max-width: 767px) {
  .comments-item-list .single-comment-item .author-info-comment .theme-btn {
    font-size: 12px;
  }
}
@media (max-width: 767px) {
  .comment-form {
    padding: 30px;
  }
}
@media (max-width: 585px) {
  .comment-form {
    padding: 30px 15px;
  }
}
@media (max-width: 585px) {
  .comment-form input, .comment-form textarea {
    padding: 15px;
  }
}
@media (max-width: 767px) {
  .comment-form textarea {
    height: 120px;
  }
}
@media (max-width: 767px) {
  .comment-form .theme-btn {
    padding: 20px 40px;
  }
}
@media (max-width: 585px) {
  .comment-form .theme-btn {
    padding: 15px 40px;
    font-size: 14px;
  }
}
@media (max-width: 767px) {
  .portfolio-wrapper.style-2 .portfolio-items .portfolio-image {
    max-width: 700px;
  }
}
@media (max-width: 767px) {
  .portfolio-items .portfolio-image {
    height: 500px;
  }
}
@media (max-width: 575px) {
  .portfolio-items .portfolio-image {
    max-width: 550px;
  }
}
@media (max-width: 767px) {
  .portfolio-wrapper-2 .portfolio-content {
    gap: 90px;
    padding: 30px 0;
  }
}
@media (max-width: 575px) {
  .portfolio-wrapper-2 .portfolio-content {
    gap: 70px;
    padding: 25px 0;
  }
}
@media (max-width: 767px) {
  .contact-wrapper .contact-left {
    padding: 50px 40px;
  }
}
@media (max-width: 575px) {
  .contact-wrapper .contact-left {
    padding: 40px 30px;
  }
}
@media (max-width: 767px) {
  .contact-wrapper .contact-form-items .form-clt input, .contact-wrapper .contact-form-items .form-clt textarea {
    padding: 14px 20px;
  }
}
@media (max-width: 575px) {
  .contact-wrapper .contact-form-items .form-clt input, .contact-wrapper .contact-form-items .form-clt textarea {
    padding: 12px 18px;
  }
}
@media (max-width: 767px) {
  .contact-wrapper .contact-image {
    height: 500px;
  }
}
@media (max-width: 575px) {
  .contact-wrapper .contact-image {
    height: 430px;
  }
}
@media (max-width: 767px) {
  .contact-wrapper-2 .contact-form-items .form-clt input, .contact-wrapper-2 .contact-form-items .form-clt textarea {
    padding: 14px 20px;
  }
}
@media (max-width: 575px) {
  .contact-wrapper-2 .contact-form-items .form-clt input, .contact-wrapper-2 .contact-form-items .form-clt textarea {
    padding: 12px 18px;
  }
}
@media (max-width: 767px) {
  .contact-wrapper-2 .contact-form-items .form-clt .nice-select {
    padding: 14px 20px;
  }
}
@media (max-width: 575px) {
  .contact-wrapper-2 .contact-form-items .form-clt .nice-select {
    padding: 12px 18px;
  }
}
@media (max-width: 767px) {
  .contact-wrapper-3 .contact-content .contact-form-items .form-clt input, .contact-wrapper-3 .contact-content .contact-form-items .form-clt textarea {
    padding: 14px 20px;
  }
}
@media (max-width: 575px) {
  .contact-wrapper-3 .contact-content .contact-form-items .form-clt input, .contact-wrapper-3 .contact-content .contact-form-items .form-clt textarea {
    padding: 12px 18px;
  }
}
@media (max-width: 575px) {
  .footer-bottom .footer-wrapper .footer-menu {
    flex-wrap: wrap;
    gap: 15px;
    justify-content: center;
  }
}
.footer-widgets-wrapper .single-footer-widget {
  margin-top: 30px;
}
.footer-widgets-wrapper .single-footer-widget .widget-head {
  margin-bottom: 30px;
}
.footer-widgets-wrapper .single-footer-widget .widget-head h3 {
  font-weight: 600;
  color: var(--white);
}
.footer-widgets-wrapper .single-footer-widget .footer-content p {
  color:#b7d0e2;
}
.kouhao p{ color:#FFF; font-size:19px; font-weight:bold}


.footer-widgets-wrapper .single-footer-widget .footer-content .social-icon {
  gap: 10px;
  margin-top: 40px;
}
.footer-widgets-wrapper .single-footer-widget .footer-content .social-icon a {
  width: 40px;
  height: 40px;
  text-align: center;
  line-height: 40px;
  border-radius: 5px;
  display: inline-block;
  background-color:#2d82bf;
  color: rgba(255, 255, 255, 0.7019607843);
  transition: all 0.4s ease-in-out;
}
.footer-widgets-wrapper .single-footer-widget .footer-content .social-icon a:hover {
  background-color: #0f629f;
  color: var(--white);
}
.footer-widgets-wrapper .single-footer-widget .footer-content .contact-info-area .contact-items {
  display: flex;
  gap: 20px;
}
.footer-widgets-wrapper .single-footer-widget .footer-content .contact-info-area .contact-items:not(:last-child) {
  margin-bottom: 20px;
}
.footer-widgets-wrapper .single-footer-widget .footer-content .contact-info-area .contact-items .icon {
  width: 50px;
  height: 50px;
  line-height: 40px;
  text-align: center;
  border: 1px solid #0f629f;
  color: rgba(255, 255, 255, 0.7019607843);
  border-radius: 50%; font-size:22px;
}
.footer-widgets-wrapper .single-footer-widget .footer-content .contact-info-area .contact-items .content {
  flex-basis: 100%;
}
.footer-widgets-wrapper .single-footer-widget .footer-content .contact-info-area .contact-items .content h4 {
  color: var(--white);
  font-weight: 600;    word-break: normal;
  margin-top: 5px;    font-size: 16px;
}
.footer-widgets-wrapper .single-footer-widget .footer-content .contact-info-area .contact-items .content h4 a {
  color: var(--white);
}
.footer-widgets-wrapper .single-footer-widget .footer-content .contact-info-area-2 .contact-items {
  display: flex;
  align-items: center;
  gap: 20px;
}
.footer-widgets-wrapper .single-footer-widget .footer-content .contact-info-area-2 .contact-items:not(:last-child) {
  margin-bottom: 20px;
}
.footer-widgets-wrapper .single-footer-widget .footer-content .contact-info-area-2 .contact-items .icon {
  font-size: 20px;
  color: #0f629f;
}
.footer-widgets-wrapper .single-footer-widget .footer-content .contact-info-area-2 .contact-items .content p {
  color: var(--white);
}
.footer-widgets-wrapper .single-footer-widget .footer-content .contact-info-area-2 .contact-items .content h6 {
  font-size: 16px;
  font-weight: 400;
}
.footer-widgets-wrapper .single-footer-widget .footer-content .contact-info-area-2 .contact-items .content h6 a {
  color: var(--white);
}

.footer-widgets-wrapper .single-footer-widget .list-items li:not(:last-child) {
  margin-bottom: 12px;
}
.footer-widgets-wrapper .single-footer-widget .list-items li a {
  font-size: 16px;
  color: var(--white);
  position: relative;
}
.footer-widgets-wrapper .single-footer-widget .list-items li a::before {
  position: absolute;
  top: 8px;
  left: 0;
  width: 10px;
  height: 2px;
  content: "";
  background-color: #0f629f;
  opacity: 0;
  visibility: hidden;
  transition: all 0.4s ease-in-out;
}
.footer-widgets-wrapper .single-footer-widget .list-items li a:hover {
  padding-left: 10px;
  color: #fff;
}
.footer-widgets-wrapper .single-footer-widget .list-items li a:hover::before {
  opacity: 1;
  visibility: visible;
}
.footer-widgets-wrapper.style-2 .single-footer-widget {
  margin-top: 30px;
}
.footer-widgets-wrapper.style-2 .single-footer-widget .footer-content .social-icon a {
  background-color: rgba(255, 255, 255, 0.1);
  border-radius: 50%;
}
.footer-widgets-wrapper.style-2 .single-footer-widget .footer-content .social-icon a:hover {
  background-color: #0f629f;
  color: var(--white);
}
.footer-widgets-wrapper.style-2 .single-footer-widget .list-items li i {
  margin-right: 10px;
  color: #0f629f;
}

.footer-bottom {
  padding: 10px 0;
  z-index: 9; text-align:center; color:#FFF;
  background-color: rgba(255, 255, 255, 0.0509803922);
}
.footer-bottom a{ color:#FFF}

@media (max-width: 991px) {
  .footer-bottom .footer-wrapper {
    flex-wrap: wrap;
    gap: 10px;
    justify-content: center !important;
    margin-top: 30px;
  }
}
.footer-bottom .footer-wrapper p {
  color: rgba(255, 255, 255, 0.7019607843);
}
.footer-bottom .footer-wrapper p a {
  color: rgba(255, 255, 255, 0.7019607843);
}
.footer-bottom .footer-wrapper .footer-menu {
  display: flex;
  align-items: center;
  gap: 20px;
}

.footer-bottom .footer-wrapper .footer-menu li a {
  color: rgba(255, 255, 255, 0.7019607843);
  background-image: linear-gradient(#0f629f, #0f629f);
  background-position: 0 95%;
  background-repeat: no-repeat;
  background-size: 0% 2px;
  display: inline-block;
  transition: all 0.4s ease-in-out;
}
.footer-bottom .footer-wrapper .footer-menu li a:hover {
  background-size: 100% 1px;
}
.footer-bottom .footer-wrapper.border-style {
  border-top: 1px solid var(--text) !important;
}
.footer-bottom.style-2 {
  background-color: transparent;
  padding: 0;
  position: relative;
  z-index: 9;
  margin-top: -5px;
}
@media (max-width: 991px) {
  .footer-bottom.style-2 {
    margin-top: -35px;
  }
}
.footer-bottom.style-2 .footer-wrapper {
  border-top: 1px solid rgba(255, 255, 255, 0.2);
  padding: 30px 0;
}

.footer-section {
  position: relative;
  overflow: hidden;
}
.footer-section .shape-img {
  position: absolute;
  bottom: 0;
  left: 0;
  opacity: 0.2;
}
.footer-section .shape-img-2 {
  position: absolute;
  bottom: 0;
  left: 0;
  opacity: 0.1;
}
.footer-section .footer-shape-3 {
  position: absolute;
  bottom: 0;
  right: 0;
}
.footer-section .bg-shape {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
}
.footer-section .bg-shape img {
  width: 100%;
  height: 100%;
}
.footer-bg {
    background-color: #0f629f;
}