
/*----------------------------------------*/
/*  Banner Section
/*----------------------------------------*/
.rt-banner-area {
    position: relative;
    overflow: hidden;
  }
  .rt-banner-area .shape {
    position: absolute;
  }
  .rt-banner-area .shape.shape-one {
    position: absolute;
    right: -50px;
    bottom: 0;
    transition: 1s;
  }
  @media only screen and (max-width: 575px) {
    .rt-banner-area .shape.shape-one {
      max-width: 220px;
    }
  }
  .rt-banner-area .shape.shape-two {
    position: absolute;
    right: 0%;
    top: 35%;
    animation: jump-2 5s linear infinite;
    transform: scale(0);
    transition: 0.4s;
  }
  .rt-banner-area .shape.shape-three {
    position: absolute;
    left: 0%;
    animation: jump-2 8s linear infinite;
    top: 60%;
    transition: 0.6s;
  }
  .rt-banner-area .shape.shape-four {
    position: absolute;
    left: -50px;
    top: 0;
    transition: 0.7s;
  }
   .swiper, .swiper-slide {
     width: 100%;
     max-width: 100%;
  }
  .mySwiper-banner {
    position: relative;
  }
  .mySwiper-banner .swiper-button-next,
  .mySwiper-banner .swiper-button-prev {
    height: 60px;
    width: 60px;
    border-radius: 50%;
    background: var(--rt-theme-1);
    display: flex;
    align-items: center;
    justify-content: center;
    transition: 0.3s;
  }
  
  .mySwiper-banner, .banner-swiper, .swiper {
    overflow: hidden;
  }

  @media only screen and (max-width: 767px) {
    .mySwiper-banner .swiper-button-next,
    .mySwiper-banner .swiper-button-prev {
      display: none;
    }
  }
  .mySwiper-banner .swiper-button-next i,
  .mySwiper-banner .swiper-button-prev i {
    font-size: 25px;
    transition: 0.3s;
    color: var( --rt-common-white);
  }
  .mySwiper-banner .swiper-button-next::after,
  .mySwiper-banner .swiper-button-prev::after {
    display: none;
  }
  .mySwiper-banner .swiper-button-next:hover,
  .mySwiper-banner .swiper-button-prev:hover {
    background: var( --rt-common-black);
  }
  .mySwiper-banner .swiper-button-next:hover i,
  .mySwiper-banner .swiper-button-prev:hover i {
    color: var(--rt-common-white);
  }
  .mySwiper-banner .swiper-button-next {
    right: 120px;
  }
  .mySwiper-banner .swiper-button-prev {
    left: 120px;
  }
  
  .banner-swiper .swiper-slide-active .pre-title {
    animation: fadeInUp 1s;
    animation-delay: 0s;
    display: block;
  }
  .banner-swiper .swiper-slide-active .title {
    animation: fadeInUp-small 1.5s;
    animation-delay: 0s;
  }
  .banner-swiper .swiper-slide-active p.disc {
    animation: fadeInUp 2.5s;
    animation-delay: 0s;
  }
  .banner-swiper .swiper-slide-active .rt-btn {
    animation: fadeInUp 3s;
    animation-delay: 0s;
  }
  .banner-swiper .swiper-slide-active .shape-two {
    right: 10%;
  }
  .banner-swiper .swiper-slide-active .shape-three {
    left: 16%;
  }
  .banner-swiper .swiper-slide-active .shape-one {
    right: 0;
  }
  .banner-swiper .swiper-slide-active .shape-four {
    left: 0;
  }
  .banner-inner-content .pre-title {
    font-size: 20px;
    font-weight: 800;
    color: var(--rt-common-white);
  }
  .banner-inner-content .title {
    font-size: 70px;
    line-height: 80px;
    font-weight: 700;
    color: var(--rt-common-white);
    margin-bottom: 25px;
  }
  .banner-inner-content .title span{
    color: var(--rt-theme-1);
  }
  .banner-inner-content {
	text-align: center;
	max-width: 80%;
	margin: auto;
}
.rt-banner-area {
	height: 855px;
	display: flex;
	align-items: center;
	justify-content: center;
}
.banner-inner-content p.disc {
	margin: auto;
	margin-bottom: 40px;
	font-size: 18px;
  color: var(--rt-common-white);
}

.rt-slider-1-info-icon {
	font-size: 20px;
	width: 60px;
	height: 60px;
	line-height: 65px;
	text-align: center;
	color: var(--rt-theme-1);
	border: 1px solid var(--rt-border-1);
	background: var(--rt-common-white);
	border-radius: 50%;
	margin-right: 15px;
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-ms-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
}
.rt-slider-1-info-item:hover .rt-slider-1-info-icon {
	color: var(--rt-common-white);
	background: var(--rt-common-black);
	border: 1px solid var(--rt-common-black);
}
.rt-slider-1-info-title {
	font-size: 18px;
	font-weight: 600;
	color: var(--rt-common-black);
}
.rt-slider-1-info-item:hover .rt-slider-1-info-title {
	color: var(--rt-theme-1);
}
.rt-slider-overlay::before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0.6;
  content: "";
  background-color: rgb(3, 0, 36);
}

.rt-slider-1 .rt-slider-overlay::before {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	opacity: 0.6;
	content: "";
	background-color: rgb(3, 0, 36);
	display: none;
}
.rt-slider-5 .rt-slider-1-plr {
  padding-top: 245px;
  padding-bottom: 250px;
} 
.rt-slider-1-plr {
	padding-top: 220px;
	padding-bottom: 220px;
}
.rt-slider-1-title-box span {
	color: var(--rt-theme-1);
}
.rt-slider-1-bg {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  z-index: -1;
   /*
  -webkit-transform: scale(1);
  transform: scale(1);
  -webkit-transition: opacity 2500ms ease-in, -webkit-transform 7000ms ease;
  transition: opacity 2500ms ease-in, -webkit-transform 7000ms ease;
  transition: transform 7000ms ease, opacity 2500ms ease-in;
  transition: transform 7000ms ease, opacity 2500ms ease-in, -webkit-transform 7000ms ease; */
}
.rt-slider-1-content-wrapp {
  position: relative;
  z-index: 2;
}
.rt-slider-1-title {
  font-weight: 700;
  font-size: 80px;
  line-height: 1;
  letter-spacing: -2px;
}
.rt-slider-1-title-box {
  transform: translateY(-200px);
  opacity: 0;
  visibility: hidden;
}
.rt-slider-1-action-box {
  transform: translateY(200px);
  opacity: 0;
  visibility: hidden;
}
.rt-slider-1-action-box {
  transform: translateY(200px);
  opacity: 0;
  visibility: hidden;
}
.rt-slider-1-active .swiper-slide-active .rt-slider-5-cta {
  opacity: 1;
  visibility: visible;
  transform: translateX(0px);
  transition: all 3000ms ease;
}
.rt-slider-2 .rt-slider-1-action-box a {
  margin-bottom: 0;
}
.rt-slider-5-cta {
  position: absolute;
  right: -25%;
  bottom: -56%;
  z-index: 1;
  opacity: 0;
  visibility: hidden;
  transform: translateY(200px);
}
.rt-slider-5-cta-title {
  font-size: 18px;
  display: block;
  transform: rotate(-90deg);
  color: var(--rt-common-white);
  margin-bottom: 48px;
  transition: 0.3s;
}
.rt-slider-5-cta-icon {
  width: 60px;
  height: 60px;
  font-size: 22px;
  line-height: 60px;
  text-align: center;
  border-radius: 50%;
  display: inline-block;
  color: var(--rt-common-white);
  border: 1px solid var(--rt-common-white);
  transition: 0.3s;
}
.rt-slider-5-cta:hover .rt-slider-5-cta-title {
  color: var(--rt-theme-1);
}
.rt-slider-5-cta:hover .rt-slider-5-cta-icon {
  color: var(--rt-common-white);
  border: 1px solid var(--rt-theme-1);
}
.rt-slider-number { 
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 120px;
  z-index: 9;
}

/* Active slide animation fix */
.rt-slider-1-active .swiper-slide-active .rt-slider-1-title-box {
  transform: translateY(0);
  opacity: 1;
  visibility: visible;
  transition: all 1500ms ease;
}

.rt-slider-1-active .swiper-slide-active .rt-slider-1-action-box {
  transform: translateY(0);
  opacity: 1;
  visibility: visible;
  transition: all 1500ms ease 100ms;
}


/*----------------------------------------*/
/* Section Title
/*----------------------------------------*/
.rt-sec-title{
	position:relative;
    z-index: 2;
	margin-bottom:40px;
}

.rt-sec-title-title{
	position: relative;
  font-weight:700;
  font-size:18px;
	display: flex;
	gap:15px;
	align-items:center;
	color:var(--rt-theme-1);
	text-transform:uppercase;
}

.rt-sec-title-dots{
	position:relative;
}

.rt-sec-title-dots span:nth-child(1) {
	animation-delay: 0s;
}

.rt-sec-title-dots span:nth-child(2) {
	animation-delay: 0.5s;
}

.rt-sec-title-dots span:nth-child(3) {
	animation-delay: 1s;
}

@keyframes zoom-in-out {
	0% { transform: scale(0); opacity: 0; }
	20% { transform: scale(1.2); opacity: 1; }
	50% { transform: scale(1); opacity: 1; }
	80% { transform: scale(0.8); opacity: 1; }
	100% { transform: scale(1); opacity: 0; }
}

.rt-sec-title-dots span{
	position:relative;
	width:10px;
	height:10px;
	margin-right:4px;
	border-radius:50px;
	display:inline-block;
	animation: zoom-in-out 3s infinite;
    opacity: 0;
	background-color: var(--rt-theme-1);
}

.rt-sec-title-heading{
	margin-top: 15px; 
    color: var(--rt-common-black);
    text-transform: capitalize; 
}

.rt-sec-title_text{
	line-height:30px; 
	font-size:16px;
	margin-top:20px;
    color:#666666;
}

.rt-sec-title.light .rt-sec-title-title{
    color: var(--rt-common-white);
}

.rt-sec-title.light .rt-sec-title-title span{
	background-color: rgba(255, 255, 255, 0);
}

.rt-sec-title.light .rt-sec-title_big-title{
	-webkit-text-stroke-color: rgba(var(--color-three-rgb), 0.30);
}

.rt-sec-title.light .rt-sec-title_text{
	opacity: 1;
	color: var(--rt-common-white);
}

.rt-sec-title.light .rt-sec-title-heading{
	color:var(--rt-common-white);
}
.rt-sec-title.centered{
	text-align: center !important;
} 

.rt-sec-title.centered .rt-sec-title-title{
	justify-content:center;
} 




.subtitle-three {
  color: var(--rt-theme-1);
}
.subtitle-three {
  position: relative;
  font-family: var(--heading-font);
  color: var(--rt-theme-1);
  font-weight: 600;
  font-size: 16px;
  line-height: 26px;
  padding-left: 30px;
  display: inline-block;
  margin-bottom: 14px;
}
.subtitle-three::before{
  position: absolute;
  content: "";
  top: 2px;
  left: 0;
  background-image: url(../img/icon/subtitle-2.png.png);
  background-size: 19px;
  height: 22px;
  width: 20px;
  background-repeat: no-repeat;
}
/*----------------------------------------*/
/*  Button Section
/*----------------------------------------*/
.rt-btn {
  height: 55px;
  max-width: max-content;
  padding: 13px 29px;
  border: none;
  box-shadow: none;
  min-width: max-content;
  border-radius: 15px;
  transition: 800ms;
  font-weight: 600;
}
@media only screen and (max-width: 575px) {
  .rt-btn {
    height: 47px;
    padding: 13px 20px;
    display: flex !important;
    align-items: center !important;
  }
}
.rt-btn.btn-primary {
  background: var(--rt-common-white);
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  z-index: 1;
}
.rt-btn.btn-primary::before {
  content: "";
  position: absolute;
  -webkit-transition-duration: 800ms;
  transition-duration: 800ms;
  width: 200%;
  height: 200%;
  top: 110%;
  left: 50%;
  background: var(--rt-theme-1);
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -o-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
  z-index: -1;
}
.rt-btn.btn-primary:hover {
  background: var(--rt-theme-1);
  color: var(--color-primary);
}
.rt-btn.btn-primary:hover::before {
  top: -40%;
}

