/*!
Theme Name: Total Comms Solutions
Theme URI: https://starlitdevs.com/
Author: Starlit Devs
Author URI: https://starlitdevs.com/
Description: Custom Wordpress Theme.
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: solutions
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

Coldpoint Refrigeration is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/

:root{
	--primary-color: #304084;
	--secondery-color: #E7ECFE;
	--white-color: #ffffff;
    --black-color: #1E1E1E;
	--primary-hover: #1d274e;
	--secondery-hover: #bdc8e5;
	
    --body-font: "Poppins", sans-serif;
	--heading-font: "Work Sans", sans-serif;
}
body{
	-webkit-font-smoothing: antialiased; /* Chrome, Safari */
	-moz-osx-font-smoothing: grayscale; /* Firefox */
	margin: 0;
	padding: 0;
	font-family: var(--body-font);
	line-height: 1.9;
	font-size: 15px;
	font-weight: 300;
	color: var(--black-color);
	padding: 0 20px 30px 20px;
}
.btn {
	font-size: 13px;
	padding: 17px 30px;
	font-weight: 500;
	border-radius: 35px;
	border: none;
	color: #EEF2FE;
	background-color: var(--primary-color);
	transition: all .4s ease-out;
	text-transform: uppercase;
	letter-spacing: 0;
	font-family: var(--body-font);
	line-height: 1;
	min-width: 183px;
	display: flex;
	gap: 0;
	align-items: center;
}
.btn:hover{
	background-color: var(--primary-hover);
	color: var(--white-color);
	gap: 12px;
}
.btn-svg {
	opacity: 0;
	transition: opacity .8s ease, transform .8s ease;
}
.btn-text {
	transition: transform .8s ease;
}
.btn:hover .btn-svg {
	opacity: 1;
}
.btn-secondery {
	background-color: var(--secondery-color);
	color: var(--primary-color);
}
.btn-white {
	background-color: var(--white-color);
	color: var(--primary-color);
}
.btn-secondery:hover, .btn-white:hover {
	background-color: var(--secondery-hover);
	color: var(--primary-color);
}
h1, h2, h3, h4, h5, h6, .h2{
	margin: 0;
	padding: 0;
	font-weight: 500;
	font-family: var(--heading-font);
	letter-spacing: -6%;
}
.f-9 {
	border-radius: 35px;
	padding: 12px 25px 10px 25px;
	margin-bottom: 30px;
	border: 0.5px solid var(--primary-color);
}
.page-id-9 .f-9 {
	border-color: var(--white-color);
}
.f-9 h1 {
	font-size: 9px;
	font-weight: 400;
	letter-spacing: 20%;
	text-transform: uppercase;
	line-height: 1.2;
	font-family: var(--body-font);
}
.f-64 h2 {
	font-size: 64px;
	line-height: .9;
	word-break: break-word;
}
.f-53 h2, h1, .h1 {
	font-size: 53px;
	line-height: .9;
	word-break: break-word;
}
h2, .h2{
	font-size: 40px;
	line-height: 1;
}
h3{
	font-size: 24px;
	line-height: 1.2;
	font-weight: 700;
}
p{
	margin: 0;
}
p:not(:last-child){
	margin-bottom: 20px;
}
img{
	max-width: 100%;
	height: auto;
}
ul, ol {
	margin: 0;
	padding: 0;
}
a{
	text-decoration: none;
	transition: .4s;
}
a:focus{
	outline: none;
}
textarea, input, select {
	box-sizing: border-box;
	width: 100%;
	border: none;
	border-radius: 10px;
	padding: 10px 15px !important;
	color: var(--primary-color);
	background: #F6F4F2;
	font-size: 14px !important;
	font-weight: 400;
}
input, select {
	height: 52px;
}
textarea {
	height: 167px;
}
input:focus, textarea:focus{
	outline: none;
}
input::placeholder, textarea::placeholder, select {
    color: var(--primary-color);
	opacity: 1;
}
.bg {
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
}
.p-75{
	padding: 75px 0;
}
.pt-75{
	padding-top: 75px;
}
.pb-75{
	padding-bottom:75px;
}
.container {
	transition: .4s;
	max-width: 1400px;
	padding: 0;
	margin-left: auto;
	margin-right: auto;
}
.section-title h2{
	margin-bottom: 30px;
}
.mb-50 {
	margin-bottom: 50px;
}
.pb-10 {
	padding-bottom: 10px;
}
.card-btn {
	margin-top: 30px;
}
.row {
	--bs-gutter-x: 10px;
}
.rounded-15 {
	border-radius: 15px;
	overflow: hidden;
}
.rounded-20 {
	border-radius: 20px;
	overflow: hidden;
}
.rounded-25 {
	border-radius: 25px;
	overflow: hidden;
}
.bg-1 {
	background-color: var(--primary-color);
}
.bg-2 {
	background-color: var(--secondery-color);
}
.primary-text h2, .primary-text h1, .primary-text h3, .primary-text h4 {
	color: var(--primary-color);
}
h1 b, h1 strong, h2 b, h2 strong {
	font-weight: 700;
}

