@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=ABeeZee&family=Lato:wght@300;400;700;900&family=Playfair:opsz,wght@5..1200,300;5..1200,400;5..1200,500;5..1200,600;5..1200,700&display=swap");
html,
body {
  padding: 0;
  margin: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-family: "Lato", sans-serif;
  font-size: 16px;
  line-height: 1.4;
}
@media screen and (min-width: 768px) {
  html,
  body {
    line-height: 1.8;
  }
}
@media screen and (min-width: 1400px) {
  html,
  body {
    line-height: 1.8;
    font-size: 18px;
  }
}

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

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

h1,
h2,
h3,
h4,
h5,
h6 {
  padding: 0;
  margin: 0;
  font-family: "Playfair", serif;
}
@media screen and (max-width: 991.5px) {
  h1 br,
  h2 br,
  h3 br,
  h4 br,
  h5 br,
  h6 br {
    display: none;
  }
}

h1 {
  font-size: 38px;
  font-weight: 500;
  line-height: 1.1;
}
@media screen and (min-width: 768px) {
  h1 {
    font-size: 68px;
  }
}
@media screen and (min-width: 992px) {
  h1 {
    font-size: 58px;
  }
}
@media screen and (min-width: 1200px) {
  h1 {
    font-size: 68px;
  }
}

h2 {
  font-size: 28px;
  font-weight: 400;
  color: #335B4D;
  line-height: 1;
}
@media screen and (min-width: 992px) {
  h2 {
    font-size: 40px;
  }
}
@media screen and (min-width: 1200px) {
  h2 {
    font-size: 52px;
  }
}
@media screen and (min-width: 1800px) {
  h2 {
    font-size: 58px;
  }
}

h3 {
  font-size: 24px;
}
@media screen and (min-width: 992px) {
  h3 {
    font-size: 28px;
  }
}
@media screen and (min-width: 1400px) {
  h3 {
    font-size: 32px;
  }
}

.a-family-business h2 {
  font-size: 38px;
}
@media screen and (min-width: 992px) {
  .a-family-business h2 {
    font-size: 48px;
  }
}
@media screen and (min-width: 1400px) {
  .a-family-business h2 {
    font-size: 58px;
  }
}

h5 {
  font-size: 20px;
  color: #335B4D;
  font-weight: bold;
}
@media screen and (min-width: 992px) {
  h5 {
    font-size: 24px;
  }
}

h6 {
  font-size: 16px;
  font-family: "Lato", sans-serif;
  font-weight: bold;
}
@media screen and (min-width: 768px) {
  h6 {
    font-size: 18px;
  }
}

@media screen and (min-width: 1200px) {
  .container {
    max-width: 1140px;
  }
}
@media screen and (min-width: 1400px) {
  .container {
    max-width: 1320px;
  }
}
@media screen and (min-width: 1800px) {
  .container {
    max-width: 1492px;
  }
}
@media screen and (min-width: 1800px) {
  .container {
    max-width: 1592px;
  }
}

/*header part css*/
.header {
  padding: 16px 0px;
}
@media screen and (min-width: 1200px) {
  .header {
    padding: 20px 0px;
  }
}
@media screen and (min-width: 1400px) {
  .header {
    padding: 25px 0px;
  }
}
@media screen and (max-width: 991.5px) {
  .header .menu {
    display: none;
  }
}
.header .logo {
  max-width: 100px;
}
@media screen and (min-width: 768px) {
  .header .logo {
    max-width: 130px;
  }
}
@media screen and (min-width: 1400px) {
  .header .logo {
    max-width: 150px;
  }
}
.header .logo img {
  width: 100%;
}

@media screen and (min-width: 1200px) {
  .header .container {
    max-width: 1180px;
  }
}
@media screen and (min-width: 1400px) {
  .header .container {
    max-width: 1362px;
  }
}
@media screen and (min-width: 1600px) {
  .header .container {
    max-width: 1562px;
  }
}
@media screen and (min-width: 1800px) {
  .header .container {
    max-width: 1662px;
  }
}
.header .menu ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: end;
  margin: 0;
  padding: 0;
}

