/*!
Theme Name: Antenna Direct
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: antenna
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: #0b1f90;
	--btn-grad: linear-gradient(90deg, rgba(0,91,191, .95) 20%, rgba(0,0,126,1) 70%);
	--white-color: #ffffff;
    --black-color: #4f5477;
	--section-bg: #f5f5fb;
	
    --body-font: "Poppins", sans-serif;
	--title-font: "Houschka Pro", 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: 14px;
	font-weight: 300;
	color: var(--black-color);
}
.btn{
  position: relative;
  display: inline-block;
  padding: 20px 36px;
  border-radius: 50px;
  border: none;
  overflow: hidden;
  transition: all .4s ease-out;
  text-transform: uppercase;
  letter-spacing: 3px;
  line-height: 1;
  font-family: var(--title-font);
  font-size: 14px;
  font-weight: 600;
  -webkit-font-smoothing: antialiased;
  font-style: italic;
}
.btn::before{
  content: "";
  position: absolute;
  inset: 0;
  background: #fff;
  opacity: 1;
  transition: opacity .35s ease, background .35s ease;
  z-index: 0;
  pointer-events: none;
}
.btn__text{
  position: relative;
  z-index: 1;
  display: inline-block;
  background: var(--btn-grad);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  color: transparent;
}
.btn:hover::before{
  background: var(--btn-grad);
}
.btn:hover .btn__text{
  background: none;
  -webkit-text-fill-color: #fff;
  color: #fff;
}
.btn-primary::before{
  background: var(--btn-grad);
}
.btn-primary .btn__text{
  background: none;
  -webkit-text-fill-color: #fff;
  color: #fff;
}
.btn-primary:hover::before{
  background: #fff;
}
.btn-primary:hover .btn__text{
  background: var(--btn-grad);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  color: transparent;
}
.btn-secondery::before {
	background: var(--section-bg);
}
h1, h2, h3, h4, h5, h6{
	line-height: 1;
	margin: 0;
	padding: 0;
	font-weight: 600;
	font-family: var(--title-font);
	font-style: italic;
}
h1 strong, h2 strong, h3 strong, h4 strong, h5 strong, h6 strong {
	font-weight: 700;
}
h1 {
	font-size: 60px;
	padding-bottom: 5px;
}
.f-12 h1 {
	font-size: 13px;
	font-weight: 300;
	letter-spacing: 5px;
	text-transform: uppercase;
	font-family: var(--body-font);
	line-height: 1.6;
	font-style: normal;
}
h2{
	font-size: 50px;
}
h3{
	font-size: 24px;
}
p{
	margin: 0;
}
p:not(:last-child){
	margin-bottom: 16px;
}
img{
	max-width: 100%;
	height: auto;
}
ul{
	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: 50px;
	padding: 10px 30px !important;
	color: var(--black-color);
	background: var(--white-color);
	font-size: 14px !important;
}
input, select, textarea {
	height: 55px;
}
input:focus, textarea:focus{
	outline: none;
}
input::placeholder, textarea::placeholder, select {
    color: var(--black-color);
	opacity: 1;
}
.bg {
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
}
.section-bg{
	background-color: var(--section-bg);
}
.p-100{
	padding: 100px 0;
}
.pt-100{
	padding-top: 100px;
}
.pb-100{
	padding-bottom: 100px;
}
.container, .short-container{
	transition: .4s;
	max-width: 1438px;
	padding: 0 24px;
	margin-left: auto;
	margin-right: auto;
}
.short-container {
	max-width: 1270px;
}
.section-title h2{
	margin-bottom: 24px;
}
.card-btn {
	margin-top: 32px;
}

/* Header */
.header-sec {
	left: 0;
	right: 0;
	top: 0;
	z-index: 99;
	padding: 20px 0;
	position: fixed;
	background-color: var(--white-color);
	transition: .2s;
}
.header-logo {
	margin-right: 10px;
	transition: .4s all ease;
	width: 180px;
	margin-left: 20px;
}
.header-logo svg {
	width: 100%;
	height: 100%;
	object-fit: contain;
}
.admin-bar .header-sec {
	top: 32px;
}
.h-btn {
	gap: 60px;
	display: flex;
	margin-left: 10px;
}
.slicknav_nav a:hover{
	background: none;
}
.menu-trigger-wrap {
	display: none;
}
.header-cover {
	background: linear-gradient(90deg,rgba(8, 80, 181, 1) 0%, rgba(2, 7, 130, 1) 100%);
	padding: 20px;
	border-radius: 60px;
}

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

