:root {
    --thm-font: 'sairasemicondensed', sans-serif;
    --thm-gray: #878c8f;
    --thm-gray-rgb: 135, 140, 143;
    --thm-base: #E2372F;
    --thm-base-rgb: 221, 4, 41;
    --thm-black: #1B1B17;
    --thm-black-rgb: 26, 26, 26;
}

#loader {
    display: none !important;
}
body, #title2:after, #title3:after, #title4:after {
    background: #ffffff;
}
body {
    color: var(--thm-gray);
    font-size: 18px;
    line-height: 30px;
    font-weight: 400;
    font-family: var(--thm-font);
}
p {
    margin: 0;
    padding: 0;
}
.backtotop {
    overflow: unset;
    background-color: var(--thm-base);
    box-shadow: rgb(0 0 0 / 24%) 0px 3px 8px;
}
.tparrows.preview2::after {
    color: var(--thm-base)!important;
    font-weight: 100!important;
}
.tparrows.preview2 {
    background: #fafafacf;
}
/*===  header  ===*/

.topbar li, .topbar li a {
    color: var(--thm-black) !important;
    font-size: 16px !important;
    font-family: var(--thm-font);
}
.topbar li i {
    color: var(--thm-base) !important;
}
.navbar-nav > li > a {
    color: var(--thm-black) !important;
    font-family: var(--thm-font) !important;
    font-size: 18px;
    font-weight: 600 !important;
}
.topbar, #copyright {
    background: #E2372F;
}
header, #headeraffix.affix {
    background-color: #ffffff !important;
    box-shadow: rgb(0 0 0 / 24%) 0px 3px 8px;
}
#topbar::before {
    background: #ffffff;
}
#topbar:after {
    border-top: 22px solid #ffffff;
    border-left: 26px solid #ffffff;
}
.navbar-nav li.active > a, #topbar::before {
    color: #E2372F !important;
}
.navbar-nav > li > a:hover {
    color: #E2372F !important;
}
h1, h2, h3, h4, h5, h6 {
    color: var(--thm-black);
    font-family: var(--thm-font);
    margin: 0;
    padding: 0;
}

/*---  breadcrumb  ---*/

.breadcrumb {
    display: none;
}
.about_page_title {
    color: #fff;
    font-size: 30px;
    font-family: var(--thm-font);
}
.pageheader {
    padding: 70px 0;
    background: url(../../images/images/new_images/home/other/d/breadcrumb.png);
    background-size: cover;
    background-repeat: no-repeat;
}

/*===  footer  ===*/

#copyright p {
    color: var(--thm-black);
    font-size: 14px;
    font-family: var(--thm-font);
}
#copyright {
    position: relative;
    width: 100%;
    min-height: 50px;
    padding: 0px 0px;
    overflow: hidden;
}
.widget-title h4 {
    color: #ffffff;
    font-size: 18px;
    font-family: var(--thm-font);
    font-weight: 600;
}
.footer_li li a {
    color: #fff;
}
.contact-widget strong {
    color: var(--thm-gray);
}
.footer_li li:hover a {
    color: var(--thm-base);
}

/*===============================================  home_page  ======================================================*/

/***
=============================================
   Sec Title Two
=============================================
***/
.sec-title-two {
  position: relative;
  display: block;
  margin-top: -7px;
  padding-bottom: 46px;
}
.sec-title-two .sub-title {
  position: relative;
  display: inline-block;
  padding-bottom: 13px;
}
.sec-title-two .sub-title .round-one {
  position: absolute;
  top: 9px;
  left: -25px;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  border: 2px solid var(--thm-base);
  content: "";
  margin: 0 auto;
}
.sec-title-two .sub-title .round-one::before {
  position: absolute;
  top: 3px;
  left: -32px;
  width: 25px;
  height: 2px;
  background: var(--thm-base);
  content: "";
}
.product-one .sec-title-two h2 {
    color: #ffffff;
}
.sec-title-two .sub-title .round-two {
  position: absolute;
  top: 9px;
  right: -25px;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  border: 2px solid var(--thm-base);
  content: "";
  margin: 0 auto;
}
.sec-title-two .sub-title .round-two::before {
  position: absolute;
  top: 3px;
  right: -32px;
  width: 25px;
  height: 2px;
  background: var(--thm-base);
  content: "";
}
.sec-title-two .sub-title h3 {
  color: var(--thm-base);
  font-size: 22px;
  line-height: 32px;
  font-weight: 600;
  text-transform: capitalize;
}
.sec-title-two h2 {
  color: var(--thm-black);
  font-size: 54px;
  line-height: 1.2em;
  font-weight: 700;
  text-transform: capitalize;
  letter-spacing: -0.01em;
  font-family: var(--thm-font);
}
/***
=============================================
   Thm Btn
=============================================
***/
.thm-btn {
    position: relative;
    display: inline-block;
    border-radius: 10px;
    padding: 0px 45px 0px;
    line-height: 65px;
    color: #ffffff;
    font-size: 20px;
    font-weight: 400;
    background: var(--thm-black);
    overflow: hidden;
    font-family: var(--thm-font);
    text-transform: capitalize;
    transition: all 0.5s ease-in-out 0.2s;
    z-index: 1;
    box-shadow: rgb(0 0 0 / 35%) 0px 5px 15px;
}
.thm-btn:before {
  position: absolute;
  top: 0%;
  left: 0%;
  width: 100%;
  height: 100%;
  content: '';
  margin: auto;
  background-color: var(--thm-base);
  transition: all .5s;
  z-index: -1;
  border-radius: 10px;
}
.thm-btn:hover:before {
  transform: rotateX(90deg);
}
.thm-btn::after {
  position: absolute;
  top: 0%;
  left: 0%;
  width: 100%;
  height: 100%;
  content: '';
  margin: auto;
  background-color: var(--thm-base);
  transition: all .5s;
  z-index: -1;
  border-radius: 10px;
}
.thm-btn:hover::after {
  transform: rotateY(90deg);
}
.thm-btn .txt {
  position: relative;
  z-index: 1;
}
.thm-btn i::before {
    position: relative;
    display: inline-block;
    color: #ffffff;
    font-size: 20px;
    top: 1px;
    font-weight: 400;
    padding-left: 2px;
}
.thm-btn:hover,
.thm-btn:focus {
  color: #ffffff;
}

/*----------------------------------------------  home_welcome  ----------------------------------------------------*/

