@charset "utf-8";
/* CSS Document */
/*	General Styling
----------------------------------------------------------------------*/
@import url("bootstrap.css");
@import url("https://cdn.jsdelivr.net/npm/bootstrap-icons@1.10.3/font/bootstrap-icons.css");
@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');

/*html, body {height: 100%;}*/
body {font-family: "Montserrat", sans-serif; font-style: normal; color: #1a1a18; margin: 0; height: 100%;}
ul {list-style-type: none;}
.clear {clear: both; display: block; height: 0; overflow: hidden; visibility: hidden; width: 0;}
.extra-wrap {overflow: hidden;}
.block {display: block;}
.in-block {display: inline-block;}
.p-rel {position: relative;}
.wrapper {width: 100%; overflow: hidden;}
.super-container {margin: 0; height: 100%; padding: 0px; position: relative;}
.container {position: relative;}
img {vertical-align: middle; height: auto; max-width: 100%; border: 0;}
a {text-decoration: none; -webkit-transition: all 0.3s ease-in-out; transition: all 0.3s ease-in-out;}
.text-justify {text-align: justify;}

.font11 {font-size: 11px !important;}
.font12 {font-size: 12px !important;}
.font13 {font-size: 13px !important;}
.font14 {font-size: 14px !important;}
.font15 {font-size: 15px !important;}
.font18 {font-size: 18px !important;}
.fw500 {font-weight: 500;}
.fw600 {font-weight: 600;}

.primary-color {color: var(--theme-color-primary);}
.secondary-color {color: var(--theme-color-secondary);}
.theme-bg-color {background-color: var(--theme-bg-color);}


/* header
----------------------------------------------------------------------*/
#header {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 100;
}
#header .navbar-top {
	background-color: #1a1a18;
}
.social a {
	display: inline-block;
    padding-left: 0.7rem;
	color: #1a1a18;
}
#header .navbar-top .social li a {
	color: #ffffff;
}
.mobile-social svg {
	width: 26px;
    height: 22px;
	fill: #1a1a18;
}
#header .nav.language .nav-link {
	color: #ffffff;
	text-decoration: underline;
	font-size: 13px;
}
#header .nav .nav-link:hover,
#header .nav.language .nav-link.active {
	color: #DA6A08;
}
#header .top-links .nav-link {
	color: #ffffff;
	text-decoration: underline;
	font-size: 13px;
}
#header .top-links .nav-link:hover,
#header .top-links .nav-link:focus,
#header .top-links .nav-link.active {
	color: var(--theme-color-secondary);
}
#header .navbar-nav .nav-item .nav-link {
	font-weight: 600;
	text-transform: uppercase;
	color: #1A1A18;
}
#header .navbar-nav .nav-item .nav-link:hover,
#header .navbar-nav .nav-item .nav-link.active {
	color: var(--theme-color-secondary);
}
#header #desktop-menu .nav-item:first-child {
	margin-left: 0;
}

#header .navbar-nav .nav-item .nav-link.highlight {
	background-color: #DA6A08;
	text-transform: capitalize;
    color: #ffffff;
    border-radius: 25px;
    padding: 5px 16px;
	font-size: 13px;
    box-shadow: 0 3px 5px rgba(0, 0, 0, 0.2);
}
#header .navbar-nav .nav-item .nav-link.highlight:hover,
#header .navbar-nav .nav-item .nav-link.highlight:focus {
	background-color: #0095DA;
}
#header .navbar {
	padding-top: 0;
	padding-bottom: 0;
}
#header .navbar .navbar-brand {
	padding-top: 1rem;
	padding-bottom: 1rem;
}
#header .navbar .navbar-brand img {
	width: 200px;
}
.navbar-expand-lg .navbar-nav .dropdown-toggle::after {
	display: none;
}
.navbar-nav .nav-link.active {
	color: var(--theme-color-secondary);
}
#header .navbar .search-btn:active {
	border: 0;
}
#header .navbar .search-btn img {
	width: 22px;
}
.offcanvas .offcanvas-header {
	border-bottom: 1px solid #f7f7f7;
}
.offcanvas .offcanvas-header img {
	width: 200px;
}
.navbar-nav .dropdown-menu {
    -webkit-transition: all 0.5s ease-in-out;
    		transition: all 0.5s ease-in-out;
}
.navbar-nav .nav-item {
	margin-left: 20px;
}

/* carousel
--------------------------------------------------------------*/
#sliders-container .carousel-inner,
#sliders-container .carousel-item {
	height: 100%;
}
#sliders-container .carousel-inner .carousel-item {
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    height: 100%;
    overflow: hidden;
}
/*#sliders-container .carousel-inner .carousel-item:before {
	content: "";
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgb(220,105,12);
	background: linear-gradient(90deg, rgba(220,105,12,0.45) 0%, rgba(0,149,218,0.4542191876750701) 100%);
}*/

/*#sliders-container .carousel-inner .carousel-item.first-slide {
    background-image: url("../images/hero-img.jpg")
}*/
#sliders-container .carousel-caption {
	position: relative;
	height: 100%;
	right: auto;
	left: auto;
	padding: 0;
	bottom: 0;
}
.carousel-indicators [data-bs-target] {
	border-radius: 20px;
	height: 9px;
	width: 9px;
	border: 0;
	opacity: 1;
	-webkit-transition: width 0.8s;
			transition: width 0.8s;
}
.carousel-indicators .active {
	width: 25px;
	background-color: #0095DA;
} 

/* Animation delays */
.carousel-caption h3:first-child {
	animation-delay: 1s;
}
.carousel-caption h3:nth-child(2) {
	animation-delay: 2s;
}

#sliders-container .carousel-caption h2 {
	text-transform: uppercase;
	font-weight: 700;
    margin: 30px 0 12px 0;
    text-shadow: 0px 1px 4px rgba(0, 0, 0, 0.5);
}
#sliders-container .carousel-caption h4 {
    text-shadow: 0px 1px 4px rgba(0, 0, 0, 0.5);
	margin-bottom: 20px;
}
#sliders-container .carousel-caption h6 {
	background-color: rgba(0,0,0,0.3);
	text-transform: uppercase;
    padding: 4px 14px;
    border-radius: 15px;
}

