
:root{	
  --st-theme-color-one:#fdef00; 
  --st-theme-color-two:#444444;
  --st-theme-body-color:#525459; 
  --st-theme-color-white:#fff; 
  --st-testi-bg:#1d1d1d;
  --st-header-bg:#d1e4ea;
  --st-bg:#f5f4f9;
  --st-team-color:#f4f4f9;
  --st-header-meta-icon-bg:#054c60;
  --st-project-bg:#ebebeb;
  --st-theme-dark-color:#171717;
  --st-theme-dark-color-two:#202020;
  --st-theme-dark-color-three:#1f1f1f;
  --st-theme-dark-color-four:#262626;
  --st-theme-dark-color-text:#9f9f9f;
  --st-theme-dark-bg2:#090d16;
  --st-theme-dark-bg3:#070a11;
  --st-theme-dark-bg4:#070e16;
  --st-theme-dark-bg5:#0f191b;
  --st-theme-dark-bg6:#091018;
  --st-theme-sidebar-bg:#f7f6f1;
}

body {
 font-family: 'Overpass', 'Source Han Sans CN Normal', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Fira Sans', 'Droid Sans', 'Helvetica Neue', sans-serif;
}




.container {
  max-width: 1170px;
}
.book__container {
  max-width: 1683px;
  background: var(--st-bg);
  margin-bottom: -350px;
  position: relative;
}
.container-large {
  max-width: 1600px;
}
.container-largetwo {
  max-width: 1920px;
  padding: 0px 0 0 138px;
}

/* 01. Header Top Area */
.st-header-top-area {
  padding: 22px 0;
  background: var(--st-theme-color-one);
}
.st-header-top-info ul li {
  display: inline;
  margin-right: 76px;
  position: relative;
}
.st-header-top-info ul li:before {
  position: absolute;
  content: "";
  top: -8px;
  right: -38px;
  height: 40px;
  width: 1px;
  background: rgba(255,255,255,0.3);
}
.st-header-top-info ul li:last-child::before{
  display: none;
}
.st-header-top-info ul li a {
  color: var(--st-theme-color-white);
  font-size: 16px;
}
.st-header-top-info ul li a i {
  margin-right: 4px;
}
.st-header-top-social {
  text-align: right;
}
.st-header-top-social span {
  display: inline-block;
  color: var(--st-theme-color-white);
  margin-right: 15px;
  font-size: 18px;
}
.st-header-top-social ul {
  display: inline-block;
}
.st-header-top-social ul li {
  display: inline;
  margin-right: 12px;
}
.st-header-top-social ul li a {
  display: inline-block;
  font-size: 18px;
  color: var(--st-theme-color-white);
  transition: .5s;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
}
.st-header-top-social ul li a:hover {
  color: var(--st-theme-color-two);
}
/* Header Top Style Two */
.style2.st-header-top-area {
  background: var(--st-theme-color-white);
  position: relative;
  z-index: 1;
}
.style2.st-header-top-area::before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  background: var(--st-theme-color-white);
  height: 100%;
  width: 112px;
  z-index: -1;
}
.style2.st-header-top-area::after {
  position: absolute;
  content: "";
  top: 0;
  right: 0;
  background: var(--st-theme-color-two);
  height: 100%;
  width: 203px;
  z-index: -1;
}
.style2.st-header-top-area .st-header-top-info ul li a{
  color: var(--st-theme-color-two);
}
.style2.st-header-top-area .st-header-top-social span {
  color: var(--st-theme-color-two);
}
.style2.st-header-top-area .st-header-top-social ul li a{
  color: var(--st-theme-color-two);
}
.style2.st-header-top-area .st-header-top-social {
  text-align: left;
  display: inline-block;
}
.header-top-btn {
  display: inline-block;
  float: inline-end;
  margin-right: 25px;
}
.header-top-btn a{
  font-size: 17px;
  letter-spacing: 2px;
  color: var(--st-theme-color-white);
  font-weight: 500;
}
.style2.st-header-top-area .st-header-top-social ul li a:hover {
  color: var(--st-theme-color-one);
}
/* ST Header Area */

.st-header-logo {
  position: relative;
  z-index: 1;
}
.st__logo__overlay{
  position: relative;
}

.st-header-menu-area {
    position: fixed;
    top: 0;
    z-index: 999;
    padding: 10px 0;
	width: 100%;
}
.st-header-logo a img {
  position: relative;
  left: -75px;
  max-width: 100%;
}
/* 02 Header Menu Area */
.st__menu__wrap {
    display: flex;
    justify-content: center;
    align-items: center;
}
.st__main__menu {
  text-align: center;
  display: inline-block;
  position: relative;
  left: 93px;
}
.st-contact-meta {
  display: inline-block;
}
.st__header__right {
  display: flex;
  align-items: center;
  justify-content: center;
}
.main__menu ul li {
  display: inline;
  position: relative;
  z-index: 2;
}
.main__menu ul li a {
  display: inline-block;
  color: #fff;
  font-size: 20px;
  font-weight: 500;
  position: relative;
  margin-right: 52px;
}
.main__menu ul li a:hover{
  color: var(--st-theme-color-one);
}
.main__menu ul li a i {
  display: inline-block;
  font-size: 14px;
  font-weight: 700;
}
.main__menu ul li a::before {
  position: absolute;
  content: "";
  bottom: 0;
  right: 0;
  background: var(--st-theme-color-one);
  width: 0%;
  height: 1px;
  transition: .5s;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
}
.main__menu ul li a:hover::before{
  width: 100%;
  left: 0;
}
.st-contact-content {
  font-size: 18px;
  font-weight: 500;
  color: var(--st-theme-color-white);
  margin-left: 28px;
}
.st-contact-content span {
  display: block;
  font-weight: 500;
  color: var(--st-theme-color-white);
  font-size: 18px;
}
.st__contact__meta__inner {
  display: flex;
  align-items: center;
  float: right;
  position: relative;
  z-index: 1;
  left: 105px;
}
.st-contact-icon a i {
  display: inline-block;
  width: 72px;
  height: 72px;
  line-height: 72px;
  background: var(--st-header-meta-icon-bg);
  text-align: center;
  color: var(--st-theme-color-white);
  font-size: 30px;
  border-radius: 50%;
  -webkit-animation: pulse2 linear 1000ms infinite;
  animation: pulse2 linear 1000ms infinite;
  -webkit-transition: all 0.4s;
}
@keyframes pulse2{
  0% {
    -webkit-box-shadow: 0 0 0 0 var(--st-header-meta-icon-bg);
    box-shadow: 0 0 0 0 var(--st-header-meta-icon-bg);
  }
  70% {
    -webkit-box-shadow: 0 0 0 20px rgba(94, 223, 255, 0);
    box-shadow: 0 0 0 20px rgba(94, 223, 255, 0);
  }
  100% {
    -webkit-box-shadow: 0 0 0 0 rgba(94, 223, 255, 0);
    box-shadow: 0 0 0 0 rgba(94, 223, 255, 0);
  }
}
/* Sub Menu */
.main__menu ul li .sub__menu {
  position: absolute;
  top: 30px;
  left: 0;
  width: 270px;
  background: var(--st-theme-color-two);
  text-align: left;
  padding: 20px 0 20px 20px;
  opacity: 0;
  transition: .5s;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  visibility: hidden;
  -webkit-transform: rotateX(-90deg);
  transform: rotateX(-90deg);
  -webkit-transform-origin: 0 0;
  transform-origin: 0 0;
}
.main__menu ul li:hover .sub__menu{
  opacity: 1;
  visibility: visible;
  -webkit-transform: rotateX(0);
  transform: rotateX(0);
}
.main__menu ul li .sub__menu li {
  display: block;
  padding-bottom: 10px;
  overflow: hidden;
}
.main__menu ul li .sub__menu li a {
  margin-right: 0;
  color: var(--st-theme-color-white);
  display: inline-block;
  font-size: 16px;
  transition: .5s;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
}
.main__menu ul li .sub__menu li a:hover{
  color: var(--st-theme-color-one);
}
.main__menu ul li .sub__menu li a::before {
  position: absolute;
  content: "";
  bottom: 0;
  right: 0;
  background: var(--st-theme-color-one);
  width: 0%;
  height: 1px;
  transition: .5s;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
}
.main__menu ul li .sub__menu li a:hover::before {
  width: 100%;
  left: 0;
} 
/* Sticky */

.is-sticky {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  animation: .95s ease-in-out 0s normal none 1 running fadeInDown;
  z-index: 9;
  transition: all 0.7s cubic-bezier(0.645, 0.045, 0.355, 1);
  background-color: #000000;
  padding: 10px 0;
}
.is-sticky img {
    width: 110px;
}
.is-sticky .main__menu ul li a {
	font-size: 17px;
}

.st-header-menu-area.style2 .is-sticky {
  padding: 33px 0;
}

.is-sticky .st__logo__overlay::before {
  height: 122px;
}
.is-sticky .st-header-logo::before {
  top: -55px;
}
.is-sticky::before {
  position: absolute;
  content: "";
  top: 0;
  right: 0;
  background: #000;
  width: 342px;
  height: 100%;
  z-index: 1;
}
.is-sticky .st-header-menu ul li .sub__menu {
  top: 73px;
}
/* Header Style Two */
.st-header-menu-area.style2 {
  background: var(--st-project-bg);
  padding: 33px 0;
}
.st-header-menu-area.style2 .st__main__menu { 
  left: 115px;
}


.style2.st-header-menu-area .st-contact-content span {
  color: var(--st-theme-color-two);
}
.style2.st-header-menu-area .st-contact-content {
  color: var(--st-theme-color-two);
}
.style2.st-header-menu-area .st__contact__meta__inner {
  left: 123px;
}



