/*
Theme Name: Rheonix Tech
Theme URI: http://rundiz.com
Author: Vee Winch, christianoliff
Author URI:
Description: Bootstrap v.4 basic theme for developers to build their new theme very fast and easy. (WordPress 5 or Gutenberg ready.) The concept is to keep it basic, no rich features, no additional functions; all of these for theme developers will be easier to start develop their theme. To follow what was changed, please look for <a href="https://github.com/Rundiz-WP/bootstrap-basic4" target="commits">commits</a> of this theme at Github or changelog.md file that come with the theme. Please read notice on Bootstrap Basic 4 Help page in Dashboard > Appearance > Bootstrap Basic4 Help or in readme.txt file in this theme package.
Version: 1.3.4
Requires PHP: 5.5
Requires at least: 5.0
Tested up to: 5.9
License: MIT
License URI: https://opensource.org/licenses/MIT
Text Domain: bootstrap-basic4
Domain Path: /languages/
Tags: one-column, two-columns, three-columns, left-sidebar, right-sidebar, custom-background, custom-menu, featured-images, post-formats, threaded-comments, translation-ready, editor-style, blog

This theme built with Twitter Bootstrap v.4. It is basic theme with basic style for build new theme with Bootstrap.

*/

/*
Required WordPress CSS
*/

@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@200;300;400;500;600;700&display=swap');

body {
	font-family: 'Poppins', sans-serif;
	font-size: 16px;
	color: #333;
	font-weight: normal;
}

a:hover {

	text-decoration: none;
	color: #fff;
}


.aligncenter {
	display: block;
	margin-right: auto;
	margin-left: auto;
}

.alignleft {
	display: inline;
	float: left;
	margin-right: 1.5em;
}

.alignright {
	display: inline;
	float: right;
	margin-left: 1.5em;
}

.bypostauthor {}


/* WordPress gallery */
.gallery-caption {}

.gallery {
	margin-bottom: 1.6em;
}

.gallery-item {
	display: inline-block;
	padding: 1.79104477%;
	text-align: center;
	vertical-align: top;
	width: 100%;
}

.gallery-columns-2 .gallery-item {
	max-width: 50%;
}

.gallery-columns-3 .gallery-item {
	max-width: 33.33%;
}

.gallery-columns-4 .gallery-item {
	max-width: 25%;
}

.gallery-columns-5 .gallery-item {
	max-width: 20%;
}

.gallery-columns-6 .gallery-item {
	max-width: 16.66%;
}

.gallery-columns-7 .gallery-item {
	max-width: 14.28%;
}

.gallery-columns-8 .gallery-item {
	max-width: 12.5%;
}

.gallery-columns-9 .gallery-item {
	max-width: 11.11%;
}

.gallery-icon img {
	margin: 0 auto;
}

.gallery-caption {
	color: #707070;
	color: rgba(51, 51, 51, 0.7);
	display: block;
	font-family: "Noto Sans", sans-serif;
	font-size: 12px;
	font-size: 1.2rem;
	line-height: 1.5;
	padding: 0.5em 0;
}

.gallery-columns-6 .gallery-caption,
.gallery-columns-7 .gallery-caption,
.gallery-columns-8 .gallery-caption,
.gallery-columns-9 .gallery-caption {
	display: none;
}


.sticky {}

.wp-caption {
	border: 1px solid #ccc;
	margin-bottom: 1.5em;
	max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
	display: block;
	margin: 1.2% auto 0;
	max-width: 98%;
}

.wp-caption-text {
	text-align: center;
}

.wp-caption .wp-caption-text {
	margin: 0.8075em 0;
}


/* Text meant only for screen readers. */
.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute !important;
	height: 1px;
	width: 1px;
	overflow: hidden;
}

.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	color: #21759b;
	display: block;
	font-size: 14px;
	font-size: 0.875rem;
	font-weight: bold;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000;
	/* Above WP toolbar. */
}

/*******************CSS***********************/

.site-content {
	position: relative;
}

.site-content .icon-bar-sec {
	position: fixed;
	right: 21px;
	z-index: 99;
}
.banner_right_image img {
    padding-left: 0 !important;

}
.icon-bar-sec a.message {
	margin-bottom: 38px;
}

.icon-bar-sec a {
	display: block;
	text-align: end;
}

.message img {
	background: #fff;
	height: 55px;
	padding: 10px;
	border-radius: 50%;
	box-shadow: 0px 0px 11px 0px #333333;
}

.phone-num img {
	background: #fff;
	height: 55px;
	padding: 10px;
	border-radius: 50%;
	box-shadow: 0px 0px 11px 0px #333333;
}

.container.page-container {
	max-width: 1650px;
	padding: 0;
}

.top-nav {
	border: none;
	background: none;
	box-shadow: inherit;
}
.mega-getq_custom_btn a.mega-menu-link {
    font-size: 18px !important;
    background: #c81115 !important;
    color: #fff !important;
    padding: 7px 25px !important;
    border-radius: 6px !important;
}
/* #header-sroll .row {
	padding-top: 18px;
} */

#header-sroll {
	position: fixed;
/* 	height: 108px; */
	padding: 16px 0px;
	left: 0;
	background: #fff;
	top: 0;
	box-shadow: -3px 7px 13px -10px #ccc;
	float: left;
	z-index: 999999;
	width: 100%;
	-ms-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-webkit-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
}

@import url('https://fonts.googleapis.com/css?family=Open+Sans+Condensed:700');

* {
	margin: 0;
	padding: 0;
}


.nav .menu ul {
	list-style: none;
	margin: 0;
	padding: 0;
	text-align: center;
}

.nav .menu li {
	display: inline-block;
	margin: 0 15px;
}

.nav .menu a {
	text-transform: uppercase;
	text-decoration: none;
	color: #fff;
	display: block;
	position: relative;
	padding: 4px 0;
}

.nav .menu a::before {
	content: "";
	width: 100%;
	height: 4px;
	position: absolute;
	left: 0;
	bottom: 0;
	background: #fff;
	transition: 0.5s transform ease;
	transform: scale3d(0, 1, 1);
	transform-origin: 0 50%;
}
#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item > a.mega-menu-link {
    height: unset;
}
.nav .menu a:hover::before {
	transform: scale3d(1, 1, 1);
}

.nav .menu a::before {
	background: #E91E63;
	transform-origin: 100% 50%;
}

nav.navbar.navbar-expand-lg.navbar-light.top-nav {
	justify-content: end;
}

#mega-menu-primary li a {
	color: #333333;
	font-weight: 500 !important;
	text-transform: uppercase !important;
	font-family: 'Poppins', sans-serif !important;
}

div#header-sroll ul.mega-sub-menu {
	background: #ffffff !important;
}

.top-nav .navbar-collapse .contact-us-btn a::before {
	position: absolute;
	background: url(https://rheonixtech.com/wp-content/uploads/2023/06/Vector.png);
	width: 12%;
	height: 46%;
	content: '';
	background-repeat: no-repeat;
	left: 12%;
	top: 31%;
}

.bnr-left-sec h1 {
	font-size: 3.1rem;
	font-weight: 700;
	line-height: 1;
	position: relative;
}

.banner_cont p {
	margin-top: 24px;
	margin-bottom: 32px;
	font-size: 19px;
}

.custom_btn a {
	font-size: 18px;
	background: #c81115;
	color: #fff;
	padding: 16px 22px;
	border-radius: 6px;
	transition: all 0.5s cubic-bezier(0.42, 0, 0.58, 1);
	position: relative;
}

.custom_btn a:before,
.custom_btn a:after,
.learnMore a:after,
.learnMore a:before {
	content: "";
	position: absolute;
	display: block;
	box-sizing: border-box;
	top: 0;
	left: 0;
}

.custom_btn a:hover {
	text-decoration: none;
	color: #fff;
}

.custom_btn a:hover::after,
.learnMore a:hover::after {
	width: 100%;
	height: 100%;
}
div#header-sroll ul.mega-sub-menu {
    margin: 0px 33px !important;
}
.custom_btn a:after,
.learnMore a:after {
	top: 0;
	left: 0;
	width: 0;
	height: 100%;
	mix-blend-mode: color;
	background: #1c4088;
	border-radius: 5px;
	transition: all 0.5s cubic-bezier(0.42, 0, 0.58, 1);
}

.bnr-left-sec {
	padding-right: 111px;
}

#banner {
	background: #F4FAFF;
}

.banner_slides {
	padding-top: 224px;
	padding-bottom: 136px;
}

.bnr-left-sec span {
	color: #c81115;
}


.banner_right_image img {
	padding-left: 53px;
	width: 100%;
}

/****************Services-section*********************/
.heading-three h3 {
	font-size: 22px;
	font-weight: 600;
}

.innerSlide .services_cont p {
	margin-top: 16px;
}

.learnMore a {
	font-size: 16px;
	padding: 14px 22px 14px 22px;
	border-radius: 5px;
	position: relative;
	transition: all 0.5s cubic-bezier(0.42, 0, 0.58, 1);
}

.learnMore a:hover {
	text-decoration: none;
	color: #fff;
}

.learnMore a:hover::before {
	background-image: url(/wp-content/uploads/2023/07/hover-color.png);
}

#services .innerSlide {
	border: 1px solid #cccccc;
	padding: 60px 32px 19px 27px;
	border-radius: 26px;
	min-height: 524px;
}

.timelineProject.pera .timelineblock:nth-child(5) .img_timeline {
	text-align: right;
}

.custom_btn.learnMore {
	padding: 30px 0px 30px 0px;
}

.innerSlide figure.figure {
	text-align: center;
}

.innerSlide figure.figure img {
	width: 67%;
	display: inline-block;
}

#Place_to_works .box:hover .hover-content .icons img {
	width: 25%;
	display: inline-block;
}

#Place_to_works .box:hover .hover-content .icons img {
	width: 25%;
	display: inline-block;
}

/********************About-Us**************************/
h2.heading-two {
	font-size: 2.5rem;
	margin-bottom: 30px;
	font-weight: 700;
	color: #333333;
}

.pera p {
	font-size: 16px;
	/*margin-bottom: 27px;*/
	font-weight: 400;
}

#about_us {
	background: #F4FAFF;
	padding: 80px 0px;
}

.about_left_sec {
	padding: 0px 0px 0px 85px;
}

.about_us_custom_btn {
	margin-top: 34px;
}

.about_right_image img {
	padding-left: 33px;
}

.about_right_sec h4 {
	font-size: 40px;

	margin-bottom: 0;
}

.about_right_sec h6 {
	font-size: 24px;

}

.back-img img {
	padding-left: 32px;
}

.about_cont.pera {
	padding-right: 38px;
}

.about-img-left {
	position: relative;
}

#about_us .row.align-items-center {
	margin: 0;
}

#about_us .about_left_sec {
	padding-left: 8rem;
}

#counter {
	position: absolute;
	left: 15%;
	top: 50%;
	z-index: 99;
	text-align: center;
	padding: 0 15px;
	transform: translateY(-50%);
	color: #fff;
	width: 70%;
}

#about_us .padding-right {
	padding-right: 0;
}

.about-img-left img {
	width: 100%;
}

.inlineBloc {
	display: flex;
	justify-content: flex-start;
	align-items: center;
	margin: 0 0 6px;
}

.inlineBloc h4 {
	font-size: 40px;
	font-weight: 600;
	margin: 0;
}

.counter-item h5 {
	font-size: 24px;
	margin: 0;
}

.counter-item {
	margin: 0 0 38px;
	text-align: left;
}

/*********************technolgy-sec********************/
.container.mid-page-container {
	max-width: 1279px;
	margin: 0 auto;
}

.tab-sec .nav-item {
	text-decoration: none;
}

ul#ex1 {
	border-bottom: 0;
}