/* #searchCollapse
--------------------------------------------------------------*/
#searchCollapse {
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 1080;
	transition: all 0.6s;
	/*background-color: var(--bs-dark);*/
	background-color: rgba(255,255,255,0.90);
}
#searchCollapse #search-area-input {
    width: 100%;
    padding: 1rem 0;
    border: none;
    /*border-bottom: 1px solid #aaa;
	color: #ffffff;*/
    outline: none;
    background: none;
    font-size: 1.2em;
    font-weight: 400;
}
#searchCollapse .input-group-lg {
	background-color: #ffffff;
    border-radius: 30px;
    padding: 0 25px;
    position: relative;
}
#searchCollapse button.search-btn {
	color: #ffffff;
    background-color: var(--theme-color-secondary);
	border-radius: 0 30px 30px 0;
	height: 100%;
	right: 0;
	top: 0;
	position: absolute;
	border: 0;
}
/*#searchCollapse .focus-border {
	position: absolute;
    bottom: 16px;
    left: 0;
    width: 0;
    height: 1px;
    background-color: #0095DA;
    -webkit-transition: all 0.6s cubic-bezier(0.42, 0, 0, 0.97);
    transition: all 0.6s cubic-bezier(0.42, 0, 0, 0.97);
}
#searchCollapse #search-area-input:focus ~ .focus-border {
	width: 100%;
}*/


/* theme css
--------------------------------------------------------------*/
section {
	margin-bottom: 60px;
}
.section-head {
	text-align: center;
	margin-bottom: 3rem;
	text-transform: uppercase;
}
.section-head .heading {
	position: relative;
	display: inline-block;
	margin-bottom: 0;
	color: var(--theme-color-primary);
	font-weight: 700;
}
.section-head .heading span:before {
	content: "";
	background: url("../images/icons/dots-icon.svg") no-repeat scroll 0 0 transparent;
	position: absolute;
	top: -4px;
    left: -20px;
    width: 40px;
    height: 40px;
    background-size: cover;
	z-index: -1;
}

.btn-link {
	background: -webkit-gradient(linear, left top, right top, from(currentColor), to(currentColor));
    background: linear-gradient(to right, currentColor 0%, currentColor 100%);
    background-size: 0px 2px;
    background-repeat: no-repeat;
    background-position: left 100%;
	font-weight: inherit;
    padding: 0;
	text-decoration: none;
	font-weight: 600;
	color: inherit;
    -webkit-transition-duration: 0.5s;
			transition-duration: 0.5s;
}
.btn-link:hover {
	color: inherit;
    background-size: 100% 2px;
}
.btn-link-2 {
	background: -webkit-gradient(linear, left top, right top, from(currentColor), to(currentColor));
    background: linear-gradient(to right, currentColor 0%, currentColor 100%);
    background-size: 0px 1px;
    background-repeat: no-repeat;
    background-position: left 100%;
	font-weight: inherit;
    padding: 0;
	text-decoration: none;
	font-weight: 500;
	color: inherit;
    -webkit-transition-duration: 0.5s;
			transition-duration: 0.5s;
}
.btn-link-2:hover {
	color: inherit;
    background-size: 100% 1px;
}

.card-bg-scale::after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: inherit;
    -webkit-transition: all 1s !important;
			transition: all 1s !important;
    z-index: -2;
}
.card-bg-scale:hover::after {
    -webkit-transform: scale(1.1);
			transform: scale(1.1);
    -webkit-transition: all 1s !important;
			transition: all 1s !important;
}

.btn-theme {
	background-color: var(--theme-color-primary);
	color: #ffffff;
	box-shadow: 0px 3px 5px rgba(0,0,0,0.3);
	border-radius: 25px;
	transition: 0.5s;
	padding: 0.45rem 1.1rem;
    border: 0;
	display: inline-block;
}
.btn-theme:hover,
.btn-theme:focus {
	background-color: var(--theme-color-secondary);
}
.btn-theme > i.bi-arrow-right,
.btn-theme-border > i.bi-arrow-right,
.btn-theme-reverse > i.bi-arrow-right,
.btn-icon-link > i.bi-arrow-right {
	position: relative;
	right: 0;
	top: 2px;
	-webkit-transition: all .5s ease;
			transition: all .5s ease;
}
.btn-theme:hover > i.bi-arrow-right,
.btn-theme-border:hover > i.bi-arrow-right,
.btn-theme-reverse:hover > i.bi-arrow-right,
.btn-icon-link:hover > i.bi-arrow-right {
	right: -5px;
}
.btn-theme > i.bi-arrow-left,
.btn-theme-border > i.bi-arrow-left,
.btn-theme-reverse > i.bi-arrow-left,
.btn-icon-link > i.bi-arrow-left {
	position: relative;
	left: 0;
	top: 2px;
	-webkit-transition: all .5s ease;
			transition: all .5s ease;
}

.btn-theme:hover > i.bi-arrow-left,
.btn-theme-border:hover > i.bi-arrow-left,
.btn-theme-reverse:hover > i.bi-arrow-left,
.btn-icon-link:hover > i.bi-arrow-left {
	left: -5px;
}


.btn-theme-border {
	background-color: #ffffff;
	border-color: var(--theme-color-secondary);
	color: var(--theme-color-secondary);
	border-radius: var(--bs-border-radius-xxl);
	transition: 0.5s;
	padding: 0.35rem .8rem;
	display: inline-block;
	border: var(--bs-border-width), var(--bs-border-style);
}
.btn-theme-border:hover,
.btn-theme-border:focus {
	color: #ffffff;
	background-color: var(--theme-color-secondary);
}
.btn-theme-reverse {
	background-color: var(--theme-color-secondary);
	color: #ffffff;
	box-shadow: 0px 3px 5px rgba(0,0,0,0.3);
	border-radius: 25px;
	transition: 0.5s;
	padding: 0.45rem 1.1rem;
    border: 0;
	display: inline-block;
}
.btn-theme-reverse:hover {
	background-color: var(--theme-color-primary);
}
.btn-theme-reverse.btn-sm,
.btn-theme-border.btn-sm {
	font-size: 13px;
	padding: 0.30rem 1rem;
	font-weight: 500;
}