/* 03. SLider Area */
.st-slider-area{
  height: 100vh;
  position: relative;
  overflow: hidden;
  background: #00000063;
}
.slider__bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  transition: all 7000ms linear;
  -webkit-transition: all 7000ms linear;
  -moz-transition: all 7000ms linear;
  -ms-transition: all 7000ms linear;
  -o-transition: all 7000ms linear;
  transform: scale(1);
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
}
.owl-item.active .slider__bg{
  transform: scale(1.3);
  -webkit-transform: scale(1.3);
  -moz-transform: scale(1.3);
  -ms-transform: scale(1.3);
  -o-transform: scale(1.3);
}
.slider-content h5 {
  color: var(--st-theme-color-white);
  font-weight: 400;
  font-size: 20px;
  position: relative;
  display: inline-block;
  margin-left: 46px;
}
.slider-content h5::before {
  position: absolute;
  content: "";
  top: 0;
  left: -34px;
  background: var(--st-theme-color-one);
  height: 16px;
  width: 16px;
  transform: rotate(45deg);
  transition: all 1000ms ease;
  -webkit-animation: st__rotate 10s infinite linear;
  -moz-animation: st__rotate 5s infinite linear;
  -o-animation: st__rotate 5s infinite linear;
  animation: st__rotate 5s infinite linear; 
  -webkit-animation-play-state: running;
  -moz-animation-play-state: running;
  -o-animation-play-state: running;
  animation-play-state: running; 
  z-index: 1;
}
.slider-content h5::after {
  position: absolute;
  content: "";
  top: 0;
  left: -39px;
  background: var(--st-theme-color-white);
  height: 16px;
  width: 16px;
  transform: rotate(45deg);
  transition: all 1000ms ease;
  -webkit-animation: st__rotate 10s infinite linear;
  -moz-animation: st__rotate 5s infinite linear;
  -o-animation: st__rotate 5s infinite linear;
  animation: st__rotate 5s infinite linear; 
  -webkit-animation-play-state: running;
  -moz-animation-play-state: running;
  -o-animation-play-state: running;
  animation-play-state: running; 
}
@keyframes st__rotate{
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
.slider-content h1 {
    color: var(--st-theme-color-white);
    line-height: 50px;
    font-size: 44px;
    font-weight: 700;
    margin-top: 20px;
    text-transform: uppercase;
    width: 75%;
}
.slider-content p {
   
    margin-top: 25px;
    margin-bottom: 0px;
    font-size: 20px;
    width: 100%;
    font-weight: 100;
	 color: #fff; /* Light gray color */
	
}
button.st__btn {
  border: none;
}
.st__btn {
  display: inline-block;
  background: var(--st-theme-color-one);
  font-size: 24px;
  color: var(--st-theme-color-white);
  padding: 18px 42px;
  position: relative;
  overflow: hidden;
  transition: .5s;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  z-index: 1;
}
.st__btn:hover{
  color: var(--st-theme-color-two);
}
.st__btn::before {
  position: absolute;
  content: "";
  top: 0;
  left: -12px;
  width: 30px;
  height: 100%;
  background: var(--st-theme-color-white);
  transform: skew(22deg);
  transition: .5s;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  z-index: -1;
}
.st__btn:hover::before {
  width: 95%;
}
.st__btn i {
  margin-left: 17px;
  transform: rotate(-49deg);
  display: inline-block;
  font-size: 22px;
  color: var(--st-theme-color-white);
}
.st__btn:hover i{
  color: var(--st-theme-color-two);
}
.owl-item.active .slider-content h5 {
  animation: .50s ease-in-out 0.5s normal none 1 running fadeInDown;
  animation-fill-mode: both;
  animation-name: fadeInUp;
  -webkit-animation: .50s ease-in-out 0.5s normal none 1 running fadeInDown;
}
.owl-item.active .slider-content h1 {
  animation: .60s ease-in-out 0.6s normal none 1 running fadeInDown;
  animation-fill-mode: both;
  animation-name: fadeInDown;
  -webkit-animation: .60s ease-in-out 0.6s normal none 1 running fadeInDown;
}
.owl-item.active .slider-content p {
  animation: .70s ease-in-out 0.7s normal none 1 running fadeInDown;
  animation-fill-mode: both;
  animation-name: fadeInUp;
  -webkit-animation: .70s ease-in-out 0.7s normal none 1 running fadeInDown;
}
.owl-item.active .slider-content a {
  animation: .80s ease-in-out 1s normal none 1 running fadeInUp;
  animation-fill-mode: both;
  animation-name: fadeInUp;
  -webkit-animation: .80s ease-in-out 1s normal none 1 running fadeInUp;
}
.st__slider__carousel .owl-nav {
  position: absolute;
  top: 43%;
  right: 70px;
}
.st__slider__carousel .owl-nav div i {
  color: var(--st-theme-color-white);
  font-size: 18px;
  background: var(--st-theme-color-one);
  width: 45px;
  height:45px;
  line-height:45px;
  display: inline-block;
  text-align: center;
  margin: 10px 0;
  transition: .5s;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
}
.st__slider__carousel .owl-nav div i:hover{
  background: var(--st-theme-color-two);
}
/* Slider Style Two */
.slider__style2.st__slider__carousel .owl-nav {
	position: absolute;
	bottom: 0;
	right: 70px;
	top: inherit;
	display: flex;
	background: #fff;
	padding: 30px 30px;
	/* border-radius: 50px 0 0 0; */
}
.slider__style2.st__slider__carousel .owl-nav div i {
  width: 66px;
  height: 66px;
  line-height: 66px;
  border-radius: 0;
  background: var(--st-theme-color-two);
  margin: 0 1px;
  font-size: 26px;
}
.slider__style2.st__slider__carousel .owl-nav div i:hover{
  background: var(--st-theme-color-one);
}
.st__slider__carousel.slider__style2 {
  position: relative;
}
.st__slider__carousel.slider__style2::before {
  position: absolute;
  content: "Slide Image";
  bottom: 39px;
  right: 295px;
  font-size: 22px;
  color: var(--st-theme-color-two);
  z-index: 1;
 
  font-weight: 500;
  display:none;
}
/* 04. Feature Area */
.st__feature__carousel {
    margin-top: -140px;
}
.st__feature__box {
    padding: 10px;
}
.st__feature__content h2 {
    color: #fff;
}
.st__feature__content {
    color: #fff;
}

.st__feature__icon {
  position: relative;
  z-index: 1;
}
.st__feature__content p {
    padding-bottom: 0;
    margin: 0;
}

.st__feature__content h2 {
    font-size: 14px;
    font-weight: 500;
    margin-top: 10px;
    margin-bottom: 3px;
}
.st__feature__icon img {
    width: 92px;
}
.line {
  display: inline-block;
  width: 80px;
  height: 3px;
  background: var(--st-theme-color-one);
  position: relative;
}
.line:after {
  position: absolute;
  content: '';
  height: 4px;
  width: 12px;
  background-color: var(--st-theme-color-white);
  left: 0;
  bottom: 0;
  animation: st__line 3s ease infinite alternate;
  -webkit-animation: st__line 3s ease infinite alternate;
}
@keyframes st__line{
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(74px);
    -webkit-transform: translateX(74px);
    -moz-transform: translateX(74px);
    -ms-transform: translateX(74px);
    -o-transform: translateX(74px);
  }
}
.st__feature__carousel .owl-nav {
    position: relative;
    top: 58px;
}
.st__feature__carousel .owl-nav div i {
    color: var(--st-theme-color-white);
    font-size: 18px;
    background: var(--st-theme-color-one);
    width: 35px;
    height: 35px;
    line-height: 35px;
    display: inline-block;
    text-align: center;
    margin: 10px;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
    font-size: 17px;
    padding: 0;
}
.st__feature__carousel .owl-nav div i:hover{
  background: var(--st-header-meta-icon-bg);
}
.st__feature__carousel .owl-next {
  position: absolute;
  right: -115px;
  top: 50%;
  transform: translateY(-211px);
}
.st__feature__carousel .owl-prev {
  position: absolute;
  left: -115px;
  top: 50%;
  transform: translateY(-211px);
}
.st__feature__bottom span {
  font-size: 18px;
  font-weight: 400;
}
.st__feature__bottom span a {
  display: inline-block;
  color: var(--st-theme-color-one);
  position: relative;
  margin-left: 11px;
}
.st__feature__bottom span a::before {
  position: absolute;
  content: "";
  bottom: 0;
  right: 0;
  background: var(--st-theme-color-one);
  width: 0%;
  height: 1px;
  transition: .5s;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
}
.st__feature__bottom span a:hover::before {
  width: 100%;
  left: 0;
}
/* 05. About Area */
.st__about__wrap {
    padding-left: 40px;
    margin-top: 18px;
    padding-right: 40px;
    text-align: justify;
}
.st__about__thumb img {
  max-width: 100%;
}

.st__section__title1 span {
    font-size: 24px;
    line-height: 0;
    color: var(--st-theme-color-two);
    font-weight: 900;
	margin:0px;
	display:block;
}

.st__section__title1 em {
    padding-top: 14px;
    display: block;
	color: #000;
}
.st__section__title1 {width:100%; float:left; margin-bottom:35px; text-align: left;}


.st__section__title h5 {
  color: #dcd229;
  position: relative;
  display: inline-block;
  margin-left: 46px;
  font-size: 24px;
  font-weight: 500;
}
.st__section__title h5::before {
  position: absolute;
  content: "";
  top: 7px;
  left: -45px;
  background: var(--st-theme-color-one);
  height: 16px;
  width: 16px;
  transform: rotate(45deg);
  transition: all 1000ms ease;
  -webkit-animation: st__rotate 10s infinite linear;
  -moz-animation: st__rotate 5s infinite linear;
  -o-animation: st__rotate 5s infinite linear;
  animation: st__rotate 5s infinite linear;
  -webkit-animation-play-state: running;
  -moz-animation-play-state: running;
  -o-animation-play-state: running;
  animation-play-state: running;
  z-index: 1;
}
.st__section__title h5::after {
  position: absolute;
  content: "";
  top: 7px;
  left: -39px;
  background: #02843e;
  height: 16px;
  width: 16px;
  transform: rotate(45deg);
  transition: all 1000ms ease;
  -webkit-animation: st__rotate 10s infinite linear;
  -moz-animation: st__rotate 5s infinite linear;
  -o-animation: st__rotate 5s infinite linear;
  animation: st__rotate 5s infinite linear;
  -webkit-animation-play-state: running;
  -moz-animation-play-state: running;
  -o-animation-play-state: running;
  animation-play-state: running;
  z-index: 1;
}
.st__section__title h1 {
     font-size: 36px;
    line-height: 40px;
  color: var(--st-theme-color-two);
  font-weight: 600;
  margin-top: 22px;
}
.st__section__title p {
  margin-top: 23px;
}

.st__pricing__box1 {
    position: relative; /* Necessary for positioning the pseudo-element */
}
.txt { color: var(--st-theme-color-two);}
.st__pricing__box1::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-image: url('../images/service/service6.jpg'); /* Replace with your image URL */
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    opacity: 0.5; /* Adjust the opacity as needed */
    z-index: -1; /* Ensures the image is behind the content */
	border-radius: 19px;
}

.st__pricing__content {
    position: relative;
    z-index: 1; /* Keeps the content above the background image */
    padding: 8px;
}

/* Optional: Add a semi-transparent overlay behind the text */
.st__pricing__box1::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #fdef00; /* Semi-transparent black overlay */
    z-index: 0; /* Puts the overlay beneath the text but above the background */
	border-radius: 19px;
}

.st__pricing__box2 {
    background: #e9e9e9 !important;
}