#Choose-us .col-md-5 {
	text-align: end;
}

.whychooseImg img {
	width: 80%;
}

.row.faq {
	justify-content: space-around;
}

.tab-content .title {
	font-size: 15px;
	text-align: center;
	color: #333333;
	font-weight: 500;
	text-transform: uppercase;
	margin: 7px 0 0;
}

.home-brand .figure.logos {
	margin: 0;
}

.home-brand .figure.logos img {
	width: 70px;
}

.tab-pane a:hover {
	text-decoration: none;
}

.nav-tabs a:hover {
	text-decoration: none;
}

.leftpanel {
	padding-bottom: 37px;
}

.tab-pane ::marker {
	font-size: 0px;
}

#technology_stack {
	padding-bottom: 80px;
}


.choose-left_sec img {
	background: #f1f1f1;
	padding: 12px;
}

.container.page-fullcontainers {
	max-width: 1920px;
}

.choose-right-sec {
	text-align: right;
	padding: 0;
}

#Streamlined {
	background: #F4FAFF;
	padding-bottom: 0px;
}

.Streamlined_sec_img img {
	padding-left: 311px;
	width: 100%;
}
.stre_mobile {
    display: none;
}
.choose-right-sec img {
	width: 100%;
}

#Choose-us .title {
	font-size: 20px;

	line-height: 3;
}

.innercol img {
	background: #f1f1f1;
	padding: 19px;
	margin-right: 18px;
	box-shadow: -3px 0px 3px 5px #f1f1f1;
}

.innercol {
	display: flex;
	padding-bottom: 50px;
}

.innerSlide h5 {
	font-size: 18px;
	font-weight: 400;
	margin: 4px !important;
}

#Choose-us .innerSlide {
	margin-top: 40px;
	padding-left: 61px;
	padding-top: 0px;
	background: #f8f9f7;
	padding-bottom: 9px;
}

#mega-menu-wrap-primary #mega-menu-primary>li.mega-menu-megamenu>ul.mega-sub-menu {
	z-index: 999;
	border-radius: 0;
	background: #ffffff;
	border: 0;
	padding: 0px 0px 0px 0px;
	position: absolute;
	width: 42%;
	left: 14rem;
}

#mega-menu-wrap-primary #mega-menu-primary li.mega-menu-megamenu>ul.mega-sub-menu>li.mega-menu-row .mega-menu-column>ul.mega-sub-menu>li.mega-menu-item {
	padding: 15px 15px 15px 15px;
	width: 320px;
}

.row.faq {
	justify-content: space-around;
	padding-top: 28px;
}

summary.faq_title::marker {
	font-size: 0;
}

details.faq_item {
	font-size: 0;
}

summary.faq_title {
	position: relative;
}

summary.faq_title:before {
	position: absolute;
	content: '';
	width: 7%;
	height: 81%;
	background: url(https://rheonixtech.com/wp-content/uploads/2023/06/Subtract.png);
	background-repeat: no-repeat;
	top: 40%;
	background-size: 48%;
	left: -5%;
}

#success_stories .owl-dots {
	position: absolute;
	width: 100%;
	left: 0;
	bottom: -55px;
	display: block;
}

#success_stories .owl-nav {
	width: 100%;
	left: 0;
	bottom: 0;
	position: absolute;
	margin: 0;
}

#success_stories .owl-nav span {
	font-size: 0;
}

#success_stories {
	padding: 76px 0px 96px 0px;
	background: #F1F5F9;
}

#success_stories .heading-four {
	padding: 0;
}

#success_stories h2.heading-two {
	padding-bottom: 23px;
}

#success_stories .innerSlide figure.figure img {
	width: 100%;
}

#success_stories .innerSlide {
	border: none;
	padding: 0;
}

#success_stories .heading-four {
	font-size: 27px;
	font-weight: 800;
	color: #333333;
	padding-top: 40px;
}

#success_stories .heading-three {
	font-size: 20px;
	font-weight: 700;
	color: #222222;
}

#success_stories .pera p {
	margin-bottom: 0px;
}

#success_stories .custom_btn a {
	font-size: 16px;
}

#success_stories .owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
	background: #ED1C24 !important;
}

#success_stories .owl-theme .owl-dots .owl-dot span {
	width: 14px !important;
	height: 14px !important;
}

.serviceslider-partner {
	padding-bottom: 40px;
}

/**faq**/
.faq_right_sec .btn-outline-primary {
	color: #264D9C;
	border-color: #264D9C;
}

.faq_right_sec .btn-outline-primary:hover {
	color: #fff;
	background-color: #264D9C;
	border-color: #264D9C;
}

.faq_right_sec .btn-outline-primary:not(:disabled):not(.disabled).active,
.btn-outline-primary:not(:disabled):not(.disabled):active,
.show>.btn-outline-primary.dropdown-toggle {
	background-color: #264D9C !important;
	border-color: #264D9C !important;
}

/****Career****/
#career {
	margin-bottom: 7rem;
}

#blog h4 a {
	font-size: 24px;
	text-decoration: none;
	color: #2B3990 !IMPORTANT;
	font-weight: 700;
}

#blos-sec .b-desc {
	padding: 18px 30px;
}

#blos-sec .owl-item {
	background: #ffffff;
	padding-bottom: 45px;
}

#blos-sec {
	background: #F1F5F9;
	/*     padding-bottom: 41px; */
}

#blos-sec .custom_btn.learnMore {
	display: none;
}

#blos-sec .owl-stage-outer {
	padding-bottom: 41px;
}

#blos-sec .custom_btn a {
	font-size: 16px;
	padding: 14px 22px 14px 22px;
}

.owl-blog-desc p {
	padding-bottom: 2px;
}

#blos-sec .owl-nav {
	position: relative;
}

#blos-sec .owl-nav span {
	font-size: 0;
}

.heading-six {
	font-size: 32px;
	font-weight: 700;
	margin: 0 0 28px;
}

#career .row {
	padding-top: 32px;
}

.career-left-sec {
	background: #F1F5F9;
	padding: 49px 39px !important;
}

.career_right_image {
	position: absolute;
	right: 0;
	padding-top: 3rem;
	z-index: -1;
}

section.home_contact::after {
	position: absolute;
	content: "";
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: #131313;
	opacity: 0.85;
	z-index: -2;
}

#career .custom_btn a {
	font-size: 16px;
	padding: 14px 36px 14px 36px;
}

section.home_contact .left-right-animate2 {
	position: absolute;
	right: 150px;
	top: 0;
	z-index: -1;
	mix-blend-mode: soft-light;
}

.form_right_sec {
	color: #fff;
	padding-left: 150px;
	padding-top: 40px;
}

.form_right_sec p {
	font-size: 18px;
	padding-top: 22px;
	font-weight: 400;
}

.ad {
	font-size: 18px;
	padding-bottom: 24px;
	font-weight: 400;
}

.adress_cont {
	padding-top: 20px;
}

#contect-us i.fas {
	padding-right: 10px;
	color: #c81115e3;
	font-size: 24px;
}

#our-presence {
	padding-bottom: 80px;
}

.form-icons i.fab {
	color: #fff;
	font-size: 32px;
	padding-right: 20px;
	padding-top: 12px;
}

.form-icons {
	text-align: right;
	padding-right: 121px;
}

/* Define the left-right animation */
@keyframes left-right2 {
	0% {
		transform: translateX(0);
	}

	50% {
		transform: translateX(100px);
		/* Move 100px to the right */
	}

	100% {
		transform: translateX(0);
		/* Move back to the original position */
	}
}

/* Apply the animation to the left-right element */
section.home_contact .left-right-animate2 {
	animation-name: left-right2;
	animation-duration: 4s;
	animation-iteration-count: infinite;
	animation-timing-function: linear;
}

/* Style for the shape element */
section.home_contact .getIn__touch-shape {
	position: absolute;
	right: 150px;
	top: 0;
	z-index: -1;
	mix-blend-mode: soft-light;
}

/* Optional: if you want the same animation applied elsewhere */
.left-right-animate2 {
	animation-name: left-right2;
	animation-duration: 4s;
	animation-iteration-count: infinite;
	animation-timing-function: linear;
}

section.home_contact {
	background: url(https://rheonixtech.com/wp-content/uploads/2024/12/getInTouch-1.webp);
	background-position: center;
	background-size: cover;
	position: relative;
	z-index: 1;
	overflow: hidden;
}

section.home_contact .coss {
	position: absolute;
	right: 150px;
	top: 0;
	z-index: -1;
	mix-blend-mode: soft-light;
}

section.home_contact::before {
	position: absolute;
	content: "";
	left: 0;
	bottom: 0;
	width: 100%;
	height: 30%;
	background: #ffffff;
}

/****Contact us******/
.cont-form-heading h2 {
	margin: 0;
}

#contect-us h3 {
	color: #fff;
}

.contact-form.text-center {
	background: #fff;
	padding: 30px 0px 7px 0px;
	box-shadow: rgba(17, 17, 26, 0.1) 0px 0px 16px;
}

#career .custom_btn a {
	font-size: 16px;
	padding: 14px 36px 14px 36px;
}

.contactform-contact-sec p {
	text-align: left;
}

.ux-project .ux-project-contact-form {
	border: 1px solid #c1c1c1;
	border-top-left-radius: 14px;
	border-top-right-radius: 14px;
	border-bottom-left-radius: 14px;
	border-bottom-right-radius: 14px;
}

.ux-project .custom_btn.learnMore {
	padding: 0px;
}

label {
	text-align: left;
}

.contect-form-section {
	border-bottom-right-radius: 14px;
	border-bottom-left-radius: 14px;
	border-top: none;
	max-width: 100%;
	width: 90%;
	margin: 0 auto;
}

#contact-us-inner .col-md-12:nth-child(3) {
	padding-top: 35px;
}

input.wpcf7-form-control.wpcf7-text.wpcf7-validates-as-required {
	width: 100%;
	border: none;
	border-radius: 3px;
	margin-top: 10px;
	padding: 11px 14px 10px 16px;
	border: 1px solid #D8D8D8;
	font-size: 14px;
}

.row.footer-sec-icons {
	padding-top: 20px;
}

.message-sec textarea {
	height: 116px;
	resize: none;
}

.lableflx-sec input.wpcf7-form-control.wpcf7-date.wpcf7-validates-as-required.wpcf7-validates-as-date {
	width: 47%;
}

textarea.wpcf7-form-control.wpcf7-textarea {
	width: 100%;
	border: none;
	padding: 10px;
	border-radius: 3px;
	margin-top: 10px;
	border: 1px solid #D8D8D8;
	font-size: 14px;
}

.lableflx-sec p {
	display: flex;
}

.lableflx-sec input.wpcf7-form-control.wpcf7-text.wpcf7-validates-as-required {
	width: 100%;
	border: none;
	padding: 11px 14px 10px 16px;
	border-radius: 3px;
	margin-top: 10px;
	font-size: 14px;
	border: 1px solid #D8D8D8;
}

.lableflx-sec p {
	display: flex;
	justify-content: space-between;
}

.lableflx-sec input.wpcf7-form-control.wpcf7-date.wpcf7-validates-as-required.wpcf7-validates-as-date {
	width: 100%;
	border: none;
	padding: 11px 14px 10px 16px;
	border-radius: 3px;
	margin-top: 10px;
	border: 1px solid #D8D8D8;
	font-size: 14px;
}

.contect-form-section .third-sec label {
	width: 100%;
}

.contect-form-section .message-sec label {
	width: 100%;
}

.container.ux-project.page-container figure.figure img {
	width: 100%;
	height: 100%;
	border-radius: 50%;
}

