html {
	font-size: 62.5%;
}
img.main-logo {
    max-width: 108px;
}
ul {
    margin-left: 3rem;
}
.container {
    max-width: 117.3rem;
    width: 95%;
}
ul.dc-list li strong {font-weight: 600;}
ul.dc-list li  {font-weight: 200;}
.header-container {
    max-width: calc(100% - 40px);
    margin: 0 auto;
    padding-top: 20px;
    padding-bottom: 20px;
}
.dt{
    position: absolute;
    top: 6px;
    right: -10px;
}
img {
    max-width: 100%;
}

h1,h2,h3,h4 {
	
}

.br-mb {
    display:none;
}

.font-white {
	color:#fff;
}

.font-yellow {
	color:#FFCB65
}

.font-gold {
	color:#956B45;
}

.font-black {
	color:#000;
}

.font-gray {
    color: #B4B4B4;
}

.text-brown {
    color: #956B45;
}

.text-light-brown {
    color: #F3C79E;
}

.text-dark-brown {
    color: #361A00;
}

.bg-light-brown {
    background-color: #FCF6EA;
}

.text-uppercase {
	text-transform:uppercase;
}

.text-center {
	text-align:center;
}

.text-right {
    text-align: right;
}

.text-dm-sans {
    font-family: 'DM Sans', sans-serif;
}

.font85 {
	font-size:7.5rem;
	line-height:1em;
}

.font80 {
	font-size:8rem;
	line-height:1.1em;
}

.font75 {
    font-size: 7.5rem;
    line-height:1em;
}

.font74 {
    font-size: 7.4rem;
}

.font52 {
	font-size:5.2rem;
	line-height:1.1em;
}

.font50 {
	font-size:5rem;
	line-height:1.1em;
}

.font48 {
	font-size:4.8rem;
	line-height:1.1em;
}

.font42 {
    font-size: 4.2rem;
}

.font37 {
    font-size: 3.7rem;
}

.font36 {
    font-size: 3.6rem;
}

.font35 {
	font-size:3.5rem;
	
}

.font32 {
    font-size: 3.2rem;
}

.font31 {
	font-size:3.1rem;
	
}

.font30 {
	font-size:3rem;
	
}

.font28 {
	font-size:2.8rem;
	
}

.font26 {
	font-size:2.6rem;
	
}

.fon25 {
    font-size: 2.5rem;
}

.font22 {
	font-size:2.2rem;
	
}

.font20 {
	font-size:2rem;
	
}

.font18 {
	font-size:1.8rem;
	
}

.font-weight-900 {
    font-weight: 900;
}

.fw700 {
	font-weight:700;
}

.fw500 {
	font-weight:500;
}

.fw400 {
	font-weight:400;
}

.fw300 {
	font-weight:300;
}

.lb-mbl {
    display: none;
}
.show-mb {
    display: none;
}
.nav a {
    font-size: 2rem;
}
.nav .navbar-nav > li > a {
    color: #fff;
    text-transform: uppercase;
    font-weight: 700;
}

.nav .navbar-nav > li:not(:last-child){
    margin-right: 4rem;
}

a.header-btn {
    background: #FFCB65;
    color: #000 !important;
    text-decoration: none;
    padding: 1.5rem 3.5rem;
    border-radius: 50px;
	 transition: all 0.5s ease;
	 white-space: nowrap;
}

a.gold-btn {
    background: #FFCB65;
    color: #000;
    text-decoration: none;
    padding: 1.7rem 3.5rem 1.7rem 6.5rem;
    border-radius: 50px;
    display: block;
    width: fit-content;
    font-weight: 700;
    position: relative;
    z-index: 1;
    text-transform: uppercase;
    transition: all 0.5s ease;
    font-size: 2.4rem;
}

a.yellow-btn {
    background: #FFCB65;
    color: #000000 !important;
    text-decoration: none;
    display: inline-block;
    max-width: 400px;
    text-align: center;
    padding: 2rem 2rem !important;
    font-weight: 600;
    border-radius: 50px;
    text-transform: uppercase;
    transition: all 0.5s ease;
    width: 100%;
     transition: all 0.5s ease;
}

.button-box.btn-white-arrow, .button-box.btn-gold-arrow {
    position: relative;
    margin: 3rem 0;
    transition: all 0.5s ease;
    width: fit-content;
}
.center-button-box.button-box {
    margin: 3rem auto;
}