/***
=============================================
About One
=============================================
***/
.about-one {
    position: relative;
    display: block;
    background: #ffffff;
    padding: 120px 0px 120px;
    z-index: 1;
    overflow: hidden;
}
.about-one__content .sec-title-two {
    padding-bottom: 20px;
}
.about-one__content .sec-title-two {
    padding-bottom: 20px;
}
.about-one__bg {
  position: absolute;
  top: 120px;
  left: 0;
  bottom: 120px;
  right: 53%;
  background-attachment: scroll;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top left;
  border-top-right-radius: 270px;
  border-bottom-right-radius: 270px;
  background-blend-mode: luminosity;
  background: #222429;
  z-index: -1;
}
.about-one__bg::before {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    border-top-right-radius: 270px;
    border-bottom-right-radius: 270px;
    background: #222429;
    opacity: 0.83;
    content: "";
    z-index: -2;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;;
}
.about-one .shape1 {
  position: absolute;
  top: 290px;
  left: 0;
  opacity: 0.9;
  z-index: -1;
}
.about-one .shape4 {
  position: absolute;
  bottom: 120px;
  right: -40px;
  opacity: 0.1;
  z-index: -1;
}
.about-one__img {
  position: relative;
  display: block;
  margin-top: 8px;
}
.about-one__img .inner {
  position: relative;
  display: block;
  width: 520px;
  border-radius: 50%;
  overflow: hidden;
  z-index: 1;
}
.about-one__img .inner .shape2 {
  position: absolute;
  left: -160px;
  bottom: 40px;
  width: 280px;
  height: 280px;
  border-radius: 50%;
  background: var(--thm-base);
  opacity: 0.8;
}
.about-one__img .inner .shape3 {
  position: absolute;
  left: -50px;
  bottom: 125px;
  opacity: 0.2;
  z-index: 1;
}
.about-one__img .inner img {
  width: 100%;
}
.about-one__content {
  position: relative;
  display: block;
  margin-left: -15px;
}
.about-one__content .sec-title {
  padding-bottom: 27px;
}
.about-one__content-text {
  position: relative;
  display: block;
}
.about-one__content-text p {
  margin: 0;
}
.about-one__content-text2 {
    position: relative;
    display: block;
    margin-top: 10px;
}
.about-one__content .sec-title-two .sub-title {
    padding-bottom: 8px;
}
.about-one__content-text2-single {
    position: relative;
    display: block;
    margin-bottom: 5px;
}
.about-one__content-text2-single ul {
  position: relative;
  display: block;
}
.about-one__content-text2-single ul li {
  position: relative;
  display: block;
  padding-left: 40px;
}
.about-one__content-text2-single ul li .icon-box {
  position: absolute;
  top: 0;
  left: 0;
}
.about-one__content-text2-single ul li .icon-box span:before {
  position: relative;
  display: inline-block;
  color: var(--thm-base);
  font-size: 25px;
  top: 3px;
}
.about-one__content-text2-single ul li .text-box {
  position: relative;
  display: block;
}
.about-one__content-text2-single ul li .text-box p {
  color: var(--thm-black);
  font-size: 20px;
  line-height: 30px;
  font-weight: 500;
}
.about-one__content-text2-single .text {
    position: relative;
    display: block;
    margin-top: 18px;
    display: none;
}
.about-one__content-text2-single .text p {
    margin: 0;
    padding: 0;
}
.about-one__content-bottom {
  position: relative;
  display: flex;
  align-items: center;
  margin-top: 11px;
}
.about-one__content-bottom .btn-box {
  position: relative;
  display: block;
  line-height: 0;
}
.about-one__content-bottom .contact-info {
  position: relative;
  display: flex;
  align-items: center;
  margin-left: 35px;
}
.about-one__content-bottom .contact-info .icon-box {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  border: 2px solid #e0e4e8;
  border-radius: 50%;
}
.about-one__content-bottom .contact-info .icon-box span:before {
  position: relative;
  display: inline-block;
  color: var(--thm-base);
  font-size: 20px;
}
.about-one__content-bottom .contact-info .text-box {
  position: relative;
  display: block;
  margin-left: 10px;
}
.about-one__content-bottom .contact-info .text-box h4 {
  font-size: 18px;
  line-height: 22px;
  font-weight: 600;
}
.about-one__content-bottom .contact-info .text-box h4 a {
  color: var(--thm-black);
  transition: all 200ms linear;
  transition-delay: 0.1s;
}
.about-one__content-bottom .contact-info .text-box h4 a:hover {
  color: var(--thm-base);
}
.about-one__content-bottom .contact-info .text-box p {
  margin: 0;
}
/*** 
=============================================
    Float Bob Y Animation Css
=============================================
***/
@-webkit-keyframes float-bob-y {
  0% {
    transform: translateY(-20px);
  }

  50% {
    transform: translateY(-10px);
  }

  100% {
    transform: translateY(-20px);
  }
}
@keyframes float-bob-y {
  0% {
    transform: translateY(-20px);
  }

  50% {
    transform: translateY(-10px);
  }

  100% {
    transform: translateY(-20px);
  }
}
.float-bob-y {
  -webkit-animation-name: float-bob-y;
  animation-name: float-bob-y;
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
}

/*--------------------------------------------------------  home_products  ------------------------------------------------*/