.header .menu ul li {
  list-style: none;
  padding: 0px 16px;
}

@media screen and (min-width: 1200px) {
  .header .menu ul li {
    padding: 0px 22px;
  }
}
@media screen and (min-width: 1600px) {
  .header .menu ul li {
    padding: 0px 30px;
  }
}
.header .menu > ul > li:last-child > a {
  background-color: #335B4D;
  color: #fff;
  padding: 12px 26px;
}

.header .menu > ul > li:last-child > a:hover {
  background-color: #000;
}

.header .menu > ul > li:last-child > a::after {
  display: none;
}

.header .menu ul li a {
  text-decoration: none;
  padding-bottom: 5px;
  color: #335B4D;
  /* font-size: 16px; */
  -webkit-transition: all 0.32s ease-in-out;
  transition: all 0.32s ease-in-out;
  position: relative;
  text-shadow: -0.25px -0.25px 0 transparent, 0.25px 0.25px transparent;
}

@media screen and (min-width: 1600px) {
  .header .menu ul li a {
    font-size: 18px;
  }
}
.header .menu > ul > li > a:hover {
  text-shadow: -0.25px -0.25px 0 #335B4D, 0.25px 0.25px #335B4D;
}

.header .menu ul li > ul.sub-menu {
  display: block;
  position: absolute;
  padding-top: 20px;
  background-color: #fff;
  -webkit-transition: all 0.32s ease-in-out;
  transition: all 0.32s ease-in-out;
  opacity: 0;
  visibility: hidden;
  margin-top: 10px;
  z-index: 8;
	text-transform:uppercase;
}

.header .menu ul li > ul.sub-menu > li {
  margin-left: 0;
  margin-bottom: 20px;
}

.header .menu ul li:hover > ul.sub-menu {
  opacity: 1;
  visibility: visible;
  margin-top: 0;
}

/*banner-sec css*/
.banner-sec .bg-image {
  position: relative;
}
.banner-sec .bg-image::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
@media screen and (max-width: 991.5px) {
  .banner-sec .bg-image::after {
    background-color: rgba(0, 0, 0, 0.5);
  }
}

.banner-sec .bg-image img {
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  height: 100%;
  -o-object-position: center;
     object-position: center;
}
@media screen and (max-width: 991.5px) {
  .banner-sec .bg-image img {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
  }
}

.banner-content {
  padding: 150px 0 60px;
  position: relative;
  z-index: 2;
}
@media screen and (min-width: 992px) {
  .banner-content {
    position: absolute;
    padding: 0;
    left: 0;
    bottom: 135px;
    width: 100%;
  }
}
@media screen and (min-width: 1200px) {
  .banner-content .banner-item {
    padding-left: 100px;
  }
}

.banner-item h1 {
  color: #fff;
  margin: 0;
  /*padding-bottom: 46px;*/
}

.banner-item a {
  /* font-size: 14px; */
  font-weight: 400;
  color: #fff;
  width: auto;
  text-decoration: none;
  display: inline-block;
}

@media screen and (min-width: 1400px) {
  .banner-item a {
    font-size: 18px;
  }
}
.banner-item a::after {
  content: "";
  width: 100%;
  height: 1px;
  background-color: #fff;
  display: block;
  margin-top: 6px;
}

/*who should your trust with you familys finances css*/
.who-should-you-items {
  padding-top: 60px;
  padding-bottom: 60px;
}
@media screen and (min-width: 768px) {
  .who-should-you-items {
    padding-top: 80px;
    padding-bottom: 80px;
  }
}
@media screen and (max-width: 767.5px) {
  .who-should-you-items .who-should-your-image {
    padding-top: 40px;
  }
}
.who-should-you-items .who-should-your-image img {
  width: 100%;
}