.custom_btn input.wpcf7-form-control.has-spinner.wpcf7-submit {
	font-size: 16px;
	padding: 14px 36px 14px 36px;
	border-radius: 5px;
	position: relative;
	border: none;
	transition: all 0.5s cubic-bezier(0.42, 0, 0.58, 1);
	background: #c81115;
	color: #fff;
}

.custom_btn input.wpcf7-form-control.has-spinner.wpcf7-submit:hover {
	text-decoration: none;
	color: #fff;
}

.custom_btn input.wpcf7-form-control.has-spinner.wpcf7-submit:before {
	content: "";
	position: absolute;
	display: block;
	box-sizing: border-box;
	top: 0;
	left: 0;
}

.custom_btn input.wpcf7-form-control.has-spinner.wpcf7-submit:after {
	content: "";
	position: absolute;
	display: block;
	box-sizing: border-box;
	top: 0;
	left: 0;
	width: 0;
	height: 100%;
	mix-blend-mode: color;
	background: #1c4088;
	border-radius: 5px;
	transition: all 0.5s cubic-bezier(0.42, 0, 0.58, 1);
}

.custom_btn p {
	text-align: left;
}

.contect-form-section p {
	margin-bottom: 0;
}

#contect-us .custom_btn {
	margin-top: 20px;
}

.contect-form-section label {
	width: 48%;
	font-size: 21px;
	font-weight: 500;
	margin: 0;
}

#Our-Partners {
	background: #C811150F;
	margin: 0;
	padding: 35px 0;
}

#Our-Partners h2 {
	padding-top: 35px;
	padding-bottom: 12px;
}

.h2.heading-two {
	font-size: 48px;

	padding-bottom: 32px;
}

.container.partner.page-container {
	max-width: 1172px;
}

.nav-tabs a {
	color: #333333;
}

.nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link.active {
	color: #1C4088 !important;
}

#technology_stack #technologiesList {
	display: flex;
	align-items: center;
	justify-content: center;
	margin: 0;
	padding: 0;
	list-style: none;
}

.timelineProject .timelineblock:nth-child(5) .img_timeline {
	text-align: right;
}

.heading-pad {
	padding: 41px 0px;
}

.leftpanel ul#pills-tab {
	gap: 4%;
	justify-content: center;
}

.leftpanel .nav-tabs {
	border-bottom: 0;
}

#technology_stack .nav-tabs a.active,
#technology_stack .nav-tabs a:hover {
	border-bottom: 2px solid #1C4088;
	color: #1C4088;
}
.timelineProject.pera .timelineblock:nth-child(4) .img_timeline img {
    width: 100%;
}
.timelineProject.pera .timelineblock:nth-child(5) .img_timeline img {
    width: 100%;
}
#Streamlined .row {
	padding-bottom: 68px;
}

#technology_stack .nav-tabs a {
	font-size: 16px;
	padding-bottom: 8px;
}

#Streamlined .col-md-2 img {
	background: #d9d9d9;
	width: 100px;
	height: 100px;
	border-radius: 50%;
	padding: 17px;
	margin-top: 64px;
	margin-left: 30px;
}

.project .col-md-2 img {
	background: #1C4088 !important;
}

.row.project h3 {
	color: #1C4088 !important;
}

.row.project {
	position: relative;
}

.row.Documentation::before {
	position: absolute;
	content: '';
	width: 6px;
	height: 78%;
	background: #d9d9d9;
	left: 51%;
	top: 43%;
}

.row.Documentation {
	position: relative;
}

.row.design::before {
	position: absolute;
	content: '';
	width: 6px;
	height: 80%;
	background: #d9d9d9;
	left: 51%;
	top: 42%;
}

.row.design {
	position: relative;
}

.row.Documentation {
	position: relative;
}

.row.Coding::before {
	position: absolute;
	content: '';
	width: 6px;
	height: 82%;
	background: #d9d9d9;
	left: 51%;
	top: 40%;
}

.row.Coding {
	position: relative;
}

.timelineProject .col-md-5 p {
	margin-bottom: 10px;
}

#Streamlined h3 {
	margin-top: 64px;
}

#Streamlined .col-md-2 {
	text-align: center;
}

#technology_stack #technologiesList li a {
	display: block;
	border: 1px solid #ccc;
	border-radius: 5px;
	-webkit-transform: perspective(1px) translateZ(0);
	transform: perspective(1px) translateZ(0);
	transition: all .3s ease-in-out;
	-webkit-transition: .3s ease-in-out;
	padding: 25px 48px;
	text-align: center;
	margin: 0 14px;
}

/* .stre_mobile {
    display: none;
} */
.btn:hover a {
	text-decoration: none;
}

.pricingTable .holder .readon:hover {
	background: #C81115;
	color: #fff !important;
}

#Our-Partners .owl-dots {
	display: none;
}

#services .heading-three h3 {
	font-size: 19px;
	font-weight: 600;
}

/****************Our Blogs-sec********************/
#Our-Blogs {
	display: none;
}

.comments-area {
    display: none;
}
.type-post .entry-meta {
    padding-top: 100px;
}
/**************Footer-sec*****************/


.footer-sec ul.menu li {
	padding: 0 0 13px;
}

.footer-sec ul.menu {
    list-style: none;
    padding: 18px 0 0;
    margin: 0;
    display: flex;
    flex-wrap: wrap;
}

.footer-sec li#menu-item-1527, li#menu-item-1562, li#menu-item-1595 {
    width: 70%;
}
li#menu-item-1595 {
    width: 70%;
}
.footer-sec ul.menu li a {
	font-size: 18px;
	-webkit-transition: all .4s cubic-bezier(.215, .61, .355, 1);
	transition: all .4s cubic-bezier(.215, .61, .355, 1);

	margin-bottom: 13px;
}

.footer-sec ul.menu li a:hover {
	-webkit-transform: translateX(10px);
	transform: translateX(10px);
}

.footer-sec .quick-links-sec {
	max-width: 12%;
}

.footer-sec .follow-sec {
	max-width: 18%;
}

.footer-sec .row {
	justify-content: space-between;
}

.footer-sec h4 {
	font-size: 25px;

	padding-bottom: 10px;
}

.footer-sec img {
    padding-bottom: 10px;
    width: 50%;
}

.footer-sec a {
	font-size: 18px;

	margin-bottom: 13px;
	text-decoration: none;
	color: #fff;
}

.footer-sec a:hover {
	text-decoration: none;
	color: #fff;
}

.footer-icons img {
	font-size: 18px;
	color: #000;
	background: #fff;
	padding: 11px;
	border-radius: 50%;
	width: 40px;
	height: 40px;
}

.footer-sec {
	background: #1C4088;
	color: #fff;
	padding: 43px 0px 0px 0px;
}

.footer-icons {
	padding-bottom: 43px;
}


p.indiaflg::before {
	position: absolute;
	content: '';
	width: 7%;
	height: 74%;
	background: url(https://rheonixtech.com/wp-content/uploads/2023/06/image-104.png);
	background-repeat: no-repeat;
	left: 1%;
	top: 12%;
}

p.indiaflg {
	padding-left: 37px;
	position: relative;
}
p.myAflg {
	padding-left: 37px;
	position: relative;
}

p.myAflg::before {
	position: absolute;
	content: '';
	width: 7%;
	height: 74%;
	background: url(https://rheonixtech.com/wp-content/uploads/2024/12/istockphoto-1202134918-612x612-1.png);
	background-repeat: no-repeat;
	left: 1%;
	top: 12%;
}
.ft_socia_icon a {
    font-size: 38px;
    padding-right: 21px;
}
.ft_socia_icon {
    padding-top: 20px;
}
.copy-right p {
	font-size: 18px;
	margin: 0;
	padding: 25px 0px;
	border-top: 1px solid #fff;
}
.follow-sec i.fas {
    padding-right: 10px;
    padding-bottom: 20px;
}
.copy-right a {
	text-decoration: none;
	color: #fff;
}

.copy-right {
	background: #1C4088;
	color: #fff;
	padding: 60px 0px 0;
}

.copy-right a:hover {
	text-decoration: none;
	color: #fff;
}

/******************About-Us-Page*********************/
#about-us-banner {
	background: url(https://rheonixtech.com/wp-content/uploads/2023/06/group-young-business-people-working-office-1-1.png);
	background-repeat: no-repeat;
	background-size: cover;
	color: #fff;
	position: relative;
}

#about-us-banner::before {
	position: absolute;
	content: '';
	background: url(https://rheonixtech.com/wp-content/uploads/2023/06/Group-427318606-1.png);
	width: 100%;
	height: 100%;
}

#about-us-banner .bnr-left-sec h1::before {
	display: none;
}

#we_are h6 {
	font-size: 19px;
	font-weight: 600;
	line-height: 27px;
}

#we_are .description_sec p {
	font-size: 18px;
}

#partners-about-us .col-md-4 {
	max-width: 35.9%;
	padding: 0;
}

#partners-about-us .col-md-8 {
	max-width: 60%;
	padding: 0;
}

#partners-about-us {
	padding-top: 80px;
}

.about-us h2 {
	text-transform: capitalize !important;
	padding-top: 46px;
}

#vision-mission-sec .vision-mission-left-sec {
	max-width: 722px;
	padding-top: 1rem;
}

section#partners-about-us .row.about-us {
	justify-content: space-around;
}

.vision-mission-sec img {
	width: 100%;
}

.row.vision-mission-row {
	justify-content: space-between;
}

.page-container .bnr-left-sec {
	padding-right: 85px;
}

.vision-mission-sec .vision-mission-row:nth-child(2) {
	flex-direction: row-reverse;
	padding-top: 80px;
}

.vision-mission-sec .vision-mission-row:nth-child(3) {
	padding-bottom: 80px padding-top: 80px;
}

.partners_left_image img {
	width: 100%;
}

.container.vision-mission-container {
	max-width: 1650px;
}

.container.full-container {
	max-width: 1920px;
}

#team-about-us {
	text-align: center;
	background: #F4FAFF;
	padding: 47px 0px;
}

#team-about-us h2 {
	font-size: 32px;
	font-weight: 700;
	color: #444444;
	margin-bottom: 0;
	margin-top: 10px;
}

#team-about-us h6 {
	font-size: 27px;
	font-weight: 500;

}

.info h3 {
	font-size: 30px;
}

.info p {
	font-size: 20px;
}

.container.services-container {
	max-width: 1571px;
}
/**Get a Qoute page**/
#get_a_quote_sec .container {
    max-width: 1517px;
}
#get_a_quote_sec .content_back {
    background: url(https://rheonixtech.com/wp-content/uploads/2023/06/Services-Background-2-1-1.jpg);
    color: #fff;
    margin-top: 30px;
}
#get_a_quote_sec .contect-form-section h4 {
    color: #1A3F86;
    font-weight: 600;
}
.quote_right_sec {
    padding: 30px 0px 0px 84px;
}
#get_a_quote_sec h2 {
    font-size: 50px;
}

#get_a_quote_sec h4 {
    font-size: 32px;
    font-weight: 400;
}
.quote_right_sec li {
    font-size: 18px;
    padding: 6px 0px;
}
ul.ge_quote {
    padding-left: 23px;
}

/******************Services-Page*********************/
#services-banner {
	background-repeat: no-repeat;
	color: #fff;
	background: url(https://rheonixtech.com/wp-content/uploads/2023/06/Rectangle-649-1.png);
	background-size: cover;
	position: relative;
}

#services-banner::before {
	position: absolute;
	content: '';
	background: url(https://rheonixtech.com/wp-content/uploads/2023/06/Group-427318606-1.png);
	width: 100%;
	height: 100%;
}

#services-banner .bnr-left-sec h1::before {
	display: none;
}

.container.Services-solutions.page-container {
	max-width: 1564px;
}