/***
=============================================
Product One
=============================================
***/
.product-one {
  position: relative;
  display: block;
  padding: 120px 0px 120px;
  z-index: 1;
}
.product-one__bg {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background-attachment: scroll;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  z-index: -1;
}
.product-one__bg::before {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: #000002;
  opacity: 0.75;
  content: "";
  z-index: -1;
}
.product-one__pattern {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background-attachment: scroll;
  background-position: center center;
  background-repeat: repeat;
  z-index: -1;
}
.product-one .sec-title h2 {
  color: #ffffff;
}
.product-one .shape1 {
  position: absolute;
  top: 200px;
  left: 0;
  z-index: -1;
}
.product-one .shape2 {
  position: absolute;
  right: 0;
  bottom: 80px;
  z-index: -1;
}
.product-one__inner {
  position: relative;
  display: block;
}
.product-one__single {
    position: relative;
    display: block;
    padding-top: 75px;
    margin: 0 10px;
}
.product-one__single-img {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 205px;
    height: 205px;
    border-radius: 50%;
    background: #ffffff;
    box-shadow: 0px 10px 60px 0px rgb(0 0 0 / 7%);
    margin: 0 auto;
    z-index: 1;
    box-shadow: rgb(0 0 0 / 24%) 0px 3px 8px;
}
.product-one__single-img img {
    width: auto !important;
    transform: scale(1);
    transition: all 0.7s ease 0s;
}
.product-one__single:hover .product-one__single-img img {
  transform: scale(1.1);
}
.product-one__single-inner {
  position: relative;
  display: block;
  background: #ffffff;
  box-shadow: 0px 10px 60px 0px rgb(0, 0, 0, 0.07);
  border-radius: 8px;
  padding: 153px 30px 50px;
}
.product-one__single-inner .content-box {
  position: relative;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
.product-one__single-inner .content-box .left {
  position: relative;
  display: block;
}
.product-one__single-inner .content-box .left h3 {
  font-size: 20px;
  line-height: 28px;
  font-weight: 600;
  text-transform: capitalize;
}
.product-one__single-inner .content-box .left h3 a {
  color: var(--thm-black);
  transition: all 200ms linear;
  transition-delay: 0.1s;
}
.product-one__single-inner .content-box .left h3 a:hover {
  color: var(--thm-base);
}
.product-one__single-inner .content-box .left p {
    font-size: 16px;
    letter-spacing: 0;
    line-height: 1.6;
    margin-top: 10px;
}
.product-one__single-inner .content-box .right {
  position: relative;
  display: block;
}
.product-one__single-inner .content-box .right p {
  color: var(--thm-black);
  font-size: 16px;
  line-height: 26px;
  font-weight: 600;
  letter-spacing: 0.04em;
}
.product-one__single-cart-btn {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    background: var(--thm-base);
    padding: 10px 30px 10px;
    margin-top: 20px;
    z-index: 5;
    transition: all 200ms linear;
    transition-delay: 0.1s;
    box-shadow: rgb(0 0 0 / 35%) 0px 5px 15px;
}
.product-one__single-cart-btn .title {
  position: relative;
  display: block;
}
.product-one__single-cart-btn .title h6 {
  font-size: 14px;
  line-height: 24px;
  font-weight: 500;
}
.product-one__single-cart-btn .title h6 a {
  color: #ffffff;
  transition: all 200ms linear;
  transition-delay: 0.1s;
}
.product-one__single-cart-btn .title h6 a:hover {
  color: #ffffff;
}
.product-one__single-cart-btn .title h6 a span.fa {
    margin-left: 60px;
    transition: all 200ms linear;
    transition-delay: 0.1s;
}
.product-one__single-cart-btn:hover .title h6 a span.fa {
    margin-left: 50px;
}
.product-one__single-cart-btn:hover {
    background: var(--thm-black);
}
.product-one__carousel.owl-carousel .owl-item img {
  width: auto;
}
.product-one .owl-theme .owl-nav {
  position: absolute;
  margin-top: 0;
  top: -107px;
  right: 0;
}
.product-one .owl-carousel .owl-nav button.owl-prev,
.product-one .owl-carousel .owl-nav button.owl-next {
  position: relative;
  display: inline-block;
  width: 55px;
  height: 55px;
  border-radius: 0px;
  background-color: rgba(255, 255, 255, .4);
  color: rgba(255, 255, 255, .7);
  font-size: 20px;
  outline: none;
  transition: all 200ms linear;
  transition-delay: 0.1s;
}
.product-one .owl-carousel .owl-nav button.owl-prev:hover,
.product-one .owl-carousel .owl-nav button.owl-next:hover {
  background: var(--thm-base);
  color: #ffffff;
}
.product-one .qc-slider-nav {
    position: absolute;
    margin-top: 0;
    top: -112px;
    right: 0;
}
.product-one .qc-slider-nav button.owl-prev, .product-one .qc-slider-nav button.owl-next {
    position: relative;
    display: inline-block;
    width: 55px;
    height: 55px;
    border-radius: 0px;
    background-color: rgba(255, 255, 255, .4);
    color: rgba(255, 255, 255, .7);
    font-size: 20px;
    outline: none;
    transition: all 200ms linear;
    transition-delay: 0.1s;
    margin: 5px;
}
.product-one__single-cart-btn:hover .icon ul li a {
    left: 10px;
}

/*=====================================================  home_whychoose  ===================================================*/

/***
=============================================
Why Choose One
=============================================
***/
.why-choose-one {
    position: relative;
    display: block;
    background: #ffffff;
    z-index: 1;
    padding: 80px 0px 80px;
}
.why-choose-one__inner {
  position: relative;
  display: block;
}
.why-choose-one__img {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    text-align: center;
    max-width: 380px;
    width: 100%;
    margin: 0 auto;
    overflow: hidden;
    box-shadow: rgb(0 0 0 / 35%) 0px 5px 15px;
}
.why-choose-one__img img {
  width: 100%;
}
.why-choose-one__list {
  position: relative;
  display: block;
  overflow: hidden;
}
.why-choose-one__list li {
  position: relative;
  display: block;
  max-width: 365px;
  width: 100%;
  padding-left: 130px;
  float: left;
  margin-bottom: 48px;
}
.why-choose-one__list li.style2 {
  float: right;
  padding-left: 0;
  padding-right: 130px;
  text-align: right;
}
.why-choose-one__list li.style2 .icon-box {
  left: auto;
  right: 0;
}
.why-choose-one__list li .icon-box {
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
    top: 8px;
    left: 0;
    width: 100px;
    height: 100px;
    background: var(--thm-base);
    border-radius: 5px;
    box-shadow: rgb(0 0 0 / 35%) 0px 5px 15px;
    transition: all 500ms linear;
    transition-delay: 0.1s;
}
.why-choose-one__list li .icon-box span::before {
  position: relative;
  display: inline-block;
  color: #ffffff;
  font-size: 50px;
  transition: all 500ms linear;
  transition-delay: 0.1s;
  transform: scale(1);
}
.why-choose-one__list li:hover .icon-box {
    background: var(--thm-black);
}
.why-choose-one__list li:hover .icon-box span::before {
  transform: scale(0.9);
}
.why-choose-one__list li .content-box {
  position: relative;
  display: block;
}
.why-choose-one__list li .content-box h2 {
    font-size: 22px;
    line-height: 34px;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 12px;
}
.why-choose-one__list li .content-box h2 a {
  color: var(--thm-black);
  transition: all 200ms linear;
  transition-delay: 0.1s;
}
.why-choose-one__list li .content-box h2 a:hover {
  color: var(--thm-base);
}
.why-choose-one__list li .content-box p {
  margin: 0px;
}
.why-choose-one__list li .content-box .btn-box {
  position: relative;
  display: block;
  margin-top: 6px;
}
.why-choose-one__list li .content-box .btn-box a {
  color: var(--thm-base);
  font-size: 16px;
  line-height: 26px;
  font-weight: 500;
  text-transform: capitalize;
  transition: all 200ms linear;
  transition-delay: 0.1s;
}
.why-choose-one__list li .content-box .btn-box a:hover {
  color: var(--thm-black);
}
.why-choose-one__list li .content-box .btn-box a span:before {
  position: relative;
  display: inline-block;
  font-size: 15px;
  top: 2px;
  margin-left: 3px;
}

/*-------------------------------------------------------  home_gallery  ---------------------------------------------------*/

/***
=============================================
Portfolio Two
=============================================
***/
.portfolio-two {
    position: relative;
    display: block;
    background: #eff0f0;
    padding: 80px 0px 80px;
    z-index: 1;
    overflow: hidden;
}
.portfolio-two__top {
  position: relative;
  display: block;
}
.portfolio-two .container-fluid {
  padding-right: var(--bs-gutter-x, .0rem);
  padding-left: var(--bs-gutter-x, .0rem);
}
.portfolio-two__single {
    position: relative;
    display: block;
    padding: 4px;
    box-shadow: rgb(0 0 0 / 35%) 0px 5px 15px;
    margin: 50px 10px;
}
.portfolio-two__single.mb30 {
  margin-top: 30px;
}
.portfolio-two__single-img {
  position: relative;
  display: block;
  overflow: hidden;
}
.portfolio-two__single-img:before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transition-delay: .1s;
  transition-timing-function: ease-in-out;
  transition-duration: .7s;
  transition-property: all;
  background: rgba(0, 0, 0, 0.5);
  opacity: 0;
  z-index: 1;
  content: "";
}
.portfolio-two__single:hover .portfolio-two__single-img:before {
  opacity: 1;
}
.portfolio-two__single-img img {
    width: 100% !important;
    transition: .5s ease;
    transform: scale(1.05);
}
.portfolio-two__single:hover .portfolio-two__single-img img {
  transform: scale(1);
}
.portfolio-two__single-img .overlay-content {
  position: absolute;
  left: 30px;
  right: 30px;
  padding: 57px 30px 51px;
  bottom: 45px;
  background: #ffffff;
  overflow: hidden;
  text-align: right;
  -webkit-transform: perspective(400px) rotateX(90deg) scaleY(0.5);
  -ms-transform: perspective(400px) rotateX(90deg) scaleY(0.5);
  transform: perspective(400px) rotateX(90deg) scaleY(0.5);
  -webkit-transform-origin: center;
  -ms-transform-origin: center;
  transform-origin: center;
  transition-delay: .1s;
  transition-timing-function: ease-in-out;
  transition-duration: .5s;
  transition-property: all;
  z-index: 5;
}
.portfolio-two__single:hover .portfolio-two__single-img .overlay-content {
  -webkit-transform: perspective(400px) rotateX(0deg) scaleY(1.0);
  -ms-transform: perspective(400px) rotateX(0deg) scaleY(1.0);
  transform: perspective(400px) rotateX(0deg) scaleY(1.0);
  transition-delay: .1s;
  transition-timing-function: ease-in-out;
  transition-duration: .7s;
  transition-property: all;
}
.portfolio-two__single-img .overlay-content::before {
  position: absolute;
  top: 0;
  left: 40px;
  bottom: 0;
  width: 2px;
  background: var(--thm-base);
  content: "";
  transition: -webkit-transform 2.0s ease;
  transition: transform 2.0s ease;
  transition: transform 2.0s ease, -webkit-transform 2.0s ease;
  transform-origin: bottom right;
  -webkit-transform: scale(1, 0);
  transform: scale(1, 0);
}
.portfolio-two__single:hover .portfolio-two__single-img .overlay-content::before {
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  transform-origin: top center;
}
.portfolio-two__single-img .overlay-content::after {
  position: absolute;
  left: 0px;
  bottom: 65px;
  right: 60%;
  height: 2px;
  background: var(--thm-base);
  content: "";
  transition: transform 2000ms ease;
  transform: scale(0, 1);
  transform-origin: left center;
}
.portfolio-two__single:hover .portfolio-two__single-img .overlay-content::after {
  transform: scale(1, 1);
  transform-origin: left center;
}
.portfolio-two__single-img .overlay-content h2 {
  font-size: 18px;
  line-height: 34px;
  font-weight: 500;
  text-transform: uppercase;
  margin-bottom: 3px;
  opacity: 0;
  transform: translateY(-50px);
  transition: all 700ms ease;
}
.portfolio-two__single:hover .portfolio-two__single-img .overlay-content h2 {
  opacity: 1;
  transform: translateY(0%);
  transition-delay: 700ms;
}
.portfolio-two__single-img .overlay-content h2 a {
    color: var(--thm-black);
    transition: all 200ms linear;
    transition-delay: 0.1s;
    font-size: 17px;
}
.portfolio-two__single-img .overlay-content h2 a:hover {
  color: var(--thm-base);
}
.portfolio-two__single-img .overlay-content p {
  margin: 0;
  opacity: 0;
  transform: translateY(50px);
  transition: all 700ms ease;
}
.portfolio-two__single:hover .portfolio-two__single-img .overlay-content p {
  opacity: 1;
  transform: translateY(0%);
  transition-delay: 500ms;
}
.portfolio-two .owl-theme .owl-nav {
  position: absolute;
  margin-top: 0;
  top: -120px;
  right: 19%;
}
.portfolio-two .owl-carousel .owl-nav button.owl-prev,
.portfolio-two .owl-carousel .owl-nav button.owl-next {
  position: relative;
  display: inline-block;
  width: 55px;
  height: 55px;
  border-radius: 0px;
  background-color: #ffffff;
  color: var(--thm-black);
  font-size: 20px;
  outline: none;
  transition: all 200ms linear;
  transition-delay: 0.1s;
}
.portfolio-two .owl-carousel .owl-nav button.owl-prev:hover,
.portfolio-two .owl-carousel .owl-nav button.owl-next:hover {
  background: var(--thm-base);
  color: #ffffff;
}
.hgalleryd-flex {
    display: flex;
    gap: 500px;
    align-items: center;
}
.portfolio-two__single-img .btn-box {
    position: absolute;
    top: 0px;
    right: 50px;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
}
.portfolio-two__single-img .btn-box a {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 50px;
    height: 50px;
    background: #ffffff;
    border-radius: 50%;
    z-index: 1;
}
.portfolio-two__single-img .btn-box a::before {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    border-radius: 50%;
    background: var(--thm-base);
    transform: scale(0.5);
    opacity: 0;
    transition: all 300ms linear;
    transition-delay: 0.1s;
    content: "";
    z-index: -1;
}
.portfolio-two__single-img .btn-box a span::before {
    position: relative;
    display: inline-block;
    color: var(--thm-base);
    font-size: 20px;
    font-weight: 400;
    transition: all 200ms linear;
    transition-delay: 0.1s;
}
.portfolio-two__single:hover .portfolio-two__single-img .btn-box {
    top: 50px;
    opacity: 1;
    visibility: visible;
}
.portfolio-two__single-img .btn-box a:hover::before {
    transform: scale(1);
    opacity: 1;
}
.portfolio-two__single-img .btn-box a:hover span::before {
    color: #ffffff;
}