.who-should-your-content .inner-text {
  max-width: 500px;
}
@media screen and (min-width: 1400px) {
  .who-should-your-content .inner-text {
    max-width: 550px;
  }
}

.who-should-your-content h2 {
  /* font-size: 51px; */
  color: #335B4D;
  padding-bottom: 40px;
  margin: 0;
}
@media screen and (min-width: 1200px) {
  .who-should-your-content h2 {
    padding-right: 30px;
  }
}
.who-should-your-content h2 .who-should-your-content h6 {
  font-weight: bold;
}

.who-should-your-content p {
  margin: 0;
  padding-bottom: 10px;
}

.button {
  padding-top: 30px;
}

.button a {
  color: #335B4D;
  /* font-size: 14px; */
  text-decoration: none;
  display: inline-block;
  font-weight: 600;
  -webkit-transition: all 0.32s ease-in-out;
  transition: all 0.32s ease-in-out;
}
.button a:hover {
  color: #000;
}

.button a::after {
  content: "";
  background-color: #335B4D;
  width: auto;
  height: 1px;
  display: block;
  margin-top: 6px;
}

.button a:hover::after {
  background-color: #000;
}

/*Looking-after-you*/
.Looking-after-you {
  padding: 60px 0px 80px;
  background-color: #F0F2F1;
}
@media screen and (min-width: 768px) {
  .Looking-after-you {
    padding: 80px 0px 100px;
  }
}
@media screen and (max-width: 767.5px) {
  .Looking-after-you .button {
    padding-top: 12px;
  }
}
@media screen and (max-width: 767.5px) {
  .Looking-after-you .inner-item:not(:last-child) {
    padding-bottom: 40px;
  }
}

.Looking-after-you .title h5 {
  padding-bottom: 30px;
  font-weight: bold;
  font-family: "Lato", sans-serif;
}

.Looking-after-you .image img {
  width: 100%;
}

.Looking-after-you .image-title {
  padding-top: 16px;
}
@media screen and (min-width: 768px) {
  .Looking-after-you .image-title {
    padding-top: 30px;
  }
}

/*A family business with clients at it’s heart*/
.a-family-business {
  position: relative;
  color: #ffffff;
}
.a-family-business h2 {
  color: #ffffff;
  padding-bottom: 20px;
}
@media screen and (min-width: 768px) {
  .a-family-business h2 {
    padding-bottom: 40px;
  }
}
.a-family-business img {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-position: center;
     object-position: center;
  -o-object-fit: cover;
     object-fit: cover;
}
.a-family-business .a-family-business-items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100%;
  padding: 120px 0;
  position: relative;
  z-index: 2;
}

.a-family-business-content .button a {
  color: #fff;
  text-decoration: none;
  display: inline-block;
  font-weight: bold;
}

.a-family-business-content .button a::after {
  content: "";
  background-color: #fff;
  width: auto;
  height: 1px;
  display: block;
  margin-top: 6px;
}