.rt-cta-btn {
  display: inline-block;
}
.rt-btn.btn-primary.btn-white {
  background: var(--rt-theme-1);
  color: var(--rt-common-white);
  padding: 14px 32px;
  font-size: 16px;
  border-radius: 50px;
  text-decoration: none;
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
}
.rt-btn-two.rt-btn.btn-primary.btn-white {
  background-color: transparent;
  border: 1px solid var(--rt-theme-1);
  color: var(--rt-common-white);
  padding: 14px 32px;
  font-size: 16px;
  border-radius: 50px;
  text-decoration: none;
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
}
.rt-btn-two.rt-btn.btn-primary.btn-white:hover {
  background: var(--rt-theme-1);
  color: var(--rt-common-white);
} 
.rt-btn.btn-primary.btn-white span {
	padding-left: 10px;
	display: inline-block;
}
.rt-button-box {
    width: 100%;          
    text-align: left;     
}

.rt-button-box .rt-btn {
    display: inline-block; 
}

.rt-btn-two {
	margin-left: 10px;
}
.rt-btn.btn-primary.btn-white::before {
  background: var(--rt-common-black);
}
.rt-btn.btn-primary.btn-white:hover {
  background: var(--rt-common-black);
  color: var(--rt-common-white);
}
.rt-btn.btn-primary.btn-white:hover::before {
  top: -40%;
}
.rt-btn.btn-border {
  background: transparent;
  border: 1px solid var(--rt-theme-1);;
}
.rt-btn:focus {
  border: none;
  box-shadow: none;
}
.banner-inner-content .rt-btn {
	margin: auto;
}
.rt-button-box {
	cursor: pointer;
}


/*Button Two*/

.rt-salinait-btn {
	background: var(--rt-theme-1);
	color: var(--rt-common-white);
	display: inline-flex;
	font-size: 16px;
	line-height: 26px;
	padding: 16px 42px;
	font-weight: 600;
	font-family: var(--body-font);
	z-index: 3;
	position: relative;
	transition: 0.4s;
	overflow: hidden;
	text-transform: capitalize;
	border-radius: 6px;
}
.rt-salinait-btn::after, .rt-salinait-btn::before {
	content: "";
	position: absolute;
	height: 100%;
	width: 0;
	top: 0;
	left: 0;
	background: var(--rt-common-black);
	border-radius: 6px 30px 30px 6px;
	transition: all 0.4s ease-out;
	z-index: -1;
}
.rt-salinait-btn::after {
	right: 0;
	border-radius: 30px 6px 6px 30px;
	left: auto;
}
.rt-salinait-btn:hover {
	color: var(--rt-common-white);
}
.rt-salinait-btn:hover::after, .rt-salinait-btn:hover::before {
	width: 52%;
	border-radius: 6px;
}
/*----------------------------------------*/
/*  About Section
/*----------------------------------------*/
.rt-about-thumb-one img {
	border-radius: 15px;
}
.rt-about-box-one {
	max-width: 582px;
	width: 100%;
	height: 500px;
	position: relative;
}
.rt-about-box-one .rt-about-thumb-two {
	position: absolute;
	bottom: 0;
	right: 0;
	max-width: 260px;
	width: 100%;
	height: 352px;
}
.rt-about-box-one .rt-about-thumb-two img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	border-radius: 60px 0 60px;
}
.rt-about-box-one .rt-about-thumb-one img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	border-radius: 0 60px 0 60px;
}
.rt-about-box-one .rt-about-thumb-one {
	position: absolute;
	top: 0;
	left: 0;
	max-width: 294px;
	width: 100%;
	height: 371px;
	padding: 5px;
	border: 2px solid #DDE1E7;
	border-radius: 0 60px 0 60px;
}
.rt-about-box-one .about-contact {
	background-color: var(--rt-theme-1);
	position: absolute;
	bottom: 0;
	left: 0;
	display: grid;
	grid-template-columns: 50px 1fr;
	align-items: center;
	grid-gap: 15px;
	max-width: 294px;
	width: 100%;
	padding: 30px;
	border-radius: 0 60px 0 60px;
}
.rt-about-box-one .about-contact .icon {
	background-color: var(--rt-common-white);
	font-size: 20px;
	height: 50px;
	width: 50px;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 50%;
	color: var(--rt-theme-1);
}
.rt-about-box-one .about-contact .content span {
	color: var(--rt-common-white);
	font-size: 14px;
	font-weight: 500;
	text-transform: uppercase;
	display: block;
}
.rt-about-box-one .about-contact .content a {
	color: var(--rt-common-white);
	font-size: 24px;
	font-weight: 600;
	line-height: 1;
}

/*about-video*/
.rt-about-box-one .rt-about-thumb-one .video-btn {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	z-index: 1;
}
.rt-about-box-one .rt-about-thumb-one .video-btn a {
	background-color: var(--rt-common-white);
	color: var(--rt-theme-1);
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 25px;
	height: 80px;
	width: 80px;
	border-radius: 50%;
}
.rt-about-box-one .rt-about-thumb-one .video-btn a {
	color: var(--rt-theme-1);
	font-size: 25px;
}
.rt-about-box-one .rt-about-thumb-one .video-btn a i {
	margin-top: 10px;
	line-height: 1;
}


.about__one {
  position: relative;
  z-index: 1;
}
.rt-about-one-left-image {
  position: relative;
  padding-bottom: 45px;
  display: inline-flex;
}
.rt-about-one-left-image img {
  width: 100%;
}
.rt-about-one-left-image-experience {
  position: absolute;
  right: 80px;
  bottom: 0;
  background: var(--rt-theme-1);
  display: flex;
  align-items: center;
  gap: 20px;
  padding: 45px 35px;
  z-index: 1;
}
.rt-about-one-left-image-experience h2 {
  color: var(--rt-common-white);
}
.rt-about-one-left-image-experience h6 {
  font-size: 20px;
  font-weight: 600;
  color: var(--rt-common-white);
  max-width: 160px;
}


.rt-about-three-left {
  position: relative;
  z-index: 1;
}
.rt-about-three-left-shape {
  position: absolute;
  left: -70px;
  top: 0;
  z-index: -1;
  animation: upDown 5s linear infinite;
  opacity: 0.1;
}
@keyframes upDown {
  0% {
    transform: translate3d(0, 0, 0);
}
50% {
    transform: translate3d(0, 30px, 0);
}
100% {
    transform: translate3d(0, 0, 0);
  }
}

.rt-about-three-left-image {
  position: relative;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  align-items: center;
  gap: 25px;
}
.rt-about-three-left-image img {
  width: 100%;
}
.rt-about-three-left-image-right {
  display: grid;
  grid-row-gap: 25px;
}
.rt-about-three-left-image-experience {
  position: absolute;
  left: 40px;
  bottom: 20px;
  background: var(--rt-theme-1);
  display: flex;
  align-items: center;
  border-radius: 5px;
  gap: 20px;
  padding: 35px 30px;
  z-index: 1;
}
.rt-about-three-left-image-experience h1 {
  font-weight: 500;
  color: var(--rt-common-white);
}
.rt-about-three-left-image-experience h6 {
  color: var(--rt-common-white);
  max-width: 160px;
  font-size: 20px;
  font-weight: 700;
}


.rt-about-four-left {
  position: relative;
  z-index: 1;
  padding-bottom: 70px;
  margin-right: 70px;
}
.rt-about-four-left-shape {
  position: absolute;
  right: 0;
  bottom: 0;
  max-width: 90%;
  z-index: -1;
  animation: rollIn 40s infinite linear;
}
.rt-about-four-left-shape {
	position: absolute;
	right: 0;
	bottom: 0;
	max-width: 90%;
	z-index: -1;
	animation: rollIn 40s infinite linear;
}
.rt-about-four-left-image {
  display: inline-flex;
}
.rt-about-four-left-image-experience {
  position: absolute;
  right: 0;
  bottom: 0;
  background: var(--rt-theme-1);
  padding: 50px;
  border-radius: 20px;
  z-index: 1;
}
.rt-about-four-left-image-experience h1 {
  margin-bottom: 8px;
  color: var(--rt-common-white);
}
.rt-about-four-left-image-experience h5 {
  color: var(--rt-common-white);
  margin-bottom: 10px;
}
.rt-about-four-left-image-experience p {
  margin: 0;
  max-width: 180px;
  color: var(--rt-common-white);
}
.image-overlay {
	position: relative;
	z-index: 1;
	overflow: hidden;
	display: inline-block;
}
.image-overlay::after {
	position: absolute;
	top: 50%;
	left: 50%;
	z-index: 2;
	display: block;
	content: "";
	width: 0;
	height: 0;
	background: rgba(255, 255, 255, 0.138);
	border-radius: 100%;
	transform: translate(-50%, -50%);
	opacity: 0;
}
.image-overlay:hover::after {
	animation: circle 1s;
}
@keyframes animation {
	100% {
		left: 125%;
	}
}
@keyframes rotateY {
	100% {
		transform: rotateY(360deg);
	}
}

/*======== video btn =============*/
.video-btn a::before {
	content: "";
	position: absolute;
	z-index: 0;
	left: 0px;
	top: 0px;
	display: block;
	width: 100%;
	height: 100%;
	border: 1px solid var(--rt-theme-1);
	border-radius: 50%;
	animation: pxl_scale1 1500ms ease-out infinite;
	-webkit-animation: pxl_scale1 1500ms ease-out infinite;
	z-index: 1;
}
.video-btn a::after {
	content: "";
	position: absolute;
	z-index: 0;
	left: 0;
	top: 0;
	display: block;
	width: 100%;
	height: 100%;
	border: 1px solid var(--rt-theme-1);
	border-radius: 50%;
	animation: pxl_scale2 1e3ms ease-out infinite;
	-webkit-animation: pxl_scale2 1e3ms ease-out infinite;
	z-index: 1;
}

/* Video Box */
.video-icon {
	display: flex;
	justify-content: center;
	position: absolute;
	right: 0;
	left: 0;
	top: 0;
	bottom: 0;
    align-items: center;
}
.video-icon a {
    display: inline-block;
    background: var(--rt-common-white);
    width: 131px;
    height: 131px;
    line-height: 131px;
    text-align: center;
    font-size: 30px;
    border-radius: 50%;
    position: relative;
    color: var(--rt-theme-1);
    /* display: flex; */
}
.rt-video-image img {
    object-fit: cover;
    width: 100%;
}
.video-icon a::before {
    content: "";
    position: absolute;
    z-index: 0;
    left: 0px;
    top: 0px;
    display: block;
    width: 100%;
    height: 100%;
    border: 1px solid var(--rt-theme-1);
    border-radius: 50%;
    animation: pxl_scale1 1500ms ease-out infinite;
    -webkit-animation: pxl_scale1 1500ms ease-out infinite;
    z-index: 1;
}
.video-icon a::after{
    content: "";
    position: absolute;
    z-index: 0;
    left: 0;
    top: 0;
    display: block;
    width: 100%;
    height: 100%;
    border: 1px solid var(--rt-theme-1);
    border-radius: 50%;
    animation: pxl_scale2 1e3ms ease-out infinite;
    -webkit-animation: pxl_scale2 1e3ms ease-out infinite;
    z-index: 1;
}
.rt-single-video.style-one {
	position: relative;
}

