/*
Theme Name: The Central Matrix
Author: the-central-matrix-author
Author URI: https://thecentralmatrix.com/
Description: My first responsive HTML5 theme
Version: 1.0
License: GNU General Public License v3 or later
License URI: http://www.gnu.org/licenses/gpl-3.0.html
*/

.container { max-width:1440px; }
.technology{
	    overflow-x: clip;
}
.our-process h2,
.technology h2{
	font-weight:bold;
}
.testimonails h2{
	font-weight:500!important;
}
.image-list {
    white-space: nowrap;
    animation: scroll 30s linear infinite;
    display: flex;
    width: calc(250px*21);
}

.col-logo-footer{
	height:322px
}

.image-list-below {
    white-space: nowrap;
    animation: scroll 30s linear infinite;
    display: flex;
    width: calc(250px*21);
}

@keyframes scroll {
    0% {
        transform: translateX(0);
    }

    100% {
        transform: translateX(calc(-250px * 7));
    }
}

.scroll-wrapper img {
    display: inline-block;
    margin-right: 25px;
    height: 90px;
    width: auto;

    border-radius: 50px;
}

.image-listt {
    white-space: nowrap;
    animation: scroll 30s linear infinite;
    display: flex;
    width: calc(250px*21);
}

.image-listt-below {
    white-space: nowrap;
    animation: scroll 30s linear infinite;
    display: flex;
    width: calc(250px*21);
}

.image-listt-below-2 {
    white-space: nowrap;
    animation: scroll 30s linear infinite;
    display: flex;
    width: calc(250px*21);
}





.blog-detail h3{
    font-size: 1.25rem;
    display: block;
    color: #6D7280;
    font-weight: 400;
	text-transform:uppercase;
}

.swiper-wrapper{
	justify-content:center;
}

.image-area img{
	padding:0;
}

.about-sec,
.case-text-area,
.caseStudytext,
.lead_sec{
	padding:4.5rem 0;
}

.caseStudytext .box-content-steps {
    display: flex;
    flex-wrap: wrap;
}

.caseStudytext .box-content-steps .steps-icon-line .dotted-line {
    border-left: 1px dashed #000000;
    flex-grow: 1;
}
.icon-blue{
	width:20px;
	height:20px;
	border-radius:50px;
		background-color:#37A9E0;
	margin: 20px 0;
}

.caseStudytext .box-content-steps .col-content {
    width: 90%;
    padding-left: 3rem;
    padding-bottom: 2rem;
}

.caseStudytext .box-content-steps .steps-icon-line {
  
    display: flex;
    flex-direction: column;
    align-items: center;
}

.blog-detail img{
	 margin-top: 30px;
}

.blog-detail h1{
    font-size: 88px;
    font-weight: 700;
	    margin-top: 40px;
	color:#37A9E0;
	font-family: "Cabin", sans-serif;
    margin-bottom: 1.875rem;
}

.case-text-area h4{
    font-size: 38px;
    font-weight: 400;
}

.case-text-area h3{
	font-weight:bold;
	color:#1E73B8;
	font-size:32px;
	padding-bottom:20px;
}

.caseStudytext h4{
	font-weight:bold;
	color:#1E73B8;
	font-size:32px;
}

.caseStudytext p{
    font-size: 20px;
    font-weight: 400;
    color: #1E1E1E;
}

.blog-detail a{
	text-decoration:none;
	padding-bottom:20px;
}

.col-content .title span{
    font-size: 22px;
    font-weight: 600;
    color: #1E1E1E;
}

.lead_sec h1{
    font-size: 60px;
    font-weight: bold;
}


h1, h2, h3, h4, h5, h6 {
    font-weight: 700;
}

.header{
	position:relative!important;
}
.dropdown-item.active, .dropdown-item:active{
	background:#DBDB00!important;
}

    .engage-with-us {
        font-size: 1.325rem;
        width: 70%;
    }

.hero-about-us-section h1,
.vision-statement-section h2,
.find-the-perfect h2,
.team h2,
.testimonails h2,
.hero-services-intro-banner-section h1,
.what-is-staff-augmentation h2,
.find-the-perfect h2,
.our-approach-to-success h2,
.faq-section h2,
.faq-section .accordion .accordion-header .accordion-button,
.faq-section h3,
.what-are-dedicated-teams h2,
.central-matrix-247-high-tech h2,
.the-central-experience h2,
.empower-your-teams h2,
.offered-services-section h2.title-h2,
.latest-insights h2{
	font-weight:bold;
}

