* {
  margin: 0px;
  padding: 0px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

html,
body {
  scroll-behavior: smooth;
  font-family: 'Roboto', sans-serif;
  overflow-x: hidden;

}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
input[type=number] {
  -moz-appearance: textfield;
}

/* =============================
          Default Css
============================== */
a {
  text-decoration: none;
  outline: 0 !important;

}

a:hover {
  text-decoration: none;
}

:focus {
  outline: 0 !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
}

img {
  max-width: 100%;
  height: auto;
}

h1,
h2,
h3,
h4,
h5,
h6,
ul,
p {
  margin: 0px;
  padding: 0px;
}

ul {
  list-style-type: none;
}


.top-header {
  padding: 10px 0px;
  background: #002E5B;

}

.container {
  max-width: 1400px;
}


.top-header ul {
  display: flex;
  gap: 15px;
	justify-content: space-between;
}

.top-header ul li a {
  font: normal normal normal 16px/26px Roboto;
  letter-spacing: 0px;
  color: #FFFFFF;
  font-size: 16px !important;
}

.top-header ul li a i {
  margin-right: 10px;
  color: #0493D9;
  padding: 10px;
  background: #fff;
  border-radius: 50%;
  width: 35px;
  text-align: center;
  font-size: 15px;
}

.stellarnav.light li a {
  font: normal normal bold 16px/29px Roboto;
  letter-spacing: 0px;
  color: #002E5B;
  text-transform: uppercase;
}

.stellarnav li.active a {
  color: #6EE0FF;
}

.stellarnav.light.right.desktop ul {
  text-align: right;
}

a.brand-logo img {
  max-width: 120px;
}

header {
  padding: 10px 0px;background: #fff;
}

.stellarnav>ul>li {
  margin: 0px 25px;
}

/* .nav-hover::after {
  content: '';
  display: block;
  width: 0;
  height: 2px;
  background: #FFDD00;
  transition: width .3s;
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
}

.nav-hover:hover::after {
  width: 100%;
  transition: width .3s;
} */

.banner-content {
  position: absolute;
  top: 50%;
  left: 160px;
  transform: translate(-0%, -50%);
	max-width:50%;
	z-index: 9;
}

.overlay {
    width: 100%;
    display: block;
    height: 520px;
    position: absolute;
    background: linear-gradient(90deg, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0) 100%);
}
.banner-carousel .item {
    position: relative;
    height: 520px;
}
.banner-content h1 {
  text-shadow: 2px 0px 1px #ffffff;
  max-width: 594px;
  font: normal normal bold 72px/86px Roboto;
  letter-spacing: 0px;
  color: #002E5B;
  text-transform: uppercase;
}

.banner-content h1 span {
  color: #0493D9;
}

.banner-content a,
.why-choose-right a {
  text-align: center;
  font: normal normal medium 16px/16px Roboto;
  letter-spacing: 0px;
  color: #EEF3F6;
  text-transform: uppercase;
  padding: 18px 36px;
  display: inline-block;
  margin-top: 30px;
  background-color: #002E5B;
}

.banner {
  position: relative;
}

.banner::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  background-color: #0493D9;
  opacity: 5%;

}

.banner .owl-dots button span {
  width: 19px;
  height: 19px;
  border: 2px solid #0493d9;
  opacity: 1;
  border-radius: 50%;
  display: block;
}

.banner .owl-dots button.active span {
  background-color: #0493d9;
}

.banner .owl-dots {
  display: flex;
  align-items: center;
  gap: 8px;
  position: absolute;
  left: 160px;
  bottom: 50px;
}
h5.acchead {
    color: #0493d9;
    font-weight: bold;
    text-transform: uppercase;
    font-size: 16px;
    letter-spacing: 2px;
    text-align: center;
    margin-bottom: 10px;
}

.whychooseus img {
  width: 100%;
}
.banner img {
        height: 520px;
        object-fit: cover;
    }
.why-choose-right {
  padding: 50px 50px 0;
}

.why-choose-right h2 {
  font: normal normal bold 48px/58px Roboto;
  letter-spacing: 0px;
  color: #002E5B;
  text-transform: uppercase;
  opacity: 1;
}
.why-choose-right h2 span{
	color:#0493d9;
}
.why-choose-right p {
  font: normal normal normal 18px/28px Roboto;
  letter-spacing: 0px;
  color: #002E5B;
  margin: 25px 0px 0px 0px;
}