/*--------------------------------------------------  home_counter  ------------------------------------------------*/

/***
=============================================
Feature Three
=============================================
***/
.feature-three {
    position: relative;
    display: block;
    padding: 120px 0px 120px;
    overflow: hidden;
    z-index: 1;
}
.feature-three .shape1 {
  position: absolute;
  top: -390px;
  right: -130px;
  z-index: 2;
}
.feature-three .shape2 {
  position: absolute;
  top: -200px;
  right: -290px;
  mix-blend-mode: soft-light;
  z-index: 1;
}
.feature-three__bg {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background-attachment: scroll;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  z-index: -1;
}
.feature-three__bg::before {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: #010007;
  opacity: 0.7;
  content: "";
  z-index: -2;
}
.feature-three__pattern {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background-attachment: scroll;
  background-position: center center;
  background-repeat: repeat;
  z-index: -1;
}
.feature-three__inner {
    position: relative;
    display: block;
    background: #ffffff;
    box-shadow: 0px 10px 60px 0px rgb(0 0 0 / 7%);
    padding: 50px 0px 42px;
    overflow: hidden;
    border-radius: 50px;
    border-top-left-radius: 0px;
    z-index: 5;
    box-shadow: rgb(0 0 0 / 35%) 0px 5px 15px;
}
.feature-three__box {
  position: relative;
  display: block;
}
.feature-three__single {
  position: relative;
  display: block;
  width: 25%;
  float: left;
}
.feature-three__single .title-box p {
    font-size: 30px;
}
.feature-three__single .icon-box {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100px;
    height: 100px;
    border-radius: 50%;
    background: var(--thm-base);
    margin: 0 auto;
    box-shadow: rgb(0 0 0 / 35%) 0px 5px 15px;
}
.feature-three__single .icon-box span::before {
  position: relative;
  display: inline-block;
  color: #ffffff;
  font-size: 50px;
  transition: all 500ms linear;
  transition-delay: 0.1s;
  transform: scale(1);
}
.feature-three__single:hover .icon-box span::before {
  transform: scale(0.9);
}
.feature-three__single .title-box {
  position: relative;
  display: block;
}
.feature-three__single .title-box h2 {
  font-size: 20px;
  line-height: 30px;
  font-weight: 600;
  text-transform: capitalize;
  margin-top: 11px;
}
.feature-three__single .title-box h2 a {
  color: var(--thm-black);
  transition: all 200ms linear;
  transition-delay: 0.1s;
}
.feature-three__single .title-box h2 a:hover {
  color: var(--thm-base);
}