/* FULL SECTION BACKGROUND IMAGE */
.full-bg-about {
    background-image: url('../images/about-page1.jpg'); /* <-- your image path */
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

/* REMOVE ANY WHITE BACKGROUND FROM COLUMNS */
.about-full-bg {
    background: transparent !important;
    position: relative;
}

/* DARK OVERLAY ON TEXT AREA */
.overlay-dark {
    background: rgba(0,0,0,0.45);
    height: 100%;
}

/* TEXT COLOR WHITE */
.overlay-dark h2,
.overlay-dark p,
.overlay-dark span,
.overlay-dark em {
    color: #fff !important;
}

.overlay-dark2 {
    background: rgba(0,0,0,0.60)!important;
	padding-top:50px;
}
.rightttp {
	padding-top:50px;
	margin:0 ;
}











.about-us { 
  position: relative;
  background-image: url('../images/about-page.jpg'); /* Replace with your image */
  background-size: cover;
  background-position: center;
}
.about-us-one {
  height: 100%;
}

.about-us-one { 
  position: relative;
  background-image: url('../images/about-page1.jpg'); /* Replace with your image */
  background-size: cover;
  background-position: center;
}

 .left-column {
background-image: url('../images/dot_tile.png');
display: flex;
justify-content: center;
align-items: center;
height: 100vh;
padding: 0;
}

 .left-column1 {
height: auto!important;
}

.st-about-area .row.no-gutters {
  margin: 0;
  padding: 0;
  align-items: stretch; /* दोनों columns की height बराबर करने के लिए */
}


.st-about-area .col-lg-6 {
padding-left: 0;
padding-right: 0;
}
.st-about-area {border-top: 1px solid #fff;}
.overlay {background-color: rgb(0 0 0 / 20%); padding:60px 40px 60px 40px; }

.overlay h2 {
    font-size: 35px;
    margin-bottom: 30px;
    color: white;
    line-height: 40px;
    text-transform: uppercase;
    font-weight: 300;
}
.st__pricing__content p {
    color: #000; 
    font-size: 16px;
    margin-bottom: 0;
}
.overlay p {
font-size: 17px;
line-height:28px;
color: white;
text-align:justify;
}
.topsliderbox {
    display: flex;
    background-color:#00000042;
    border-radius: 10px;
    line-height: 25px;
    border: 1px solid #d5d5d52b;
	padding-top:10px;
	padding-top:5px;
	margin-top:20px;
	}
.topsliderbox i {
    color: #fdef00;
    font-size: 40px;
    display: block;
    padding: 15px;
	font-weight:300;
}
.topsliderbox p { color:#fff; font-size:14px;margin-top: 8px;}
.topsliderbox p span { color:#fff; display:block;}

/* Section Title Style2 */
.st__section__title.style2 h5 {
  color: var(--st-theme-color-two);
}
.st__about__iconbox {
  background: var(--st-bg);
  padding: 31px 59px 13px;
  align-items: center;
  border-left: 5px solid var(--st-theme-color-one);
}
.st__about__icon {
  background: var(--st-theme-color-white);
  padding: 17px 18px;
  position: relative;
  margin-top: -18px;
}
.st__about__icon img{
  transition: .5s;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
}
.st__about__iconbox:hover .st__about__icon img{
  transform: scale(0.8);
  -webkit-transform: scale(0.8);
  -moz-transform: scale(0.8);
  -ms-transform: scale(0.8);
  -o-transform: scale(0.8);
}
.st__about__icon::before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 1px dashed var(--st-theme-color-one);
}
.st__about__iconcontent {
  margin-left: 22px;
}
.st__about__iconcontent h3 {
  font-size: 24px;
  color: var(--st-theme-color-two);
  font-weight: 500;
  margin-bottom: 10px;
}
.st-about-area .st__about__btn {
  display: inline-block;
}
.st__btn2 {
  display: inline-block;
  background: #000;
  font-size: 24px;
  color: #fdef00;
  padding: 18px 38px;
  position: relative;
  overflow: hidden;
  transition: .5s;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  z-index: 1;
}
.st__btn2:hover {
  color: #FFF;
}

.st__btn2:hover::before {
  width: 95%;
}
.st__btn2 i {
  margin-left: 17px;
  transform: rotate(-49deg);
  display: inline-block;
  font-size: 22px;
}
.st__about__info__icon a i {
  display: inline-block;
  width: 64px;
  height: 64px;
  line-height: 64px;
  background: #fce6ce;
  text-align: center;
  color: var(--st-theme-color-one);
  font-size: 25px;
  border-radius: 50%;
  -webkit-transition: all 0.4s;
}
@keyframes pulse3{
  0% {
    -webkit-box-shadow: 0 0 0 0 #fce6ce;
    box-shadow: 0 0 0 0 #fce6ce;
  }
  70% {
    -webkit-box-shadow: 0 0 0 20px rgba(94, 223, 255, 0);
    box-shadow: 0 0 0 20px rgba(94, 223, 255, 0);
  }
  100% {
    -webkit-box-shadow: 0 0 0 0 rgba(94, 223, 255, 0);
    box-shadow: 0 0 0 0 rgba(94, 223, 255, 0);
  }
}
.st__about__infocontent span {
  display: block;
  font-weight: 500;
  font-size: 18px;
  color: var(--st-theme-color-one);
}
.st__about__infocontent {
  font-size: 18px;
  font-weight: 500;
  margin-left: 28px;
}
.st__about__infometa {
  display: inline-block;
  position: relative;
  top: -21px;
  left: 30px;
}
/* About Style2 */
.st__about__right {
  display: flex;
  align-items: center;
  margin-top: 38px;
}
.st__about__list__box {
  border-bottom: 1px solid #ebebea;
  padding-bottom: 19px;
}
.about__list li {
  opacity: 0.949;
  font-size: 20px;
  color: var(--st-theme-color-two);
  font-weight: 500;
  margin-bottom: 15px;
  padding-left: 28px;
  position: relative;
}
.about__list li::before {
  position: absolute;
  content: "";
  top: 9px;
  left: 2px;
  width: 9px;
  height: 9px;
  background: var(--st-theme-color-one);
}
.about__list li::after {
  content: '';
  position: absolute;
  left: -1px;
  top: 6px;
  height: 15px;
  width: 15px;
  border: 1px solid var(--st-theme-color-one);
}
.st__about__video__box {
  display: inline-block;
  margin-right: 70px;
  margin-top: -10px;
}
.st__about__video {
  display: inline-block;
  width: 60px;
  line-height: 60px;
  height: 60px;
  background: var(--st-theme-color-one);
  text-align: center;
  border-radius: 50%;
  color: #fff;
  -webkit-animation: pulse3 linear 1000ms infinite;
  animation: pulse3 linear 1000ms infinite;
  -webkit-transition: all 0.4s;
  font-size: 27px;
}
@keyframes pulse3{
  0% {
    -webkit-box-shadow: 0 0 0 0 #f4f4f4;
    box-shadow: 0 0 0 0 #f4f4f4;
  }
  70% {
    -webkit-box-shadow: 0 0 0 20px #f4f4f4;
    box-shadow: 0 0 0 20px #f4f4f4;
  }
  100% {
    -webkit-box-shadow: 0 0 0 0 #f4f4f4;
    box-shadow: 0 0 0 0 #f4f4f4;
  }
}
.st__about__video__box span {
  font-size: 18px;
  text-decoration: underline;
  font-weight: 500;
  margin-left: 18px;
}
/* 06. Service Area */
.st-service-area{
  background: var(--st-bg);
}
.st__section__title.text-center h5 {
  margin-left: 13px;
}
.circle {
  display: inline-block;
  position: relative;
}
.circle::before {
  position: absolute;
  content: "";
  top: -20px;
  left: 20px;
  background: var(--st-theme-color-one);
  height: 16px;
  width: 16px;
  transform: rotate(45deg);
  transition: all 1000ms ease;
  -webkit-animation: st__rotate 10s infinite linear;
  -moz-animation: st__rotate 5s infinite linear;
  -o-animation: st__rotate 5s infinite linear;
  animation: st__rotate 5s infinite linear;
  -webkit-animation-play-state: running;
  -moz-animation-play-state: running;
  -o-animation-play-state: running;
  animation-play-state: running;
  z-index: 1;
}
.circle::after {
  position: absolute;
  content: "";
  top: -16px; 
  left: 20px;
  background: #c7c7c7;
  height: 16px;
  width: 16px;
  transform: rotate(45deg);
  transition: all 1000ms ease;
  -webkit-animation: st__rotate 10s infinite linear;
  -moz-animation: st__rotate 5s infinite linear;
  -o-animation: st__rotate 5s infinite linear;
  animation: st__rotate 5s infinite linear;
  -webkit-animation-play-state: running;
  -moz-animation-play-state: running;
  -o-animation-play-state: running;
  animation-play-state: running;
  z-index: 1;
}
.st__service__thumb {
  position: relative;
  z-index: 1;
  transition: .5s;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  overflow: hidden;
}
.st__service__box:hover .st__service__thumb::before{
  width: 100%;
}
.st__service__thumb::before {
  position: absolute;
  content: "";
  bottom: 0;
  left: 0;
  width: 0%;
  height: 10px;
  background: var(--st-theme-color-one);
  z-index: 1;
  transition: 1s;
  -webkit-transition: 1s;
  -moz-transition: 1s;
  -ms-transition: 1s;
  -o-transition: 1s;
}
.st__service__thumb img {
  width: 100%;
  max-height: 185px;
}
.st__service__icon {
  position: absolute;
  top: 46px;
  left: 33px;
}
.st__service__content {
  background: var(--st-theme-color-white);
  padding: 10px;
  filter: drop-shadow(0px 1px 20px rgba(109,109,109,0.11));
  position: relative;
  left: 0;
    bottom: 0;
    width: 100%;
  border-left: 5px solid var(--st-theme-color-one);
  z-index: 1;
  max-height: 100%;
      min-height: 155px;
}
.text__four {
  padding: 21px 40px 28px;
  position: inherit;
  bottom: 0;
  left: 0;
  width: 100%;
}
.st__service__content::before {
  position: absolute;
  content: "";
  top: 0;
  right: 0;
  background: var(--st-theme-color-one);
  width: 0%;
  height: 100%;
  transition: .5s;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  z-index: -1;
}
.st__service__box:hover .st__service__content::before{
  width: 100%;
  left: 0;
}
.st__service__content span {
  font-size: 16px;
  color: #000;
  font-weight: 500;
  position: relative;
}

.st__service__content h2 a {
  font-size: 26px;
  color: var(--st-theme-color-two);
  font-weight: 500;
  margin-top: 18px;
  display: inline-block;
  transition: .5s;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
}
.p-relative{
  position: relative;
}
.st__service__btn {
  position: absolute;
  right: 0;
  bottom: -27px;
  z-index: 1;
}
.st__service__btn a {
  display: inline-block;
  padding: 12px 29px;
  background: var(--st-theme-color-two);
  color: var(--st-theme-color-white);
  font-size: 30px;
  position: relative;
  transition: .5s;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
}
.st__service__btn a::before {
  position: absolute;
  content: "";
  top: 27px;
  right: 87px;
  background: var(--st-theme-color-two);
  width: 32px;
  height: 27px;
  z-index: 1;
  clip-path: polygon(0 0, 100% 0%, 100% 100%);
  transition: .5s;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
}
.st__service__btn__one {
  background: var(--st-theme-color-two);
  display: inline-block;
  font-size: 18px;
  padding: 12px 19px;
  margin-top: 17px;
  transition: .6s;
}
.st__service__btn__one a{
  color: var(--st-theme-color-white);
}
.st__service__btn__one a i{
  color: var(--st-theme-color-white);
}
.st__service__box:hover .st__service__btn__one{
  background: var(--st-theme-color-white);
}
.st__service__box:hover .st__service__btn__one a{
  color: var(--st-theme-dark-bg2);
}
.st__service__box:hover .st__service__btn__one a i{
  color: var(--st-theme-dark-bg2);
}
.st__service__box:hover .st__service__btn a::before{
  background: var(--st-theme-color-one);
}
.st__service__box:hover .st__service__btn a{
  background: var(--st-theme-color-one);
}
.st__service__box:hover .st__service__content span,
.st__service__box:hover .st__service__content h2 a{
  color: #000;
}
.st__service__box:hover .st__service__content span::before {
  background: var(--st-theme-color-white);
}
/* Service Style2 */
.st-service-area.style2 .st__service__content h2 a {
  font-size: 24px;
  color: var(--st-theme-color-two);
  font-weight: 600;
}
.st-service-area.style2 .st__service__content h2 a:hover{
  color: var(--st-theme-color-one);
}
.st-service-area.style2 .st__service__icon__two {
  background: var(--st-theme-color-two);
  width: 90px;
  height: 100px;
  line-height: 90px;
  text-align: center;
  position: absolute;
  left: 0;
  top: 0;
  border-radius: 0px 0 50px 50px;
}
.st-service-area.style2 .st__service__content {
  padding: 26px 0 60px 113px;
  bottom: 133px;
  border-left: none;
}
.st-service-area.style2 .st__service__thumb__two{
  overflow: hidden;
}
.st-service-area.style2 .st__service__thumb__two img {
  width: 100%;
  transition: .5s;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
}
.st-service-area.style2 .st__service__box__two:hover .st__service__thumb__two img{
  transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
}
.st-service-area.style2 .st__service__content p {
  line-height: 1.5;
  margin-top: 15px;
}
.st-service-area.style2 .st__service__btn {
  position: absolute;
  right: 0;
  bottom: -26px;
  z-index: 1;
}
.st-service-area.style2 .st__service__content::before {
  top: -28px;
  right: -50px;
  background: url(../images/service/bg.png);
  background-position: center center;
  background-repeat: no-repeat;
  width: 100%;
  height: 100%;
}
.st-service-area.style2 .st__service__btn a::before{
  background: var(--st-theme-color-one);
}
.st__service__box__two:hover .st__service__btn a::before{
  background: var(--st-theme-color-two);
}
.st__service__box__two:hover .st__service__btn a {
  background: var(--st-theme-color-one);
}
/* 07. Testimonial Area */
.st__testimonial__box {
  background: var(--st-bg);
  padding: 47px 29px 71px;
  z-index: 1;
}
.st__footer__logo img {
    width: 170px;
    margin-top: -28px;
}
.st__testimonial__box::before {
  position: absolute;
  content: "";
  bottom: 0;
  left: 0;
  width: 100%;
  height: 0%;
  background: #000000;
  z-index: -1;
  transition: .5s;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
}
.st__testimonial__box:hover::before{
  top: 0;
  height: 100%;
}
.st__testi__inner {
  border-bottom: 1px solid rgba(219,219,219,0.9);
  padding-bottom: 30px;
  margin-bottom: 35px;
  transition: .5s;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
}
.st__testimonial__box:hover .st__testi__inner{
  border-bottom: 1px solid rgba(219,219,219,0.2);
}
.st__testi__content h2 {
  font-size: 32px;
  font-weight: 600;
  transition: .5s;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
}
.st__testi__content {
  margin-left: 20px;
}
.st__testi__content span {
  font-size: 17px;
  transition: .5s;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
}
.st__testi__desc p {
  font-size: 20px;
  line-height: 30px;
  transition: .5s;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
}
.st__testi_quote {
  position: absolute;
  right: -11px;
  bottom: -6px;
}
.st__testimonial__box:hover .st__testi_quote i{
  color: rgba(238,238,238,0.2);
}
.st__testi_quote i {
  font-size: 150px;
  color: #e8e7ec;
  transition: .5s;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
}
.st__testimonial__box:hover .st__testi__content h2,
.st__testimonial__box:hover .st__testi__content span,
.st__testimonial__box:hover .st__testi__desc p{
  color: var(--st-theme-color-white);
}
/* Testimonial Style2 */
.st-testimonial-area.style2 {
  background: var(--st-testi-bg);
  padding-top: 482px;
}
.st-testimonial-area.style2 .st__section__title h5::after {
  background: var(--st-theme-color-white);
}
.st-testimonial-area.style2 .circle::after {
  background: var(--st-theme-color-white);
}
/* 08. Appointment Area */
.st-appointment-area {
  background: var(--st-theme-color-one);
  z-index: 1;
  overflow: hidden;
}
.st__appointment__bg {
  position: absolute;
  top: 33px;
  z-index: -1;
  right: 0;
  width: 50%;
  overflow: hidden;
}
.st__appointment__video {
  position: absolute;
  top: 22%;
  right: 11%;
}
.st__appointment__shape1 {
  -webkit-animation: st__updown 10s infinite linear;
  animation: st__updown 10s infinite linear;
  position: absolute;
  right: 11%;
  bottom: 1%;
}
@keyframes st__updown{
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(-30px);
    transform: translateY(-30px);
  }
100% {
  -webkit-transform: translateY(0);
  transform: translateY(0);
  }
  
}
.st__video {
  display: inline-block;
  color: var(--st-theme-color-white);
  width: 100px;
  height: 100px;
  line-height: 103px;
  background: var(--st-theme-color-one);
  text-align: center;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  transition: .5s;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  position: relative;
}
.st__video:before {
  content: "";
  position: absolute;
  z-index: 0;
  left: 50%;
  top: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  display: block;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  border: 1px solid var(--st-theme-color-white);
  -webkit-animation: st__video 1500ms ease-out infinite;
  animation: st__video 1500ms ease-out infinite;
  z-index: 1;
}
@keyframes st__video {
  0% {
    -webkit-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.8);
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.8);
    opacity: 0;
  }
}
.st__video:hover{
  background: var(--st-theme-color-white);
}
.st__video:hover i{
  color: var(--st-theme-color-one);
}
.st__video i:hover{
  color: var(--st-theme-color-one);
}
.st__video i {
  font-size: 50px;
}
.st__contact__position {
  background: var(--st-theme-color-two);
  padding: 81px 100px 35px;
}
.st__form__box {
  margin-bottom: 26px;
}
.st__form__box input {
  width: 100%;
  height: 60px;
  border: none;
  padding-left: 32px;
  border-radius: 5px;
}
.st__form__box input::placeholder{
  font-size: 16px;
  color: #929fa2;
  font-weight: 400;
}
.st__form__box i {
  position: absolute;
  right: 20px;
  bottom: 16px;
  color: var(--st-theme-color-one);
}
.st__form__box .nice-select {
  width: 100%;
  background: var(--st-theme-color-white);
  border: none;
  height: 60px;
  padding-top: 11px;
}
.st__form__box .nice-select .list{
  width: 100%;
}
.st__form__box .nice-select span{
  font-size: 16px;
  color: #929fa2;
  font-weight: 400;
}
.st__form__box .nice-select .list li{
  font-size: 16px;
  color: #929fa2;
  transition: .5s;
  font-weight: 400;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
}
.st__form__box .nice-select .list li:hover{
  color: var(--st-theme-color-one);
}
.nice-select:after {
  border-bottom: 2px solid var(--st-theme-color-one);;
  border-right: 2px solid var(--st-theme-color-one);;
  height: 8px;
  right: 20px;
  width: 8px;
}
.st-appointment-area .st__section__title h5::after {
  background: var(--st-theme-color-white);
}
.st-appointment-area .st__btn {
  padding: 18px 51px;
  border: none;
}
.st__btn i {
  color: var(--st-theme-color-white);
  transition: .5s;
}
/* Style Two */
.style2.st-appointment-area {
  background: var(--st-theme-color-one);
  padding: 100px 0 80px;
}
.st-appointment-area .st__section__title p {
  margin-top: 23px;
  margin-bottom: 39px;
}
.style2.st-appointment-area .st__btn {
  padding: 17px 42px;
  background: transparent;
  border: 1px solid #fff;
  border-left: 1px solid var(--st-theme-color-one);
  margin-left: 24px;
}
.style2.st-appointment-area .st__btn i {
  color: var(--st-theme-color-white);
  transition: .5s;
  position: inherit;
  right: 0;
  bottom: 0;
  margin-left: 17px;
}
.style2.st-appointment-area .st__btn:hover{
  border: 1px solid var(--st-theme-color-one);
}
.style2.st-appointment-area .st__btn::before {
  background: var(--st-theme-color-one);
}
.style2.st-appointment-area .st__appointment__video {
  top: 33%;
  right: 15%;
}
.style2.st-appointment-area .st__appointment__shape1 {
  right: 19%;
  bottom: 25%;
}
.st-book-appointment-area .st__contact__position{
  background: var(--st-bg);
  padding: 79px 132px 47px;
}
.st-book-appointment-area .st__btn::before {
  background: var(--st-theme-color-two);
}
.st-book-appointment-area .st__btn:hover {
  color: var(--st-theme-color-white);
}
.st-book-appointment-area .st__btn:hover i{
  color: var(--st-theme-color-white);
}
.st-book-appointment-area .st__btn {
  padding: 18px 27px;
  border: none;
}
.st-appointment-area .st__btn {
  padding: 18px 27px;
  border: none;
}
.st-appointment-area .st__btn i {
  color: var(--st-theme-color-white);
  transition: .5s;
  position: inherit;
  right: 0;
  bottom: 0;
  margin-left: 0;
}
.st-appointment-area .st__btn:hover i{
  color: var(--st-theme-color-two);
}
.st-book-appointment-area .st__btn i {
  color: var(--st-theme-color-white);
  transition: .5s;
  position: inherit;
  right: 0;
  bottom: 0;
  margin-left: 0;
}
.st__book__info {
  background: var(--st-theme-color-two);
  padding: 49px 36px 43px;
  position: relative;
  z-index: 1;
}
.st__book__info:before {
  position: absolute;
  content: "";
  top: -41px;
  left: 23%;
  width: 210px;
  height: 210px;
  background: var(--st-theme-color-two);
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  -webkit-animation: st__updown 10s infinite linear;
  animation: st__updown 10s infinite linear;
  z-index: -1;
}
.st__book__info h4 {
  font-size: 28px;
  font-weight: 600;
  color: var(--st-theme-color-white);
  line-height: 1.3;
}
.st__book__info p {
  color: var(--st-team-color);
  width: 92%;
}
.st__book__info a {
  display: inline-block;
  background: var(--st-theme-color-white);
  color: var(--st-theme-color-one);
  padding: 13px 28px;
  font-size: 20px;
  font-weight: 500;
  margin-top: 18px;
  transition: .5s;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
}
.st__book__info a:hover{
  background: var(--st-theme-color-one);
  color: var(--st-theme-color-white);
}
/* 09. FAQ Area */
.my-accordion {
  padding: 0;
  margin: 0 20px 0 0;
}
.my-accordion li {
  list-style: none;
  border-radius: 5px;
  padding: 0px 32px 14px;
  background: var(--st-bg);
  margin-bottom: 18px;
}
.my-accordion li h2 {
  position: relative;
  display: block;
  outline: 0;
  border: none;
  cursor: pointer;
  transition: .3s;
  margin-left: 0;
  padding: 25px 0px 5px;
  font-size: 20px;
  font-weight: 600;
}
.my-accordion li h2::after {
  content: "\F280";
  font-family: bootstrap-icons !important;
  position: absolute;
  right: 0;
  top: 20px;
  width: 35px;
  height: 35px;
  background: var(--st-theme-color-two);
  text-align: center;
  line-height: 37px;
  border-radius: 5px;
  color: #fff;
  font-size: 17px;
  transition: .5s;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
}
.my-accordion li h2.active::after {
  content: "\F27E";
  background: var(--st-theme-color-one);
  transition: .5s;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
}
.my-accordion p {
  display: none;
  margin: 4px 0px 11px 0px;
  font-size: 16px;
  width: 88%;
  font-weight: 500;
}
/* 10. Project Area */
.st__project__area .container.container-large {
  max-width: 1827px;
}
.st__project__single {
  overflow: hidden;
}
.st__project__thumb{
  overflow: hidden;
  position: relative;
}
.st__project__thumb img {
  width: 100%;
  transition: .5s;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
}
.st__project__content h2 a {
  text-transform: capitalize;
  font-size: 26px;
  color: var(--st-theme-color-two);
  margin-bottom: 6px;
  display: inline-block;
  font-weight: 600;
  transition: .5s;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
}
.st__project__content h2 a:hover{
  color: var(--st-theme-color-one);
}
.st__project__content span {
  font-size: 18px;
  color: var(--st-theme-color-two);
}
.st__project__content {
  position: absolute;
  bottom: 8px;
  left: 10px;
  background: var(--st-project-bg);
  width: 89%;
  padding: 25px 30px 19px;
  border-radius: 0 35px 0 0;
  transform: translateY(119px);
  opacity: 0;
  transition: .5s;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
}
.st__project__single:hover .st__project__content{
  transform: translateY(0px);
  -webkit-transform: translateY(0px);
  -moz-transform: translateY(0px);
  -ms-transform: translateY(0px);
  -o-transform: translateY(0px);
  opacity: 1;
}
.st__project__btn {
  position: absolute;
  top: -90px;
  right: 11px;
  opacity: 0;
  transition: .5s;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
}
.st__project__single:hover .st__project__btn{
  top: 11px;
  opacity: 1;
}
.st__project__btn a {
  display: block;
  background: var(--st-theme-color-one);
  padding: 17px 20px;
  font-size: 18px;
  color: var(--st-theme-color-white);
  text-align: center;
  border-radius: 25px 0 0 0;
  transition: .5s;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
}
.st__project__btn a:hover{
  background: var(--st-theme-color-two);
}
.st__project__btn a i {
  display: block;
}
.row.mt {
  margin: 0px;
}
.col-lg-12.pmt {
  margin-top: 28px;
}
/* 11. Team Member */
.st__team__box {
  background: var(--st-theme-color-two);
  padding: 0 0 37px;
  border-radius: 280px 280px 0 0;
  overflow: hidden;
  position: relative;
  z-index: 1;
}
.st__team__box:before{
  position: absolute;
  content: "";
  bottom: 0;
  left: 0;
  width: 100%;
  height: 0%;
  background: var(--st-theme-color-one);
  transition: .5s;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  z-index: -1;
}
.st__team__box:hover:before{
  height: 100%;
}
.st__team__thumb img{
  width: 100%;
}
.st__team__content {
  margin-top: 32px;
}
.st__team__content h2 {
  font-size: 25px;
  font-weight: 600;
  color: var(--st-theme-color-white);
}
.st__team__content span {
  font-size: 16px;
  color: var(--st-team-color);
  margin-top: 3px;
  display: inline-block;
}
.st__team__social {
  margin-top: 16px;
}
.st__team__social a {
  display: inline-block;
  width: 42px;
  height: 42px;
  line-height: 42px;
  background: var(--st-theme-color-white);
  text-align: center;
  color: var(--st-theme-color-two);
  font-size: 18px;
  transition: .5s;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
}
.st__team__social a:hover{
  background: var(--st-theme-color-two);
  color: var(--st-theme-color-white);
}
/* 12. Pricing Area */