.main-menu ul li a:hover, .main-menu ul > li.current_page_item > a {
	/* color: var(--primary-color); */
	opacity: .7;
}
.main-menu ul li ul li a:hover{
	color: var(--primary-color);
}
.main-menu ul.sub-menu > li.current_page_item > a {
	color: var(--primary-color);
}

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

.mm-menu {
	display: none;
}
.modal-backdrop.show {
	opacity: .92;
}
.menu-trigger {
	display: none;
}
/* banner */
.btn-header {
	border: 1px solid var(--white-color) !important;
	/* padding: 18px 36px; */
}
.btn-header::before {
	background: #020983;
}
.btn-header .btn__text {
	color: var(--white-color);
	background: none;
  -webkit-text-fill-color: #fff;
}
.btn-header:hover::before {
	background: var(--white-color);
}
.btn-header:hover .btn__text {
	background: var(--btn-grad);
	-webkit-background-clip: text;
	background-clip: text;
	-webkit-text-fill-color: transparent;
	color: transparent;
}
.btn-top:hover::before {
	background: #020983;
}
.btn-top {
	border: 1px solid var(--white-color) !important;
}
.banner-content .f-12 {
  margin-bottom: 24px;
  margin-left: 5px;
}
.banner-img img {
	object-fit: cover;
	height: 100%;
}
.rounded-20 {
	border-radius: 20px;
	overflow: hidden;
}
.banner-wrapp {
	padding: 74px;
}
.banner-content h2, .single-blog-title h1 {
  background: var(--btn-grad);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  -webkit-text-fill-color: transparent;
  font-size: 76px;
  padding-bottom: 32px;
}
.gradient-title h2, .gradient-title h1, .gradient-title h3, .gradient-title h4, .gradient-title h5 {
	background: var(--btn-grad);
   -webkit-background-clip: text;
   background-clip: text;
   color: transparent;
   -webkit-text-fill-color: transparent;
}
.call-outs-area {
	border-top: 1px solid var(--white-color);
	padding-top: 50px;
	margin-top: 50px;
}
.call-outs-text {
	font-family: var(--title-font);
	font-size: 20px;
	font-weight: 600;
	line-height: 1;
	flex: 1;
	font-style: italic;
}
.call-outs-text strong {
	font-weight: 800;
}
.call-outs-icon img {
	height: 100%;
	width: 100%;
	object-fit: contain;
}
.call-outs-icon {
	height: 59px;
	width: 59px;
}
.call-outs-wrapp::before {
	content: "";
	position: absolute;
	background-color: var(--white-color);
	height: 100%;
	width: calc(100% - 30px);
	top: 0;
	right: 0;
	border-radius: 8px;
}
.call-outs-wrapp {
	padding: 15px 30px 15px 0;
}
.banner-wrapp::before {
	content: "";
	position: absolute;
	background-image: url(assets/img/bg-shape.svg);
	height: 670px;
	width: 670px;
	bottom: -480px;
	right: 0;
	background-repeat: no-repeat;
	background-size: contain;
	background-position: top;
}
/* service */
.service-area .row > *, .service-child-area .row > *, .blog-area .row > *, .half-of-fame-area .row > *, .recent-blog-area .row > * {
	padding-left: 8px;
	padding-right: 8px;
}
.service-thumbnail-wrapper img {
	width: 100%;
	aspect-ratio: 1/.5;
	object-fit: cover;
	transition: 1s;
}
.service-link {
	height: 46px;
	width: 46px;
	padding: 0;
	border-radius: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 20px;
	color: #0e42aa;
}
.service-link i {
	position: relative;
	height: 20px;
	width: 20px;
	display: flex;
	justify-content: center;
	align-items: center;
}
.service-link:hover {
	color: var(--white-color);
}
.service-title-cover {
	padding: 20px;
}
.service-link::before {
	background: #e9e9f2;
}
.service-content {
	background: linear-gradient(192deg,rgba(10, 77, 179, 1) 0%, rgba(2, 7, 130, 1) 100%);
	padding: 60px;
	height: calc(100% - 16px);
}
.service-title-cover a::after {
	content: "";
	position: absolute;
	height: 100%;
	width: 100%;
	top: 0;
	left: 0;
}
.service-page-link:hover .btn::before{
	background: var(--btn-grad);
}
.service-page-link:hover .service-link {
	color: var(--white-color);
}
.service-page-link:hover .service-thumbnail-wrapper img {
	transform: scale(1.2);
}
/* why-choose */
.why-choose-wrapp {
	padding: 80px;
	padding-bottom: 160px;
}
.splide__arrow {
	background: var(--white-color);
	height: 45px;
	opacity: 1;
	width: 45px;
}
.splide__pagination__page {
	background: #247ad4;
	height: 9px;
	opacity: 1;
	width: 9px;
	border-radius: 100px;
}
.splide__pagination__page.is-active {
	background: var(--white-color);
	transform: unset;
}
.splide__pagination {
	bottom: -80px;
	gap: 10px;
}
.why-choose-wrapp::before {
	content: "";
	position: absolute;
	background: linear-gradient(45deg, rgba(0, 91, 191) 0%, rgba(0, 0, 126, 0.85) 90%);
	height: 100%;
	width: 100%;
	top: 0;
	left: 0;
}
.why-choose-img img {
	aspect-ratio: 1/.75;
	object-fit: cover;
}
.splide__arrow--prev {
	left: -60px;
}
.splide__arrow--next {
	right: -60px;
}
.splide__arrow svg {
	fill: #121a8d;
}
.why-choose-content {
	padding: 0 16px;
}
.why-choose-content h3 {
	font-size: 30px;
	margin-bottom: 24px;
}
.wc-btn::before{
	background: transparent;
}
.wc-btn {
	border: 1px solid var(--white-color);
}
.wc-btn span {
	color: var(--white-color);
	position: relative;
	display: block;	
}
.wc-btn:hover span {
	color: #121a8d !important;
}
.wc-btn:hover:before{
	background: var(--white-color);
}
.wc-title {
	max-width: 685px;
}
.why-choose::before {
	content: "";
	position: absolute;
	background-image: url(assets/img/bg-shape.svg);
	height: 500px;
	width: 500px;
	top: 0;
	right: -250px;
	background-repeat: no-repeat;
	background-size: contain;
	background-position: top;
	transform: rotate(90deg);
}
.service-wc-shape::before {
	content: "";
	position: absolute;
	background-image: url(assets/img/pattern.png);
	height: 1022px;
	width: 417px;
	top: 400px;
	left: 0;
	background-repeat: no-repeat;
	background-size: contain;
}
/* fuarantee */
.guarantee-content {
  max-width: 850px;
}
.guarantee-wrapp {
	padding: 80px 20px;
	background-position: top right;
}
.pb-h2 h2 {
	padding-bottom: 6px;
}
/* testimonials */
.testimonials {
  padding: 65px;
}
.testimonials-info {
  border-top: 1px solid #e9e9f2;
  padding-top: 40px;
  margin-top: 40px;
}
.testimonials-heading {
	max-width: 350px;
}
.testimonials_slider .splide__arrow, .process_slider .splide__arrow, .portfolio_slider .splide__arrow, .other_services_slider .splide__arrow {
	background: #e9e9f2;
}
.splide__arrow:hover {
	background: var(--btn-grad);
}
.splide__arrow:hover svg {
	fill: #fff;
}
.client-name {
	font-size: 20px;
	font-family: var(--title-font);
	line-height: 1;
}
.testimonials_slider .splide__arrow--prev {
	left: -414px;
	top: 67%;
}
.testimonials_slider .splide__arrow--next {
	right: auto;
	left: calc(-414px + 60px);
	top: 67%;
}
/* contact */
.field-space {
	padding-bottom: 12px;
	padding-left: 6px;
	padding-right: 6px;
}
.contact-input textarea {
	height: 155px;
	border-radius: 24px;
}
.wpcf7-form-control.wpcf7-submit.has-spinner {
	max-width: 200px;
	text-transform: uppercase;
	font-weight: 400;
	font-size: 12px;
	letter-spacing: 2px;
	transition: .4s;
	border-radius: 100px;
	border: 1px solid var(--primary-color);
	background-color: var(--primary-color);
	color: var(--white-color);
	margin-top: 15px;
}
.wpcf7-form-control.wpcf7-submit.has-spinner:hover{
	opacity: .7;
}
.wpcf7-spinner {
	display: none;
}
.contact-shortcode {
	max-width: 810px;
}
.contact-form {
	padding: 80px 30px;
}
.wpcf7-form-control.wpcf7-submit.has-spinner {
	max-width: 185px;
	text-transform: uppercase;
	font-weight: 600;
	letter-spacing: 2px;
	transition: .4s;
	border-radius: 100px;
	border: none;
	background: var(--btn-grad);
	color: var(--white-color);
	margin-top: 36px;
	font-family: var(--title-font);
	margin-left: auto;
	margin-right: auto;
	display: flex;
	position: relative;
	font-style: italic;
}
.contact-shortcode p {
	margin-bottom: 0;
}
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='16' height='16' fill='currentColor' class='bi bi-chevron-down' viewBox='0 0 16 16'%3E%3Cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708'/%3E%3C/svg%3E");
	background-repeat: no-repeat;
	background-position: calc(100% - 20px) 50%;
}
/* faq */
.question {
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 20px 0; 
	background: transparent;
	cursor: pointer;
}
.answer {
	display: none;
	padding-bottom: 24px;
}
.question h4 {
	font-family: var(--body-font);
	font-weight: 600;
	font-size: 16px;
	font-style: normal;
}
.faq-img img {
	aspect-ratio: 1/.5;
	object-fit: cover;
}
.faq-item {
	border-radius: 50px;
	padding: 0 24px;
}
.faq-item:not(:last-child) {
	margin-bottom: 16px;
}
.faq {
	max-width: 810px;
}
.faq-item.active .faq-trigger i::before {
	content: "\f068";
}
.faq-trigger {
	font-size: 16px;
	display: flex;
	color: var(--primary-color);
}
.answer ul {
	list-style: inside;
	padding-left: 16px;
}
.faq-item.section-bg.active {
	border-radius: 30px;
}
.shape-two::before {
	content: "";
	position: absolute;
	background-image: url(assets/img/pattern.png);
	height: 1022px;
	width: 417px;
	bottom: 0;
	right: 0;
	background-repeat: no-repeat;
	background-size: contain;
	transform: rotate(180deg);
}
.shape-two::after {
	content: "";
	position: absolute;
	background-image: url(assets/img/bg-shape.svg);
	height: 500px;
	width: 500px;
	top: 20%;
	left: -250px;
	background-repeat: no-repeat;
	background-size: contain;
	background-position: top;
	/* transform: rotate(90deg); */
	z-index: -1;
}
/* footer */
.footer-area {
	background: linear-gradient(192deg,rgba(10, 77, 179, 1) 0%, rgba(2, 7, 130, 1) 100%);
}
.footer-logo {
	width: 187px;
}
.footer-area {
  padding: 60px 80px 40px 80px;
}
.copyright-area {
  border-top: 1px solid #0d50b8;
  padding-top: 36px;
  margin-top: 70px;
}
.footer-text {
  max-width: 603px;
  margin-top: 36px;
}
.footer-list-headeng {
  font-size: 14px;
  font-weight: 300;
  text-transform: uppercase;
  margin-bottom: 30px;
  letter-spacing: 3px;
}
.footer-menu ul {
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.footer-menu ul li a, .footer-text a, .footer-info a {
	color: var(--white-color);
	word-break: break-word;
}
.footer-info p {
  margin-bottom: 10px;
}
.footer-menu ul li a:hover, .footer-info a:hover, .footer-text a:hover {
	opacity: .7;
}
/* page-banner */
.page-banner {
	padding: 110px 85px;
}
.page-banner-content {
	max-width: 600px;
}
.page-banner::before {
	content: "";
	position: absolute;
	background-image: url(assets/img/bg-shape.svg);
	height: 670px;
	width: 670px;
	bottom: -335px;
	right: -175px;
	background-repeat: no-repeat;
	background-size: contain;
	background-position: top;
}
.page-banner-content h2, .sc-banner h2 {
	font-size: 60px;
}
.page-banner-content h2 {
	margin-bottom: 16px;
}

/* about-page */
.about-intro-content {
	max-width: 1050px;
}
.case-study-item {
  display: flex;
  align-items: center;
  padding: 65px;
}
.case-study-img {
  width: 50%;
}
.case-study-content {
	width: 50%;
	padding-left: 40px;
}
.case-study-item:not(:last-child) {
  margin-bottom: 60px;
}
.case-study-item:nth-child(2n) {
	flex-direction: row-reverse;
}
.case-study-item:nth-child(2n) .case-study-content {
	padding-left: 0;
	padding-right: 40px;
}
.case-study-img img {
	aspect-ratio: 1/.612;
	object-fit: cover;
}
/* service-child */
.process-img img {
	aspect-ratio: 1/.55;
	object-fit: cover;
}
.process-list {
	background: linear-gradient(45deg,rgba(10, 77, 179, 1) 0%, rgba(2, 7, 130, 1) 100%);
}
.process-content {
	font-size: 18px;
	line-height: 1.5;
	padding: 30px;
}
.process-title {
	max-width: 1010px;
}
.process_slider .splide__pagination__page, .portfolio_slider .splide__pagination__page, .other_services_slider .splide__pagination__page {
	background: #e3e3f1;
}
.process_slider .splide__pagination__page.is-active, .portfolio_slider .splide__pagination__page.is-active, .other_services_slider .splide__pagination__page.is-active {
	background: var(--primary-color);
}
.p-80 {
	padding: 80px 0;
}
.portfolio-gallery img {
	aspect-ratio: 1;
	object-fit: cover;
}
.portfolio-wrapp {
	padding: 80px 0 160px 0;
}
.service-slider-area, .process-area {
	padding-bottom: 160px;
}
.parent-pageid-21 .why-choose::before {
	display: none;
}
.page-id-21 .banner-wrapp::before, .single-banner .banner-wrapp::before {
	display: none;
}
.page-id-21 .service-wc-shape::before {
	top: 15%;
}
.service-child-shape::before {
	top: unset !important;
	bottom: 0 !important;
}
/* blog */
.blog-thumb img {
	width: 100%;
	aspect-ratio: 1/.85;
	object-fit: cover;
}
.service-title-cover {
	padding: 24px;
}
.blog-pagination {
	display: flex;
	justify-content: center;
	gap: 20px;
	align-items: center;
}
.prev.page-numbers, .next.page-numbers {
	color: var(--primary-color);
	height: 45px;
	width: 45px;
	display: flex;
	justify-content: center;
	align-items: center;
	line-height: 1;
	border: none;
	/* background-color: var(--black-color); */
	border-radius: 100px;
	font-size: 20px;
	background: #e9e9f2;
}
.prev.page-numbers:hover, .next.page-numbers:hover {
	background: var(--btn-grad);
	color: var(--white-color);
}
.page-numbers {
	color: var(--black-color);
	font-weight: 400;
	height: 40px;
	width: 24px;
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 16px;
}
.page-numbers.current {
	border-bottom: 1px solid #0e42aa;
}
.service-list-title {
	padding-right: 10px;
}
/* single-blog */
.single-banner .banner-img img {
	aspect-ratio: 1/.7;
	width: 100%;
}
.single-blog-title h1 {
	max-width: 565px;
	padding-bottom: 6px !important;
}
.single-content h1 {
	margin-bottom: 16px;
}
.single-content h2, .single-content h3 {
	margin-bottom: 16px;
	margin-top: 40px;
}
.single-content h4, .single-content h5, .single-content h6 {
	margin-bottom: 16px;
	margin-top: 30px;
}
.single-content h2:not(:first-child) {
	margin-top: 40px;
}
.single-content h2:first-child {
	margin-top: 0;
}
.single-content h4{
	font-size: 20px;
}
.single-content h5{
	font-size: 18px;
}
.single-content h6{
	font-size: 17px;
}
.wp-block-image {
	margin: 24px 0;
	border-radius: 20px;
	overflow: hidden;
}
.single-content img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.wp-block-list {
	margin-bottom: 20px;
}
.single-content ul li, .single-content ol li {
	text-align: start;
}
.single-content ul {
	padding-left: 12px;
}
.recent_post h3 {
	font-size: 20px;
}
/* contact */
.contact-information h2 {
	margin-bottom: 10px;
}
.contact-field-area {
  padding: 80px 70px;
}
.contact-info-list {
  margin-top: 116px;
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.contact-field {
  padding-left: 40px;
}
.contact-field .wpcf7-form-control.wpcf7-submit.has-spinner {
	margin-left: unset;
}
/* half of fame */
.fame-content {
	max-width: 920px;
}
.fame-img img {
	aspect-ratio: 1/.7;
	object-fit: cover;
}
.fame-text {
	padding: 40px;
}
.shape-three::before {
	content: "";
	position: absolute;
	background-image: url(assets/img/bg-shape.svg);
	height: 500px;
	width: 500px;
	bottom: 12.8%;
	left: -250px;
	background-repeat: no-repeat;
	background-size: contain;
	background-position: top;
	/* transform: rotate(90deg); */
	z-index: -1;
}









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

/* responsive */
@media all and (max-width: 1399.98px){
	.header-btn .btn {
		padding: 20px 30px;
	}
	.main-menu > ul {
	gap: 19px;
}
.h-btn {
	gap: 30px;
}
.header-logo {
	margin-left: 0;
}
.banner-wrapp {
	padding: 70px 50px;
}
.banner-content h2, .single-blog-title h1 {
	font-size: 62px;
}
.banner-wrapp::before {
	right: -60px;
}
h1 {
	font-size: 52px;
}
h2 {
	font-size: 46px;
}
.why-choose-content {
	padding-right: 0;
}
.testimonials {
	padding: 50px;
}
.footer-area {
	padding: 60px 60px 40px 60px;
}
.page-banner-content h2, .sc-banner h2 {
	font-size: 50px;
}
.page-banner-content {
	max-width: 520px;
}
.case-study-item {
	padding: 50px;
}
.process-content {
	font-size: 16px;
}
.process_slider .splide__arrow--prev, .portfolio_slider .splide__arrow--prev {
	left: 0;
}
.process_slider .splide__arrow--next, .portfolio_slider .splide__arrow--next {
	right: 0;
}

}

@media all and (max-width: 1199.98px){
.banner-wrapp {
	padding: 60px 40px;
}
.banner-content h2, .single-blog-title h1 {
	font-size: 52px;
}
.banner-wrapp::before {
	height: 550px;
	width: 550px;
	bottom: -380px;
}
h1 {
	font-size: 46px;
}
h2 {
	font-size: 40px;
}
.service-content {
	padding: 40px;
}
.service-thumbnail-wrapper img {
	aspect-ratio: 1/.6;
}
.why-choose-content {
	padding: 0;
}
.why-choose-wrapp {
	padding: 60px;
	padding-bottom: 120px;
}
.why_choose_slider .splide__arrow--prev {
	left: -52px;
}
.why_choose_slider .splide__arrow--next {
	right: -52px;
}
.why-choose-content h3 {
	font-size: 28px;
}
.why-choose-content .btn {
	padding: 18px 32px;
}
.why_choose_slider .splide__pagination {
	bottom: -60px;
}
.service-wc-shape::before {
	width: 300px;
	top: 350px;
}
.testimonials_slider .splide__arrow--prev {
	left: -325px;
	top: 70%;
}
.testimonials_slider .splide__arrow--next {
	left: calc(-414px + 148px);
	top: 70%;
}
.testimonials-info {
	padding-top: 30px;
	margin-top: 30px;
}
.footer-area {
	padding: 60px 40px 40px 40px;
}
.shape-two::before {
	width: 300px;
}
.page-banner {
	padding: 80px 60px;
}
.page-banner::before {
	height: 550px;
	width: 550px;
	bottom: -275px;
	right: -145px;
}
.page-banner-content h2, .sc-banner h2 {
	font-size: 46px;
}
.page-banner-content {
	max-width: 480px;
}
.case-study-item {
	padding: 50px 20px;
}
.case-study-content {
	padding-left: 24px;
}
.case-study-item:nth-child(2n) .case-study-content {
	padding-right: 24px;
}
.case-study-content h2 {
	margin-bottom: 16px;
}
.process-content {
	font-size: 14px;
	padding: 24px;
}
.contact-field {
	padding-left: 0;
}
.contact-field-area {
	padding: 60px 40px;
}




	/* 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: 12px;
		color: var(--black-color) !important;
		text-transform: uppercase;
		font-weight: 400;
		letter-spacing: 3px;
	}
	.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;
		width: 64px;
	}
	.menu-trigger a {
		flex-direction: column;
		row-gap: 6px;
		position: relative;
		z-index: 999;
		cursor: pointer;
		background-color: var(--white-color);
		border-radius: 100px;
		height: 56px;
		width: 56px;
		display: flex;
		justify-content: center;
		align-items: center;
	}
	.menu-trigger span {
		display: block;
		height: 2px;
		width: 24px;
		background-color: #020a84;
	}
	.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;
	}
	.h-btn {
		gap: 16px;
	}
	/* menu-end */

}

@media all and (max-width: 991.98px){
	h1 {
		font-size: 44px;
	}
	h2 {
		font-size: 40px;
	}
	.p-100{
		padding: 80px 0;
	}
	.pt-100{
		padding-top: 80px;
	}
	.pb-100{
		padding-bottom: 80px;
	}
	.call-outs-area {
	justify-content: center;
}
.banner-wrapp::before {
	right: 50%;
	transform: translateX(50%);
	bottom: -390px;
}
.banner-wrapp {
	padding: 24px;
	padding-bottom: 200px;
}
.rounded-20 {
	border-radius: 16px;
}
.service-wc-shape::before {
	top: 130px;
}
.service-content {
	height: 100%;
}
.testimonials_slider .splide__arrow--prev {
	left: 0;
	top: 50%;
}
.testimonials_slider .splide__arrow--next {
	left: unset;
	right: 0;
	top: 50%;
}
.testimonials-heading {
	max-width: 100%;
}
.testimonials-heading br {
	display: none;
}
.footer-text a {
	display: none;
}
.page-banner {
	padding: 60px 20px;
}
.page-banner-content h2, .sc-banner h2 {
	font-size: 40px;
}
.page-banner::before {
	height: 450px;
	width: 450px;
	bottom: -225px;
	right: -120px;
}
.page-banner-content {
	max-width: 400px;
}
.case-study-item {
	flex-direction: column !important;
}
.case-study-content {
	width: 100%;
	padding: 0 !important;
}
.case-study-img {
	width: 100%;
}
.page-id-21 .banner-wrapp, .single-banner .banner-wrapp {
	padding-bottom: 80px;
}
.single-blog-title h1 {
	max-width: 100%;
	width: 100%;
	padding-bottom: 5px !important;
}
.contact-info-list {
	margin-top: 36px;
}
.contact-field .wpcf7-form-control.wpcf7-submit.has-spinner {
	margin-left: auto;
}
.shape-three::before {
	bottom: 9%;
}

	
}

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

@media all and (max-width: 767.98px){
	h1 {
		font-size: 36px;
	}
	h2 {
		font-size: 32px;
	}
	h3{
		font-size: 20px;
	}
	.p-100{
		padding: 60px 0;
	}
	.pt-100{
		padding-top: 60px;
	}
	.pb-100{
		padding-bottom: 60px;
	}
	.header-btn {
		display: none !important;
	}
	.header-cover {
	padding: 16px 4px 16px 20px;
	}
	.header-logo {
		width: 160px;
	}
	.menu-trigger a {
		height: 40px;
		width: 40px;
	}
	.menu-trigger span {
	width: 20px;
}
.header-sec {
	padding: 12px 0;
}
.rounded-20 {
	border-radius: 12px;
}
.banner-wrapp {
	padding: 20px;
	padding-bottom: 140px;
}
.banner-wrapp::before {
	bottom: -245px;
	height: 350px;
    width: 350px;
}
.banner-content h2, .single-blog-title h1 {
	font-size: 32px;
	padding-bottom: 24px;
}
.banner-img img {
	aspect-ratio: 1/.65;
}
.call-outs-area {
    flex-wrap: wrap;
    column-gap: 8px !important;
	padding-top: 40px;
  	margin-top: 40px;
}
.call-outs-wrapp {
  padding: 10px 16px 10px 0;
  width: 48.6%;
  gap: 8px !important;
}
.call-outs-text {
  font-size: 13px;
}
.call-outs-icon {
  height: 45px;
  width: 45px;
}
.call-outs-wrapp::before {
  border-radius: 4px;
}
.call-outs-text br {
  display: none;
}
.why_choose_slider .splide__arrow {
	height: 32px;
	width: 32px;
	background: #e9e9f2;
}
.why_choose_slider .splide__arrow--prev {
	left: -40px;
}
.why_choose_slider .splide__arrow--next {
	right: -40px;
}
.why-choose-wrapp {
	padding: 20px;
	padding-bottom: 100px;
	overflow: unset;
}
.why-choose-content p {
	font-size: 13px;
}
.why-choose-content h3 {
	font-size: 24px;
	margin-bottom: 16px;
}
.why_choose_slider .splide__pagination {
	bottom: -50px;
}
.why-choose-img img {
	aspect-ratio: 1/.65;
}
.menu-trigger {
	width: 52px;
}
.service-wc-shape::before {
	width: 200px;
}
.guarantee-wrapp {
	padding: 60px 20px;
}
.splide__arrow {
	height: 36px;
	width: 36px;
}
.testimonials_slider .splide__arrow--prev {
	left: -20px;
}
.testimonials_slider .splide__arrow--next {
	right: -20px;
}
.testimonials {
	padding: 24px 20px;
}
.testimonials-heading h2 {
	margin-bottom: 16px;
}
.testimonials-info {
	flex-direction: column;
}
.contact-form {
	padding: 60px 24px;
}
input, select {
	height: 50px;
}
textarea, input, select {
	padding: 10px 20px !important;
}
.contact-input textarea {
	border-radius: 16px;
}
.faq-title br {
	display: none;
}
.question h4 {
	font-size: 14px;
	line-height: 1.2;
}
.footer-area {
	padding: 50px 20px 40px 20px;
}
.footer-logo {
	margin-left: auto;
	margin-right: auto;
}
.footer-text {
	margin-top: 24px;
}
.footer-menu {
	text-align: center;
	margin-bottom: 30px;
}
.footer-text p {
	margin: 0;
}
.footer-list-headeng {
	margin-bottom: 16px;
}
.copyright-area {
	padding-top: 32px;
	margin-top: 32px;
	flex-direction: column;
	text-align: center;
	gap: 16px !important;
}
.shape-two::after {
	top: 30%;
}
.shape-two::before {
	width: 200px;
}
.page-banner-content {
	max-width: 100%;
}
.page-banner-content br {
	display: none;
}
.page-banner-content h2, .sc-banner h2 {
	font-size: 32px;
}
.page-banner {
	padding-bottom: 140px;
}
.page-banner::before {
	bottom: -245px;
	height: 350px;
	width: 350px;
	right: 50%;
    transform: translateX(50%);
}
.case-study-item {
	padding: 20px;
}
.process-title br {
	display: none;
}
.process_slider .splide__pagination, .portfolio_slider .splide__pagination {
	bottom: -50px;
}
.process_slider {
	margin-left: -24px;
	margin-right: -24px;
}
.process-content {
	padding: 20px;
}
.p-80 {
	padding: 60px 0;
}
.portfolio-wrapp {
	padding: 50px 0 100px 0;
}
.portfolio-area .container, .portfolio-area .short-container {
	padding: 0;
}
.other_services_slider {
	margin-left: -24px;
	margin-right: -24px;
}
.splide__pagination {
	bottom: -50px;
}
.service-slider-area, .process-area {
	padding-bottom: 100px;
}
h2 br {
	display: none;
}
.contact-btn .btn {
	width: 100%;
}
.page-id-21 .service-wc-shape::before {
	top: 0;
}
.page-id-21 .banner-wrapp, .single-banner .banner-wrapp {
	padding-bottom: 60px;
}
.contact-field-area {
	padding: 50px 20px;
}	
.wpcf7-form-control.wpcf7-submit.has-spinner {
	margin-top: 20px;
}
.contact-info-list h3 {
	font-size: 18px;
}
.contact-info-list {
	margin-top: 24px;
}
.fame-text {
	padding: 20px;
}
.shape-three::before {
	bottom: 41.7%;
}
.error-404 h1 {
	font-size: 100px;
}
.service-child-shape::before {
	height: 500px;
}
.service-content {
	padding: 40px 20px;
}
.service-content br {
	display: block;
}
.service-area {
	padding-top: 24px;
}
		

}

@media (max-width: 600px) {
	.admin-bar .header-sec.sticky-active {
		top: 0;
	}
}

@media (max-width: 576.98px) {
	.card-btn {
		margin-top: 30px !important;
		flex-direction: column !important;
	}
	.card-btn .btn {
		width: 100%;
	}
}