/*--------------------------------------------------  home_weserve  -------------------------------------------------*/

/***
=============================================
Services Two
=============================================
***/
.services-two {
  position: relative;
  display: block;
  background: #eff0f0;
  padding: 120px 0px 90px;
  overflow: hidden;
  z-index: 1;
}
.services-two__img {
    position: absolute;
    top: 50px;
    left: -460px;
    z-index: -1;
}
.services-two .sec-title-two {
    margin-left: 40px;
}
.services-two__left-content {
  position: relative;
  display: block;
  margin-left: 170px;
}
.services-two__left-content-single {
  position: relative;
  display: block;
  padding-top: 50px;
  margin-bottom: 30px;
}
.services-two__left-content-single .icon-box {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100px;
    height: 75px;
    margin: 0px auto 0px;
    border-radius: 10px;
    background: #ffffff;
    box-shadow: 0px 10px 60px 0px rgb(0 0 0 / 7%);
    z-index: 5;
}
.services-two__left-content-single .icon-box span::before {
    position: relative;
    display: inline-block;
    color: var(--thm-base);
    font-size: 45px;
    transition: all 200ms linear;
    transition-delay: 0.1s;
    z-index: 5;
}
.services-two__left-content-single:hover .icon-box span::before {
  color: #ffffff;
}
.services-two__left-content-single .icon-box::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0px;
  right: 0;
  border-radius: 10px;
  background-color: var(--thm-base);
  transition: -webkit-transform 0.4s ease;
  transition: transform 0.4s ease;
  transition: transform 0.4s ease, -webkit-transform 0.4s ease;
  transform-origin: bottom right;
  -webkit-transform: scale(1, 0);
  transform: scale(1, 0);
  z-index: -1;
}
.services-two__left-content-single:hover .icon-box::before {
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  transform-origin: top center;
}
.services-two__left-content-single .inner {
    position: relative;
    display: block;
    padding: 45px 30px 10px;
    background: #ffffff;
    border-radius: 9px;
    box-shadow: 0px 10px 60px 0px rgb(0 0 0 / 7%);
    box-shadow: rgb(0 0 0 / 35%) 0px 5px 15px;
}
.services-two__left-content-single .inner h2 {
    font-size: 24px;
    line-height: 34px;
    font-weight: 600;
    text-transform: uppercase;
    margin-bottom: 5px;
}
.services-two__left-content-single .inner h2 a {
  color: var(--thm-black);
  transition: all 200ms linear;
  transition-delay: 0.1s;
}
.services-two__left-content-single .inner h2 a:hover {
  color: var(--thm-base);
}
.services-two__right-content {
    position: relative;
    display: block;
    margin-right: 0px;
}
.services-two__right-content-single {
    position: relative;
    display: flex;
    align-items: center;
    background: linear-gradient(90deg, var(--thm-black) 20%, var(--thm-base) 10%);
    border-radius: 5px;
    overflow: hidden;
    box-shadow: 0.175px 9.998px 38px 2px rgb(0 0 0 / 10%);
    padding: 15px 5px 15px 15px;
    margin-bottom: 15px;
    box-shadow: rgb(0 0 0 / 35%) 0px 5px 15px;
}
.services-two__right-content-single::before {
  position: absolute;
  left: 0;
  bottom: 0;
  right: 0;
  height: 4px;
  background: #ede8e4;
  content: "";
}
.services-two__right-content-single::after {
    position: absolute;
    left: 0;
    bottom: 0;
    right: 0;
    height: 4px;
    background: var(--thm-black);
    transform: scaleX(0.7) rotateX(0deg);
    transition: all 0.4s linear;
    opacity: 0;
    border-radius: 0px;
    content: "";
}
.services-two__right-content-single:hover::after {
  transform: scaleX(1.0) rotateX(0deg);
  transition: all 0.4s linear;
  opacity: 1;
}
.services-two__right-content-single .icon-box {
  position: relative;
  display: block;
}
.services-two__right-content-single .icon-box span::before {
    position: relative;
    display: inline-block;
    color: #fff;
    font-size: 26px;
    transition: all 500ms linear;
    transition-delay: 0.1s;
    transform: scale(1);
}
.services-two__right-content-single:hover .icon-box span::before {
  transform: scale(0.9);
}
.services-two__right-content-single .title-box {
  position: relative;
  display: block;
  margin-left: 25px;
  flex: 1;
}
.services-two__right-content-single .title-box h2 {
    font-size: 16px;
    line-height: 26px;
    font-weight: 500;
}
.services-two__right-content-single .title-box h2 a {
    color: #fff;
    transition: all 200ms linear;
    transition-delay: 0.1s;
}
.services-two__right-content-single .title-box h2 a:hover {
    color: var(--thm-black);
}
.services-two:before {
    background: url(../../images/images/new_images/home/other/thm-pattern.png);
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -500;
}

/*-------------------------------------------------  home_foottop  ----------------------------------------------------*/

/***
=============================================
Cta One
=============================================
***/
.cta-one {
  position: relative;
  display: block;
  background: var(--thm-base);
  padding: 81px 0px 78px;
  z-index: 1;
}
.cta-one .shape1 {
    position: absolute;
    top: -58px;
    left: 680px;
    border-bottom: 40px solid #151518;
    border-left: 20px solid transparent;
    border-right: 20px solid transparent;
    content: "";
}
.cta-one__bg {
  position: absolute;
  top: -40px;
  left: 0;
  bottom: 0;
  width: 700px;
  background-attachment: scroll;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  clip-path: polygon(0 0, 100% 0, 80% 100%, 0% 100%);
  z-index: -1;
}
.cta-one__inner {
  position: relative;
  display: block;
}
.cta-one__content {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    max-width: 580px;
    width: 100%;
    float: right;
}
.cta-one__content .text-box {
  position: relative;
  display: block;
}
.cta-one__content .text-box p {
  color: #ffffff;
  letter-spacing: 0.2em;
}
.cta-one__content .text-box h2 {
  color: #ffffff;
  font-size: 40px;
  line-height: 50px;
  font-weight: 600;
  text-transform: capitalize;
  margin-top: 1px;
}
.cta-one__content .btn-box {
  position: relative;
  display: block;
  line-height: 0;
}
.cta-one__content .btn-box .thm-btn {
  background: var(--thm-base);
}
.cta-one__content .btn-box .thm-btn::before {
  background: var(--thm-black);
}
.cta-one__content .btn-box .thm-btn::after {
  background: var(--thm-black);
}
.cta-one__bg::before {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background: rgba(var(--thm-black-rgb), 0.7);
    content: "";
    z-index: -1;
}

.footer:before {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background: url(../../images/images/new_images/home/other/thm-pattern.png);
    z-index: -2;
    content: "";
}
.footer {
    background: #000000;
}
.footer a, .footer p {
    color: var(--thm-gray);
}

/*==================================================  about_page  ===================================================*/

