/*
Theme Name: Inabox.Digital
Theme URI: http://www.totalmarketingaustralia.com.au
Description: This is TMA Wordpress Theme
Version: 1.01
Author: TMA
*/
@import url('style/bootstrap.min.css');
@import url('style/bootstrap.css');
@import url('style/owl.carousel.css');
@import url('style/owl.theme.default.min.css');
@import url('fonts/font.css');
/* font-family: "Open Sans", sans-serif;
   font-family: "Antonio", sans-serif;
   font-family: "Bodoni Moda", serif;
   font-family: "Montserrat", sans-serif;
*/
body{
	margin: 0;
    padding: 0;
	font-size: 16px;    
	color: #4d4d4f;
    font-family: "Montserrat", sans-serif;
}
img{
	border:none;
	outline:none;
	max-width:100%;
	height: auto;
}
.img-left {
	float:left;
	position: relative;
	margin:0 20px 20px 0px;
	max-width:500px;
}
.img-rite {
    float: right;
    position: relative;
    margin: 0px 0px 20px 20px;
    max-width: 400px;
}
.clear{
	width:0;
	padding:0;
	height:0;
	margin:0;
	clear:both;
}
p {
    margin-bottom: 20px;
	line-height: 25px;	
}
p.sub-text {
    font-size: 18px;
    font-weight: 600;
}
.table {
	margin-bottom:20px;
}
a {
	text-decoration: none;
	outline:none;
	color: #fdc93c;
}
a:hover, a:focus, a:active{
	color: #fdc93c;
	text-decoration:underline;
	transition:color 0.3s linear;
	-webkit-transition:color 0.3s linear;
	-o-transition:color 0.3s linear;
	-moz-transition:color 0.3s linear;
	-ms-transition:color 0.3s linear;
}

hr {
	padding:0px 0 30px;
	margin:15px 0 0;
	border-color: #ededed !important;
}
.wp-block-embed iframe {
    max-width: 100%;
    width: 100%;
}
:where(.wp-block-columns) {
    margin-bottom: 0 !important;
}
section { 
	padding:50px 0;
}
.inner-sec {
	min-height: 60vh;
}
.container-fluid {
	width:100% !important;
	padding: 0px 150px;
}
.container{
	width:100% !important;
	padding: 0px 300px;
	max-width: unset !important;
}

.top-header {
	padding: 15px 0;
}
.MenuFixed {
    position: fixed !important;
    top: 0;
    z-index: 9999;
    left: 0;
    padding: 15px 0 !important;
    right: 0;
    margin-top: 0;
    background-color: #fff;
    animation: fadeIn .5s ease-in both;
    -webkit-box-shadow: 0px 8px 88px -28px rgba(0,0,0,.34);
    -moz-box-shadow: 0px 8px 88px -28px rgba(0, 0, 0, .34);
    box-shadow: 0px 6px 16px rgba(0,0,0,.07);
}
.container-fluid {
	width:100% !important;
	padding: 0px 150px;
}
.container{
	width:100% !important;
	padding: 0px 300px;
	max-width: unset !important;
}
a.site-btn {
    font-size: 17px;
    font-weight: 700;
    background-color: #000000;
    color: #fff;
    padding: 15px 26px;
    font-family: "Montserrat", sans-serif;
    display: inline-block;
	text-decoration: none;
}
a.site-btn:hover {
	background-color: #fcd844;
    color: #000;
	text-decoration: none !important;
}
section {
	padding:50px 0;
}
.header {
    padding: 20px 0px 30px;
}
.logo {
    margin-top: 11px;
}
.header-btn {
    text-align: end;
}
.header-btn p {
    margin-bottom: 5px;
}
.header-btn a.header-call {
    color: #000000;
    font-size: 17px;
    font-weight: 700;
    font-family: "Montserrat", sans-serif;
}
.header-btn p a img {
    margin-right: 10px;
    vertical-align: sub;
}
.header-btn a.site-btn {
    padding: 4px 34px;
}
.header-btn a.site-btn:hover {
    background: #fcd844;
}
h1 {
    font-size: 40px;
    font-weight: 400;
    color: #000000;
	font-family: 'ProximaNova-Regular';
	margin:0;
	padding-bottom:20px
}