.video-icon{
  position: relative;
}
.choose-video-icon{
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	z-index: 1;
}

/* Venobox iframe fix */
.vbox-content {
    max-width: 90vw !important;
    max-height: 90vh !important;
}

.vbox-container iframe {
    width: 100% !important;
    height: 100% !important;
    object-fit: contain !important;
}
.vbox-video {
    padding: 0 !important;
}

.vbox-container {
    overflow: visible !important;
}

.vbox-content {
    aspect-ratio: 16/9 !important;
}



.rt-solution-area-right {
	position: relative;
}
.rt-solution-area-right-video {
	max-width: 160px;
	text-align: center;
	margin: 0 0 0 auto;
}

.video-pulse {
    position: relative;
    width: 90px;
    height: 90px;
    margin: 0 auto; /* center */
}
.video-pulse::after, .video-pulse::before {
	position: absolute;
	content: "";
	width: 100%;
	height: 100%;
	border: 1px solid var(--rt-border-color);
	opacity: 0.3;
	left: 0;
	top: 0;
	border-radius: 50%;
	animation-duration: 2.5s;
	animation-timing-function: linear;
	animation-name: video-animation;
	animation-iteration-count: infinite;
}
.video-pulse::before {
	animation-delay: 1s;
}
.rt-solution-area-right-video a {
	color: var(--rt-theme-1);
}
.video a {
	position: relative;
	color: var(--rt-theme-1);
	font-size: 20px;
	z-index: 1;
	background: var(--rt-common-white);
	width: 90px;
	height: 90px;
	line-height: 90px;
	border-radius: 50%;
	display: block;
}
.rt-solution-area-right h6 {
	color: var(--rt-common-white);
	margin-top: 30px;
}

@keyframes video-animation {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.5);
  }
  100% {
      opacity: 0;
      transform: scale(2);
    }
}



/*----------------------------------------*/
/*  Service Section
/*----------------------------------------*/
.rt-service-box-icon-one .icon-box {
  display: inline-block;
  padding: 33px 28px 10px;
  border-radius: 7px;
  transition: .5s;
}
.rt-service-box-icon-one i:hover{
  color:#000;
}
.rt-service-box-icon-one .rt-service-box-one {
  display: flex;
  align-items: center;
}
.rt-service-box-icon-one .rt-service-img-one img {
  width: 90px;
}
.rt-service-box-icon-one .rt-service-description-one {
  margin-top: 5px;
}
.rt-service-box-icon-one .rt-service-box-content-one {
  margin-left: 19px;
  margin-top: 9px;
}
.rt-service-box-icon-one .title-one h2 {
  font-size: 20px;
  margin-bottom: 0;
  color: var(--rt-common-white);
}
.rt-service-box-icon-one .rt-service-box-icon-one {
  background: var(--rt-theme-1);
  color: var(--rt-common-white);
  width: 49px;
  height: 49px;
  line-height: 49px;
  text-align: center;
  border-radius: 50%;
}
.rt-service-box-icon-one .rt-service-description-one p {
  line-height: 25px;
  color: var(--rt-common-white);
}
.title-one h2 {
  color: var(--rt-common-black);
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 15px;
}
.rt-service-box-one {
padding: 40px 35px;
text-align: center;
-webkit-transition: all 0.4s ease-in-out;
transition: all 0.4s ease-in-out;
border: 1px solid rgba(9, 21, 66, 0.1);
background-color: var(--rt-common-white);
border-radius: 15px;
}
.rt-service-box-content-one {
  margin-left: 15px;
}
.rt-service-description-one p {
  color: var(--rt-paragraph-color);
  font-size: 16px;
}
.rt-service-btn {
margin-top: 20px;
}
.rt-service-btn a {
	font-size: 16px;
	font-weight: 700;
	color: var(--rt-common-black);
}
.rt-service-btn a:hover {
color: var(--rt-theme-1);
}
.rt-service-box-icon-one .rt-service-img-one {
display: flex;
align-items: center;
justify-content: center;
height: 100px;
width: 100px;
border: 1px solid #E0E5EB;
border-radius: 50%;
margin: 0 auto;
margin-bottom: 25px;
padding: 22px;
}
.rt-service-box-one .number {
color: rgba(32, 32, 30, 0.15);
font-size: 36px;
font-weight: 700;
line-height: 1;
position: absolute;
top: 40px;
left: 30px;
-webkit-transition: all 0.3s ease-in-out;
-moz-transition: all 0.3s ease-in-out;
-ms-transition: all 0.3s ease-in-out;
-o-transition: all 0.3s ease-in-out;
transition: all 0.3s ease-in-out;
}
.rt-service-box-one:hover .number {
color: var(--rt-theme-1);
}



.rt-services-two-item {
  background: var(--rt-common-white);
  box-shadow: 0px 10px 50px rgba(0, 0, 0, 0.08);
  padding: 0 30px 18px 30px;
  text-align: center;
  position: relative;
  z-index: 9;
  margin-top: 46px;
}
.rt-services-two-item::before {
  content: "";
  position: absolute;
  left: 50%;
  top: -16px;
  width: 213px;
  height: 100%;
  background-image: url(../img/shape/services-4.png.png);
  background-repeat: no-repeat;
  transform: translateX(-50%);
  z-index: -1;
}
.rt-services-two-item::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 6px;
  background: var(--rt-common-black);
  z-index: -2;
  transition: all 400ms ease;
  clip-path: polygon(0 0, 100% 0, 99% 100%, 1% 100%);
}
.rt-services-two-item-icon i::before {
  font-size: 50px;
  color: var(--rt-common-white);
}
.rt-services-two-item-content {
  margin-top: 37px;
}
.rt-services-two-item-content h4 {
  margin-bottom: 15px;
}
.rt-services-two-item-content h4 a {
  transition: 0.4s;
}
.rt-services-two-item-content p {
  transition: 0.4s;
}
.rt-services-two-item-btn {
  margin-top: 26px;
  padding-top: 18px;
  position: relative;
  z-index: 1;
}
.rt-services-two-item-btn::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 1px;
  background: var(--text-heading-color);
  opacity: 0.1;
  transition: 0.4s;
}
.rt-services-two-item-btn a {
  font-weight: 600;
  transition: 0.4s;
  font-family: var(--heading-font);
  color: var(--text-heading-color);
}
.rt-services-two-item:hover::after {
  clip-path: initial;
  height: 100%;
}
.rt-services-two-item:hover .rt-services-two-item-content p {
  color: var(--rt-common-white);
}
.rt-services-two-item:hover .rt-services-two-item-content h4 a {
  color: var(--rt-common-white);
}
.rt-services-two-item:hover .rt-services-two-item-content h4 a:hover {
  color: var(--rt-theme-1);
}
.rt-services-two-item:hover .rt-services-two-item-btn::before {
  background: var(--rt-common-white);
  opacity: 0.2;
}
.rt-services-two-item:hover .rt-services-two-item-btn a {
  color: var(--rt-common-white);
}
.rt-services-two-item:hover .rt-services-two-item-btn a:hover {
  color: var(--rt-theme-1);
}


.rt-services-one {
  position: relative;
  z-index: 0;
  background: var(--rt-common-white);
}
.rt-services-one-title {
  text-align: center;
}
.rt-services-one-items {
  margin-top: 30px;
  background: var(--rt-common-white);
  position: relative;
  overflow: hidden;
  box-shadow: 0px 10px 50px rgba(0, 0, 0, 0.08);
  border-top: 4px solid var(--rt-theme-1);
  border-radius: 0 0 6px 6px;
}
.rt-services-one-items:hover .rt-services-one-item {
  transform: translateY(100%);
}
.rt-services-one-items:hover .two {
  bottom: 0;
}
.rt-services-one-items .two {
  background: var(--rt-common-black);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  left: 0;
  bottom: 100%;
  width: 100%;
  height: 100%;
  transition: all 500ms ease;
  padding: 35px 40px 40px 40px;
}
.rt-services-one-items .two span {
  position: absolute;
  right: 40px;
  top: 70px;
  font-size: 80px;
  color: var(--rt-common-white);
  opacity: 0.2;
  -webkit-text-fill-color: transparent;
  -webkit-text-stroke-width: 1px;
  font-weight: 700;
  font-family: var(--heading-font);
  transform: rotate(-40deg);
}
.rt-services-one-items .two .rt-services-one-item-content p {
  color: var(--rt-common-white);
}
.rt-services-one-items .two .rt-services-one-item-content h4 a {
  color: var(--rt-common-white);
  transition: 0.4s;
}
.rt-services-one-items .two .rt-services-one-item-content h4 a:hover {
  color: var(--rt-theme-1);
}
.rt-services-one-items .two .rt-services-one-item-icon {
  margin-bottom: 30px;
  margin-left: 10px;
}
.rt-services-one-items .two .rt-services-one-item-icon::after {
  content: "";
  position: absolute;
  width: 120px;
  height: 120px;
  border: 1px dashed var(--rt-theme-1);
  border-radius: 50%;
  display: block;
  top: -10px;
  left: -10px;
  animation: rotateCircle 10s linear infinite; 
}

@keyframes rotateCircle {
  0% {
    transform: rotate(0deg);
    opacity: 1;
  }
  100% {
    transform: rotate(360deg);
    opacity: 1;
  }
}

.rt-services-one-item {
  padding: 35px 40px 40px 40px;
  position: relative;
  z-index: 9;
  transition: 0.5s;
}
.rt-services-one-item span {
  position: absolute;
  right: 40px;
  top: 70px;
  font-size: 80px;
  color: var(--text-heading-color);
  opacity: 0.1;
  -webkit-text-fill-color: transparent;
  -webkit-text-stroke-width: 1px;
  font-weight: 700;
  font-family: var(--heading-font);
  transform: rotate(-40deg);
}
.rt-services-one-item-icon {
  position: relative;
}
.rt-services-one-item-icon i {
  color: var(--rt-common-white);
  font-size: 60px;
  background: var(--rt-theme-1);
  width: 100px;
  height: 100px;
  display: flex;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  margin-bottom: 20px;
  position: relative;
}
.rt-services-one-item-content h4 {
  margin-bottom: 15px;
}
.rt-services-one-item-content h4 a {
  transition: 0.4s;
}
.rt-services-one-item-content p {
  transition: 0.4s;
  margin: 0;
}