/***
=============================================
About Two
=============================================
***/
.about-two {
  position: relative;
  display: block;
  background: #ffffff;
  padding: 120px 0px 90px;
  z-index: 1;
}
.about-two__content {
  position: relative;
  display: block;
  margin-left: -10px;
  margin-right: 55px;
}
.about-two__content .sec-title-two {
  padding-bottom: 37px;
}
.about-two__content .text-box1 {
  position: relative;
  display: block;
}
.about-two__content .text-box1 p {
  margin: 0px;
}
.about-two__content-list {
  position: relative;
  display: block;
  padding-left: 20px;
  margin-top: 32px;
}
.about-two__content-list::before {
  position: absolute;
  top: 4px;
  left: 0px;
  bottom: 4px;
  width: 2px;
  background: var(--thm-base);
  content: "";
}
.about-two__content-list li {
  position: relative;
  display: block;
  margin-bottom: 12px;
}
.about-two__content-list li:last-child {
  margin-bottom: 0;
}
.about-two__content-list li .inner {
  position: relative;
  display: block;
  padding-left: 40px;
}
.about-two__content-list li .inner .icon-box {
  position: absolute;
  top: 4px;
  left: 0;
  width: 20px;
  height: 20px;
  background: var(--thm-base);
  border-radius: 50%;
  text-align: center;
}
.about-two__content-list li .inner .icon-box span {
  position: relative;
  display: block;
  line-height: 0;
}
.about-two__content-list li .inner .icon-box span:before {
  position: relative;
  display: inline-block;
  color: #ffffff;
  font-size: 12px;
  line-height: 20px;
}
.about-two__content-list li .inner .text-box {
  position: relative;
  display: block;
}
.about-two__content-list li .inner .text-box p {
  color: var(--thm-black);
  font-size: 18px;
  line-height: 28px;
  font-weight: 500;
}
.about-two__progress {
  position: relative;
  display: block;
  margin-top: 43px;
}
.about-two__progress-single {
  position: relative;
  display: block;
  margin-bottom: 22px;
}
.about-two__progress-single-title {
  font-size: 18px;
  font-weight: 600;
  line-height: 28px;
  text-transform: uppercase;
  margin-bottom: 12px;
}
.about-two__progress .bar {
  position: relative;
  width: 100%;
  height: 15px;
  background: #f1f3f2;
  margin-bottom: 6px;
  border-radius: 7.5px;
}
.about-two__progress .bar-inner {
  position: relative;
  display: block;
  width: 0px;
  height: 15px;
  background: var(--thm-base);
  -webkit-transition: all 1500ms ease;
  -ms-transition: all 1500ms ease;
  -o-transition: all 1500ms ease;
  -moz-transition: all 1500ms ease;
  transition: all 1500ms ease;
  border-radius: 7.5px;
  z-index: 1;
}
.about-two__progress .count-text {
  position: absolute;
  top: -3px;
  right: 10px;
  color: #ffffff;
  font-size: 12px;
  line-height: 22px;
  font-weight: 400;
  text-align: center;
  font-family: var(--thm-font);
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  transition: all 500ms ease;
  opacity: 1;
}
.about-two__content-bottom {
  position: relative;
  display: flex;
  align-items: center;
  margin-top: 50px;
}
.about-two__content-bottom .author-box {
  position: relative;
  display: flex;
  align-items: center;
}
.about-two__content-bottom .author-box .img-box {
    position: relative;
    display: block;
    width: 100px;
    height: 100px;
    border-radius: 50%;
    overflow: hidden;
}
.about-two__content-bottom .author-box .img-box img {
  width: 100%;
}
.about-two__content-bottom .author-box .title-box {
  position: relative;
  display: block;
  padding-left: 25px;
  line-height: 0;
}
.about-two__content-bottom .author-box .title-box h2 {
  font-size: 22px;
  line-height: 32px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: -0.025em;
}
.about-two__content-bottom .author-box .title-box span {
  color: var(--thm-gray);
  font-size: 15px;
  line-height: 25px;
  font-weight: 600;
  text-transform: capitalize;
}
.about-two__content-bottom .btn-box {
  position: relative;
  display: block;
  margin-left: 50px;
  line-height: 0px;
}
.about-two__right {
  position: relative;
  display: block;
  margin-left: -15px;
  margin-right: -45px;
}
.about-two__right-single {
  position: relative;
  display: block;
  margin-bottom: 30px;
}
.about-two__right-single.mb30 {
  margin-top: 30px;
}
.about-two__right-single .img-box {
  position: relative;
  display: block;
  overflow: hidden;
}
.about-two__right-single .img-box::before {
  position: absolute;
  top: 0%;
  right: 0%;
  display: block;
  content: '';
  width: 0;
  height: 0;
  background: rgba(255, 255, 255, .4);
  border-radius: 50%;
  -webkit-transform: translateX(-50%, -50%);
  transform: translateX(-50%, -50%);
  opacity: 0;
  z-index: 1;
}
.about-two__right-single:hover .img-box::before {
  -webkit-animation: circle .95s;
  animation: circle .95s;
}
.about-two__right-single .img-box img {
  width: 100%;
  transform: scale(1.0);
  transition-delay: .1s;
  transition-timing-function: ease-in-out;
  transition-duration: .7s;
  transition-property: all;
}
.about-two__right-single:hover .img-box img {
  transform: scale(1.1) rotate(1deg);
}
.about-two__right-single .img-box .video-box {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
.about-two__right-single .img-box .video-box a {
    position: relative;
    display: inline-block;
    padding-left: 5px;
}
.about-two__right-single-icon {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 60px;
    height: 60px;
    line-height: 60px;
    border-radius: 50%;
    text-align: center;
    font-size: 20px;
    color: #ffffff;
    background-color: var(--thm-base);
    margin: 0 auto;
}
.about-two__right-single-icon .ripple,
.about-two__right-single-icon .ripple:before,
.about-two__right-single-icon .ripple:after {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 60px;
    height: 60px;
    transform: translate(-50%, -50%);
    -ms-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.6);
    -o-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.6);
    box-shadow: 0 0 0 0 rgb(255 255 255 / 60%);
    -webkit-animation: ripple 3s infinite;
    animation: ripple 3s infinite;
    border-radius: 50%;
}
.about-two__right-single-icon .ripple:before {
  -webkit-animation-delay: 0.9s;
  animation-delay: 0.9s;
  content: "";
  position: absolute;
}
.about-two__right-single-icon .ripple:after {
  -webkit-animation-delay: 0.6s;
  animation-delay: 0.6s;
  content: "";
  position: absolute;
}
.about-two__right-single .counter-box {
  position: relative;
  display: block;
  background: var(--thm-base);
  padding: 52px 40px 53px;
}
.about-two__right-single .counter-box h2 {
  position: relative;
  color: #ffffff;
  font-size: 55px;
  line-height: 1.1em;
  font-weight: 700;
  text-transform: capitalize;
}
.about-two__right-single .counter-box h2 .plus {
  position: absolute;
  top: -6px;
}
.about-two__right-single .counter-box .odometer.odometer-auto-theme,
.about-two__right-single .counter-box .odometer.odometer-theme-default {
  font-family: var(--thm-font);
  line-height: 1.1em;
}
/*** 
=============================================
    circle Css
=============================================
***/
@-webkit-keyframes circle {
  0% {
    opacity: 1;
  }

  40% {
    opacity: 1;
  }

  100% {
    width: 200%;
    height: 200%;
    opacity: 0;
  }
}
@keyframes circle {
  0% {
    opacity: 1;
  }

  40% {
    opacity: 1;
  }

  100% {
    width: 200%;
    height: 200%;
    opacity: 0;
  }
}