.btn-icon-link {
	padding: 0.45rem 0;
	color: inherit;
	border: 0;
	display: inline-block;
}
.btn-icon-link:hover {
	color: var(--bs-dark);
}

.card-hover-shadow {
	-webkit-transition: all 0.3s ease-in-out;
    		transition: all 0.3s ease-in-out;	
}
.card-hover-shadow:hover {
	border-color: var(--theme-color-primary);
	/*-webkit-transform: translateY(-4px);
    		transform: translateY(-4px);*/
	-webkit-box-shadow: 0px 10px 30px rgba(29, 58, 83, 0.15);
    		box-shadow: 0px 10px 30px rgba(29, 58, 83, 0.15);
}

.bullet-list {
	list-style-type: disc;
}

.col.loadbox {
	display: none;
}
#loadMore.noContent {
	display: none;
}



/* #latest-updates
--------------------------------------------------------------*/
#latest-updates .card  {
    background-position: top center;
    background-size: cover;
	overflow: hidden;
	will-change: transform;
	--bs-border-width: 0px;
	z-index: 99;
}
#latest-updates .card-img-overlay {
	background-color: rgba(26,26,24,0.6);
}
#latest-updates .card h2 {
	position: relative;
	text-transform: uppercase;
	font-weight: 500;
	font-size: 30px;
	color: #ffffff;
	margin-bottom: 0;
	text-align: center;
}
#latest-updates .card h2:after {
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	bottom: -5px;
	width: 45px;
	height: 3px;
	margin: 0 auto;
    border-radius: 10px;
	background-color: #ffffff;
	-webkit-transition: width 0.8s;
			transition: width 0.8s;
}
#latest-updates .card:hover h2:after {
	width:99%;
}
#latest-updates.card-grid .card-grid-lg {
    height: 660px;
}
#latest-updates.card-grid .card-grid-md {
	height: 375px;
}
#latest-updates.card-grid .card-grid-sm {
    height: calc(274px - var(--bs-gutter-y) / 2);
}


/* #latest-blogs
--------------------------------------------------------------*/
#latest-blogs .card {
	border-width: 2px;
	padding: 12px;
	border-radius: 0;
	border-radius: 8px;
	height: 100%;
	-webkit-transition: all 0.3s ease-in-out;
    		transition: all 0.3s ease-in-out;
}
#latest-blogs .card .card-title {
	font-size: 20px;
	line-height: 1.5;
	margin-bottom: 1rem;
}
#latest-blogs .card:hover {
    /*-webkit-transform: translateY(-4px);
    		transform: translateY(-4px);*/
	border-color: var(--theme-color-primary);
    -webkit-box-shadow: 0px 10px 30px rgba(29, 58, 83, 0.15);
    		box-shadow: 0px 10px 30px rgba(29, 58, 83, 0.15);
}
#latest-blogs .card .blog-date {
	font-size: 12px;
	font-weight: 600;
	padding-right: 0.7rem;
	margin-right: 0.7rem;
	border-right: 1px solid #ccc;
}
#latest-blogs .card .blog-tag {
	color: #ffffff;
	font-size: 10px;
	font-weight: 500;
	padding: 0px 6px;
	border-radius: 12px;
    text-transform: uppercase;
	background: rgb(220,105,12);
	background: linear-gradient(90deg, rgba(220,105,12,1) 0%, rgba(0,149,218,1) 100%);
}


/* #our-clients
--------------------------------------------------------------*/
.clients-carousel .card img {
	width: 175px;
	margin: 0 auto;
}
.clients-carousel .owl-nav button {
	position: absolute;
	top: 20px;
	margin: 0 !important;
	background-color: #ffffff !important;
}
.clients-carousel .owl-nav .owl-prev {
	left: -0.5rem;
}
.clients-carousel .owl-nav .owl-prev:before {
	content: "\F284";
}
.clients-carousel .owl-nav .owl-next:before {
	content: "\F285";
}
.clients-carousel .owl-nav .owl-next {
	right: -0.5rem;
}
.clients-carousel .owl-nav .owl-prev:before,
.clients-carousel .owl-nav .owl-next:before {
	font-family: bootstrap-icons;
	color: var(--theme-color-primary);
	font-size: 35px;
}



/* #testimonials
--------------------------------------------------------------*/
#testimonials {
	padding: 80px 0;
	background-color: rgba(220, 105, 12, 0.05);

}
#testimonials .card {
	height: 100%;
	border-width: calc(var(--bs-border-width) * 2);
	-webkit-transition: border-color 0.5s;
			transition: border-color 0.5s;
}
#testimonials .card:hover {
	border-color: var(--theme-color-primary);
}
#testimonials .card .user-img {
	width: 54px;
	height: 54px;
}
#testimonials .card .bi {
	color: #FEA250;
}
#testimonials .testimonials-carousel .owl-dots {
	text-align: left;
}
#testimonials .testimonials-carousel .owl-stage-outer {
	margin-bottom: 35px;
}
#testimonials .testimonials-carousel .owl-nav {
	position: absolute;
	right: 0;
	bottom: -16px;
}
#testimonials .testimonials-carousel .owl-nav button {
	width: 50px;
    height: 50px;
	border: 1px solid var(--theme-color-primary);
	border-radius: 50px;
	position: relative;
}
#testimonials .testimonials-carousel .owl-nav button:hover,
#testimonials .testimonials-carousel .owl-nav button:focus {
	background-color: var(--theme-color-primary);
}
#testimonials .testimonials-carousel .owl-nav button.owl-prev:before {
	content: "\F12C";
}
#testimonials .testimonials-carousel .owl-nav button.owl-next:before {
	content: "\F135";
}
#testimonials .testimonials-carousel .owl-nav button.owl-prev:before,
#testimonials .testimonials-carousel .owl-nav button.owl-next:before {
    font-family: bootstrap-icons !important;
    font-size: 34px;
    position: absolute;
    top: -1px;
    left: 0;
    width: 100%;
    height: 100%;
	text-align: center;
    color: #0095DA;
}
#testimonials .testimonials-carousel .owl-nav button:hover:before,
#testimonials .testimonials-carousel .owl-nav button:focus:before {
	color: #ffffff;
}