#Services-solutions .col-md-4 {
	margin-bottom: 30px;
}

#Services-solutions .banner_cont {
	padding-bottom: 24px;
}

#Services-testimonial h2 {
	margin-bottom: 0px;
}

.service_pg {
	background: #F1F5F9;
}

.service_pg .faq_right_sec .accordion .card-header {
	background: transparent;
	background: #F1F5F9;
}

.service_pg .card-body {
	background: #F1F5F9;
}

.tc_service_pg {
	background: url(https://rheonixtech.com/wp-content/uploads/2023/06/Rectangle-650.png);
	background-repeat: no-repeat;
	background-size: cover;
	padding-bottom: 76px;
	position: relative;
}

.tc_service_pg::before {
	position: absolute;
	width: 7%;
	height: 16%;
	content: '';
	background: url(https://rheonixtech.com/wp-content/uploads/2023/06/Group-2173.png);
	background-repeat: no-repeat;
	left: 5%;
	top: 8%;
}

.tc_service_pg::after {
	position: absolute;
	width: 7%;
	height: 16%;
	content: '';
	background: url(https://rheonixtech.com/wp-content/uploads/2023/06/Group-2173.png);
	background-repeat: no-repeat;
	right: 5%;
	bottom: 8%;
}

ul#technologiesList {
	padding: 0;
}

.home-brand li.col-md-5::marker {
	font-size: 0;
}

.tc_service_pg #pills-tab li a.active,
.tc_service_pg #pills-tab li a:hover {
	background: #fff;
	border-left: 6px solid #ED1C24;
	font-weight: 600;
}

.tc_service_pg .leftCap li a {
	padding: 14px 0 14px 38px;
	width: 90%;
	font-size: 20px;
	display: block;
	border-left: 6px solid #F1F5F9;
}

.tc_service_pg .leftpanel ul#pills-tab {
	justify-content: left;
	display: block;
}

.tc_service_pg {
	padding-bottom: 47px;
	padding-top: 114px;
	background: #F1F5F9;
}

.tc_service_pg #pills-tab li {
	margin-bottom: 10px;
}

.tc_service_pg .home-brand .figure.logos img {
	width: 100%;
}

.serviceimg {
	width: 50%;
	position: relative;
}

.tc_service_pg .banner-content {
	width: 75%;
	position: absolute;
	background: #f2f2f2;
	bottom: 0%;
	left: 50%;
	transform: translate(-50%, 50%);
	padding: 38px;
}

.tc_service_pg .pera p {
	color: #000;
}

.tc_service_pg .servicecont {
	width: 50%;
}

.tc_service_pg .servicecontainer {
	width: 100%;
	display: flex;
	margin-bottom: 30px;
	gap: 15px;
}

.tc_service_pg .servicecontainer ul {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	padding-bottom: 20px;
	padding-left: 45px;
}

.tc_service_pg .servicecontainer ul li {
	width: 50%;
}

.servicecont ul li::marker {
	font-size: 22px;
	color: #c81115;
}

/* Section Spacing */
#framework-section {
	padding: 50px 0;
}

/* Individual Framework Items */
.framework-item {
	padding: 20px;
	border: 2px solid #ddd;
	border-radius: 8px;
	margin-bottom: 20px;
	margin-right: 15px;
	/* Space between columns */
	transition: transform 0.3s ease-in-out, box-shadow 0.3s ease-in-out;
}

/* Prevent the last item in the row from adding extra margin */
.framework-item:last-child {
	margin-right: 0;
}

/* Hover Effect */
.framework-item:hover {
	transform: translate(1px, -1px) rotate(1deg);
	box-shadow: 0 8px 15px rgba(0, 0, 0, 0.2);
	animation: vibrate 0.1s linear 3;
}

/* Logo Styling */
.framework-logo {
	max-width: 80%;
	height: auto;
	margin-bottom: 15px;
	transition: transform 0.3s ease-in-out;
}

.framework-item:hover .framework-logo {
	transform: scale(1.1);
}

/* Title Styling */
.framework-title {
	font-size: 16px;
	font-weight: bold;
	color: #333;
	margin-top: 10px;
}

/* Vibration Animation */

.ab_ser_box {
	background: #f9f9f9;
	border: 1px solid #cccccc;
	padding: 46px 32px 19px 27px;
	border-radius: 26px;
	transition: transform 0.3s, box-shadow 0.3s;
}

#about_services {
	background: #F4FAFF;
}

.ab_ser_box:hover {
	transform: translateY(-10px);
	box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
}

.ab_ser_box img {
	width: 65%;
}

.ab_ser_box h3 {
	font-size: 29px;
}

.ab_ser_box .banner_cont {
	font-size: 20px;
}

#technology_stack #technologiesList li a:hover {
	-webkit-transform: translateY(-8px);
	transform: translateY(-8px);
	box-shadow: 4px 5px 8px rgba(0, 0, 0, .05);
}

/***Flow Chat**/
#service_our_process .col h3 {
	margin: 0;
}

#service_our_process .circle {
	width: 255px;
	height: 255px;
	border: 15px solid transparent;
	border-radius: 50%;
	margin: 0;
	position: relative;
}

#service_our_process .circle1 {
	border-color: #29bdcc;
	border-left-color: transparent;
	border-top-color: transparent;
}

#service_our_process .circle2 {
	border-color: #17556f;
	border-right-color: transparent;
}

#service_our_process .circle3 {
	border-color: #f58c31;
	border-left-color: transparent;
}

#service_our_process .circle4 {
	border-color: #ed4565;
	border-right-color: transparent;
}

#service_our_process .circle5 {
	border-color: #f0b224;
	border-left-color: transparent;
}

#service_our_process .circle6 {
	border-color: #1eb473;
	border-right-color: transparent;
}

#service_our_process .circle7 {
	border-color: #93288d;
	border-left-color: transparent;
}

#service_our_process .circle8 {
	border-color: #1b5f8c;
	border-right-color: transparent;
}

#service_our_process .circle h2 {
	display: table;
	margin: 5px 0 0 5px;
	width: 216px;
	height: 216px;
	background: #29bdcc;
	border-radius: 50%;
}

#service_our_process .circle2 h2 {
	background: #17556f;
}

#service_our_process .circle3 h2 {
	background: #f58c31;
}

#service_our_process .circle4 h2 {
	background: #ed4565;
}

#service_our_process .circle5 h2 {
	background: #f0b224;
}

#service_our_process .circle6 h2 {
	background: #1eb473;
}

#service_our_process .circle7 h2 {
	background: #93288d;
}

#service_our_process .circle8 h2 {
	background: #1b5f8c;
}

#service_our_process .circle span {
	font-size: 12px;
	color: #fff;
	display: table-cell;
	vertical-align: middle;
	text-align: center;
}

#service_our_process .circle i,
.circle b {
	font-weight: bold;
	font-style: normal;
	display: block;
	font-size: 20px;
}

#service_our_process .circle i {
	font-size: 24px;
}

#service_our_process .wrap {
	display: flex;
	flex-wrap: wrap;
	max-width: 1320;
	margin: auto;
}

#service_our_process .col {
	flex: 1 0 50%;
	display: flex;
	align-items: center;
	margin-bottom: -89px;
	position: relative;
	left: 55px;
}

#service_our_process .col2 {
	left: -55px;
}

#service_our_process .col1 {
	text-align: right;
	align-content: flex-end;
}

#service_our_process .col1 .content {
	order: -1;
}

#service_our_process .content {
	flex: 1 0 0%;
	padding: 1px 10px;
	margin: -20px 0;
}

#service_our_process .content h2 {
	font-size: 1rem;
}

#service_our_process .content p {
	margin: 0.5em 0 0 0;
	font-size: 0.8rem;
	color: #666;
	font-size: 18px;
}

#service_our_process .circle1:before {
	content: "";
	height: 15px;
	width: 250px;
	position: absolute;
	right: 121px;
	top: -15px;
	background: #29bdcc;
	background: linear-gradient(to left, #29bdcc 0%, white 100%);
	z-index: -1;
	animation: shimmer 10s infinite forwards;
}

@keyframes shimmer {
	0% {
		width: 0;
	}

	5% {
		width: 250px;
	}

	100% {
		width: 250px;
	}
}

#service_our_process .circle1:after,
.circle6:after {
	content: "";
	position: absolute;
	left: -14px;
	top: -15px;
	width: 255px;
	height: 255px;
	border: 15px solid transparent;
	border-color: #29bdcc;
	border-left-color: transparent;
	border-top-color: transparent;
	transform: rotate(-48deg);
	border-radius: 50%;
	z-index: -1;
}

#service_our_process .circle6:after {
	border-color: #1eb473;
	border-right-color: transparent;
	border-bottom-color: transparent;
	transform: rotate(-45deg);
}

#service_our_process .circle6:before {
	content: "";
	height: 15px;
	width: 300px;
	position: absolute;
	right: -193px;
	bottom: -15px;
	background: #1eb473;
	background: linear-gradient(to right, #1eb473 0%, white 100%);
	z-index: -1;
}

#service_our_process .circle6 {
	border-bottom-color: transparent;
}

@media screen and (max-width: 600px) {
	#service_our_process .wrap {
		display: block;
	}

	#service_our_process .content {
		margin: 0;
	}

	.col {
		margin: 10px 0;
		position: static;
	}

	#service_our_process .circle8:before,
	#service_our_process .circle8:after,
	#service_our_process .circle1:before,
	#service_our_process .circle2:after {
		display: none;
	}

	#service_our_process .circle1 {
		border-color: #29bdcc;
	}

	#service_our_process .circle2 {
		border-color: #17556f;
	}

	#service_our_process .circle3 {
		border-color: #f58c31;
	}

	#service_our_process .circle4 {
		border-color: #ed4565;
	}

	#service_our_process .circle5 {
		border-color: #f0b224;
	}

	#service_our_process .circle6 {
		border-color: #1eb473;
	}

}


/* the following css code is just for fun and can be removed*/
/* it applies the shimmer down the spiral using <div class="shim"> which can also be removed */
#service_our_process .shim {
	position: absolute;
	z-index: 2;
	left: 0;
	top: 0;
	margin-top: 0;
	width: 100%;
	height: 100%;
	animation: shim 1s linear forwards;
	transform: rotate(-90deg);
}

#service_our_process .shim:after {
	content: "";
	position: absolute;
	left: 50%;
	top: -15px;
	margin-left: -8px;
	width: 25px;
	height: 25px;
	background: radial-gradient(#fff, rgba(255, 255, 255, 0));
}

#service_our_process .shimx {
	transform: rotate(90deg);
}

#service_our_process .shimx {
	animation: shim2 1s linear .75s forwards;
}

#service_our_process .shim2 {
	animation-delay: .75s
}

#service_our_process .shim3 {
	animation-delay: 1.5s
}

#service_our_process .shim4 {
	animation-delay: 2.25s
}

#service_our_process .shim5 {
	animation-delay: 3s
}

#service_our_process .shim6 {
	animation-delay: 3.75s
}

#service_our_process .shim7 {
	animation-delay: 4.5s
}

#service_our_process .shim8 {
	animation-delay: 5.25s
}
.ser_pro_mobile {
    display: none;
}

@keyframes shim {
	from {
		transform: rotate(-90deg);
	}

	to {
		transform: rotate(270deg);
	}
}

@keyframes shim2 {
	from {
		transform: rotate(90deg);
	}

	to {
		transform: rotate(-270deg);
	}
}

/**End chart***/
.card .btn.focus,
.btn:focus {
	box-shadow: none !important;
	text-decoration: none !important;
}

.container.testinomial.page-container {
	max-width: 900px;
}

.innerSlide {
	border: 1px solid #cccccc;
	padding: 60px 32px 19px 27px;
	border-radius: 26px;
}