.button-box.btn-white-arrow:before {
    content: '';
    width: 9rem;
    aspect-ratio: 1;
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    background: url(../assets/btn-w-circle.png);
    left: -1.4rem;
    background-size: cover;
     transition: all 0.5s ease;
    height: 9rem;
}

.button-box.btn-white-arrow:after {
       content: '';
    width: 121px;
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    background: url(../assets/btn-w-arrow.png);
    right: 91%;
    background-size: cover;
    height: 16px;
    z-index: 2;
    transition: all 0.5s ease;
    background-position: right;
}

.button-box.btn-gold-arrow:before {
    content: '';
    width: 9rem;
    aspect-ratio: 1;
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    background: url(../assets/btn-g-circle.png);
    left: -1.4rem;
    background-size: cover;
     transition: all 0.5s ease;
    height: 9rem;
}

.button-box.btn-gold-arrow:after {
       content: '';
    width: 121px;
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    background: url(../assets/btn-g-arrow.png);
    right: 93%;
    background-size: cover;
    height: 16px;
    z-index: 2;
     transition: all 0.5s ease;
    background-position: right;
} 

.ready-map {
    border-radius: 20px;
    overflow: hidden;
}

.expander {
    position: absolute;
    right: 20px;
    padding: 10px;
    background: #fff;
    width: 45px;
    top: 10px;
}

.footer-logo-box img {
    max-width: 200px;
}
  
section.footer {
    background: #000;
    color: #fff;
    padding-top: 8rem;
    padding-bottom: 8rem;
}

.footer-contact ul {
    display: flex;
    list-style: none;
    padding: 0;
    margin: 0;
    justify-content: space-around;
    align-items: center;
    flex-direction: row;
    flex-wrap: wrap;
}

.footer-contact ul li {
    display: flex;
    align-items: center;
}

.footer-contact ul li p {}

.footer-contact ul li p {
    font-size: 1.8rem;
    margin: 0;
}

.footer-contact ul li img {
    max-width: 32px;
    margin-right: 2rem;
}

.footer-social {
    display: flex;
    flex-direction: row-reverse;
    justify-content: center;
    margin-top: 2rem;
}

.footer-logo-box {
    width: fit-content;
}

.footer-social div {margin: 0 .8rem;}

.copyright {
    opacity: 50%;
    font-size: 1.8rem;
    display: flex;
    justify-content: space-between;
}

.copyright ul {
    display: flex;
    padding: 0;
    list-style: none;
}

.copyright ul li {
    margin-left: 3rem;
}

.copyright ul li a {
    text-decoration: none;
}

section.top-header.sec1 {
    background: url(../assets/default-sec1-bg.png);
    background-size: cover;
    background-position: center;
    padding-bottom: 5rem;
}

.ptop-6 {
    padding-top: 6rem;
}

.pbot-6 {
    padding-bottom: 6rem;
}

.pleft-6 {
    padding-left: 6rem;
}

.pright-6 {
    padding-right: 6rem;
}

section.more-info {
    background: url(../assets/more-info-bg.png);
    background-size: cover;
    background-position: center;
    padding:8rem 0;
}

section.more-info2 {
     background: #EBE2D9;
    background-position: center;
    padding:8rem 0;
   
}

.info-list ul {
    padding: 0;
    margin: 0;
    display: flex;
    justify-content: center;
    align-items: flex-start;
    list-style: none;
}

.info-list ul li {
    color: #fff;
    display: flex;
    padding: 1rem 1rem;
    border: 2px solid #fff;
    border-radius: 50px;
    margin: 0 10px;
}

.info-list {
    margin-top: 2rem;
}

.info-list ul li div {
    padding: 0 2rem;
    font-weight: 700;
    font-size: 2rem;
}

.info-list ul li div:first-child {
    border-right: 1px solid #fff;
}

section.more-info2 .info-list ul li {
    color: #000;
    border-color: #000;
}

.header-container.fixed {
    background: rgba(54, 26, 0, 0.95);
    backdrop-filter: blur(2.5px);
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    max-width: 100%;
    padding-left: 3rem;
    padding-right: 3rem;
    z-index: 999;
}

/*Homepage*/

.homepage .home-sec1 {
    background: url(../assets/hp-sec01-bg.jpg);
    background-size: cover;
    background-position: top center;
}

body.homepage .home-sec1 {
    padding-bottom: 21rem;
}