/* #footer
--------------------------------------------------------------*/
#footer {
	background-color: #f7f7f7;
	padding-top: 40px;
}
#footer .nav-head {
	text-transform: uppercase;
	font-weight: 600;
	margin-bottom: 1rem;
	font-size: 1.25rem;
}
#footer .nav .nav-item {
	margin-bottom:7px;
}
#footer .nav .nav-link {
	font-size: 13px;
	display: inline-block;
	font-weight: 500;
	color: #7a7a7a;
	padding: 0;
}
#footer .nav .nav-link:hover {
	color: var(--theme-color-primary);
}
#footer .footer-logo {
	max-width: 200px;
}
#footer .social svg {
	width: 32px;
    height: 26px;
    fill: #1a1a18;
}

/* #contact-btn
--------------------------------------------------------------*/
#contact-btn {
	position: absolute;
	right: -40px;
    top: 215px;
    transform: rotate(-90deg);
	z-index: 9;
	display: none;
	visibility: hidden;
	opacity: 0;
}
#contact-btn .btn {
	border-radius: 25px 25px 0 0;
	padding-bottom: 0;
}

/* .page-intro-banner
--------------------------------------------------------------*/
.page-intro-banner {
	position: relative;
}
.page-intro-banner .background {
	padding-top: 155px;
	padding-bottom: 155px;
	position: relative;
	background-repeat: no-repeat;
	background-attachment: scroll;
	background-position: center center;
	background-color: transparent;
	background-size: cover;
	text-align: center;
	color: #ffffff;
	text-shadow: 0px 1px 4px rgba(0, 0, 0, 0.5);
	margin-bottom: 15px;
}
.page-intro-banner .background:before {
	content: "";
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgb(220,105,12);
	background: linear-gradient(90deg, rgba(220,105,12,0.45) 0%, rgba(0,149,218,0.4542191876750701) 100%);
}
.page-intro-banner .background .display-4 {
	text-transform: uppercase;
	font-weight: 700;
}

/* #aboutus page
--------------------------------------------------------------*/
#aboutus-usp .about-cards .col {
	margin-bottom: 30px;
}
#aboutus-usp .about-cards .card {
	padding: .4rem;
	border-width: 2px;
	height: 100%;
	background-repeat: no-repeat;
	background-attachment: scroll;
	background-position: 95% 80%;
	background-color: transparent;
	background-size: 100px;
}
#aboutus-usp .about-cards .card .card-title {
	font-weight: 600;
    margin-bottom: 12px;
}
#aboutus-usp .about-cards .card .card-text {
	font-size: 15px;
	margin-bottom: 0;
	font-weight: 500;
}
#about-paramatrix {
	background-color: var(--theme-color-primary);
	padding-top: 50px;
	padding-bottom: 50px;
	text-align: center;
	color: #ffffff;
}
#about-paramatrix .counter {
	font-size: 65px;
    font-weight: bold;
    line-height: normal;
	color: #ffffff;
}
#about-paramatrix .counter-block {
	font-size: 65px;
    font-weight: 700;
    line-height: normal;
	color: var(--theme-color-secondary);
}
#about-paramatrix .counter-row .card {
	background-color: transparent;
	border: 0;
	color: #ffffff;
	border-radius: 0;
	position: relative;
}
#about-paramatrix .counter-row .card:after {
	content: "";
	position: absolute;
	right: -12px;
	top: 0;
	bottom: 0;
	border-right: 1px solid #fff;
}
#about-paramatrix .counter-row .col:last-child .card:after {
	border: 0;
}
#mission-vision h2 {
	margin: 0;
}
.our-mission h2 {
	background: url('../images/icons/dots-icon-grey.svg') no-repeat scroll 0 0 transparent;
	padding: 40px 0px 40px 100px;
}
.our-vision h2 {
	background: url('../images/icons/dots-icon-grey.svg') no-repeat scroll right 0 transparent;
	padding: 40px 100px 40px 0px;
}


/* #casestudies page
--------------------------------------------------------------*/
.casestudies-cards .card {
	border-width: 2px;
	margin-bottom: 1.8rem;
}
.casestudies-cards .card .case-study-tag {
	position: absolute;
	top: 22px;
	z-index: 1;
	text-transform: uppercase;
    font-size: 10px;
	border-radius: 12px;
    color: #ffffff;
    padding: 2px 10px;
    left: 22px;
	font-weight: 500;
	background: rgb(218,106,8);
	background: linear-gradient(90deg, rgba(218,106,8,1) 0%, rgba(0,149,218,1) 100%);
}


/* #casestudy details page
--------------------------------------------------------------*/
.client-intro .play-btn {
    background-color: var(--theme-color-primary);
    font-size: 40px;
    position: relative;
    width: 65px;
    height: 65px;
    display: inline-flex;
    vertical-align: middle;
    align-items: center;
    justify-content: center;
	border-radius: 50%;
	color: #ffffff;
	transform: translate(-50%, -50%);
	left: 50%;
	top: 50%;
	position: absolute;
	border: 0;
}
.client-intro .play-btn:before {
    animation-delay: 0s;
    animation: pulsate 2s;
    animation-direction: forwards;
    animation-iteration-count: infinite;
    animation-timing-function: steps;
    border: 5px solid var(--bs-border-color);
    border-radius: 50%;
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, .3);
    content: "";
    height: 150%;
    opacity: 1;
    position: absolute;
    width: 150%;
}
@keyframes pulsate {
	0% {
		opacity: 1;
		transform: scale(.8);
	}
	100% {
		box-shadow: none;
		opacity: 0;  
		transform: scale(1);
	}
}