.st__pricing__box01 {
background: var(--st-theme-color-white);}


.st__pricing__box {
    filter: drop-shadow(0px 1px 20px rgba(0, 0, 0, 0.08));
    padding: 15px;
    transition: .5s;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
    min-height: 275px;
    border-radius: 10px;
    border-radius: 20px;
}
.st__service__box {
    margin-bottom: 30px;
}
.st__pricing__box:hover{
  box-shadow: 0px 16px 48px 0px rgba(0, 0, 0, 0.175);
  transform: translateY(-10px);
  -webkit-transform: translateY(-10px);
  -moz-transform: translateY(-10px);
  -ms-transform: translateY(-10px);
  -o-transform: translateY(-10px);
}
.st__service__box h2 a {
    font-weight: 700;
    color: #000;
}

.st__pricing__content h4 {
	font-size: 21px;
    margin-bottom: 12px;
    text-decoration: none;
	color: #000;
}
.st-price {
  font-size: 48px;
  color: var(--st-theme-color-two);
  font-weight: 600;
}
.st-dollar {
  font-size: 28px;
  color: #f68b21;
  font-weight: 500;
  position: relative;
  top: -19px;
  left: -7px;
}
.st-month {
  font-size: 18px;
  color: #f68b21;
  font-weight: 500;
  position: relative;
  left: -31px;
  top: 8px;
}