.rt-services-three-item {
	position: relative;
	z-index: 1;
	background: var(--rt-common-white);
	border-radius: 6px;
	margin-top: 30px;
}
.rt-services-three-item::before {
  position: absolute;
  content: "";
  left: 0;
  bottom: 0;
  background: var(--rt-theme-1);
  width: 100%;
  height: 0;
  transition: all 400ms ease;
  border-radius: 6px;
  z-index: -1;
}
.rt-services-three-item-image {
  position: relative;
  padding: 10px 10px 0 10px;
  z-index: 1;
  overflow: hidden;
}
.rt-services-three-item-image > img {
  border-radius: 6px;
}
.rt-services-three-item-image::before {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 2;
  display: block;
  content: "";
  width: 0;
  height: 0;
  background: rgba(255, 255, 255, 0.113);
  border-radius: 100%;
  transform: translate(-50%, -50%);
  opacity: 0;
}
.rt-services-three-item-image:hover::before {
  animation: circle 0.9s;
}
.rt-services-three-item-content {
  padding: 22px 25px;
  position: relative;
  z-index: 1;
}
.rt-services-three-item-content-icon {
  position: absolute;
  right: 25px;
  top: -40px;
  background: var(--rt-theme-1);
  width: 60px;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 10px;
  z-index: 1;
}
.rt-services-three-item-content-icon::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  transform: scale(0);
  border-radius: 10px;
  background-color: var(--rt-common-white);
  z-index: -1;
  transition: all 300ms ease;
}
.rt-services-three-item-content-icon i {
  color: var(--rt-common-white);
  font-size: 40px;
  transition: 0.4s;
}
.rt-services-three-item-content p {
  position: relative;
  padding-bottom: 18px;
  margin-bottom: 17px;
}
.rt-services-three-item-content p::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 1px;
  background: var(--rt-common-black);
  opacity: 0.1;
  transition: 0.4s;
}
.rt-services-three-item-content p,
.rt-services-three-item-content h4 {
  transition: 0.4s;
}
.rt-services-three-item-content > a {
  font-family: var(--heading-font);
  font-weight: 600;
  font-size: 14px;
  line-height: 26px;
  color: var(--rt-common-black);
  display: flex;
  align-items: center;
  justify-content: space-between;
  transition: all 500ms ease;
}
.rt-services-three-item-content > a i {
  position: relative;
  top: 1px;
}
.rt-services-three-item:hover::before {
  height: 100%;
}
.rt-services-three-item:hover .rt-services-three-item-content > a,
.rt-services-three-item:hover .rt-services-three-item-content p,
.rt-services-three-item:hover .rt-services-three-item-content h4 {
  color: var(--rt-common-white);
}
.rt-services-three-item:hover .rt-services-three-item-content p {
  border-color: var(--color-11);
}
.rt-services-three-item:hover .rt-services-three-item-content p::before {
  background: var(--rt-common-white);
  opacity: 0.25;
}
.rt-services-three-item:hover .rt-services-three-item-content-icon i {
  color: var(--rt-theme-1);
}
.rt-services-three-item:hover .rt-services-three-item-content-icon::after {
  transform: scale(1);
}
.services__one-btn .btn-one {
  background: var(--rt-theme-1);
}



/* =========================
   Service Category Widget
========================= */

.rt-service-category {
    list-style: none;
    margin: 0;
    padding: 0;
    border: 1px solid #eee;
    border-radius: 10px;
    overflow: hidden;
    background: #fff;
}

/* Each item */
.rt-service-category li {
    border-bottom: 1px solid #eee;
    transition: all 0.3s ease;
}

/* last item border remove */
.rt-service-category li:last-child {
    border-bottom: none;
}

/* link style */
.rt-service-category li a {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 14px 18px;
    text-decoration: none;
    color: #333;
    font-weight: 500;
    transition: all 0.3s ease;
    position: relative;
}

/* hover effect */
.rt-service-category li a:hover {
    background: #e21e00;
    color: #fff;
}

/* icon style */
.rt-service-category li a span {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 28px;
    height: 28px;
    border-radius: 50%;
    background: #f5f5f5;
    transition: 0.3s;
    font-size: 12px;
    color: #333;
}

/* icon hover */
.rt-service-category li a:hover span {
    background: rgba(255,255,255,0.2);
    color: #fff;
}

/* active item */
.rt-service-category li.active a {
    background: #e21e00;
    color: #fff;
}

/* active icon */
.rt-service-category li.active a span {
    background: rgba(255,255,255,0.2);
    color: #fff;
}

/* Sidebar title */
.rt-sidebar-title {
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 15px;
    position: relative;
    padding-left: 12px;
}

.rt-service-details-area {
    padding: 120px 0;
    background: #f5f5f5;
}

.rt-service-details-wrapper {
    display: flex;
    gap: 30px;
    align-items: flex-start;
}

.rt-service-details-content {
    width: 70%;
    background: var(--rt-common-white);
    border-radius: 12px;
    overflow: hidden;
    border: 1px solid #e5e5e5;
}

.rt-service-thumb img {
    width: 100%;
    display: block;
    border-radius: 12px 12px 0 0;
}

.rt-service-content {
    padding: 35px;
}

.rt-service-title {
    font-size: 32px;
    font-weight: 700;
    margin-bottom: 20px;
    color: #111;
}

.rt-service-content p {
    font-size: 16px;
    line-height: 30px;
    color: #666;
    margin-bottom: 20px;
}

.rt-service-subtitle {
    font-size: 26px;
    margin-top: 40px;
    margin-bottom: 25px;
    color: #111;
}

.rt-service-list {
    margin: 0;
    padding: 0;
    list-style: none;
}

.rt-service-list li {
    position: relative;
    padding-left: 30px;
    margin-bottom: 15px;
    color: #444;
    font-size: 16px;
}

.rt-service-list li::before {
    position: absolute;
    content: "\f058";
    font-family: "Font Awesome 6 Pro";
    font-weight: 900;
    left: 0;
    right: 25px;
    top: 0;
    color: var(--rt-theme-1);
}

.rt-service-gallery {
    display: flex;
    gap: 20px;
    margin-top: 40px;
}

.rt-service-gallery img {
    width: 50%;
    border-radius: 10px;
}

.rt-service-sidebar {
    width: 30%;
}

.rt-sidebar-widget {
    background: var(--rt-theme-2);
    padding: 30px;
    border-radius: 12px;
    margin-bottom:30px;
    border: 1px solid #e5e5e5;
}

.rt-widget-title {
    font-size: 22px;
    margin-bottom: 25px;
    color: #111;
}

.rt-category-list {
    margin: 0;
    padding: 0;
    list-style: none;
}

.rt-category-list li {
    border-bottom: 1px solid #eee;
}

.rt-category-list li:last-child {
    border-bottom: none;
}

.rt-category-list li a {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 15px 0;
    color: #444;
    font-weight: 500;
    text-decoration: none;
    transition: .3s;
}

.rt-category-list li a:hover {
    color: var(--rt-theme-1);
    padding-left: 5px;
}

.rt-category-list li a::after {
    content: "\f105";
    font-family: "Font Awesome 6 Pro";
    font-weight: 900;
}


.rt-contact-widget {
    background: #111;
    padding: 40px 30px;
    border-radius: 15px;
    text-align: center;
    color: #fff;
}

.rt-contact-icon {
    width: 80px;
    height: 80px;
    line-height: 80px;
    margin: 0 auto 25px;
    border-radius: 50%;
    background: var(--rt-theme-1);
    color: #fff;
    font-size: 28px;
}

.rt-contact-widget h3 {
    font-size: 26px;
    line-height: 1.2;
    margin-bottom: 15px;
    color: #fff;
}

/* =========================
   Contact Widget
========================= */

.rt-contact-number {
    color: #fff;
    font-size: 22px;
    font-weight: 700;
    text-decoration: none;
    line-height: 1.4;
}

.rt-contact-btn{
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    min-height: 58px;
    background: #fff;
    color: #111;
    border-radius: 10px;
    font-size: 16px;
    font-weight: 600;
    text-decoration: none;
    transition: all .3s ease;
    margin-top: 15px;
}

.rt-contact-btn:hover,
.rt-theme-btn:hover {
    background: var(--rt-theme-1);
    color: #fff;
}

/* Remove extra sidebar background only for Contact Widget */
.widget_salinait_contact_widget {
    background: transparent !important;
    padding: 0 !important;
    border: 0 !important;
    box-shadow: none !important;
}

/* =========================
   Brochure Widget
========================= */

.rt-brochure-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 12px;

    width: 100%;
    padding: 16px 20px;
    margin-bottom: 15px;

    background: #f8f8f8;
    border: 1px solid #e5e5e5;
    border-radius: 8px;

    color: #111;
    font-size: 15px;
    font-weight: 600;
    text-decoration: none;

    transition: all .3s ease;
}

.rt-brochure-btn:last-child {
    margin-bottom: 0;
}

.rt-brochure-btn i {
    font-size: 18px;
    transition: all .3s ease;
}

.rt-brochure-btn:hover {
    background: var(--rt-theme-1);
    border-color: var(--rt-theme-1);
    color: #fff;
    transform: translateY(-2px);
}

.rt-brochure-btn:hover i {
    color: #fff;
}

/* Only Brochure Widget */
.widget_salinait_brochure_widget {
    overflow: hidden;
}

/* =========================
   Responsive
========================= */

@media (max-width: 991px) {

    .rt-service-details-wrapper {
        flex-direction: column;
    }

    .rt-service-details-content,
    .rt-service-sidebar {
        width: 100%;
    }

    .rt-service-gallery {
        flex-direction: column;
    }

    .rt-service-gallery img {
        width: 100%;
    }
}

@media (max-width: 575px) {

    .rt-contact-number {
        font-size: 20px;
    }

    .rt-theme-btn,
    .rt-contact-btn {
        width: 100%;
    }
}