/*Say hello to a secure future*/
.say-hello {
  padding: 80px 0 60px;
	background-color: #F0F2F1!important;}
@media screen and (min-width: 768px) {
  .say-hello {
    padding: 100px 0 80px;
  }
}
@media screen and (min-width: 1200px) {
  .say-hello {
    padding: 120px 0 100px;
  }
}
@media screen and (min-width: 1200px) {
  .say-hello .left-content {
    padding-right: 50px;
  }
}
@media screen and (min-width: 1800px) {
  .say-hello .left-content {
    padding-right: 100px;
  }
}
.say-hello .left-content h2 {
  padding-bottom: 20px;
}
@media screen and (min-width: 992px) {
  .say-hello .left-content h2 {
    padding-bottom: 40px;
  }
}
@media screen and (min-width: 1200px) {
  .say-hello .right-content {
    padding-left: 50px;
  }
}
@media screen and (min-width: 1800px) {
  .say-hello .right-content {
    padding-left: 100px;
  }
}
.say-hello .right-content .slider {
  position: relative;
}
.say-hello .right-content .slider .mySwiper {
  padding-bottom: 10px;
}
.say-hello .right-content .slider h3 {
  line-height: 1.4;
  color: #335B4D;
}
.say-hello .right-content .slider .swiper-control {
  position: relative;
  padding-top: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  max-width: 320px;
}
.say-hello .right-content .slider .swiper-control .swiper-button-next,
.say-hello .right-content .slider .swiper-control .swiper-button-prev {
  position: relative;
  left: unset;
  top: unset;
  width: auto;
  height: auto;
  right: unset;
  margin: unset;
  color: #335B4D;
  font-size: 16px;
}
.say-hello .right-content .slider .swiper-control .swiper-button-next::after,
.say-hello .right-content .slider .swiper-control .swiper-button-prev::after {
  font-size: 16px;
}
.say-hello .right-content .slider .swiper-control .swiper-pagination {
  position: relative;
  top: unset;
  left: unset;
  bottom: unset;
  padding: 0;
  margin: 0 0 5px;
}
.say-hello .right-content .slider .swiper-control .swiper-pagination span {
  position: relative;
  left: 0;
  right: 0;
  padding: 0;
  opacity: 1;
  background-color: transparent;
  border: 1px solid #335B4D;
}
.say-hello .right-content .slider .swiper-control .swiper-pagination span.swiper-pagination-bullet-active {
  background-color: #335B4D;
}

/*footer section css*/
.footer {
  background-color: #335B4D;
  color: #ffffff;
  font-family: "ABeeZee", sans-serif;
  padding: 60px 0px 30px 0px;
}
@media screen and (min-width: 768px) {
  .footer {
    padding: 80px 0px 50px 0px;
  }
}
.footer * {
  font-family: "ABeeZee", sans-serif;
}
@media screen and (max-width: 991.5px) {
  .footer .logo {
    padding-bottom: 30px;
  }
}
@media screen and (max-width: 991.5px) {
  .footer .inner-item {
    padding-bottom: 30px;
  }
}

.footer .title h6 {
  color: #fff;
  font-size: 12px;
  padding-bottom: 20px;
}

.footer ul {
  margin: 0;
  padding: 0;
}
.footer ul li {
  list-style: none;
  margin: 0;
  padding-bottom: 12px;
}
.footer ul li a {
  padding: 0;
  margin: 0;
  text-decoration: none;
  color: #fff;
}

.follow-us .icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.follow-us .icon a {
  display: block;
  margin-right: 20px;
  max-width: 26px;
}
@media screen and (min-width: 1800px) {
  .follow-us .icon a {
    max-width: 100%;
  }
}
.follow-us .icon a img {
  width: 100%;
  height: auto;
}

.footer-items {
  padding-top: 30px;
}
@media screen and (min-width: 768px) {
  .footer-items {
    padding-top: 50px;
  }
}
@media screen and (min-width: 1200px) {
  .footer-items {
    padding-top: 70px;
  }
}
.footer-items ul {
  padding: 0;
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 12px;
}
.footer-items ul li:not(:last-child) {
  padding-right: 20px;
}
.footer-items ul li a {
  text-decoration: none;
  color: #ffffff;
}

.footer .footer-item p {
  font-size: 14px;
  color: #fff;
}

.last-footer {
  background-color: #000000;
  padding: 10px 0px;
}
@media screen and (min-width: 768px) {
  .last-footer {
    padding: 20px 0px;
  }
}

.last-footer .icon-text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #fff;
  font-size: 12px;
}

.last-footer .icon {
  padding-right: 20px;
}
@media screen and (max-width: 767.5px) {
  .last-footer .icon img {
    max-width: 30px;
  }
}