.header .dropdown-menu .menu-item{
	margin-left:0!important;
}

.latest-insights .card-body img{
	width:100%;
}

/* Ensuring the dropdown menu is hidden by default */
.nav-item .dropdown-menu {
  display: none;
  visibility: hidden;
  opacity: 0;
}

/* Displaying the dropdown menu on hover */
.nav-item:hover .dropdown-menu {
  display: block;
  visibility: visible;
  opacity: 1;
	    position: absolute;
    top: 50px;
}
.header .navbar.navbar-expand-lg .navbar-nav .nav-link::after{
	background-color:#000;
}
.dropdown-toggle::after{
	border:none;
}

.page-template-page-template-blog-detail .footer{
	        padding-top: 5.0625rem !important;
}

.card-staff .card .card-body {
    padding: 2.8125rem!important;
}

.office_support .card .card-body {
    padding: 2.8125rem!important;
}

.discover h2{
	width:100%!important;
}

.the-central-experience .card .card-body{
	    padding: 2rem;
}

.contact-us-content-section button{
	    padding: 10px 25px;
}

    .contact-us-content-section {
        padding-top: 14.7rem;
        padding-bottom: 4rem;
    }

.hero-services-intro-banner-section .content-area{
	        padding-right: 12rem;
	        padding-bottom: 12rem;
	padding-top: 13rem;
}

.shape-clip.find-the-perfect::before{
	    clip-path: polygon(100% 100%, -125% 100%, 345% 0%);
}

.accordion .accordion-header .accordion-button{
		font-family: "Cabin", sans-serif;
	font-size:28px;
	font-weight:bold;
}
 
.the-central-experience .card .card-title{
		font-family: "Cabin", sans-serif;
	font-weight:600px!important;
	font-size:26px;
}

.find-the-perfect .card h3{
	font-family: "Cabin", sans-serif;
	font-size:28px;
	font-weight:bold;
}

.hero-about-us-section h2,
.vision-statement-section h3,
.testimonails .card .name{
	font-weight:bold;
	font-family: "Cabin", sans-serif;	
}

.latest-insights .card .card-body h3{
	font-family: "Cabin", sans-serif;	
}

.latest-insights .card .card-body a.stretched-link{
	font-weight:600;
}

.latest-insights .swiper-button-prev {
    left: 2%;
}

.latest-insights .swiper-button-next {
    right: 2%;
}

.col-cards-features p{
	width:75%;
}

.hero-section h1{
	width:85%;
}

.get-in-touch h5{
	    width: 80%;
    margin-bottom: 25px;
}

.social-links .icon{
	    width: 1.5rem;
    height: 1.5rem;
}

.footer .address-cta .col-btn-contact-us {
    width: 10rem;
}

.footer .phone-cta .col-btn-schedule-a-call{
	    width: 14rem;
}
.discover-the-roles h2{
	width:83%;
}

.our-process h2,
.testimonails h2,
.lets-assemble-great-team h2{
	    width: 85%;
}
.swiper-button-next svg, .swiper-button-prev svg{
	width:30px!important;
}

.testimonails .swiper-button-prev:hover, .testimonails .swiper-button-next:hover{
	border-color:none;
}

.testimonails .swiper-button-prev:hover, .testimonails .swiper-button-next:hover, .testimonails .swiper-button-prev:hover svg, .testimonails .swiper-button-next:hover svg, .latest-insights .swiper-button-next:hover svg, .latest-insights .swiper-button-prev:hover svg{
	fill:#1E73B8;
}
.find-the-perfect
.ServicesGraphic .card .card-body {
    padding: 3.8125rem 30px!important;
}

.swiper-button-prev:after, .swiper-rtl .swiper-button-next:after,
.swiper-button-next:after, .swiper-rtl .swiper-button-prev:after{
    content: '';
}
.find-the-perfect.pattern-3::before{
	    width: 160%;
}

.SoftwareWeb.find-the-perfect.pattern-2::before{
	clip-path: polygon(0% 63%, 0% 0%, 600% -15%);
}