.service-card {
  max-width: 610px;
  margin: 25px 0;
  background: #EEF3F6 0% 0% no-repeat padding-box;
  padding: 65px 63px 65px 151px;
  position: relative;
}


.service-card h2 {
  font: normal normal bold 26px/34px Roboto;
  letter-spacing: 0px;
  color: #002E5B;
}


.service-card ul,
.service-card p {
  margin: 34px 0px;
}

.service-card ul li,
.service-card p {
  font: normal normal normal 17px/26px Roboto;
  letter-spacing: 0px;
  color: #337AB7;

}

.service-card ul li {
  position: relative;
  padding-left: 13px;
}

.service-card ul li::before {
  content: "";
  width: 8px;
  height: 8px;
  background: #337AB7 0% 0% no-repeat padding-box;
  border-radius: 50%;
  left: 0;
  top: 50%;
  transform: translate(-0%, -50%);
  position: absolute;
}

.service-card a {
  font: normal normal medium 16px/21px Roboto;
  letter-spacing: 0px;
  color: #EEF3F6;
  text-transform: uppercase;
  background-color: #002E5B;
  padding: 19px 33px;
  display: inline-block;
}

.sec-ttile {
  font: normal normal bold 48px/63px Roboto;
  letter-spacing: 0px;
  color: #002E5B;
  text-transform: uppercase;
  margin-bottom: 50px;
  text-align: center;
}


.service-card-icon {
  height: 190px;
  width: 190px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #FFDD00;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  transform: translate(-240px, -50%);
}

.service-card-icon img {
  max-height: 90px;
  object-fit: contain;
}

.service-card:hover {
  background: #002e5b 0% 0% no-repeat padding-box;
}

.service-card:hover .service-card-icon {
  background: #002e5b;
}

.service-card:hover .service-card-icon img {
  filter: invert(73%) sepia(91%) saturate(1372%) hue-rotate(2deg) brightness(110%) contrast(105%);
}

.service-card:hover h2 {
  color: #FFDD00;
}

.service-card:hover ul li,
.service-card:hover p {
  color: #fff;
}

.service-card:hover a {
  color: #002E5B;
  background-color: #FFDD00;
}


.c-ml-auto {
  margin-left: auto;
}

section {
  padding: 100px 0px;
}

section.testimonial-sec {
  background: #EEF3F6 0% 0% no-repeat padding-box;
}

.testimonial-card {
  background: #FFFFFF 0% 0% no-repeat padding-box;
  box-shadow: 0px 6px 10px #153B4D1A;
  padding: 36px;
  display: flex;
  align-items: center;
  gap: 42px;
  min-height: 375px;
}

.testimonial-card .profile-img {
  width: 150px;
  height: 150px;
  border-radius: 50%;
  overflow: hidden;
}

.testimonial-card .profile-img img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}

.testimonial-card .content {
  position: relative;
  width: 75%;
}

.testimonial-card .content p {
  font: normal normal normal 18px/28px Roboto;
  letter-spacing: 0px;
  color: #002E5B;
}

.testimonial-card .content h3 {
  font: normal normal bold 26px/34px Roboto;
  letter-spacing: 0px;
  color: #337AB7;
  margin-top: 30px;
}

.testimonial-card .content span {
  font: normal normal normal 20px/34px Roboto;
  letter-spacing: 0px;
  color: #002E5B;
  display: block;
}

.testimonial-card .content img {
  max-width: 60px;
	margin-bottom:10px;
  /* top: -70px;
  position: absolute; */
}

.whychooseus {
  padding: 40px 0px 0px;
}

.testimonial-sec .container {
  max-width: 1560px;
}


.testimonial-sec .owl-dots button span {
  width: 19px;
  height: 19px;
  border: 2px solid #002E5B;
  opacity: 1;
  border-radius: 50%;
  display: block;
}

.testimonial-sec .owl-dots button.active span {
  background-color: #002E5B;
}

.testimonial-sec .owl-dots {
  display: flex;
  align-items: center;
  gap: 8px;
  position: absolute;
  bottom: -50px;
  justify-content: center;
  width: 100%;
}

/* FAQ Section */