/* Header */
.header-sec {
	left: 20px;
	right: 20px;
	top: 0;
	z-index: 99;
	padding: 30px 0;
	position: fixed;
	background-color: var(--white-color);
	transition: .2s;
	border-bottom-left-radius: 10px;
	border-bottom-right-radius: 10px;
}
.header-sec.sticky-active {
	background-color: var(--white-color);
	padding: 30px 0;
}
.header-logo {
	margin-right: 10px;
	transition: .4s all ease;
	width: 250px;
}
.header-logo svg {
	width: 100%;
	height: 100%;
	object-fit: contain;
}
.admin-bar .header-sec {
	top: 32px;
}
.h-btn {
	gap: 10px;
	display: flex;
	margin-left: 10px;
}
.slicknav_nav a:hover{
	background: none;
}
.menu-trigger-wrap {
	display: none;
}
.header-btn {
	gap: 10px;
}

/* main-menu */
.main-menu {
	flex: 1;
}
.main-menu > ul {
	margin: 0;
	padding: 0;
	list-style: none;
	display: flex;
	justify-content: center;
	gap: 10px;
}
.main-menu ul li {
	display: inline-block;
	position: relative;
}
.main-menu ul li a {
	color: var(--primary-color);
	font-size: 13px;
	padding: 15px 20px;
	font-weight: 500;
	display: block;
	line-height: 1;
	text-transform: uppercase;
	letter-spacing: 5%;
	border-radius: 30px;
	transition: .6s;
}
.main-menu ul li a:hover {
	background-color: var(--secondery-color);
}
.main-menu ul li ul {
	position: absolute;
	width: 270px;
	background: var(--white-color);
	text-align: left;
	left: 0;
	top: 100%;
	opacity: 0;
	visibility: hidden;
	transition: .4s all ease;
	box-shadow: 0 0 5px rgba(0, 0, 0, .1);
	margin-left: 0;
	border-radius: 8px;
}
.main-menu ul li ul li {
	display: block;
}
.main-menu > ul > li.menu-item-has-children::before {
	content: "";
	position: absolute;
	background: var(--primary-color);
	bottom: 0;
	height: 2px;
	width: 20px;
	right: 20px;
	transition: .4s;
}
.main-menu > ul > li.menu-item-has-children:hover::before, .main-menu > ul > li.current_page_item::before {
	display: none;
}
.main-menu > ul > li.current_page_item a {
	background-color: var(--secondery-color);
}
.main-menu ul > li:hover > ul {
	opacity: 1;
	visibility: visible;
}
.main-menu ul li ul li a {
	display: block;
	padding: 18px 30px !important;
	font-size: 12px;
	color: var(--primary-color);
	border-radius: 8px;
}
.main-menu ul li ul li a:hover {
	background-color: var(--secondery-color);
}
.main-menu ul li ul li ul {
	left: 100%;
	top: 0;
	overflow: hidden;
}


/* mmenu */
.mm-page {
	min-height: unset;
}

.mm-menu {
	display: none;
}
.modal-backdrop.show {
	opacity: .92;
}
.menu-trigger {
	display: none;
}
/* contact */
.field-space {
	padding-bottom: 12px;
	padding-left: 6px;
	padding-right: 6px;
}
.wpcf7-form-control.wpcf7-submit.has-spinner {
	max-width: 170px;
	text-transform: uppercase;
	letter-spacing: 3%;
	transition: .4s;
	border-radius: 50px;
	border: none;
	background: var(--secondery-color);
	color: var(--primary-color);
	margin-top: 30px;
	font-size: 14px !important;
	line-height: 1 !important;
	padding: 20px 30px 18px 30px !important;
	height: unset;
	font-weight: 400;
	font-family: var(--body-font);
}
.wpcf7-form-control.wpcf7-submit.has-spinner:hover{
	background-color: var(--secondery-hover);
}
.wpcf7-spinner {
	display: none;
}
.contact-form {
	padding: 80px 30px;
}
.contact-shortcode p {
	margin-bottom: 0;
}
.contact-form-info {
	width: calc(38% - 6px);
	padding: 50px;
}
select {
	-moz-appearance: none;
	-webkit-appearance: none;
	appearance: none;
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' viewBox='0 0 16 16'%3E%3Cpath fill='currentColor' d='M13 4v2l-5 5l-5-5V4l5 5z'/%3E%3C/svg%3E");
	background-repeat: no-repeat;
	background-position: calc(100% - 10px) 50%;
}