.st__pricing__body ul li {
  position: relative;
  padding-left: 28px;
  padding-bottom: 13px;
  font-size: 18px;
  font-weight: 500;
  text-transform: capitalize;
  border-bottom: 1px solid #f2f2f2;
}
.st__pricing__body ul li:last-child{
  text-decoration: line-through;
}
.st__pricing__body ul li::before {
  position: absolute;
  content: "";
  top: 9px;
  left: 2px;
  width: 9px;
  height: 9px;
  background: var(--st-theme-color-one);
}
.st__pricing__body ul li::after {
  content: '';
  position: absolute;
  left: -1px;
  top: 6px;
  height: 15px;
  width: 15px;
  border: 1px solid var(--st-theme-color-one);
}
.st__pricing__btn a {
  display: inline-block;
  color: var(--st-theme-color-white);
  background: var(--st-theme-color-two);
  padding: 12px 30px;
  font-size: 20px;
  font-weight: 500;
  position: relative;
  z-index: 1;
}
.st__pricing__btn a:before{
  position: absolute;
  content: "";
  bottom: 0;
  z-index: -1;
  left: 0;
  width: 100%;
  height: 0%;
  background: var(--st-theme-color-one);
  transition: .5s;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
}
.st__pricing__btn a:hover:before{
  height: 100%;
  top: 0;
}
/* ST Call Do Action */
.st-call-do-action-content h2 {
  font-size: 48px;
  color: var(--st-theme-color-white);
  font-weight: 600;
  line-height: 60px;
}
.st-call-do-action .st__btn2 {
  margin-right: 25px;
  background: var(--st-theme-color-two);
}
.st-call-do-action .st__btn2::before {
  background: var(--st-theme-color-one);
}
/* 13. Subscribe Area */
.sub__bg {
  background: var(--st-theme-color-white);
  filter: drop-shadow(0px 1px 20px rgba(0,0,0,0.08));
  margin-top: -267px;
  margin-left: 35px;
}
.st__subscribe__content {
  padding: 0 92px;
}
.st__subscribe__content h2 {
  font-size: 39px;
  color: var(--st-theme-color-two);
  font-weight: 600;
  margin-bottom: 34px;
}
.st__subscribe__content span{ 
  font-size: 18px;
  color: var(--st-theme-color-two);
}
.st__subscribe__form {
  position: relative;
  margin-top: 55px;
}
.st__subscribe__form input {
  width: 100%;
  height: 62px;
  border: 1px solid #ebebeb;
  padding-left: 32px;
}
.st__subscribe__form input::placeholder{
  font-size: 18px;
  color: #747474;
  font-weight: 400;
}
.st__subscribe__form button {
  border: none;
  background: var(--st-theme-color-one);
  color: var(--st-theme-color-white);
  padding: 17px 38px;
  font-size: 24px;
  font-weight: 500;
  position: absolute;
  right: 0;
  top: 0;
}
/* Sub Style2 */
.st-subscribe-area.style2 .st__subscribe__content h2 {
  font-size: 45px;
}
.st-subscribe-area.style2 .st__subscribe__content span {
  color: var(--st-theme-color-two);
  font-size: 20px;
  font-weight: 400;
}
.st-subscribe-area.style2 .st__subscribe__form input {
  background: var(--st-theme-color-two);
  color: var(--st-theme-color-white);
}
.st-subscribe-area.style2 .st__subscribe__form input::placeholder{
  font-size: 16px;
  color: #fff;
} 
.st-subscribe-area.style2 .st__subscribe__form button {
  border: none;
  background: var(--st-theme-color-one);
  color: var(--st-theme-color-white);
  padding: 17px 38px;
  position: absolute;
  right: -53px;
  top: 7px;
  font-size: 22px;
  font-weight: 500;
  line-height: 0.6;
}
.st-subscribe-area.style2 .st__subscribe__form {
  position: relative;
  margin-top: 33px;
}
.sub__bg2 {
  background: #f3f3f9;
  margin-bottom: -172px;
  position: relative;
}
.st-subscribe-area.style2 .st__subscribe__thumb img {
  width: 100%;
  margin-left: 13px;
}
/* 14. Map Area */
.st__map iframe{
  width: 100%;
  height: 745px;
  filter: saturate(0);
}
/* 15. Blog Area */
.st__blog__content {
  filter: drop-shadow(0px 1px 20px rgba(0,61,77,0.11));
  background: var(--st-theme-color-white);
  border-radius: 3px;
  padding: 42px 50px 28px;
  position: relative;
  overflow: hidden;
}
.st__blog__content::before {
  position: absolute;
  content: "";
  top: 100%;
  left: 82%;
  width: 55px;
  height: 55px;
  border: 2px dashed var(--st-theme-color-one);
  border-radius: 50px;
  transition: .5s;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
}
.st__blog__content::after {
  position: absolute;
  content: "";
  top: 90%;
  left: 100%;
  transition: .5s;
  width: 55px;
  height: 55px;
  border: 2px dashed var(--st-theme-color-two);
  border-radius: 50px;
  z-index: -1;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
}
.st__blog__single__box:hover .st__blog__content::before{
  top: 90%;
}
.st__blog__single__box:hover .st__blog__content::after{
  left: 88%;
}
.st__blog__content h2 {
  margin-bottom: 0px;
  color:#fff;
}
.st__blog__thumb img {
  width: 100%;
}
.st__meta__top {
  margin-bottom: 20px;
  position: relative;
}
.st__blog__meta img {
  border-radius: 50%;
}
.st__blog__meta__content {
  margin-left: 0;
}
.st__blog__cmt {
  display: inline-block;
  margin-left: 35px;
  font-weight: 500;
}
.st__blog__cmt i {
  color: var(--st-theme-color-one);
}
.st__blog__content h2 a {
  font-size: 29px;
  line-height: 42px;
  color: #fff;
  font-weight: 500;
  margin-top: 21px;
  background-repeat: no-repeat;
  background-image: linear-gradient(transparent calc(100% - 1px),currentColor 1px);
  transition: .9s cubic-bezier(.32,.32,.15,1.17);
  background-size: 0 100%;
  text-transform: capitalize;
}
.st__blog__content h2 a:hover {
  color: var(--st-theme-color-one);
  background-size: 100% 100%;
}
.st_blog_btn {
  font-size: 17px;
  color: var(--st-theme-color-one);
  font-weight: 500;
  background-repeat: no-repeat;
  background-image: linear-gradient(transparent calc(100% - 1px),currentColor 1px);
  transition: .9s cubic-bezier(.32,.32,.15,1.17);
  background-size: 0 100%;
}
.st_blog_btn:hover {
  color: var(--st-theme-color-one);
  background-size: 100% 100%;
}
.st__blog__meta {
  display: inline-block;
}
.st_blog_btn i {
  margin-left: 0;
  transform: rotate(49deg);
  display: inline-block;
  font-size: 32px;
  position: relative;
  top: 6px;
}

.st__blog__thumb {
  margin-bottom: 30px;
}
.style2.st__blog__thumb {
  margin-bottom: 0px;
  margin-top: 30px;
}
/* BLog Style Two */
.st-blog-area.style2 .st__blog__single__box {
  margin-bottom: 30px;
      position: relative;
}
.st-blog-area.style2 .st__blog__content::before {
 display: none;
}
.st-blog-area.style2 .st__blog__content::after {
 display: none;
}
.st-blog-area.style2 .st__blog__thumb {
  margin-bottom: 0;
  position: relative;
}

.st__blog__thumb .overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5); /* Black overlay with transparency */
    z-index: 1; /* Ensures the overlay sits on top of the image */
}
.st__blog__content {
    position: relative;
    z-index: 2; /* Ensures content (text) sits above the overlay */
    padding: 15px;
    background: #f8f8f8;
}


.st-blog-area.style2 .st__blog__content {
    filter: none;
    background: #f8f8f8;
    padding: 15px;
    position: absolute;
    top: 75px;
    background: transparent;
    /* height: 278px; */
}
.st-blog-area.style2 .st__blog__date {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 1;
}
.st__blog__date:before {
  position: absolute;
  content: "";
  width: 76px;
  height: 76px;
  background: var(--st-theme-color-one);
  transform: rotate(45deg);
  top: 36px;
  left: -62px;
  z-index: -1;
}
.st__blog__date span {
  text-align: center;
  align-items: center;
  display: flex;
  justify-content: center;
  font-size: 18px;
  color: var(--st-theme-color-white);
  font-weight: 500;
  position: relative;
  left: -42px;
  top: 44px;
}
/* 16. Brand Area */
.brand-title h2 {
  font-size: 24px;
  color: var(--st-theme-color-two);
  font-weight: 500;
  background: var(--st-theme-color-white);
  padding: 13px 50px;
  display: inline-block;
  position: relative;
  top: -28px;
}
.st-brand-area {
  border-top: 1px solid #ebebeb;
}
.st__brand__thumb {
  padding: 30px 0;
  text-align: center;
  transition: .5s;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  margin-top: 8px;
}
.st__brand__thumb:hover{
  background: #f6f6f6;
}
.st__brand__thumb img {
  display: inline-block !important;
}
.st__blog__meta__content span {
  font-weight: 500;
  color: #292930;
}
.st__blog__meta__content span a {
  font-weight: 500;
  color: #fff;
}
/* BLog Pagination */
.st__blog__pagination ul li {
  display: inline;
  margin-right: 8px;
}
.st__blog__pagination ul li a {
  display: inline-block;
  line-height: 40px;
  height: 40px;
  width: 40px;
  text-align: center;
  border: 1px solid #dddddd;
  border-radius: 3px;
  color: #292930;
  font-size: 18px;
  font-weight: 500;
  transition: .5s;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
}
.st__blog__pagination ul li .active{
  background: var(--st-theme-color-one);
  color: var(--st-theme-color-white);
  border: 1px solid var(--st-theme-color-one);
}
.st__blog__pagination ul li a:hover{
  background: var(--st-theme-color-one);
  color: var(--st-theme-color-white);
  border: 1px solid var(--st-theme-color-one);
}
/* 17. Footer Area */
.st-footer-area {
    overflow: hidden;
    background-color: #000;
    background-image: none !important;
}
.ft_borer {
  border-bottom: 1px dashed var(--st-theme-color-one);
  padding-bottom: 30px;
}
.st__footer__text p {
    color: var(--st-theme-color-white);
    width: 90%;
    margin: 15px 0 0;
    text-align: justify;
}
.st__social__icon h2 {
  opacity: 0.800;
  font-size: 22px;
  color: var(--st-theme-color-white);
  font-weight: 500;
  margin: 25px 0 0 18px;
  position: relative;
}
.st__social__icon h2::before {
  position: absolute;
  content: "";
  top: -3px;
  left: -18px;
  width: 3px;
  height: 30px;
  background: var(--st-theme-color-one);
}
.st__social__icon a {
  display: inline-block;
  color: var(--st-theme-color-white);
  width: 38px;
  height: 38px;
  line-height: 30px;
  border: 1px dashed rgba(255,255,255,.2);
  text-align: center;
  margin-top: 22px;
  margin-right: 10px;
  transition: .5s;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
}
.st__social__icon a:hover{
  background: var(--st-theme-color-one);
  border: 1px dashed var(--st-theme-color-one);
}
.st__footer__title h2 {
  font-size: 24px;
  color: var(--st-theme-color-white);
  font-weight: 500;
  position: relative;
  margin-bottom: 43px;
}
.st__footer__title h2::before {
  position: absolute;
  content: "";
  bottom: -17px;
  left: 0;
  background: var(--st-theme-color-one);
  width: 100px;
  height: 1px;
}
.st__footer__link a {
  display: block;
  color: var(--st-theme-color-white);
  margin-bottom: 17px;
  font-size: 16px;
  transition: .5s;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
}
.st__footer__link a:hover{
  color: var(--st-theme-color-one);
}
.st__footer__link a i {
  color: #fff;
  margin-right: 7px;
}
.st__footer__title p {
  color: var(--st-theme-color-white);
  opacity: 0.8;
}
.st__footer__subscribe__form input {
  font-size: 16px;
  color: #939393;
  font-weight: 400;
  border: none;
  padding: 18px 17px;
  width: 89%;
}
.st__footer__subscribe__form input::placeholder{
  font-size: 16px;
  color: #939393;
  font-weight: 400;
}
.st__footer__subscribe__form button {
  border: none;
  background: var(--st-theme-color-one);
  color: var(--st-theme-color-white);
  padding: 12px 19px;
  position: absolute;
  top: 6px;
  right: 42px;
}
.st__footer__copyright span {
  color: var(--st-theme-color-white);
  font-size: 18px;
  margin: 15px 0;
  display: inline-block;
}
.st__footer__copyright span a{
  display: inline-block;
  color: var(--st-theme-color-one);
  text-decoration: underline;
}
/* Footer Style Two */
.st-footer-area.style2 {
  padding-top: 285px;
}
.st-footer-area.style2 .st__footer__title h2 {
  font-size: 22px;
}
.st-footer-area.style2 .st__footer__title h2::before {
  position: absolute;
  content: "";
  bottom: -5px;
  left: -17px;
  background: var(--st-theme-color-one);
  width: 2px;
  height: 31px;
}
.st-footer-area.style2 .st__footer__link a {
  margin-bottom: 0;
  line-height: 2;
}
.st-footer-area.style2 .st__footer__link a:hover{
  text-decoration: underline;
}
.st__footer__grid ul li {
  display: inline;
}
.st__footer__grid ul li img {
  margin: 5px;
}
/* Footer CopyRIght Area */
.st-footer-copyright-area {
  padding: 32px;
  position: relative;
  overflow: hidden;
}
.footer__scroll {
  position: absolute;
  top: 0px;
  right: 0;
  left: 0;
  display: flex;
  justify-content: center;
}
.st__footer__copyright__link ul li {
  display: inline;
}
.right__all__content {
  margin-left: 41px;
}
.st__footer__copyright__link ul li {
  display: inline;
  margin-left: 27px;
  color: #cacaca;
}
.st__footer__copyright__link ul li a{
  display: inline-block;
  color: #cacaca;
  transition: .5s;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
}
.st__footer__copyright__link ul li a:hover{
  color: var(--st-theme-color-one);
}
.st-footer-copyright-area .st__footer__copyright span {
  margin-top: 0;
}
.footer__scroll a {
  display: inline-block;
  background: var(--st-theme-color-two);
  border-radius: 50%;
  width: 55px;
  height: 55px;
  line-height: 60px;
  text-align: center;
  color: var(--st-theme-color-white);
  font-size: 25px;
}
/* 18. Breadcumb Area */
.breadcumb__top__content span {
  font-size: 28px;
  color: var(--st-theme-color-white);
}
.breadcumb__top__content h2 {
    font-size: 40px;
    font-weight: 600;
    color: var(--st-theme-color-white);
    margin-top: 48px;
    text-align: left;
    padding-top: 16%;
	line-height: 50px;
}
.breadcumb__links {
  background: var(--st-theme-color-one);
  display: inline-block;
  padding: 20px 39px;
  border-radius: 7px 7px 0px 0px;
  margin-top: 88px;
}
.breadcumb__links ul li{
  display: inline;
}
.breadcumb__links ul li a {
  font-size: 22px;
  color: var(--st-theme-color-white);
  font-weight: 500;
}
/*------ 19. Back-To-Top ------------*/
.prgoress_scrollup {
  position: fixed;
  right: 55px;
  bottom: 80px;
  height: 48px;
  width: 48px;
  cursor: pointer;
  display: block;
  border-radius: 50px;
  box-shadow: inset 0 0 0 2px var(--st-theme-color-two);
  z-index: 2;
  opacity: 0;
  visibility: hidden;
  transform: translateY(15px);
  transform: translateY(15px) !important;
  transition: all 200ms linear !important;
  overflow: hidden;
}
.prgoress_scrollup.active-progress {
  opacity: 1;
  visibility: visible;
  transform: translateY(0) !important;
}
.prgoress_scrollup::after {
  position: absolute;
  font-family: bootstrap-icons!important;
  content: "\f148";
  text-align: center;
  line-height: 46px;
  font-size: 18px;
  color: var(--st-theme-color-one);
  left: 0;
  top: 0;
  height: 46px;
  width: 46px;
  cursor: pointer;
  display: block;
  font-weight: 900;
  z-index: 1;
  transition: all 200ms linear !important;
}
.prgoress_scrollup::before {
  position: absolute;
  font-family: bootstrap-icons!important;
  content: "\f148";
  text-align: center;
  line-height: 46px;
  font-size: 18px;
  font-weight: 900;
  opacity: 0;
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  left: 0;
  top: 0;
  height: 46px;
  width: 46px;
  cursor: pointer;
  display: block;
  z-index: 2;
  transition: all 200ms linear !important;
}
.prgoress_scrollup:hover ::after {
  color: var(--st-theme-color-one);
}
.prgoress_scrollup:hover ::before {
  opacity: 1;
}
.prgoress_scrollup svg path {
  fill: none;
}
.prgoress_scrollup svg.progress-circle path {
  stroke: var(--st-theme-color-one);
  stroke-width: 4;
  box-sizing: border-box;
  transition: all 200ms linear !important;
}
/* 20. 404 Area */
.st__404__thumb img {
  max-width: 100%;
}
.st__404__btn {
  margin-top: 38px;
}
/* Contact Page CSS */
.contact__bg {
  filter: drop-shadow(0px 1px 25.5px rgba(0,0,0,0.15));
  background: #fff;
  padding: 60px 25px 61px;
}
.st__contact__info {
  background: var(--st-theme-color-two);
  padding: 30px 12px 15px;
}
.st__contact__title h2 {
  font-size: 36px;
  color: var(--st-theme-color-white);
  font-weight: 600;
  border-bottom: 1px solid var(--st-theme-color-one);
  padding-bottom: 26px;
  margin-bottom: 40px;
}
.st__cinfobox {
  display: flex;
  align-items: center;
  margin-bottom: 30px;
  background: var(--st-theme-color-white);
  padding: 20px;
}
.st__cinfobox_icon i {
  display: inline-block;
  width: 59px;
  line-height: 59px;
  height: 59px;
  text-align: center;
  background: var(--st-theme-color-two);
  color: var(--st-theme-color-white);
  font-size: 22px;
  transition: .5s;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
}
.st__cinfobox:hover .st__cinfobox_icon i{
  background: var(--st-theme-color-one);
}
.st__cinfobox_content {
  margin-left: 20px;
}
.st__cinfobox_content h5 {
  font-size: 24px;
  font-weight: 500;
  margin-bottom: 5px;
}
.st-contact-section .st__form__box input {
  background: #f3f3f3;
}
.st__form__box textarea {
  width: 100%;
  border: none; 
  background: #f3f3f3;
  padding: 15px 32px;
}
.st__form__box input::placeholder{
  font-size: 16px;
  color:  #757575;
  font-weight: 400;
}
.st__form__box textarea::placeholder{
  font-size: 16px;
  color:  #757575;
  font-weight: 400;
}
.st__form__box textarea:focus{
  border: none;
  outline: 0;
  box-shadow: none;
}
.st-contact-section .st__btn2 i {
  position: inherit;
  bottom: 0;
  right: 0;
  color: #000;
  margin-left: 10px;
}
.st-contact-section .st__btn2 {
  padding: 18px 28px;
  border: none;
}
.st__contact__right__title h2 {
  font-size: 48px;
  font-weight: 600;
  margin-bottom: 60px;
  position: relative;
}
.st__contact__right__title h2:before {
  position: absolute;
  content: "";
  bottom: -25px;
  left: 0;
  width: 125px;
  height: 1px;
  background: var(--st-theme-color-two);
}
.st__contact__right {
  margin-left: 35px;
}
/* 21. Team Details */
.team__details__right__content {
  padding-left: 47px;
  padding-top: 47px;
}
.team_details_thumb img {
  width: 100%;
}
.st__team__info {
  background: var(--st-theme-sidebar-bg);
  padding: 40px 67px 15px;
  margin-left: -178px;
  margin-top: 15px;
}
.st__team__info_inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.st__name__info__content span {
  font-size: 20px;
  color: #888888;
  margin-bottom: 13px;
  display: inline-block;
}
.st__name__info__content h5 {
  font-size: 24px;
  font-weight: 600;
  margin-bottom: 28px;
}
.st__team__info_inner .st__team__social {
  margin-top: 0px;
}
.st__team__info_inner .st__team__social a {
  display: block;
  margin-bottom: 13px;
  border-radius: 50%;
}
.st__team__info_inner .st__team__social a:hover{
  background: var(--st-theme-color-one);
}
/* 22. Progress-Bar Area */
.skill-item {
  margin-bottom: 10px;
  position: relative;
  padding-bottom: 36px;
  overflow: hidden;
}
.skill-title, .skill-percentage {
  margin-bottom: 14px;
  font-size: 20px;
  font-weight: 600;
}
.skill-percentage {
  position: absolute;
  top: 6px;
  right: 0;
}
.count-box {
  border-radius: 3px;
  text-align: center;
  margin-top: -10px;
  color: #000000;
  font-size: 20px;
  font-weight: 600;
}
.bar-inner {
  width: 100%;
  height: 19px;
  background: var(--st-theme-color-two);
  border-radius: 0;
  position: relative;
  margin: -2px;
  overflow: hidden;
}
.progress-line {
  position: absolute;
  top: 0;
  left: -4px;
  width: 0;
  height: 19px;
  background: var(--st-theme-color-one);
  border-radius: 0;
  transition: 3s;
  transform: skewX(23deg);
}
.skill-thumb{
  overflow: hidden;
  position: relative;
  z-index: 9;
}
/* 23. Project Details */
.project__details__content h2 {
  font-size: 30px;
  font-weight: 600;
  margin-top: 57px;
}
.desc-1 {
  margin-top: 32px;
}
.desc-2 {
  margin-top: 24px;
}
.project__thumb2 img {
  width: 95%;
}
.desc-3 {
  margin-top: 44px;
}
.project__details__content {
  margin-bottom: 55px;
}
/* 24. BLog Details */