h1 span{
    display:block;
	font-size: 20px;
	line-height:22px;
	font-weight:500;
	color: #000000;
	padding-top:10px;
}
.home h2{
	font-size: 40px;
	padding-bottom:20px;
	color: #000000;
}
h2 {
    font-size: 26px;
    color: #000000;
	font-family: 'ProximaNova-Regular';
    font-weight: 400;
	margin:0;
    margin-bottom: 10px;
	padding-top: 20px;
}
h2 span{
    display:block;
	font-size: 20px;
	line-height:22px;
	font-weight:500;
	padding-top:10px;
}
h3 {
    font-size: 20px;
	font-family: 'ProximaNova-Bold';
    color: #1d1d1b;
    font-weight: 400;
	padding-top: 20px;
    margin-bottom: 10px;
}
h4 {
    font-size: 20px;
	font-family: 'ProximaNova-Bold';
    color: #1d1d1b;
    font-weight: 600;
	margin-bottom: 10px;
	padding-top: 20px;
}

.banner {
    position: relative;
    margin-top: -7px;
}
.banner-text {
    position: absolute;
    left: 50px !important;
    z-index: 9 !important;
    top: 50% !important;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    right: 50px;
    max-width: 1393px;
    text-align: left;
    margin: 0 auto;
}
.banner-text h1 {
    font-size: 74px;
    font-family: "Antonio", sans-serif;
    background-color: #000000;
    color: #fff;
    padding: 15px 20px;
    margin-bottom: 20px;
    display:inline-block;
}
.banner-text h6 {
    font-size: 24px;
    font-weight: 400;
    background-color: #000000;
    color: #fff;
    padding: 15px 20px;
    margin-bottom: 0px;
    display:inline-block;
}
.welcome-sec {
    text-align: center;
}

.welcome-sec p {
    line-height: 21px;
    font-family: "Montserrat", sans-serif;
    color: #4d4d4f;
    margin-bottom: 25px;
}
.service-sec {
    background-color: #f8f7f7;
    padding: 60px 0px;
}
.service-box {
	position: relative;
	margin-top:20px;
    text-align: center;
}
.service-box-inner {
    position: relative;
    margin-top: 20px;
    background-color: #f8f7f7;
    text-align: center;
    padding: 0px 0px;
    height: 150px;
    display: flex;
    justify-content: center;
    align-self: center;
    vertical-align: middle;
    align-items: center;
}
.service-box-2 {
    cursor: pointer;
    transform: translateY(0px);
    transition: 0.4s;
	margin-bottom: 25px;
}
.service-box-2:hover {
    transform: translateY(-10px);
    transition: 0.4s;
}
.service-box-2 a{
	text-decoration: none;
	color: unset !important;
}
.service-box-2 p a{
	text-decoration: none;
	color: #000;
}
.service-box-2 a.read-more {
    font-size: 14px;
    font-weight: 700;
    background-color: #000000;
    color: #fff !important;
    padding: 6px 30px;
    font-family: "Montserrat", sans-serif;
    display: inline-block;
    text-decoration: none;
}
.service-box-2:hover a.read-more {
    background-color: #fdc93c;
    color: #000 !important;
}