.find-the-perfect.pattern-4::before{
	clip-path: polygon(0% 29%, 0% 0%, 224% 0%);
}

.btn.btn-lg{
	font-family: "Cabin", sans-serif;
	font-size:18px;
	padding:15px 25px;
}

.hero-blog-detail-section{
	margin-bottom:0;
}

.latest-insights .btn.btn-lg{
	padding:15px 20px;
} 






@media (min-width: 992px) {
    h1, h2, h3, h4, h5, h6 {
        font-weight: 500;
    }
}

.hero-section h1 {
    font-size: calc(1.5rem + 1.5vw);
    font-weight: 700;
}

.img-hero-section {
    position: absolute;
    left: -2rem;
    top: 7rem;
    width: 100%;
}

.img-hero-section-sm {
    margin-bottom: 0;
    width: 100%;
}

.hero-section .content-area {
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
}

@media (min-width: 992px) {
    .hero-section .content-area {
        padding-top: 15rem;
        padding-left: 4.5rem;
        padding-bottom: 16rem;
    }
    
    .hero-section h1 {
        font-size: 3.5rem;
        font-weight: 700;
        margin-bottom: 1.875rem;
    }

    .hero-section h2 {
        font-weight: 700;
    }
}

.find-the-perfect {
    padding-top: 7.5rem;
}

@media (min-width: 992px) {
    .find-the-perfect {
        padding-top: 9.0625rem;
    }
    .find-the-perfect h2 {
        margin-bottom: 1.875rem;
        font-weight: 700;
    }
    .find-the-perfect .card h3 {
        margin-bottom: 1.875rem;
    }
    .find-the-perfect p {
        margin-bottom: 0;
    }
    .find-the-perfect .content-area {
        margin-bottom: 3.75rem;
    }
}

.find-the-perfect .card .card-body {
    padding: 3.8125rem;
}

.find-the-perfect .card .card-footer {
    padding: 0 3.8125rem 2.8125rem;
}

    .considering-a-reliable-skill .card-people-skill {
        padding-top: 24rem;
        margin-bottom: 0;
    }

.find-the-perfect .card .icon-card {
    margin-bottom: 1.875rem;
}

.considering-a-reliable-skill {
    padding-top: 7.5rem;
    padding-bottom: 7.5rem;
}

@media (min-width: 992px) {
    .considering-a-reliable-skill {
        padding-top: 9.0625rem;
        padding-bottom: 9.0625rem;
    }
    .considering-a-reliable-skill h2 {
        font-weight: 700;
        font-size: 2.25rem;
        margin-bottom: 1rem;
    }
}

@media (max-width: 991px) {
    .col-cards-features {
        margin-bottom: 7.5rem;
    }
    .considering-a-reliable-skill .card-people-skill .title {
        font-size: 1.25rem;
    }
    .considering-a-reliable-skill .card-people-skill .img-card-people-skill {
        width: 100%;
        object-fit: contain;
        height: 12rem;
        margin-bottom: 1.875rem;
    }
}

@media (max-width: 991px) {
    .engage-with-us {
        min-height: 10rem;
    }
    .engage-with-us .bg-shape-2 {
        left: 0;
    }

}

@media (min-width: 992px) {
    .discover-the-roles {
        min-height: 52.5rem;
    }
    .discover-the-roles .bg-discover-the-roles {
        width: 100%;
    }
}

@media (max-width: 991px) {
    .discover-the-roles {
        min-height: 54rem;
    }
}

.our-process {
    padding-top: 7.5rem;
}

@media (min-width: 992px) {
    .our-process {
        padding-top: 9.0625rem;
    }
}

.our-process .col-content-steps {
    gap: 1.875rem;
}

.our-process .box-content-steps .steps-icon-line {
    align-items: center;
}

@media (min-width: 992px) {
    .our-process .box-content-steps .col-content .title {
        margin-bottom: 0.9375rem;
    }
}

.testimonails {
    padding-top: 7.5rem;
    padding-bottom: 7.5rem;
}

@media (min-width: 992px) {
    .testimonails {
        padding-top: 9.0625rem;
        padding-bottom: 9.0625rem;
    }
    .testimonails h2 {
        font-size: 3.5rem;
    }
}

.testimonails .swiper {
    padding-bottom: 2rem;
}

.bg-shape-triangle-1 {
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: contain;
}