.innerSlider p {
	font-size: 16px;

	line-height: 41px;
	padding-top: 66px;
	position: relative;
	width: 80%;
	margin: 0 auto;
	padding-bottom: 24px;
}

.innerSlider h5 {
	font-size: 24px;

}

.innerSlider h6 {
	font-size: 20px;

	color: #1C4088;
}

.innerSlider p::before {
	position: absolute;
	content: '';
	width: 5%;
	top: 27%;
	height: 26%;
	left: -9%;
	background: url(https://rheonixtech.com/wp-content/uploads/2023/06/unnamed-file.png);
	background-repeat: no-repeat;
	background-size: 100%;
}

.innerSlider p::after {
	position: absolute;
	content: '';
	width: 5%;
	height: 26%;
	top: 27%;
	right: -9%;
	background: url(https://rheonixtech.com/wp-content/uploads/2023/06/1.png);
	background-repeat: no-repeat;
	background-size: 100%;
}

ul.nav.nav-pills {
	max-width: 23%;
	margin: 0 auto;
	padding: 4px;
	border: 2px solid #CCCCCC;
	border-radius: 6px;
	margin-top: 29px;
	margin-bottom: 43px;
}

#Your-Plan ul li a {
	font-size: 18px;

	color: #333333;
}

.nav-pills .nav-link.active,
.nav-pills .show.nav-link {
	background: #1C4088 !important;
	color: #fff !important;
	padding-top: 9px;
}

.tab-pane h2 {
	font-size: 30px;

}

.tab-pane h6 {
	font-size: 19px;

}

.tab-pane h4 {
	font-size: 50px;

}

.tab-pane ul li {
	font-size: 18px;

}

.tab-pane h4 {
	font-size: 50px;

}

.inner-sec li:before {
	position: absolute;
	content: '';
	width: 9%;
	left: -3%;
	height: 100%;
	background: url(https://rheonixtech.com/wp-content/uploads/2023/06/Subtract-1.png);
	background-repeat: no-repeat;
}

.inner-sec li {
	position: relative;
	padding-top: 22px;
	padding-left: 31px;
}

.inner-sec ul {
	padding-bottom: 15px;
}

.tab-btn a {
	box-shadow: 2px 0px 6px 1px #3333;
	font-size: 18px;
	color: #C81115;

	background: #fff;
	padding: 19px 47px 21px 45px;
	text-decoration: none;
	border-radius: 4px;
}

.inner-sec ::marker {
	font-size: 0px;
}

#Your-Plan .inner-sec {
	background: #F4FAFF;
	padding: 13px 0px 30px 0px;
}

#Your-Plan .tab-pane {
	border: 1px solid #cccccc;
	padding: 47px 16px 27px 16px;
	border-radius: 20px;
	margin-bottom: 47px;
}

.tab-btn {
	text-align: center;
}

.container.plan.page-container {
	max-width: 1186px;
}

.tab-btn-pro {
	text-align: center;
}

.tab-btn-pro a {
	box-shadow: 2px 0px 6px 1px #3333;
	font-size: 18px;
	color: #C81115;
	font-weight: 500;
	background: #fff;
	padding: 19px 81px 21px 63px;
	text-decoration: none;
	border-radius: 4px;
}

.card-header h5 {
	font-size: 22px;

	padding: 13px 10px 13px 0px;
}

.faq_right_sec {
	padding-top: 97px;
}

.faq_right_sec .card {
	border: none;
}

.card button.btn.btn-link {
	font-size: 20px;
	font-weight: 500;
}

.card button.btn.btn-link:hover {
	text-decoration: none;
}

.faq_right_sec .accordion .card-header {
	background: transparent;
}

.card-header i.fa-sharp.fa-solid.fa-plus {
	padding-right: 17px;
}

.faq_right_sec .card {
	border-bottom: 1px solid rgba(0, 0, 0, .125) !important;
}

.card .btn-link {
	color: #264D9C;
}

.row.faq-row img {
	width: 100%;
}

#technology_stack #technologiesList li a:hover {
	-webkit-transform: translateY(-8px);
	transform: translateY(-8px);
	box-shadow: 4px 5px 8px rgba(0, 0, 0, .05);
}

/********************web Design and development Page*************************/
.webdes_deb .title {
    font-size: 15px;
    text-align: center;
    color: #333;
    font-weight: 500;
    text-transform: uppercase;
}
.webdes_deb a {
    text-decoration: none;
}
#webdes-dev .banner_slides {
	padding: 165px 0px 100px 0px;
}
#technology_stack .home-brand li {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
}
#technology_stack .figure {
    max-width: 100px;
}
#webdes-dev .banner_right_image img {
	width: auto;
}
	.container.lasting-content {
    width: 95%;
}
#ux-design-banner {
	background: url(https://rheonixtech.com/wp-content/uploads/2023/06/Services-Background-2-1-1.jpg);
	color: #fff;
	background-repeat: no-repeat;
	background-size: cover;
	background-attachment: fixed;
}

#ux-design-banner .bnr-left-sec h1::before {
	display: none;
}

#lasting-impression h2 {
	text-transform: capitalize;
}

.core_feature {
	background: #F4FAFF;
}

#service_our_process {
	margin-bottom: 80px;
}

.list-heading p {
	font-size: 18px;
}

.row.fringe-benefit-list {
	padding-top: 42px;
}

section#faq-sec img {
	border-radius: 20px;
}

.contact_pg .form_right_sec {
	padding: 0;
}

.contact_pg .form_right_sec {
	color: #000;
}

.contact_pg .adress_cont {
	display: flex;
	align-items: center;
	gap: 16px;
}

.contact_pg .adress_cont span {
	font-size: 20px;
	text-transform: uppercase;
	font-weight: 500;
	color: #000;
}

.contact_pg .contno {
	font-size: 18px;
	font-weight: 400;
}

.contact_pg .contno a {
	color: #c81115 !important;
	text-decoration: none !important;
}

.faq_right_sec .card:nth-child(5) {
	border-bottom: 0px solid !important;
}

.heading-sec {
	text-align: left;
	background: #C81115;
	color: #fff;
	padding: 12px 8px 1px 8px;
}

.form-inner-sec {
	padding: 22px 22px 19px 22px;
	border-bottom-right-radius: 14px;
	border-bottom-left-radius: 14px;
	border-top: none;
	background: #fff;
}

#ux-project h2 {
	color: #FFF;
}

.heading-sec {
	text-align: left;
	background: #C81115;
	color: #fff;
	padding: 12px 8px 1px 8px;
	border-top-left-radius: 14px;
	border-top-right-radius: 14px;
}

input.wpcf7-form-control.has-spinner.wpcf7-submit.Submit-btn {
	background: #2A224F;
	color: #fff;
	padding: 14px 10px 14px 1px !important;
}

input.wpcf7-form-control.has-spinner.wpcf7-submit.cancel-btn {
	background: #fff;
	color: #C81115;
	border: 1px solid #C81115 !important;
	padding: 14px 10px 14px 1px !important;
	margin-right: 28px;
}

#work-with-us {
	padding-bottom: 100px;
}

.chose_ser_box figure.figure {
	width: 70px;
	height: 70px;
}

.chose_ser_box {
	display: inline-block;
	vertical-align: middle;
	-webkit-transform: perspective(1px) translateZ(0);
	transform: perspective(1px) translateZ(0);
	box-shadow: 0 0 1px transparent;
	position: relative;
	overflow: hidden;
	min-height: 390px;
}

.chose_ser_box::before {
	content: "";
	position: absolute;
	z-index: -1;
	left: 51%;
	right: 51%;
	bottom: 0;
	background: #1C4088;
	height: 2.5px;
	-webkit-transition-property: left, right;
	transition-property: left, right;
	-webkit-transition-duration: .3s;
	transition-duration: .3s;
	-webkit-transition-timing-function: ease-out;
	transition-timing-function: ease-out;
}

.chose_ser_box {
	background: #fbfbfb;
	border: 1px solid #ededed;
	padding: 25px;
	min-height: 340px;
	text-align: center;
	width: 100%;
}

.chose_ser_box:hover {
	box-shadow: 0 0 25px rgba(0, 0, 0, .1);
	background: #fff;
}

.chose_ser_box:active:before,
.chose_ser_box:focus:before,
.chose_ser_box:hover:before {
	left: 0;
	right: 0;
}

#whychoose_services span {
	color: #1C4088;
}

.chose_ser_box figure.figure img {
	width: 100%;
}

.chose_ser_box:hover h3 {
	color: #1C4088;
}

.chose_ser_box figure.figure.w_hover {
	display: none;
}

.chose_ser_box:hover figure.figure.hvr_img {
	display: none;
}

.chose_ser_box:hover figure.figure.w_hover {
	display: block;
}

#Our-portfolio-sec {
	background: #F4FAFF;
}

.Our-portfolio {
	display: flex;
	justify-content: center;
	align-items: center;
	height: 100%;
	margin: 0;
	background-color: #f0f0f0;
}

.Our-portfolio-sec {
	width: 300px;
	height: 400px;
	overflow: hidden;
	position: relative;
	border: 2px solid #ccc;
	box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
	border-radius: 10px;
}

.portfolio-image {
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	transition: none;
	/* No smooth effect by default */
}

.Our-portfolio-sec img {
	width: 100%;
}

.form_right_sec a {
	color: #fff;
}

.footer-icons i.fab {
    font-size: 30px;
    padding-right: 20px;
}
/*******************Contact-Us-Page***************************/
.office_adress.ad span {
	padding-left: 31px;
}

section#contact-us-banner {
	background-repeat: no-repeat;
	color: #fff;
	background: url(https://rheonixtech.com/wp-content/uploads/2023/06/Rectangle-649-1-1.png);
	background-size: cover;
	position: relative;
}

section#contact-us-banner::before {
	position: absolute;
	content: '';
	background: url(https://rheonixtech.com/wp-content/uploads/2023/06/Group-427318606-1.png);
	width: 100%;
	height: 100%;
}

#contact-us-banner .bnr-left-sec h1::before {
	display: none;
}

.spacing {
	padding: 80px 0;
}

#unlock-business {
	position: relative;
	background: #f9f9f9;
	z-index: 0;
}

#unlock-business::before {
	position: absolute;
	width: 50%;
	height: 100%;
	content: '';
	background: url(https://rheonixtech.com/wp-content/uploads/2023/06/Group-3.png);
	z-index: -1;
	background-repeat: no-repeat;
}

#unlock-business::after {
	position: absolute;
	width: 50%;
	height: 100%;
	content: '';
	background: url(https://rheonixtech.com/wp-content/uploads/2023/06/Group-1-1.png);
	z-index: -1;
	right: 0;
	background-repeat: no-repeat;
	bottom: 1%;
}

.presence h5 {
	font-size: 30px;
}

.presence p {
	font-size: 18px;
	font-weight: 400;
}

.presence {
	padding-top: 100px;
	position: relative;
}

.presence::before {
	position: absolute;
	width: 2px;
	height: 85%;
	top: 14%;
	content: '';
	background: #cccccc;
}

#our-presence h2 {
	letter-spacing: 3px;
}

#unlock-business h6 {
	font-size: 20px;
	font-weight: 400;
	max-width: 666px;
	margin: 0 auto;
}

.contant-six {
	font-size: 20px;
	font-weight: 400;
	margin: 0 auto;
	max-width: 894px;
	/* text-align: center; */
	line-height: 1.9;
}

.container.lasting-content {
	max-width: 1571px;
}

#fringe-benefit-sec p {
	text-align: left;
	padding-left: 36px;
	font-weight: 500;
}