.blog__details__meta__all {
  display: flex;
  justify-content: space-between;
}
.st__blog__details__all__content img {
  margin-bottom: 35px;
  width: 100%;
}
.blog__details__meta a {
  font-size: 16px;
  color: #4d4e4f;
  font-weight: 400;
  margin-right: 28px;
}
.blog__details__meta a i {
  color: var(--st-theme-color-one);
  font-size: 20px;
}
.blog__details__social a {
  display: inline-block;
  width: 40px;
  height: 40px;
  line-height: 40px;
  background: #ebeae5;
  text-align: center;
  border-radius: 50%;
  transition: .5s;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  color: var(--st-theme-color-two);
}
.blog__details__social a:hover{
  background: var(--st-theme-color-one);
  color: var(--st-theme-color-white);
}
.heading-one {
    font-size: 30px;
    color: var(--st-theme-color-two);
    font-weight: 600;
    margin-top: 15px;
    line-height: 35px;
}
.details__desc__one {
    margin-top: 20px;
    text-align: justify;
}
.details__desc__two {
  margin-top: 32px;
}
.blog__tags {
  border: 1px solid var(--st-theme-color-two);
  padding: 26px 33px;
  margin-top: 39px;
  margin-right: 50px;
}
.blog__tags span {
  font-size: 24px;
  font-weight: 500;
  color: var(--st-theme-color-two);
  margin-right: 28px;
}
.blog__tags a {
  font-size: 16px;
  font-weight: 500;
  color: var(--st-theme-color-two);
  padding: 5px 20px;
  border: 1px solid #eceae5;
  margin-right: 15px;
  transition: .5s;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
}
.blog__tags a:hover{
  background: var(--st-theme-color-two);
  color: var(--st-theme-color-white);
}
.blog__details__meta__box {
  display: flex;
  margin-top: 45px;
  margin-bottom: 8px;
}
.blog__details__meta__box h5{
  font-size: 24px;
  font-weight: 600;
}
.blog__details__meta__box p {
  font-size: 20px;
  margin-top: 16px;
}
.blogdetails__meta__content {
  margin-left: 30px;
  margin-top: 13px;
}
.blogdetails__meta__social span {
  font-size: 18px;
  color: var(--st-theme-color-one);
  font-weight: 400;
  margin-right: 10px;
}
.blogdetails__meta__social a {
  display: inline-block;
  font-size: 18px;
  color: #9da1b0;
  margin-right: 12px;
  transition: .5s;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
}
.blogdetails__meta__social a:hover{
  color: var(--st-theme-color-one);
}
.blogdetails__items {
  display: flex;
  justify-content: space-between;
  border-top: 1px solid var(--st-theme-color-two);
  border-bottom: 1px solid var(--st-theme-color-two);
  margin-right: 50px;
}
.blogdetails__items__box a {
  display: inline-block;
  width: 67px;
  height: 67px;
  line-height: 67px;
  background: var(--st-theme-sidebar-bg);
  color: var(--st-theme-color-two);
  text-align: center;
  font-size: 28px;
  transition: .5s;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
}
.blogdetails__items__box a:hover{
  background: var(--st-theme-color-one);
  color: var(--st-theme-color-white);
}
.blogdetails__items__box h5 {
  display: inline-block;
  font-size: 20px;
  font-weight: 500;
  position: relative;
  top: 8px;
  left: 0;
  margin-left: 20px;
  margin-right: 20px;
  padding: 25px 0 31px;
}
.blogdetails__comments {
  margin-top: 45px;
  margin-right: 50px;
}
.blogdetails__title h2 {
  font-size: 30px;
  color: #292930;
  font-weight: 500;
  position: relative;
  display: inline-block;
}
.blogdetails__title h2:before {
  position: absolute;
  content: "";
  bottom: -20px;
  left: 0;
  height: 2px;
  width: 90px;
  background: var(--st-theme-color-one);
}
.blogdetails__comment__reply {
  margin-top: 63px;
  border-bottom: 1px solid #e6e6e6;
  padding-bottom: 12px;
}
.blogdetails__comment__reply_content {
  margin-left: 31px;
}
.blogdetails__comment__reply_content h2 {
  font-size: 20px;
  color: #292930;
  font-weight: 600;
  margin-bottom: 0;
}
.blogdetails__comment__reply_content span {
  color: #4d4e4f;
  margin-bottom: 6px;
  display: inline-block;
}
.blogdetails__reply__text a {
  display: inline-block;
  color: var(--st-theme-color-one);
}
.blogdetails__comment__reply.ml {
  margin-left: 70px;
}
.blog__leave__comment .st__form__box input {
  background: var(--st-theme-sidebar-bg);
}
.blog__leave__comment .st__form__box textarea {
  background: var(--st-theme-sidebar-bg);
}
.blog__leave__comment {
  padding-top: 70px;
}
.blog__comment__form {
  margin-top: 52px;
}
.blog__comment__form .st__btn2 {
  padding: 18px 28px;
  border: none;
}
.blog__comment__form .st__btn2 i {
  position: inherit;
  bottom: 0;
  right: 0;
  color: var(--st-theme-color-white);
  margin-left: 10px;
}
/* Blog Details Sidebar */
.blogdetails__sidebar_search {
  position: relative;
}
.blogdetails__sidebar_search input{
  width: 100%;
  height: 60px;
  border: none;
  padding-left: 32px;
  border-radius: 5px;
  background: var(--st-theme-sidebar-bg);
}
.blogdetails__sidebar_search input::placeholder{
  font-size: 16px;
  color: #868686;
  font-weight: 400;
}
.blogdetails__sidebar_search i {
  font-size: 25px;
  color: var(--st-theme-color-one);
  position: absolute;
  right: 0;
  top: 0;
  border: 1px dashed #d5d5d3;
  padding: 15px;
  cursor: pointer;
}
.sidebar__box {
  background: var(--st-theme-sidebar-bg);
  padding: 20px;
}
.sidebar__title h2 {
  position: relative;
  font-size: 30px;
  font-weight: 600;
  border-bottom: 1px solid #ece6e6;
  padding-bottom: 20px;
  margin-bottom: 35px;
}
.sidebar__title h2:before {
  position: absolute;
  content: "";
  bottom: -1px;
  left: 0;
  height: 1px;
  width: 70px;
  background: var(--st-theme-color-one);
}
.sidebar__blog__content i {
  color: var(--st-theme-color-one);
  font-size: 14px;
}
.sidebar__blog__content {
    margin-top: -7px;
    padding-left: 20px;
}
.sidebar__blog__box {
    padding: 15px;
    background: var(--st-theme-color-white);
    margin-bottom: 20px;
}
.sidebar__blog__content h5 a {
    display: inline-block;
    color: var(--st-theme-color-two);
    font-weight: 500;
    font-size: 14px;
    line-height: 18px;
}
.sidebar__blog__content span {
  margin-left: 5px;
}
.sidebar__box ul li {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 20px;
  border-bottom: 1px solid #dddddd;
  padding-bottom: 12px;
}
.sidebar__box ul li a {
    color: #000;
}
.sidebar__query {
  padding: 56px 0 68px;
  margin-top: 30px;
}
.sidebar__query__content h2 {
  font-size: 48px;
  color: #ffffff;
  font-weight: 600;
  line-height: 60px;
}
.sidebar__query__content p {
  color: #fff;
  margin-top: 13px;
}
.sidebar__query__content a {
  display: inline-block;
  background: var(--st-theme-color-one);
  padding: 15px 38px;
  color: #fff;
  border-radius: 5px;
  font-weight: 500;
  font-size: 18px;
  margin-top: 25px;
  transition: .5s;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
}
.sidebar__query__content a:hover{
  background: var(--st-theme-color-white);
  color: var(--st-theme-color-one);
}
.tagcloud a {
  display: inline-block;
  background: #fff;
  padding: 8px 20px;
  margin-bottom: 15px;
  color: #4d4e4f;
  font-weight: 500;
  font-size: 17px;
  margin-right: 5px;
  transition: .5s;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
}
.tagcloud a:hover{
  background: var(--st-theme-color-one);
  color: var(--st-theme-color-white);
}
/* 25. Service Details */
.service__details__wrap h2 {
    font-size: 40px;
    font-weight: 600;
    line-height: 40px;
}
.text1 {
    margin-top: 15px;
}
.service__thumb2 {
  margin-top: 18px;
}
.service__thumb2 img {
  width: 100%;
}
.service__details__content1 {
    padding-left: 0;
    padding-top: 20px;
}
.service__details_thumb img { 
  width: 100%;
}
.service__details__content1 ul li {
  font-weight: 500;
  margin-bottom: 5px;
  position: relative;
  margin-left: 30px;
}
.service__details__content1 ul li::before {
  position: absolute;
  content: "";
  width: 13px;
  height: 13px;
  background: #fdef00; 
  top: 9px;
  left: -28px;
  border-radius: 100px;
}
.service__details__content1 h3 {
  font-size: 24px;
  font-weight: 600;
  border-bottom: 1px solid #d5d5d5;
  padding-bottom: 27px;
  margin-bottom: 12px;
}
.servcie__links a {
  display: flex;
  justify-content: space-between;
}
.servcie__links a {
  display: flex;
  justify-content: space-between;
  background: #f7f6f1;
  padding: 10px;
  font-size: 22px;
  font-weight: 500;
  color: var(--st-theme-color-two);
  border: 1px dashed #f7f6f1;
  transition: .5s;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  margin-bottom: 20px;
}
.servcie__links a:hover{
  border: 1px dashed var(--st-theme-color-one);
}
.service__contact__wrap {
  padding: 71px 0 71px;
  margin-top: 35px;
}
.service__details__left__wrap {
  padding-right: 30px;
}
.service__contact__content h2 {
  font-size: 36px;
  color: #ffffff;
  font-weight: 600;
  line-height: 48px;
  margin-bottom: 32px;
}
.service__contact__content span {
  display: block;
  color: #ededed;
  margin-top: 35px;
  margin-bottom: 20px;
}
.service__contact__content h3{
  font-size: 30px;
  color: #ededed;
  font-weight: 600;
}
.service__Details__btn a img {
  margin-right: 10px;
}
.service__Details__btn a {
  display: inline-block;
  background: var(--st-theme-color-one);
  padding: 22px 30px;
  width: 100%;
  color: var(--st-theme-color-white);
  font-size: 24px;
  font-weight: 600;
  margin-top: 30px;
  transition: .5s;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  margin-bottom: 30px;
}
.service__Details__btn a:hover{
  background: var(--st-theme-color-two);
}
/* Hero Area */
.si__hero__area {
  padding-top: 216px;
  padding-bottom: 217px;
}
.si__hero__text {
  border: 2px solid var(--st-theme-color-white);
  display: inline-block;
  padding: 9px 55px 0px 52px;
  border-radius: 25px;
}
.si__hero__text h5{
  font-weight: 500;
  font-size: 18px;
  color: var(--st-theme-color-white);
}
.si__hero__content h1{
  font-weight: 700;
  font-size: 75px;
  line-height: 90px;
  color: var(--st-theme-color-white);
  margin-top: 16px;
}
.si__hero__content p{
  font-weight: 400;
  color: var(--st-theme-color-white);
  margin-top: 16px;
}
.si__hero__mainbox{
  display: flex;
  margin-top: 29px;
}
.si__btn {
  background: var(--st-theme-color-one);
  display: inline-block;
  padding: 16px 39px 9px 42px;
  transition: .6s;
  border-radius: 5px;
  font-weight: 500;
  font-size: 15px;
  color: var(--st-theme-color-white);
}
.si__btn:hover{
  background: var(--st-theme-color-two);
  color: var(--st-theme-color-white);
}
.si__btn i {
  margin-left: 7px;
}
.si__hero__btn a i{
  color: var(--st-theme-color-white);
  font-size: 15px;
  margin-left: 5px;
}
.si__hero__box{
  display: flex;
  margin-left: 27px;
}
.si__hero__right{
  margin-left: 15px;
}
.si__hero__right h5{
  font-weight: 500;
  font-size: 20px;
  color: var(--st-theme-color-white);
}
.si__hero__right a{
  font-weight: 500;
  font-size: 20px;
  color: var(--st-theme-color-white);
  display: block;
}
.si__hero__phone i{
  background: var( --st-theme-dark-color-text);
  color: var(--st-theme-color-white);
  width: 60px;
  height: 60px;
  line-height: 60px;
  display: flex;
  text-align: center;
  justify-content: center;
  border-radius: 50px;
  font-size: 27px;
}
/* About Area */
.si__section__title h5 {
  font-weight: 700;
  font-size: 20px;
  color: var(--st-theme-color-one);
  position: relative;
  display: inline-block;
  margin-left: 120px;
}
.si__section__title h5::before {
  position: absolute;
  content: "";
  top: 11px;
  left: -119px;
  background: var(--st-theme-color-one);
  width: 105px;
  height: 4px;
}
.si__section__title h1 {
  font-weight: 700;
  font-size: 44px;
  line-height: 53px;
  margin-top: -5px;
}
.si__section__title p{
  font-weight: 400;
  margin-top: 14px;
}
.si__about__list {
  display: flex;
  margin-top: -7px;
}
.si__about__list ul{
  margin-right: 33px;
}
.si__about__list ul li{
  font-weight: 700;
  font-size: 16px;
  margin-top: 12px;
}
.si__about__list ul li i{
  width: 24px;
  height: 24px;
  line-height: 24px;
  background: var(--st-theme-color-one);
  color: var(--st-theme-color-white);
  border-radius: 50px;
  text-align: center;
  margin-right: 17px;
}
.si__btn__two {
  background: var(--st-theme-color-two);
  display: inline-block;
  padding: 16px 40px 18px 39px;
  transition: .6s;
  border-radius: 5px;
  margin-top: 44px;
}
.si__btn__two{
  color: var(--st-theme-color-white);
}
.si__btn__two i{
  color: var(--st-theme-color-white);
  margin-left: 7px;
}
.si__btn__two:hover{
  background: var(--st-theme-color-one);
  color: var(--st-theme-color-white);
}
/* SI service Area */
.si__service__area {
  background:#fff9f3;
}
.si__service__text p {
  float: right;
}
.si__service__thumb__three {
  margin-top: 21px;
  position: relative;
  overflow: hidden;
}
.si__service__thumb__three img {
  transition: .8s;
  width: 100%;
  border-radius: 13px;
  margin-bottom: 7px;
}
.si__service__content__three {
  position: absolute;
  bottom: 0px;
  left: 31px;
  opacity: 0;
  transition: .5s;
}
.si__service__thumb__three:hover .si__service__content__three{
  opacity: 1;
  bottom: 40px;
}
.si__service__content__three h2{
  color: var(--st-theme-color-white);
}
/* SI Project Three Area */
.si__why__choose__three__area {
  border-radius: 30px;
}
.custom__width {
  max-width: 1860px;
  margin: 0 30px;
}
.si__why__choose__three__bg{
  max-width: 1200px;
  margin: 0 auto;
}
.si__project__three__thumb {
  position: relative;
  overflow: hidden;
}
.si__project__three__thumb img {
  width: 100%;
}
.si__project__three__content {
  display: inline-block;
  position: absolute;
  bottom: 27px;
  left: 20px;
  right: 20px;
  background: var(--st-theme-color-one);
  padding: 25px 30px 19px;
  border-radius: 0;
  transform: translateY(119px);
  opacity: 0;
  transition: .5s;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  border-radius: 5px;
}
.si__project__three__thumb:hover .si__project__three__content{
  opacity: 1;
  transform: translateY(0px);
}
.si__project__three__content__inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.si__project__three__text span {
  font-weight: 500;
  font-size: 16px;
  color: var(--st-theme-color-two);
  padding-bottom: 8px;
  display: inline-block;
}
.si__project__three__text h6{
  font-weight: 700;
  font-size: 20px;
  color: #fff;
}
.si__project__three__icon a{
  background: var(--st-header-meta-icon-bg);
  display: inline-block;
  padding: 6px 11px;
  border-radius: 0 50px 50px 0px;
}
.si__project__three__icon a i {
  color: var(--st-theme-color-white);
  font-size: 20px;
  text-align: center;
}
.st__form__box2 .si__btn__two {
  margin-top: 0;
  border: none;
}
.form3__title h2 {
  font-size: 38px;
  color: #fff;
  margin-bottom: 50px;
  display: inline-block;
}
/* SI Why Choose Three Area */
.si__why__choose__three__content {
  margin-top: 29px;
}
.si__why__choose__three__content ul li{
  font-weight: 500;
  font-size: 15px;
  color: var(--st-theme-color-white);
}
.si__why__choose__three__content ul li i {
  color: var(--st-theme-color-one);
  margin-right: 7px;
}
.si__why__choose__three__btn {
  margin-top: 45px;
}
.si__why__choose__three__text h6{
  font-weight: 700;
font-size: 30px;
}
/* SI Trusted Three Area */
.si__trust__items {
  display: flex;
  justify-content: center;
}
.trustbox__list {
  background: var(--st-header-meta-icon-bg);
  width: 238px;
  height: 238px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  text-align: center;
  justify-content: center;
  margin: 0 10px 20px;
}
.si__trusted__three__thumb{
  text-align: center;
}
.si__trusted__three__thumb h6{
  font-weight: 700;
  font-size: 20px;
  color: var(--st-theme-color-white);

}
.si__trusted__three__thumb img {
  margin-top: -84px;
}
.si__trusted__three__text h5 {
  font-weight: 500;
  font-size: 20px;
  margin-top: 39px;
}
.si__trusted__three__text h5 a{
  color: var(--st-theme-color-one);
}
/* SI Why Choose Area */
.si__why__choose__three__area {
  border-radius: 30px;
  background-repeat: no-repeat !important;
  background-size: cover !important;
  background-position: center center !important;
  position: relative;
}
.si__work__process__thumb{
  position: relative;
  display: inline-block;
}
.si__work__process__thumb img {
  width: 100%;
}
.si__work__process__text {
  position: absolute;
  top: 97px;
  left: -37px;
  border-radius: 50%;
}
.si__work__process__text span {
  color: var(--st-theme-color-white);
  font-size: 24px;
  font-weight: 500;
  background: var(--st-theme-color-one);
  width: 70px;
  height: 70px;
  line-height: 70px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  transition: .6s;
  border: 4px solid var(--st-theme-color-two);
}
.si__work__process__box:hover .si__work__process__text span{
  background: var(--st-theme-color-two);
}
.si__work__process__content h3{
  color: var(--st-theme-color-white);
  font-size: 23px;
}
.si__work__process__content {
  margin-top: 28px;
}
.why-choose-shape {
  position: absolute;
  right: 95px;
  bottom: 34px;
  -webkit-animation: st__updown 10s infinite linear;
  animation: st__updown 10s infinite linear;
}
/* SI Testimonial Area */
.si__testimonial___navigation{
  gap: 30px;
  display: flex;
  justify-content: right;
  margin-top: 8px;
}
.si__testimonial___navigation button{
  height: 60px;
  width: 60px;
  line-height: 60px;
  background: var(--st-theme-color-one);
  border: none;
  border-radius: 50%;
  transition: .6s;
}
.si__testimonial___navigation button:hover{
  background: var(--st-theme-color-two);
}
.si__testimonial___navigation button i{
  font-weight: 900;
  font-size: 16px;
  line-height: 16px;
  color: var(--st-theme-color-white);
}
.si__testimonial__box {
  position: relative;
  margin-top: 78px;
}
.si__testimonial__content {
  border: 1px solid rgba(0, 0, 0, 0.2);
  padding: 41px 0 46px 25px;
  border-radius: 10px;  
}
.si__testimonial__content h4{
  font-weight: 700;
  font-size: 19px;
}
.si__testimonial__content p{
  width: 80%;
}
.si__testimonial__thumb {
  display: flex;
  margin-top: 39px;
}
.si__testimonial__text {
  margin-left: 15px;
}
.si__testimonial__text h5{
  font-size: 20px;
}
.si__testimonial__text span {
  top: -10px;
  position: relative;
  color: var(--st-theme-dark-bg2);
}
.si__testimonial__icon {
  position: absolute;
  top: -24px;
  right: 33px;
}
/* SI Promotion Area */
.si__promotion__content span{
  font-weight: 600;
  font-size: 20px;
  color: var(--st-theme-color-white);
}
.si__promotion__content h2 {
  font-weight: 600;
  font-size: 40px;
  color: var(--st-theme-color-white);
  margin-top: 23px;
  margin-bottom: 147px;
}
.si__promotion__content img {
  margin: 0 17px;
}
.si__promotion__text span{
  font-weight: 600;
  font-size: 20px;
  color: var(--st-theme-color-white);
}
.si__promotion__text h3{
  font-weight: 600;
  font-size: 40px;
  color: var(--st-theme-color-white);
  margin-top: 23px;
  margin-bottom: 147px;
}
.si__promotion__text img {
  margin: 0 17px;
}
/* SI Team Area */
.si__team__thumb img {
  width: 100%;
}
.si__team__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.si__team__inner__icon span {
  color: var(--st-theme-color-white);
  font-weight: 700;
  font-size: 15px;
  width: 62px;
  height: 62px;
  line-height:62px;
  background: var(--st-theme-color-one);
  display: inline-block;
  text-align: center;
  border-radius: 50px;
  border: 9px solid var(--st-theme-color-two);
}
.si__team__inner__icon a i {
  color: var(--st-theme-color-white);
  width: 33px;
  height: 33px;
  line-height: 33px;
  background: var(--st-theme-color-one);
  text-align: center;
  border-radius: 10px;
}
.text-black h5 {
  color: #000;
}
.text-black h1 {
  color: #000;
}
.text-black p {
  color: #000;
}
.st__slider__thumb{
  position: relative;
}
.st__slider__img {
  position: absolute;
  top: 144px;
  right: 99px;
}