@media (min-width: 992px) {
    .lets-assemble-great-team {
        padding-top: 5rem;
        min-height: 44.4rem;
    }
    .lets-assemble-great-team .img-lets-assemble-great-team {
        width: 100%;
    }
}

@media (max-width: 991px) {
    .lets-assemble-great-team {
        min-height: 36rem;
        padding-top: 6rem;
    }
    .lets-assemble-great-team .container-content {
        justify-content: flex-start;
    }
}

.latest-insights {
    padding-top: 7.5rem;
    padding-bottom: 7.5rem;
}

@media (min-width: 992px) {
    .latest-insights {
        padding-top: 9.0625rem;
        padding-bottom: 9.0625rem;
    }
    .latest-insights h2 {
        font-weight: 700;
    }
}

.latest-insights .card .card-body img {
    margin-bottom: 1.875rem;
}

.latest-insights .card .card-body h3 {
    margin-bottom: 1.875rem;
}

@media (max-width: 991px) {
    .technology .bg-light {
        padding-top: 1.5rem;
        padding-bottom: 1.5rem;
    }
}

.technology h2 {
    margin-bottom: 1.875rem;
}

.img-hero-section-sub-page {
    position: absolute;
    left: 0;
    top: 0rem;
    width: 100%;
}

.footer {
    padding-top: 7.5rem !important;
}

@media (min-width: 992px) {

    .footer {
        padding-top: 9.0625rem !important;
    }

	
}

@media (max-width: 991px) {
    .footer .col-logo-footer {
        margin-bottom: 3.75rem;
    }
    .col-last {
        margin-top: 3.75rem;
        margin-bottom: 2.9375rem;
    }

    .footer ul li:last-child {
        margin-bottom: 0;
    }

    .footer .get-in-touch {
        border-radius: 0;
    }
}


@media (width: 2560px) and (min-width: 2300px) {
	    .find-the-perfect {
        padding-top: 18.0625rem;
    }
	    .header {
        position: absolute;
        left: 0;
        right: 0;
        z-index: 1;
        background-color: #fff;
    }
	.hero-about-us-section h1, .vision-statement-section h2, .find-the-perfect h2, .team h2, .testimonails h2, .hero-services-intro-banner-section h1, .what-is-staff-augmentation h2, .find-the-perfect h2, .our-approach-to-success h2, .faq-section h2, .faq-section .accordion .accordion-header .accordion-button, .faq-section h3, .what-are-dedicated-teams h2, .central-matrix-247-high-tech h2, .the-central-experience h2, .empower-your-teams h2, .offered-services-section h2.title-h2, .latest-insights h2{
		width:90%;
	}
	    .hero-about-us-section .content-area {
			padding-top: 30.5rem;
	}
	.hero-about-us-section{
		padding-bottom:6rem;
	}
	.shape-clip.find-the-perfect::before {
    clip-path: polygon(100% 100%, -80% 100%, 440% 0%);
}
	
	.bg-hero-section{
		    background-position: unset;
	}
	    .hero-section .content-area {
			padding-top: 26rem;
	}
}




@media (max-width: 1536px) and (min-height:754px) {
    .hero-section .content-area {
        padding-top: 7rem;
        padding-left: 3.5rem;
        padding-bottom: 16rem;
    }
    .find-the-perfect {
        padding-top: 0.0625rem;
    }
    .our-process {
        padding-top: 5.0625rem;
    }
    .discover-the-roles .content-area h2,
    .lets-assemble-great-team .content-area h2,
    .hero-blog-section h1,
    .offered-services-section h2.title-h2,
    .ready-to-build-cta .content-area h2,
    .contact-us-content-section h1 {
        font-size: 3rem;
    }
    .discover-the-roles {
        min-height: 41.5rem;
    }
    p {
        font-size: 1rem;
    }
    .hero-about-us-section .content-area {
        padding-top: 7.5rem;
        padding-bottom: 1.7rem;
    }
    .latest-insights {
        padding-top: 5.0625rem;
        padding-bottom: 3.0625rem;
    }
    .latest-insights .btn.btn-lg {
        padding: 5px 10px;
    }
    .contact-us-content-section {
        padding-top: 4.7rem;
        padding-bottom: 1rem;
    }
    .btn.btn-lg {
        font-size: 16px;
    }
    .about-sec,
    .case-text-area,
    .caseStudytext,
    .lead_sec {
        padding: 5.5rem 0;
    }
    .shape-clip,
    .card-staff,
    .bg-shape-3 {
        padding-top: 7.5rem;
        padding-bottom: 3rem;
    }
    .hero-services-intro-banner-section h1,
    .faq-section h2 {
        font-size: 2.5rem;
    }
    .find-the-perfect.pattern-3::before {
        width: 176%;
    }
    .find-the-perfect .card .card-body {
        padding: 2.8125rem;
    }
    .faq-section .accordion .accordion-header .accordion-button {
        font-size: 1.5rem;
    }
    .hero-services-intro-banner-section .content-area {
        padding-right: 18rem;
    }
    .central-matrix-247-high-tech h2 {
        font-size: 2rem;
    }
}



