/*!
Theme Name: xcb-recruitment
Theme URI: http://underscores.me/
Author: Underscores.me
Author URI: http://underscores.me/
Description: Description
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: xcb-recruitment
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/
@import url('https://fonts.googleapis.com/css2?family=Onest:wght@100..900&display=swap');


* {
	padding: 0;
	margin: 0;
	box-sizing: border-box;
}

:root {
	--primaryColor: #395f7d;
	--secondaryColor: #6EC1E4;
	--primaryHover: #C38154;
	--textColor: #1B222B;
	--white: #ffffff;
}

body {
  font-family: "Onest", serif;
	font-optical-sizing: auto;
	font-size: 16px;
	color: #fff;
	line-height: 1.4;
	font-weight: 400;
	background: #000000;

}

a,input,button {
	text-decoration: none;
	color: #fff;
	transition: all ease-in-out .3s;
	display: flex;
}
a:hover {
	text-decoration: underline;
}

img {
	max-width: 100%;
	height: auto;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Onest", serif;
	font-weight: 800;
}


/*********Utility css start*********/
.row{
  display: flex;
  flex-wrap: wrap;
}
.text-center{
	text-align: center;
}
body .button-white button,
body .button-white a {
	padding: 21px 64px !important;
	display: block;
	font-size: 17px !important;
	position: relative;
}
.button-white button:before,
.button-white button:after ,
.button-white a:before,
.button-white a:after {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    transition: all ease-in-out .3s;
    z-index: -1;
		border-radius: 30px;
}
.button-white button:before,
.button-white a:before {
    right: 100%;
    z-index: -1;
    background: #FF00FF;
}
.button-white button:after,
.button-white a:after{
    background: #fff;
    z-index: -2;
    right: 0;
}

.button-white button,
.button-white a {
    border: none !important;
    overflow: hidden;
    transition: all ease-in-out .3s;
    background: transparent !important;
}

.button-white button:hover:before,
.button-white a:hover:before {
    right: 0;
}

.color-primary{
	color: #FF00FF;
}

/*********Utility css end*********/

/*********Typography css star*********/



.section-name{
	margin-bottom:38px;
}
.section-name b {
	font-size: 17px;
	line-height: 22px;
	padding: 10px 30px;
	color: #000;
	background: #FF00FF;
	border-radius: 35px;
	display: inline-block;
}
.section-name b{
	font-weight: 600;
}
body .big-title {
	font-size: 80px;
	line-height:90px;
	font-weight: 800;
	margin-bottom: 40px;
}
body .medium-title {
	font-size: 40px;
	line-height:50px;
	font-weight: 800;
	margin-bottom: 40px;
}
body .section-title {
	font-size: 60px;
	font-weight: 800;
	line-height:70px;
	margin-bottom:38px;
	text-transform: uppercase;
}

.fs-19 {
	font-size: 19px;
}
.fs-25{
	font-size:25px;
	margin-bottom: 25px !important;
}
@media (max-width: 1200px) {
	body .big-title {
		font-size: 60px;
		line-height:70px;
	}
	body .section-title{
		font-size: 45px;
    line-height: 55px;
	}
	body .medium-title {
		font-size: 35px;
		line-height:45px;
		margin-bottom: 30px;
	}
	.fs-19 {
		font-size: 17px;
	}
	.fs-25{
		font-size:22px;
	}
}
@media (max-width: 991px) {
	.section-name{
		margin-bottom:30px;
	}
	.section-name b {
		font-size: 16px;
		padding: 10px 30px;
	}
	body .big-title {
		font-size: 45px;
		line-height:55px;
	}
	body .section-title{
		font-size: 40px;
    line-height: 50px;
	}
	body .medium-title {
		font-size: 30px;
		line-height:40px;
	}
}
@media (max-width: 768px) {
	body .big-title {
		font-size: 38px;
		line-height:45px;
	}
	body .section-title{
		font-size: 35px;
    line-height: 42px;
	}
	body .medium-title {
		font-size: 25px;
		line-height:35px;
	}
	.fs-19 {
		font-size: 16px;
	}
	.fs-25{
		font-size:20px;
	}
}
/*********Typography css end*********/