/*pensions page css*/
/*Create and protect your legacy*/
.inner-banner {
  position: relative;
}
.inner-banner::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.3);
  z-index: 2;
}
.inner-banner .bg-image {
  width: 100%;
}
.inner-banner .bg-image img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  left: 0;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.inner-banner .banner-content {
  position: relative;
  z-index: 3;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  bottom: 0;
  top: 0;
  padding: 150px 0 100px;
}
.inner-banner .banner-content * {
  height: 100%;
}

.who-should-your p.fw-bold {
  padding-top: 10px;
}

.who-should-your ul {
  padding-top: 20px;
}

.who-should-your ul li {
  list-style: none;
  line-height: 2;
}
@media screen and (min-width: 768px) {
  .who-should-your ul li {
    line-height: 2.5;
  }
}

/*investment-planning page css*/
.investment-planning .banner-content {
  bottom: 45px;
}

/*christopher-jones page css*/
.there-should-be .who-should-your-image img {
  width: 100%;
  -webkit-transform: scaleX(-1);
          transform: scaleX(-1);
}

.michelle-hunter {
  background-color: #F0F2F1;
}
@media screen and (min-width: 1200px) {
  .michelle-hunter .who-should-your-image {
    padding-right: 30px;
  }
}
@media screen and (min-width: 1200px) {
  .michelle-hunter .who-should-your-content {
    padding-left: 30px;
  }
}

.christopher-jones .inner-text p {
  color: #000000;
}

.christopher-jones p.color_green {
  color: #335b4d;
}

.michelle-hunter .inner-text p {
  color: #000000;
}

.michelle-hunter p.color_green {
  color: #335b4d;
}


/*why us page css*/
.see-what-our .title h5 {
  color: #335B4D;
  margin: 0;
  padding-bottom: 30px;
  font-size: 18px;
  font-weight: bold;
}

.see-what-our .inner-text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-left: 20px;
}

.see-what-our .inner-text .inverted-comma p {
  font-size: 40px;
  color: #E0E0E0;
  margin-top: -20px;
  margin-right: 10px;
}

.see-what-our .inner-text .text p {
  letter-spacing: 0.5px;
}

/*Myself and my Husband Have been width Christopher*/
.myself {
  background-color: #F0F2F1;
  padding: 80px 0px;
}
@media screen and (min-width: 768px) {
  .myself {
    padding: 100px 0px;
  }
}

.myself .inner-text h3 {
  color: #335B4D;
  font-weight: normal;
  padding-bottom: 60px;
}
.myself .inner-text h3:last-of-type {
  padding: 0 !important;
}

.myself .inner-text, 
.myself .inner-text .text-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.myself .inner-text .inverted-comma p {
  font-size: 40px;
  color: #E0E0E0;
  margin-top: -22px;
  padding-right: 10px;
}

/*My parents and extended family*/
.my-parents {
  padding: 0px 0px 80px 0px;
}

.my-parents .inner-text h3 {
  color: #335B4D;
  padding-bottom: 60px;
}
.my-parents .inner-text h3:last-of-type {
  padding: 0 !important;
}

.my-parents .inner-text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.my-parents .inner-text .inverted-comma p {
  font-size: 40px;
  color: #E0E0E0;
  margin-top: -20px;
  padding-right: 10px;
}

/*I have been dealing*/
.ihavebeen {
  padding: 0px 0px 80px 0px;
}

.ihavebeen .inner-text h3 {
  color: #335B4D;
  padding-bottom: 60px;
}
.ihavebeen .inner-text h3:last-of-type {
  padding: 0 !important;
}

.ihavebeen .inner-text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (min-width: 1200px) {
  .ihavebeen .inner-text {
    padding-left: 160px;
  }
}
@media screen and (min-width: 1800px) {
  .ihavebeen .inner-text {
    padding-left: 200px;
  }
}

