html {
	scroll-behavior: smooth;
}

html,
body {
	height: 100%;
}

body {
	font-family: 'Rubik', sans-serif;
}

footer{
	background-color: #f7fbfe;
}

.py-100 {
	padding-top: 100px;
	padding-bottom: 100px;
}

.py-90 {
	padding-top: 90px;
	padding-bottom: 90px;
}

.py-80 {
	padding-top: 80px;
	padding-bottom: 80px;
}

.py-70 {
	padding-top: 70px;
	padding-bottom: 70px;
}

.pt-50 {
	padding-top: 50px;
}

.bg-theme-color {
	background-color: #5055e9 !important;
}

.text-theme-color {
	color: #5055e9 !important;
}

.shapes-wrap {
	overflow: hidden;
}

.btn-dark {
	padding: 12px 25px;
	border-radius: 10rem;
	color: #ffffff;
	text-decoration: none;
	background: linear-gradient(to right top, #00071D, #0D3C4F);
	font-size: 14px;
	font-weight: 500;
	min-width: 20rem;
	display: inline-block;
}

.btn-dark span {
	background: url(../../images/img/arrow-right-blue.png) scroll no-repeat right center;
	padding: 0 3rem 0 0;
	display: block;
}

.section-title {
	margin-bottom: 35px;
}

.section-title .main-title {
	font-size: 38px;
	font-weight: 700;
	text-transform: capitalize;
	color: #000;
}

.section-title .main-title.text-md {
	font-size: 32px;
}

.section-title .main-title.gradient-text {
	background: -webkit-linear-gradient(0deg, #3daeff 0%, #0054e9 33%, #00a7aa 70%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}

.section-title .main-title span {
	font-weight: 400;
}

/*=============================================
   - Register Section      
=============================================*/

.register-section {
	position: relative;
	z-index: 2;
}

.register-section .logo-wrap {
	top: 18px;
	position: absolute;
}

.register-section .logo-wrap img {
	width: 190px;
}

.register-section .overlay-image {
	position: absolute;
	width: 45%;
	height: 100%;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
	z-index: 1;
}

.register-section .overlay-image img {
	width: 100%;
	max-height: 100%;
	min-height: 100%;
	object-fit: cover;
	object-position: top center;
	border-radius: 0 0 0 200px;
}

/*=============================================
   - About Section      
=============================================*/

.about-section {
	position: relative;
	z-index: 1;
}

.about-section .about-image img {
	border-radius: 50px;
}


.shapes-wrap .img-1 {
	position: absolute;
	right: 0;
	top: 0;
	z-index: -1;
}

.shapes-wrap .img-2 {
	position: absolute;
	left: -30px;
	bottom: -80px;
	overflow: hidden;
	width: 110px;
	z-index: -1;
}

@media (max-width: 576px) {

	.about-section .mob-read-more {
		height: 100px;
		/* Adjust the height as needed */
		overflow: hidden;
		transition: height 0.5s ease;
	}

	.about-section .mob-read-more.expanded {
		height: auto;
	}

	.about-section .read-more {
		display: block;
	}
}

@media (min-width: 577px) {
	.about-section .read-more {
		display: none;
	}
}

/*=============================================
   - Features Section      
=============================================*/

.features-section {
	position: relative;
	z-index: 1;
	overflow: hidden;
}

.shapes-wrap .img-3 {
	position: absolute;
	right: -30px;
	bottom: 0;
	overflow: hidden;
	width: 180px;
}

.features-section .features-wrap {
	position: relative;
	z-index: 1;
	padding: 60px 80px;
}

.features-section .features-wrap:before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	opacity: 0.5;
	background: url(../../images/img/bg-1.jpg) scroll no-repeat center center;
	background-size: cover;
	border-radius: 60px;
	z-index: -1;
}

.features-section .features-wrap .sub-title {
	font-size: 22px;
	margin-bottom: 18px;
}

.features-section .features-wrap .features-lists {
	margin-top: 40px;
}

.features-section .features-wrap .features-lists .feature-box {
	position: relative;
	display: flex;
	margin-top: 25px;
}

.features-section .features-wrap .features-lists .feature-box .icon {
	width: 65px;
	margin-right: 30px;
}

.features-section .features-wrap .features-lists .feature-box .content {
	position: relative;
	flex: 1;
}

.features-section .features-wrap .features-lists .feature-box .content h6 {
	color: #5055e9;
	font-size: 20px;
	font-weight: 600;
	margin-bottom: 18px;
}

.features-section .features-wrap .features-lists .feature-box .btn-dark {
	background: linear-gradient(267.15deg, #5055E9 -11.18%, #00071D 45.41%);
}

.features-section .features-wrap .features-lists .feature-box .btn-dark span {
	background: url(../../images/img/arrow-right-blue.png) scroll no-repeat right center;
}

/*=============================================
   - Our Approach Section      
=============================================*/

.our-approach-section {
	position: relative;
	z-index: 1;
	overflow: hidden
}

.process-wrap {
	margin: 40px 0;
}

.process-wrap .process-box {
	position: relative;
	width: 280px;
	height: 280px;
	padding: 25px;
	margin: 0 auto;
	text-align: center;
}

.owl-carousel .process-wrap .process-box {
	position: relative;
	width: 280px;
	height: 345px;
	padding: 25px;
	margin: 30px auto;
	text-align: center;
}

.process-wrap .process-box:before {
	position: absolute;
	content: "";
	left: 0;
	right: 0;
	margin: 0 auto;
	background-color: #4AD4B6;
	width: 280px;
	height: 280px;
	border-radius: 50px;
	transform: rotate(45deg);
	z-index: -1;
}

.process-wrap .process-box.wrap-1:before {
	background-color: #4AD4B6;
	opacity: 80%;
}

.process-wrap .process-box.wrap-2:before {
	background-color: #00A7AA;
	opacity: 80%;
}

.process-wrap .process-box.wrap-3:before {
	background-color: #0054E9CC;
	opacity: 80%;
}

.process-wrap .process-box.wrap-4:before {
	background-color: #5055E9E5;
	opacity: 80%;
}

.process-wrap .process-box .step {
	color: rgb(255 255 255 / 35%);
	font-size: 50px;
	margin-bottom: 20px;
}

.process-wrap .process-box .content h4 {
	color: #fff;
	font-size: 20px;
	margin-bottom: 20px;
}

.process-wrap .process-box .content p {
	color: #fff;
	margin-bottom: 12px;
}


@media (max-width: 767.98px) {

	.process-wrap .process-box {
		margin: 15px auto 80px;
		display: flex;
		align-items: center;
		justify-content: center;
	}


}

/*=============================================
   - Why Choose Section      
=============================================*/

.why-choose-section {
	position: relative;
	z-index: 1;
}

.shapes-wrap .img-4 {
	position: absolute;
	left: -30px;
	bottom: -80px;
	overflow: hidden;
	width: 110px;
}

.why-choose-section .wrap {
	background: url(../../images/img/bg-2n.png) scroll no-repeat 0 0;
	background-size: cover;
	border-radius: 2rem;
	box-shadow: 0px 36px 80.5px 0px #3E65AE33;
	padding: 40px 50px;
	height: 100%;
}

.why-choose-section .wrap .step {
	background: linear-gradient(180deg, rgba(0, 167, 170, 0.4) 29.23%, rgba(0, 84, 233, 0.4) 48.01%, rgba(88, 85, 232, 0.22) 66.54%, rgba(88, 85, 232, 0) 80.04%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	font-size: 100px;
	font-weight: 500;
	line-height: 90px;
	display: inline-block;
}

.why-choose-section .wrap h6 {
	background: linear-gradient(90.21deg, #4142AF 5.2%, #0753E2 52.33%, #024F6C 92.48%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	font-weight: 600;
	font-size: 26px;
	margin-bottom: 25px;
}

.why-choose-section .wrap p {
	color: #030711;
}

/*=============================================
   - CTA Section      
=============================================*/

.cta-section {
	position: relative;
	z-index: 1;
}

.cta-section .content-wrap-box {
	position: relative;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	text-align: center;
	padding: 80px 20px;
	border-radius: 5rem;
	z-index: 1;
}

/*=============================================
   - Help Section      
=============================================*/

.helps-section {
	position: relative;
}

.helps-section .wrap {
	position: relative;
	height: 100%;
	padding: 30px 20px;
	border: 1px solid rgba(153, 167, 173, 1);
	border-radius: 10px;
	box-shadow: 0px 10px 9.7px 0px rgba(0, 0, 0, 0.1);
}

.helps-section .wrap h5 {
	color: #00A7AA;
	font-size: 20px;
	margin-bottom: 10px;
}

.helps-section .wrap p {
	margin-bottom: 0;
}

/*=============================================
   - Case Study Section      
=============================================*/

.case-study-list {
	position: relative;
}

.case-study-wrap {
	position: relative;
}

.case-study-wrap .case-study-img {
	position: relative;
	border-radius: 30px;
}

.case-study-wrap .case-study-img img {
	width: 100%;
	height: 450px;
	object-fit: cover;
	border-radius: 30px;
}

.case-study-wrap .overlay-content {
	position: absolute;
	background: rgb(1 8 30 / 85%);
	margin: 0 30px;
	top: 55%;
	bottom: -40px;
	border: 1px solid #010A1F;
	border-radius: 30px;
	padding: 30px;
}

.case-study-wrap.style-2 .overlay-content {
	top: 65%;
}

.case-study-wrap .overlay-content .title {
	font-size: 16px;
	color: #fff;
	font-weight: 500;
	margin-bottom: 20px;
}

.case-study-wrap.style-2 .overlay-content .title {
	font-size: 18px;
}

.case-study-wrap .overlay-content .btn-theme {
	padding: 10px 25px;
	border-radius: 10rem;
	text-decoration: none;
	background: #4ad4b6;
	color: #000000;
	font-size: 14px;
	font-weight: 500;
	width: 82%;
	display: inline-block;
	position: absolute;
	bottom: 20px;
}

.case-study-wrap .overlay-content .btn-theme span {
	background: url(../../images/img/arrow-black.png) scroll no-repeat right center;
	padding: 0 4rem 0 0;
	display: block;
}


/*=============================================
   - Footer Section      
=============================================*/

.footer-section {
	position: relative;
	padding-bottom: 40px;
	padding-top: 40px;
}

.footer-section .social-links {
	margin-top: 10px;
	display: inline-block;
}

.footer-section .social-links li {
	vertical-align: middle;
	display: inline-block;
	margin-right: 5px;
}

.footer-section .social-links li a {
	display: inline-block;
	font-size: 12px;
	text-align: center;
	color: #fff;
	background: #000D22;
	height: 32px;
	line-height: 32px;
	width: 32px;
	border-radius: 50%;
}

.footer-section .social-links li a:hover {
	background: #5055E9;
}

.footer-section .footer-links {
	text-align: right;
}

.footer-section .copyright {
	font-size: 14px;
}

.footer-section .footer-links a {
	color: #2B2E41;
	margin-right: 20px;
}

.footer-section .footer-links a:hover {
	color: #5055E9;
}

@media (max-width: 767.98px) {

	.shapes-wrap .img-1 {
		display: none;
	}

	.shapes-wrap .img-2 {
		left: 0;
		width: 80px;
	}

	.shapes-wrap .img-3 {
		right: -30px;
		bottom: 30px;
		width: 140px;
	}

	.shapes-wrap .img-4 {
		left: 0;
		bottom: 0;
		width: 80px;
		z-index: -1;
	}

	.btn-dark {
		min-width: auto;
	}

	.section-title .main-title {
		font-size: 30px;
	}

	.register-section .logo-wrap img {
		width: 120px;
	}

	.register-section .overlay-image {
		width: 53%;
		top: 10%;
	}

	.register-section .overlay-image img {
		min-height: initial;
		width: 100%;
		height: 68%;
		border-radius: 0 0 0 50px;
	}

	.features-section .features-wrap {
		padding: 50px 40px;
	}

	.features-section .features-wrap:before {
		border-radius: 30px;
	}

	.features-section .features-wrap .features-lists {
		margin-top: 10px;
	}

	.features-section .features-wrap .features-lists .feature-box {
		display: block;
		margin-top: 20px;
	}

	.features-section .features-wrap .features-lists .feature-box .icon {
		margin-bottom: 20px;
	}

	.case-study-wrap {
		margin-bottom: 70px;
	}

	.footer-section .copyright {
		display: none;
	}

	.footer-section .footer-links {
		text-align: left;
	}
}

/* Form */

.section-home12 .wrap {
	background: url("../../images/bg3.png") scroll no-repeat center center;
	background-size: cover;
	padding: 6rem 5rem;
}

.section-home12 .wrap .leftwrap h6 {
	color: #384353;
	font-size: 1.4rem;
	font-weight: 600;
}

.section-home12 .wrap .leftwrap h2 {
	background: -webkit-linear-gradient(0deg, #3daeff 0%, #0054e9 33%, #00a7aa 70%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	font-size: 64px;
	font-weight: 600;
	padding: 1rem 0 0;
}

.section-home12 .wrap .leftwrap p {
	color: #a8a8a8;
	font-size: 18px;
	padding: 0 0 1rem 0;
}

.section-home12 .wrap .leftwrap h5 {
	color: #030a14;
	font-size: 1.6rem;
	font-weight: 500;
}

.section-home12 .wrap .leftwrap h5 a {
	color: #030a14;
	text-decoration: underline;
}

.section-home12 .wrap img {
	margin: 5rem 0 0 0;
	display: block;
}

.section-home12 .wrap .rightwrap .btn-dark {
	display: block;
	margin: 3rem 0 0 0;
	width: 100%;
	text-align: left;
}

.wpcf7-form p {
	padding: 0;
	margin: 0;
}

.wpcf7-form .wpcf7-form-control:not(.wpcf7-submit):not(.wpcf7-acceptance):not(.wpcf7-radio) {
	background: #ffffff;
	box-shadow: 2px 4px 15px rgba(86, 85, 233, 0.15);
	color: #A8A8A8;
	font-size: 16px;
	padding: 20px 30px;
	height: 65px;
	border: 0;
	border-radius: 0.5rem;
	margin: 0 0 1.5rem 0;
	width: 100%;
}

.wpcf7-form textarea.wpcf7-form-control {
	padding: 2rem !important;
	height: 10rem !important;
}

.wpcf7-form .wpcf7-submit.btn-dark {
	position: relative;
	text-align: center !important;
}

.wpcf7-form .wpcf7-list-item-label {
	padding-left: 10px;
}

.wpcf7-form .screen-reader-response {
	display: none;
}

.wpcf7-form .wpcf7-not-valid-tip {
	font-size: 15px;
	color: #e60000;
	display: block;
	margin-bottom: 5px;
}

.evcf7-verify-btn {
	margin-bottom: 15px !important;
	margin-top: 0px !important;
}

.evcf7-verify-btn input {
	border: none;
	background-color: transparent;
	color: #0054e9;
	border-bottom: 2px dotted #0054e9;
	padding: 0;
	border-radius: 0;
}

@media (max-width: 767.98px) {
	.section-home12 .wrap {
		padding: 6rem 1rem;
	}

}


#feature-pam-carousel .owl-stage,
#our-approach-carousel .owl-stage,
#why-us-carousel .owl-stage,
#case-study-carousel .owl-stage,
#feature-carousel .owl-stage,
#why-choose-us-carousel .owl-stage,
#helps-carousel .owl-stage {
	padding-left: 0 !important;
}

.thankyou-message-section {
	position: relative;
	z-index: 1;
	color: #fff;
	padding: 120px 0;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
	height: calc(100vh - 100px);
	display: flex;
	align-items: center;
}

.thankyou-message-section h1 {
	color: #fff;
	font-size: 45px;
	margin-bottom: 25px;
	font-weight: 700;
}

.thankyou-message-section p {
	color: #fff;
	margin-bottom: 25px;
}

.thankyou-message-section:before {
	position: absolute;
	content: "";
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background-color: #000;
	z-index: -1;
	opacity: 0.5;
}

.thankyou-message-section .theme-btn {
	position: relative;
	display: inline-block;
	text-align: center;
	border: 2px solid #4ad4b6;
	background-color: #4ad4b6;
	font-size: 16px;
	line-height: 26px;
	color: #fff;
	padding: 10px 40px;
	font-weight: 600;
	border-radius: 50px;
	cursor: pointer;
	letter-spacing: 0.5px;
	-webkit-transition: all 0.4s;
	-moz-transition: all 0.4s;
	-o-transition: all 0.4s;
	transition: all 0.4s;
}

.thankyou-message-section .theme-btn:hover,
.thankyou-message-section .theme-btn:focus {
	color: #4ad4b6;
	border: 2px solid #4ad4b6;
	background-color: #fff;
}

/* Rock-Solid Cybersecurity */

/* 	Banner Section */
.hero-banner-section {
	position: relative;
	background-position: center center;
	background-size: cover;
	background-repeat: no-repeat;
	padding-top: 50px;
	height: 100vh;
	display: flex;
	align-items: center;
	z-index: 1;
}

.hero-banner-section:before{
	inset: 0;
	position: absolute;
	content: "";
	background: #01081E;
	background: linear-gradient(200.91deg, ##042384 10.3%, rgba(4, 35, 132, 0) 82.72%);
	z-index: -1;
	opacity: 0.5;
}

.hero-banner-section .banner-content .section-title .sub-title {
	color: #4AD4B6;
	font-size: 18px;
}

.hero-banner-section .banner-content .section-title .main-title {
	font-weight: 400;
}

.hero-banner-section .banner-content .banner-heading h2 {
	color: #4AD4B6;
	font-size: 54px;
}

.hero-banner-section .banner-content .banner-heading p {
	color: #fff;
	padding: 0;
}

.hero-banner-section .banner-content .banner-heading a.btn-dark {
	background: #4ad4b6;
	color: #000000;
}

/* 	Business Section */

.section-rsc-30 {
	position: relative;
	padding-top: 80px;
	padding-bottom: 80px;
}

.section-rsc-30 .ellipse1 {
	position: absolute;
	right: 0;
	top: -40px;
	width: 200px;
	z-index: -1;
}

.section-rsc-30 .titlewrap .sub-title {
	font-size: 18px;
	font-weight: 500;
	text-transform: uppercase;
	color: #00A7AA;
	letter-spacing: 2px;
	margin-bottom: 20px;
}

.section-rsc-30 .titlewrap .main-title {
	font-size: 44px;
	font-weight: 600;
	color: #092A3E;
}

.section-rsc-30 .main-area-rsc-content {
	padding-left: 50px;
}

.section-rsc-30 .img-wrap {
	position: relative;
}

.section-rsc-30 .img-wrap img {
	border-radius: 30px;
	width: 100%;
}

.section-rsc-30 .img-wrap .content {
	position: absolute;
	bottom: 8%;
	padding: 10px 30px;
}

.section-rsc-30 .img-wrap .content h2 {
	color: #fff;
	font-size: 38px;
	font-weight: 600;
}

.section-rsc-30 .img-wrap .content span {
	font-size: 20px;
	margin-left: 5px;
}

.section-rsc-30 .img-wrap .content p {
	padding: 0;
	color: #fff;
}

/* 	Real Challenges */

.rsc-challenges-section-07 {
	position: relative;
	overflow: hidden;
}

.rsc-challenges-section-07 .ellipse02 {
	position: absolute;
	left: -15px;
	top: 0;
}

.rsc-challenges-section-07 .ellipse02 img {
	width: 250px;
}

.rsc-challenges-section-07 .titlewrap .sub-title {
	font-size: 18px;
	font-weight: 500;
	text-transform: uppercase;
	color: #00A7AA;
	letter-spacing: 2px;
	margin-bottom: 20px;
}

.rsc-challenges-section-07 .titlewrap .main-title {
	font-size: 44px;
	font-weight: 600;
	color: #092A3E;
}

.rsc-challenges-section-07 .challenges-wrapper {
	position: relative;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: top center;
	border-radius: 40px;
	margin-top: 30px;
	z-index: 1;
}

.rsc-challenges-section-07 .challenges-wrapper::before {
	position: absolute;
	content: '';
	background-color: #00071d;
	z-index: -1;
	width: 100%;
	height: 100%;
	opacity: 0.5;
	border-radius: 40px;
}

.rsc-challenges-section-07 .challenges-wrapper .challenges-list-rsc {
	padding: 48px;
	background-color: #00071D;
	border-radius: 40px 0 0 40px;
}

.rsc-challenges-section-07 .challenges-wrapper .challenges-list-rsc h4 {
	color: #4AD4B6;
	font-size: 22px;
	font-weight: 600;
}

.rsc-challenges-section-07 .challenges-wrapper .challenges-list-rsc p {
	color: #fff;
	font-size: 18px;
}

.rsc-challenges-section-07 .challenges-wrapper .challenges-list-rsc i {
	color: #4AD4B6;
	font-size: 28px;
}

.rsc-challenges-section-07 .challenges-wrapper .rsc-content-list {
	padding: 32px;
}

.rsc-challenges-section-07 .challenges-wrapper .rsc-content-list .icon-wrappper {
	display: flex;
	padding: 20px;
	align-items: center;
}

.rsc-challenges-section-07 .challenges-wrapper .rsc-content-list .icon-wrappper .icon {
	margin-right:15px;
}

.rsc-challenges-section-07 .challenges-wrapper .rsc-content-list .icon-wrappper .icon img {
	width: 100px;
    object-fit: contain;
    height: 100px;
}

.rsc-challenges-section-07 .challenges-wrapper .rsc-content-list .icon-wrappper .short-content h6 {
	color: #fff;
	font-size: 15px;
	font-weight: 500;
	margin-bottom: 0;
}

.rsc-challenges-section-07 .owl-carousel .owl-nav {
	margin: 0;
	position: absolute;
	top: 41%;
	left: 5%;
	width: 90%;
	transform: translateY(10px);
	text-align: left;
	display: flex;
	align-items: center;
	justify-content: space-between;
	z-index: 9999;
}

.rsc-challenges-section-07 .owl-carousel .owl-nav .owl-prev span {
	position: absolute;
	top: 0;
	left: -85px;
	bottom: 0;
}

.rsc-challenges-section-07 .owl-carousel .owl-nav .owl-next span {
	position: absolute;
	right: -82px;
	top: 0;
}

@media (max-width: 575.98px) {
	.rsc-challenges-section-07 .ellipse02 {
		display: none;
	}

	.rsc-challenges-section-07 .owl-carousel .owl-nav .owl-next span {
		position: absolute;
		right: -22px;
		top: 0;
	}

	.rsc-challenges-section-07 .owl-carousel .owl-nav .owl-prev span {
		position: absolute;
		top: 0;
		left: -25px;
		bottom: 0;
	}

	.rsc-challenges-section-07 .challenges-wrapper .challenges-list-rsc {
		border-radius: 40px;
	}
}

/* 	Why Paramount */

.rsc-why-us-03 {
	position: relative;
}

.rsc-why-us-03 .why-us-blue {
	color: #01081E;
	font-size: 18px;
	font-weight: 600;
}

.rsc-why-us-03 .rsc-list-08 {
	position: relative;
	z-index: 1;
}

.rsc-why-us-03 .rsc-list-08 .ellipes-10 {
	position: absolute;
	top: -8%;
	left: 14%;
	right: 0;
	z-index: -1;
}

.rsc-why-us-03 .rsc-why-us-wrapper {
	padding: 20px;
	box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
	border-radius: 26px;
	background-color: #fff;
	height: 100%;
}

.rsc-why-us-03 .rsc-why-us-wrapper img {
	margin-bottom: 15px;
}

.rsc-why-us-03 .rsc-why-us-wrapper h4 {
	color: #092A3E;
	font-size: 20px;
	font-weight: 500;
	margin-bottom: 12px;
}

.rsc-why-us-03 .rsc-why-us-wrapper p {
	padding: 0;
}

@media (max-width: 575.98px) {
	.rsc-why-us-03 .rsc-list-08 .ellipes-10 {
		position: absolute;
		top: auto;
		bottom: 0;
		left: 10%;
		right: 0;
		z-index: -1;
	}
}

/* 	Section title */
.rsc-30 {
	padding-top: 80px;
	padding-bottom: 80px;
}

.section-title {
	font-size: 18px;
	font-weight: 500;
	text-transform: uppercase;
	color: #00A7AA;
	letter-spacing: 2px;
	margin-bottom: 26px;
}

.main-title {
	font-size: 44px;
	font-weight: 600;
	color: #092A3E;
}

@media (max-width: 575.98px) {
	.rsc-30 {
		padding-top: 40px;
	}

	.section-rsc-30 .main-area-rsc-content {
		padding-left: 0;
	}

	.rsc-section-title {
		margin-top: 30px;
		margin-bottom: 30px;
	}

	.main-title {
		font-size: 43px;
	}
}

/* 	Team Member-section */

.rsc-team-section-04 {
	background-image: url(https://hyrrokkin.info/paramount-staging/wp-content/uploads/2025/03/team-bg.png);
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
}

.rsc-team-section-04 .team-image {
	position: relative;
}

.rsc-offering-section-05 {
	position: relative;
}

.rsc-team-section-04 .team-image img {
	border-radius: 20px;
	width: 100%;
}

.rsc-team-section-04 .team-image .social-icons {
	position: absolute;
	right: 18px;
	bottom: 20px;
}

.rsc-team-section-04 .team-image .social-icons a i {
	color: #fff;
	font-size: 30px;
}

.rsc-team-section-04 .team-warpper {
	padding-left: 30px;
}

.rsc-team-section-04 .team-warpper h6 {
	color: #00A7AA;
	font-size: 20px;
	font-weight: 400;
}

.rsc-team-section-04 .team-warpper p {
	color: #fff;
}

@media (max-width: 575.98px) {
	.rsc-team-section-04 .team-image .social-icons {
		right: 35px;
	}

	.rsc-team-section-04 .team-warpper {
		padding-left: 0;
	}
}


/* OUR OFFERINGS */

.rsc-offering-section-05 .ellipse-05 {
	position: absolute;
	right: 0;
	top: 55%;
	z-index: -1;
}

.rsc-offering-section-05 .rsc-offering-wrapper .nav-pills .nav-link {
	position: relative;
	font-weight: 500;
	color: #616E80;
	font-size: 18px;
	padding: 20px 30px;
	background-color: #fff;
}

.rsc-offering-section-05 .rsc-offering-wrapper .nav-pills .nav-link::after {
	content: "";
	position: absolute;
	left: 50%;
	bottom: 0;
	width: 0;
	height: 3px;
	background-color: #3A3FB4;
	transition: width 0.3s ease, left 0.3s ease;
}

.rsc-offering-section-05 .rsc-offering-wrapper .nav-pills .nav-link.active::after {
	width: 100%;
	left: 0;
}

.rsc-offering-section-05 .rsc-wrapper-content .tab-wrapper-rsc{
	position: relative;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
	border-radius: 40px;
	z-index: 1;
}

.rsc-offering-section-05 .rsc-wrapper-content .tab-wrapper-rsc:before {
	content: '';
	position: absolute;
	height: 100%;
	width: 100%;
	border-radius: 40px;
	background-image: url('https://hyrrokkin.info/paramount-staging/wp-content/uploads/2025/03/Rectangle-224.png');
	background-size: cover;
	z-index: -1;
	inset: 0;
}

.rsc-offering-section-05 .rsc-wrapper-content .tab-content .tab-pane .tab-wrapper-rsc {
	padding: 80px 80px;
}

.rsc-offering-section-05 .rsc-wrapper-content .tab-content .tab-pane .rsc-tab-title h3 {
	color: #fff;
	font-size: 28px;
	margin-bottom: 20px;
}

.rsc-offering-section-05 .rsc-wrapper-content .tab-content .tab-pane .rsc-tab-title h6 {
	color: #4AD4B6;
	font-size: 18px;
	margin-bottom: 40px;
}

.rsc-offering-section-05 .rsc-wrapper-content .tab-content .tab-pane .rsc-tab-title p {
	color: #fff;
}

.rsc-offering-section-05 .rsc-wrapper-content .tab-content .tab-pane .tab-wrapper-rsc .data-rsc-list {
	padding: 0 20px 0 20px;
	border-right: 1px solid #4AD4B6;
}

.rsc-offering-section-05 .rsc-wrapper-content .tab-content .tab-pane .tab-wrapper-rsc [class*="col-"]:last-child .data-rsc-list {
	border-right: none;
}

.rsc-offering-section-05 .rsc-wrapper-content .tab-content .tab-pane .tab-wrapper-rsc .data-rsc-list h6 {
	color: #4AD4B6;
	font-size: 18px;
	margin-bottom: 20px;
}

.rsc-offering-section-05 .rsc-wrapper-content .tab-content .tab-pane .tab-wrapper-rsc .data-rsc-list h5 {
	font-size: 16px;
	color: #fff;
	font-weight: 400;
}

@media (max-width: 575.98px) {
	.rsc-offering-section-05 .rsc-wrapper-content .tab-content .tab-pane .tab-wrapper-rsc .data-rsc-list {
		border-right: 0;
		border-bottom: 1px solid #4AD4B6;
		padding: 10px;
	}

	.rsc-offering-section-05 .rsc-offering-wrapper .nav-pills {
		overflow-x: auto;
		white-space: nowrap;
		flex-wrap: nowrap;
		-webkit-overflow-scrolling: touch;
	}

	.rsc-offering-section-05 .rsc-offering-wrapper .nav-pills.nav-link {
		flex: 0 0 auto;
	}

	.rsc-offering-section-05 .rsc-wrapper-content .tab-content .tab-pane .tab-wrapper-rsc {
		padding: 80px 30px;
	}
}


/* 	Enquiry-form */

.enquiry-form-section {
	position: relative;
}

.enquiry-form-section .title {
	font-size: 32px;
	margin-bottom: 10px;
}

.enquiry-form-section span {
	color: #0753E2;
	margin-left: 5px;
}

.enquiry-form-section h4 {
	font-size: 20px;
	margin-top: 30px;
}

.enquiry-form-section .image-box {
	margin-top: 25px;
}

/* ===============================
Banner-Section
================================= */

.lms-banner-section {
  position: relative;
  display: flex;
  color: #FFF;
  align-items: center;
  height: 100vh;
  padding-top: 50px;
  padding-bottom: 80px;
  background-size: cover;
  background-repeat: no-repeat;
}

.lms-banner-section .banner-content .section-title .main-title {
  color: #fff;
  font-size: 42px;
  font-weight: 600;
}

/* Commom-css */
.lms-banner-section .banner-content .btn-dark {
  background: #fff;
  color: #000;
  padding: 10px 24px;
  border-radius: 20px;
}
@media screen and (max-width: 768.98px) {
.lms-banner-section .banner-content .section-title .main-title {
  font-size: 40px;
}
}


/* ===============================
lms-section-01
================================= */

.lms-section-01 {
  position: relative;
  margin-top: -50px;
}

.lms-section-01 .items {
  background-image: url(../../assets/images/lms/overlay-feature.png);
  background-size: cover;
  background-repeat: no-repeat;
  padding: 30px;
  background-color:#fff;
  box-shadow: 0px 10px 30px 0px rgba(62, 101, 174, 0.2);
  border-radius: 30px;
  height: 100%;
}

.lms-section-01 .items h6 {
  background: linear-gradient(90.21deg, #4142AF 5.2%, #0753E2 52.33%, #024F6C 92.48%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-weight: 500;
  font-size: 70px;
  line-height: 65px;
  margin-bottom: 0px;
}

.lms-section-01 .items h6 span {
  font-size: 24px;
}

.lms-section-01 .lms-action {
  margin-top: 80px;
}

.lms-section-01 .lms-action h6 {
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 3;
}

.lms-section-01 .lms-action .btn-darks {
  background-color: #000;
  color: #FFF;
  padding: 10px 24px;
  border-radius: 20px;
}

/* ===============================
lms-section-02
================================= */
.lms-section-02 {
  position: relative;
}

.lms-section-02 .feature-wrap {
  position: relative;
  padding: 40px 50px;
  background: rgba(246, 248, 255, 1);
  border-radius: 30px;
}

.lms-section-02 .feature-wrap .section-title h4 {
  font-size: 28px;
  font-weight: 400;
  color:#000;
    text-transform: capitalize;
}

.lms-section-02 .feature-wrap .section-title h5 {
  font-size: 38px;
  font-weight: 600;
  color:#000;
    text-transform: capitalize;
}

.lms-section-02 .feature-wrap .item-box h4 {
  font-size: 20px;
  font-weight: 500;
  margin-bottom: 8px;
    text-transform: capitalize;
}

.lms-section-02 .feature-wrap .feature-short-content {
  background-image: url(../../assets/images/lms/feature-overlay-01.png);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 20px;
  display: inline-block;
  padding: 10px 20px;
  margin: auto 0;
  margin-top: 20px;
}

.lms-section-02 .feature-wrap .feature-short-content p {
  padding-top:0px;
  font-weight: 500;
  margin-bottom: 0;
}

.lms-section-02 .feature-btn {
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  margin-top: 20px;
  text-align: center;
}

.lms-section-02 .lms-section-02-overlay {
  position: absolute;
  bottom: -30%;
  left: -6%;
}
@media screen and (max-width: 768.98px) {
 .lms-section-02 .lms-section-02-overlay{
  display: none;
 } 
.lms-section-02 .feature-btn {
 bottom: 0px;
}
}
@media screen and (max-width: 1024px) {
 .lms-section-02 .lms-section-02-overlay{
  display: none;
 } 
}
/* ===============================
lms-section-03
================================= */
.lms-section-03 {
  position: relative;
}

.lms-section-03 .section-title h4 {
  font-size: 28px;
  font-weight: 600;
  color:#000;
  text-transform: capitalize;
}

.lms-section-03 .section-title h4 span {
  font-size: 28px;
  font-weight: 400;
}

.lms-section-03 .list-box {
  display: flex;
}

.lms-section-03 .list-box .image {
  flex-shrink: 0;
  margin-right: 30px;
}

.lms-section-03 .list-box .image img {
  width: 60px;
}

.lms-section-03 .list-box h4 {
  font-size: 20px;
  margin-bottom: 10px;
  color: rgba(0, 84, 233, 1);
}

/* ===============================
lms-section-04
================================= */
.lms-section-04 {
  position: relative;
}
.lms-section-04 .section-title h4{
      font-size: 34px;
    font-weight: 600;
    color: #000;
    margin-bottom: 30px;
    text-transform: capitalize;  
}

.lms-section-04 .lms-section-04-overlay {
  position: absolute;
  right: -10px;
  top: -65px;
}

.lms-section-04 .course-content {
  position: relative;
}

.lms-section-04 .course-content::before {
  position: absolute;
  content: '';
  bottom: 0;
  width: 100%;
  height: 40%;
  backdrop-filter: blur(2px);
  background: rgb(0 0 0 / 0%);
  border-radius: 30px;
  z-index: 1;
  border-radius: 30px;
  z-index: 1;
}

/* .lms-section-04 .course-content::after{
position: absolute;
content: '';
background-image: url(../../assets/images/glanc-overlay.png);
top: 0;
right: 0;
left: 0;
width: 100%;
height: 50%;
} */
.lms-section-04 .course-content .image-box {
  position: relative;
}

.lms-section-04 .course-content .image-box img {
  position: relative;
  border-radius: 30px;
  object-fit: contain;
width:100%;
}

.lms-section-04 .course-content .logo {
  position: absolute;
  top: 47px;
  right: 0;
  left: 0;
  text-align: center;
}

.lms-section-04 .course-content .content-box {
  position: absolute;
  bottom: 20px;
  right: 20px;
  left: 20px;
  z-index: 3;
}

.lms-section-04 .course-content .content-box .item-list {
  display: flex;
align-items: center;
  border-bottom: 1px solid #FFF;
  margin-bottom: 16px;
}

.lms-section-04 .course-content .content-box .item-list img {
  flex-shrink: 0;
  margin-right: 20px;
}

.lms-section-04 .course-content .content-box .item-list .short-content p {
  font-size: 16px;
  color: #FFF;
  margin-bottom: 12px;
}

.lms-section-04 .course-content .content-box .item-list .short-content p span {
  font-weight: 600;
}

.lms-section-04 .course-content .content-box .session-wrap {
  display: flex;
  justify-content: space-between;
}

.lms-section-04 .course-content .content-box .session-wrap .content-item {
  display: flex;
    align-items: center;
}

.lms-section-04 .course-content .content-box .session-wrap .content-item .icon {
  flex-shrink: 0;
  margin-right: 10px;
  width:18px;
}

.lms-section-04 .course-content .content-box .session-wrap .content-item .content p {
     font-size: 16px;
    color: #FFF;
    margin-bottom: 0;
    padding-top: 0;
}

.lms-section-04 .course-wrapper {
  position: relative;
  padding-left: 30px;

}

.lms-section-04 .course-wrapper .section-title h4 {
    font-size: 34px;
    font-weight: 600;
    color: #000;
    margin-bottom: 30px;
    text-transform: capitalize;
    
}

.lms-section-04 .course-wrapper .list .items {
  display: flex;
  align-items: center;
  margin-bottom: 30px;
}

.lms-section-04 .course-wrapper .list .items .icon {
  margin-right: 20px;
  flex-shrink: 0;
}

.lms-section-04 .course-wrapper .list .items .short-content h5 {
  font-size: 18px;
  font-weight: 500;
  color: #39BABD;
  text-transform: uppercase;
  letter-spacing: 8px;
  margin-bottom: 10px;
}

.lms-section-04 .course-wrapper .list .items .short-content h6 {
  font-size: 20px;
  font-weight: 500;
}

.lms-section-04 .course-wrapper .list .items .short-content p {
     color: #888D9C;
    margin-bottom: 0;
    padding-top: 6px;
}
@media screen and (max-width: 768.98px) {
 .lms-section-04 .lms-section-04-overlay {
 display: none;
}
}
@media screen and (max-width: 1024px) {
 .lms-section-04 .lms-section-04-overlay {
 display: none;
} 
}

/* ===============================
lms-section-05
================================= */
.lms-section-05 {
  position: relative;
}

.lms-section-05 .section-title h6 {
  font-size: 20px;
  font-weight: 400;
  color:#000;
text-transform: capitalize;
}

.lms-section-05 .section-title h4 {
  font-size: 34px;
  font-weight: 600;
color:#000;
  background: -webkit-linear-gradient(0deg, #3daeff 0%, #0054e9 33%, #00a7aa 70%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
text-transform: capitalize;

}

.lms-section-05 .develop-future .nav .nav-link {
  font-size: 14px;
  font-weight: 400;
  border: 1px solid #C3C8D7;
  color: #000;
  padding: 7px 13px 6px 20px;
  border-radius: 50px;
  margin-right: 20px;
  text-align: left;
}

.lms-section-05 .develop-future .nav .nav-link.active {
  background-color: #FFF;
  border: 2px solid #015EE3;
}

.lms-section-05 .develop-future .nav .nav-link h6 {
  font-size: 16px;
  font-weight: 400;
  color: #0173D2;
  margin-bottom: 2px;
}

.lms-section-05 .develop-future .wrapper-list {
  position: relative;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 80px 40px;
  margin-top: 20px;
  border-radius: 30px;
}

.lms-section-05 .develop-future .wrapper-list .content {
  padding: 30px;
  background: rgba(255, 255, 255, 0.7);
  backdrop-filter: blur(30px);
  border-radius: 30px;
}

.lms-section-05 .develop-future .wrapper-list .content h4 {
 font-size: 20px;
    color: #004F91;
    margin-bottom: 10px;
}
.lms-section-05 .develop-future .wrapper-list .content ul li{
padding-bottom:10px;
}

@media screen and (max-width: 768px) {
  .lms-section-05 .develop-future .nav {
    overflow-x: auto;
    white-space: nowrap;
    flex-wrap: nowrap;
    gap: 10px;
    scroll-behavior: smooth;
  }

  .lms-section-05 .develop-future .nav::-webkit-scrollbar {
    display: none;   }

  .lms-section-05 .develop-future .nav .nav-link {
    flex: 0 0 auto; 
    min-width: 220px; 
    text-align: center;
    border-radius: 10px;
  }
}
@media screen and (max-width: 1024px) {
  .lms-section-05 .develop-future .nav {
    overflow-x: auto;
    white-space: nowrap;
    flex-wrap: nowrap;
    gap: 10px;
    scroll-behavior: smooth;
  }

  .lms-section-05 .develop-future .nav::-webkit-scrollbar {
    display: none;   }

  .lms-section-05 .develop-future .nav .nav-link {
    flex: 0 0 auto; 
    min-width: 220px; 
    text-align: center;
    border-radius: 10px;
  }
  .lms-section-05 .develop-future .wrapper-list {
  padding: 24px 9px;
}
}

/* ===============================
lms-section-06
================================= */
.lms-section-06 {
  position: relative;
}

.lms-section-06 .section-title h4 {
  font-size: 28px;
  font-weight: 600;
   color: #000;
   text-transform: capitalize;
}

.lms-section-06 .section-title h4 span {
  font-size: 28px;
  font-weight: 400;
}

.lms-section-06 .lms-section-06-overlay {
  position: absolute;
  top: 0;
  left: -18px;
  width: 272px;
}

.lms-section-06 .team-list {
  background-color: #01081E;
  border-radius: 40px;
}

.lms-section-06 .team-list .image-box-01 {
  position: relative;
}
.lms-section-06 .team-list .image-box-01 .team-image{
width:100%;
}
.lms-section-06 .team-list .image-box-01::before {
  position: absolute;
  content: '';
  background-image: url(../../assets/images/lms/team-overlay.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  height: 100%;
  width: 100%;
  border-top-left-radius: 30px;
  border-bottom-left-radius: 30px;
}

.lms-section-06 .team-list .image-box-02 {
  position: relative;
}

.lms-section-06 .team-list .image-box-02::before {
  position: absolute;
  content: '';
  background-image: url(../../assets/images/lms/team-overlay.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  height: 100%;
  width: 100%;
  border-top-right-radius: 30px;
  border-bottom-right-radius: 30px;
}

.lms-section-06 .team-list .details {
  position: absolute;
  bottom: 40px;
  right: 0;
  left: 0;
  text-align: center;
}

.lms-section-06 .team-list .details h5 {
  font-size: 20px;
  font-weight: 500;
  color: #FFF;
}

.lms-section-06 .team-list .details h6 {
  font-size: 16px;
  font-weight: 300;
  color: #FFF;
  margin-bottom: 15px;
}

.lms-section-06 .team-list .list-items {
postion:relative;
  padding: 23px 30px;
}
.lms-section-06 .team-list .list-items .overlay-section-06{
    position: absolute;
    top: 65px;
    left: 155px;
    width: 346px;
}

.lms-section-06 .team-list .list-items .list h6 {
  font-size: 20px;
    color: #00a7aa;
}

.lms-section-06 .team-list .list-items .list p {
  color: #FFF;
}
@media screen and (max-width: 768.98px) {
 .lms-section-06 .lms-section-06-overlay {
   display: none;
}
}
@media screen and (max-width: 1024px) {
  .lms-section-06 .lms-section-06-overlay {
   display: none;
}
}
/* ===============================
lms-section-07
================================= */
.lms-section-06 .team-list .image-box-02 .team-image {
  border-top-right-radius: 30px;
  border-bottom-right-radius: 30px;
}
.lms-section-06 .team-list .image-box-02 .team-image{
width:100%;
}
.lms-section-06 .team-list .list-items .overlay-section-6{
    position: absolute;
    top: 202px;
    right: 155px;
    width: 280px;
  }



/* ===============================
lms-section-08
================================= */
.lms-section-08 {
  position: relative;
}
 .lms-section-09 .lms-section-09-overlay {
 }

.lms-section-08 .section-title h4 {
  font-size: 34px;
  font-weight: 600;
   text-transform: capitalize;
  background: -webkit-linear-gradient(0deg, #3daeff 0%, #0054e9 33%, #00a7aa 70%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.lms-section-08 .academic-list {
  padding: 30px;
  border-radius: 30px;
  box-shadow: 0px 0px 25px 0px #0054E980;
  height: 100%;
}

.lms-section-08 .academic-list img {
  margin-bottom: 30px;
}

.lms-section-08 .academic-list h4 {
  font-size: 20px;
  color: #004F91;
  margin-bottom: 30px;
}
@media screen and (max-width: 768.98px) {
 .lms-section-09 .lms-section-09-overlay {
 display: none;
}
.lms-section-08 .section-title h4 {
 font-size: 30px;
}
}

/* ===============================
lms-section-09
================================= */
.lms-section-09 {
  position: relative;
}

.lms-section-09 .lms-section-09-overlay {
  position: absolute;
  right: -4%;
  top: -30%;
  z-index: -1;
}

.lms-section-09 .cta-content {
  position: relative;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 80px 40px;
  margin-top: 20px;
  border-radius: 30px;
}

.lms-section-09 .cta-content::before {
  position: absolute;
  content: '';
  background-color: #020C21;
  width: 100%;
  height: 100%;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  border-radius: 30px;
  opacity: 0.7;
  z-index: -1;

}

.lms-section-09 .cta-content h4 {
  font-size: 34px;
  font-weight: 600;
  background: linear-gradient(100.53deg, #3DAEFF -2.46%, #00A7AA 55.65%, #0054E9 96.61%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.lms-section-09 .cta-content p {
  color: #FFF;
}

.lms-section-09 .cta-content .btn-dark {
  background: #fff;
  color: #000;
  padding: 10px 24px;
  border-radius: 20px;
}

.lms-section-09 .terms-description h5 {
  font-size: 22px;
  font-weight: 400;
  color: #39BABD;
}
@media screen and (max-width: 768.98px) {
 .lms-section-09 .lms-section-09-overlay {
 display: none;
}
.lms-section-09 .cta-content h4 {
    font-size: 29px;
}
}
@media screen and (max-width: 1024px) {
   .lms-section-09 .lms-section-09-overlay {
 display: none;
}
}