/* default page */
.single-content h2, .single-content h3, .single-content h4, .single-content h5, .single-content h6 {
	margin-bottom: 16px;
	margin-top: 30px;
}
.single-content h4{
	font-size: 20px;
}
.single-content h5{
	font-size: 18px;
}
.single-content h6{
	font-size: 17px;
}
.single-content img {
	width: 100%;
	border-radius: 25px;
}
.single-content ul li {
	margin-bottom: 3px;
	text-align: start;
}
.wp-block-list {
	margin-bottom: 20px;
}
.single-content ul {
	margin-bottom: 16px;
	padding-left: 16px;
}
.single-content-area {
	padding-top: 40px;
}
/* banner */
.banner-img-video {
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  right: 0;
  z-index: -1;
}
.banner-img-video img, .banner-img-video video {
  height: 100%;
  object-fit: cover;
}
.banner-area {
  padding-top: 214px;
}
.banner-content-wrap h2 {
	margin-bottom: 30px;
}
.banner-area::before {
	content: "";
	position: absolute;
	background-color: rgba(48, 64, 132, .85);
	height: 100%;
	width: 100%;
	top: 0;
	left: 0;
	z-index: 1;
}
.gap-10 {
	gap: 10px;
}
.banner-area {
	padding: 133px 93px 133px 50px;
}
/* callouts */
.call-outs-area {
	margin-top: 30px;
}
.call-outs-title h2 {
	font-size: 32px;
	padding-left: 43px;
	margin-top: -10px;
}
.collouts-cover {
  padding: 10px;
  padding-bottom: 0;
}
.callouts-content {
  background-color: var(--white-color);
  transition: .2s;
}
.callouts-content h3 {
  font-size: 20px;
  line-height: 1;
  font-weight: 500;
  color: var(--primary-color);
  transition: .2s;
}
.callouts-icon img {
  height: 35px;
}
.callouts-content {
	padding: 25px 16px;
	gap: 20px;
}
.callouts-content:hover {
	background-color: var(--primary-color);
}
.callouts-content:hover h3 {
	color: var(--white-color);
}
.callouts-content:hover .callouts-icon img {
	filter: invert(100%) sepia(0%) saturate(7435%) hue-rotate(141deg) brightness(993%) contrast(1000%);
}
.img-with-text-img {
  padding-right: 50px;
}
.img-with-text-img img {
  aspect-ratio: 1/.59;
  object-fit: cover;
  transition: .6s;
}
.img-with-text-img:hover img {
	transform: scale(1.1);
}
.img-with-text-content {
	padding-left: 50px;
	padding-right: 40px;
}
.cta-text {
	max-width: 800px;
}
/* expect */
.expect-img img {
	aspect-ratio: 1/.664;
	border-radius: 15px;
	position: relative;
	transition: .6s;
	object-fit: cover;
	width: 100%;
}
.expect-img:hover img {
	transform: scale(1.1);
}
.expect-content {
	padding: 30px;
	margin-top: 10px;
}
.expect-wrap {
	padding: 10px;
	padding-bottom: 0;
}
.expect-img::before {
	content: "";
	position: absolute;
	background-color: var(--secondery-color);
	height: 50px;
	width: 100%;
	bottom: -25px;
	left: 0;
}
/* text-slider */
.text-scroll-wrap {
	max-width: 1030px;
	padding: 10px;
}
.slider-text {
	padding: 25px 12px;
	font-family: var(--heading-font);
	font-size: 20px;
	font-weight: 500;
	color: var(--primary-color);
	line-height: 1;
}
/* industries-links */
.link-thumbnail-img img {
    height: 35px;
    object-fit: contain;
}
.industries-content:hover .style-svg path {
	fill: var(--secondery-color);
}
.industries-title {
    max-width: 790px;
}
.industries-list {
    padding: 10px;
    padding-bottom: 0;
    max-width: 1030px;
}
.industries-content {
    padding: 35px 16px;
    transition: .7s;
    display: flex;
    justify-content: center;
    gap: 16px;
    flex-direction: column;
}
.industries-link {
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
}
.industries-content h3 {
  will-change: transform;
  max-width: 220px;
  margin-inline: auto;
}
.industries-content {
  padding: 16px;
  min-height: 150px;
  background-color: var(--white-color);
}
.industries-content:hover {
    background-color: var(--primary-color);
}
.link-btn {
	gap: 67px;
}
.link-btn:hover {
	gap: 140px;
	background-color: var(--primary-color);
	color: var(--secondery-color);
}
.service-thumbnail-img img, .latest-project-content img {
	aspect-ratio: 1/.67;
	transition: .6s;
	object-fit: cover;
	width: 100%;
}
.service-content:hover img, .latest-project-content:hover img {
	transform: scale(1.1);
}
.service-list {
	padding: 10px;
	padding-bottom: 0;
}
.service-list-title {
	padding: 24px;
	margin-top: 10px;
}
.service-link, .tc-number {
	background-color: var(--secondery-color);
	padding: 10px 24px;
	display: flex;
	width: 89px;
	height: 42px;
	border-radius: 50px;
	color: var(--primary-color);
	transition: .6s;
}
.service-arrow {
	position: absolute;
	top: 50%;
	left: 24px;
	transform: translateY(-50%);
	transition: .6s;
}
.service-content:hover .service-arrow {
	left: 52px;
}
.service-content:hover .service-link {
	background-color: var(--primary-color);
	color: var(--white-color);
}
.service-page-link::after {
	content: "";
	position: absolute;
	height: 100%;
	width: 100%;
	top: 0;
	left: 0;
}
.service-list-title {
	padding: 24px 20px;
}
.service-title {
  padding-left: 50px;
}
.service-text {
  padding-right: 50px;
}
.latest-project-title {
	padding: 30px 16px;
	margin-top: 10px;
}
.contact-form-wrap {
	padding-left: 50px;
	padding-right: 50px;
}
.contact-info {
  width: 45%;
  padding-right: 35px;
}
.global-contact-form {
  width: 55%;
}
.contact-number {
	margin-bottom: 10px;
}
.contact-number, .contact-email {
	padding: 20px 35px;
	font-family: var(--heading-font);
	font-size: 24px;
	font-weight: 600;
	color: var(--primary-color);
	line-height: 1;
	letter-spacing: -6%;
	height: 76px;
	word-break: break-word;
}
.contact-email span {
	flex: 1;
}
/* faq */
.question {
	padding: 18px 30px;
	cursor: pointer;
	font-weight: 600;
	line-height: 1.5;
	box-shadow: 0 0 30px rgba(0, 0, 0, .1);
}
.answer {
	display: none;
	padding: 30px;
}
.faq-item:not(:last-child) {
	margin-bottom: 10px;
}
.faq {
	max-width: 1030px;
	padding: 10px;
}
.answer ul {
	list-style: inside;
}
.answer ol {
	padding-left: 18px;
}
.faq-icon span:first-child {
	height: 3px;
	width: 15px;
	background-color: var(--primary-color);
	display: block;
}
.faq-icon {
	height: 16px;
	width: 16px;
	position: relative;
}
.faq-icon span:last-child {
	height: 15px;
	width: 3px;
	background-color: var(--primary-color);
	display: block;
	
}
.faq-icon span {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	transition: .4s;
}
.faq-item.active .faq-icon span:last-child {
	opacity: 0;
	visibility: hidden;
}
.copyright-content {
	margin-top: 50px;
}
.footer-area {
	padding: 75px 50px 30px 50px;
}
.seo-link {
	color: var(--black-color);
	font-weight: 600;
}
.footer-logo img {
	width: 251px;
}
.footer-item ul {
	list-style: none;
}
.footer-item ul li a {
	color: var(--black-color);
}
.footer-item span {
	display: block;
	font-size: 13px;
	font-weight: 500;
	color: var(--primary-color);
	margin-bottom: 15px;
}
.footer-contact-link {
  display: flex;
  flex-direction: column;
}
.footer-contact-link a {
	color: var(--black-color);
	word-break: break-word;
}
.footer-item-1 {
  width: 35%;
}
.footer-item-2 {
  width: 20%;
  padding-left: 40px;
}
.footer-item-3 {
  width: 20%;
  padding-left: 40px;
}
.footer-item-4 {
  width: 25%;
}
/* page-banner */
.page-banner-area {
	padding: 10px;
}
.page-banner-content {
	padding: 85px 80px 85px 40px;
	min-height: 293px;
	display: flex;
	flex-direction: column;
	justify-content: center;
}
.page-banner-img-video {
  position: absolute;
  top: 10px;
  right: 10px;
  height: calc(100% - 20px);
  width: calc(50% - 10px);
}
.page-banner-img-video img {
  height: 100%;
  object-fit: cover;
  border-radius: 15px;
  overflow: hidden;
  width: 100%;
}
.page-banner-img-video video {
	height: 100%;
	object-fit: cover;
	border-radius: 15px;
  	overflow: hidden;
}
.page-banner-content-wrap {
	margin-top: 30px;
}
.project-wrap {
	padding: 10px;
	padding-bottom: 0;
}
/* single-project */
.single-project h2 {
	font-weight: 700;
}
.introductions-content {
	border-bottom: 1px solid var(--secondery-color);
	padding-bottom: 50px;
	margin-bottom: 50px;
}
.challenges-list-text span {
	display: flex;
	font-family: var(--heading-font);
	font-weight: 700;
	font-size: 24px;
	color: var(--primary-color);
	height: 22px;
	justify-content: center;
	align-items: center;
}
.challenges-list-text {
	padding: 25px;
	margin-bottom: 30px;
}
.challenges-list-text div, .result-content div {
	flex: 1;
}
.result-content {
	padding: 25px;
}
.gallery-img img {
	aspect-ratio: 1/.66;
	object-fit: cover;
}
.project-gallery-area {
	border-top: 1px solid var(--secondery-color);
	padding-top: 50px;
	margin-top: 50px;
}
.splide__arrow svg {
	display: none;
}
.custom-prev::after {
	content: '';
	display: inline-block;
	width: 17px;
	height: 15px;
	background-image: url("data:image/svg+xml,%3Csvg width='16' height='16' viewBox='0 0 16 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M14.333 7.91659L1.49968 7.91658M1.49968 7.91658L7.91634 14.3333M1.49968 7.91658L7.91634 1.49992' stroke='%23304084' stroke-width='3' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
	background-repeat: no-repeat;
	background-size: contain;
	top: 50%;
	position: absolute;
	transform: translateY(-50%);
	right: 20px;
	transition: .6s;
}
.splide__arrow:hover::after {
	filter: invert(99%) sepia(1%) saturate(2%) hue-rotate(186deg) brightness(1000%) contrast(100%);
}
.custom-next::after {
	content: '';
	display: inline-block;
	width: 17px;
	height: 15px;
	background-image: url("data:image/svg+xml,%3Csvg width='16' height='16' viewBox='0 0 16 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1.5 7.91667L14.3333 7.91667M14.3333 7.91667L7.91667 1.5M14.3333 7.91667L7.91667 14.3333' stroke='%23304084' stroke-width='3' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
	background-repeat: no-repeat;
	background-size: contain;
	top: 50%;
	position: absolute;
	transform: translateY(-50%);
	left: 20px;
	transition: .6s;
}
.splide__arrow--prev {
	left: 0;
}
.splide__arrow--next {
	right: 0;
}
.splide__arrow {
	background: var(--secondery-color);
	border-radius: 50px;
	height: 42px;
	opacity: 1;
	top: unset;
	transform: unset;
	width: 89px;
	bottom: -80px;
	transition: .6s;
}
.splide__arrow:hover {
	background: var(--primary-color);
}
.splide__arrow--prev:hover::after {
	right: 50px;
}
.splide__arrow--next:hover::after {
	left: 50px;
}
.splide__pagination__page {
	background: var(--secondery-color);
	height: 10px;
	margin: 0;
	opacity: 1;
	width: 10px;
}
.splide__pagination__page.is-active {
	background: var(--primary-color);
	transform: scale(1);
	z-index: 1;
}
.splide__pagination {
	bottom: -67px;
	gap: 20px;
}
.cta-content::before {
	content: "";
	position: absolute;
	background-image: url(assets/img/cta.png);
	height: 100%;
	width: 472px;
	bottom: 0px;
	left: -20px;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: 50% 80%;
	opacity: .2;
}
.blog-thumb img {
  width: 100%;
  aspect-ratio: 1/.6;
  border-radius: 15px;
}
.blog-content {
  padding: 30px 40px;
  padding-right: 0 !important;
}
.blog-category, .blog-date {
	line-height: 1;
	font-size: 11px;
	letter-spacing: 25%;
	background-color: var(--secondery-color);
	padding: 15px 15px;
	border-radius: 14px;
}
.blog-text h2 {
	margin-top: 30px;
	margin-bottom: 26px;
}
.blog-btn:hover .service-arrow {
	left: 52px;
}
.blog-btn:hover .service-link {
	background-color: var(--primary-color);
	color: var(--white-color);
}
.blog-btn {
	font-size: 13px;
	font-weight: 500;
	text-transform: uppercase;
	color: var(--primary-color);
	margin-top: 30px;
}
.pagination-next.service-link:hover, .pagination-prev.service-link:hover {
	background-color: var(--primary-color);
	color: var(--white-color);
}
.pagination-next svg {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	left: 24px;
	transition: .6s;
}
.pagination-next:hover svg {
	left: 50px;
}
.pagination-prev svg {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	left: 50px;
	transition: .6s;
}
.pagination-prev:hover svg {
	left: 24px;
}
.page-numbers {
	color: var(--black-color);
}
.blog-pagination {
  gap: 40px;
}
.pagination-numbers {
  gap: 40px;
}
.pagination-prev.disabled {
	color: var(--secondery-hover);
}
.pagination-next.disabled {
	color: var(--secondery-hover);
}
.popular-post-thumb img {
	width: 100%;
	aspect-ratio: 1/.7;
	object-fit: cover;
	transition: .6s;
}
.popular-post-thumb:hover img {
	transform: scale(1.1);
}
.popular_slider {
  padding: 10px;
  padding-bottom: 0;
}
.popular-post-content {
  padding: 30px;
  margin-top: 10px;
}
.popular-post-text h3 {
  margin-top: 20px;
  margin-bottom: 20px;
}
.single-meta-cat {
	margin-bottom: 30px;
}
.single-content {
	max-width: 1300px;
}
.wp-block-image.size-large {
	margin-top: 50px;
	margin-bottom: 50px;
}
.single-project-banner h2 {
	margin-bottom: 0;
}
.contact-details-wrap {
	padding: 10px;
}
.cd-number {
  width: calc(24% - 7px);
}
.cd-emails {
  width: calc(38% - 7px);
}
.cd-address {
  width: calc(38% - 7px);
}
.item-1 {
	padding: 30px 16px;
	color: var(--primary-color);
}
.item-1 h3 {
	margin-top: 10px;
	font-weight: 500;
	line-height: 1;
	word-break: break-word;
}
.contact-details-wrap textarea, .contact-details-wrap input, .contact-details-wrap select {
	background-color: var(--white-color);
}
.contact-details-wrap .wpcf7-form-control.wpcf7-submit.has-spinner {
	max-width: 100%;
	background: var(--primary-color);
	color: var(--white-color);
}
.contact-details-wrap .wpcf7-form-control.wpcf7-submit.has-spinner:hover {
	background: var(--primary-hover);
}
/* hover-faq */
.hover-answer {
	display: none;
	padding: 25px;
	padding-top: 0;
}
.take-care-title {
  max-width: 790px;
}
.hover-faq {
  max-width: 1030px;
  padding: 10px;
}
.hover-item:not(:last-child) {
	margin-bottom: 10px;
}
.hover-question {
	padding: 25px;
}
.tc-number span {
	font-size: 24px;
	font-family: var(--heading-font);
	font-weight: 700;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	left: 24px;
	height: 20px;
	display: flex;
	justify-content: center;
	align-items: center;
	transition: .6s;
}
.hover-item:hover span {
	left: 52px;
	color: var(--white-color);
}
.hover-item:hover .tc-number {
	background-color: var(--primary-color);
}
.hover-question h3 {
	flex: 1;
}
.main-menu > ul > li.current_page_item ul li a {
	background-color: var(--white-color);
}
.main-menu > ul > li ul li.current_page_item a {
	background-color: var(--secondery-color);
}
.main-menu > ul > li.current_page_item ul li a:hover {
	background-color: var(--secondery-color);
}
.parent-pageid-16 .industries-area {
	padding-bottom: 0 !important;
}
.thoumb-two img {
	height: 100%;
	width: 100%;
	object-fit: cover;
}
.thoumb-two {
	position: absolute;
	height: 100%;
	width: 100%;
	top: 0;
	left: 0;
	opacity: 0;
	visibility: hidden;
	transition: .4s;
}
.thoumb-one {
	transition: .4s;
}
.blog-wrap {
	padding-left: 50px;
	padding-right: 50px;
}
.blog-thumb:hover .thoumb-one {
	opacity: 0;
	visibility: hidden;
}
.blog-thumb:hover .thoumb-two {
	opacity: 1;
	visibility: visible;
}
.blog-thumb-link::after {
	content: "";
	position: absolute;
	height: 100%;
	width: 100%;
	top: 0;
	left: 0;
}



























/* 404 */
.error-404 h1 {
	font-size: 200px;
	line-height: 1;
	font-family: var(--body-font);
}

/* responsive */
@media all and (max-width: 1399.98px){
.main-menu ul li a {
	padding: 10px;
}
.header-logo {
	width: 220px;
}
.main-menu > ul > li.menu-item-has-children::before {
	right: 10px;
}
.banner-area {
	padding: 100px 50px;
}
.f-64 h2 {
	font-size: 58px;
}
.img-with-text-img {
	padding-right: 0;
}
.img-with-text-content {
	padding-left: 0;
}
.contact-number, .contact-email {
	padding: 20px 30px;
	font-size: 20px;
}
.contact-form-wrap {
	padding-left: 40px;
	padding-right: 40px;
}
.footer-item-2 {
	padding-left: 0;
}
.footer-item-3 {
	padding-left: 20px;
}
.page-banner-content {
	padding: 60px 24px 60px 30px;
}
.f-53 h2, h1, .h1 {
	font-size: 50px;
}
.blog-wrap {
	padding-left: 0;
	padding-right: 0;
}

}

@media all and (max-width: 1199.98px){
.banner-area {
	padding: 100px 30px;
}
.f-64 h2 {
	font-size: 50px;
}
.img-with-text-content {
	padding: 0;
}
.expect-content {
	padding: 23px;
	margin-top: 10px;
}
.service-title {
  padding-left: 0;
}
.service-text {
  padding-right: 0;
}
.footer-area {
	padding: 60px 30px 30px 30px;
}
.footer-item-3 {
	padding-left: 0;
}


/* m-menu */
	.menu-close-btn {
		position: absolute;
		top: 14px;
		right: 10px;
		z-index: 9;
		font-size: 18px;
		display: flex;
		align-items: center;
	}
	.menu-close-btn i:hover{
		color: var(--primary-color);
	}
	.mm-navbar__title span::before {
		content: "Back to ";
	}
	.mm-navbar__title span{
		text-transform: uppercase;
		font-size: 14px;
		font-weight: bold;
		color: var(--secondery-color) !important;
	}
.mm-panel ul li a {
	font-size: 13px;
	color: var(--primary-color) !important;
	text-transform: uppercase;
	font-weight: 500;
	letter-spacing: 5%;
}
	.mm-navbar .btn {
		color: var(--secondery-color) !important;
		font-weight: bold;
	}
	.mm-navbar .btn:hover {
		color: var(--primary-color) !important;
	}
	.mm-navbars--bottom {
		border-top: none;
	}
	.mm-menu {
		z-index: 100;
		display: block;
	}
	.mm-wrapper__blocker.mm-blocker.mm-slideout{
		z-index: 99;
	}
	.mm-panels {
		background: var(--white-color);
	}
	.menu--just-title a {
		border-top: 0 solid #EAEAEA;
		padding-top: 0 !important;
	}
	.mm-navbar__title {
		text-transform: uppercase;
		font-size: 16px;
		letter-spacing: 1.6px;
	}
	.mm-listitem__text {
		font-size: 15px;
	}
	.mm-menu {
		--mm-size: 100%;
		--mm-color-background: var(--white-color);
	}
	.menu-close-btn {
		position: absolute;
		right: 10px;
		z-index: 9;
		font-size: 18px !important;
		color: var(--secondery-color) !important;
		top: 15px;
	}
	.menu-close-btn {
		font-size: 14px;
	}
	.mm-navbar__title span {
		display: none;
	}
	.mm-panel--opened .mm-navbar__title span {
		display: block;
		font-size: 0;
	}
	#menu .mm-navbar .mm-navbar__title span {
		display: none;
	}
	.mm-navbar .btn {
		color: var(--white-color) !important;
	}
	.mm-panel .mega-menu {
		position: relative !important;
	}
	.mm-panels .sub-menu li a {
		padding: 15px 20px !important;
	}
	.menu-trigger{
		display: block;
	}
.menu-trigger a {
	flex-direction: column;
	row-gap: 5px;
	position: relative;
	z-index: 999;
	cursor: pointer;
	background-color: transparent;
	border-radius: 100%;
	height: 50px;
	width: 50px;
	display: flex;
	justify-content: center;
	align-items: center;
	border: 1.5px solid var(--primary-color);
}
.menu-trigger span {
	display: block;
	height: 2px;
	width: 20px;
	background-color: var(--primary-color);
	border-radius: 100px;
}
	.main-menu {
		display: none;
	}
	.mm-panel ul li.menu-btn a{
		color: var(--white-color) !important;
	}
	.menu-btn {
		margin: 20px;
		text-align: center;
	}
	.mm-panel ul li.menu-btn a:hover{
		background-color: var(--primary-color) !important;
	}
	.mm-panel ul li.menu-btn-primary a{
		background-color: var(--primary-color) !important;
	}
	.mm-panel ul li.menu-btn-primary a:hover{
		background-color: var(--secondery-color) !important;
	}
	.menu-btn::after{
		display: none;
	}
	/* menu-end */


}

@media all and (max-width: 991.98px){
.banner-area {
	padding: 80px 30px;
}
.call-outs-title h2 {
	padding-left: 0;
	margin-top: 0;
	margin-bottom: 36px;
}
.collouts-cover {
	padding-top: 40px;
}
.img-with-text-content {
	padding-bottom: 40px;
}
.contact-form-wrap {
	flex-direction: column;
	gap: 40px;
}
.contact-info {
	width: 100%;
	padding-right: 0;
}
.global-contact-form {
	width: 100%;
}
.call-btn-cover {
	display: flex;
	flex-direction: column;
}
.footer-item-2 {
	padding-left: 20px;
	width: 30%;
}
.footer-item-1 {
	width: 40%;
}
.footer-item-3 {
	width: 30%;
}
.footer-item-4 {
	width: 100%;
}
.page-banner-img-video {
	position: unset;
	height: 100%;
	width: 100%;
}
.page-banner-content {
	padding: 60px 30px 40px 30px;
	min-height: unset;
}
.item-1 h3 {
	font-size: 20px;
}

	
}

@media all and (max-width: 782px){
	.admin-bar .header-sec {
		top: 46px;
	}
}

@media all and (max-width: 767.98px){
	h1, .f-46 h2, .h1 {
		font-size: 36px;
	}
	h2, .h2{
		font-size: 36px;
	}
	h3 {
		font-size: 22px;
	}
	h1 br, .f-46 h2 br, .h1 br, h2 br{
		display: none;
	}
	.p-75{
		padding: 50px 0;
	}
	.pt-75{
		padding-top: 50px;
	}
	.pb-75{
		padding-bottom: 50px;
	}
	.error-404 h1 {
		font-size: 100px;
	}
	.mb-50 {
		margin-bottom: 30px;
	}
.header-btn .btn-svg {
	display: none;
}
.h-menu-btn {
	min-width: 50px;
	padding: 10px;
	height: 50px;
	justify-content: center;
	align-items: center;
}
.header-logo {
	width: 160px;
}
.header-sec {
	padding: 20px 0;
}
.banner-area {
	padding: 60px 20px;
}
.f-64 h2 {
	font-size: 40px;
}
.img-with-text-content {
	padding-bottom: 30px;
}
.rounded-15 {
	border-radius: 10px;
}
.rounded-20 {
	border-radius: 10px;
}
.rounded-25 {
	border-radius: 15px;
}
.contact-form-wrap {
	padding-left: 20px;
	padding-right: 20px;
}
.contact-number, .contact-email {
	padding: 10px 15px;
	font-size: 18px;
	height: 70px;
}
.question {
	padding: 18px 16px;
}
.answer {
	padding: 30px 16px;
}
.single-content-area {
	padding-top: 10px;
}
.wp-block-image.size-large {
	margin-top: 30px;
	margin-bottom: 30px;
}
.page-banner-img-video img {
	aspect-ratio: 1/.7;
}
.footer-item-1, .footer-item-2, .footer-item-3, .footer-item-4 {
	width: 100%;
	text-align: center;
	padding: 0;
}
.footer-area {
	padding: 50px 20px 30px 20px;
}
.copyright-content {
	margin-top: 30px;
}
.footer-item span {
	margin-bottom: 10px;
}
.footer-item-2 {
	margin-top: 30px;
	margin-bottom: 30px;
}
.footer-item-4 {
	margin-top: 30px;
}
.f-53 h2, h1, .h1 {
	font-size: 40px;
}
.page-banner-content {
	padding: 60px 10px 40px 10px;
}
.introductions-content, .project-gallery-area {
	padding-bottom: 40px;
	margin-bottom: 40px;
}
.splide__pagination {
	gap: 10px;
}
.challenges-list-text {
	padding: 25px 20px;
}
.result-content {
	padding: 25px 20px;
}
.blog-pagination {
  gap: 20px;
}
.pagination-numbers {
  gap: 20px;
}
.single-content img {
	border-radius: 16px;
}
.contact-details-cover {
	flex-direction: column;
	gap: 10px;
}
.item-1 {
	width: 100%;
}
.hover-question h3 {
	font-size: 20px;
}
.hover-question {
	padding: 25px 16px;
}
		

}

@media (max-width: 600px) {
	.admin-bar .header-sec.sticky-active {
		top: 0;
	}
}
@media (max-width: 576px) {
	.card-btn {
		flex-direction: column;
	}
	.card-btn .btn {
		width: 100%;
	}
	.btn {
		justify-content: center;
	}
	.f-9 {
		padding: 12px 20px 10px 20px;
	}

}