@media only screen and (max-width: 767px) {
	.considering-a-reliable-skill .card-people-skill{
		padding-top:0;
	}
	.hero-services-intro-banner-section .content-area {
   
    padding-bottom: 1rem;
    padding-top: 3rem;
}
	    .discover-the-roles .bg-discover-the-roles {
        width: 300%;
        height: auto;
    }
	.discover-the-roles .content-area h2, .lets-assemble-great-team .content-area h2, .hero-blog-section h1, .offered-services-section h2.title-h2, .ready-to-build-cta .content-area h2, .contact-us-content-section h1 {
        font-size: 2rem;
    }
	.img-hero-section-sub-page{
		position:relative!important;
	}
	.hero-services-intro-banner-section.bg-hero-section{
		    background-position: 50% 0;
	}
	.col-logo-footer{
	height:60px
}
	    .hero-about-us-section .content-area {
        padding-top: 3.5rem;
        padding-bottom: 1.7rem;
    }
	.hero-services-intro-banner-section .content-area {
		padding-right: 3rem;}
	.blog-detail h1{
		    font-size: 42px;
	}
	.case-text-area h4 {
		    font-size: 28px;
	}
	.caseStudytext h4{
		margin:20px 0;
	}
	    .about-sec, .case-text-area, .caseStudytext, .lead_sec {
        padding: 2.5rem 0!important;
	}

	.lead_sec h1 {
		font-size: 34px;
		margin-bottom:20px;
	}
	.image-area{
		overflow-x: clip;
	}
	    .hero-section .content-area {
        padding-top: 3rem;
        padding-left: 0.5rem;
        padding-bottom: 6rem;
    }
	.hero-section .content-area .banner_btn{
		justify-content:center;
	}
	.find-the-perfect::before{
		    clip-path: polygon(100% 100%, -175% 100%, 500% 0%)
	}
	.engage-with-us {
    font-size: 1.325rem;
    width: 84%;
	}
	.our-process h2, .testimonails h2, .lets-assemble-great-team h2 {
    width: 100%;
}

.swiper-button-next svg, .swiper-button-prev svg {
    width: 20px !important;
}
	.latest-insights .swiper-button-prev, .latest-insights .swiper-button-next{
		position:relative;
	}
	.latest-insights .swiper-button-prev {
		top:50px;	
		left: 20%;
	}
	.latest-insights .swiper-button-next{
		top:-11px;
		    right: -46%;
	}
	.latest-insights .card .card-body {
		padding:20px!important;
	}
	
	 .the-central-experience .container-card {
        justify-content: space-between; /* Ensure cards are evenly spaced */
		 grid-gap: 1rem;
		 padding:15px;
    }
    .the-central-experience .container-card > * {
        flex: 0 0 48%; /* Make each card take up 48% of the width */
        box-sizing: border-box; /* Ensure padding and border are included in the width */
    }
	.featured-blog {
    padding: 6rem 0;
}
	.subscribe-to-our-newsletter .img-subscribe-to-our-newsletter{
		position:relative;
	}
	.subscribe-to-our-newsletter .container-content{
		top: 36%;
    position: absolute;
	}
	.latest-insights .btn.btn-lg{
		    margin: 0 auto;
	}
	.blog-detail-content-section .meta-details {
		font-size: 1rem;
	}
	.our-process img{
		width:95%;
	}
	.technology .bg-light{
		    overflow-x: clip;
	}
	.discover-the-roles .bg-discover-the-roles{
		width:100%;
	}
}