.form-group {
  margin-bottom: 1.2rem;
}

.faq-form {
  background: #002E5B 0% 0% no-repeat padding-box;
  padding: 52px;
}

.faq-form h3 {
  margin-bottom: 25px;
  text-align: left;
  font: normal normal bold 48px/58px Roboto;
  letter-spacing: 0px;
  color: #FFDD00;
  text-transform: uppercase;
  opacity: 1;
}

.faq-form .form-group .form-control {
  background: #264D73 0% 0% no-repeat padding-box;
  border: 1px solid #4373A2;
  height: 68px;
  color: #fff;
}

.faq-form .form-group textarea.form-control {
  height: 120px;
}

.submit_btn {
  letter-spacing: 0px;
  color: #002E5B;
  text-transform: uppercase;
  background-color: #FFDD00;
  padding: 19px 33px;
  display: inline-block;
  font-weight: 700;
  outline: 0;
  border: 0;
  margin-top: 17px;
  width: 155px;
  font-weight: 700;
  font-size: 16px;
}

.faq-accordion h3 {
  text-align: left;
  font: normal normal bold 48px/58px Roboto;
  letter-spacing: 0px;
  color: #002E5B;
  text-transform: uppercase;
  margin-bottom: 25px;
}

.faq-accordion .accordion-button:not(.collapsed) {
  background: #EEF3F6 0% 0% no-repeat padding-box;
}

.faq-accordion .accordion-button {
  text-align: left;
  font: normal normal bold 22px/50px Roboto;
  letter-spacing: 0px;
  color: #002E5B;
  background: #EEF3F6 0% 0% no-repeat padding-box;
}

.faq-accordion .accordion-item {
  background-color: #fff;
  border: 0;
  background: #EEF3F6 0% 0% no-repeat padding-box;
  margin-bottom: 25px;
}

.faq-accordion .accordion-body {
  text-align: left;
  font: normal normal normal 18px/28px Roboto;
  letter-spacing: 0px;
  color: #002E5B;
  opacity: 1;
}

/* footer section */
.footer {
  background-color: #002E5B;
}

.footer-list ul {
  list-style: none;
}

.footer-list ul li {
  padding: 12px 0 0;
}

.footer-list ul li a {
  text-align: left;
  font: normal normal normal 16px/28px Roboto;
  letter-spacing: 0px;
  color: #85a0dc;
}
.footer-list p{
	  text-align: left;
  font: normal normal normal 16px/28px Roboto;
  letter-spacing: 0px;
  color: #85a0dc;
	margin: 15px 0;
}
.footer-contact ul {
  list-style: none;
}

.footer-contact ul li {
  position: relative;
  padding: 12px 0 10px 30px;
}

.footer-contact ul li a {
  text-align: left;
  font: normal normal normal 16px/28px Roboto;
  letter-spacing: 0px;
  color: #85a0dc;
}

.footer-contact ul li span {
  position: absolute;
  left: 0;
  color: #FFDD00;
}

.footer-contact h4 {
  color: #FFDD00;
  font-size: 18px;
  font-weight: 700;
}

.footer-list h4 {
  color: #FFDD00;
  font-size: 18px;
  font-weight: 700;
}

.footer-useful {
  padding: 0 30px;
}

/* lower footer */
.copyright p {
  color: #B0CEDC;
}

.copyright a {
  color: #FFDD00;

}

.social-menu ul {
  display: flex;
}

.social-menu ul li {
  list-style: none;
  margin: 0;
}

.social-menu ul li a {
  position: relative;
  display: block;
  width: 35px;
  height: 35px;
  border-radius: 50%;
  background-color: #fd0;
  text-align: center;
  transition: .6s;
  /* box-shadow: 0 5px 4px rgb(0 0 0 / 50%); */
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 17px;
  margin: 0 7px 0 0;
}

.social-menu ul li a i,
.social-menu ul li a svg {
  color: #002E5B;
}

.social-menu ul li a:hover {
  transform: translate(0, -10%);
}

.logo {
  margin-bottom: 20px;
}

.copyright {
  background-color: #002141;
  padding: 20px 0;
}

.copyright-box {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  text-align: center;
  max-width: 1400px;
  margin: auto;
}


/* =================================
            Bradcrumbs
==================================== */

.breadcumb-img {
  position: relative;
  z-index: 9;
}