/* .slider-content { */
    /* margin-top: -140px; */
/* } */

.toptext {margin-top: -80px;}
.sttop {margin-top: -100px;}

.video-banner {
position: relative;
width: 100%;
height: 100vh;
display: flex;
align-items: center;
justify-content: center;
overflow: hidden;
}

.video-banner video {
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
min-width: 100%;
min-height: 100%;
object-fit: cover;
}




.topslider {
    background-color: #00000057;
    border-top: 1px dotted #fff;
}
.topslider .owl-item {
    width: 300px !important;
} 
.topslider h2 a {
    font-weight: 600 !important;
    text-transform: uppercase;
}
.topslider p {
    color: #d9d9d9;
    line-height: 22px;
    margin-top: 10px;
    font-size: 14px;
}

.st__feature__box:hover {
    background: #fff;
    min-height: 21vh;
}

.st__feature__box:hover p{
    color: #000;
}

.st__feature__box:hover .st__feature__content h2 a {
    color: #000 !important;
}

  .offerarea { position:relative; }
        .slider-wrapper {
            width: 100%;
            overflow: hidden;
            position: relative;
        }
        .slider_offer {
            display: flex;
            gap: 20px;
            scroll-behavior: smooth;
            scroll-snap-type: x mandatory;
            -webkit-overflow-scrolling: touch;
            padding: 10px 0;
            white-space: nowrap;
            overflow-x: hidden;
        }
        .card_offer {
            width: 22%;
            height: 50vh;
            background-size: cover;
            background-position: center;
            position: relative;
            display: flex;
            align-items: flex-end;
            color: white;
            font-size: 20px;
            font-weight: bold;
            padding: 10px;
            border-radius: 10px;
            flex-shrink: 0;
            scroll-snap-align: start;
            transition: filter 0.5s ease; /* Smooth transition for filter */
            filter: grayscale(100%); /* Make image grayscale initially */
        }
        .card_offer:hover {
            filter: grayscale(0%); /* Show original color on hover */
        }
        .overlay_area {
            position: absolute;
            top: 0;
            left: 0;
            right: 0;
            bottom: 0;
            background: rgba(0, 0, 0, 0.5);
            border-radius: 10px;
        }
        .card_offer span {
            position: relative;
            z-index: 1;
            word-wrap: break-word;
            word-break: break-word;
            white-space: normal;
			text-transform: uppercase;
        }
        .nav-btn {
            position: absolute;
            top: 50%;
            transform: translateY(-50%);
            background: rgba(255, 255, 255, 0.6);
            border: none;
            padding: 10px;
            cursor: pointer;
            border-radius: 50%;
            font-size: 30px;
            color: #333;
            font-weight: bold;
            z-index: 10;
            display: flex;
            align-items: center;
            justify-content: center;
        }
        .prev1 {
            left: 60px;
        }
        .next1 {
            right: 60px;
            z-index: 9999;
        }