body.homepage .hero-btn-box {
    width: fit-content;
	margin-top: 5rem;
}

.phone-text {
    letter-spacing: 5px;
    font-weight: 500;
}

.home-sec1 h1 span {
    display: block;
    font-family: "DM Sans", serif;
    line-height: 1.2em;
    text-transform: none;
    font-weight: 400;
    margin-top: 1rem;
}

section.home-sec2 .container {
    background: #fff;
    padding: 2rem;
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px;
    box-shadow: 1px 4px 13px 2px rgba(0,0,0,0.24);
    -webkit-box-shadow: 1px 4px 13px 2px rgba(0,0,0,0.24);
    -moz-box-shadow: 1px 4px 13px 2px rgba(0,0,0,0.24);
    margin-top:-5rem
}

.scroll-number-box {
    text-align: center;
    width: fit-content;
    margin: 0 auto;
    padding:2rem 0
}

.scroll-number-box h3 {
    font-family: 'DM Sans';
    color: #7B593A;
    font-size: 6.4rem;
    font-weight: 700;
    line-height: 1.1em;
	letter-spacing: 3px;
}

.scroll-number-box p {
    font-size: 2rem;
    font-weight: 500;
}

section.home-sec2 .col-md-4:not(:last-child) {
    border-right: 1px solid #00000014;
}

section.home-sec3 {
    padding: 7rem 0;
}
section.home-sec3 .col-lg-7 {
    padding-left: 2rem;
}

section.home-sec3 img {
    margin-top: -6rem;
    max-width: 49.5rem;
    margin-left: 2rem;
}
.home-sec3 .button-box {
    margin-top: 5rem;
}

.row > * {
    position: relative;
}

.home-sec3 .container {
    max-width: 117rem;
}

section.home-sec3b {
    padding: 8rem 0;
    background: #FFF8F1;
}
section.home-sec3b .container {
    max-width: 105.6rem;
}
.rleft {
    border-top-left-radius: 75px;
}
.rright {
    border-top-right-radius: 75px;
}
.sec3b-row2 .col-lg-7 {
    width: 48%;
}
.sec3b-row2 .col-lg-5 {
    width: 52%;
}
.sec3b-row2 {
    align-items: center;
}
.sec3b-row2 {
    align-items: center;
    padding: 7.3rem 0;
}
.rev-mobile {
    border-top: 1px solid #B3B3B3;
    border-bottom: 1px solid #B3B3B3;
}

section.home-sec4 {
    padding: 7rem 0;
}

.home-sec4 .container , .home-sec5 .container {
    max-width: 117rem;
}
.home-sec4 a.clear-btn {
    width: 37rem;
    max-width: 100%;
}
.services-box {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-around;
}

.service-item {
    flex: 0 0 30%;
    text-align: center;
    background: #F9F9F9;
    margin-bottom: 3.6rem;
    padding: 4rem 2rem;
    border-radius: 10px;
    box-shadow: 1px 4px 5px 2px rgb(0 0 0 / 5%);
    -webkit-box-shadow: 1px 4px 5px 2px rgb(0 0 0 / 5%);
    -moz-box-shadow: 1px 4px 5px 2px rgb(0 0 0 / 5%);
    position:relative;
     transition: all 0.5s ease;
}

.service-item:hover {
    background: #FCF6EA;
}

.service-item a {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index:1;
}



.service-item img {
    margin-bottom:2rem;
    max-height: 101px;
    width:auto;
     transition: all 0.5s ease;
}

.service-item:hover img {
    transform: scale(1.1);
}

.service-item p{
font-family:"Caladea";
    font-weight:700;
    font-size:2.8rem
}

a.clear-btn {
    background: transparent;
    color: #000;
    text-decoration: none;
    padding: 1.7rem 3rem 1.7rem 3rem;
    border-radius: 50px;
    display: inline-block;
    width: 100%;
    font-weight: 700;
    position: relative;
    z-index: 1;
    text-transform: uppercase;
    border: 2px solid #000;
     transition: all 0.5s ease;
	    
}

a.gold-btn:hover , a.yellow-btn:hover, a.clear-btn:hover {
    transform: scale(1.02);
} 