.service-box-inner a{
	width: 100%;
	display: block;
    padding: 30px 0;
}
.post-type-archive-services .service-text {
    text-align: left;
    padding: 15px 0 0;
}
.service-description h4 {
    padding-top: 0px;
}
.service-description h4 {
    padding-top: 0px;
    font-size: 17px;
}
.service-icon {
    width: 172px;
    height: 172px;
    line-height: 172px;
    vertical-align: middle;
    background: #fff;
    border-radius: 100%;
    text-align: center;
    margin: 0 auto;
}
.post-type-archive-services h3 {
    color: #000000;
    font-size: 18px;
    font-weight: 700;
	margin-bottom:40px;
}
.service-box h3 {
    color: #000000;
    font-size: 18px;
    font-weight: 700;
}
.team-box, .service-box{
	position:relative;
	-webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    -webkit-transition-duration: .3s;
    transition-duration: .3s;
    -webkit-transition-property: transform;
    transition-property: transform;
}
.team-box {
	margin-bottom: 30px;
}
.team-img img {
    width: 249px;
}
.team-box h3 {
    margin-bottom: 0px;
}
.team-box p.designation {
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 500;
}
.team-box p {
	text-transform: normal;
}
.team-img, .service-img {
	text-align:center;
}
.team-text, .service-text{
	text-align:center;
	padding:30px 0 0;
}
.service-box:hover{ 
	-webkit-transform: scale(0.9);
    transform: scale(0.9);
}
.team-box a, .service-box a{
    position: absolute;
    width: 90%;
    height: 100%;
	display: block;
    z-index: 9;	
}
.casestudy-sec h2{
    margin-bottom: 40px;
}
.casestudy-sec .row {
	margin:0;
}
.casestudy-sec .col-sm-6{
    padding: 0px;
}
.about-sec {
    background-color: #000000;
    padding: 80px 0px;
}
.about-img {
    text-align: end;
}
.about-sec h2 {
    color: #fff;
}
.about-sec p {
    font-size: 16px;
    color: #fff;
    font-weight: 300;
    line-height: 21px;
}
.yellow-banner {
    background-color: #FECA41;
	background-image: url('https://www.inabox.digital/wp-content/uploads/2025/09/background.jpg');
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	padding: 50px 0px 0px;
}
.yellow-banner p {
    font-size: 16px;
    line-height: 19.2px;
    color: #000000;
    margin-bottom: 20px;
}
.process-section {
	background:#f6f6f6;
}
.process-section h2 {
    padding-bottom: 0px;
}
.home .process-section {
	background:#fff;
}
.pro-box {
    text-align: center;
    margin-bottom: 20px;
}
.number-text {
    width: 167.9px;
    height: 167.9px;
    background-color: #000;
    margin: 0 auto 30px;
    border-radius: 50%;
    padding: 30px 0px;
    font-size: 69px;
    color: #fdc93c;
	font-family: 'BauerBodoniMedium';
    font-weight: 500;
}
.box-text h3 {
    font-size: 17px;
    font-weight: 700;
    color: #000000;
	font-family: 'ProximaNova-Bold';
    margin-bottom: 20px;
}
.box-text p {
    font-size: 16px;
    font-family: 'Montserrat';
    color: #4d4d4f;
    font-weight: 300;
    line-height: 21px;
}
.brd {
    position: relative;
	z-index: 999;
}
.brd:after {
    content: '' !important;
    display: block !important;
    position: absolute;
    margin: 0 auto;
    left: 0;
    right: 0px;
    top: 77px;
    background-image: url(https://www.inabox.digital/wp-content/uploads/2024/04/line-doted.png);
    background-position: top center;
    background-repeat: no-repeat;
    width: 950px;
    height: 6px;
    z-index: -9;
}
.yellow-strip-sec {
    background-color: #fdc93c;
}
.yellow-strip-sec h2.black-box {
    font-family: "Antonio", sans-serif;
    background-color: #000000;
    color: #fff;
    padding: 15px 20px 15px;
    margin-bottom: 0px;
    display: inline-block;
}
.black-btn a.site-btn {
    font-size: 17px;
    padding: 15.3px 28.4px 15.6px 33.6px;
}
.black-btn {
    margin-top: 40px;
}
.black-btn a.site-btn:hover {
	background-color: #fff;
}
.form-sec h2 {
   font-family: 'ProximaNova-Regular';
    font-weight: 400;
	margin-bottom: 0px !important;
}
.footer {
    background-color: #000000;
    padding: 60px 0px;
	color:#fff;
}
.footer h3 {
    font-size: 30px;
    color: #fff;
    font-weight: 600;
    margin-bottom: 30px;
}
.footer-list img {
    width: 20px;
    height: 20px;
    vertical-align: middle;
}
.footer p {
    font-size: 18px;
    line-height: 27px;
}
.footer p a {
    color: #fff;
    font-weight: 500;
}
p.small {
	font-size:12px;
}
ul.footer-list {
    padding-left: 0px;
    list-style: none;
    margin-bottom: 0px;
}
.footer-list li {
    display: inline-block;
    margin: 0px 20px 0px 0px;
}
.footer-logo {
    text-align: end;
    margin-top: 100px;
}
/*************** General inner css ***********/
.inner-banner {
    position: relative;
	width: 100%;
	margin-bottom:30px;
	text-align: center;
}
.inner-banner-strip {
    position: relative;
	width: 100%;
	background:#f6f6f6;
	height:30px;
}
.type-page {
    padding: 30px 0px 0px;
}
ol.inner-list {
    margin: 0;
    padding: 0px;
    padding-left: 15px;
	margin-bottom:20px;
}
ol.inner-list ul {
    padding-left: 15px;
}
ol.inner-list ul li {
	margin-bottom:0;
}
ol.inner-list li{
	margin:0;
	padding: 5px 0;
}
ol.inner-list li p{
	margin-bottom:0;
}
ul.inner-list {
    margin: 0;
    padding: 0px;
    list-style: none;
    padding-left: 15px;
	margin-bottom: 20px;
	margin-top: 5px;
}
ul.inner-list li {
    position: relative;
    padding-left: 5px;
    line-height: 22px;
    padding-bottom: 10px;
	font-weight: 400;
}
ul.inner-list li:before {
    color: #fdc93c;
    content: "\2022";
    font-weight: 600;
    display: inline-block;
    font-size: 15px;
    left: -15px;
    top: 1px;
    position: absolute;
}
ul.inner-list ul {
    list-style: none;
	margin-top:10px;
}
.wp-block-columns {
    margin-bottom: 0px !important;
}

/*************** FAQs css ***********/
.faqs-sec {
    background-color: #f8f7f7;
}
.faqs-sec h2 {
	padding-top:0;
	color: #000;
	padding-bottom:20px;
	text-align:center;
}
.panel {
    background-color: transparent !important;
    padding: 0px 0px !important;
}
.faqs-sec .collapsed .fa-minus:before {
    content: "\f067" !important;
}
.collapsed .fa-minus:before {
    content: "\f067" !important;
}
.jltmaf-rotate { -webkit-transform: rotate( 0deg ) !important; -moz-transform: rotate(0deg) !important; -ms-transform: rotate(0deg) !important; transform: rotate( 0deg ) !important; }

.jltmaf-item.panel-heading {
    background: transparent !important;
    border-color: #000 !important;
    padding: 15px 20px;
}
.faqs-sec .panel-default > .panel-heading {
    border-color: transparent !important;
    padding: 15px 20px !important;
    border-radius: 0px !important;
    margin-bottom: 0px !important;
    border: unset !important;
}
.faqs-sec .panel-title {
    margin-top: 0; 
    margin-bottom: 0;
    font-weight: 400 !important;
}
.faqs-sec .panel-title a {
    font-weight: 400 !important;
    text-decoration: unset !important;
}
.panel-title a {
    font-size: 17px;
}
.popup-btn {
    margin-top: 20px;
}
.form-text p {
    color: #000;
    font-weight: 400;
    font-size: 13px;
}
span.wpcf7-list-item-label {
    color: #000;
    font-weight: 400;
    font-size: 15px;
}
span.wpcf7-list-item.first.last {
    margin-left: 0px;
}
.faqs-sec .panel-title span.pull-no-icon.jltmaf-icon {
    margin-right: 20px;
    font-size: 16px;
    font-weight: 300 !important;
}
.panel-body {
    padding: 0px 60px 0 20px !important;
}
.faqs-sec .panel-body {
    padding: 10px 60px !important;
}
.faqs-sec .panel-body p a {
    text-decoration: underline;
    color: unset;
}
.faqs-sec .panel-body p {
	font-size: 15px;
	color: #000;
}
.faqs-sec .panel-body ul.inner-list li:before {
    color: #000;
}
.faqs-sec .panel {
    border: unset !important;
    margin-bottom: 10px !important;
    border-radius: 0px !important;
}
.panel-title a {
	text-decoration: none;
}
span.pull-no-icon.jltmaf-icon {
    margin-right: 20px;
	font-size: 16px;
    font-weight: 300 !important;
}
.page-id-2057 .panel-group .panel {
    border-bottom: 1px solid #576044;
    border-radius: 0px !important;
}
.panel-body {
    padding: 15px 60px;
}
.wp-block-columns.is-layout-flex.wp-container-core-columns-is-layout-1.wp-block-columns-is-layout-flex {
    margin-bottom: 0px !important;
}


/*################### Single Team ########################*/
.single-banner {
	position:relative;
	text-align:center;
}
.single-team-banner-text {
    position: absolute !important;
    left: 15px !important;
    z-index: 999 !important;
    top: 50% !important;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    right: 15px;
    max-width: 1200px;
    margin: 0 auto;
}
.single-team-banner-text h1 {
	margin-bottom:10px;
	font-size:30px;
}
.single-banner {
    position: relative;
    text-align: center;
    background-color: #F3F3F3;
    height: unset;
}
.single-team-banner-text h4{
	font-weight:400;
	padding-top: 0px;
}
.single-meet-the-team h4.top-text {
	text-align:center;	
}
.single-meet-the-team h4.top-text:after{
	background:#fdc93c;
	content: '';
    display: block;
	width:150px;
	height:2px;
	margin:0 auto;
	margin-top:30px;
}
.wptww-testimonials-text p{
	color:#000;
}
.wptww-testimonial-content h4 {
	display: none;
}
.wptww-testimonials-slide-widget.design-1 .fa-quote-left {
	color: #fff !important;
	background: url('https://www.inabox.digital/wp-content/uploads/2024/04/quote-left.png') no-repeat;
	width:72px !important;
	height:56px !important;
	font-size:0 !important;
	margin-bottom:20px;
}
/*************** Contact css ***********/
.map-sec {
    padding:0;
	background-image: url("images/map.jpg");
    background-position: center center;
    background-repeat: no-repeat;
	min-height: 470px;
	position:relative;
}
.view-on-g-maps {
    position: absolute;
    bottom: 0;
    text-align: center;
    padding: 6px;
    background: rgba(86,97,115,.65);
    color: #fff;
    display: block;
    margin: 0 auto;
    width: 260px;
    left: 0;
    right: 0;
    cursor: pointer;
}
.view-on-g-maps a{
	color:#fff;
}
.form-sec {
    background-color: #f8f7f7;
}
.form-sec h6 {
    font-size: 24px;
    font-weight: 300;
    color: #000000;
    font-family: 'Montserrat';
    line-height: 30px;
	margin-bottom:30px;
}
.form-control {
    font-size: 14px;
    border-radius: 0;
    padding: 15px 10px;
	font-family: 'Open Sans', sans-serif;
	color:#606060;
	border:1px solid #606060;
	height: 57px;
}
select.form-control {
    height: 65px !important;
}
textarea.form-control {
    height: 212px;
}
.submit-btn {
    background:#000000;
    color: #fff;
    font-size: 17px;
    font-weight: 700;
	float: right;
	border:none;
	background-clip: unset;
    padding: 15px 50px;
}
.submit-btn:hover {  
    background:#fcd844;
    color: #000;
    cursor: pointer;
}
.wpcf7 form.invalid .wpcf7-response-output, .wpcf7 form.unaccepted .wpcf7-response-output, .wpcf7 form.payment-required .wpcf7-response-output {
    border-color:#000000 !important;
}
.wpcf7 form.sent .wpcf7-response-output {
	border-color:#000000 !important;
}
.form-group span.wpcf7-not-valid-tip {
    font-size: 13px !important;
}
.wpcf7-spinner {
    display: block !important;
}
.google-rating {
    Position: fixed;
    bottom: 0;
    left: 0;
    z-index: 99;
}
/*************** About css ***********/

.approches-box {
    text-align: center;
    margin-bottom: 20px;
    margin-top: 20px;
}
.approches-box span.rounded-circle {
    font-size: 40px;
    color: #000;
    font-weight: 700;
    border: 1px solid #000;
    /* padding: 50px 62px; */
    display: block;
    margin-bottom: 50px;
    width: 150px;
    height: 150px;
    vertical-align: middle;
    align-items: center;
    justify-content: center;
    align-self: center;
    margin: 0 auto;
    align-content: center;
}
.approches-box h3 {
    margin: 0;
    border-bottom: 1px solid #000;
    padding-bottom: 10px;
    margin-bottom: 20px;
    margin-top: 25px;
    height: 70px;
}


/*************** News css ***********/

.post-details {
    position: relative;
    min-height: 250px;
    background-color: #f9fbf2;
    margin-bottom: 30px;
    padding: 20px;
}
.post-img {
    background-color: #f9fbf2;
    padding: 50px 20px 10px;
}
.post-img img {
    border: 1px solid #eee;
	width: 100%;
}
a.site-btn2 {
    font-size: 15px;
    font-weight: 700;
    background-color: #000000;
    color: #fff;
    padding: 10px 26px;
    font-family: "Montserrat", sans-serif;
    display: inline-block;
    text-decoration: none;
}
a.site-btn2:hover {
	background-color: #fcd844;
	color: #000;
}
.post-details a.site-btn {
    margin-top: 10px;
}



/**************************/
/***** Media-Querries *****/
/**************************/

@media (max-width: 1920px){  
	
.container-fluid {
	padding: 0px 120px;
}
.container{
	padding: 0px 200px;
}	 
.home h2{
	font-size:36px
	}	
h1, .procedure-sec h1, .welcome-sec h2, .service-sec h2, .casestudy-sec h2, .about-sec h2, .yellow-banner h2, .process-section h2, .form-sec h2, .yellow-strip-sec h2 {
    font-size: 36px;
}
h2 {
	font-size: 24px;		
}	
h3 {
    font-size: 20px;
}
h4 {
    font-size: 20px;
}	
		
}

@media (max-width: 1620px) {
	
.banner-text h1 {
    font-size: 67px;
}	
.banner-text h6 {
    font-size: 20px;
}	
.header-btn a.header-call {
    font-size: 15px;
}	
a.site-btn {
    font-size: 15px;
}	
.service-box h3 {
    font-size: 13px;
}	
.black-btn a.site-btn {
    font-size: 16px;
}	
.footer h3 {
    font-size: 20px;
}	
.footer p {
    font-size: 15px;
    line-height: 24px;
}	
    	

}

@media (max-width: 1500px){

.banner-text h1 {
    font-size: 62px;
}	
	

}

@media (max-width: 1440px){

.container-fluid {
	padding: 0px 50px;
}
.container{
	width:100%;
	padding: 0px 100px;
}	
.home h1 {
    font-size: 42px;
}	
h1, .procedure-sec h1, .welcome-sec h2, .service-sec h2, .casestudy-sec h2, .about-sec h2, .yellow-banner h2, .process-section h2, .form-sec h2, .yellow-strip-sec h2 {
    font-size: 32px;
}	
.home h2 {
    font-size: 32px;
}
	h2 {
	font-size: 22px;		
}
h3 {
    font-size: 20px;
}
h4 {
    font-size: 18px;
}		

	
}

@media (max-width: 1328px){
  
.header-btn a.header-call {
    font-size: 13px;
}
.header-btn a.site-btn {
    font-size: 14px;
}
.banner-text h1 {
    font-size: 55px;
}
.banner-text h6 {
    font-size: 20px;
}	
.about-sec h2 {
    margin-top: 50px;
}	
	
  
}

@media(max-width: 1299px) {

        
	
}

@media(max-width: 1247px) {

.header-btn a.header-call {
    font-size: 12px;
}  
.banner-text h1 {
    font-size: 50px;
}
.about-sec {
    padding: 50px 0px;
}   
	
}

@media (max-width: 1200px){
	

}


@media (max-width: 1199px) {
	
}

@media (max-width: 1024px) {
 
.container-fluid {
	padding: 0px 50px;
}
.container{
	padding: 0px 75px;
}	
.header-btn a.header-call {
    font-size: 9px;
}	
.header-btn a.site-btn {
    padding: 4px 14px;
}
.home h1 {
    font-size: 34px;
}	
h1, .procedure-sec h1, .welcome-sec h2, .service-sec h2, .casestudy-sec h2, .about-sec h2, .yellow-banner h2, .process-section h2, .form-sec h2, .yellow-strip-sec h2 {
    font-size: 30px;
}		
.home h2 {
    font-size: 30px;
}
h2 {
	font-size: 20px;		
}	
h3 {
    font-size: 18px;
}
h4 {
    font-size: 17px;
}	

}

/* END OF iPAD LANDESCAPE*/

@media (max-width: 991px) {
	
.header-btn a.header-call {
    font-size: 5px;
}
.header-btn a.site-btn {
    font-size: 8px;
}
.banner-text h1 {
    font-size: 28px;
}	
.banner-text h6 {
    font-size: 16px;
}
h2 {
    font-size: 20px;
}
.welcome-sec p {
    font-size: 16px;
}	
.service-icon {
    margin: 0 auto;
}
.about-img {
    text-align: center;
}	
	
.brd:after {
    content: '';
	display: none;
}
.form-sec h6 {
    font-size: 22px;
}	
.black-btn a.site-btn {
    font-size: 17px;
    padding: 16px 40px;
}
.footer {
    padding: 40px 0px;
    text-align: center;
}	
.footer-logo {
    text-align: center;
    margin-top: 30px;
    margin-bottom: 20px;
}	
.brd:after {
	display: none !important;
}	
.container-fluid {
	padding: 0px 30px;
}
.container{
	padding: 0px 50px;
}
.home h1 {
    font-size: 28px;
}	
.home h2 {
    font-size: 28px;
}
h1, .procedure-sec h1, .welcome-sec h2, .service-sec h2, .casestudy-sec h2, .about-sec h2, .yellow-banner h2, .process-section h2, .form-sec h2, .yellow-strip-sec h2 {
    font-size: 28px;
}		
h2 {
	font-size: 20px;		
}	
h3 {
    font-size: 18px;
}	
.women-img {
    text-align: center;
}	
	
}

@media (max-width: 767px) {
	
.container-fluid {
	padding: 0px 15px;
}
.container{
	padding: 0px 30px;
}	
.home h1 {
    font-size: 24px;
}	
.home h2 {
    font-size: 24px;
}	
h1, .procedure-sec h1, .welcome-sec h2, .service-sec h2, .casestudy-sec h2, .about-sec h2, .yellow-banner h2, .process-section h2, .form-sec h2, .yellow-strip-sec h2 {
    font-size: 24px;
}	
section {
	padding:30px 0;
}	
h3 {
    font-size: 16px;
}	
:where(.wp-block-columns.is-layout-flex) {
    gap: 0em !important;
}	
.logo {
    margin-top: 0px;
    text-align: center;
}	
.header-btn {
    text-align: center;
}
.header-btn a.header-call {
    font-size: 13px;
}
.header-btn a.site-btn {
    font-size: 13px;
    padding: 8px 30px;
}
.banner-text h1 {
    font-size: 20px;
	margin-bottom: 8px;
}
.about-sec h2 {
    margin-top: 0px;
}
.about-sec {
    background-color: #000000;
    padding: 40px 0px;
}	
.form-sec h6 {
    font-size: 18px;
}
.yellow-strip-sec {
    padding: 40px 0px;
}	
.yellow-banner {
    background-color: #FECA41;
    background-image: unset !important;
}	
.black-btn {
    margin-top: 40px;
}	
   
}

@media (max-width: 575px) {

.banner-text {
        left: 15px !important;
        position: unset;
        transform: translateY(0%);
        text-align: center;
		background-color: #FEC739;
    }
.service-icon {
    width: 150px;
    height: 150px;
    line-height: 150px;
}	
  .single-team-banner-text h1 {
    font-size: 15px;
    margin-bottom: 3px;
}
.logo img {
    width: 180px;
}
.header-btn {
    text-align: center;
    margin-top: 14px;
}
.footer-logo img {
    width: 180px;
}	
   
	
}