.breadcumb img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  height: 340px;
  max-height: 340px;
}

.breadcrumbs-content {
  position: absolute;
  top: 50%;
  left: 10%;
  text-align: left;
  transform: translate(0, -50%);
}

.breadcrumbs-content h2 {
  text-shadow: 2px 0px 1px #ffffff;
  font: normal normal bold 56px/86px Roboto;
  letter-spacing: 0px;
  color: #002E5B;
  text-transform: uppercase;
}

.breadcrumbs-content p {
  color: #FFFFFF;
  font-weight: 400;
  font-size: 16px;
  letter-spacing: 2px;
}

.breadcrumbs-content p a {
  color: #fff;
}

#overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #0493D9 0% 0% no-repeat padding-box;
  mix-blend-mode: multiply;
  opacity: 0.4;
  cursor: pointer;
}

.aboutus-right h2.sec-ttile {
  text-align: left;
  font: normal normal bold 34px/45px Roboto;
  margin-bottom: 15px;

}

.aboutus-right {
  padding-left: 30px;
}

.about_us p {
  font: normal normal normal 15px/18px Roboto;
  letter-spacing: 0px;
  color: #002E5B;
  margin-bottom: 18px;
}

/* .stellarnav.light ul ul {
  background: #EFEFEF;
  padding: 16px 0px;
}

.stellarnav li.has-sub > a:after{
  border-top: 6px solid #002E5B;
} */

/* service page */
p.service-con {
  text-align: left;
  font: normal normal normal 15px/24px Roboto;
  letter-spacing: 0px;
  color: #002E5B;
}

.budgetingsec-con {
  background: #EEF3F6 0% 0% no-repeat padding-box;
  padding: 11% 15%;
  height: 537px;
}

.budgetingsec-con h2 {
  letter-spacing: 0px;
  color: #002E5B;
  text-transform: uppercase;
  text-align: left;
  font: normal normal bold 34px/45px Roboto;
  margin-bottom: 15px;
}

.budgetingsec-con p {
  font: normal normal normal 15px/18px Roboto;
  letter-spacing: 0px;
  color: #002E5B;
  margin-bottom: 18px;
}

.compilation-sec .budgetingsec-con {
  background: #F6F6F6 0% 0% no-repeat padding-box;
  height: 560px;
}

.other-sboxcon {
  background: #EEF3F6 0% 0% no-repeat padding-box;
  padding: 35px;
  min-height: 700px;
}

.other-sbox {
  position: relative;
	margin-bottom: 30px;
}

.other-sbox img {
  position: absolute;
  bottom: 0;
	width: 100%;
    height: 250px;
}

.other-sboxcon h4 {
  text-align: left;
  font: normal normal bold 26px/50px Roboto;
  letter-spacing: 0px;
  color: #002E5B;
  opacity: 1;
}

.other-sboxcon p {
  text-align: left;
  font: normal normal normal 15px/20px Roboto;
  letter-spacing: 0px;
  color: #337AB7;
  opacity: 1;
  margin-top: 14px;
}

/* contact us page */
.contact-info {
  display: flex;
  gap: 20px;
  padding-bottom: 30px;
}

.contact-infoicon {
  background: #0493D9 0% 0% no-repeat padding-box;
  width: 50px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
}

.contact-infotext {
  height: 85px;
  color: #002E5B;
}

.contact-infotext h6 {
  text-align: left;
  letter-spacing: 0px;
  color: #002E5B;
  font-size: 18px;
  line-height: 25px;
}

.contact-infotext p {
  font: normal normal normal 15px/18px Roboto;
}
.contact-infotext p a{
  color: #002E5B;
}

.contact-form {
  padding: 30px 0;
}

.contact-form h3 {
  text-align: left;
  font: normal normal bold 34px/45px Roboto;
  letter-spacing: 0px;
  color: #002E5B;
  text-transform: uppercase;
  opacity: 1;
  margin-bottom: 18px;
}

.contact-form .form-control {
  background: #EEF3F6 0% 0% no-repeat padding-box;
  height: 60px;
  border: 0;
  color: #002E5B;
  font-size: 14px;
}

.contact-form textarea.form-control{
height: 150px;
}

.contact-form .form-control::placeholder { 
  color: #002E5B;
  opacity: 1;   
}