section.home-sec4b {
    padding: 8rem 0;
    background-image: url(../assets/BG.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-repeat: no-repeat;
    color: #fff;
}
ul.dc-list {
    margin: 0 0 4.5rem 0;
    padding: 0 0 0 2rem;
    list-style: none;
}
ul.dc-list li {
    background-image: url(../assets/carret-yellow.svg);
    margin-bottom: 2rem;
    background-repeat: no-repeat;
    background-position: 0 5px;
    padding-left: 4.5rem;
    background-size: 2rem;
}
section.home-sec4b a.yellow-btn {
    max-width: 43.5rem;
}

section.home-sec4c {
    padding: 8rem 0;
    background-image: url(../assets/legal-cost-bg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
}
.single-acc {
    background-color: #fff;
    border: 1px solid #CDCDCD;
    box-shadow: 0px 28px 25px rgba(0, 0, 0, 0.27);
    border-radius: 5px;
    padding: 0rem 0rem 2.8rem;
    margin-bottom: 2.5rem;
}
.single-acc h3 {
    padding: 2.8rem 4.8rem 0rem;
    margin-bottom: 0;
    cursor: pointer;
    background-image: url(../assets/acc-down.svg);
    background-repeat: no-repeat;
    background-position: 95% 4.2rem;
        background-size: 1.8rem;
}
.active.single-acc h3 {
    background-image: url(../assets/acc-up.svg);
}
.active.single-acc > div{
    display: block !important;
}
.single-acc > div {
    padding: 2rem 4.8rem 0;
    width: 96%;
    display: none;
}
.single-acc p {
    margin-bottom: 0;
}
.cost-acc {
    margin-bottom: 3.5rem;
}

section.home-sec5 {
    padding: 8rem 0px;
}

section.home-sec5 .col-lg-7 {
    padding-left: 5rem;
}

section.home-sec6 {
    background: url(../assets/home-sec7-bg.png);
    background-size: cover;
    background-position: center;
    padding: 6rem 0;
    background-repeat: no-repeat;
    text-align: center;
}

section.home-sec6 .container {
    max-width: 97.5rem;
}

section.home-sec6 .hero-btn-box {
    margin-left: auto;
    margin-right: auto;
}

section.home-sec2 .container:before {
    content: '';
    width: 50px;
    height: 50px;
    position: absolute;
    top: 0;
    right: 100%;
    border-bottom: solid 25px #46443F;
    border-right: solid 25px #46443F;
    border-left: solid 25px transparent;
    border-top: solid 25px transparent;
}

.container {
    position: relative;
}

section.home-sec7 {
    padding: 10rem 0;
}
section.home-sec7 h2 {
    margin-bottom: 5rem !important;
}
.gtest {
    margin: 0 0.8rem;
    padding: 5.6rem 3.2rem;
    text-align: center;
    border-radius: 16px;
    background: #FFF;
    box-shadow: -8px -4px 32px 0px rgba(0, 0, 0, 0.08), 40px 28px 80px 0px rgba(0, 0, 0, 0.08);
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.gtest > img {
    width: 3.8rem;
    margin: 0 auto;
}
.map-icon {
    cursor:pointer;
}

section.home-sec8 {
    padding: 0 0 16rem;
}
.single-faq {
    border-radius: 10px;
    border: 1px solid #CDCDCD;
    background: #FFF;
    box-shadow: 0px 28px 25px -30px rgba(0, 0, 0, 0.27);
    padding: 0 0 3rem 0;
    margin-bottom: 3rem;
}
.single-faq h3 {
    padding: 3rem 3.4rem 0;
    cursor: pointer;
    background-image: url(../assets/acc-down.svg);
    background-repeat: no-repeat;
    background-position: 97% 4.2rem;
    background-size: 1.8rem;
}
.active.single-faq h3 {
    background-image: url(../assets/acc-up.svg);
}
.single-faq > div {
    border-left: 4px solid #E0E0E0;
    margin: 2rem 6.8rem 0;
    padding-left: 1.3rem;
    display: none;
}
.active.single-faq > div {
    display: block !important;
}

section.home-sec9 {
    background: url(../assets/next-step-bg.jpg);
    background-size: cover;
    background-position: center;
    padding:6rem 0
}

/** Bottom CTA 3 **/
.bottom-cta {
    background-image: url(/assets/cta-bg.png);
    padding: 10rem 0;
    background-size: cover;
    background-position: center center;
    background-color: #000;
}


.button-box.btn-white-arrow:hover:after {
    right: 89%;
}

.button-box.btn-white-arrow:hover:before {
   width: 80px;
}

.button-box.btn-gold-arrow:hover:after {
    right: 89%;
}

.button-box.btn-gold-arrow:hover:before {
   width: 80px;
} 


/** Practice Areas Inner pages **/
.contact-sec, .quote-sec{
    padding: 7rem 0;
}
.contact-sec {
    background-repeat: no-repeat;
    background-size: cover;
    background-image: url(../assets/bank-bg5.jpg);
    color: #fff;
    background-position: top center;
}
.quote-sec .inner-col {
    border-radius: 10px;
    background: #F9F9F9;
    padding: 5rem 4rem;
    margin: 0 0.8rem;
}
.quote-sec .inner-col img {
    margin-bottom: 3rem;
}
.quote-sec-row2 {
    margin-top: 2rem;
}

.footer-social img {
    width: 28px;
    height: 28px;
    background-color: #fff;
    border-radius: 5px;
    padding: 3px;
}
.mbl-btn {
    display: none;
}
/************ Font Sizing ***************/
@media only screen and (min-width:1501px) and (max-width:1600px) { html { font-size: 60%; } }
@media only screen and (min-width:1401px) and (max-width:1500px) { html { font-size: 55%; } }
@media only screen and (min-width:1201px) and (max-width:1400px) { html { font-size: 52%; } }
@media only screen and (min-width:1024px) and (max-width:1200px) { html { font-size: 52%; } }
@media only screen and (min-width:960px) and (max-width:1023px) { html { font-size: 50%; } }
@media only screen and (max-width:960px) { html { font-size: 43.8%; }
}

@media only screen and (max-width:1280px) {
    .font74 {
        font-size: 6.4rem;
    }
}

@media only screen and (max-width:1200px) {
    li.nav-item.dropdown a.nav-link {
    margin-right: 15px;
}
.dt {
    right: 0;
}
	/* CSS rules here */
	
	div#navbarNav {
    position: absolute;
    right: 0;
    top: 100%;
    padding: 2rem;
    background: #000;
	z-index:5
}



ul.navbar-nav li {
    margin: 0 0 15px 0!important;
    text-align: right;
}

ul.navbar-nav li a {
    font-size: 1.6rem;
}

a.header-btn {
    background: transparent;
    color: #FFCB65;
    text-align: right;
    padding: 0;
	display: block;
}
}


@media only screen and (max-width:1024px) {
	/* CSS rules here */
	
	.container {
    max-width: 96%;
}
	.footer-logo-box img {
    max-width: 170px;
}

section.footer .col-md-3 , section.footer .col-md-9 {
    width: 100%;
}

.footer-logo-box {
    margin: 0 auto 2rem;
}

.main-wrap {
    overflow: hidden;
}

.font85, .font80, .font75 {
    font-size: 6rem;
}

.font74 {
    font-size: 5.4rem;
}

.font50 {
    font-size: 4rem;
}

.font48 , .font52 {
    font-size: 4rem;
}

.font37, .font36 {
    font-size: 3rem;
}

.font32, .font30 {
    font-size: 2.8rem;
}

section.home-sec3 img {
    margin: 0 auto;
    max-width: 100%;
    display: block;
}

.button-box.btn-white-arrow, .button-box.btn-gold-arrow {
    width: fit-content;
    margin: 4rem 0 4rem;
}
.center-button-box.button-box {
    margin: 4rem auto 4rem;
}

.scroll-number-box h3 {
    font-size: 4.5rem;
}

.service-item {
    flex: 0 0 48%;
}

img {
    display: block;
    margin: 0 auto 20px;
}
}



@media only screen and (max-width:768px) {
	/* CSS rules here */
	
	.info-list ul {
    flex-direction: column;
        align-items: center;
}

.info-list ul li {
    margin: 0 0 2rem;
}

.pright-6 {
    padding-right: 0;
}

.pleft-6 {
    padding-left: 0;
}
.gtest {
    margin: 1.5rem 0;
    padding: 2.5rem 3rem;
    height: auto;
}
section.home-sec8 {
    padding: 0 0 4rem;
}
section.home-sec9 {
    text-align: center;
}
section.home-sec9 img {
    margin-top: 2rem;
}
}

@media only screen and (max-width:767px) {
	/* CSS rules here */
    .header-container.fixed {
        padding: 10px;
    }
	.lb-mbl {
    display: block;
}

.br-mb {
    display:initial;
}

.ready-map {
    margin-top: 10px;
}

.copyright ul li:first-child {
    margin-left: 0;
}

.copyright ul {
    margin: 0;
}

.copyright p {
    font-size: 11px;
}

	img.main-logo {
        max-width: 50px;
    }
    
    .header-container.fixed img {
    margin-bottom: 0;
}

.pbot-6 {
    padding-bottom: 3rem;
}

.ptop-6 {
    padding-top: 3rem;
}

.footer-contact ul {
    flex-direction: column;
    max-width: 280px;
    margin: 0 auto;
    text-align: left;
    align-items: flex-start;
}
.footer-contact ul li img {
    max-width: 20px;
    margin-right: 2rem;
    margin-bottom: 0;
}

.footer-contact ul li {
    margin-bottom: 2rem;
}
.footer-contact ul li p {
    font-size: 2.2rem;
    margin: 0;
}
.footer-logo-box img {
    max-width: 130px;
}

.copyright {
    flex-direction: column;
    text-align: center;
}

.copyright ul {
    justify-content: center;
}

section.footer {
    padding-top: 4rem;
    padding-bottom: 4rem;
}

.font85, .font80, .font75 {
    font-size: 4rem;
    text-align: center;
}

.font28, .font26 {
    font-size: 2.2rem;
}

.font35, .font30 {
    font-size: 2.4rem;
}

.mb-5 {
    margin-bottom: 2rem!important;
}

.home-sec1 p.font35 {
    text-align: center;
}

section.top-header.sec1 p {
    text-align: center;
}

a.gold-btn {
       font-size: 2rem;
    padding: 2rem 3rem 2rem 4rem;

}

.hero-btn-box {
    margin-left: auto;
    margin-right: auto;
}

section.home-sec2 .col-md-4:not(:last-child) {
    border-right: none;
    border-bottom:1px solid #00000014;

}

body.homepage .font48 {
    font-size:3rem;
}

body.homepage .font48 {
    text-align: center;
}

p {
    font-size: 1.8rem;
}

.service-item {
    flex: 0 0 100%;
}

a.clear-btn {
        font-size: 2rem;
        padding: 2rem 4rem 2rem 4rem;
        width: fit-content;
}

.button-box.btn-white-arrow, .button-box.btn-gold-arrow {
}

.button-box.btn-white-arrow:before , .button-box.btn-gold-arrow:before {
    width: 7.5rem;
    left: -2rem;
}

.button-box.btn-white-arrow:after , .button-box.btn-gold-arrow:after {
    width: 60px;
    background-position: right;
}

.fon25 {
    font-size: 1.9rem;
}
.font22 {
    font-size: 1.8rem;
}
section.home-sec5 .col-lg-7 {
    padding: 0;
}

.bottom-cta {
    padding: 4rem 0 2rem;
}
section.bottom-cta img {
    max-width: 16rem;
}
section.bottom-cta .font32 {
    font-size: 2rem;
}

.home-sec1 h1 {
    font-size: 11vw;
}

body.homepage .home-sec1 {
    padding-bottom: 10rem;
}
section.home-sec3 {
    padding: 5rem 0;
}
section.home-sec3b {
    padding: 4rem 0;
    text-align: center;
}
br {
    display: none;
}
section.home-sec3 .col-lg-7 {
    padding-left: calc(var(--bs-gutter-x)* 0.5);
}
.sec3b-row2 {
    align-items: center;
    padding: 3rem 0;
}
.sec3b-row2 .col-lg-5 {
    width: 100%;
}
.sec3b-row2 .col-lg-7 {
    width: 100%;
}
.rev-mobile {
    flex-direction: column-reverse;
}

section.home-sec4,section.home-sec4b, section.home-sec4c, section.home-sec5, section.home-sec6, section.home-sec7 {
    padding: 4rem 0;
}
.home-sec4b .button-box.btn-gold-arrow {
    margin: 0rem auto 0;
}
ul.dc-list li {
    background-size: 1.8rem;
}
.single-acc h3 {
    padding: 2.5rem 2.5rem 0rem;
    background-position: 95% 3.5rem;
    background-size: 1.8rem;
}
.single-acc > div {
    padding: 2rem 2.5rem 0;
    width: 100%;
}
section.home-sec7 h2 {
    margin-bottom: 1rem !important;
}
.single-faq h3 {
    padding: 2rem 2.5rem 0;
    background-position: 97% 2.9rem;
    background-size: 1.6rem;
}
.single-faq > div {
    margin: 2rem 4.8rem 0;
}
.single-faq {
    padding: 0 0 2.5rem 0;
}
.single-acc {
    padding: 0rem 0rem 2.5rem;
}
section.home-sec8 {
    padding: 0 0 1rem;
}
section.home-sec9 {
    padding: 4rem 0;
}

.contact-sec, .quote-sec {
    padding: 4rem 0;
}
.quote-sec .inner-col {
    padding: 3rem 3rem;
    margin: 1rem;
}
.quote-sec img {
    margin: 0;
}    
.quote-sec-row2 {
    margin-top: 0;
}
.services-box {
    justify-content: center;
}
.service-item img {
    width: 12rem;
    height: 10rem;
    object-fit: contain;
}
.service-item {
    flex: 0 0 43%;
    margin: 0 3% 3rem;
    padding: 3rem 2rem;
}
.home-sec4 .container {
    width: 100%;
}
.home-sec1 h1 span {
    line-height: 1.3em;
}

.mbl-btn {
    display: block;
    width: 74%;
}
.mbl-btn a.gold-btn {
    font-size: 14px;
    line-height: 1.2;
    padding: 13px;
    margin: 0 auto;
}
.header-container {
    background-color: rgba(54, 26, 0, 0.70);
    margin: 0;
    max-width: 100%;
    padding: 1.5rem;
}
.header-container .col-2 {
    width: 16%;
}
.header-container .col-10 {
    width: 10%;
}
.header-container .container-fluid, .header-container button.navbar-toggler {
    padding: 0;
}
.header-container img {
    margin: 0 0;
}
.header-container div#navbarNav {
    width: 304px;
    padding: 2rem 3.4rem;
    top: 110%;
}
.header-container ul.navbar-nav li a {
    font-size: 2.2rem;
}
.header-container li.nav-item.header-btn-box {
    display: none;
}
.header-container ul.navbar-nav {
    margin-left: 0;
}
.header-container button.navbar-toggler img {
    width: 20px;
}
.header-container ul.dropdown-menu li:not(:last-of-type) {
    border-bottom: 1px solid #dedede;
}
.header-container ul.dropdown-menu li {
    margin: 0 !important;
    padding: 5px 8px 7px 0px;
}
.rleft {
    border-top-left-radius: 0;
}
.rright {
    border-top-right-radius: 0;
}
.home-sec5 a.clear-btn {
    padding-left: 5rem;
    padding-right: 5rem;
}
.show-mb {
    display: initial;
}
.hide-mb {
    display: none;
}
}

@media only screen and (max-width:640px) {
	/* CSS rules here */
	body, p, .font22 {
        font-size: 2.6rem;
    }
    .font37, .font36 {
        font-size: 3.4rem;
    }
    .font28, .font26, .font35, .font30 {
        font-size: 2.8rem;
    }
    .scroll-number-box p {
        font-size: 2.6rem;
    }
    a.gold-btn {
        font-size: 2.6rem;
        padding: 2rem 3rem 2rem 3rem;
    }
    a.clear-btn {
        font-size: 2.6rem;
        padding: 2rem 3rem 2rem 3rem;
    }
    .button-box.btn-white-arrow:after, .button-box.btn-gold-arrow:after, .button-box.btn-white-arrow:before, .button-box.btn-gold-arrow:before {
        display: none;
    }
    body.homepage .font48,.font48, .font52 {
        font-size: 3.6rem;
    }
    .home-sec3 .col-lg-5 {
    order: 1;
}
.sec3b-row3 .button-box.center-button-box {
    margin: 0 auto;
}
body.homepage .hero-btn-box {
    margin-top: 3rem;
}
.home-sec3 .col-lg-5 img {
    padding: 0 2rem 2rem;
}
.home-sec3 .col-lg-12 {
    order: 2;
}
    .button-box.btn-white-arrow, .button-box.btn-gold-arrow {
        margin: 3rem 0 0rem;
    }
    .center-button-box.button-box {
        margin: 3rem auto 0rem;
    }
.home-sec3 .col-lg-7 {
    order: 3;
}
.font20 {
    font-size: 2.4rem;
}
.service-item p {
    font-size: 2.4rem;
    margin-bottom: 0;
}
.home-sec5 img {
    width: 80%;
}
.footer-logo-box img {
        max-width: 110px;
    }
}