.row.fringe-benefit-list .col-md-6.list-left:before {
	position: absolute;
	content: '';
	width: 18%;
	height: 64%;
	background: url(https://rheonixtech.com/wp-content/uploads/2023/06/Subtract.png);
	background-repeat: no-repeat;
	left: 10px;
	top: 40%;
	background-size: 33%;
}

.partners-description_sec p {
	padding-left: 0 !important;
}

.row.fringe-benefit-list .col-md-6.list-left {
	position: relative;
}

.fringe-benefit_image {
	text-align: right;
}

.row.fringe-benefit-list .row {
	padding-bottom: 54px;
}

.custom_btn.portfolio {
	padding-top: 40px;
}

.custom_btn.portfolio {
	text-align: center;
}

.serviceslider3 {
	padding-top: 42px;
}

.serviceslider3 {
	padding-top: 42px;
	padding-bottom: 100px;
}

.form-inner-sec label {
	font-size: 14px;
	font-weight: 500;
}

.form-inner-sec input.wpcf7-form-control {
	font-size: 12px;
	font-weight: 400;
}

.form-inner-sec .wpcf7-form-control {
	border-radius: 6px;
	border: 1px solid #999999;
}

.contactform-name-sec {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	padding-top: 8px;
}

#lasting-impression .owl-dots {
	display: none;
}

/***************Portfolio-page***************************/
#portfolio-banner .bnr-left-sec h1::before {
	display: none;
}

#portfolio-banner {
	background: url(https://rheonixtech.com/wp-content/uploads/2023/06/Rectangle-649-2-1.png);
	background-repeat: no-repeat;
	background-size: cover;
	position: relative;
	color: #fff;
}

#portfolio-banner::before {
	position: absolute;
	content: '';
	background: url(https://rheonixtech.com/wp-content/uploads/2023/06/Group-427318606-1.png);
	width: 100%;
	height: 100%;
}

ul#portfolioBtn {
	padding: 0;
	margin: 0;
	list-style: none;
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 3%;
}

ul#portfolioBtn li a {
	font-size: 18px;
	font-weight: 500;
	color: #333;
	padding-bottom: 8px;
	text-transform: uppercase;
}

ul#portfolioBtn li a.active {
	border-bottom: 2px solid #1C4088;
	color: #1C4088;
}

ul#portfolioBtn li a:hover {
	text-decoration: none;
	border-bottom: 2px solid #1C4088;
	color: #1C4088;
}

.portfolio-items {
	margin: 0;
	padding: 0;
	list-style: none;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	margin-top: 33px;
	justify-content: center;
}

.portfolio-items .item {
	flex-basis: 33.33%;
	width: 33.33%;
	display: none;
	opacity: 0;
	padding: 15px;
	position: relative;
}

.portfolio-items .item.show {
	display: list-item;
	opacity: 1;
}

.portfolio-thumb img {
	max-width: 100%;
}

.portfolio-desc h5 {
	margin: 0 0 10px;
	padding: 0;
	font-size: 18px;
	font-weight: 500;
}

.portfolio-desc h5,
.portfolio-desc p {
	color: #fff;
	text-transform: uppercase;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.portfolio-desc p {
	margin: 0;
	padding: 0;
	font-size: 14px;
	font-weight: 400;
}

.portfolio-items .item:hover .portfolio-desc {
	opacity: 1;
	visibility: visible;
}

.portfolio-items .link {
	width: 53px;
	height: 53px;
	line-height: 48px;
	text-align: center;
	display: block;
	background: #fff;
	-webkit-border-radius: 50%;
	border-radius: 9px;
	position: absolute;
	left: 30px;
	bottom: 30px;
}

.portfolio-items .store-url {
	width: 20px;
	height: 20px;
}

.portfolio-items .storeUrl .apple-store,
.portfolio-items .storeUrl .play-store {
	width: 20px;
	height: 20px;
}

.template-portfolio .portfolio-items .storeUrl {
	position: absolute;
	left: 90px;
	bottom: 30px;
}

.portfolio-items .storeUrl {
	display: inline-block;
	background: #fff;
	width: 50px;
	height: 50px;
	line-height: 48px;
	color: #000;
	fill: currentColor;
	border-radius: 9px;
	text-align: center;
	box-shadow: 0 5px 10px rgb(0 0 0 / 30%);
	-webkit-transition: .15s ease-in-out;
	transition: .15s ease-in-out;
}

.portfolio-items .storeUrl+.storeUrl {
	margin-left: 5px;
}

.portfolio-items a i {
	font-size: 20px;
	color: #333;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}

.container.Portfolio-container {
	max-width: 1520px;
}

.portfolio-items .item {
	flex-basis: 25%;
	width: 33.33%;
	display: none;
	opacity: 0;
	padding: 15px;
	position: relative;
}

.portfolio-items .item.show {
	display: list-item;
	opacity: 1;
}

section.template-portfolio.paddingEq {
	padding-top: 50px;
}

.portfolio-items .portfolio-desc {
	padding: 30px;
	position: absolute;
	left: 15px;
	right: 15px;
	top: 15px;
	bottom: 15px;
	background: rgba(0, 0, 0, .8);
	opacity: 0;
	visibility: hidden;
	border-radius: 19px;
}

/*****************Our Plans***********************/
#our-plan-banner .bnr-left-sec h1::before {
	display: none;
}

#our-plan-banner {
	background: url(https://rheonixtech.com/wp-content/uploads/2023/06/group-young-business-people-working-office-1-1.png);
	background-repeat: no-repeat;
	background-size: cover;
	color: #fff;
	position: relative;
}

#our-plan-banner::before {
	position: absolute;
	content: '';
	background: url(https://rheonixtech.com/wp-content/uploads/2023/06/Group-427318606-1.png);
	width: 100%;
	height: 100%;
	top: 0px;
}

p {
	margin: 0 0;
}

.readon {
	position: relative;
	display: inline-block !important;
	background: #ffffff;
	padding: 21px 78px;
	font-size: 18px;
	font-weight: 500;
	line-height: normal;
	color: #C81115 !important;
	transition: all 0.3s ease 0s;
	text-transform: capitalize !important;
	cursor: pointer;
	box-shadow: 0 6px 30px rgba(0, 0, 0, 0.1);
	-ms-box-shadow: 0 6px 30px rgba(0, 0, 0, 0.1);
	-webkit-box-shadow: 0 6px 30px rgba(0, 0, 0, 0.1);
	-moz-box-shadow: 0 6px 30px rgba(0, 0, 0, 0.1);
}

.readon:hover,
.readon:focus {
	background: #fff;
}

.inner {
	width: 100%;
	float: left;
	position: relative;
}

.info-tab p::before {
	position: absolute;
	content: '';
	width: 23%;
	height: 46%;
	background: url(https://rheonixtech.com/wp-content/uploads/2023/06/Subtract-1.png);
	background-repeat: no-repeat;
	left: 11%;

}

.container-fluid.pricingTable {
	max-width: 1186px;
}

.info-tab {
	padding-left: 85px;
	position: relative;
}

.pricingTable .holder {
	background: #fff;
	/* box-shadow: 1px 20px 12px -15px rgba(0,0,0,0.2); */
	padding: 40px 0px;
	text-align: center;
	border: 3px solid rgba(0, 0, 0, 0.05);
	transition: 0.5s ease;
	border-radius: 21px;
}

.pricingTable .holder:hover {
	transform: translateY(-5px);

}

.pricingTable .holder .hdng p {
	color: #444444;
	max-width: 65%;
	margin: auto;
}

.pricingTable .holder .hdng h6 {
	font-size: 30px;
	font-weight: 500;
}

.pricingTable .holder .img img {
	width: 70%;
}

.pricingTable .holder .price p {
	color: #000000;
	margin-bottom: 25px;
}

.pricingTable .holder .price p b {
	font-size: 40px;
	font-weight: bold;
}

.pricingTable .holder .price p span {
	font-size: 18px;
}

.pricingTable .holder .info-tab p {
	margin-bottom: 15px;
	color: #242526;
	font-weight: 14px;
}

.pricingTable .holder.active {
	background: url(https://rheonixtech.com/wp-content/uploads/2023/06/Frame-57-1.png);
	background-repeat: no-repeat;
	background-size: cover;
}

.pricingTable .holder.active .hdng p,
.pricingTable .holder.active .price p,
.pricingTable .holder.active .info-tab p {
	color: #fff;
}

.pricingTable .holder.active .hdng h6,
.pricingTable .holder.active .price h6,
.pricingTable .holder.active .info-tab h6 {
	color: #fff;
}

.pricingTable .holder.active .readon:hover {
	background: #C81115;
	color: #fff !important;
}

.pricingTable .tabsBtnHolder ul {
	float: left;
	display: block;
	width: 100%;
	max-width: 326px;
	margin: 0px auto;
	margin-bottom: 40px;
	background: #ffffff;
	text-align: center;
	position: relative;
	border: 1px solid #cccccc;
	border-radius: 6px;
	padding: 0px;
}

.pricingTable .tabsBtnHolder ul li {
	float: left;
	width: calc(100% / 2);
	display: inline-block;
	transition: 0.4s ease;
}

.pricingTable .tabsBtnHolder ul li p {
	color: #333333;
	padding: 16px 16px;
	z-index: 10;
	position: relative;
	cursor: pointer;
	font-size: 18px;
	font-weight: 500;
	margin: 0;
}

.info-tab p {
	text-align: left;
}

.pricingTable .tabsBtnHolder ul li p.active {
	color: #ffffff;
}

.pricingTable .tabsBtnHolder ul li.indicator {
	position: absolute;
	top: 50%;
	left: 2px;
	background: #1C4088;
	height: calc(100% - 4px);
	transform: translateY(-50%);
	width: 161px;
	z-index: 9;
	border-radius: 7px;
}

p.usflg {
	padding-left: 37px;
	position: relative;
	font-size: 18px;
}

.owl-dots {
	display: none;
}
/****Blogs****/
section#comments {
    display: none;
}
.type-post .entry-meta {
    padding-top: 36px;
}
/*******************Privacy Policy**********************/
.privacy_policy .container {
	max-width: 1500px;
	width: 95%;
	margin: 20px auto;
	padding: 20px;
	background: #fff;
	border: 1px solid #ddd;
	border-radius: 8px;
	box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

.privacy_policy h1,
.privacy_policy h2 {
	color: #1C4088;
	padding: 10px 0px;
}

.privacy_policy h1 {
	text-align: center;
	color: #1C4088;
	padding: 20px 0px;
}

.privacy_policy a {
	color: #1C4088;
	text-decoration: none;
}

.privacy_policy a:hover {
	text-decoration: underline;
}

.privacy_policy ul {
	margin: 0;
	padding: 0 20px;
}

.privacy_policy .footer {
	margin-top: 30px;
	text-align: center;
	font-size: 0.9em;
	color: #777;
}

/*******************Terms Servic**********************/
.terms_servic .container {
	margin: 20px auto;
	background: #fff;
	padding: 20px;
	border-radius: 8px;
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

.terms_servic .tos-section {
	margin-bottom: 30px;
}

.terms_servic .tos-section h2 {
	color: #004080;
	font-size: 1.8em;
	margin-bottom: 10px;
}

.terms_servic .tos-section p,
.tos-section ul {
	margin-bottom: 10px;
}

.terms_servic .tos-section ul {
	padding-left: 20px;
	list-style-type: disc;
}

/*******************Mobile App and Digtal Markeet Page**********************/
#webapp-dev .ab_ser_box {
	min-height: 515px;
}

#digtal_markeet_dev .ab_ser_box.text-center {
	min-height: 265px;
}

/*******************Digtal Markeet Page**********************/


.digtal_markeet_stack section {
	padding: 50px 20px;
	background: #fff;
}

.digtal_markeet_stack .container {
	max-width: 1200px;
	margin: 0 auto;
}

.digtal_markeet_stack .text-center {
	text-align: center;
}

.digtal_markeet_stack .mb-5 {
	margin-bottom: 30px;
}

.digtal_markeet_stack .heading-two {
	font-size: 2.5em;
	color: #007BFF;
	margin-bottom: 10px;
}

.digtal_markeet_stack p {
	font-size: 1.2em;
	color: #666;
}

.digtal_markeet_stack .row {
	display: flex;
	flex-wrap: wrap;
	gap: 20px;
	justify-content: center;
}

.digtal_markeet_stack .framework-item {
	width: calc(50% - 20px);
	/* Two items per row */
	min-width: 250px;
	background: #f9f9f9;
	border: 1px solid #ddd;
	border-radius: 8px;
	padding: 20px;
	text-align: left;
	transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.digtal_markeet_stack .framework-item:hover {
	transform: translateY(-5px);
	box-shadow: 0 8px 15px rgba(0, 0, 0, 0.2);
}

.digtal_markeet_stack .framework-title {
	font-size: 1.3em;
	color: #333;
	font-weight: bold;
	margin-bottom: 10px;
}

.digtal_markeet_stack ul {
	padding: 0;
	list-style: none;
}

.digtal_markeet_stack ul li {
	margin: 5px 0;
	display: flex;
	align-items: center;
}

.digtal_markeet_stack ul li::before {
	content: "✔";
	color: #007BFF;
	margin-right: 10px;
}
.banner_slides .row {
    align-items: center;
}
/* Responsive Adjustments */
@media (max-width: 768px) {
	.digtal_markeet_stack .framework-item {
		width: calc(100% - 20px);
		/* One item per row on smaller screens */
	}
}

/*******************Responsive**********************/
@media only screen and (max-width: 1740px) {
	.container.page-container {
		width: 90%;
	}

	.banner_slides {
		padding-top: 150px;
		padding-bottom: 75px;
	}

	#about_us .about_left_sec {
		padding-left: 2rem;
	}

	.faq_right_sec {
		padding-top: 2rem;
	}

	.pera p {
		margin-bottom: 0px;
	}

	.accordion .card-body {

		padding: 1rem;
	}


	.footer-sec ul.menu li a {
		font-size: 17px;
	}

	p.usflg {
		font-size: 17px;
	}

	.footer-sec h4 {
		font-size: 23px;
	}

	/*******Inner-pages***********/
	.about-us h2 {
		padding-top: 10px;
	}

	.about-us h2 .heading-two {
		margin-bottom: 5px;

	}

	.contant-pera ul li {
		font-size: 17px;
		padding-bottom: 16px;
	}

	.container.vision-mission-container {
		max-width: 90%;
	}

	.container.services-container {
		max-width: 90%;
	}

	#lasting-impression p {
		margin-bottom: 26px;
	}

	.fringe-benefit_image {
		text-align: center;
	}
	.tc_service_pg:before {
    background-size: 100%;
}
	.tc_service_pg:after {
    background-size: 100%;
}
	/*Web design & development*/


}
@media only screen and (max-width: 1366px) {
.bnr-left-sec h1 {
    font-size: 34px;
}
.custom_btn a {
    font-size: 16px;
    padding: 14px 16px;
}	
	.we_are_image img {
    width: 100%;
}
	.tc_service_pg .leftCap li a {
    font-size: 18px;
}
	.bnr-left-sec h1 {
    font-size: 36px;
}
#technology_stack #technologiesList li a {
    padding: 25px 48px;
}
	.innerSlide {
    min-height: 380px;
}
	.Our-portfolio-sec {
    width: 100%;
}

	.ab_ser_box .banner_cont {
    font-size: 18px;
}
.ab_ser_box h3 {
    font-size: 21px;
}
	.ab_ser_box h3 {
    font-size: 21px;
}
	.footer-sec .follow-sec {
    max-width: 24%;
}
	.ft_socia_icon a {
    font-size: 32px;
}
#webapp-dev .ab_ser_box {
    min-height: 437px;
}
	
}