.ihavebeen .inner-text .inverted-comma p {
  font-size: 40px;
  color: #E0E0E0;
  margin-top: -20px;
  padding-right: 10px;
}

/*Contact us page css*/
.form-image-sec {
  padding: 60px 0px;
}
@media screen and (min-width: 768px) {
  .form-image-sec {
    padding: 80px 0px;
  }
}
@media screen and (min-width: 1200px) {
  .form-image-sec .content {
    padding-right: 60px;
  }
}
.form-image-sec .content h2 {
  color: #335B4D;
  padding-bottom: 15px;
  margin: 0;
}
.form-image-sec h5 {
  color: #335B4D;
  font-family: "Lato", sans-serif;
  font-size: 20px;
  padding: 20px 0 30px;
}
@media screen and (min-width: 768px) {
  .form-image-sec h5 {
    font-size: 24px;
  }
}
.form-image-sec .contact-us-form .form-control {
  width: 100%;
  border: none;
  background-color: #F0F2F1;
  font-size: 18px;
  font-weight: bold;
  color: #335B4D;
  padding: 16px 30px;
  margin-bottom: 20px;
  border-radius: 0;
}
@media screen and (min-width: 1200px) {
  .form-image-sec .contact-us-form .form-control {
    font-size: 20px;
  }
}
@media screen and (min-width: 1400px) {
  .form-image-sec .contact-us-form .form-control {
    font-size: 22px;
  }
}
@media screen and (min-width: 1800px) {
  .form-image-sec .contact-us-form .form-control {
    margin-bottom: 26px;
    font-size: 24px;
  }
}
.form-image-sec .contact-us-form .form-control::-webkit-input-placeholder {
  color: #335B4D;
  opacity: 1;
}
.form-image-sec .contact-us-form .form-control::-moz-placeholder {
  color: #335B4D;
  opacity: 1;
}
.form-image-sec .contact-us-form .form-control:-ms-input-placeholder {
  color: #335B4D;
  opacity: 1;
}
.form-image-sec .contact-us-form .form-control::-ms-input-placeholder {
  color: #335B4D;
  opacity: 1;
}
.form-image-sec .contact-us-form .form-control::placeholder {
  color: #335B4D;
  opacity: 1;
}
.form-image-sec .contact-us-form .form-control:focus {
  outline: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  border: none;
}
.form-image-sec .contact-us-form .submit {
  width: 100%;
  display: block;
  margin-top: 20px;
}
.form-image-sec .contact-us-form .submit input {
  display: block;
  width: 100%;
  border: none;
  padding: 14px 30px;
  background-color: #335B4D;
  color: #ffffff;
}

.contact-us-form .input-group input:focus {
  outline: none;
}

.contact-us-form .input-group input::-webkit-input-placeholder {
  color: #335B4D;
}

.contact-us-form .input-group input::-moz-placeholder {
  color: #335B4D;
}

.contact-us-form .input-group input:-ms-input-placeholder {
  color: #335B4D;
}

.contact-us-form .input-group input::-ms-input-placeholder {
  color: #335B4D;
}

.contact-us-form .input-group input::placeholder {
  color: #335B4D;
}

.contact-us-form .input-group textarea {
  width: 100%;
  padding: 10px;
  margin-bottom: 20px;
  border: none;
  background-color: #E0E0E0;
}

.contact-us-form .input-group textarea:focus {
  outline: none;
}

.contact-us-form .input-group textarea::-webkit-input-placeholder {
  color: #335B4D;
}

.contact-us-form .input-group textarea::-moz-placeholder {
  color: #335B4D;
}

.contact-us-form .input-group textarea:-ms-input-placeholder {
  color: #335B4D;
}

.contact-us-form .input-group textarea::-ms-input-placeholder {
  color: #335B4D;
}

.contact-us-form .input-group textarea::placeholder {
  color: #335B4D;
}