.content-2-parts {
	background-color: var(--theme-color-secondary);
	color: #ffffff;
	position: relative;
    overflow: hidden;
}
.content-2-parts .bg-primary-end:before {
    content: "";
    position: absolute;
    width: 100vw;
    height: 100%;
	top: 0;
	right: 0;
    left: 0;
    bottom: 0;
    background: var(--theme-color-primary);
}
.content-2-parts .description {
	position: relative;
	padding-top: 3.5rem;
	padding-bottom: 3.5rem;
}
.casestudy-impact {
	background-color: #FEF7F1;
	padding-top: 80px;
	padding-bottom: 80px;
}
.casestudy-impact img {
	width: 100px;
}

/* #csr-initiatives
--------------------------------------------------------------*/
#csr-initiatives .page-intro-banner .background {
	background-image: url("../images/csr-initiatives.jpg");
}
#csr-projects .card {
	border: 0;
	padding: 0;
	border-radius: 0;
	margin-bottom: 2rem;
}
#csr-projects .card .card-body {
	padding-left: 0;
	padding-right: 0;
}
#csr-projects .card img {
	border-radius: 8px;
}


/* #events
--------------------------------------------------------------*/
#events .page-intro-banner .background {
	background-image: url("../images/events.jpg");
}
#events-list .card {
	border-width: 2px;
	height: 100%;
}
#events-list .card .card-title {
	font-weight: 600;
	font-size: 21px;
    margin-bottom: 14px;
}
#events-list .event-tag {
	/*position: absolute;
    top: 22px;
    z-index: 1;*/
    text-transform: uppercase;
    font-size: 10px;
    border-radius: 12px;
    color: #ffffff;
    padding: 2px 10px;
    left: 22px;
    font-weight: 500;
    background: rgb(218, 106, 8);
    background: linear-gradient(90deg, rgba(218, 106, 8, 1) 0%, rgba(0, 149, 218, 1) 100%);
}



/* #industries
--------------------------------------------------------------*/
#industries .page-intro-banner .background {
	background-image: url("../images/industries-banner.jpg");
}


/* #leadership
--------------------------------------------------------------*/
.our-team .card {
	text-align: center;
	background-color: #ffffff;
	border-radius: 8px;
	box-shadow: 0 2px 4px rgba(0,0,0,.1);
	--bs-card-spacer-x: 0.5rem;
	-webkit-transition: all 0.3s ease-in-out;
    		transition: all 0.3s ease-in-out;
}
.our-team .card:hover {
	-webkit-box-shadow: 0px 10px 30px rgba(29, 58, 83, 0.15);
    		box-shadow: 0px 10px 30px rgba(29, 58, 83, 0.15);
}
.our-team .card-body .card-title {
	font-weight: 600;
	font-size: 20px;
	margin-bottom: 4px;
}
.our-team .card-body .card-text {
	font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
	color: #707070;
	font-size: 18px;
}
.modal.large-scroll-modal .btn-close {
	border: 2px solid #181818;
	border-radius: 30px;
	opacity: 1;
}
.member-modal .designation {
	color: #707070;
	font-weight: normal;
    margin-bottom: 30px;
}

.member-modal .member-bio {
	font-size: 18px;
	font-weight: 500;
}



/* #life at ptx
--------------------------------------------------------------*/
.ptx-perks .card {
	text-align: center;
	border: 0;
}
.ptx-perks .perk-number {
	background-color: var(--theme-color-primary);
	color: #ffffff;
	width: 40px;
	height: 40px;
	font-size: 18px;
	border-radius: 30px;
	margin: 0 auto;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-bottom: 1.2rem;
}
.infiniteslide_wrap li {
	padding: 0 10px;
}



/* #our-products
--------------------------------------------------------------*/
.products-list .card {
	text-align: center;
	padding-top: 1.5rem;
	border-width: 2px;
	height: 100%;
}
.products-list .card img {
	width: 200px;
    margin: 0 auto;
}
.products-list .card .card-title {
	font-weight: 500;
	font-size: calc(1.1rem + 0.0075vw);
}


/* .success-stories
--------------------------------------------------------------*/
.success-stories {
	/* padding-top: 80px;
	background-repeat: no-repeat; */
	background-attachment: scroll;
	background-position: center center;
	background-color: transparent;
	background-size: cover;
}
.success-stories #successStoriesCaptions {
	/* padding: 70px 0; */
	padding: 0;
}
.success-stories .carousel-caption {
	position: relative;
	left: 0;
	right: 0;
	bottom: 0;
	text-align: left;
	margin-bottom: 50px;
}
.success-stories .carousel-caption h3 {
	font-size: 30px;
	margin-bottom: 3rem;
	font-weight: 400;
	text-transform: uppercase;
}
.success-stories .carousel-caption h2 {
	font-size: 42px;
	margin-bottom: 3rem;
	font-weight: 600;
	margin-bottom: 0.5rem;
}
.success-stories .carousel .carousel-control {
	position: relative;
    display: inline-block;
    width: 60px;
    height: 60px;
    text-align: center;
    border-radius: 50px;
    border: 2px solid #ffffff;
    opacity: 1;
    font-size: 39px;
	color: #ffffff;
	margin: 0;
	transition: all 0.5s;
}
.success-stories .carousel .carousel-control:hover,
.success-stories .carousel .carousel-control:focus {
	background-color: #ffffff;
	color: var(--theme-color-primary);
}