.brand-two__title {
    position: relative;
    display: block;
    text-align: center;
    margin-bottom: 30px;
}
.brand-two__title h2 {
    color: #fff;
    font-size: 21px;
    line-height: 50px;
    font-weight: 400;
    text-transform: uppercase;
    background: var(--thm-black);
    width: 450px;
    margin: auto;
    border-radius: 50px;
}
.brand-two__title h2 span {
    color: var(--thm-base);
}
.about-two__right-single .img-box .video-box a span.fa {
    color: #fff;
}

/*** 
=============================================
    Ripple Css
=============================================
***/
@-webkit-keyframes ripple {
  70% {
    -webkit-box-shadow: 0 0 0 20px 0 0 20px 0 #fff;
    box-shadow: 0 0 0 20px 0 0 20px 0 #fff
  }

  100% {
    -webkit-box-shadow: 0 0 0 0 #fff;
    box-shadow: 0 0 0 0 #fff
  }
}
@keyframes ripple {
  70% {
    -webkit-box-shadow: 0 0 0 20px rgb(255, 255, 255, .2);
    box-shadow: 0 0 0 20px rgb(255, 255, 255, .2)
  }

  100% {
    -webkit-box-shadow: 0 0 0 0 rgb(255, 255, 255, 0);
    box-shadow: 0 0 0 0 rgb(255, 255, 255, 0)
  }
}
@-webkit-keyframes ripple2 {
  70% {
    box-shadow: 0 0 0 40px rgba(10, 165, 205, 0);
  }

  100% {
    box-shadow: 0 0 0 0 rgba(10, 165, 205, 0);
  }
}
@keyframes ripple {
  70% {
    box-shadow: 0 0 0 40px rgba(10, 165, 205, 0);
  }

  100% {
    box-shadow: 0 0 0 0 rgba(10, 165, 205, 0);
  }
}

/*----  about_mission  ---*/

/***
=============================================
Faq Two
=============================================
***/
.faq-two {
    position: relative;
    display: block;
    background: #ffffff;
    padding: 0px 0px 100px;
}
.faq-two__title {
  position: relative;
  display: block;
  margin-top: -16px;
  margin-bottom: 48px;
}
.faq-two__title h2 {
    font-size: 100px;
    line-height: 1.2em;
    font-weight: 400;
    text-transform: capitalize;
    color: transparent;
    -webkit-text-stroke: 1px var(--thm-base);
}
.faq-two__left {
  position: relative;
  display: block;
  margin-right: 10px;
}
.faq-two__left-text {
  position: relative;
  display: block;
}
.faq-two__left-text p {
    margin-bottom: 0;
    text-align: justify;
}
.faq-two__left-bottom {
  position: relative;
  display: block;
}
.faq-two__left-bottom-single {
    position: relative;
    display: block;
    text-align: center;
}
.faq-two__left-bottom-single .img-box {
  position: relative;
  display: block;
  overflow: hidden;
  margin-bottom: 24px;
  background: #000000;
}
.faq-two__left-bottom-single .img-box img {
  width: 100%;
  transition: all 500ms ease;
}
.faq-two__left-bottom-single:hover .img-box img {
  opacity: 0.5;
  transform: scaleX(1.05);
}
.faq-two__left-bottom-single p {
  font-size: 16px;
}
.faq-two__left-bottom-single p span:before {
  position: relative;
  display: inline-block;
  color: var(--thm-base);
  font-size: 15px;
  top: 1px;
  padding-right: 5px;
}
.faq-two__accordion {
  position: relative;
  display: block;
}
.faq-two__accordion .accordion-box .block .acc-content p {
  margin: 0;
  font-size: 15px;
  line-height: 30px;
}
.faq-two__accordion .accordion-box .block .acc-btn {
  padding-top: 22px;
  padding-bottom: 22px;
}
.faq-two__accordion .accordion-box .block .acc-content {
  padding-top: 22px;
  padding-bottom: 38px;
}

/*=============================================  gallery_page  ===============================================*/

.portfolio-style-1 img {
    width: 100% !important;
    height: 215px;
    box-shadow: rgb(204 219 232) 3px 3px 6px 0px inset, rgb(255 255 255 / 50%) -3px -3px 6px 1px inset;
    padding: 10px;
    border-radius: 20px;
}
.magnifier {
    height: 215px;
    border-radius: 20px;
}
.portfolio-gallery-4 .portfolio-item {
    padding: 5px;
}
.section {
    padding: 40px 0;
}
.portfolio-filter {
    display: none;
}
.section-title {
    display: none;
}


/*===============================================  product_page  ====================================================*/

.propgtopcont-div p {
    text-align: center;
    font-size: 30px;
    line-height: 1.4;
    color: var(--thm-base);
    font-weight: 600;
    margin-bottom: 0px;
    margin-top: 20px;
}
/*--comm---*/
.extra-img img {
    height: 100%;
}
.pro_image2 {
    width: 100%;
    height: 100%;
}
.extra-item {
    margin: 20px 0;
    padding: 30px;
    box-shadow: rgb(136 165 191 / 48%) 6px 2px 16px 0px, rgb(255 255 255 / 80%) -6px -2px 16px 0px;
}
#product_content_2 {
    margin-bottom: 40px;
}
.pro_title {
    color: var(--thm-base) !important;
    font-family: var(--thm-font) !important;
    font-size: 30px !important;
    text-align: center;
    margin-bottom: 10px;
    text-transform: uppercase;
    font-weight: 600;
}
.header_list li {
    list-style: none;
}
.btn-primary, .btn-primary:focus {
    color: #fff;
    background-color: var(--thm-black);
    border-color: var(--thm-gray);
    font-size: 14px !important;
    text-transform: uppercase !important;
    font-weight: 400;
    box-shadow: rgb(0 0 0 / 24%) 0px 3px 8px;
}
.propgcont-p {
    margin-bottom: 20px;
    color: var(--thm-gray);
}
.btn-primary:hover {
    border: 1px solid var(--thm-base);
    background: var(--thm-base);
}
.propgcont-ul li {
    line-height: 1.7;
    color: var(--thm-gray);
    list-style: square;
}
.propgcontlist-div {
    display: flex;
    gap: 40px;
    margin-bottom: 20px;
    margin-left: 20px;
}
.propgcontlist-h4 {
    font-size: 22px;
    color: var(--thm-base);
}
.propgcontlist-div.d-block {
    display: block;
}
.propgcontlist-div.gap-38 {
    gap: 38px;
}

