/*
Theme Name:  FinanceForAll
Author URI: https://www.thegeminigeeks.com/
Version: 1.1
Author: The Gemini Geeks
Description: A theme by The Gemini Geeks
*/
:root {
  /* Color Variables: */
--primarycolor:#000;
--secondarycolor:#142B43;
--tertiarycolor:#D8AB5A;
  /* Font Variables: */
--primaryfont:'Jost', sans-serif;
--secondaryfont:'Roboto', sans-serif;
}
*{margin: 0;padding: 0;}
body {margin: 0;padding: 0;background: #fff;font-family: var(--secondaryfont);-webkit-font-smoothing: antialiased;-moz-osx-font-smoothing: grayscale;color:var(--primarycolor);font-weight: 400;font-size: 15px;line-height: 1.8;text-rendering: optimizeLegibility;}
a img {border: none;}
a {color:var(--primarycolor);text-decoration: none !important;transition:0.8s;transition: all 0.8s ease;-moz-transition: all 0.8s ease;-ms-transition: all 0.6s ease;-webkit-transition: all 0.8s ease;-o-transition: all 0.8s ease;}
a:hover {transition:0.8s;text-decoration: none;color: var(--secondarycolor);}
.clear {clear: both;}
.divider {clear: both;border-bottom: 1px solid #ddd;margin: 0 0 1.2rem 0;padding: 20px 0 0 0;}
.alignleft{float:left;margin:0 10px 0 0;}
.alignright{float:right;margin:0 0 0 10px;}
.aligncenter{display:block;margin:0 auto;}

#scroll {position: fixed;right: 10px;bottom: 10px;cursor: pointer;width: 40px;height: 40px;background-color: var(--secondarycolor);text-indent: -9999px;display: none;-webkit-border-radius: 60px;-moz-border-radius: 60px;border-radius: 60px;z-index: 999;}
#scroll span {position: absolute;top: 50%;left: 50%;margin-left: -8px;margin-top: -12px;height: 0;width: 0;border: 8px solid transparent;border-bottom-color: #ffffff;}
#scroll:hover {background-color:var(--tertiarycolor);opacity: 1;filter: "alpha(opacity=100)";-ms-filter: "alpha(opacity=100)";}

.inner {width: 1170px;margin: 0 auto;max-width: 100%;}
.overlay {position: absolute;left: 0;right: 0;top: 0;bottom: 0;background-color: #5C2AB5CF;}

.header_area {position:relative;top: 0;left: 0;width: 100%;z-index: 999;transition: background 0.4s, all 0.3s linear;border-bottom: 1px solid rgba(255,255,255,0.2);padding:12px 0}
.header_area .row{align-items:center}

#logo .site-title {float:left;}
#logo .site-title a{color:var(--primarycolorcolor);font-size: 1.5rem;}
#logo img{}
.site-menu-toggle{display: none;}

.topbtn{display: flex;align-items: center;float: right;}
.topbtn img{width: 50px;background:var(--secondarycolor);padding:10px;border-radius: 100px;margin-right:15px;animation: animationFramesTwo 1.5s infinite linear alternate;}
.callbtn{display: flex;flex-direction: column;justify-content: center;}
.callbtn p{margin:0;line-height:1.4}
.callbtn a{font-size:1.8rem;font-weight: 700;color:var(--tertiarycolor);line-height:1.2;letter-spacing: 1px}
.callbtn a:hover{color:var(--secondarycolor)}

h1,h2,h3,h4,h5,h6 {margin: 0 0 0.6rem 0;color: #000;line-height: 1.2;font-family: var(--primaryfont);}

h1 {font-size: 42px;color: var(--tertiarycolor);}
h2 {font-size: 28px;font-weight: 500;letter-spacing: 6px;}
h3 {font-size: 24px;}
h4 {font-size: 20px;}
h5 {font-size: 18px;}
h6 {font-size: 16px;}
.menu-bar {text-align: left;width: 30px;}
.menu-bar span {height:2px;background:var(--secondarycolor);display:block;margin-bottom:6px}
.menu-bar span:nth-child(1) {width:17px}
.menu-bar span:nth-child(2) {width:30px}
.menu-bar span:nth-child(3) {width:15px;margin-left:auto;margin-bottom:0}

#scrolleffect {padding-top: 6.25rem; margin-top: -6.25rem;}
.smalltext{text-transform: uppercase;letter-spacing: 5px;display: block;text-align: center}

.btn-primary{background:var(--tertiarycolor);padding: 0.5rem 1.5rem;margin: 2rem 0 0;display:inline-flex;color:#fff;transition: .6s ease-in-out;align-items:center;}
.btn-primary img{width:30px !important;margin-left:1rem}
.btn-primary:hover{background:var(--secondarycolor);color:#fff;}

.more-btn{padding: 10px 35px;border: 1px solid var(--secondarycolor);margin:1rem 0;display:inline-block}
.more-btn:hover{background:var(--secondarycolor);color:#fff !important; }

#slider img{height:auto}
#mobslider{display:none}

#slider .item{position: relative;display: flex;align-items: center;}
#slider .owl-nav .owl-next, #slider .owl-prev {position: absolute;top:50%;transition: 0.6s;font-size:45px;color:#fff;opacity:1;}
#slider .owl-nav .owl-prev {left:1rem;display: block;transition: 0.6s; }
#slider .owl-nav .owl-next {right:1rem;display: block;transition: 0.6s;}
#slider  .owl-nav img{width:35px;background:#fff;padding:10px;border-radius: 100px}
#slider .owl-dots { display:none !important;transition: 0.6s ease-in-out;text-align: center;position: absolute;/*! left: 0; */right: 1rem;  display:unset;margin-bottom: 0px;bottom: 2.2rem;}
#slider .owl-dot.owl-dot {display: inline-block;width:12px; height:12px; background:#ccc; border-radius:100px; margin:5px 5px;transition: 0.6s ease-in-out;}
#slider .owl-dots .active{width: 12px; background: var(--tertiarycolor);}

.carousel-caption {right: 0;top: 0;left: 0;z-index:997;padding-top: 20px;padding-bottom: 20px;position:absolute;bottom: 0;display: flex;align-items: center;}
.textblock{margin:0rem 0 0 11rem;width:45%}
.carousel-caption h1{font-size: 3.5rem;letter-spacing: 1px;color: #fff;line-height: 1.2;}
.carousel-caption span{font-weight: 900;color:#F68C19;}
.carousel-caption p{color: #fff;font-weight: inherit;}

#about{padding: 4rem 0 7rem;width: 100%;}
#leftabt{position:relative}
.twoimages{width:300px;height: 100%;}
.twoimages img{width:300px}
.twoimages img:nth-child(1){position:absolute;bottom:-2rem;left:0}
.twoimages img:nth-child(2){position:absolute;right:4rem;top:0;border:10px solid #fff;border-radius:5rem 0 0 0}
#about p{margin: 15px 0;}

.counter{bottom:0;right:5.5rem;background:var(--tertiarycolor);position: absolute;text-align: center;}
.counter #first-circle{margin: 0.1em auto; width: 180px; height: 70px;position: relative;}
.counter h4{color:#fff;font-weight: 400}

#services{background:var(--secondarycolor);padding:4rem 0 6rem;text-align: center}
#services h2{color:#fff}
.sbox{text-align: left;width:95%;border:5px solid #fff;transition:0.6s ease;margin-top:4rem;padding:0 1.5rem;color:#fff;position:relative;padding-bottom: 2rem;min-height:230px}
.sbox h3{color:#fff}
.sbox img{width:80px;background:var(--secondarycolor);margin:-3rem 0 1rem 0rem;padding:1rem}
.sbox .link{position: absolute;background:#fff;z-index:1;bottom:-2rem;border-radius: 100px;padding: 10px;transition:inherit}
.sbox .link img{background:transparent;padding: 0;width:35px;margin: 0;transition:inherit}
.sbox:hover{border:5px solid var(--tertiarycolor)}
.sbox:hover .link{background:var(--tertiarycolor)}
.sbox:hover .link img{filter:invert(1)}

#whychoose{padding: 4rem 0 0}
#whychoose img{margin: 0 auto;display: table}
.row1{display: flex;flex-wrap: wrap}
.row1 .box{width:calc(100%/ 4 * 1 - 1rem);margin:3rem auto 1rem 0;}
.row1 .icon{background:var(--tertiarycolor);margin:0 auto 1rem;display:table;border-radius:0 0 2rem 0;padding:10px}
.row1 .icon img{width:80px}
.row1 h2{letter-spacing: 0px;text-align:center;font-size:24px}

#testimonials{padding: 4rem 0px;width: 100%;text-align: center;background:url('https://www.financeforall.com.au/wp-content/uploads/2023/10/financeforall-Testimonial-BG.jpg') no-repeat;background-size:cover;background-position:center}
#testimonials h2{color:#fff}
.testbox{position: relative;padding: 4rem 2rem 0;width: 80%;margin: 0rem auto 0;text-align: center;color:#fff}
.testimonial-item {
  background: rgb(255,255,255,0.2);
  padding:5rem 4rem;
	position: relative
}
.testbox .quoteicon{width:100px;position: absolute;top:1rem;left:8rem;z-index: 2;} 
.testimonial-item img{position: relative;width:100px !important;}
#testimonials .testimonial h4{margin: 10px 0;color:#fff;display:flex;align-items:center;float:right;flex-direction: row-reverse}
#testimonials .testimonial h4 img{margin-right:1rem}
#testimonials .owl-dots {margin-top: 25px;text-align: center;}
#testimonials .owl-dot {display: inline-block;width:15px; height:15px; background:transparent; border-radius:100px;border:1px solid #fff; margin:5px 5px}
#testimonials .owl-dot.active {border:1px solid var(--tertiarycolor);background:var(--tertiarycolor)}
#testimonials .owl-nav .owl-next, #testimonials .owl-prev {position: absolute;top:30%;transition: 0.6s;font-size:45px;color:#fff;opacity:1;}
#testimonials .owl-nav .owl-prev {left:-5rem;display: block;transition: 0.6s; }
#testimonials .owl-nav .owl-next {right: -5rem;display: block;transition: 0.6s;}
#testimonials  .owl-nav img{width:50px;background:#fff;padding:10px;border-radius: 100px}

.border{border:5px solid var(--secondarycolor)}

#logos{width:100%;padding:4rem 10px;}

.column{column-count: 2;margin:25px 0 !important;}
.column3{column-count: 3;}


#blog{width:100%;float:left;padding:4rem 0;}
#blog h1{text-align: center;}
#blog .col-md-4{margin:3rem 0.5rem 0;width:32%;-webkit-transition-duration: 800ms;transition-duration: 800ms;cursor:pointer;padding:0 0 1.5rem;}
.blog-thumbnail img{width: 100%;height:200px;}
#blog .col-md-4:hover{box-shadow:12px 15px 20px 0px rgba(46,61,73,0.15) ;-webkit-transition-duration: 800ms;transition-duration: 800ms;cursor:pointer;}
#blog .col-md-4 .post-title{font-size: 1.2rem;color:var(--primarycolor);margin:1rem 0;display: block;font-weight: bold;}
#blog .col-md-4 .post-title:hover{color:var(--secondarycolor);}
#blog .col-md-4 p{text-align: justify;margin:0 0 25px;padding:0 15px;}
#blog .col-md-4 .more-link{background:var(--secondarycolor);text-align: center;color:#fff;max-width: 100%;float: right;padding:0.5rem 1rem;margin:0 1rem;border: 2px solid var(--secondarycolor);transition: .6s ease;}
#blog .col-md-4 .more-link:hover{background:transparent;color:var(--primarycolor);border-color: var(--secondarycolor);}

#single-post {padding:3rem 0;}
#single-post .post-title{font-size:1.5rem;color:var(--primarycolor);margin:1rem 0;display: block;border-bottom: 1px solid #eee;line-height: 3rem;}
#single-post .post-title:hover{color:var(--secondarycolor);}
#single-post p{margin-bottom: 25px;text-align:justify;}
#single-post img{max-width: 100%;height: auto;margin-bottom:25px;}
#single-post #featured-img img{max-width: 100%;display: block;margin-top:35px;height: auto;}

.page-id-33 #main{padding: 3rem 0 0.5rem}
#contact-page .col-md-5:nth-child(1){display: flex;flex-direction: column; justify-content: center}
#contact-page h2{font-weight: 600; letter-spacing: 0;text-transform: uppercase;letter-spacing: 1px;color: var(--secondarycolor);}
#contact-page :where(p , a){color: #222 !important; margin-bottom: 2.5rem}
.info-box {display: flex ; gap:1rem; border-bottom:1px dashed #ccc; align-items: center; margin-bottom:1rem;}
.info-box .icone{background: var(--tertiarycolor); color: var(--primarycolor); width: 42px; height: 42px; font-size:20px; display: flex;justify-content: center;align-items: center; border-radius: 1px;border-bottom: 2px solid #fff;margin-bottom: -1px;}
#contact-page .info-box :where(p , a){ font-weight: 400; margin-bottom:0;}

#contactform{margin: 1rem 0 20px 0;line-height: 20px;}
#contactform *{font-size: 15px;color:#595966;font-family: var(--secondaryfont)}
#contactform h3{font-size:26px;text-align: center;}
#contactform i{font-size:26px;}
#contactform p{margin: 0;padding: 0 0 10px 0;line-height: 20px;}
#contactform h2{font-size: 24px;margin:25px 0 15px;font-weight:bolder;border-bottom:1px solid #63C6C1;padding:0 0 8px 0;}

#contactform :where(input , select , textarea){width: 100%;background: #f4f4f4;border:1px solid #f4f4f4; margin:6px 0; border-radius: 5px ; transition: 0.5s ease-in-out}
#contactform input{padding: 10px 20px;}
#contactform select{padding: 10px 20px;color:#595966;-webkit-border-radius:5px;height: 40px;}
#contactform textarea{height: 125px;padding: 20px;}

#contactform input:focus, #contactform textarea:focus, #contactform select:focus{outline:none;	border:1px solid var(--tertiarycolor);color:#000}

::-webkit-input-placeholder { /* WebKit browsers */color:#595966 !important;opacity: 1;}
:-moz-placeholder { /* Mozilla Firefox 4 to 18 */color:#595966 !important;opacity: 1;}
::-moz-placeholder { /* Mozilla Firefox 19+ */color:#595966 !important;opacity: 1;}
:-ms-input-placeholder { /* Internet Explorer 10+ */color:#595966 !important;opacity: 1;}

#contactform input.wpcf7-submit{background: var(--secondarycolor);color: #fff;text-transform: uppercase;cursor: pointer;margin: 10px auto;display: table;width: 150px;transition: 0.6s ease-in-out;height: 45px;-webkit-border-radius: 0.4rem;border: none;align-items: center;}
#contactform input.wpcf7-submit:hover{background: var(--tertiarycolor);color: #fff;}
#contactform .wpcf7-spinner{position: absolute}

.post {padding: 10px;margin: 0 0 10px 0;}
.post p {margin-bottom:1rem}
.post p a {font-weight: bold;}
.post a {color: #000;}
.post ul {margin: 10px 0 0px 0px;}
.post ul li {list-style :none;margin: 0 0px 10px 0px;display: flex;list-style-position: inside;}
.post ul li:before{color: #F47E49;content: "\f00c";margin-right: 8px;font-family:'Font Awesome 5 Free';font-weight:900}

#floatbtn{position: fixed;right: 0;top: 40%;z-index: 999;}
#floatbtn .more-btn{writing-mode: vertical-rl;border-radius:0;padding:20px 5px;margin:0;float: right;background:var(--tertiarycolor);color:#fff;border:0}
#floatbtn .more-btn:hover{background:var(--secondarycolor)}

#pagetitle {padding:7rem 0;float: left;width: 100%;background:url(https://www.financeforall.com.au/wp-content/uploads/2023/10/financeforall-Slider.jpg) bottom;color:#fff;background-size:cover;position: relative;float: left;width: 100%;background-blend-mode: overlay;background-color: #0000001c;text-align: center;}
#pagetitle h1 {color:#fff;font-weight: 500;letter-spacing: 2px;}
#pagetitle p {color:#fff;text-align: center;font-size: 20px;}
.breadcrumb {list-style: none;max-width: 100%;float: none;font-size: 14px;color: #fff;width: fit-content;background: var(--tertiarycolor);padding: 8px 16px 5px;margin: 0.5rem auto 0;}
.breadcrumb a{color: #fff;}
.breadcrumb a:hover{color:var(--secondarycolor);}
.breadcrumb>li {display: inline-block;}
.breadcrumb>li+li:before {content: "\f101";padding: 0 5px;color: #fff;font-family:'Font Awesome 5 Free';font-weight:900}

#main{padding: 3rem 0;}
#main p{color:var(--primarycolor);font-size: 16px;text-align:justify;}
#main a{color:var(--secondarycolor)}
#main a:hover{color:var(--primarycolor);}
#main h3{color: var(--secondarycolor);font-weight: 500;text-transform: uppercase;}
#main h4{color:var(--tertiarycolor);border-bottom:1px solid var(--primarycolor);line-height: 1.5;margin-top: 1rem;}
#main li{list-style: none;line-height: 30px;color: var(--primarycolor);}
.row1{align-items: center}

.widget {padding: 0 1.5rem;}
.widget h3 {font-weight: 500;color:var(--secondarycolor);letter-spacing: 2px;margin-bottom:1.5rem}
.widget ul li {display:flex;list-style-type:none;border-bottom: 1px dashed var(--primarycolor);margin: 0 0 1rem 0;}
.widget ul li::before{content: "\f078";margin-right: 1rem;font-size: 15px;color: var(--primarycolor);font-family: 'Font Awesome 5 Free';font-weight: 900;display:none}

.paginate{text-align: center;margin:0 auto;}
.wp-pagenavi {clear: both;padding: 1.5rem 0;}
.wp-pagenavi a {display:inline-block;padding: 0.1rem 1.2rem !important;margin: 2px;border: 1px solid #ccc;color: var(--primarycolor);background: #fff;border-radius: 3px;}
.wp-pagenavi a:hover {color: #fff !important;background: var(--secondarycolor);}
.wp-pagenavi span.pages {padding: 0.3rem 1.2rem !important;margin: 3px;border-radius: 3px;border: 1px solid #ccc;}
.wp-pagenavi span.current {padding: 0.7rem 1rem;margin: 3px;font-weight: 700;border: 1px solid #ccc;background: var(--secondarycolor);border-radius: 3px;color: #fff;}
.wp-pagenavi span.extend {padding: 15px;margin: 3px;border: 1px solid #000;color: #fff;background: #000;}
.wp-pagenavi .next-comment-page,.wp-pagenavi .previous-comment-page {padding: 12px 14px;border: 1px solid #aaa;}
.wp-pagenavi a.nextpostslink {font-weight: 500;padding: 0.2rem 1rem !important;color: var(--secondarycolor);}

#commentlist{padding:5px;}
#commentlist .comment{padding:5px;margin:0 0 10px 0;border:1px solid #eee;border-radius:5px;}
#commentlist .fn{font-weight:bold;font-style:normal;}
#commentlist .commentmetadata {font-size:11px;margin:0 0 5px 0;}
#commentlist .commentmetadata a{color:#888;font-size:11px;}

#respond {padding:10px;background:#fafafa;border:1px solid #ddd;border-radius:5px;margin:5px;}
#respond h4{margin:0 0 10px 0;}
#respond h3{color:var(--tertiarycolor)}
#respond p{margin:0 0 10px 0;border:none !important;}
#respond input, #respond textarea {padding: 1rem 2rem;background: #f5f5f5;border: 1px solid #ccc;color: var(--tertiarycolor);}
#respond input:focus, #respond textarea:focus {background:#fff;}
#respond textarea{width:500px;max-width:90%;}
#respond textarea:focus{outline:none;}
#respond input#author{width:200px;margin:0 5px 0 0;}
#respond input#email{width:200px;margin:0 5px 0 0;}
#respond .copy{display: none}

#bottom-cta {background: var(--secondarycolor); padding:2.5rem 0;display: flex;justify-content: space-around; align-items:center;}
#bottom-cta .callnow{display: flex; align-items: center;transition: 0.5s ease-in-out; font-size: 28px;  width:fit-content;font-weight:400;color:#f1f1f1;}
#bottom-cta .contact-btn{border:1px solid #fff; color: #fff; padding: 0.1rem 2.5rem; font-weight: 500; font-size:25px;}
#bottom-cta .contact-btn:hover{color: var(--tertiarycolor); border-color: var(--tertiarycolor)}
#bottom-cta .callnow a{color: #fff; margin-left: 0.5rem;font-weight: 600;}
#bottom-cta .callnow a:hover{color: var(--tertiarycolor)}
#bottom-cta img{background: var(--tertiarycolor); width: 60px; padding: 0.9rem; border-radius: 50%; margin-right: 1rem;animation: animationFramesTwo 1.5s infinite linear alternate;}

#bottom {background: url('https://www.financeforall.com.au/wp-content/uploads/2023/10/financeforall-Footer-BG.jpg');font-size: 14px;padding: 3rem 0 1rem;background-repeat: no-repeat;background-size: cover;}
#bottom a {color: var(--primarycolor);}
#bottom a:hover {color:var(--tertiarycolor);}
#bottom i {color: #fff;margin-right: 0px;}
#bottom .widget li {border: none;text-decoration: none;color:var(--primarycolor);list-style: none;}

#bottom .footer-contact li{line-height:20px;display:flex;}
#bottom .footer-contact li:before{font-family:'Font Awesome 5 Free';font-weight:900}
#bottom .footer-contact .address:before {content: "\f3c5"; margin-right: 10px;}
#bottom .footer-contact .phone:before {content: "\f879"; margin-right: 10px;transform: rotate(80deg);}
#bottom .footer-contact .email:before {content: "\f0e0"; margin-right: 10px;}
.flogo {width:200px;margin:0 auto 1rem}

.info li{line-height:30px;display:flex;font-weight:300;}
.info .address:before {content: "\f3c5"; margin-right: 10px;font-size: 24px;color:var(--secondarycolor)}
.info .phone:before {content: "\f095"; margin-right: 10px;font-size: 24px;color:var(--secondarycolor)}
.info .email:before {content: "\f0e0"; margin-right: 10px;font-size: 24px;color:var(--secondarycolor)}


#footer {clear: both;padding-top:2rem;text-align: center;font-size:12px;}
.fleft {float: left;}
.fright {float: right;}

.call-now-button {
	animation: animationFramesTwo 4s infinite linear alternate;
}
@keyframes animationFramesTwo {
 0% {
  transform:scale(1)
 }
 50% {
  transform:scale(1.1)
 }
 100% {
  transform:scale(1)
 }
}


@media screen and (max-width: 981px) {
body {min-width: 230px;}
.desktoponly {display: none;}
.inner {width: 100%;padding: 0%;}
img.alignleft,
img.alignright {float: none;display: block;margin: 10px auto;}
.site-menu-toggle{display: block;color: var(--secondarycolor);}
.site-navbar{display: none;}
	h1{font-size:32px;}
#logo{display:flex;align-items:center;justify-content:space-between}
#logo .site-title{margin: 10px 0;}
	.header_area{padding:5px 0}
#logo img{width: 150px;height: auto;float:left;}
	.header_area .col-md-3{display:none}
	.textblock{margin:3rem 4rem 0;width:90%}
	.carousel-caption h1{font-size:3rem}
	.twoimages{display:none}
	.counter{ margin-bottom:1.5rem;position: unset;display: inline-block;}
	#about{padding:4rem 0}
	.sbox{min-height: auto;margin-bottom:2rem;margin-left: auto;margin-right: auto;}
#bottom {width: 100%;display: block;}
.fleft, .fright {float: none;}
	#testimonials .owl-nav{display:none}
	.testbox{width:100%;padding-bottom: 0px;}
	.widget h3{margin-bottom: 0.9rem; margin-top: 1rem}
}


@media screen and (min-width: 981px) {
.mobileonly {display: none;}
.lefthalf {float: left;width: 48%;}
.righthalf {float: right;width: 48%;}
.site-menu-toggle{display:none;}
}


@media screen and (max-width: 800px) {
	#deskslider{display:none}
	#mobslider{display:block}
		.textblock{margin:4rem 3rem;width:90%}
	.carousel-caption h1{font-size:3.5rem;line-height:1}
	.testimonial-item{padding: 4rem 2rem}
	#bottom-cta{flex-direction:column;}
	#bottom-cta .contact-btn{margin-top: 1rem; font-size:24px;}
}
@media screen and (max-width: 600px) {
.wp-pagenavi span.pages, .wp-pagenavi a , .wp-pagenavi a.nextpostslink  {padding: 0.3rem 0.6rem !important;}
.wp-pagenavi span.current{padding:0.8rem}
.column, .column3, .column4{column-count:1}
	.carousel-caption h1{font-size: 1.9rem;line-height: 36px;}
	.row1 .box {  width: calc(100%/ 4 * 2 - 1rem);}
	#testimonials .testimonial h4{display:flex;float:none;text-align:center;flex-direction: column;margin-top: 1rem;gap: 0.6rem;margin-bottom: 0;}
	#testimonials .testimonial h4 img{margin:0 auto}
	.carousel-caption {align-items: end;}
	#bottom-cta img{display:none}
	#bottom-cta .callnow , #bottom-cta .contact-btn {font-size: 22px}
	#slider .owl-nav{display: none;}
	#slider .owl-dots{ display: unset !important; }
	.btn-primary img{width: 25px !important;  margin-left: 10px}
	.btn-primary {margin-bottom: 0rem; margin-top:1rem;}
}

@media screen and (min-width: 220px) and (max-width: 430px) {
	.textblock{margin:0rem 1rem 1rem;width:95%}
	.testbox{padding-left:1rem; padding-right:1rem; }
}

@media screen and (min-width: 431px) and (max-width: 500px) {
#bottom .col-md-3{width: 49%;float: left;word-wrap: anywhere}
	.textblock{margin:1rem;width:95%}
	.carousel-caption h1{font-size:2.4rem}
}


@media screen and (min-width: 501px) and (max-width: 768px) {
#bottom .col-md-3{width: 47%;float: left;}
}

@media screen and (min-width: 769px) and (max-width: 1120px) {
#bottom .widget{width: 47%;float: left;}
}

@media (min-width: 576px) {
.container-fluid {max-width: 540px;}
}
@media (min-width: 768px) {
.container-fluid {max-width: 720px;}
}
@media (min-width: 992px) {
.container-fluid {max-width: 1040px;}
}
@media (min-width: 1200px) {
.container-fluid {max-width: 1350px;}
}