/* #faqAccordion
--------------------------------------------------------------*/
#faqAccordion .accordion-item {
	margin-bottom: 10px;
	border: 0;
	border-radius: 10px;
    overflow: hidden;
}
#faqAccordion .accordion-button {
	background-color: #f7f7f7;
	border-color: #f7f7f7;
	font-weight: 600;
}
#faqAccordion .accordion-body {
	background-color: #f7f7f7;
	font-weight: 500;
}
#faqAccordion .accordion-button:not(.collapsed),
#faqAccordion .accordion-button:focus {
	box-shadow: none;
	color: var(--theme-color-primary);
}
#faqAccordion .accordion-button:not(.collapsed)::after {
	content: "\F63B";
	font-family: bootstrap-icons;
	color: #DC690C;
	background-image: none;
	font-size: 24px;
}
#faqAccordion .accordion-button::after {
	content: "\F64D";
	font-family: bootstrap-icons;
	color: #DC690C;
	background-image: none;
	font-size: 19px;
}


/* .theme-card-layout
--------------------------------------------------------------*/
.theme-card-layout .card {
	border-width: 2px;
	height: 100%;
	padding-top: 1.5rem;
	padding: 1.2rem;
}
.theme-card-layout .card img {
	width: 40px;
}
.theme-card-layout .card .card-title {
	font-weight: 600;
	font-size: 21px;
}

/* .industry-item
--------------------------------------------------------------*/
.industry-item .item-icon {
	width: 38px;
}


/* .contact form
--------------------------------------------------------------*/
.contact-form .form-control,
.contact-form .form-select {
	border-width: 0 0 1px 0;
    border-radius: 0;
	padding-left: 0.5rem;
}
.getInTouchCard {
	position: relative;
    background-repeat: no-repeat;
    background-attachment: scroll;
    background-position: center center;
    background-color: transparent;
    background-size: cover;
	border-radius: 10px;
    overflow: hidden;
}
.getInTouchCard .card-content {
	background-color: rgba(26, 26, 24, 0.2);
	height: 100%;
    padding: 1.5rem;
    color: #ffffff;
}
.getInTouchCard .contact-icon {
	background-color: rgba(255, 255, 255, 0.5);
	color: #ffffff;
	text-align: center;
	font-size: 23px;
	border-radius: 100%;
    width: 52px;
    height: 52px;
	line-height: 52px;
	margin-right: 1rem;
}
.getInTouchCard .social svg {
	width: 34px;
    height: 32px;
	fill: #ffffff;
}




/* #investor relations
--------------------------------------------------------------*/
#investorAccordion .accordion-item {
    margin-bottom: 10px;
    border: 0;
}
#investorAccordion .accordion-button {
	padding-left: 2.2rem;
    background-color: #F7F7F7;
    border: 0;
    border-radius: 6px;
    font-weight: 600;
	box-shadow: none;
	font-size: 18px;
}
#investorAccordion .accordion-button:before {
	content: "\F285";
	font-family: bootstrap-icons;
	font-size: 16px;
	color: var(--theme-color-secondary);
	left: 12px;
    position: absolute;
	top: 16px;
}
#investorAccordion .accordion-button:not(.collapsed)::before {
	transform: rotate(90deg);
}
#investorAccordion .accordion-button:not(.collapsed) {
	color: var(--theme-color-primary);
}
#investorAccordion .accordion-button:after {
	display: none;
}
#investorAccordion .accordion-body a {
	color: var(--theme-color-secondary);
	line-height: 1;
	display: inline-block;
}
#investorAccordion .link-btn {
	width: 150px;
}


/*	back-to-top
----------------------------------------------------------------------*/
.btn-scroll-top {
    background-color: var(--bs-white);
    border-radius: 10px;
    bottom: 1.5rem;
    box-shadow: inset 0 0 0 .1rem rgba(227, 229, 233, .5);
    opacity: 0;
    position: fixed;
    right: 1.5rem;
    transform: translateY(.75rem);
    transition: all .2s linear, margin-right 0s;
    visibility: hidden;
    z-index: 1010;
}
.btn-scroll-top, .btn-scroll-top:after {
    cursor: pointer;
    display: block;
    height: 3rem;
    width: 3rem;
}
.btn-scroll-top.active-progress {
    transform: translateY(0);
    visibility: visible;
	opacity: 1;
}
.btn-scroll-top:after {
    color: var(--theme-color-primary);
    content: "\f145";
    font-family: bootstrap-icons;
    font-size: 1.5rem;
    left: 0;
    line-height: 3rem;
    position: absolute;
    text-align: center;
    top: 0;
    transition: all .2s linear;
    z-index: 1;
}
.btn-scroll-top svg.progress-square path {
    stroke: var(--theme-color-primary);
    stroke-width: 2;
    box-sizing: border-box;
    transition: all .2s linear;
}
.btn-scroll-top svg path {
    fill: none;
}

/*	sticky-right-btn
----------------------------------------------------------------------*/
#sticky-right-btn {
	position: fixed;
    right: 0;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
	transform: rotate(-90deg);
	-webkit-transform: rotate(-90deg);
    transform-origin: bottom right;
    top: 30%;
    z-index: 999;
}
#sticky-right-btn a {
	display: inline-block;
	background-color: var(--theme-color-secondary);
	color: #ffffff;
	border-radius: 0;
	font-size: 14px;
	transition: all ease-in-out 0.5s;
}
#sticky-right-btn a:hover,
#sticky-right-btn a:focus {
	background-color: var(--theme-color-primary);
}


/*	talent-on-bench
----------------------------------------------------------------------*/
.connect-form .form-control,
.connect-form .form-select {
	height: 46px;
}


/*	careers
----------------------------------------------------------------------*/
.jobapplyform .form-control,
.jobapplyform .form-select {
    height: 46px;
}
.jobapplyform .uploadfile input[type="file"] {
	opacity: 0;
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0px;
    left: 0px;
    z-index: -1;
	cursor: pointer;
}
.jobapplyform .uploadfile .uploadlabel {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    cursor: pointer;
}
.jobapplyform .uploadfile .uploadlabel i {
	transform: rotate(30deg);
	-webkit-transform: rotate(30deg);	
}
.jobopeningscard .card-title {
	min-height: 51px;
}






/* navbar dropdown custom css start
--------------------------------------------------------------*/
.dropdown-menu {
	display: block;
  	max-height: 0;
  	opacity: 0;
	--bs-dropdown-padding-y: 0rem;
}
.dropdown-menu.show {
	opacity: 1;
	max-height: 500px;
	--bs-dropdown-padding-y: 0.5rem;
	background-color: #f7f7f7;
	border: 0;
}