.contact-form .form-control:-ms-input-placeholder { 
  color: #002E5B;
}

.contact-form .form-control::-ms-input-placeholder {
  color: #002E5B;
}

.contact-form .submit_now {
  background: #002E5B 0% 0% no-repeat padding-box;
  padding: 15px 30px;
  color: #fff;
  font-size: 16px;
}



.wpcf7 form.invalid .wpcf7-response-output, .wpcf7 form.unaccepted .wpcf7-response-output, .wpcf7 form.payment-required .wpcf7-response-output {
    background-color: #fff;
}

.sec-ttile1 {
    color: #002E5B;
    margin-bottom: 15px;
    text-transform: uppercase;
    text-align: left;
}

.stellarnav ul ul {
    padding: 21px 12px;
	background: #002E5B!important;
	 width: 320px;
	padding:0;
    }

.stellarnav.light ul ul > li{
	padding:15px 10px;
}

.stellarnav.light ul ul > li.active{
	background: #0493D9;
}

.stellarnav.light ul ul > li:hover{
	background: #0493D9;
}

.stellarnav.light ul ul > li:hover a{
	color:#fff;
}

.stellarnav.light ul ul > li a{
	color:#fff;
	font-size:14px;
	padding:0 15px;
}
.stellarnav li {
    text-align: left;
    }
.stellarnav li.has-sub > a:after {
    margin-left: 10px;
    border-top: 6px solid #002e6a;
    }
button.sub-menu-toggle {
    display: none;
}
.stellarnav.light li a {
    color: #002E5B;
}
/*  ul.secretarial {
    list-style-type: circle;
    padding: 12px 21px;
    overflow-y: scroll;
    height: 250px;
} */

ul.secretarial li {
    list-style: disc;
	    font: normal normal normal 15px/18px Roboto;
    letter-spacing: 0px;
    color: #002E5B;
}

.page-id-53 .other-sboxcon{
	    min-height: 545px;
}

.budgeting-sec img {
    height: 540px;
}

.page-id-100  ul.secretarial {
    margin-bottom: 24px;
}
/* calculator styles */
.VisiCalcClass {
  background:url(staticAssets/calculators/load.gif) 50% 15% no-repeat;
  background-size: 80px 80px;
  min-width: 750px;
  min-height:800px;
  margin:0;
  padding:0;
}
#Loan_Repayment_Calculator { min-height:750px !important; } 
#Borrowing_Power_Calculator { min-height:750px !important; }
#Budget_Planner { min-height:2850px !important; }
#Compound_Interest_Calculator { min-height:850px !important; } 
#Credit_Card_Calculator { min-height:900px !important; }
#How_Long_to_Repay_Calculator { min-height:750px !important; }       
#Interest_Only_Mortgage_Calculator { min-height:750px !important; }
#Saving_Calculator { min-height:600px !important; }
#Split_Loan_Calculator { min-height:800px !important; }
#Property_Selling_Cost_Calculator { min-height:700px !important; }
#Reverse_Mortgage_Calculator { min-height:1100px !important; }
#Stamp_Duty_Calculator { min-height:800px !important; } 
#Income_Gross_Up_Calculator{ min-height:900px !important; }
#Income_Gross_Up_Calculator{ min-height:900px !important; }
#RentvsBuyCalculator { min-height:1100px !important; }
#Mortgage_Switching_Calculator { min-height:1100px !important; }


.calcs {
    display: flex;
    gap: 20px;
}
a.calc {
    text-align: center;
    margin-bottom: 20px;
}
a.calc {
    text-align: center;
    margin-bottom: 20px;
    border: 2px solid #ccc;
    padding: 30px;
    text-transform: uppercase;
}
.calc h5 {
    font-weight: bold;
    color: #000;
    margin-top: 20px;
    font-size: 14px;
}
img.calcimg {
    height: 70px;
}
.sticky {
            position: fixed;
            top: 0;
            width: 100%;
            z-index: 100; 
        }

.lcta .button {
  background: #002e5b;
  padding: 20px 30px;
  margin-top: 20px;
  color: #fff;
}
.lcta {
  text-align: center;
  margin-top: 20px;
  float: left;
  width: 100%;
}
.landing-cont p
{
    margin-bottom: 25px;
    font: normal normal normal 18px/28px Roboto;
}