.contact-us-form .input-group .chekbox input {
  width: auto;
  border: none;
  background-color: #E0E0E0;
  margin-right: 10px;
	
}

.contact-us-form .input-group .chekbox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
	margin-bottom: 20px;
}
.contact-us-form .input-group .chekbox span {
  padding-left: 20px;
}

.form-image-sec .image img {
  width: 100%;
}
@media screen and (max-width: 767.5px) {
  .form-image-sec .image img {
    margin-top: 40px;
  }
}

@media screen and (max-width: 576px) {
  .banner-content {
    bottom: 20px;
  }
  .who-should-your-content h2 {
    padding-bottom: 20px;
  }
  .Looking-after-you .title h5 {
    padding-bottom: 15px;
    font-weight: 600;
  }
  .Looking-after-you .image-title h4 {
    font-size: 32px;
  }
  .Looking-after-you .image img {
    padding-top: 20px;
  }
  .say-hello {
    padding: 40px 0px;
  }
  .say-hello .right-content .swiper-slide h4 {
    font-size: 15px;
  }
  .say-hello .right-content {
    padding-top: 20px;
  }
}

.who-should-your.type2 h5 {
  font-size: 20px;
  font-family: "Lato", sans-serif;
  font-weight: bold;
}
@media screen and (min-width: 768px) {
  .who-should-your.type2 h5 {
    font-size: 24px;
  }
}
.who-should-your .who-should-your-content .inner-text {
  width: 100%;
  max-width: 100%;
}
@media screen and (min-width: 1200px) {
  .who-should-your .who-should-your-content .inner-text {
    padding-right: 50px;
  }
}
@media screen and (min-width: 1800px) {
  .who-should-your .who-should-your-content .inner-text {
    padding-left: 50px;
  }
}
.who-should-your .who-should-your-content .inner-text .inverted-comma {
  font-family: "Playfair", serif;
}
.who-should-your .who-should-your-content .inner-text .text {
  color: #335B4D;
}
.who-should-your .who-should-your-content .inner-text .text h3 {
  line-height: 1.5;
}

/* menu-toggle css start */
.menu-toggle {
  width: 32px;
  height: 30px;
  position: relative;
  display: block;
  cursor: pointer;
  text-align: right;
  margin-left: auto;
  display: none;
}
@media screen and (max-width: 992.5px) {
  .menu-toggle {
    display: block;
  }
}
.menu-toggle span {
  -webkit-transition: top 0.3s 0.3s, opacity 0.3s 0.3s, -webkit-transform 0.3s 0s;
  transition: top 0.3s 0.3s, opacity 0.3s 0.3s, -webkit-transform 0.3s 0s;
  transition: transform 0.3s 0s, top 0.3s 0.3s, opacity 0.3s 0.3s;
  transition: transform 0.3s 0s, top 0.3s 0.3s, opacity 0.3s 0.3s, -webkit-transform 0.3s 0s;
  content: "";
  position: absolute;
  background-color: #335B4D;
  width: 100%;
  top: 50%;
  border-bottom: 3px solid #335B4D;
  z-index: 999;
  left: 0;
  right: 0;
}
.menu-toggle span:nth-child(2) {
  top: calc(50% - 10px);
}
.menu-toggle span:nth-child(3) {
  top: calc(50% + 10px);
}