#submitSuccessModal .submit-success svg {
    fill: #198754;
}
#submitErrorModal .submit-error svg {
    fill:#dc3545;
}
.form-submit-modal .message-icon svg {
    width: 180px;
    height: 180px;
}

.text-justify {
	text-align: justify;
}

.thankyou-page {
	background-image: radial-gradient(#ededed 0px, transparent 2.5px);
    background-size: 1rem 1rem;
}



/* error-page
----------------------------------------------------------------------*/
.error-page {
    min-height: 500px;
}


#inputEmail.email-invalid {
	border-color: var(--bs-form-invalid-border-color);
	padding-right: calc(1.5em + 0.75rem);
	background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 12' width='12' height='12' fill='none' stroke='%23dc3545'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23dc3545' stroke='none'/%3e%3c/svg%3e");
	background-repeat: no-repeat;
	background-position: right calc(0.375em + 0.1875rem) center;
	background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
	box-shadow: 0 0 0 0.25rem rgba(var(--bs-danger-rgb), 0.25);
}


section.simplesearch {
	min-height: 325px;
}


/*--------------------------------------------------------------
# Playmity Page CSS
--------------------------------------------------------------*/
.contact .info-box {
  padding: 1.6rem 0;
  border-radius: 1rem;
}
@media (max-width: 992px) {
  .contact .info-box {
    padding: 0 0 2rem 0;
  }
}
.contact .info-item {
  display: flex;
  gap: 1.2rem;
  margin-bottom: 2rem;
}
.contact .info-item:last-child {
  margin-bottom: 0;
}
.contact .info-item .icon-box {
  width: 50px;
  height: 50px;
  background-color: #E9F3FC;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  transition: 0.3s;
}
.contact .info-item .icon-box i {
  font-size: 20px;
}
.contact .info-item .content h4 {
  font-size: 16px;
  margin-bottom: 5px;
}
.contact .info-item .content p {
  font-size: 18px;
  font-weight: 500;
}
.contact .info-item .content p:last-child {
  margin-bottom: 0;
}
.contact .contact-form {
  background-color: rgba(26, 26, 24, 0.2);
  padding: 1.5rem;
  color: #ffffff;
}
.contact .contact-form .form-control {
  padding: 10px 5px;
  border-radius: 0;
  border-color: transparent;
  border-bottom-color: #ffffff;
  background-color: transparent;
}
.contact .contact-form .form-control::placeholder {
  color: #ffffff;
}
.contact .contact-form .btn-theme:hover,
.contact .contact-form .btn-theme:focus {
  background-color: #181818;
}





@media (min-width: 1200px) {

}


@media (min-width: 992px) {
	.navbar-expand-lg .navbar-nav .dropdown-menu {
		top: 120%;
		visibility: hidden;
		opacity: 0;
		display: block;
		max-height: 500px;
		-webkit-transition: all 0.3s ease-in-out;
		transition: all 0.3s ease-in-out;
		--bs-dropdown-padding-y: 0.5rem;
	}
	.navbar-expand-lg .navbar-nav .dropdown:hover > .dropdown-menu {
		top: 100%;
		visibility: visible;
		opacity: 1;
	}
	/* .success-stories .carousel img {
		width: 80%;
	} */
	
}

@media (max-width: 992px) {
	.navbar-nav .nav-link.dropdown-toggle:after {
		content: "\F229";
		font-family: bootstrap-icons;
		font-size:11px;
		position: absolute;
		top: 0;
		right: 0;
		text-align: center;
		color: #656565;
		z-index: -1;
		width: 40px;
		height: 40px;
		line-height: 40px;
	}
	.navbar .nav-item {border-bottom: 1px solid rgba(220, 105, 12, 0.15); margin-left: 0;}

	#header .navbar-nav .nav-item .nav-link.highlight {display: inline-block;}

	.navbar-toggler:focus {box-shadow: none;}

}

/* navbar dropdown custom css end */



@media (max-width: 768px) {

	.page-intro-banner .background {padding-top: 100px; padding-bottom: 100px;}

	#mission-vision .our-mission h2 {padding: 30px 0px 30px 40px; margin-bottom: 30px;}
	#mission-vision .our-vision h2 {padding: 30px 0px 30px 40px; margin-bottom: 30px; background-position: left center;}

} 




/* `sm` applies to x-small devices (portrait phones, less than 576px) */
@media (max-width: 575.98px) {
	
	#header .offcanvas {max-width: 350px;}
	#header .navbar .navbar-brand img {width: 150px;}
	.dropdown-menu { border-radius: 0; border: 0;}
	
	#contact-btn {right: -32px;}
	#contact-btn .btn {font-size: 12px; border-radius: 14px 14px 0 0; padding-bottom: 4px; padding-top: 4px;}

	#testimonials .testimonials-carousel .owl-stage-outer {margin-bottom: 25px;}
	#testimonials .testimonials-carousel .owl-nav button {width: 40px; height: 40px;}
	#testimonials .testimonials-carousel .owl-nav button.owl-prev:before,
	#testimonials .testimonials-carousel .owl-nav button.owl-next:before {top: -4px; font-size: 31px;}

	#about-paramatrix .counter-row .card {width: 80%; margin: 0 auto;}
	#about-paramatrix .counter-row .card:after {border-right: 0; border-bottom: 1px solid #ffffff; width: 100%;
    right: 0;}
	
	#aboutus-usp .about-cards .card {padding: 0;}

	.casestudy-impact svg {width: 60px;}
	.casestudy-impact h4 {font-size: 18px;}
	
	#latest-updates.card-grid .card-grid-lg {height: 450px;}

	.ptx-perks .card {padding-left: 50px; text-align: left;}
	.ptx-perks .perk-number {position: absolute; left: 0; top: 0; width: 35px; height: 35px; font-size: 16px;}
	.infiniteslide_wrap li img {height: 365px;}

	.section-head .heading:before {left: -15px; width: 34px; height: 34px;}

	.products-list .card .card-body {padding: 8px;}
	.products-list .card .card-title {font-size: 16px;}

	.our-team .card-body {padding-left: 5px; padding-right: 5px;}
	.our-team .card-body .card-title {font-size: 14px; margin-bottom: 3px;}
	.our-team .card-body .card-text {font-size: 13px;}

	.member-modal .lead {font-size: 1rem;}
	
	.success-stories {padding-top: 40px;}
	.success-stories .carousel-caption h3 {font-size: 24px; margin-bottom: 2rem;}
	.success-stories .carousel-caption h2 {font-size: 32px;}
	.success-stories .carousel-caption {margin-bottom: 35px;}

	.dropdown-item {font-size: 14px;}

	.industry-item .item-icon {width: 50px;}
	
	.getInTouchCard .card-content {padding: 1rem;}
	.getInTouchCard .contact-icon {width: 50px; height: 50px; line-height: 53px;font-size: 1.3rem;}

	.clients-carousel .owl-nav {left: 0; right: 0;}

	.jobopeningscard .card-title {min-height: auto;}

	#sticky-right-btn {top: 10%;}
	#sticky-right-btn a {font-size: 10px;}

	#investorAccordion .accordion-button {font-size: 16px;}
	#investorAccordion .accordion-body a {font-size: 14px;}
	#investorAccordion td {font-size: 14px; vertical-align: middle;}
	#investorAccordion .link-btn {width: 60px;}

}