@media only screen and (max-width: 1200px) {
	#mega-menu-wrap-primary #mega-menu-primary>li.mega-menu-item>a.mega-menu-link {
		margin: 0px 0px 0px 30px;
		font-size: 14px;
	}
	.page-container .bnr-left-sec {
    padding-right: 30px;
}


	.spacing {
    padding: 60px 0;
}
	h2.heading-two {
    margin-bottom: 26px;
}
	.webdes_deb .innerSlide {
    min-height: 352px;
}
	#services .innerSlide {
    min-height: 362px;
}
	.innerSlide {
    min-height: 362px;
}
.spacing {
    padding: 60px 0;
}
	.b-desc p.b-title {
    display: none;
}
	#blos-sec .owl-item {
    padding-bottom: 0px;
}
.owl-carousel .owl-item img {
    height: auto;
}

.tc_service_pg .servicecont {
    display: none;
}
.serviceimg {
    width: 90%;
}
	.inlineBloc h4 {
		font-size: 26px;
	}

	.counter-item h5 {
		font-size: 18px;
	}

	.faq_right_sec {
		padding-top: 1rem;
	}

	h2.heading-two {
		font-size: 2rem;
		margin-bottom: 10px;
	}

	.career-left-sec {
		padding: 27px 33px !important;
	}

	#career .heading-six {
		margin-bottom: 10px;
	}

	.card button.btn.btn-link {
		font-size: 18px;
	}

	.accordion .card-body {
		padding: 0.5rem;
	}

	.faq_right_sec .col-10.mx-auto {
		margin: 0 !important;
	}

	h2.heading-two {
		font-size: 1.8rem;
	}

	.it-partner-pera {
		padding-top: 15px;
		padding-left: 18px;
	}

	.contant-pera ul li {
		font-size: 16px;
		padding-bottom: 13px;
	}

	.row.vision-mission-row {
		align-items: center;
	}

	#team-about-us h2 {
		font-size: 25px;
	}

	#team-about-us h6 {
		font-size: 22px;
	}


	.fringe-benefit_image img {
		width: 100%;
	}

	.readon {
		font-size: 16px;
	}

	.timelineblock:nth-child(3) .row.justify-content-between .col-md-5 img {
		width: 100%;
	}
	/*about us*/
	.we_are_image img {
    width: 100%;
}
	/*servce page*/
	.tc_service_pg .leftCap li a {
    padding: 10px 0 10px 16px;
    width: 95%;
    font-size: 17px;
}
	.tc_service_pg .banner-content {
    width: 86%;
    padding: 22px;
}
	.tab-pane ul li {
    font-size: 15px;
}
	.framework-inner figure.mb-3 {
    margin-bottom: 0 !important;
}
	/*service page*/
	.tc_service_pg .servicecontainer ul li {
    width: 90%;
}
	#technology_stack #technologiesList li a {
    padding: 25px 75px;
		  margin: 0;
}
	.form_right_sec {
    padding-left: 50px;
}
	#technology_stack #technologiesList {
    gap: 0px;
}
	#technology_stack li.col-6.col-md-4.col-lg-3.col-xl-2.mb-4.text-center {
    margin-bottom: 12px !important;
}
#homePage .tab-content {
    width: 95%;
    margin: 0 auto;
}
	#technology_stack #technologiesList {
    flex-wrap: wrap;
		gap: 32px;
}
#technology_stack #technologiesList li a {
  
}
	section#block-13 {
    font-size: 17px;
}
	.follow-sec p br {
    display: none;
}
	#technology_stack #technologiesList {
    gap: 9px;
}
	#get_a_quote_sec h2 {
    font-size: 34px;
}
#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item > a.mega-menu-link {
    line-height: 30px;
}
}

@media only screen and (max-width: 1024px) {
	.spacing {
		padding: 0px 0;
	}

	.page-container .bnr-left-sec {
		padding: 0;
	}

	.banner_cont p {
		margin-top: 15px;
		margin-bottom: 26px;
	}

	#services .heading-three h3 {
		min-height: 0px;
	}

	#about_us {
		padding: 40px 0px;
	}

	.description_sec.pera p br {
		display: none;
	}

	.container.mid-page-container {
		width: 90%;
	}

	#technology_stack #technologiesList {
		flex-wrap: wrap;
	}

	.tab-pane ul li {
		width: 30%;
	}

	#technology_stack {
		padding-bottom: 40px;
	}

	#technology_stack #technologiesList {
		flex-wrap: wrap;
	}

	#technology_stack #technologiesList li a {
		margin: 0;
	}

	.col-md-5.img_timeline img {
		width: 100%;
	}

	.career_right_image img {
		width: 100%;
	}

	.career-left-sec {
		padding: 32px 15px !important;
	}

	#career .heading-six {
		font-size: 20px;
	}

	.custom_btn.learnMore {
		padding: 14px 0px 14px 0px;
		margin: 15px 0px 0px 0px;
	}

	.pera p {
		font-size: 15px;
	}

	.form_right_sec {
		padding-left: 0px;
		padding-top: 0px;
	}

	.lableflx-sec label br {
		display: none;
	}

	.third-sec p label br {
		display: none;
	}

	.message-sec p label br {
		display: none;
	}

	#contect-us .custom_btn {
		margin-top: 0px;
	}

	.adress_cont {
		padding-top: 0px;
	}

	.form_right_sec p {
		font-size: 16px;
		padding-top: 16px;
	}

	#contect-us i.fas {
		font-size: 18px;
	}

	.ad {
		padding-bottom: 12px;
	}

	.footer-sec img {
		padding-bottom: 0px;
	}

	.footer-sec .quick-links-sec {
		max-width: 23%;
	}

	.footer-sec .follow-sec {
		margin-top: 20px;
	}

	.footer-sec .follow-sec {
		margin-top: 20px;
	}

	.footer-icons {
		padding-bottom: 20px;
	}

	.footer-icons img {
		padding: 8px;
		border-radius: 50%;
		width: 35px;
		height: 35px;
	}

	.spacing {
		padding: 40px 0;
	}

	#Streamlined .row {
		padding-bottom: 5px;
	}

	#Streamlined .row {
		padding-bottom: 5px;
	}

	#Streamlined .row {
		padding-bottom: 5px;
	}

	.timelineProject .timelineblock:nth-child(4) {
		padding-top: 30px;
	}

	.timelineProject .timelineblock:nth-child(4) {
		padding-top: 30px;
	}

	#Streamlined h3 {
		margin-top: 53px;
	}

	.timeline {
		display: none;
	}

	.row.faq-row.align-items-center {
		display: block;
	}

	.row.faq-row .col-md-5 {
		display: none;
	}

	.row.faq-row .col-md-7 {
		max-width: 100%;
	}

	.faq_right_sec h2.heading-two,
	.faq_right_sec .pera {
		text-align: center;
		padding-bottom: 14px;
	}

	.faq_right_sec .row {
		justify-content: center;
	}

	#blos-sec h2.heading-two.text-left.heading-pad {
		text-align: center !important;
	}

	section#career .cont.pb-2.pera {
		text-align: left;
	}

	#blos-sec .owl-stage-outer {
		padding-bottom: 0px;
	}

	#blos-sec .owl-item {
		padding-bottom: 0px;
	}

	#career {
		margin-bottom: 0rem;
	}

	.form_right_sec h2 {
		font-size: 26px;
		padding-top: 36px;
	}

	.form_right_sec .form-icons {
		display: none;
	}

	.timelineblock .row {
		position: relative;
	}

	.timelineblock .row:nth-child(odd)::before {
		position: absolute;
		content: '';
		width: 30%;
		height: 24%;
		background: url(https://rheonixtech.com/wp-content/uploads/2025/01/arrow_right.png);
		left: 42%;
		top: 41%;
		background-repeat: no-repeat;
	}

	.wpcf7-form-control::placeholder {
		font-size: 14px;
	}
	/*Service*/
	.framework-inner figure.mb-3 {
    margin-bottom: 0 !important;
}
	.banner_cont.text-center br {
    display: none;
}
.ser_pro_disktop {
    display: none;
}
.ser_pro_mobile {
    display: block;
}
.ser_pro_mobile .circle {
    margin: 0 auto !important;
    margin-bottom: 22px !important;
}
.ser_pro_mobile span {
    font-size: 23px;
    color: #fff;
    text-align: center;
}
	.ser_pro_mobile i {
    font-size: 24px;
    font-weight: 700;
    font-style: normal;
    display: block;
}
	
        .services-our_process .circles {
            width: 255px;
            height:255px;
            border-radius: 50%;
            border: 15px solid;
            display: flex;
            justify-content: center;
            align-items: center;
            font-size: 1.2rem;
            margin: 20px auto;
            opacity: 0;
            transform: scale(0.8);
            transition: opacity 1s ease-in-out, transform 1s ease-in-out;
            position: relative;
			margin: 0 auto;
        }
			
.services-our_process .circles::before {
    content: '';
    position: absolute;
    width: 216px;
    height: 216px;
    border-radius: 50%;
    border: 5px solid;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

        .services-our_process .circles.active {
            opacity: 1;
            transform: scale(1);
        }

        .services-our_process .circles:nth-child(1) {
            border-color: #29bdcc;
        }
        .services-our_process .circles:nth-child(1)::before {
            border-color: #29bdcc;
			 background:#29bdcc;
    z-index: -1;
        }

        .services-our_process .circles:nth-child(2) {
            border-color: #17556F;
        }
        .services-our_process .circles:nth-child(2)::before {
            border-color: #17556F;
			   background: #17556F;
                 z-index: -1;
        }

        .services-our_process .circles:nth-child(3) {
            border-color: #F58C31;
        }
        .services-our_process .circles:nth-child(3)::before {
            border-color: #F58C31;
			   background: #F58C31;
    z-index: -1;
        }

        .services-our_process .circles:nth-child(4) {
            border-color: #ED4565;
			
        }
        .services-our_process .circles:nth-child(4)::before {
            border-color: #ED4565;
			   background: #ED4565;
    z-index: -1;
        }

.services-our_process .circles:nth-child(5) {
            border-color: #F0B224;
        }
        .services-our_process .circles:nth-child(5)::before {
            border-color: #F0B224;
			   background:  #F0B224;
    z-index: -1;
        }
.services-our_process .circles:nth-child(6) {
            border-color: #1EB473;
        }
        .services-our_process .circles:nth-child(6)::before {
            border-color: #1EB473;
			   background: #1EB473;
    z-index: -1;
        }
	#webdes-dev .banner_slides {
    padding: 150px 38px;
}
	.bnr-left-sec h1 {
    font-size: 30px;
}
}