.menu-active {
  overflow: hidden;
  height: 100%;
}
.menu-active .main-menu-wrapper {
  opacity: 1;
  visibility: visible;
}
.menu-active .menu-toggle span {
  -webkit-transition: top 0.3s, opacity 0.3s, -webkit-transform 0.3s 0.3s;
  transition: top 0.3s, opacity 0.3s, -webkit-transform 0.3s 0.3s;
  transition: transform 0.3s 0.3s, top 0.3s, opacity 0.3s;
  transition: transform 0.3s 0.3s, top 0.3s, opacity 0.3s, -webkit-transform 0.3s 0.3s;
  background-color: #ffffff;
  border-color: #ffffff;
}
.menu-active .menu-toggle span:nth-child(1) {
  opacity: 0;
}
.menu-active .menu-toggle span:nth-child(2) {
  top: 50% !important;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
.menu-active .menu-toggle span:nth-child(3) {
  top: 50% !important;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.mobile-menu {
  overflow: hidden;
}

.mobile-menu-wrapper {
  display: none;
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100vh;
  z-index: 99;
  background-color: #335B4D;
  padding-top: 120px;
}
@media screen and (min-width: 1200px) {
  .mobile-menu-wrapper {
    display: none !important;
  }
}
.mobile-menu-wrapper .mobile-menu-inti {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  top: 0;
  background-color: #335B4D;
  width: 100%;
  height: 100%;
  z-index: 99;
  overflow: auto;
  box-sizing: border-box;
  float: none;
}
.mobile-menu-wrapper .mobile-menu-inti * {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.mobile-menu-wrapper .mobile-menu-inti .mean-bar {
  background-color: transparent;
  border: none;
  padding: 0;
}
.mobile-menu-wrapper .mobile-menu-inti .mean-bar .meanmenu-reveal {
  display: none !important;
}
.mobile-menu-wrapper .mobile-menu-inti .mean-nav {
  padding: 0;
  margin: 0;
  border: none;
  background-color: transparent;
  float: none;
  width: 100%;
}
@media screen and (min-width: 576px) {
  .mobile-menu-wrapper .mobile-menu-inti .mean-nav {
    max-width: 554px;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (min-width: 768px) {
  .mobile-menu-wrapper .mobile-menu-inti .mean-nav {
    max-width: 734px;
  }
}
.mobile-menu-wrapper .mobile-menu-inti .mean-nav > ul {
  padding: 0;
  margin: 0;
  display: block !important;
}
.mobile-menu-wrapper .mobile-menu-inti .mean-nav > ul > li a {
  padding: 10px 22px;
  color: #000;
  font-size: 20px;
  width: 100%;
  text-transform: unset;
  color: #ffffff;
  border: none !important;
}
.mobile-menu-wrapper .mobile-menu-inti .mean-nav > ul > li a.mean-expand {
  background-color: transparent;
  font-size: 28px !important;
  font-weight: normal;
  color: #ffffff !important;
  width: 100%;
  margin-left: -40px;
  padding: 0 !important;
  height: 46px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  right: 30px;
}
.mobile-menu-wrapper .mobile-menu-inti .mean-nav > ul > li a.mean-expand::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.mobile-menu-wrapper .mobile-menu-inti .mean-nav > ul > li a.mean-expand:hover {
  background-color: transparent;
}
.mobile-menu-wrapper .mobile-menu-inti .mean-nav > ul > li ul li a {
  padding: 6px 22px;
  font-size: 15px;
}
.mobile-menu-wrapper .mobile-menu-inti .mean-nav > ul > li ul li a.mean-expand {
  height: 35px;
}
@media (min-width: 768px) {
  .image-with-text-sections .who-should-your:nth-child(2n) .row {
    flex-direction: row-reverse;
  }
}
@media (min-width: 992px) {
  .myself .row {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
        justify-content: space-between;
  }
  .image-testimonial {
    width: 48%;
  }
  .image-testimonial + .inner-text {
    display: flex;
    width: 48%;
  }
  .myself:nth-child(4n) .inner-text:only-child {
    padding-left: 110px;
  }
}


@media screen and (min-width: 1200px) {
  .myself:nth-child(4n) .inner-text:only-child {
    padding-left: 160px;
  }
  .image-with-text-sections .who-should-your:nth-child(2n) .who-should-your-image {
    padding-right: 30px;
  }
}
@media screen and (min-width: 1800px) {
  .myself:nth-child(4n) .inner-text:only-child {
    padding-left: 200px;
  }
}