/*********Section and container start*********/
section,
section.vc_section{
	padding: 130px 0px !important;
	overflow: visible !important;
	position: relative !important;
	display: flex;
  justify-content: center;
	flex-wrap: wrap;
}
.container {
	margin: 0 auto;
}
.container-fluid {
	max-width: 1750px;
  margin: 0 auto;
}
.container,
.vc_section>.vc_row {
	width: 100%;
  max-width: 1387px !important;
	padding: 0 50px !important;
	left: 0 !important;
}

.border-top.vc_section::after{
	content: "";
	width: calc(100% - 100px);
	max-width: 1287px ;
	background: #fff;
	height: 3px;
	position: absolute;
	top: 0;
	left: 50%;
	transform: translateX(-50%)
}

@media (max-width: 1200px) {
	section,
	section.vc_section{
		padding: 100px 0px !important;
	}
	.container, .vc_section>.vc_row {
		max-width: 950px !important;
    padding: 0 30px !important;
	}
	.border-top.vc_section::after{
		max-width: 890px;
		width: calc(100% - 60px);
	}

	
}
@media (max-width:767px) {
	section,
	section.vc_section{
		padding: 80px 0px !important;
	}
	.container, .vc_section>.vc_row {
		padding: 0 20px !important;
	}
	.border-top.vc_section::after {
		width: calc(100% - 40px);
	}
}

/*********Section and container end*********/


/*********About section start*********/
section#about-us-section{
	padding-bottom: 0px !important;
}
section#about-us-section {
	background-size: 713px;
	background-position-x: right !important;
	background-position-y: 70px !important;
}

section#about-us-section .vc_row.wpb_row.vc_row-fluid.hover-card-sec.light{
	margin-top: 55px ;
}
@media (max-width: 1200px) {
	section#about-us-section .vc_row.wpb_row.vc_row-fluid.hover-card-sec.light{
		margin-top: 25px ;
	}
	section#about-us-section {
		background-size: 513px;
	}
}
@media (max-width: 991px) {
	section#about-us-section{
    background: none !important;
  }
	section#about-us-section .text-column.vc_col-sm-6,
	section#about-us-section .vc_col-sm-6 {
    width: 100% !important;
  } 
	section#about-us-section .vc_col-sm-6:not(.text-column) {
    margin-bottom: -50px;
	}
}


/*********About section end*********/