@media only screen and (max-width:900px) {
	.banner_slides .row {
    display: block;
}
	#banner .col-md-6 {
    max-width: 100%;
    padding-bottom: 56px;
}
	#technology_stack #technologiesList li a {
    padding: 25px 57px;
}
	.form_right_sec h2 {
    padding-top: 0px;
}
	.mega-getq_custom_btn a.mega-menu-link {
    padding: 4px 22px !important;
    width: 58% !IMPORTANT;
}
	#get_a_quote_sec h2 {
    font-size: 28px;
}
	.quote_right_sec {
    padding: 30px 0px 0px 18px;
}
}


@media only screen and (max-width: 787px) {
	#header-sroll .row {
		position: relative;
	}

	.col-md-9.page-header-top-right.menu {
		position: absolute;
		right: 10px;
	}
.banner_slides {
    padding-top: 96px;
    padding-bottom: 0px;
}

	.banner_slides .row {
		padding: 0px 24px;
	}

	.bnr-left-sec h1 {
		font-size: 23px;
	}

	.banner_cont p {
		margin-top: 15px;
		margin-bottom: 26px;
		font-size: 17px;
	}

	#services .innerSlide {
		padding: 35px 32px 1px 27px;
		min-height: 474px;
	}

	section#services h2 {
		margin-bottom: 34px;
	}
	.stre_disktop {
    display: none;
}
.stre_mobile {
    display: block;
}
	.img_timeline img {
    width: 50%;
}
	.timelineblock {
		border: 1px solid #c1c1c1;
		margin-bottom: 15px;
		border-radius: 10px;
		padding: 25px;
	}
.img_timeline img {
    width: 50% !important;
    margin: 0 auto;
}
		.timelineblock .row:nth-child(odd)::before {
		display: none;
	}

	.Streamlined_sec h2 {
		padding-bottom: 20px;
	}

	.timelineProject .timelineblock:nth-child(even) .row .timelineText {
		text-align: center;
	}

	.timelineProject .timelineblock:nth-child(3) {
		padding-top: 0px;
	}

	#Streamlined h3 {
		margin-top: 23px;
	}

	.col-md-5.heading-three.pera.timelineText {
		text-align: center;
	}

	.timelineProject .timelineblock:nth-child(even) .row .timelineText {
		text-align: center;
	}


	#Streamlined .row {
		text-align: center;
	}

	.timelineProject .timelineblock:nth-child(3) {
		padding-top: 25px;
	}

	.timelineProject.pera .timelineblock:nth-child(5) .img_timeline {
		text-align: center;
	}
	/*about-us*/
#we_are .row {
    display: block;
}
	#we_are .col-md-6 {
    max-width: 100%;
}
	.we_are_left_sec {
    padding-top: 36px;
}
#vision-mission-sec .vision-mission-left-sec {
    padding-top: 0;
    padding: 0;
}
	.vision-mission-sec.heading-two.pera h2 {
    margin: 0 !important;
}
	#team-about-us h2 {
    font-size: 18px;
}
	#team-about-us h6 {
    font-size: 16px;
}
	#team-about-us .col-6.col-md-3 {
    padding-bottom: 26px;
}
	/*service*/
	.tc_service_pg .leftCap li a {
    padding: 10px 0 10px 7px;
    font-size: 14px;
}
	.tc_service_pg .leftCap li a {
    padding: 10px 0 10px 7px;
    width: 95%;
    font-size: 14px;
}
	.tc_service_pg #pills-tab li {
    margin-bottom: 0px;
}
	.tc_service_pg .banner-content {
    width: 95%;
    padding: 15px;
}
#technology_stack #technologiesList li a {
    padding: 25px 40px;
}
#contect-us .row {
    display: block;
}
	#contect-us .col-md-5 {
    max-width: 100%;
}
	section.home_contact::before {
    height: 0%;

}
	.form_right_sec h2 {
    padding-top: 40px;
}
	section.home_contact .left-right-animate2 {
    display: none;
}
/* 	.banner_slides .row {
    padding: 77px 24px 0px 24px;
} */
#technology_stack #technologiesList {
    gap: 15px;
}
	#banner .col-md-6 {
    padding-bottom: 20px;
}
	#services .innerSlide {
    min-height: 400px;
}
	
}

@media only screen and (max-width: 680px) {
	.banner_right_image {
		padding-top: 34px;
	}

	.banner_right_image img {
		padding-left: 0px;
	}

	#banner {
		padding: 0px;
	}

	.banner_slides {
		padding-top: 96px;
		padding-bottom: 18px;
	}

	#services .innerSlide {
		min-height: unset;
		padding-bottom: 25px;
	}

	#about_us {
		padding: 30px 0px;
	}

	#about_us .padding-right {
		padding-top: 25px;
	}

	.spacing {
		padding: 30px 0;
	}

	h2.heading-two {
		font-size: 25px;
	}

	#technology_stack .innStr.wow.fadeInUp.animated {
		padding-top: 20px;
	}

	.tab-pane ul li {
		width: 45%;
	}



	#career .career_right_image {
		display: none;
	}

	section.home_contact::before {
		height: 0%;
	}

	.timelineProject .timelineblock:nth-child(4) {
		padding-top: 25px;
	}

	.adress-sec br {
		display: none;
	}

	.office_adress.ad {
		font-size: 16px;
	}

	.footer-sec {
		background: #1C4088;
		color: #fff;
		padding: 43px 14px 0px 25px;
	}

	.footer-sec .quick-links-sec {
		max-width: 33%;
	}

	section.home_contact::before {
		height: 0%;

	}

	.footer-sec img {
		padding-bottom: 10px;
	}

	.footer-sec ul.menu {
		padding: 0px 0 0;

	}
	.footer-sec img.wp-image-1676 {
    width: 40%;
}

	#header-sroll h1.site-title-heading img {
		width: 70%;
	}

	.timelineProject .timelineblock:nth-child(even) .row .timelineText {
		text-align: center !important;
	}

	#blog h4 a {
		font-size: 20px;

	}

	.form_right_sec p {
		padding-top: 0px;
	}

	.form_right_sec h2 {
		font-size: 23px;
	}
	/*Service page*/
	.tc_service_pg .leftCap li a {
    padding: 10px 7px 10px 7px;
    width: 100%;
    font-size: 14px;
}
	.leftpanel ul#pills-tab {
    gap: 7px;
}
.tab-pane ul li {
    width: 29%;
}
.tc_service_pg .leftpanel ul#pills-tab {
    display: flex;
}
	.tc_service_pg .servicecont {
    display: none;
}
	.tc_service_pg .servicecontainer {
    justify-content: center;
}
	#Services-testimonial .serviceslider2 .items {
    padding: 20px;
}
	section#Services-testimonial {
    display: none;
}
.services-our_process .circles:before {
    width: 155px;
    height: 155px;
}
.services-our_process .circles {
    width: 200px;
    height: 200px;
	    border: 11px solid;
}
	.ser_pro_mobile span {
    font-size: 16px;
}
.ser_pro_mobile i {
    font-size: 15px;
}
#service_our_process {
    margin-bottom: 40px;
}
	.ab_ser_box h3 {
    font-size: 25px;
}
	.ab_ser_box .banner_cont {
    font-size: 18px;
}
	.ab_ser_box {
    padding: 46px 20px 19px 20px;

}
	.ab_ser_box {
    min-height: 556px;
}
	#get_a_quote_sec h4 {
    font-size: 22px;
}
.quote_right_sec li {
    font-size: 16px;
    padding: 3px 0px;
}
	#get_a_quote_sec h2 {
    font-size: 22px;
}
	.footer-sec h4 {
    padding-top: 27px;
}
}

@media only screen and (max-width: 480px) {
.tab-pane ul li {
    width: 35%;
}
	.home-brand .figure.logos img {
    width: 45px;
}
	.tab-content .title {
    font-size: 12px;
}
	.timelineProject .timelineblock:nth-child(even) .row .timelineText {
		text-align: center;
	}

	.card button.btn.btn-link {
		font-size: 16px;
	}

	#technology_stack #technologiesList li a {
    padding: 15px 15px;

}
	.footer-sec img {
		width: 50%;
	}

	.footer-sec .row {
		display: block;
	}

	.footer-sec .row {
		display: block;
	}

	.copy-right {
		padding: 23px 0px 0;
	}

	.copy-right p {
		font-size: 16px;
		padding: 20px 0px;
	}

	.footer-sec .footer-icons img {
		width: 15%;
	}

	.footer-sec {
		padding: 43px 14px 0px 17px;
	}

	.footer-sec .follow-sec {
		max-width: 100%;
		margin-top: 20px;
	}
	section.tc_service_pg.spacing {
    display: none;
}
	.Our-portfolio-sec {
    width: 100%;
}
.ab_ser_box {
    min-height: auto;
    margin-bottom: 24px;
}
	#technology_stack #technologiesList li a {
    padding: 13px 31px;
}
}