html {
    scroll-behavior: smooth;
}

html,
body {
    height: 100%;
}

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

.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;
}