/***
=============================================
Contact Page
=============================================
***/
.contact-page {
    position: relative;
    display: block;
    background: #ffffff;
    padding: 120px 0px 20px;
}
.contact-page__top {
  position: relative;
  display: block;
  padding-bottom: 20px;
}
.contact-page__top-single {
    position: relative;
    display: block;
    background: #ffffff;
    box-shadow: 0px 0px 35px 0px rgb(0 0 0 / 5%);
    border: 1px solid #f2f4fb;
    border-radius: 5px;
    padding: 30px 15px 30px;
    margin-bottom: 30px;
    height: 300px;
    border-bottom: 5px solid var(--thm-gray);
}
.contact-page__top .contact-page__top-single {
    height: 260px;
}
.contact-page__bot .content-box p {
    font-size: 18px;
}
.contact-page__top-single .icon-box {
  position: relative;
  display: block;
  margin-bottom: 20px;
}
.contact-page__top-single .icon-box span:before {
  position: relative;
  display: inline-block;
  color: var(--thm-base);
  font-size: 60px;
}
.contact-page__top-single .content-box {
  position: relative;
  display: block;
}
.contact-page__top-single .content-box h2 {
  font-size: 28px;
  line-height: 38px;
  font-weight: 600;
  text-transform: capitalize;
  margin-bottom: 9px;
}
.contact-page__top-single .content-box p {
    font-size: 20px;
    line-height: 30px;
    font-weight: 400;
}
.contact-page__top-single .content-box p a {
  color: var(--thm-gray);
  transition: all 200ms linear;
  transition-delay: 0.1s;
}
.contact-page__top-single .content-box p a:hover {
  color: var(--thm-base);
}
.contact-page__bottom {
  position: relative;
  display: block;
}

/*-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-  responsive  -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-*/

@media (max-width:767px){
/*About One*/
    .about-one__bg {
        display: none;
    }
    .about-one__img {
        margin-top: 0px;
    }
    .about-one__content {
        margin-left: 0px;
        margin-top: 60px;
    }
    .about-one .shape4 {
        display: none;
    }
    .about-one__content-bottom {
        display: block;
    }
    .about-one__content-bottom .contact-info {
        margin-left: 0px;
        margin-top: 15px;
    }
    .about-one__img .inner {
        width: auto;
    }
    .about-one {
    padding: 60px 0px 60px;
    }
/*Cta One*/
    .cta-one__content {
        display: block;
        max-width: none;
        width: 100%;
        float: none;
        text-align: center;
    }

    .cta-one__content .btn-box {
        margin-top: 25px;
    }

    .cta-one__bg {
        display: none;
    }

    .cta-one .shape1 {
        display: none;
    }

.topbar li i {
    color: #fff !important;
}
.topbar li {
    line-height: 14px;
}
.topbar .social i {
    color: var(--thm-base) !important;
}
.header {
    padding: 0px 0;
}
/*Sec Title Two*/
    .sec-title-two h2 {
        font-size: 35px;
    }

    .sec-title-two h2 br {
        display: none;
    }
.product-one {
    padding: 90px 0px 90px;
}
.product-one .qc-slider-nav {
    top: -80px;
}
.product-one__single-cart-btn .title h6 a span.fa {
    margin-left: 110px;
}
.product-one__single-cart-btn:hover .title h6 a span.fa {
    margin-left: 90px;
}
.why-choose-one__img {
    position: relative;
    margin-bottom: 40px;
}
/*Why Choose One*/
    .why-choose-one__list li.style2 {
        float: left;
    }
    .why-choose-one__inner {
        max-width: 365px;
        width: 100%;
        margin: 0 auto;
    }
    .why-choose-one__list li {
        padding-left: 100px;
    }
    .why-choose-one__list li .content-box h2 {
        font-size: 18px;
    }
    .why-choose-one__list li .icon-box {
        width: 80px;
        height: 80px;
    }
    .why-choose-one__list li .icon-box span::before {
        font-size: 40px;
    }
    .why-choose-one__list li.style2 {
        padding-right: 100px;
    }
.hgalleryd-flex {
    display: block;
}
/*Feature Three*/
    .feature-three__single {
        width: 100%;
        margin-bottom: 40px;
    }

    .feature-three__single:last-child {
        margin-bottom: 0;
    }
.services-two .sec-title-two {
    margin-left: 0px;
}
.services-two__img {
    display: none;
}
.pageheader {
    padding: 20px 0;
    background-size: cover;
    background-position: 7% 50%;
}
.about_page_title {
    font-size: 26px;
}
/*About Two*/
    .about-two__content {
        margin-left: 0px;
        margin-right: 0px;
        max-width: 700px;
        width: 100%;
    }
    .about-two__right {
        margin-left: 0px;
        margin-right: 0px;
        max-width: 610px;
        width: 100%;
        margin-top: 60px;
    }
    .about-two__content-bottom {
        display: block;
    }
    .about-two__content-bottom .btn-box {
        margin-left: 0px;
        margin-top: 15px;
    }
    .about-two__right-single {
        max-width: 500px;
        width: 100%;
        margin: 0 auto 30px;
    }
    .about-two__right-single.mb30 {
        margin-top: 0px;
    }
.about-two {
    padding: 60px 0px 40px;
}
/*Faq Two*/
    .faq-two__title h2 {
    font-size: 35px;
}
.brand-two__title h2 {
    line-height: 32px;
}
.faq-two__left {
    margin-right: 0;
    margin-bottom: 20px;
}
.faq-two__title {
    margin-bottom: 25px;
}
.propgtopcont-div p {
    font-size: 22px;
}
.pro_title {
    margin: 20px 0;
    font-size: 24px !important;
    line-height: 1.4;
}
.extra-item {
    margin: 20px 20px;
    padding: 20px 0;
}
.propgcontlist-div {
    display: block;
}
.contact-page {
    padding: 60px 10px 20px;
}
.footer {
    padding: 40px 0;
}
.faq-two {
    padding: 0px 0px 60px;
}
.left.col-md-6 {
    width: 100% !important;
    padding: 5px 0 !important;
}
.product_popcont, .product_popcont1 {
    padding: 0 10px 0 10px !important;
}
.right.col-md-6.bg {
    display: none !important;
}
.product_popcont:after {
    display: none !important;
}
form#interested_form {
    text-align: center;
    width: 100%;
    margin-left: -10px;
}
.interested_form .button1 {
    width: unset !important;
}
.left.col-md-6 .modal_title {
    text-align: center;
    font-size: 18px !important;
}
.product_popcont:before {
    display: none !important;
}
.visible-title1 {
    left: 140px;
}















}
.popp .modal_title {
    padding: 15px 15px;
    font-weight: 600 !important;
    font-family: var(--thm-font) !important;
    font-size: 22px !important;
    line-height: 22px;
    color: #fff !important;
}
.popp .class_title {
    padding: 15px 15px;
    font-weight: 600 !important;
    font-family: var(--thm-font) !important;
    font-size: 22px !important;
    line-height: 22px;
    color: var(--thm-base) !important;
}
.popp .left {
    background: var(--thm-black) !important;
}
.popp .product_popcont:before {
    border-left: 22px solid var(--thm-black) !important;
}
.popp .product_popcont:after,.popp .left::after {
    display: none !important;
}
.popp .interested_form .button1 {
    background: var(--thm-base) !important;
    color: #fff !important;
    font-family: var(--thm-font) !important;
    font-size: 15px !important;
    font-weight: 600 !important;
}



/*------------------------------------- Disktop 1400----------------------------------------------------------*/
@media (min-width:1400px) and (max-width:1500px) {
    .tp-banner {
    height: 600px !important;
    max-height: 600px !important;
}

}
/*------------------------------------- Disktop 1500----------------------------------------------------------*/
@media (min-width:1500px) and (max-width:1600px) {
    .tp-banner {
    height: 640px !important;
    max-height: 640px !important;
}
}
/*------------------------------------- Disktop 1600----------------------------------------------------------*/
@media (min-width:1600px) and (max-width:1700px) {
    .tp-banner {
    height: 660px !important;
    max-height: 660px !important;
}
}