/*----------------------------------------*/
/* Accordion Section
/*----------------------------------------*/
.rt-faq-accordion-box .accordion-items {
  position: relative;
  margin-bottom: 20px;
}
.rt-faq-accordion-box .accordion-header {
  border-radius: 15px;
  background-color: rgb(255, 255, 255);
  box-shadow: 0px 4px 20px 0px rgba(16, 23, 40, 0.06);
  margin-bottom: -10px;
}
.rt-faq-accordion-box .accordion-icon {
  position: absolute;
  width: 25px;
  height: 25px;
  top: 17px;
  left: 30px;
  display: inline-block;
  background: var(--rt-theme-1);
  border-radius: 50%;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.rt-faq-accordion-box .accordion-icon::before {
  position: absolute;
  content: "";
  width: 2px;
  height: 8px;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  background-color: var(--rt-common-white);
  border-radius: 2px;
  transition: 0.4s;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.rt-faq-accordion-box .accordion-icon::after {
  position: absolute;
  content: "";
  width: 8px;
  height: 2px;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  background-color: var(--rt-common-white);
  border-radius: 2px;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.rt-faq-accordion-box .accordion-buttons {
  width: 100%;
  font-size: 16px;
  font-weight: 700;
  text-align: left;
  padding: 22px 0;
  padding-left: 74px;
  color: var(--rt-common-black);
  border-radius: 15px;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.rt-faq-accordion-box .accordion-buttons:not(.collapsed) {
  color: var(--rt-common-white);
  background: var(--rt-theme-1);
}
.rt-faq-accordion-box .accordion-buttons:not(.collapsed) .accordion-icon {
  background: var(--rt-common-white);
}
.rt-faq-accordion-box .accordion-buttons:not(.collapsed) .accordion-icon::before {
  background: var(--rt-common-black);
  transform: translate(-50%, -50%) rotate(90deg);
}
.rt-faq-accordion-box .accordion-buttons:not(.collapsed) .accordion-icon::after {
  background: var(--rt-common-black);
}
.rt-faq-accordion-box .accordion-body {
  border-radius: 0 0 15px 15px;
  background-color: rgb(255, 255, 255);
  box-shadow: 0px 4px 20px 0px rgba(16, 23, 40, 0.06);
  padding: 30px 27px 20px 27px;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.rt-faq-accordion-box .accordion-body p {
  margin: 0;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .rt-faq-accordion-box .accordion-body p br {
    display: none;
  }
}

.rt-faq-2 .accordion-items {
  position: relative;
}
.rt-faq-2 .accordion-header {
  background-color: var(--rt-grey-1);
  box-shadow: none;
}
.rt-faq-2 .accordion-body {
  background-color: var(--rt-grey-1);
  box-shadow: none;
}


.rt-faq-one-left {
  margin-right: 70px;
}
.rt-faq-one-left-image {
  position: relative;
  padding-bottom: 83px;
  display: flex;
}
.rt-faq-one-left-image-one {
  position: absolute;
  right: 0;
  bottom: 0;
}
.rt-faq-one-left-image-question {
  position: absolute;
  top: 35px;
  z-index: 1;
  right: 70px;
  background: var(--rt-common-black);
  padding: 30px;
  border-radius: 6px;
  display: flex;
  align-items: center;
  gap: 20px;
}
.rt-faq-one-left-image-question h6 {
  color: var(--rt-common-white);
  max-width: 150px;
  text-transform: none;
}
.rt-faq-one-left-image-question-icon i {
  background: var(--rt-theme-1);
  width: 66px;
  height: 66px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  color: var(--rt-common-white);
  font-size: 35px;
  position: relative;
  margin-bottom: 7px;
}
.rt-faq-one-left-image-question-icon i::after {
  position: absolute;
  content: "";
  left: 50%;
  bottom: -5px;
  display: block;
  z-index: -1;
  width: 0;
  height: 0;
  border-left: 17px solid var(--rt-theme-1);
  border-top: 9px solid transparent;
  border-bottom: 12px solid transparent;
  transform: rotate(-25deg) translateX(-50%);
}
.rt-faq-one-left-image-question-icon.page i {
  background: var(--rt-common-white);
}
.rt-faq-one-left-image-question-icon.page i::after {
  border-left-color: var(--rt-theme-1);
}
.left-right-animate {
	animation-name: left-right;
	animation-duration: 3s;
	animation-iteration-count: infinite;
	animation-timing-function: linear;
}
@keyframes left-right {
0% {
    transform: translateX(20px);
}
50% {
    transform: translateX(5px);
}
100% {
    transform: translateX(20px);
}
}
/*----------------------------------------*/
/* Team Section
/*----------------------------------------*/
 .rt-team-block {
  position:relative;
  margin-bottom:40px;
}
.rt-team-block .rt-inner-box {
  position:relative
}
.rt-team-block .rt-inner-box:hover .rt-image-box:after {
  border-color:var(--rt-theme-1);
  clip-path:polygon(25% -70%,75% -70%,120% 50%,75% 170%,25% 170%,-20% 50%)
}
.rt-team-block .rt-inner-box:hover .image img {
  -webkit-transform:scale(1.1);
  transform:scale(1.1);
  -webkit-transform-origin:top center;
  transform-origin:top center
}
.rt-team-block .rt-inner-box:hover .rt-social-links {
  -webkit-transform:scaleY(1);
  transform:scaleY(1);
  opacity:1;
  visibility:visible
}
.rt-team-block .rt-inner-box:hover .rt-share-icon {
  background-color:var(--rt-theme-1);
}
.rt-team-block .rt-image-box {
  position:relative;
  height:275px;
  width:275px;
  border-radius:50%;
  padding:27px;
  margin:0 auto 20px
}
.rt-team-block .rt-image-box:before {
  position:absolute;
  left:0;
  bottom:0;
  width:100%;
  height:50%;
  border:8px solid #f2f8f8;
  border-top:0;
  content:"";
  border-radius:0 0 200px 200px;
  -webkit-transition:all .7s ease;
  transition:all .7s ease
}
.rt-team-block .rt-image-box:after {
  position:absolute;
  left:0;
  bottom:0;
  width:100%;
  height:50%;
  border:8px solid #f2f8f8;
  border-top:0;
  clip-path:polygon(50% 0,50% 0,50% 50%,50% 100%,50% 100%,50% 50%);
  content:"";
  border-radius:0 0 200px 200px;
  -webkit-transition:all .7s ease;
  transition:all .7s ease
}
.rt-team-block .rt-image-box .image {
  position:relative;
  height:220px;
  width:220px;
  border-radius:50%;
  overflow:hidden;
  margin-bottom:0;
  z-index:1
}
.rt-team-block .rt-image-box .image img {
  width:100%;
  -webkit-transition:all .4s ease;
  transition:all .4s ease
}
.rt-team-block .rt-share-icon {
  position:absolute;
  left:30px;
  top:20px;
  height:50px;
  width:50px;
  line-height:50px;
  text-align:center;
  font-size:16px;
  color:var(--rt-theme-1);
  background-color:var(--rt-common-white);
  -webkit-box-shadow:0 5px 20px rgba(0,0,0,.2);
  box-shadow:0 5px 20px #0003;
  border-radius:50%;
  -webkit-transition:all .3s ease;
  transition:all .3s ease;
  z-index:3
}
.rt-team-block .rt-social-links {
  position:absolute;
  left:35px;
  top:28px;
  display:-webkit-box;
  display:-ms-flexbox;
  display:flex;
  -webkit-box-align:center;
  -ms-flex-align:center;
  align-items:center;
  -webkit-box-orient:vertical;
  -webkit-box-direction:normal;
  -ms-flex-direction:column;
  flex-direction:column;
  background-color:var(--rt-common-white);
  -webkit-transform:scaleY(0);
  transform:scaleY(0);
  -webkit-transform-origin:top;
  transform-origin:top;
  z-index:3;
  visibility:hidden;
  opacity:0;
  -webkit-transition:all .4s ease;
  transition:all .4s ease;
  border-radius:20px;
  overflow:hidden;
  padding:10px 0;
  -webkit-box-shadow:0 5px 20px rgba(0,0,0,.2);
  box-shadow:0 5px 20px #0003
}
.rt-team-block .rt-social-links a {
  position:relative;
  height:35px;
  width:40px;
  display:block;
  font-size:14px;
  line-height:35px;
  text-align:center;
  color:var(--rt-theme-1);
  -webkit-transition:all .3s ease;
  transition:all .3s ease
}
.rt-team-block .rt-social-links a:hover {
  color:var(--rt-theme-1)
}
.rt-team-block .rt-info-box {
  position:relative;
  text-align:center
}
.rt-team-block .rt-info-box .name {
  z-index:2;
  margin-bottom:10px
}
.rt-team-block .rt-info-box .designation {
  position:relative;
  display:block;
  font-size:16px;
  font-weight:500;
  color:#7d8185;
  letter-spacing:1px;
  z-index:2;
  line-height:1em;
  -webkit-transition:all .4s ease;
  transition:all .4s ease
}


/*--------- Team Two----------*/
.rt-team-two-item:hover .rt-team-two-thumb img {
  transform: scale(1.1);
}
.rt-team-two-thumb {
  overflow: hidden;
  border-radius: 15px;
}
.rt-team-two-thumb img {
  width: 100%;
  border-radius: 15px;
  transition: 1.3s;
}
.rt-team-two-content {
  position: absolute;
  width: 286px;
  bottom: -50px;
  left: 0;
  right: 0;
  text-align: center;
  margin: auto;
  padding: 24px 30px;
  border-radius: 15px;
  background: #fff;
  box-shadow: 0px 0px 40px 0px rgba(22, 25, 52, 0.08);
}
.rt-team-two-title {
  font-size: 20px;
  font-weight: 700;
  display: inline-block;
  color: var(--rt-common-black);
  margin-bottom: 0;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.rt-team-two-title:hover {
  color: var(--rt-theme-1);
}
.rt-team-two-title-box .rt-section-title {
  font-weight: 700;
}
@media (max-width: 575px) {
  .rt-team-two-title-box .rt-section-title {
    font-size: 28px;
  }
}
.rt-team-two-subtitle {
  display: block;
  font-weight: 600;
  text-align: left;
}
.rt-team-two-social-box {
  position: absolute;
  right: -20px;
  z-index: 1;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .rt-team-two-social-box {
    right: 20px;
  }
}
.rt-team-two-social-box:hover .rt-team-two-social-link {
  opacity: 1;
  height: 180px;
  visibility: visible;
}
.rt-team-two-social-box:hover .rt-team-two-social-icon span {
  transform: rotate(-360deg);
}
.rt-team-two-social-icon {
  position: relative;
}
.rt-team-two-social-icon span {
  width: 48px;
  height: 48px;
  cursor: pointer;
  font-size: 16px;
  line-height: 48px;
  border-radius: 50%;
  text-align: center;
  display: inline-block;
  color: var(--rt-common-white);
  background: var(--rt-common-black);
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.rt-team-two-social-link {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 0;
  padding: 16px 0 60px 16px;
  opacity: 0;
  visibility: hidden;
  border-radius: 30px;
  background: var(--rt-theme-1);
  transition: 0.3s;
  z-index: -1;
}
.rt-team-two-social-link ul li {
  display: block;
  text-align: left;
}
.rt-team-two-social-link ul li a {
  font-size: 17px;
  color: var(--rt-border-1);
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.rt-team-two-social-link ul li a:hover {
  color: var(--rt-common-white);
}
.rt-team-3-active {
  padding-top: 0;
  padding-bottom: 80px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .rt-team-3-active {
    margin: 0 -5px;
  }
}


/*--------- Team Three----------*/

.rt-team-three-item {
  margin-top: 30px;
}
.rt-team-three-item-image {
  position: relative;
  z-index: 1;
}
.rt-team-three-item-image::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  background: var(--rt-common-black);
  opacity: 0;
  transition: 0.4s;
  height: 100%;
}
.rt-team-three-item-image-social {
  position: absolute;
  top: 30px;
  right: 30px;
}
.rt-team-three-item-image-social ul {
  padding: 0;
  margin: 0;
  display: grid;
  gap: 8px;
}
.rt-team-three-item-image-social ul li {
  list-style: none;
}
.rt-team-three-item-image-social ul li a {
  display: inline-flex;
  transition: all ease 0.4s;
  opacity: 0;
  transform: translateX(20px);
}
.rt-team-three-item-image-social ul li a i {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: var(--rt-common-white);
  color: var(--rt-theme-1);
  transition: 0.4s;
  font-size: 14px;
}
.rt-team-three-item-image-social ul li a:hover i {
  background: var(--rt-theme-1);
  color: var(--rt-common-white);
}
.rt-team-three-item-image-social ul li:nth-child(1) a {
  transition-delay: 0.1s;
}
.rt-team-three-item-image-social ul li:nth-child(2) a {
  transition-delay: 0.2s;
}
.rt-team-three-item-image-social ul li:nth-child(3) a {
  transition-delay: 0.3s;
}
.rt-team-three-item-image-social ul li:nth-child(4) a {
  transition-delay: 0.4s;
}
.rt-team-three-item-content {
  position: relative;
  z-index: 1;
  text-align: center;
  box-shadow: var(--box-shadow-1);
  background: var(--rt-common-white);
  padding: 40px 30px;
  margin: 0 30px;
  margin-top: -40px;
  border-radius: 5px;
  transition: 0.4s;
}
.rt-team-three-item-content span {
  color: var(--rt-theme-1);
  transition: 0.4s;
}
.rt-team-three-item-content h4 {
  transition: 0.4s;
}
.rt-team-three-item:hover .rt-team-three-item-image::before {
  opacity: 0.5;
}
.rt-team-three-item:hover .rt-team-three-item-image-social ul li a {
  transform: translateX(0);
  opacity: 1;
}
.rt-team-three-item:hover .rt-team-three-item-content {
  margin-top: -60px;
  background: var(--rt-theme-1);
}
.rt-team-three-item:hover .rt-team-three-item-content h4,
.rt-team-three-item:hover .rt-team-three-item-content span {
  color: var(--rt-common-white);
}


/*----------------------------------------*/
/* Pricing Section
/*----------------------------------------*/
.pricing-item-wrap .pricing-tab {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
.pricing-item-wrap .pricing-tab .tab-btn {
  cursor: pointer;
  font-weight: 600;
  font-size: 18px;
  user-select: none;
  transition: .3s;
  color: var(--rt-common-black);
}
.pricing-item-wrap .pricing-tab .tab-btn.active {
  color: var(--rt-theme-1);
}
.pricing-tab .pricing-tab-switcher {
  height: 30px;
  width: 70px;
  display: inline-block;
  border-radius: 30px;
  position: relative;
  margin: 0 15px;
  transform: translateY(0px);
  cursor: pointer;
  background: var(--rt-theme-1);
}
.pricing-tab .pricing-tab-switcher::before {
  content: "";
  position: absolute;
  left: 2px;
  top: 2px;
  bottom: 2px;
  width: 26px;
  border-radius: 50%;
  background: var(--rt-common-white);
  transition: .3s;
}
.pricing-tab .pricing-tab-switcher.active::before {
  left: calc(100% - 28px);
}

/* Pricing Item */
.pricing-item {
  background-color: var(--rt-border-color);
  padding: 35px 30px;
  border-radius: 15px;
}
.pricing-item .pricing-top {
  background-color: var(--rt-common-white);
  border: 1px solid #E0E5EB;
  border-radius: 15px;
  padding: 30px;
  margin-bottom: 30px;
  transition: background-color 0.3s ease;
}
.pricing-item .pricing-top .title {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 15px;
}
.pricing-item .pricing-top .price {
  font-size: 40px;
  font-weight: 700;
  line-height: 1;
  margin-bottom: 15px;
}
.pricing-item .pricing-top .price span {
  color: var(--rt-secondary-color);
  font-size: 14px;
  font-weight: 400;
}
.pricing-item .pricing-list li {
  font-size: 16px;
  line-height: 1;
  list-style: none;
  margin-bottom: 15px;
}
.pricing-item .pricing-list li:last-of-type {
  margin-bottom: 0;
}
.pricing-item .pricing-list li i {
  color: var(--rt-theme-1);
  margin-right: 10px;
}
.pricing-item .pricing-btn {
  margin-top: 30px;
}
.ed-primary-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 17px 40px;
  border-radius: 100px;
  font-size: 16px;
  font-weight: 700;
  text-transform: capitalize;
  font-family: var(--rt-ff-heading);
  background-color: var(--rt-theme-1);
  color: var(--rt-common-white);
  border: 1px solid transparent;
  transition: all 0.3s ease-in-out;
  overflow: hidden;
  position: relative;
  z-index: 1;
}
.ed-primary-btn i {
  margin-left: 10px;
  font-size: 13px;
  margin-top: 2px;
}
.pricing-item .pricing-btn .ed-primary-btn {
  background-color: var(--rt-common-white);
  color: var(--rt-theme-1);
  border: 1px solid var(--rt-theme-1);
  width: 100%;
}
.pricing-item .pricing-btn .ed-primary-btn:hover {
  background-color: var(--rt-theme-1);
  color: var(--rt-common-white);
  transition: 0.6s;
}
.pricing-item.active {
  background-color: var(--rt-border-color);
  padding: 35px 30px;
  border-radius: 15px;
}
.pricing-item.active .pricing-top {
  background-color: var(--rt-theme-1);
}
.pricing-item.active .pricing-top .title,
.pricing-item.active .pricing-top .price,
.pricing-item.active .pricing-top .price span,
.pricing-item.active .pricing-top p {
  color: var(--rt-common-white);
}
.pricing-item.active .pricing-btn .ed-primary-btn {
  background-color: var(--rt-theme-1);
  color: var(--rt-common-white);
}
.pricing-top.change-subs-duration .annual_price {
	display: none;
}
.pricing-top.change-subs-duration .monthly_price {
	display: flex;
	
}
.pricing-top .monthly_price {
	display: none;
}
.pricing-top.change-subs-duration .monthly_price span {
	margin-top: 21px;
	display: inline-block;
}

/*----------------------------------------*/
/* Testimonial Section
/*----------------------------------------*/

.testimonial-list {
  position: relative;
  overflow: hidden;
  padding: 0px;
  background: #f9f9f9;
  border-radius: 10px;
}
.single-testimonial {
  background: var(--rt-common-white);
  border: 1px solid #e0e0e0;
  border-radius: 10px;
  padding: 20px;
  text-align: center;
  min-height: 350px; 
  display: flex;
  flex-direction: column;
  justify-content: center;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.05);
  transition: all 0.3s ease;
} 
.single-testimonial:hover {
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.1);
}
.rt-testi-item-one .title {
  font-size: 24px;
  font-weight: 600;
  margin-bottom: 15px;
  color: var(--rt-common-black);
}
.rt-testi-item-one p {
  font-size: 16px;
  color: #666;
  margin-bottom: 25px;
  line-height: 1.6;
}
.testi-author {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 15px;
}
.testi-author-img img {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  object-fit: cover;
  border: 2px solid #ddd;
}
.testi-author .name {
  font-size: 18px;
  font-weight: 500;
  color: #222;
}
.testi-author .name span {
  display: block;
  font-size: 14px;
  font-weight: 400;
  color: #777;
  margin-top: 5px;
}
.testimonial-list .swiper-button-next,
.testimonial-list .swiper-button-prev {
  z-index: 10;
}

.testimonial-list .swiper-button-next,
.testimonial-list .swiper-button-prev {
    width: 45px;
    height: 45px;
    background: var(--rt-theme-1);
    border: 1px solid #ddd;
    color: var(--rt-common-white);
    border-radius: 50%;
    box-shadow: 0 2px 8px rgba(0,0,0,0.1);
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease;
}
.testimonial-list .swiper-button-next:hover,
.testimonial-list .swiper-button-prev:hover {
    background: var(--rt-common-black);
    color: var(--rt-common-white);
    border-color: var(--rt-common-black);
} 

.testimonial-list .swiper-button-next {
    right: 10px;
}
.testimonial-list .swiper-button-prev {
    left: 10px;
}
.testimonial-list .swiper-button-next::after,
.testimonial-list .swiper-button-prev::after {
    font-size: 18px;
} 



/* Progressbar Css*/
.bar-bg {
  height: 10px;
  background: #ddd;
  border-radius: 50px;
}
.bar-bg .progress-bar {
  height: 10px;
  background-color: var(--rt-theme-1);
  transition: width 1s linear;
  width: 0%;
  border-radius: 50px;
}
.progress-bar {
  display: flex;
  flex-direction: column;
  justify-content: center;
  overflow: hidden;
  color: var(--rt-common-black);
  text-align: center;
  white-space: nowrap;
  background-color: var(--rt-common-black);
  transition: var(--rt-common-black);
  -webkit-transition: var(--rt-common-black);
  -moz-transition: var(--rt-common-black);
  -ms-transition: var(--rt-common-black);
  -o-transition: var(--rt-common-black);
}
.progress-items.progress-area h5 {
  background: var(--rt-theme-1);
  color: var(--rt-common-white);
  padding: 4px 6px;
  font-size: 15px;
  border-radius: 5px;
}

.section-title.style-two.t_center h5 {
margin-bottom: 29px;
}


.rt__skillsbar {
  width: 100%;
}

.progress-area {
  margin-bottom: 20px;
}

.bar-bg {
  width: 100%;
  background-color: #eee;
  height: 8px;
  border-radius: 5px;
  overflow: hidden;
  margin-top: 10px;
}

.progress-bar {
  height: 8px;
  background-color: var(--rt-theme-color);
  width: 0;
  border-radius: 5px;
  transition: width 1.2s ease-in-out;
}


.rt-skill-area-item {
	margin-bottom: 25px;
}
.rt-skill-area-item-content {
	position: relative;
}
.rt-skill-area-item-content h6 {
	font-size: 18px;
	line-height: 28px;
}
.rt-skill-area-item-count {
	position: absolute;
	top: 0;
	right: 0;
	font-weight: 500;
}
.rt-skill-area-item-inner {
	width: 100%;
	height: 5px;
	position: relative;
	background: var(--rt-border-1);
	margin-top: 11px;
  border-radius: 100px;
  overflow: hidden;
}
.rt-skill-area-item-bar {
	background: var(--rt-theme-1);
}
.rt-skill-area-item-bar {
	height: 8px;
	position: absolute;
	width: 0;
	top: -1.4px;
	left: 0;
	background: var(--rt-theme-1);
	transition: all 3.5s ease-out 0s;
}


/* Testimonials Two*/
.rt-testimonial-item {
  position: relative;
  border-radius: 15px;
  overflow: hidden;
  padding: 40px;
  background-color: rgb(255, 255, 255);
  box-shadow: 0px 0px 60px 0px rgba(27, 24, 61, 0.06);
}
@media (max-width: 575px) {
  .rt-testimonial-item {
    padding: 20px;
  }
}
.rt-testimonial-item:hover .rt-testimonial-shape-1 span {
  color: #e12454;
}
.rt-testimonial-item:hover .rt-testimonial-avater-icon span {
  color: var(--rt-common-white);
  background: var(--rt-theme-1);
}
.rt-testimonial-shape-1 {
  position: absolute;
  top: 0;
  left: 0;
}
.rt-testimonial-shape-1 span {
  color: #ffc2d1;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.rt-testimonial-shape-1 span svg {
  border-radius: 15px 0 0 0;
}
.rt-testimonial-shape-2 {
  position: absolute;
  bottom: 0;
  left: 16px;
}
.rt-testimonial-shape-2 span {
  color: #fae8ed;
}
@media (max-width: 575px) {
  .rt-testimonial-avater {
    margin-bottom: 30px;
  }
}
.rt-testimonial-avater-box {
  flex: 0 0 auto;
  margin-right: 30px;
}
.rt-testimonial-avater img {
  width: 130px;
  height: 130px;
  border-radius: 50%;
}
.rt-testimonial-avater-icon {
  position: absolute;
  top: 90px;
}
.rt-testimonial-avater-icon span {
  width: 50px;
  height: 50px;
  font-size: 20px;
  line-height: 50px;
  text-align: center;
  display: inline-block;
  color: var(--rt-common-black);
  background: var(--rt-common-white);
  border-radius: 50%;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.rt-testimonial-review span {
  color: var(--rt-theme-1);
}
.rt-testimonial-title {
  font-weight: 700;
  font-size: 24px;
  margin-right: 16px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .rt-testimonial-title-box .rt-section-title {
    font-size: 45px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .rt-testimonial-title-box .rt-section-title {
    font-size: 40px;
  }
}
@media (max-width: 575px) {
  .rt-testimonial-title-box .rt-section-title {
    font-size: 24px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .rt-testimonial-title-box .rt-section-title {
    font-size: 35px;
  }
}
.rt-testimonial-design {
  color: var(--rt-theme-1);
}
.rt-testimonial-active {
  padding: 50px 0;
}
.rt-testimonial-inner .rt-testimonial-item {
  margin-bottom: 30px;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px) {
  .rt-testimonial-inner .rt-testimonial-item {
    padding: 30px;
  }
}
.rt-testimonial-inner .rt-testimonial-avater-box {
  margin-bottom: 30px;
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .rt-testimonial-inner .rt-testimonial-content {
    display: flex;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .rt-testimonial-inner .rt-testimonial-title {
    font-size: 18px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .rt-testimonial-inner .rt-testimonial-title {
    font-size: 22px;
  }
}
@media (max-width: 575px) {
  .rt-testimonial-inner .rt-testimonial-title {
    font-size: 20px;
  }
}

/*Testimonial Three*/
.rt-testi-3-wrapp {
  width: 599px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .rt-testi-3-wrapp {
    margin-left: 100px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .rt-testi-3-wrapp {
    margin-left: 30px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .rt-testi-3-wrapp {
    width: 100%;
    margin-left: 0;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .rt-testi-3-content {
    margin-bottom: 40px;
  }
}
.rt-testi-3-item {
  background: var(--rt-grey-2);
  border-radius: 15px;
}
.rt-testi-3-thumb {
  margin-right: 50px;
  flex: 0 0 auto;
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .rt-testi-3-thumb {
    margin-right: 30px;
  }
}
@media (max-width: 575px) {
  .rt-testi-3-thumb {
    margin-right: 0;
  }
}
.rt-testi-3-thumb img {
  width: 230px;
  height: 325px;
  border-radius: 15px 0 0 15px;
}
@media (max-width: 575px) {
  .rt-testi-3-thumb img {
    width: 100%;
    border-radius: 15px 15px 0 0;
  }
}
.rt-testi-3-box-content {
  padding: 0 50px 0 0;
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .rt-testi-3-box-content {
    padding: 0 20px 0 0;
  }
}
@media (max-width: 575px) {
  .rt-testi-3-box-content {
    padding: 30px;
  }
}
.rt-testi-3-review {
  margin-bottom: 15px;
}
.rt-testi-3-review i {
  color: var(--rt-theme-1);
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .rt-testi-3-text p br {
    display: none;
  }
}
.rt-testi-3-title {
  font-size: 20px;
  font-weight: 700;
  color: var(--rt-common-black);
  margin-bottom: 0;
}
.rt-testi-3-title-box .rt-section-title {
  font-weight: 700;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .rt-testi-3-title-box .rt-section-title {
    font-size: 45px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px), (max-width: 575px) {
  .rt-testi-3-title-box .rt-section-title {
    font-size: 40px;
  }
}
.rt-testi-3-title-box .rt-section-subtitle {
  color: #9ca6ae;
}
.rt-testi-3-title-box p {
  font-weight: 500;
  color: #9ca6ae;
}
.rt-testi-3-designation {
  font-size: 16px;
}
.rt-testi-3-slide-dots {
  position: absolute;
  right: -65px;
  top: 50%;
  transform: translateY(-50%);
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .rt-testi-3-slide-dots {
    right: -30px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px) {
  .rt-testi-3-slide-dots {
    right: 0;
    left: 0;
    top: auto;
    bottom: -18%;
    text-align: center;
  }
}
.rt-testi-3-slide-dots .rt-pagination-dots span {
  width: 14px;
  height: 14px;
  display: block;
  background: var(--rt-grey-2);
  margin: 10px 0;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px) {
  .rt-testi-3-slide-dots .rt-pagination-dots span {
    display: inline-block;
    margin: 0 8px;
  }
}
.rt-testi-3-slide-dots .rt-pagination-dots span.swiper-pagination-bullet-active {
  transform: scale(1.5);
  background: none;
  border-radius: 50%;
  border: 2px solid var(--rt-grey-2);
}

/*----------------------------------------*/
/* CTA Section
/*----------------------------------------*/


/* Animation for background circle */
@keyframes pulse {
  0% {
    transform: scale(0.9);
    opacity: 0.7;
  }
  50% {
    transform: scale(1.1);
    opacity: 0.4;
  }
  100% {
    transform: scale(0.9);
    opacity: 0.7;
  }
}

.rt-cta-section {
  padding: 80px 20px;
  text-align: center;
  border-radius: 12px;
}

.rt-cta-content {
  max-width: 800px;
  margin: 0 auto;
}

.rt-cta-title {
  font-size: 36px;
  font-weight: 700;
  color: #fff;
  margin-bottom: 20px;
}

.rt-cta-subtitle {
  font-size: 18px;
  color: var(--rt-common-white);
  margin-bottom: 30px;
}

/*===========*/
.rt-cta-section.style-2 {
  background: linear-gradient(135deg, #0b163f 0%, #182b60 100%);
  padding: 80px 20px;
  color: var(--rt-common-white);
  text-align: center;
  border-radius: 20px;
  box-shadow: 0 10px 30px rgba(0,0,0,0.2);
}
.rt-cta-section.style-2 .rt-cta-title {
  font-size: 36px;
  font-weight: 700;
  margin-bottom: 15px;
  color: var(--rt-common-white)fff;
}
.rt-cta-section.style-2 .rt-cta-subtitle {
  font-size: 18px;
  margin-bottom: 30px;
  color: #dcdcdc;
}
.rt-btn.btn-primary.btn-gradient {
  padding: 14px 35px;
  font-size: 16px;
  font-weight: 600;
  background: linear-gradient(90deg, #ff6a00, #ee0979);
  color: var(--rt-common-white);
  border-radius: 50px;
  text-decoration: none;
  display: inline-block;
  transition: all 0.3s ease-in-out;
}
.rt-btn.btn-primary.btn-gradient:hover {
  background: linear-gradient(90deg, #ee0979, #ff6a00);
  transform: translateY(-3px);
}
/*---layout 3--*/

.cta {
  background-color: var(--ztc-bg-main-bg-1);
  padding: 80px 0px;
}
.heading1-w h2 {
	color: var( --rt-common-white);
	margin-bottom: 25px;
}
.heading1-w p {
	color: var( --rt-common-white);
}
.cta .buttons {
  text-align: end;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .cta .buttons {
    text-align: start;
    margin-top: 20px;
  }
}
@media (max-width: 767px) {
  .cta .buttons {
    text-align: start;
    margin-top: 20px;
  }
}
.cta-bg-area {
  background-color: var(--ztc-text-text-1);
  padding: 60px 30px;
  position: relative;
  border-radius: 7px;
  margin-bottom: 100px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .cta-bg-area {
    margin-bottom: 50px;
  }
}
@media (max-width: 767px) {
  .cta-bg-area {
    margin-bottom: 50px;
  }
}
.cta-bg-area .subscribe-form {
  position: relative;.cta-bg-area
  margin-top: 30px;
}
.cta-bg-area .subscribe-form input {
  background-color: #313234;
  border-radius: 56px;
  border: none;
  padding: 17px 24px;
  color: #fff;
}
.cta-bg-area .subscribe-form input::-moz-placeholder {
  color: #D6D6D6;
}
.cta-bg-area .subscribe-form input::placeholder {
  color: #D6D6D6;
}
.cta-bg-area .subscribe-form input:focus {
  outline: none;
}
.cta-bg-area .subscribe-form .button {
  position: absolute;
  right: -16px;
  top: 0;
}
.cta-bg-area::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  width: 50%;
  background-image: url(../img/others/cta4-image.png);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  z-index: 1;
  border-radius: 4px;
}
@media (max-width: 767px) {
  .cta-bg-area::after {
    width: 0%;
  }
}
.cta-bg-area .shape1 {
  position: absolute;
  right: 50%;
  z-index: 3;
  top: 100px;
  margin-right: -50px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .cta-bg-area .shape1 {
    display: none;
  }
}
@media (max-width: 767px) {
  .cta-bg-area .shape1 {
    display: none;
  }
}
.cta-bg-area .shape2 {
  position: absolute;
  right: -100px;
  top: -100px;
  z-index: 3;
}

/*----------------------------------------*/
/* Counter Section
/*----------------------------------------*/

.rt-counter-item {
  display: flex;
  align-items: center;
  gap: 20px;
  justify-content: center;
}
.rt-counter-item-icon i {
  color: var(--rt-theme-1);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 100px;
  height: 100px;
  font-size: 45px;
  border-radius: 50%;
  background: var(--rt-grey-2);
}
.rt-counter-item-content h6 {
  font-weight: 400;
  color: var(--rt-text-body-2);
}

/* @media (max-width: 1350px) {
  .rt-counter-area {
    padding: 80px 60px;
  }
}
@media (max-width: 1200px) {
  .rt-counter-area {
    grid-template-columns: repeat(2, 1fr);
    display: grid;
    gap: 35px;
  }
}
@media (max-width: 1199px) {
  .rt-counter-item {
    display: grid;
  }
}
@media (max-width: 991px) {
  .rt-counter-area-item {
    flex-direction: column;
    text-align: center;
    gap: 25px;
  }
  .rt-counter-two-bg {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 30px;
  }
  .rt-counter-item {
    display: flex;
    justify-content: start;
  }
}
@media (max-width: 670px) {
  .rt-counter-area {
    padding: 60px 25px;
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 575px) {
  .rt-counter-item {
    display: block;
    text-align: center;
  }
  .rt-counter-item-icon {
    margin-bottom: 10px;
  }
  .rt-counter-item-icon i {
    width: 70px;
    height: 70px;
    font-size: 30px;
  }
}
@media (max-width: 420px) {
  .rt-counter-area {
    grid-template-columns: repeat(1, 1fr);
  }
  .rt-counter-area-item {
    flex-direction: inherit;
    text-align: left;
    justify-content: center;
  }
} */

/*----------------------------------------*/
/* salinait-counter-style3 Section
/*----------------------------------------*/
.rt-insta-item {
	position: relative;
	z-index: 1;
	border-radius: 10px;
	overflow: hidden;
}
.rt-insta-item img {
	width: 100%;
	display: block;
}
.rt-insta-item .overlay {
	background-color: #e21e00a6;
	height: 0;
	width: 100%;
	position: absolute;
	bottom: 0;
	left: 0;
	transition: all 0.3s ease-in-out;
}
.rt-insta-item .icon {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%) scale(0);
	transition: all 0.3s ease-in-out;
}
.rt-insta-item .icon a {
	background-color: var(--rt-white-color, #fff);
	color: var(--rt-primary-color, #e21e00);
	height: 50px;
	width: 50px;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
}
.rt-insta-item:hover .overlay {
	height: 100%;
}
.rt-insta-item:hover .icon {
	transform: translate(-50%, -50%) scale(1);
}

/*----------------------------------------*/
/* rt-text slider Section
/*----------------------------------------*/
.rt-textslider-animate{
  background-color:#E21E00 ;
  overflow: hidden;
}
.rt-animate-content {
	padding: 15px 0;
	overflow: hidden;
	position: relative;
}
.rt-marquee {
	display: flex;
	flex-direction: column;
}
.scrolling-wrap {
    max-width: 100%;
	display: flex;
	width: fit-content;
	animation: scroll-left 30s linear infinite;
	gap: 40px;
}
.rt-textslider {
	display: flex;
	align-items: center;
	gap: 10px;
}
.rt-textslide {
	color: var(--rt-theme-1);
	font-weight: 600;
	text-transform: uppercase;
	white-space: nowrap;
}
@keyframes scroll-left {
	0%   { transform: translateX(0%); }
	100% { transform: translateX(-50%); }
}



/* design-2 - horizontal sliding badges */
.rt-horizontal-slide-container {
	display: flex;
	gap: 30px;
	white-space: nowrap;
	width: max-content;
	animation: slide-horizontal 30s linear infinite;
}

.rt-horizontal-slide-item {
	background-color: #333;
	padding: 10px 20px;
	border-radius: 30px;
	font-weight: 500;
	color: #222;
	display: inline-block;
}

@keyframes slide-horizontal {
	0%   { transform: translateX(0); }
	100% { transform: translateX(-50%); }
}

/* design-3 - horizontal sliding badges */

.rt-text-slider-text {
  font-weight: 600;
  font-size: 140px;
  color: rgba(34, 54, 69, 0.059);
  margin-bottom: 0;
}
.rt-text-slider-subtitle {
  position: absolute;
  left: 0;
  right: 0;
  top: 37%;
  text-align: center;
}
.rt-text-slider-subtitle h3 {
  font-weight: 600;
  font-size: 48px;
  color: var(--rt-theme-1);
  letter-spacing: -1.5px;
}
.rt-text-slider-active .swiper-slide {
  width: auto;
}
.slide-transtion {
  -webkit-transition-timing-function: linear;
  transition-timing-function: linear;
}

/*----------------------------------------*/
/* salinait-why choose Section
/*----------------------------------------*/
.salinait-why-choose-us {
  padding: 40px 0;
}
.features-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
  gap: 30px;
}
.feature-box {
  background: #ffffff;
  padding: 25px;
  border-radius: 20px;
  box-shadow: 0 6px 25px rgba(0, 0, 0, 0.06);
  text-align: center;
  transition: all 0.3s ease;
}
.feature-box:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
}
.feature-icon {
  font-size: 40px;
  margin-bottom: 15px;
  color: #1e90ff;
}
.feature-title {
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 10px;
}
.feature-desc {
  font-size: 15px;
  color: #666;
  margin-bottom: 15px;
}
.progress-bar {
  background: #eee;
  border-radius: 10px;
  overflow: hidden;
  height: 8px;
}
.progress-bar-fill {
  height: 100%;
  background-color: #1e90ff;
  width: 0%;
  transition: width 0.5s ease;
}


/*----------------------------------------*/
/* salinait-Brand Section
/*----------------------------------------*/
.salinait-client-logos {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 30px;
  align-items: center;
  padding: 30px 0;
  position: relative;
} 
.salinait-client-logos img {
  max-width: 100%;
  height: auto;
  display: block;
}
.salinait-client-logo {
  text-align: center;
  padding: 10px;
  border-radius: 10px;
  transition: transform 0.3s ease;
}
.salinait-client-logo:hover {
  transform: scale(1.05);
}
.salinait-client-logos .swiper-slide {
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  width: auto;
  padding: 0;
  margin: 0;
}
/* .salinait-client-logo img {
  display: block;
  width: 100%;
  height: auto;
  object-fit: contain;
  max-height: 60px;
} */


/* .salinait-client-logo img {
  max-height: 60px;
  margin: 0 auto;
  display: block;
  width: auto;
} */






/*----------------------------------------*/
/* salinait-Faq Section
/*----------------------------------------*/



/*----------------------------------------*/
/* salinait-Contact form Section
/*----------------------------------------*/
.salinait-contact-section {
  padding: 60px 0;
  background-color: #f9f9f9;
}

.contact-container {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
  max-width: 1200px;
  margin: 0 auto;
}

.contact-form-wrap,
.map-wrap {
  flex: 1 1 45%;
  background: #ffffff;
  padding: 30px;
  border-radius: 12px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.05);
}

.contact-form-wrap {
  min-width: 300px;
}

.map-wrap iframe {
  width: 100%;
  height: 100%;
  border: 0;
  border-radius: 8px;
}

/* Responsive for tablets and smaller devices */
@media (max-width: 768px) {
  .contact-form-wrap,
  .map-wrap {
    flex: 1 1 100%;
  }
}

/*----------------------------------------*/
/* salinait-working process Section
/*----------------------------------------*/

.rt-work-process{
  text-align:center;
  padding:0 20px;
}
.pocess .rt-work-process.style1 .icon:after {
  display: none;
}
.rt-work-process.style1 .icon{
  position:relative;
}
.rt-work-process.style1 .icon i {
  sition: relative;
  width: 145px;
  height: 145px;
  line-height: 143px;
  border-radius: 150px;
  display: inline-block;
  color: var(--rt-theme-1);
  font-size: 65px;
  border: 2px solid #ededed;
  -webkit-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease;
  text-align:center;
}
.rt-work-process.style1:hover .icon i {
  color:#fff;
  transform: rotateY(180deg);
  border-color: var(--rt-theme-1);
  background-color: var(--rt-theme-1);
}

.rt-work-process.style1 .rt-work-progress-number {
  position: absolute;
  right: 23%;
  top: 0px;
  z-index: 1;
  width: 38px;
  height: 38px;
  line-height: 38px;
  border-radius: 50px;
  display: inline-block;
  font-size: 18px;
  color: #fff;
  background-color: var(--rt-theme-1);
  transition:.5s;
}
.rt-work-process.style1:hover .rt-work-progress-number {
  background-color: #000;
}

.rt-work-process.style1 .title {
  font-size: 23px;
  margin: 30px 0 10px;
}

.process-shap_one {
  position: relative;
  text-align: center;
}
.process-shap_one::before {
  position: absolute;
  content: '';
  right: -63px;
  top: 37px;
  width: 103px;
  height: 38px;
  background-repeat: no-repeat;
  background-image: url(https://ittech.ditsolution.net/wp-content/uploads/2023/10/process-arrow-1.png);
  z-index: 2;
}

.process-shap_one.two::before{
  background-image: url(https://ittech.ditsolution.net/wp-content/uploads/2023/10/process-arrow-2.png);
}

/* ============================================================== 
    # Blog Style
=================================================================== */
.blog-style-one {
	background: var(--white);
	overflow: hidden;
	border-radius: 8px;
	box-shadow: 0 5px 3px rgb(3 27 78 / 8%);
}

.blog-grid .blog-style-one {
	box-shadow: 0 25px 70px rgb(0 0 0 / 7%);
}

.secondary .blog-style-one {
	box-shadow: rgb(0 0 0 / 5%) 0px 10px 30px 0px;
}

.blog-style-one .thumb .tags {
	position: absolute;
	right: 45px;
	top: 45px;
	z-index: 1;
}

.blog-style-one .thumb .tags a {
	display: inline-block;
	background: var(--bg-gradient);
	color: var(--white);
	padding: 2px 20px;
	border-radius: 5px;
	z-index: 1;
	font-weight: 500;
}

.blog-style-one .thumb img {
	margin-bottom: 30px;
	border-radius: 5px;
}

.blog-style-one .thumb {
	padding: 15px;
	padding-bottom: 0;
	position: relative;
	z-index: 1;
}

.blog-style-one .info {
	padding: 30px;
	padding-top: 0;
}

.blog-style-one .btn-simple {
	margin-top: 5px;
}

.blog-style-one h4 {
	font-size: 26px;
	line-height: 1.3;
}

.blog-style-one p {
	margin: 0;
}

.blog-meta {
	display: block;
	margin-bottom: 15px;
}

.blog-meta ul li {
	position: relative;
	z-index: 1;
	font-size: 15px;
	text-transform: uppercase;
	padding-right: 60px;
	display: flex;
	align-items: center;
	font-weight: 400;
}

.blog-meta ul li,
.blog-meta ul li a {
	color: var(--rt-common-black);
}

.blog-meta ul li img {
	height: 35px;
	width: 35px !important;
	border-radius: 50% !important;
	margin-right: 12px !important;
}

.blog-meta ul li:last-child {
	padding-right: 0;
}

.blog-meta ul {
	display: flex;
	align-items: center;
}

.blog-meta ul li::after {
	position: absolute;
	right: 15px;
	top: 50%;
	content: "";
	height: 1px;
	width: 30px;
	background: #dddddd;
}

.blog-meta ul li:last-child::after {
	display: none;
}

.blog-meta ul li a {
	margin-left: 3px;
	display: inline-block;
	line-height: 1.4;
}

.blog-meta ul li a:hover {
	color: var(--color-primary);
}

.secondary .blog-meta ul li a:hover {
	color: var(--rt-theme-1);
}

.secondary .blog-meta ul li a:hover {
	color: var(--rt-theme-1);
}

.blog-meta i {
	font-size: 16px;
	font-weight: 100;
	margin-right: 5px;
}

.blog-style-one.flex {
	display: grid;
	grid-template-columns: 1fr 1.2fr;
	padding: 0;
	grid-column-gap: 30px;
}

.blog-style-one.flex .thumb img {
	margin: 0;
	border-radius: inherit;
}

.blog-style-one.flex .thumb {
	padding: 0;
}

.blog-style-one.flex .info {
	padding: 0;
	display: flex;
	flex-direction: column;
	justify-content: center;
}

.blog-style-one.flex .thumb .tags {
	right: auto;
	left: 30px;
	top: 30px;
}

.blog-style-one.solid li {
	font-size: 16px;
}

.blog-style-one.solid li a {
	font-weight: 500;
}

.blog-style-one.solid .info {
	position: absolute;
	left: 30px;
	bottom: 30px;
	right: 30px;
	z-index: 9;
	padding: 30px;
	padding-bottom: 15px;
}

.blog-style-one.solid .thumb {
	padding: 0;
	box-shadow: inherit;
	position: relative;
	z-index: 1;
}

.blog-style-one.solid .thumb img {
	margin: 0;
	border-radius: inherit;
	transition: all 0.35s ease-in-out;
}

.blog-style-one.solid:hover .thumb img {
	transform: scale(1.2);
}

.blog-style-one.solid {
	box-shadow: inherit;
	position: relative;
	z-index: 1;
	border-radius: inherit;
}

.blog-style-one.solid .info h4 {
	margin: 0;
}

.blog-style-one.solid .info p {
	margin-top: 15px;
}

.blog-style-one.solid .thumb::after {
	position: absolute;
	left: 0;
	bottom: 0;
	content: "";
	height: 80%;
	width: 100%;
	background: rgba(0, 0, 0, 0) linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 1) 120%) repeat scroll 0 0;
	transition: all 0.35s ease-in-out;
}

.blog-style-one.solid:hover .thumb::after {
	height: 100%;
}

.blog-style-one.solid a, 
.blog-style-one.solid p, 
.blog-style-one.solid li, 
.blog-style-one.solid .blog-meta a {
	color: var(--rt-common-white);
}

.secondary .blog-style-one a:hover {
	color: var(--rt-theme-1);
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
	.blog-meta ul li img {
		display: none;
	}
}

.blog-card {
  background-color: var(--rt-common-white);
  border-radius: 16px;
  box-shadow: 0 20px 40px rgba(3, 18, 32, 0.06);
  padding: 25px;
  transition: all 0.3s ease;
}
.blog-card:hover {
  box-shadow: 0 30px 50px rgba(3, 18, 32, 0.1);
}

.blog-thumb img {
  width: 100%;
  border-radius: 12px;
  margin-bottom: 20px;
}

.blog-meta {
  display: flex;
  justify-content: flex-start;
  gap: 20px;
  font-size: 14px;
  color: var(--rt-common-black);
  margin-bottom: 15px;
}
.meta-item i {
  margin-right: 6px;
  color: var(--rt-theme-1);
}

.blog-title {
  font-size: 18px;
  font-weight: 700;
  line-height: 1.4;
  margin-bottom: 20px;
  color: var(--rt-common-black);
}
.blog-title a {
  color: inherit;
  text-decoration: none;
  transition: color 0.3s ease;
}
.blog-title a:hover {
  color: var(--rt-theme-1);
}

.blog-btn-wrap {
  margin-top: auto;
}
.blog-btn {
  display: inline-block;
  padding: 10px 20px;
  background-color: var(--rt-theme-1);
  color: var(--rt-common-white);
  font-weight: 600;
  font-size: 14px;
  border-radius: 6px;
  text-decoration: none;
  transition: background-color 0.3s ease;
}
.blog-btn:hover {
  background-color: #e21e00;
}

.blog-btn-wrap a:hover{
    color:var(--rt-common-black);
}

.portfolio-heading {
    font-size: 43px;
    font-weight: 700;
}
.portfolio-thumbnail img {
    max-width: 100%;
    border-radius: 10px;
}
.meta-list {
    list-style: none;
    padding: 0;
}
.meta-list li {
    font-size: 16px;
    margin-bottom: 10px;
}




#gallery-1 {
    display: grid;
    grid-template-columns: repeat(2, 1fr); 
    gap: 10px; 
}

#gallery-1 .gallery-item {
    width: 100%;
}

#gallery-1 .gallery-item img {
    width: 100%;
    height: auto;
    display: block;
}

@media (max-width: 600px) {
    #gallery-1 {
        grid-template-columns: 1fr; 
    }
}


/* Newsletter Widget CSS */
.newsletter-widget {
    padding: 10px;
    border-radius: 12px;
    max-width: 400px;
    margin: 0 auto;
    box-shadow: 0 4px 12px rgba(0,0,0,0.1);
    text-align: center;
    font-family: Arial, sans-serif;
}

.newsletter-widget .mailchimp-form {
    display: flex;
    gap: 10px;
    justify-content: center;
}

.newsletter-widget input[type="email"] {
    padding: 12px 15px;
    flex: 1;
    min-width: 170px;
    border: 1px solid #ddd;
    border-radius: 6px;
    font-size: 15px;
}

.newsletter-widget button {
    padding: 12px 12px;
    background-color: #e21e00; /* আপনার থিম কালার */
    color: #fff;
    border: none;
    border-radius: 6px;
    cursor: pointer;
    font-size: 15px;
    transition: 0.3s;
}

.newsletter-widget button:hover {
    background-color: #bf1a00;
}

.mc4wp-response {
    margin-top: 15px;
    font-size: 14px;
}