/*********hover card section start*********/
.vc_section>.vc_row.hover-card-sec.dark {
	margin-top: 130px;
}
.vc_section>.vc_row.hover-card-sec>.vc_column_container  {
	padding: 50px 90px !important;
	border-radius: 20px;
}
.vc_section>.vc_row.hover-card-sec.light>.vc_column_container  {
	background: #fff;
}
.vc_section>.vc_row.hover-card-sec.dark>.vc_column_container  {
	background: linear-gradient(90deg, #6D6B6B 0%, #181818 100%);
}
.hover-card-sec .vc-hoverbox-back {
	background: transparent !important;
}
.hover-card-sec .vc-hoverbox-back-inner h2 {
	display: none;
}
.hover-card-sec .vc-hoverbox-inner{
	min-height: 240px !important;

}
.hover-card-sec .vc-hoverbox-front {
	background-image: none !important;
	padding: 20px;
}
.hover-card-sec .vc-hoverbox-back-inner{
	display: flex;
	flex-direction: column;
	gap: 29px;
}
.hover-card-sec.light .vc-hoverbox-back-inner{
	display: flex;
	flex-direction: column;
	gap: 29px;
	padding: 0;
}

.hover-card-sec .vc-hoverbox-back-inner p{
	font-size: 25px;
	font-weight: 600;
	line-height: 1.3;
}
.hover-card-sec.light .vc-hoverbox-back-inner p{
	color: #000;
	display: flex;
	justify-content: center;
	align-items: center;
}
.hover-card-sec.light .vc-hoverbox-back-inner p:nth-child(3){
	min-height: 64px;
}

.hover-card-sec .hover-card-row{
	margin: 0;
	justify-content: space-between;
	display:flex;
	
}
.hover-card-sec .hover-card-row .vc_col-sm-4{
	width:290px;
	display: flex;
	cursor: pointer;
}
.hover-card-sec .hover-card-row .vc_col-sm-4>div {
	padding: 0;
}

.hover-card-sec .vc-hoverbox-front-inner{
	padding: 0 !important;
}

.hover-card-sec.light .vc-hoverbox-front{
	background: linear-gradient(90deg, #6D6B6B 0%, #181818 100%)!important;
}
.hover-card-sec.dark .vc-hoverbox-front{
	background: linear-gradient(90deg, #ffffff 0%, #9c9494 100%) !important;
}
.hover-card-sec .vc-hoverbox-front h2{
	font-size: 17px;
	font-weight: 400;
	line-height: 1.4;
	text-align: left !important;
	
}
.hover-card-sec.light .vc-hoverbox-front h2{
	color: #fff;
}
.hover-card-sec.dark .vc-hoverbox-front h2{
	color: #000;
}
.hover-card-sec .hover-card-row:before, .hover-card-sec .hover-card-row:after {
	display: none;
}
@media (max-width: 1200px) {
	.vc_section>.vc_row.hover-card-sec>.vc_column_container{
		padding: 30px 50px !important;
	}
	.hover-card-sec .hover-card-row .vc_col-sm-4 {
    width: 250px;
	}
	.hover-card-sec .vc-hoverbox-back-inner p{
		font-size: 22px;
	}
	.hover-card-sec .vc-hoverbox-front h2{
		font-size: 15px;
	}
	.hover-card-sec.light .vc-hoverbox-back-inner {
    gap: 25px;
	}
}
@media (max-width: 991px) {
	.vc_section>.vc_row.hover-card-sec>.vc_column_container{
		padding: 30px 20px !important;
	}
	.hover-card-sec .hover-card-row .vc_col-sm-4 {
    width: 220px;
	}
	.hover-card-sec .vc-hoverbox-back-inner p{
		font-size: 20px;
	}
	.hover-card-sec .vc-hoverbox-front h2{
		font-size: 14px;
	}
	.hover-card-sec.light .vc-hoverbox-back-inner {
    gap: 22px;
	}
}
@media (max-width: 768px) {
	.vc_section>.vc_row.hover-card-sec>.vc_column_container{
		padding: 30px 30px !important;
	}
	.hover-card-sec .hover-card-row .vc_col-sm-4 {
    width: 50%;
	}
	.hover-card-sec .hover-card-row {
    flex-wrap: wrap;
		justify-content: center;
		gap: 15px 0px;
  }
}
@media (max-width: 576px) {
	.hover-card-sec .hover-card-row .vc_col-sm-4 {
    width: 100%;
	}
	.hover-card-sec .vc-hoverbox-back-inner {
    gap: 20px;
  }
	.hover-card-sec .vc-hoverbox-inner {
    min-height: 225px !important;
	}
}
/*********hover card section end*********/

/*********Service section start*********/

.services-section .hover-card-sec{
	margin-top: 130px;
}
.services-section .service-row{
	margin: 0 -16px 60px;
	display: flex;
	flex-wrap: wrap;
}
.services-section .service-row::before,
.services-section .service-row::after{
	display: none;
}
.services-section .service-row .vc_col-sm-4{
	padding: 0 16px;
	align-self: stretch;
}
.services-section .service-row .vc_column-inner{
	padding: 0px;
	height: 100%;
}
.services-section .service-row .vc_col-sm-4>div>.wpb_wrapper{
	background: #181818;
	padding: 125px 30px 51px;
	position: relative;
	border-radius: 20px;
	height: 100%;
}
.services-section .service-heading {
	color: #FF00FF;
	background: #fff;
	padding: 15px 30px;
	border-radius: 20px;
	position: absolute;
	top: 0;
	width: 100%;
	left: 0;
	font-size: 22px;
	line-height: 31px;
	margin: 0;
}
.services-section .service-text p{
	font-size: 17px;
	line-height: 21px;
}
.services-section .service-text h4{
	font-size: 19px;
	line-height: 23px;
	margin: 20px 0px;
}
.services-section .service-heading strong {
	color: #000;
	font-size: 23px;
	line-height: 34px;
}
.services-section .service-text ul {
	list-style: none;
	border-top: 1px solid #fff;
}

.services-section .service-text ul li {
	padding: 7px 0px;
	border-bottom: 1px solid #fff;
}

.services-section .service-text{
	margin: 0;
}
.privacy ul {
    padding-left: 20px;
}
.privacy a {
    display: inline;
}
@media (max-width: 1200px) {
	.services-section .hover-card-sec{
		margin-top: 100px;
	}
	.services-section .service-heading {
		padding: 15px 25px;
		font-size: 20px;
		line-height: 28px;
	}
	.services-section .service-heading strong {
		font-size: 21px;
		line-height: 30px;
	}
	.services-section .service-text p {
    font-size: 16px;
    line-height: 21px;
  }
	.services-section .service-row{
		gap: 30px;
	}
	.services-section .service-row .vc_col-sm-4{
		width: 100%;
	}
}
@media (max-width: 768px) {
	.testimonial-row>div {
		
		margin-bottom: 20px;
	}
	.services-section .hover-card-sec{
		margin-top: 80px;
	}
	.services-section .service-heading {
		padding: 15px 20px;
		font-size: 18px;
		line-height: 26px;
		margin-bottom: 25px;
		width: calc(100% + 40px);
		left: -20px;
		position: relative;
	}
	.services-section .service-heading strong {
		font-size: 19px;
		line-height: 27px;
	}
	.services-section .service-text p {
    font-size: 15px;
    line-height: 18px;
  }
	.services-section .service-row .vc_col-sm-4>div>.wpb_wrapper {
    background: #181818;
    padding: 0px 20px 31px;
	}
}

/*********Service section end*********/



section.only-content-section {
	background-size: 500px !important;
}
@media (max-width: 1200px) {
	section.only-content-section {
		background-size: 400px !important;
	}
}
@media (max-width: 576px) {
	section.only-content-section {
		background-size: 250px !important;
	}
}

.content-page {
	padding-top: 130px;
}
.content-page:before {
	content: "";
	background-image: url(/wp-content/uploads/2025/02/home-sec-stripe.svg);
	background-repeat: no-repeat;
	background-position: left top;
	position: absolute;
	top: 0;
	left: 0;
	width: 500px;
	height: 500px;
	background-size: contain;
	opacity: 1;
}
.content-page h1{
	font-size: 44px;
	margin-bottom: 30px;
}
.content-page h2{
	font-size: 32px;
}
.content-page h3{
	font-size: 28px;
}
.content-page p{
	font-size: 17px;
	margin-bottom: 20px;
}

@media (max-width: 1200px) {
	.content-page {
		padding-top: 80px;
	}
	.content-page h1{
		font-size: 40px;
		margin-bottom: 30px;
	}
	.content-page h2{
		font-size: 28px;
	}
	.content-page h3{
		font-size: 24px;
	}
	.content-page p{
		font-size: 16px;
	}
	.content-page:before {
		width: 400px;
		height: 400px;
	}
}
@media (max-width: 991px) {
	.content-page {
		padding-top: 0px;
	}
	.content-page:before {
		width: 330px;
		height: 330px;
		top: 140px;
		left: -175px;
	}
}

@media (max-width: 768px) {

	.content-page h1{
		font-size: 34px;
		margin-bottom: 30px;
	}
	.content-page h2{
		font-size: 24px;
	}
	.content-page h3{
		font-size: 20px;
	}
	.content-page p{
		font-size: 15px;
	}
	
}












/* ----404-page-css-start---- */
.inner-error-section a.link-homepage {
	font-size: 17px;
    line-height: 22px;
    padding: 10px 30px;
    color: #000;
    background: #FF00FF;
    border-radius: 35px;
    display: inline-block;
	font-weight: 500;
}
.inner-error-section p.not-found-para {
    font-size: 40px;
    color: #fff;
    text-align: center;
    line-height: 50px;
    margin: 30px 0px 20px;
}
.inner-error-section p.inner-error-text {
    font-size: 25px;
    line-height: 30px;
    text-align: center;
	margin-bottom: 30px;
}
.inner-error-section {
    text-align: center;
}
.inner-error-section img {
    width: 500px;
}
.error-page {
    height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
}
.inner-error-section a.link-homepage:hover {
    text-decoration: none;
	background: #fff !important;
}



@media screen and (max-width: 991px) {
.inner-error-section p.not-found-para {
	font-size: 35px;
	line-height: 40px;
	margin: 20px 0px 10px;
}
.inner-error-section p.inner-error-text {
    font-size: 20px;
    line-height: 30px;
	margin-bottom: 20px;
}
.inner-error-section img {
    width: 400px;
}
}




@media screen and (max-width: 767px) {
.inner-error-section img {
    width: 300px;
}
}







@media screen and (max-width: 550px) {
.inner-error-section p.not-found-para {
	font-size: 30px;
	line-height: 35px;
}
.inner-error-section p.inner-error-text {
    font-size: 18px;
    line-height: 27px;
}
.inner-error-section img {
    width: 250px;
}
}





/* ----404-page-css-end---- */