/* `md` applies to small devices (landscape phones, less than 768px) */
@media (min-width: 576px) and (max-width: 767.98px) {
	
	#header .navbar .navbar-brand img {width: 150px;}

	#contact-btn {right: -32px;}
	#contact-btn .btn {font-size: 12px; border-radius: 14px 14px 0 0; padding-bottom: 4px; padding-top: 4px;}

	#sliders-container .carousel-caption h4 {margin-bottom: 22px; font-size: calc(1rem + .3vw);}
	#sliders-container .carousel-caption h2 {font-size: calc(.7rem + 2.7vw); margin-top: 12px;}

	#page-intro-banner .background {padding-top: 60px; padding-bottom: 60px;}

	#about-paramatrix .counter-block {font-size: 50px;}
	#about-paramatrix .counter {font-size: 50px;}	
	#about-paramatrix .counter-desc {font-size: 14px;}

	.content-2-parts .bg-primary-end:before {left: -64px;}
	.casestudy-impact svg {width: 60px;}
	.casestudy-impact h4 {font-size: 18px;}

	#latest-updates.card-grid .card-grid-lg {height: 450px;}

	.ptx-perks .card {padding-left: 50px; text-align: left;}
	.ptx-perks .perk-number {position: absolute; left: 0; top: 0; width: 35px; height: 35px; font-size: 16px;}
	.infiniteslide_wrap li img {height: 365px;}

	.products-list .card .card-body {padding: 8px;}
	.products-list .card .card-title {font-size: 16px;}

	.project-card .card {padding: 1rem;}
	.project-card .card img {width: 30px;}
	.project-card .card .card-title {font-size: 20px;}

	.member-modal .lead {font-size: 1rem;}

	.success-stories {padding-top: 40px;}
	.success-stories .carousel-caption h3 {font-size: 24px; margin-bottom: 2rem;}
	.success-stories .carousel-caption h2 {font-size: 32px;}
	.success-stories .carousel-caption {margin-bottom: 35px;}
	
	#investorAccordion .accordion-button {font-size: 16px;}
	#investorAccordion td {font-size: 14px; vertical-align: middle;}
	#investorAccordion .link-btn {width: 60px;}

}


/* `lg` applies to medium devices (tablets, less than 992px) */
@media (min-width: 768px) and (max-width: 991.98px) {
	
	#latest-updates .card h2 {font-size: 22px;}
	#latest-updates.card-grid .card-grid-lg {height: 400px;}
	#latest-updates.card-grid .card-grid-md {height: 224px;}
	#latest-updates.card-grid .card-grid-sm {height: calc(165px - var(--bs-gutter-y) / 2);}
	
	.casestudy-impact svg {width: 80px;}
	.casestudy-impact h4 {font-size: 18px;}
	
	#header .navbar a.btn {font-size: 19px;}

	.ptx-perks .card {padding-left: 50px; text-align: left;}
	.ptx-perks .perk-number {position: absolute; left: 0; top: 0; width: 35px; height: 35px; font-size: 16px;}

	.project-card .card {padding: 1rem;}
	
	.modal-dialog {--bs-modal-width: 90%;}

	.member-modal .lead {font-size: 1.1rem;}
	
	.success-stories .carousel-caption h3 {font-size: 30px;}
	.success-stories .carousel-caption h2 {font-size: 45px;}

}

/* `xl` applies to large devices (desktops, less than 1200px) */
@media (min-width: 992px) and (max-width: 1199.98px) {

	.navbar-nav .nav-item {font-size: 15px; margin-left: 12px;}
	#header .navbar .navbar-brand img {width: 175px;}

	.modal-xl {--bs-modal-width: 90%;}

	.member-modal .lead {font-size: 1.1rem;}

	#latest-blogs .card .card-title {font-size: 18px;}

	#latest-updates .card h2 {font-size: 26px;}

}


/* `xxl` applies to x-large devices (large desktops, less than 1400px) / 15" Notebook (1366x768) */
@media (min-width: 1200px) and (max-width: 1399.98px) {

	.navbar-nav .nav-item {margin-left: 15px;}

}





/* 19" Desktop (1400x900) */
@media (min-width: 1367px) and (max-width: 1440px) {}


/* 22" Desktop (1680x1050) / 20" Desktop (1600x900) */
@media (min-width: 1441px) and (max-width: 1680px) {}


/* 24" Desktop (1920x1200) / 23" Desktop (1920x1080) */
@media (min-width: 1681px) and (max-width: 1920px) {}