.st-breadcumb-area {
position: relative;
width: 100%;
height: auto; /* Adjusts based on content */
background-size: cover;
background-position: center;
padding:200px 0;
} 

.overlaycolor {
position: absolute;
top: 0;
left: 0;
width: 100%;
/* height: 100%; */
background: rgba(0, 0, 0, 0.6); /* Dark overlay, adjust opacity as needed */
z-index: 1;
}

.overlaycolor .container {
position: relative;
z-index: 2; /* Keeps text and content visible above the overlay */
}

.bannerbreadcum{
    height: 400px;
    position: absolute;
    right: 0;
}

.bannerbreadcum {
    opacity: 0.7; /* Matches the overlaycolor opacity */
    
}
.about-us-section { background:#46546f; margin-bottom:40px;} 
.st_new_section{ color:#fff;}
.st_new_section p { color:#fff;}
.st_new_section h2 {
    color: #fff;
    line-height: 23px;
    font-size: 17px;
}
.st_new_section h4 { 
    color: #fff;
    line-height: 23px;
    font-size: 17px;
	margin-bottom:10px;
}
.st_new_section .circle::before{ left:0px;}
.st_new_section .circle::after{ left:0px;}
.rgtimg {
    border-radius: 100%;
    width: 350px;
    height: 350px;
    border: 4px solid #ffff;
	margin-top:30%;
}
.service-details-area th {
    background: #565656;
    color: #fff;
    white-space: nowrap;
    text-align: center;
}

.service-details-area td {
    padding: 0.2rem .5rem;
    text-align: center;
}


.service__details__wrap p {text-align:justify;}
.ftbtn {
    font-size: 16px !important;
    width: 100%;
    background: #000000;
}

.left-div {
    position: sticky;
    top: 30px; /* Adjust as needed */
    height: auto; /* Prevent height increase */
    max-height: 100vh; /* Prevent it from growing too much */
    width: 100%; /* Keep width consistent */
    background: white; /* Ensure it doesn’t overlap weirdly */
    z-index: 10; /* Keep it above other elements */
}

.sidebar__blog__thumb img {
    width: 60px;
} 

.st__section__title h1 span {
    display: block;
    font-size: 30px;
}



.st__section__title h5::after {
    position: absolute;
    content: "";
    top: 7px;
    left: -39px;
    height: 16px;
    width: 16px;
    transform: rotate(45deg);
    z-index: 1;
    background:#c7c7c7;
    transition: 1000ms;
    animation: 5s linear 0s infinite normal none running st__rotate;
}
/* === SLIDER OVERRIDES === */
.st-slider-area {
  height: 100vh !important;
  min-height: 560px !important;
  position: relative !important;
  overflow: hidden !important;
  background: #000 !important;
}

.slider__bg {
  position: absolute !important;
  inset: 0 !important;
  z-index: 0 !important;
  transform: scale(1) !important;
  transition: transform 7000ms linear !important;
}

.owl-item.active .slider__bg {
  transform: scale(1.3) !important;
}

.video-banner {
  position: absolute !important;
  inset: 0 !important;
  z-index: 0 !important;
}
.video-banner video {
  width: 100% !important;
  height: 100% !important;
  object-fit: cover !important;
  object-position: center !important;
}

.slider-overlay {
  position: absolute !important;
  inset: 0 !important;
  background: rgba(0, 0, 0, .25) !important;
  z-index: 1 !important;
}

.toptext {
  position: relative !important;
  z-index: 3 !important;
}

.slider-content h1 {
  color: #fff !important;
  line-height: 1.2 !important;
  font-size: 44px !important;
  font-weight: 700 !important;
  margin-top: 20px !important;
  text-transform: uppercase !important;
  width: 75% !important;
}

.slider-content p {
  margin-top: 25px !important;
  margin-bottom: 0 !important;
  font-size: 20px !important;
  font-weight: 300 !important;
  color: #fff !important;
}
.st_box {
    min-height: auto !important;
    padding: 10px;
    margin-bottom: 30px;
}

.st_box p {
    margin-top: 0;
    margin-bottom: 0;
}
.st_hdng  { font-size:55px; text-transform:uppercase; line-height: 150px; position:relative; top:5rem;}
.st_hdng span {display:block; font-size:55px;}





.st__feature__carousel .owl-stage {
  animation: marqueeScroll 40s linear infinite;
}

.st__feature__carousel:hover .owl-stage {
  animation-play-state: paused; /* hover pe stop */
}

@keyframes marqueeScroll {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-50%);
  }
}




 .blog-card {
      background: #fff;
      border-radius: 6px;
      overflow: hidden;
      box-shadow: 0 6px 18px rgba(18, 18, 18, 0.06);
      border: 0;
    }

    .blog-card .card-img-wrap {
      position: relative;
      overflow: hidden;
    }
a.read-more:hover {
    color: #c5c500;
}
    .blog-card .card-img-wrap img {
      width: 100%;
      height: 100%;
      object-fit: cover;
      display: block;
      transition: transform .35s ease;
    }

    .blog-card:hover .card-img-wrap img {
      transform: scale(1.03);
    }

    /* date badge */
    .date-badge {
      position: absolute;
      left: 18px;
      bottom: 16px;
      background: #000;
      color: #fdef00;
      padding: 8px 12px;
      font-weight: 600;
      font-size: 0.9rem;
      border-radius: 4px;
      box-shadow: 0 6px 14px rgba(16,16,16,0.12);
      display: inline-flex;
      gap: 8px;
      align-items: center;
    }
    .date-badge i {
      font-size: 0.95rem;
    }

    .card-body {
      padding: 20px;
    }

    .card-title {
      font-size: 1.05rem;
      font-weight: 700;
      margin-bottom: 14px;
      color: #111;
      line-height: 1.2;
    }

    .read-more {
      display: inline-flex;
      gap: 8px;
      align-items: center;
      color: #222;
      font-weight: 600;
      text-decoration: none;
    }



    /* sidebar categories */
    .widget-title {
      font-weight: 700;
      font-size: 1.25rem;
      margin-bottom: 18px;
    }

    .category-list .cat-item {
      background: #f4f4f4;
      border-radius: 4px;
      padding: 16px;
      margin-bottom: 12px;
      display: flex;
      align-items: center;
      gap: 12px;
      color: #333;
      text-decoration: none;
    }
    .category-list .cat-item i {
      font-size: 1.05rem;
      color: #6c757d;
    }

    /* sidebar small cards */
    .sidebar-card {
      background: #fff;
      padding: 14px;
      border-radius: 6px;
      box-shadow: 0 6px 18px rgba(18,18,18,0.06);
      margin-bottom: 18px;
    }
    .sidebar-card .title { font-weight: 700; font-size: 0.95rem; margin-top: 6px; }

    /* spacing helpers */
    .gutter-24 > [class*="col-"] { padding-left: 12px; padding-right: 12px; }
    @media (min-width: 992px) {
      .gutter-24 { margin-left: -12px; margin-right: -12px; }
    }

    /* small tweaks for mobile */
    @media (max-width: 575.98px) {
		
      .date-badge { left: 12px; bottom: 12px; padding: 6px 10px; font-size: 0.85rem; }
    }
	
	.bannerbreadcum {
    display: none;
}
	
	.st-breadcumb-area {
    padding: 125px 0!important;
    background: none !important;
}
.overlaycolor {
    background: #000000!important;
}

/* Parent ko flex bana do */
.overlaycolor {
    display: flex;
    justify-content: center;   /* Vertical center */
    align-items: center;       /* Horizontal center */
    /* text-align: center; */
}

/* Isme flex ki zarurat nahi */
.breadcumb__top__content {
    width: 100%;
}
.breadcumb__top__content {
    padding-top: 125px;
}
.breadcumb__top__content h2 {
    font-size: 40px;
    font-weight: 600;
    color: var(--st-theme-color-white);
    margin: 0;
    padding: 0;
    line-height: 50px;
}

/* Banner ki height */
.st-breadcumb-area {
    height: 240px;
    position: relative;
}

.image_area {
  width: 100%;
  height: 350px;      /* aap yahan fixed height set karein */
  object-fit: cover; /* image crop hogi, stretch nahi */
  object-position: center;
  display: block;
}

.img_area {
  width: 100%;
  height: 350px;      /* aap yahan fixed height set karein */
  object-position: center;
  display: block;
}

.custom-card {
  background: #ffffff;
  border: 1px solid #e5e7eb;          /* soft light border */
  border-radius: 14px;                /* smooth rounded corners */
  box-shadow: 
    0 8px 24px rgba(0, 0, 0, 0.08),    /* main shadow */
    0 2px 6px rgba(0, 0, 0, 0.04);     /* soft depth */
  padding: 16px;
  transition: all 0.3s ease;
}

/* Hover effect (premium feel) */
.custom-card:hover {
  transform: translateY(-4px);
  box-shadow: 
    0 14px 36px rgba(0, 0, 0, 0.12),
    0 6px 12px rgba(0, 0, 0, 0.06);
}



.client-logo {
    height: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 15px;          /* logo ke around space */
}

.client-logo img {
    max-height: 90px;       /* sab logo same height */
    max-width: 100%;
    object-fit: contain;    /* image stretch nahi hogi */
}

.logwdth {width:20rem;}