/*
-----------------------------------------------------------------------
  Typography CSS
-----------------------------------------------------------------------
*/
body {
  color: #282828;
  font-family: "Inter", sans-serif;
  overflow-x: hidden;
  font-size: 17px;
  line-height: 1.3;
}

a {
  color: #282828;
  text-decoration: none;
}

a:hover, a:active, a:focus {
  -webkit-box-shadow: none;
          box-shadow: none;
  color: black;
  outline: none;
  text-decoration: none;
}

a img {
  border: none;
}

.btn:focus {
  -webkit-box-shadow: none;
          box-shadow: none;
}

p {
  margin-bottom: 30px;
}

p:last-child {
  margin-bottom: 0;
}

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

::-moz-selection {
  background: #140b1c;
  color: #fff;
  text-shadow: none;
}

::selection {
  background: #140b1c;
  color: #fff;
  text-shadow: none;
}

::-moz-selection {
  background: #140b1c;
  /* Firefox */
  color: #fff;
  text-shadow: none;
}

::-webkit-selection {
  background: #140b1c;
  /* Safari */
  color: #fff;
  text-shadow: none;
}

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

iframe {
  border: none !important;
}

textarea:focus, textarea:active,
input:focus,
input:active {
  outline: none;
}

ul {
  margin: 0;
  padding: 0;
}

ul li {
  list-style: none;
}

table p {
  margin-bottom: 0;
}

.news_update {
  position: relative;
  margin-top: 80px;
  border: 1px solid #aaa;
  padding: 1rem 0;
  border-radius: 50px;
}

.news_update::before {
  content: 'Announcement';
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 14px;
  color: #140b1c;
  font-weight: 600;
  top: -30px;
  z-index: 3;
  left: 0;
}

/*.news_update::before {
content: "Announcement"!important;
}*/
.scrolling {
  /*overflow: hidden;*/
  white-space: nowrap;
  -webkit-animation: marquee 15s linear infinite;
          animation: marquee 15s linear infinite;
  -webkit-animation-delay: -5s;
          animation-delay: -5s;
}

marquee {
  position: relative;
  top: 5px;
}

.announcement-link {
  position: relative;
  margin-left: 10px;
  margin-right: 10px;
}

.announcement-link:before {
  content: "";
  position: absolute;
  left: -25px;
  top: 0;
  width: 20px;
  height: 20px;
  background: url("../../images/announcement.svg");
  background-size: cover;
}

@-webkit-keyframes marquee {
  0% {
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
  }
  100% {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
}

@keyframes marquee {
  0% {
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
  }
  100% {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
}

.sv-header {
  border-top: 4px solid #698d67;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  z-index: 999;
  background-color: #fff;
  -webkit-animation: 300ms ease-in-out 0s normal none 1 running fadeInDown;
          animation: 300ms ease-in-out 0s normal none 1 running fadeInDown;
}

.sv-header .header-wrapper {
  margin: 0 auto;
  position: relative;
  padding: 1rem 0;
}

@media only screen and (max-width: 1199px) {
  .sv-header .header-wrapper {
    padding: 10px 0;
  }
}

.sv-header .header-wrapper .sv-logo {
  width: 200px;
  height: auto;
}

@media only screen and (max-width: 1199px) {
  .sv-header .header-wrapper .sv-logo {
    padding-bottom: 5px;
  }
}

.sv-header .header-wrapper #nav-toggle {
  width: 30px;
  height: auto;
  display: none;
  cursor: pointer;
}

@media only screen and (max-width: 1199px) {
  .sv-header .header-wrapper #nav-toggle {
    display: block;
    position: absolute;
    top: 14px;
    right: 20px;
  }
}

.sv-header .header-wrapper .header-links {
  text-align: right;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}

@media only screen and (max-width: 1199px) {
  .sv-header .header-wrapper .header-links {
    text-align: left;
    display: none;
  }
}

.sv-header .header-wrapper .header-links li {
  display: inline-block;
  padding: 0 10px;
}

@media only screen and (max-width: 1199px) {
  .sv-header .header-wrapper .header-links li {
    width: 100%;
    padding: 0;
    line-height: 2;
  }
}

.sv-header .header-wrapper .header-links li a {
  display: inline-block;
  cursor: pointer;
  z-index: 88 !important;
  position: relative;
  font-weight: 500;
  font-size: 14px;
}

@media only screen and (max-width: 1199px) {
  .sv-header .header-wrapper .header-links li a {
    width: 100%;
    border-bottom: 1px solid #ddd;
    padding: 7px 10px;
  }
}

.w_container {
  width: 90%;
}

@media only screen and (max-width: 767px) {
  .w_container {
    width: 92%;
  }
}

.go4269172405 {
  display: none !important;
}

.visa-services-menu {
  position: relative;
}

.visa-services-menu:hover .sv-dropdown-menu {
  display: block;
}

.sv-dropdown-menu {
  display: none;
  position: absolute;
  width: 250px;
  left: 0;
  top: 0px;
  padding-top: 20px;
  margin-top: 10px;
  background-color: #fff;
  -webkit-box-shadow: 0 4px 10px -2px rgba(0, 0, 0, 0.1);
          box-shadow: 0 4px 10px -2px rgba(0, 0, 0, 0.1);
}

@media only screen and (max-width: 1199px) {
  .sv-dropdown-menu {
    position: relative;
    top: 0;
    width: 100%;
    padding-top: 0px;
    margin-top: 0px;
  }
}

.sv-dropdown-menu li {
  padding: 0 !important;
  position: relative;
  width: 100%;
}

.sv-dropdown-menu li a {
  display: block !important;
  text-align: left !important;
  font-weight: 400 !important;
  font-size: 14px !important;
  padding: 15px 15px;
  border-bottom: 1px solid #e8e8ed;
}

.sv-dropdown-menu li a:hover {
  background-color: #e8e8ed;
}

.sv-dropdown-menu li .expand-sub-menu {
  display: none;
  background-color: #fff;
  width: 220px;
  -webkit-box-shadow: 0 4px 10px -2px rgba(0, 0, 0, 0.1);
          box-shadow: 0 4px 10px -2px rgba(0, 0, 0, 0.1);
  position: absolute;
  top: 0;
  left: 100%;
}

@media only screen and (max-width: 767px) {
  .sv-dropdown-menu li .expand-sub-menu {
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
  }
}

.sv-dropdown-menu .sv-submenu {
  position: relative;
}

.sv-dropdown-menu .sv-submenu::before {
  content: '\f054';
  font-family: "Font Awesome 5 Pro";
  font-weight: 900;
  position: absolute;
  right: 15px;
  color: #777;
  z-index: 99;
  top: 15px;
}

@media only screen and (max-width: 767px) {
  .sv-dropdown-menu .sv-submenu::before {
    top: 8px;
  }
}

.sv-dropdown-menu .sv-submenu:hover > .expand-sub-menu {
  display: block;
}

.primary-cta-btn {
  color: #fff;
  background-color: #698d67;
  padding: 12px 1.3rem;
  border-radius: 2px;
  font-weight: 500;
  cursor: pointer;
  border: 2px solid transparent !important;
  display: inline-block;
  -webkit-transition: 1s all;
  transition: 1s all;
}

@media only screen and (max-width: 767px) {
  .primary-cta-btn {
    padding: 1rem 1rem;
  }
}

.primary-cta-btn:hover {
  -webkit-transform: translateY(-5px);
          transform: translateY(-5px);
  color: #fff;
}

.primary-cta-btn-v1 {
  color: #140b1c;
  background-color: #698d67;
  padding: 1rem 1.3rem;
  font-weight: 500;
  cursor: pointer;
  border-radius: 50px;
  border: 2px solid transparent !important;
  display: inline-block;
}

@media only screen and (max-width: 767px) {
  .primary-cta-btn-v1 {
    padding: 1rem 1rem;
  }
}

.primary-cta-btn-v1:hover {
  border: 2px solid #698d67 !important;
  background-color: transparent;
  color: #698d67;
}

.secondary-cta-btn {
  color: #140b1c;
  background-color: transparent;
  padding: 14px 1.3rem;
  font-weight: 500;
  border-radius: 2px;
  border: 1.5px solid #140b1c;
  display: inline-block;
  -webkit-transition: 1s all;
  transition: 1s all;
}

@media only screen and (max-width: 767px) {
  .secondary-cta-btn {
    padding: 1rem 1rem;
  }
}

.secondary-cta-btn:hover {
  -webkit-transform: translateY(-5px);
          transform: translateY(-5px);
}

.tinery-cta-btn {
  color: #fff;
  background-color: transparent;
  padding: 1rem 1.3rem;
  font-weight: 500;
  border-radius: 50px;
  border: 1.5px solid #fff;
  display: inline-block;
}

@media only screen and (max-width: 767px) {
  .tinery-cta-btn {
    padding: 1rem 1rem;
  }
}

.tinery-cta-btn:hover {
  border: 1.5px solid #698d67 !important;
  color: #698d67;
}

.hero-overlay {
  background-color: #e1e8e1;
}

.hero-overlay .t-tag {
  text-transform: uppercase;
  letter-spacing: 5px;
  display: block;
  width: 50%;
  padding-bottom: 10px;
  border-bottom: 1px solid;
}

.sv-hero-screen {
  padding: 5rem 0;
  position: relative;
  overflow: hidden;
}

@media only screen and (max-width: 575px) {
  .sv-hero-screen {
    padding: 4rem 1.2rem 4rem 1.2rem;
  }
}

@media only screen and (max-width: 767px) {
  .sv-hero-screen {
    border-radius: 0 0 50px 50px;
  }
}

.sv-hero-screen .img-hs {
  position: absolute;
  max-width: 100%;
  top: 0;
  right: 0;
  width: 750px;
  height: auto;
}

@media only screen and (max-width: 1399px) {
  .sv-hero-screen .img-hs {
    width: 50%;
  }
}

@media only screen and (max-width: 767px) {
  .sv-hero-screen .img-hs {
    width: 100%;
    position: relative;
    right: -50px;
    display: none;
  }
}

.sv-hero-screen h1 {
  color: #140b1c;
  font-weight: 400;
  font-size: 3.5rem;
  line-height: 1.1;
}

@media only screen and (max-width: 1399px) {
  .sv-hero-screen h1 {
    font-size: 2.5rem;
  }
}

@media only screen and (max-width: 1199px) {
  .sv-hero-screen h1 {
    font-size: 2.5rem;
  }
}

@media only screen and (max-width: 767px) {
  .sv-hero-screen h1 {
    font-size: 2.5rem;
  }
}

@media only screen and (max-width: 479.98px) {
  .sv-hero-screen h1 {
    font-size: 2rem;
  }
}

.sv-hero-screen h1 .highlight-line {
  position: relative;
  font-family: "Playfair Display", serif;
  color: #4f6d7a;
  font-weight: 700 !important;
  font-style: italic;
}

.slider-cta span {
  color: #140b1c;
  border-radius: 50px;
  width: 45px;
  height: 45px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  cursor: pointer;
}

.slider-cta .active {
  border: 1.5px solid #140b1c;
}

.slider-cta .deactive {
  border: 1px solid #777;
}

.services-slider-tabs span {
  color: #fff;
  border-radius: 50px;
  width: 45px;
  height: 45px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  cursor: pointer;
}

.services-slider-tabs .active {
  border: 1.5px solid #fff;
}

.services-slider-tabs .deactive {
  border: 1px solid #777;
  color: #777;
}

.sv-exp-wrap {
  padding: 2rem;
  background-image: -webkit-gradient(linear, left bottom, left top, from(#ffc566), to(#fdab25));
  background-image: linear-gradient(to top, #ffc566, #fdab25);
  border-radius: 150px;
  margin: 3rem 0;
  position: relative;
}

@media only screen and (max-width: 767px) {
  .sv-exp-wrap {
    border-radius: 50px;
  }
}

@media only screen and (max-width: 479.98px) {
  .sv-exp-wrap {
    padding: 2rem 1rem;
    border-radius: 50px;
  }
}

.sv-exp-wrap img {
  position: absolute;
  top: 0;
  width: 100%;
  height: auto;
  left: 0;
}

.sv-exp-wrap .exp-item {
  border-right: 2px solid #140b1c;
}

@media only screen and (max-width: 991px) {
  .sv-exp-wrap .exp-item {
    border-right: none;
    margin-bottom: 2rem;
  }
}

@media only screen and (max-width: 479.98px) {
  .sv-exp-wrap .exp-item {
    margin-bottom: 1rem;
  }
}

.sv-exp-wrap .exp-item .count {
  font-weight: 800;
  font-size: 4rem;
  color: #140b1c;
  display: block;
}

.sv-exp-wrap .exp-item .count-txt {
  color: #140b1c;
  font-size: 1.3rem;
}

.sv-exp-wrap h2 {
  color: #140b1c;
  font-size: 2rem;
}

.sv-exp-wrap p {
  color: #140b1c;
  margin-top: 10px;
}

.social-links {
  z-index: 999;
  height: 200px;
  position: fixed;
  left: 20px;
  top: calc(50% - 25%);
}

.social-links::after {
  content: "";
  position: absolute;
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
  width: 200px;
  left: -94px;
  top: 190px;
  z-index: -1;
}

@media only screen and (max-width: 991px) {
  .social-links {
    display: none;
  }
}

.social-links li {
  line-height: 1.7;
  text-align: center;
  z-index: 99;
}

.social-links li a:hover {
  color: #140b1c;
}

.quick-inquiry-cta {
  position: fixed;
  background-color: #140b1c;
  color: #fff;
  right: -46px;
  z-index: 2;
  padding: 10px 15px;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
  top: calc(50% - 20%);
  cursor: pointer;
  outline: none;
  border: none;
}

.quick-inquiry-cta:hover {
  background-color: #698d67;
  color: #140b1c;
}

.active-cta {
  background-color: #698d67;
  color: #140b1c;
}

.quick-enquiry {
  width: 400px;
  position: fixed;
  top: 20%;
  right: 40px;
  z-index: 99;
  background-color: rgba(255, 255, 255, 0.9);
  -webkit-backdrop-filter: blur(20px);
          backdrop-filter: blur(20px);
  -webkit-animation: 300ms ease-in-out 0s normal none 1 running fadeInDown;
          animation: 300ms ease-in-out 0s normal none 1 running fadeInDown;
  padding: 2rem;
  background-color: auto;
  border-radius: 20px;
  -webkit-box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0), 0 6px 20px 0 rgba(0, 0, 0, 0.3);
          box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0), 0 6px 20px 0 rgba(0, 0, 0, 0.3);
}

@media only screen and (max-width: 479.98px) {
  .quick-enquiry {
    width: 90%;
    top: 20%;
    right: initial;
  }
}

.quick-enquiry .fa-times {
  position: absolute;
  right: 30px;
  font-size: 1.5rem;
  cursor: pointer;
}

.quick-enquiry .fa-times:hover {
  color: #140b1c;
}

.quick-enquiry .qe-head {
  color: #140b1c;
  font-size: 2rem;
  line-height: 1.2;
  margin-bottom: 1.5rem;
}

.quick-enquiry .qe-head .w-tag {
  font-size: 1rem;
}

.quick-enquiry .qe-head .highlight-line {
  position: relative;
}

.quick-enquiry .qe-head .highlight-line::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0px;
  width: 100%;
  height: 1.2px;
  background-color: #698d67;
}

.sv-form-wrapper .form {
  width: 100%;
  position: relative;
  height: 50px;
  margin: 10px 0;
  overflow: hidden;
}

.sv-form-wrapper select {
  width: 100%;
  padding-top: 20px;
  height: 100%;
  border: none;
  font-size: 14px;
  border-bottom: 1px solid #666;
  outline: none;
  color: #656565;
  background-color: transparent;
}

.sv-form-wrapper .form input {
  width: 100%;
  padding-top: 20px;
  height: 100%;
  border: none;
  outline: none;
  background-color: transparent;
}

.sv-form-wrapper .form label {
  position: absolute;
  bottom: 0px;
  left: 0;
  width: 100%;
  height: 100%;
  font-size: 14px;
  pointer-events: none;
  border-bottom: 1px solid #666;
}

.sv-form-wrapper .form label:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -1px;
  height: 100%;
  width: 100%;
  border-bottom: 2px solid #140b1c;
  -webkit-transform: translate(-100%);
          transform: translate(-100%);
  -webkit-transition: -webkit-transform 0.4s ease;
  transition: -webkit-transform 0.4s ease;
  transition: transform 0.4s ease;
  transition: transform 0.4s ease, -webkit-transform 0.4s ease;
}

.sv-form-wrapper .content-name {
  position: absolute;
  bottom: 5px;
  left: 0;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.sv-form-wrapper .form .input:focus + .label-name .content-name,
.sv-form-wrapper .form .input:valid + .label-name .content-name {
  -webkit-transform: translateY(-150%);
          transform: translateY(-150%);
  color: #888;
}

.sv-form-wrapper .form .input:focus + .label-name::after,
.sv-form-wrapper .form .input:valid + .label-name::after {
  -webkit-transform: translateX(0%);
          transform: translateX(0%);
}

.sv-form-wrapper .btn {
  padding: 15px 30px;
  outline: none;
  margin-top: 20px;
  background: #698d67;
  border: none;
  color: #140b1c;
  cursor: pointer;
  border-radius: 50px;
  font-weight: 500;
  font-size: 1rem;
}

.sv-form-wrapper .btn:hover {
  background-color: #140b1c;
  color: #fff;
}

.sv-form-wrapper .message {
  width: 100%;
  padding-top: 16px;
  outline: 0;
  border: none;
  border-bottom: 1px solid #666;
}

.sv-form-wrapper .message:focus {
  border: none;
  border-bottom: 2px solid #140b1c;
  outline: none !important;
  outline: 0;
}

.sv-form-wrapper .message:valid {
  border-bottom: 2px solid skyblue;
  outline: 0;
}

.sv-form-wrapper textarea:out-of-range {
  outline: none;
  border: none;
  background: red;
}

footer {
  border-top: 1px solid #ddd;
  background-color: #f4f8fb;
  margin-top: 2rem;
}

.wrap-branches .b-items {
  padding: 0 2rem 0 2rem;
}

@media only screen and (max-width: 1399px) {
  .wrap-branches .b-items {
    padding: 0 2rem 0 1rem;
  }
}

.address {
  font-style: normal;
}

.address span {
  display: block;
  margin-bottom: 0.5rem;
}

.address img {
  width: 70px !important;
}

.address figcaption {
  font-weight: 800;
  color: #140b1c;
  text-transform: uppercase;
  margin-bottom: 0.5rem;
}

.sv-footer-wrapper img {
  width: 250px;
  height: auto;
}

.sv-footer-wrapper h3 {
  color: #140b1c;
  font-size: 1.2rem;
}

.sv-footer-wrapper .f-items {
  padding: 2rem;
}

.sv-footer-wrapper .f-items ul {
  margin-top: 1rem;
}

.sv-footer-wrapper .f-items ul li {
  line-height: 2;
}

.sv-footer-wrapper .f-items ul li a {
  color: #656565;
  margin-bottom: 5px;
  display: inline-block;
  font-size: 15px;
  line-height: 1;
}

.sv-footer-wrapper .f-items ul li a:hover {
  color: #140b1c;
  text-decoration: underline;
  -webkit-text-decoration-color: #698d67;
          text-decoration-color: #698d67;
  text-decoration-thickness: 2px;
  text-underline-offset: 6px;
}

@media only screen and (max-width: 767px) {
  .sv-footer-wrapper .f-items {
    padding: 1em 1em 0em 1em;
  }
}

@media only screen and (max-width: 479.98px) {
  .sv-about-container {
    margin: 1rem 0 4rem 0;
  }
}

@media only screen and (max-width: 479.98px) {
  .sv-about-container img {
    display: none;
  }
}

@media only screen and (max-width: 479.98px) {
  .sv-about-container .sv-about-text .btn-about {
    text-align: center;
  }
}

.sv-about-container .sv-about-text p {
  line-height: 2;
  font-size: 1em;
}

@media only screen and (max-width: 479.98px) {
  .sv-about-container .sv-about-text p {
    text-align: justify;
  }
}

.ew-h2 {
  position: relative;
  font-size: 3em;
  color: #140b1c;
  font-weight: 500;
}

@media only screen and (max-width: 575px) {
  .ew-h2 {
    font-size: 1.5rem;
  }
}

.sv-h-line {
  position: relative;
  display: inline-block;
}

.sv-h-line::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0px;
  width: 100%;
  height: 1.8px;
  background-color: #698d67;
}

.team-head {
  margin-bottom: 4rem;
}

.sv-team .top-mp-card {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.sv-team .team-card {
  width: 48%;
  min-height: 342px;
  position: relative;
  -webkit-box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0), 0 6px 20px 0 rgba(0, 0, 0, 0.1);
          box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0), 0 6px 20px 0 rgba(0, 0, 0, 0.1);
  padding: 25px 25px;
}

@media only screen and (max-width: 991px) {
  .sv-team .team-card {
    width: 49%;
  }
}

@media only screen and (max-width: 575px) {
  .sv-team .team-card {
    width: 100%;
    margin-bottom: 2rem;
  }
}

.sv-team .team-card p {
  font-size: 14px;
  text-align: justify;
}

.sv-team .team-card img {
  width: 65%;
  height: auto;
}

@media only screen and (max-width: 991px) {
  .sv-team .team-card img {
    width: 70%;
  }
}

.sv-team .team-card .tm-info {
  position: absolute;
  top: -60px;
}

@media only screen and (max-width: 991px) {
  .sv-team .team-card .tm-info {
    position: relative;
    top: 0;
  }
}

.sv-team .team-card .indv-card {
  position: relative;
  width: 50%;
}

@media only screen and (max-width: 991px) {
  .sv-team .team-card .indv-card {
    width: 100%;
    padding-bottom: 20px;
  }
}

.sv-team .team-card .reg-num {
  color: #999;
  font-size: 12px;
}

.sv-team .team-card h3 {
  color: #140b1c;
  font-size: 1.2rem;
  font-family: "Inter", sans-serif;
  font-weight: 600;
  margin-top: 1rem;
}

.sv-team .team-card .degi {
  font-size: 13px;
}

.sv-team .team-box {
  padding: 3rem 0;
}

.sv-team .team-box h3 {
  color: #140b1c;
  font-size: 1.2rem;
  font-family: "Inter", sans-serif;
  font-weight: 600;
  margin-top: 1rem;
}

.sv-team .team-box .degi {
  margin-top: 0.5rem;
  font-size: 13px;
  font-weight: 500;
}

.sv-team .team-box p {
  margin-top: 1rem;
  text-align: justify;
}

.sv-team .team-box img {
  width: 65%;
  height: auto;
}

@media only screen and (max-width: 575px) {
  .sv-team .team-box img {
    width: 50%;
  }
}

.sv-meet-professional .professional-box {
  padding: 3rem 0;
}

.sv-meet-professional .professional-box h3 {
  color: #140b1c;
  font-size: 1.5rem;
  margin-top: 1rem;
}

.sv-meet-professional .professional-box .degi {
  margin-top: 0.5rem;
  font-weight: 500;
  color: #444;
}

.sv-meet-professional .professional-box p {
  margin-top: 1rem;
}

.sv-meet-professional .professional-box img {
  width: 50%;
  height: auto;
}

@media only screen and (max-width: 575px) {
  .sv-meet-professional .professional-box img {
    width: 50%;
  }
}

.seconday-color {
  color: #698d67;
}

.services-wrapper {
  background-image: -webkit-gradient(linear, left bottom, left top, from(transparent), color-stop(#140b1c), to(#140b1c));
  background-image: linear-gradient(to top, transparent, #140b1c, #140b1c);
  padding: 4rem 0;
  border-radius: 5rem 5rem 0 0rem;
  margin-top: 4rem;
}

@media only screen and (max-width: 1399px) {
  .services-wrapper {
    border-radius: 3rem 3rem 0 0rem;
  }
}

@media only screen and (max-width: 767px) {
  .services-wrapper {
    margin-top: 1rem;
  }
}

.services-wrapper .s-head {
  color: #fff;
  font-size: 2rem;
}

@media only screen and (max-width: 479.98px) {
  .services-wrapper .s-head {
    text-align: center;
  }
}

.services-wrapper .s-dec {
  color: #f4f4f4;
  margin-top: 1rem;
}

@media only screen and (max-width: 479.98px) {
  .services-wrapper .s-dec {
    text-align: center;
  }
}

.services-wrapper .services-items {
  padding: 1rem;
  text-align: center;
}

.services-wrapper .services-items .child-items {
  background-color: #fff;
  padding: 2rem 2rem;
  border-radius: 1rem;
  min-height: 335px;
}

@media only screen and (max-width: 1399px) {
  .services-wrapper .services-items .child-items {
    min-height: 385px;
  }
}

@media only screen and (max-width: 575px) {
  .services-wrapper .services-items .child-items {
    min-height: initial;
  }
}

.services-wrapper .services-items .child-items p {
  margin-top: 0.5rem;
}

.services-wrapper .services-items img {
  width: 100px;
  height: auto;
}

.services-wrapper .services-items b {
  color: #140b1c;
  display: block;
  margin-top: 1rem;
}

.sv-counting-div {
  margin: 3rem auto;
  background-image: url("../../images/dotted_bg.png");
}

.sv-counting-div h3 {
  color: #ff9f00;
  font-size: 2.2em;
  font-family: "open sans" !important;
}

.sv-counting-div p {
  font-weight: 500;
  color: #111;
  line-height: 1.3;
}

.sv-news {
  min-height: 100vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.sv-news h3 {
  color: #111;
  margin-bottom: 0.8em;
  font-size: 1.4em;
  line-height: 1.3;
}

.sv-news span {
  color: #1d184b;
}

.sv-news p {
  line-height: 1.5;
  color: #333;
}

.sv-director-card h3 {
  color: #111;
  margin-bottom: 0.3em;
  font-size: 1.4em;
  line-height: 1.3;
}

.sv-director-card span {
  color: #1d184b;
}

.sv-director-card p {
  line-height: 1.5;
  color: #333;
}

@media only screen and (max-width: 767px) {
  .sv-director-card {
    text-align: center !important;
  }
}

.sv-blog-updates {
  padding: 0 1em !important;
}

.sv-blog-updates .box {
  height: 100%;
  margin-bottom: 0.3em;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  -webkit-box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0), 0 6px 20px 0 rgba(0, 0, 0, 0.1);
          box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0), 0 6px 20px 0 rgba(0, 0, 0, 0.1);
}

.sv-blog-updates .box:hover {
  -webkit-transform: translateY(-10px);
          transform: translateY(-10px);
}

.sv-blog-updates .box:hover h3 {
  color: #140b1c;
}

.sv-blog-updates .box img {
  border-radius: 10px 10px 0 0;
  max-height: 230px;
  -o-object-fit: cover;
     object-fit: cover;
}

.sv-blog-updates .box .col-12 {
  position: relative;
}

.sv-blog-updates span,
.sv-blog-updates p {
  font-size: 0.9em !important;
  font-family: inherit !important;
}

.sv-blog-updates h3 {
  font-size: 1.1em !important;
  font-family: inherit !important;
}

.sv-education-section {
  padding: 5rem;
  position: relative;
  overflow: hidden;
  border-radius: 5rem;
  background-image: -webkit-gradient(linear, right top, left top, from(#f9bd5a), to(#fefaf1));
  background-image: linear-gradient(to left, #f9bd5a, #fefaf1);
}

@media only screen and (max-width: 1399px) {
  .sv-education-section {
    padding: 4.5rem;
  }
}

@media only screen and (max-width: 575px) {
  .sv-education-section {
    padding: 3rem 1.5rem;
  }
}

.sv-education-section .e-c-section h2 {
  color: #140b1c;
  font-size: 2rem;
}

.sv-education-section .e-c-section p {
  margin-top: 1rem;
}

.sv-education-section .education-services .row {
  -webkit-box-pack: space-evenly;
      -ms-flex-pack: space-evenly;
          justify-content: space-evenly;
}

.sv-education-section .education-services .naati::before {
  content: "";
  position: absolute;
  background-image: url(../../images/icons/naati.svg);
  width: 30px;
  left: 30px;
  height: 30px;
  background-size: cover;
}

@media only screen and (max-width: 575px) {
  .sv-education-section .education-services .naati::before {
    width: 25px;
    height: 25px;
    left: 12px;
  }
}

.sv-education-section .education-services .c-test::before {
  content: "";
  position: absolute;
  background-image: url(../../images/icons/Citizenship-Test.svg);
  width: 30px;
  left: 30px;
  height: 30px;
  background-size: 100% 100%;
}

@media only screen and (max-width: 575px) {
  .sv-education-section .education-services .c-test::before {
    width: 25px;
    height: 25px;
    left: 12px;
  }
}

.sv-education-section .education-services .ielts::before {
  content: "";
  position: absolute;
  background-image: url(../../images/icons/Take-IELTS.svg);
  width: 30px;
  left: 30px;
  height: 30px;
  background-size: cover;
}

@media only screen and (max-width: 575px) {
  .sv-education-section .education-services .ielts::before {
    width: 25px;
    height: 25px;
    left: 12px;
  }
}

.sv-education-section .education-services .pte::before {
  content: "";
  position: absolute;
  background-image: url(../../images/icons/pte.svg);
  width: 30px;
  left: 30px;
  height: 30px;
  background-size: cover;
}

@media only screen and (max-width: 575px) {
  .sv-education-section .education-services .pte::before {
    width: 25px;
    height: 25px;
    left: 12px;
  }
}

.sv-education-section .education-services a {
  display: block;
  width: 46%;
  background-color: #fff;
  margin-bottom: 1rem;
  padding: 2rem;
  border-radius: 1rem;
  font-size: 1.1rem;
  position: relative;
  padding-left: 5rem;
}

@media only screen and (max-width: 1399px) {
  .sv-education-section .education-services a {
    padding: 1.5rem 0 1.5rem 0;
    padding-left: 4.3rem;
  }
}

@media only screen and (max-width: 767px) {
  .sv-education-section .education-services a {
    border-radius: 0.5rem;
    padding: 2rem 1rem;
    font-size: 1rem;
    padding-left: 4.3rem;
  }
}

@media only screen and (max-width: 575px) {
  .sv-education-section .education-services a {
    padding: 1rem 0 1rem 0;
    padding-left: 3rem;
  }
}

.seconday-color {
  color: #698d67;
}

.sv-c-wrap {
  width: 100%;
  background-image: -webkit-gradient(linear, left top, right top, color-stop(35%, #140b1c), to(transparent)), url(../../images/b1est-consultancy-in-australia.webp);
  background-image: linear-gradient(to right, #140b1c 35%, transparent), url(../../images/b1est-consultancy-in-australia.webp);
  background-size: cover;
  padding: 5rem 3rem;
  border-radius: 4rem;
  background-attachment: fixed;
  background-position: right;
}

@media only screen and (max-width: 767px) {
  .sv-c-wrap {
    background-image: -webkit-gradient(linear, left top, right top, from(#140b1c), color-stop(#140b1c), to(transparent)), url(../../images/b1est-consultancy-in-australia.jpg);
    background-image: linear-gradient(to right, #140b1c, #140b1c, transparent), url(../../images/b1est-consultancy-in-australia.jpg);
  }
}

.sv-c-wrap h2 {
  color: #fff;
  font-size: 2rem;
}

@media only screen and (max-width: 767px) {
  .sv-c-wrap h2 {
    font-size: 1.5rem;
  }
}

.sv-c-wrap p {
  color: #f5f5f5;
}

.seconday-color {
  color: #698d67;
}

.contact-form-sv {
  padding: 2rem;
  margin-bottom: 4rem;
  border-radius: 1rem;
  -webkit-box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0), 0 6px 20px 0 rgba(0, 0, 0, 0.3);
          box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0), 0 6px 20px 0 rgba(0, 0, 0, 0.3);
  background: #fff;
}

.about-banner {
  background: rgba(248, 165, 28, 0.2);
  border-radius: 80px;
  overflow: hidden;
}

.about-banner p {
  line-height: 1.8em;
}

.about-banner .banner-image {
  background: url("./../../images/about.png");
  background-size: cover;
  position: relative;
}

.about-banner .banner-image::before {
  content: "";
  position: absolute;
  z-index: 3;
  top: -3rem;
  left: 0;
  border-style: solid;
  border-width: 12.7rem;
  border-color: #feedd2 transparent transparent #feedd2;
}

@media only screen and (max-width: 767px) {
  .about-banner .banner-image {
    display: none;
  }
}

@media only screen and (max-width: 767px) {
  .about-text {
    padding: 0 1rem !important;
  }
}

.countless-box {
  background: #140b1c;
  border-radius: 80px;
  color: #fff;
  margin-bottom: 10em !important;
}

.countless-box .sv-h2 {
  color: inherit !important;
}

.countless-box h3 {
  color: #140b1c;
}

@media only screen and (max-width: 991px) {
  .countless-box .info-box-parent2 {
    top: 0em;
  }
}

@media only screen and (max-width: 767px) {
  .countless-box .info-box-parent2 {
    top: 17em;
  }
}

@media only screen and (max-width: 575px) {
  .countless-box .info-box-parent2 {
    top: 22em;
  }
}

.countless-box .icon-box {
  width: 80px;
  height: auto;
  background: white;
  top: -78px;
  right: 20px;
  padding: 10px;
  border-radius: 10px;
  z-index: 2;
  -webkit-box-shadow: 0px 2px 20px rgba(0, 0, 0, 0.25);
          box-shadow: 0px 2px 20px rgba(0, 0, 0, 0.25);
}

.countless-box .info-box {
  background-color: #fff;
  border-radius: 20px;
  -webkit-box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.25);
          box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.25);
  left: 8%;
  top: 0;
  min-height: 200px;
}

.countless-box .info-box p {
  color: #2b2b2b;
}

@media only screen and (max-width: 991px) {
  .countless-box .info-box {
    left: 0em;
  }
}

@media only screen and (max-width: 767px) {
  .countless-box .info-box {
    left: 0em;
  }
}

@media only screen and (max-width: 575px) {
  .countless-box .info-box {
    top: 0em;
  }
}

.contact-form-container .contact-image {
  left: -5rem;
  z-index: -1;
}

.image-left-box {
  width: 15%;
  height: 300px;
  background: rgba(248, 165, 28, 0.3);
  position: absolute;
  top: -2.5rem;
  left: -5rem;
  z-index: -1;
  border-radius: 10px;
}

.plus-sign {
  margin-top: 1.5rem;
  margin-left: 4rem;
  margin-bottom: 3rem;
}

.plus-sign-below {
  width: 12%;
  margin-top: 3rem;
  margin-left: 17rem;
  margin-bottom: 3rem;
}

@media only screen and (max-width: 767px) {
  .plus-sign-below,
  .plus-sign,
  .image-left-box,
  .contact-image {
    display: none !important;
  }
}

.contact-detail-box {
  border-radius: 10px;
  color: #333;
  border: 1px solid #eee;
  -webkit-box-shadow: 0px 2px 30px #ccc;
          box-shadow: 0px 2px 30px #ccc;
  position: relative;
  top: -80px;
  background: #fff;
}

.contact-detail-box a {
  text-decoration: none;
  color: inherit;
}

.contact-detail-box h3 {
  position: relative;
  padding-left: 55px;
}

.contact-detail-box p {
  line-height: 1.6;
}

.contact-detail-box h3::after {
  content: "";
  position: absolute;
  width: 40px;
  height: 2px;
  margin-left: 56px;
  background: #698d67;
  left: 0;
  bottom: -7px;
}

.contact-detail-box .call:before {
  content: "";
  background-image: url("./../../images/contact_call.webp");
  background-size: cover;
  position: absolute;
  left: 0;
  top: -10px;
  width: 50px;
  height: 50px;
}

.contact-detail-box .location:before {
  content: "";
  background-image: url("./../../images/contact_location.webp");
  background-size: cover;
  position: absolute;
  left: 0;
  top: -10px;
  width: 50px;
  height: 50px;
}

.contact-detail-box .timing:before {
  content: "";
  background-image: url("./../../images/contact_timing.webp");
  background-size: cover;
  position: absolute;
  left: 0;
  top: -10px;
  width: 50px;
  height: 50px;
}

.contact-detail-box .appointments {
  font-size: 0.9em;
  font-weight: 700;
}

.contact-detail-box .contact-sub-box {
  border-right: 1px solid #aaa;
  padding-left: 4rem;
}

.contact-detail-box .contact-sub-box:last-child {
  border: none;
}

.top-rated-box {
  background-color: white;
  border-radius: 80px;
  background: rgba(248, 165, 28, 0.2);
  color: #140b1c;
}

@media only screen and (max-width: 767px) {
  .top-rated-box .button-box {
    text-align: left !important;
    margin-top: 1.3em;
  }
}

.top-rated-box h3 {
  color: #140b1c;
}

@media only screen and (max-width: 767px) {
  .top-rated-box h3 {
    padding-right: 1.5em;
  }
}

.top-cover {
  background: #f4f8fb;
}

.top-cover .sv-h2 {
  font-family: "Inter", sans-serif !important;
  text-transform: uppercase;
}

.top-cover-img {
  border-radius: 8rem 0 0 8rem;
}

@media only screen and (max-width: 767px) {
  .top-cover-img {
    display: none !important;
  }
}

.about-cover-img {
  background: url("../../images/about_cover.webp");
  border-radius: 8rem 0 0 8rem;
  background-position: 0px 0px;
}

.blog-cover-img {
  background: url("../../images/blog_cover.webp");
  border-radius: 8rem 0 0 8rem;
  background-position: 0px 0px;
}

.contact-cover-img {
  background: url("../../images/contact_cover.webp");
  border-radius: 8rem 0 0 8rem;
  background-position: 0px 0px;
}

.services-cover-img {
  background: url("../../images/services_cover.webp");
  border-radius: 8rem 0 0 8rem;
  background-position: 0px 0px;
}

.family-cover-img {
  background: url("../../images/page-cover/familyvisa.webp");
  border-radius: 8rem 0 0 8rem;
  background-size: cover;
}

.working-cover-img {
  background: url("../../images/page-cover/working-visa.webp");
  border-radius: 8rem 0 0 8rem;
  background-size: cover;
}

.carer-cover-img {
  background: url("../../images/page-cover/carer-visa.webp");
  border-radius: 8rem 0 0 8rem;
  background-size: cover;
}

.partner-cover-img {
  background: url("../../images/page-cover/partner-visa.webp");
  border-radius: 8rem 0 0 8rem;
  background-size: cover;
}

.protection-cover-img {
  background: url("../../images/page-cover/protection-visa-australia.webp");
  border-radius: 8rem 0 0 8rem;
  background-size: cover;
}

.naati-cover-img {
  background: url("../../images/page-cover/naati.webp");
  border-radius: 8rem 0 0 8rem;
  background-size: cover;
}

.skilled-cover-img {
  background: url("../../images/page-cover/skilled-visa.webp");
  border-radius: 8rem 0 0 8rem;
  background-size: cover;
}

.training-cover-img {
  background: url("../../images/page-cover/training-visa.webp");
  border-radius: 8rem 0 0 8rem;
  background-size: cover;
}

.covid-cover-img {
  background: url("../../images/page-cover/covid-visa.webp");
  border-radius: 8rem 0 0 8rem;
  background-size: cover;
}

.visitorvisa-cover-img {
  background: url("../../images/page-cover/visitor-visa.webp");
  border-radius: 8rem 0 0 8rem;
  background-size: cover;
}

.migration-cover-img {
  background: url("../../images/page-cover/migration.webp");
  border-radius: 8rem 0 0 8rem;
  background-size: cover;
}

.educational-cover-img {
  background: url("../../images/page-cover/educational.webp");
  border-radius: 8rem 0 0 8rem;
  background-size: cover;
}

.student-counselling-cover-img {
  background: url("../../images/page-cover/student-counselling.webp");
  border-radius: 8rem 0 0 8rem;
  background-size: cover;
}

.student-admission-cover-img {
  background: url("../../images/page-cover/student-admission.webp");
  border-radius: 8rem 0 0 8rem;
  background-size: cover;
}

.student-visa-cover-img {
  background: url("../../images/page-cover/student-visa.webp");
  border-radius: 8rem 0 0 8rem;
  background-size: cover;
}

.rpl-cover-img {
  background: url("../../images/page-cover/rpl.webp");
  border-radius: 8rem 0 0 8rem;
  background-size: cover;
}

.margin-top-12 {
  margin-top: 12rem;
}

.steps-box h3 {
  color: #140b1c;
}

@media only screen and (max-width: 991px) {
  .steps-box {
    margin-top: 13em;
  }
}

@media only screen and (max-width: 767px) {
  .steps-box {
    margin-top: 27em;
  }
}

@media only screen and (max-width: 575px) {
  .steps-box {
    margin-top: 38em;
  }
}

.steps-box-education h3 {
  color: #140b1c;
}

@media only screen and (max-width: 991px) {
  .steps-box-education {
    margin-top: 2em;
  }
}

@media only screen and (max-width: 767px) {
  .steps-box-education {
    margin-top: 2em;
  }
}

@media only screen and (max-width: 575px) {
  .steps-box-education {
    margin-top: 2em;
  }
}

.faq-box .question {
  background-color: #140b1c;
  cursor: pointer;
  border-radius: 2px;
  color: #fff;
  position: relative;
}

.faq-box .question::after {
  content: "+";
  color: #fff;
  position: absolute;
  right: 20px;
  font-size: 30px;
  top: calc(50% - 25%);
  line-height: 1;
}

.faq-box .answer {
  display: none;
  background: rgba(29, 24, 75, 0.1);
}

.partners-logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  width: 100%;
}

.partners-logo li {
  width: 11.8%;
  margin-left: 0.4em;
  padding: 0 5px;
}

@media only screen and (max-width: 991px) {
  .partners-logo li {
    width: 20%;
    margin-right: auto;
  }
}

@media only screen and (max-width: 767px) {
  .partners-logo li {
    width: 30%;
    margin-right: auto;
  }
}

.partnership-logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  width: 100%;
}

@media only screen and (max-width: 991px) {
  .partnership-logo {
    -ms-flex-pack: distribute !important;
        justify-content: space-around !important;
  }
}

@media only screen and (max-width: 767px) {
  .partnership-logo {
    -ms-flex-pack: distribute !important;
        justify-content: space-around !important;
  }
}

.partnership-logo li {
  width: 22%;
  margin-left: 0.4em;
  padding: 0 5px;
}

@media only screen and (max-width: 991px) {
  .partnership-logo li {
    width: 20%;
    margin-right: auto;
    margin-left: auto;
  }
}

@media only screen and (max-width: 767px) {
  .partnership-logo li {
    width: 30%;
    margin-right: auto;
    margin-left: auto;
  }
}

.sv-h4 {
  font-weight: 600;
  color: #140b1c;
  font-size: 1rem;
}

.services-detailed .sv-h3 {
  border-bottom: 1px solid #ccc;
  font-weight: 600;
  color: #140b1c;
  font-size: 1.2em;
}

.services-detailed b {
  color: #140b1c;
}

.services-detailed .inquiry-card {
  background-image: -webkit-gradient(linear, left top, right top, color-stop(35%, #1d184b), to(transparent)), url(../../images/b1est-consultancy-in-australia.webp);
  background-image: linear-gradient(to right, #1d184b 35%, transparent), url(../../images/b1est-consultancy-in-australia.webp);
  background-size: cover;
  background-position: center;
  color: white;
  padding: 2rem 1.5rem;
  border-radius: 5px;
}

.services-detailed .inquiry-card h3 {
  font-family: "Inter", sans-serif;
  font-weight: 400;
}

.services-detailed .inquiry-card .primary-cta-btn-v1 {
  padding: 0.5rem 1.5rem;
  position: absolute;
  right: 20px;
  top: calc(50% - 25%);
}

@media only screen and (max-width: 991px) {
  .services-detailed .inquiry-card .primary-cta-btn-v1 {
    position: relative !important;
    top: 10px;
    right: 0;
  }
}

.services-detailed p {
  line-height: 1.8;
}

.top-cover p {
  line-height: 1.7;
}

.privacy-sidebar {
  position: -webkit-sticky !important;
  position: sticky !important;
  top: 130px;
}

.privacy-ul li {
  list-style-type: disc;
  margin-top: 0.8em;
}

.sv-blog-wrapper {
  padding: 3rem 0;
}

@media only screen and (max-width: 479.98px) {
  .sv-blog-wrapper {
    padding: 1rem 0;
  }
}

.r-video {
  margin-bottom: 2rem;
}

@media only screen and (max-width: 479.98px) {
  .r-video {
    width: 100%;
    height: 200px;
  }
}

.img-bd-7 {
  border-radius: 7px;
}

.sv-blog-details p {
  line-height: 1.7;
  margin-bottom: 10px !important;
}

.sv-blog-details .b-data ul {
  margin-left: 2em;
  margin-bottom: 1.5em;
}

.sv-blog-details .b-data ul li {
  list-style: square;
}

.sv-blog-details .post-content h1,
.sv-blog-details .post-content h2 {
  color: #140b1c;
  font-size: 1.5rem;
}

.sv-blog-details .img-bd {
  border-radius: 20px;
}

.sv-blog-details .b-data h3,
.sv-blog-details .b-data h4 {
  line-height: 1;
  margin-bottom: 1em;
  color: #282828;
  margin-top: 2.2rem;
  font-weight: 600;
  font-size: 1.2rem;
}

.aside {
  position: -webkit-sticky;
  position: sticky;
  top: 120px;
}

@media only screen and (max-width: 767px) {
  .aside {
    position: static !important;
    top: auto;
  }
}

.widget-post {
  border: 1px solid #ddd;
  -webkit-box-shadow: 1px 2px 5px #ccc;
          box-shadow: 1px 2px 5px #ccc;
  min-height: 400px;
  padding: 20px;
}

.widget-post .widget-header {
  font-size: 2rem;
  color: #140b1c;
}

.widget-post .widget-wrapper li {
  border-bottom: 1px solid #ddd;
  width: 96%;
}

.widget-post .widget-wrapper li img {
  width: 100px;
}

.widget-post .widget-wrapper li .post-thumb {
  width: 30%;
}

.widget-post .widget-wrapper li .post-content {
  width: 70%;
}

.widget-post .widget-wrapper li .post-content {
  padding-left: 0.5rem;
}

.widget-post .widget-wrapper li .post-content h2 {
  color: #140b1c;
  font-size: 13px;
  margin-bottom: 4px;
  line-height: 1.2;
  font-weight: 600;
}

.widget-post .widget-wrapper li .post-content p {
  color: #555;
  font-size: 13px;
}

.sv-list-style li {
  position: relative;
  padding-left: 1.7rem;
  line-height: 2;
}

.sv-list-style li::before {
  content: "";
  position: absolute;
  left: 0;
  width: 10px;
  height: 1.5px;
  background-color: #656565;
  top: 15px;
}

.sv-list-style li span {
  font-weight: 600;
  color: #140b1c;
}

.pad-15 {
  padding: 0 17px;
}

@media only screen and (max-width: 767px) {
  .pad-15 {
    padding: 0 0px;
  }
}

.title-cf {
  color: #140b1c;
  margin-bottom: 1rem;
}

.business-values .experts {
  border-top: 5px solid #698d67 !important;
  -webkit-box-shadow: 0px 1px 16px #ccc;
          box-shadow: 0px 1px 16px #ccc;
  min-height: 300px;
}

.business-values .experts h3 {
  color: #140b1c !important;
}

.business-values p {
  font-size: 0.9em;
  padding: 0em 1em;
}

.error404 .oops {
  font-size: 4rem;
  color: #140b1c;
}

.error404 p {
  font-size: 1rem;
}

.facebook {
  color: #1877f2;
}

.instagram {
  color: #f44c5d;
}

.youtube {
  color: #ff0000;
}

.twitter {
  color: #1c9aef;
}

.linkdin {
  color: #0077b5;
}

.pinterest {
  color: #e60023;
}

.sv-wb {
  word-break: normal;
  -webkit-hyphens: auto;
      -ms-hyphens: auto;
          hyphens: auto;
}

.outer {
  min-height: 100vh;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #f4f8fb;
}

@media only screen and (max-width: 767px) {
  .outer {
    background-color: #fff;
    min-height: 70vh;
  }
}

.outer .form-lg {
  padding: 3rem 2rem;
  background-color: #fff;
  border-radius: 10px;
}

@media only screen and (max-width: 767px) {
  .outer .form-lg {
    -webkit-box-shadow: none !important;
            box-shadow: none !important;
    padding: 3rem 1rem;
  }
}

.left {
  min-height: 100vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}

@media only screen and (max-width: 992px) {
  .left {
    display: none;
  }
}

.left .success {
  position: absolute;
  width: 200px;
  top: 30px;
  left: 40px;
}

.left .wave {
  width: 500px;
  position: relative;
}

.right .logo {
  width: 200px;
  margin-bottom: 3rem;
  display: none;
}

@media only screen and (max-width: 992px) {
  .right .logo {
    display: inline-block;
  }
}

.right p {
  font-size: 12px;
  color: #666;
  font-weight: normal;
}

.right .input-wrap .left-icon {
  position: absolute;
  bottom: 31px;
  z-index: 22;
  left: 11px;
}

.right .input-wrap .right-icon {
  position: absolute;
  right: 0;
  bottom: 34px;
  cursor: pointer;
}

.right h1 {
  font-size: 38px;
  color: #140b1c;
  font-weight: bold;
}

.right h1 i {
  color: #698d67;
}

.right .input-style {
  padding: 0.5rem;
  border: none;
  outline: none;
  width: 100%;
  border-bottom: 2px solid #d9d9d9;
  margin: 1rem auto;
  font-size: 17px;
  font-weight: bold;
}

.right .input-style:focus {
  border-bottom: 2px solid #140b1c;
}

.right .login {
  font-size: 18px;
  padding: 1rem 0;
  border: none;
  background-color: #698d67;
  border-radius: 100px;
}

.right .login:hover {
  background-color: #140b1c;
  color: #fff;
  border-radius: 20px;
}

.forum_main {
  background-color: #e9f5fe;
  min-height: 100vh;
}

.forum_main .message_div {
  display: none;
  font-size: 1.2rem;
  background: #31e831;
  color: black;
  text-align: center;
  padding: 1rem;
}

.forum_main .js-banner {
  padding: 50px 0;
  font-size: 1rem;
}

.forum_main .js-banner .searchbar {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0 !important;
  background: white;
  border-radius: 5px;
}

.forum_main .js-banner .searchbar input {
  border: none;
  outline: none;
  border-radius: 0.3rem;
  padding: 5px 10px;
  width: 95%;
}

.forum_main .js-banner .searchbar img {
  width: 15px;
  opacity: 0.6;
}

.forum_main .js-banner h3 {
  font-style: normal;
  font-weight: 500;
  font-size: 24px;
  color: #140b1c;
  line-height: 1.2 !important;
  text-transform: capitalize;
}

@media only screen and (max-width: 600px) {
  .forum_main .js-banner h3 {
    font-size: 18px;
  }
}

.forum_main .js-banner h3:is(:hover, :focus) {
  text-decoration: underline;
  -webkit-text-decoration-color: #140b1c;
          text-decoration-color: #140b1c;
}

.forum_main .js-banner .question_heading {
  font-style: normal;
  font-weight: 400;
  line-height: 21px;
  color: #000000;
}

.forum_main .js-banner .question_heading h3 {
  color: #140b1c;
  font-weight: 600;
  line-height: 1.3;
  text-transform: capitalize;
}

.forum_main .js-banner .question_heading h3:hover {
  text-decoration: underline;
}

.forum_main .js-banner .questions {
  background-color: white;
  margin-top: 2%;
  padding: 15px;
  border-radius: 0.5rem;
}

@media only screen and (max-width: 600px) {
  .forum_main .js-banner .questions {
    margin-top: 15px;
  }
}

.forum_main .js-banner .questions h1 {
  margin-bottom: 1rem;
  font-style: normal;
  font-weight: 500;
  font-size: 24px;
  line-height: 1.3;
  text-transform: capitalize;
}

.forum_main .js-banner .questions p {
  font-weight: 300;
  color: #282828;
  font-size: 12px;
  margin-bottom: 0;
}

.forum_main .js-banner .questions p:last-child {
  font-size: 1rem;
  margin-bottom: 1.3rem;
}

@media only screen and (max-width: 600px) {
  .forum_main .js-banner .questions p {
    font-size: 14px !important;
  }
}

.forum_main .js-banner .questions ul {
  margin-bottom: 0px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.forum_main .js-banner .questions ul li {
  text-align: center;
  list-style: none;
  display: inline-block;
  font-weight: 300;
  font-size: 12px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.3rem;
  border-radius: 30px;
  cursor: pointer;
}

.forum_main .js-banner .questions ul img {
  width: 15px;
}

.forum_main .js-banner .questions ul .answer_link a {
  background: #1c184c22;
  border-radius: 20px;
  border: 1px solid #b9b7b7;
  padding: 0.5rem;
}

.forum_main .js-banner .questions ul .answer_link a:hover {
  background: #140b1c;
  color: white !important;
}

.forum_main .js-banner .form {
  background-color: white;
  padding: 15px;
  border-radius: 0.5rem;
  font-weight: 300;
}

@media only screen and (max-width: 767px) {
  .forum_main .js-banner .form {
    margin-top: 1rem;
  }
}

.forum_main .js-banner .form p {
  font-size: 12px;
  text-align: center;
}

.forum_main .js-banner .form h2 {
  text-align: center;
  font-size: 20px;
  padding-bottom: 0;
  color: #282828;
  font-weight: 600;
}

.forum_main .js-banner .form h3 {
  text-align: center;
  font-size: 16px;
  padding-bottom: 0;
  color: #282828;
}

.forum_main .js-banner .form label {
  text-align: left !important;
  font-size: 14px;
}

.forum_main .js-banner .form input,
.forum_main .js-banner .form select {
  width: 100%;
  text-align: left !important;
  border: none;
  font-size: 12px;
  border: 1px solid #d2d2d2;
  padding: 0.5rem;
  margin-bottom: 20px;
}

.forum_main .js-banner .form input:focus,
.forum_main .js-banner .form select:focus {
  -webkit-box-shadow: none;
          box-shadow: none;
  outline: none;
}

.forum_main .js-banner .form textarea {
  width: 100%;
  text-align: left !important;
  border: none;
  font-size: 12px;
  border: 1px solid #d2d2d2;
  padding: 5px;
  margin-bottom: 15px;
}

.forum_main .js-banner .form textarea:focus {
  -webkit-box-shadow: none;
          box-shadow: none;
  outline: none;
}

.forum_main .js-banner .form select {
  word-wrap: normal;
  width: 100%;
  margin-bottom: 20px;
  font-size: 12px;
  color: #282828;
  font-weight: 300;
}

.forum_main .js-banner .form button {
  background: #1b184c;
  border-radius: 40px;
  border: none;
  color: white;
  font-size: 14px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 0 auto;
  width: 70%;
  text-align: center;
  padding: 0.5rem 2rem;
  cursor: pointer;
}

@media only screen and (max-width: 480px) {
  .forum_main .js-banner .form button {
    width: 100%;
  }
}

.forum_main .js-banner .form button a {
  text-decoration: none;
  color: white;
}

.forum_main .js-banner .form button:hover {
  text-decoration: underline;
}

.forum_main .js-banner .types {
  padding: 0;
}

.forum_main .js-banner .types #Education {
  background-color: #1b184c;
  border-radius: 5px;
  color: white;
}

.forum_main .js-banner .types button {
  border-radius: 5px;
  width: 100%;
  margin-top: 20px;
  border: none;
  padding: 15px;
  font-size: 14px;
  background-color: #ffeed2;
}

.forum_main .answer_bg {
  display: none;
  width: 100%;
  height: 100vh;
  position: fixed !important;
  top: 0%;
  z-index: 999;
}

.forum_main .answer_bg .answer_div {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.forum_main .answer_bg .answer_div .answers {
  position: relative;
  width: 50%;
}

.forum_main .answer_bg .answer_div .answers img {
  position: absolute;
  right: 10px;
  top: 10px;
  z-index: 2;
  cursor: pointer;
}

.loc-sv {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.loc-sv a {
  padding-left: 20px;
  font-size: 30px;
}

@media only screen and (max-width: 991px) {
  .loc-sv a {
    font-size: 20px;
  }
}

.popup-wrap {
  background-color: rgba(0, 0, 0, 0.8);
  width: 100%;
  position: fixed;
  min-height: 100vh;
  z-index: 99999;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.popup-wrap .cta-close-btn {
  display: block;
  position: absolute;
  top: 10px;
  z-index: 999;
  right: 10px;
  background-color: #140b1c;
  padding: 7px;
  cursor: pointer;
}

.popup-wrap .cta-close-btn i {
  font-size: 20px;
  color: #fff;
  display: inline-block;
}

.popup-wrap .lead-form {
  width: 100%;
  background: #fff;
  padding: 30px;
  height: 100%;
}

.popup-wrap .lead-form form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.popup-wrap .lead-form form .lead-form-heading {
  border-bottom: 1px solid #ddd;
  padding-bottom: 10px;
  margin-bottom: 20px;
}

.popup-wrap .lead-form form .lead-form-heading h1 {
  font-family: "Inter", sans-serif;
  display: block;
  width: 100%;
  font-size: 22px;
  font-weight: 600;
  color: #140b1c;
  text-transform: uppercase;
  letter-spacing: 0;
}

.popup-wrap .lead-form form .lead-form-heading span {
  font-size: 13px;
  display: block;
  line-height: 1.3;
}

.popup-wrap .lead-form form .action-control input[type=submit] {
  background-color: #140b1c;
  color: #fff;
  outline: none;
  cursor: pointer;
  width: initial !important;
  border: none;
  margin-right: 10px;
}

.popup-wrap .lead-form form .action-control input[type=reset] {
  background-color: #fff;
  color: #140b1c;
  outline: none;
  cursor: pointer;
  width: initial !important;
  border: 1px solid #140b1c;
}

.popup-wrap .lead-form form .l-form-control {
  width: 48%;
}

.popup-wrap .lead-form form .email-form-control {
  width: 100%;
}

.popup-wrap .lead-form form label {
  display: block;
  padding-bottom: 5px;
  color: #333;
  font-size: 14px;
}

.popup-wrap .lead-form form input {
  display: block;
  width: 100%;
  padding: 10px;
  -webkit-box-shadow: none;
          box-shadow: none;
  outline: none;
  border: 1px solid #858585;
  border-radius: 4px;
  margin-bottom: 14px;
}

.sv-media-gallery {
  margin: 4rem 0;
}

.sv-media-gallery .gallery-head h2 {
  text-align: center;
}

.sv-media-gallery .gallery-head p {
  text-align: center;
  width: 50%;
  margin: 0 auto;
  padding-top: 10px;
}

@media only screen and (max-width: 767px) {
  .sv-media-gallery .gallery-head p {
    width: 100%;
  }
}

.sv-media-gallery .galery-images {
  margin-top: 40px;
}

.sv-media-gallery .galery-images .img-wrap-g {
  width: 32%;
  margin-bottom: 40px;
  position: relative;
}

.sv-media-gallery .galery-images .img-wrap-g:nth-child(3n - 2), .sv-media-gallery .galery-images .img-wrap-g:nth-child(3n - 1) {
  margin-right: 2%;
}

.sv-media-gallery .galery-images .img-wrap-g img {
  max-width: 100%;
}

.sv-media-gallery .galery-images .img-wrap-g span {
  position: absolute;
  display: inline-block;
  left: 0px;
  padding: 10px 9px;
  -webkit-box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0), 0 6px 20px 0 rgba(0, 0, 0, 0.1);
          box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0), 0 6px 20px 0 rgba(0, 0, 0, 0.1);
  bottom: -10px;
  font-weight: 600;
  background-color: rgba(255, 255, 255, 0.9);
  font-size: 13px;
  color: #140b1c;
}

@media only screen and (max-width: 991px) {
  .sv-media-gallery .galery-images .img-wrap-g {
    width: 49%;
  }
}

@media only screen and (max-width: 479.98px) {
  .sv-media-gallery .galery-images .img-wrap-g {
    width: 100%;
  }
}

.services-widget .post-content {
  width: 100% !important;
}

.services-widget .widget-wrapper li {
  padding: 10px 0;
}

.services-widget .widget-wrapper li a {
  font-size: 1.3rem !important;
  font-weight: 400 !important;
  color: #3d3d3d !important;
}

.services-widget .widget-wrapper li a:hover {
  color: #140b1c !important;
  font-weight: 600 !important;
}

@media only screen and (max-width: 767px) {
  .services-widget .widget-wrapper li a {
    font-size: 1rem !important;
  }
}

.main-gm {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 82%;
  margin: 0 auto;
  padding-top: 29px;
}

.main-gm #first {
  background-color: #d0fffb;
  border: 1px solid #60acda;
}

.main-gm .qrscan {
  width: 32%;
  min-height: 270px;
  border: 1px solid #cbcbcb;
  /* background-color: #d0fffb; */
  -webkit-box-shadow: 0 0 5px 2px #eaeaea;
          box-shadow: 0 0 5px 2px #eaeaea;
  text-align: center;
  padding: 15px;
  margin: 10px 0;
}

.main-gm .qrscan .qrimage {
  height: 100px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.main-gm .qrscan .qrimage img {
  max-width: 80px;
}

.main-gm .qrscan p {
  font-family: poppins;
  font-size: 13.5px;
  text-align: center;
  margin-top: 5px;
  font-weight: 500;
}

.main-gm .qrscan h2 {
  font-size: 17px;
  text-align: center;
  margin-top: 5px;
  color: #2e6d9c;
  font-weight: 600;
  font-family: "Inter", sans-serif !important;
}

.main-gm .qrscan span {
  font-size: 11px;
  font-weight: 400;
  line-height: 1;
}

@media only screen and (max-width: 991px) {
  .main-gm .qrscan {
    width: 48.7%;
  }
}

@media only screen and (max-width: 575px) {
  .main-gm .qrscan {
    width: 95%;
  }
}

.head-mg {
  font-family: sans-serif;
  font-weight: 100;
  text-align: center;
  margin-top: 70px;
  width: 90%;
  font-size: 30px;
}

.faqs {
  padding-bottom: 80px;
}

.faqs .main-mg {
  width: 70%;
  border: 1px solid black;
  margin: 0 auto;
  margin-top: 30px;
  font-family: poppins;
}

.faqs .main-mg .top-mg {
  width: 100%;
  background-color: #e6e7e8;
  color: #5a5c5e;
  padding: 11px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
}

.faqs .main-mg .top-mg h4 {
  font-weight: 500;
  font-size: 21px;
  font-family: "Inter", sans-serif !important;
}

.faqs .main-mg .top-mg .icon-mg {
  position: absolute;
  right: 15px;
  font-size: 29px;
  top: 6px;
  color: #676a6c;
  cursor: pointer;
}

.faqs .main-mg .top-mg .icon-mg .icon-mg > span + span {
  display: none;
}

.faqs .main-mg .top-mg .icon-mg .icon-mg.open > span {
  display: none;
}

.faqs .main-mg .top-mg .icon-mg .icon-mg.open > span + span {
  display: inline;
}

.faqs .main-mg .top-mg .icon-mg .icon-mg + .bottom-mg {
  display: none;
}

.faqs .main-mg .top-mg .icon-mg .icon-mg.open + .bottom-mg {
  display: block;
}

@media only screen and (max-width: 767px) {
  .faqs .main-mg .top-mg {
    padding-right: 43px;
  }
}

.faqs .main-mg .bottom-mg {
  width: 100%;
  background-color: white;
  padding: 15px;
}

.faqs .main-mg .bottom-mg p {
  margin-top: 5px;
  font-size: 17px;
  color: #676a6c;
}

.faqs .main-mg .bottom-mg button {
  margin-top: 28px;
  padding: 14px;
  width: 160px;
  color: white;
  background-color: #64ad7d;
  border: none;
  font-size: 15px;
  -webkit-box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
          box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}

.faqs .main-mg .bottom-mg button:hover {
  background-color: #10897d;
}

@media only screen and (max-width: 767px) {
  .faqs .main-mg {
    width: 90%;
  }
}

.top-di-bar {
  padding-top: 4px;
  padding-bottom: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

@media only screen and (max-width: 767px) {
  .top-di-bar {
    overflow-x: auto;
  }
}

.top-di-bar .top-contact-details {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

@media only screen and (max-width: 991px) {
  .top-di-bar .top-contact-details {
    display: none;
  }
}

.top-di-bar .top-contact-details li {
  display: inline-block;
  padding-top: 5px;
}

.top-di-bar .top-contact-details li a {
  padding: 7px 8px;
  margin-right: 10px;
  font-size: 15px;
  font-weight: 500;
}

.top-di-bar .top-quick-links li {
  display: inline-block;
}

.top-di-bar .top-quick-links li a {
  background-color: #698d67;
  padding: 7px 8px;
  color: #fff;
  text-transform: uppercase;
  margin-right: 10px;
  font-size: 12px;
}

@media only screen and (max-width: 767px) {
  .top-di-bar .top-quick-links li a {
    margin-right: 2px;
    font-size: 10px;
  }
}

.top-di-bar .top-quick-links li a:hover {
  opacity: 0.9;
}

@media only screen and (max-width: 575px) {
  .top-di-bar .top-quick-links .m-hidden {
    display: none;
  }
}

.thank-you-container {
  background-color: #e9ecef;
  padding: 5rem 0;
  margin-bottom: 3rem;
  text-align: center;
}

@media only screen and (max-width: 575px) {
  .thank-you-container {
    padding: 3rem 0;
  }
}

.thank-you-container h1 {
  font-family: "Inter", sans-serif;
  font-size: 4rem;
  font-weight: 500;
  color: #140b1c;
}

@media only screen and (max-width: 575px) {
  .thank-you-container h1 {
    font-size: 2rem;
  }
}

.thank-you-container p {
  margin-bottom: 10px;
  width: 70%;
  margin: 0 auto;
}

@media only screen and (max-width: 575px) {
  .thank-you-container p {
    width: 100%;
  }
}

.thank-you-container .thanku-cta {
  background-color: #140b1c;
  color: #fff;
  border-radius: 5px;
  padding: 10px;
  margin-top: 2rem;
  display: inline-block;
}

.mm-portal .form-container {
  margin-left: auto;
  margin-right: auto;
  background: #fff;
}

.mm-portal footer {
  display: none !important;
}

.team-card-wrap {
  width: 28%;
  text-align: center;
  margin-bottom: 3rem;
  margin-top: 3rem;
}

@media only screen and (max-width: 1199px) {
  .team-card-wrap {
    width: 30%;
  }
}

@media only screen and (max-width: 767px) {
  .team-card-wrap {
    width: 48%;
  }
}

@media only screen and (max-width: 575px) {
  .team-card-wrap {
    width: 100%;
    margin-top: 0;
    margin-bottom: 1rem;
  }
}

.wwd-wrap {
  margin: 3rem 0;
  padding: 3rem 0;
}

.wwd-wrap h2 {
  text-align: center;
  font-weight: 500;
  font-size: 3rem;
}

@media only screen and (max-width: 991px) {
  .wwd-wrap h2 {
    width: 100%;
    font-size: 1.6rem;
  }
}

.wwd-wrap .bento-grid {
  margin-top: 3rem;
}

.wwd-wrap .item-frame {
  border-radius: 2rem;
  width: 95%;
  margin: 0 auto;
  margin-top: 20px;
  min-height: 300px;
  position: relative;
}

.wwd-wrap .item-frame img {
  border-radius: 2rem;
}

.wwd-wrap .item-frame span {
  display: inline-block;
  text-align: right;
  position: absolute;
  bottom: 20px;
  right: 20px;
  padding: 6px 12px;
  color: #fff;
  border-radius: 20px;
  background-color: #698d67;
}

.word-h {
  background-color: #e1e8e1;
}

.about-overlay {
  position: relative;
}

.about-overlay::before {
  content: '';
  width: 60%;
  height: 200px;
  background-color: #f8f2e0;
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: -1;
}

.about-section {
  margin: 4rem 0;
  padding: 2rem 0;
  padding-bottom: 4rem !important;
}

@media only screen and (max-width: 1399px) {
  .about-section {
    margin: 3rem 0;
  }
}

.about-section h2 {
  padding-bottom: 10px;
  width: 95%;
  font-size: 2rem;
  color: #698d67;
  border-bottom: 1px dashed #999;
}

.hero-offer-section {
  width: 90%;
  margin-left: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: #e1e8e1;
  padding: 20px;
  min-height: 330px;
  position: relative;
}

@media only screen and (max-width: 991px) {
  .hero-offer-section {
    width: 100%;
    margin-top: 2rem;
  }
}

@media only screen and (max-width: 575px) {
  .hero-offer-section {
    padding: 20px;
  }
}

.hero-offer-section::before {
  content: '';
  width: 90%;
  position: absolute;
  height: 90%;
  border: 1px solid #698d67;
}

.hero-offer-section:hover h3 {
  color: #698d67;
}

.hero-offer-section p {
  margin-bottom: 0;
}

.hero-offer-section h3 {
  display: block;
  width: 100%;
  font-family: "Playfair Display", serif;
  font-size: 5rem;
}

@media only screen and (max-width: 575px) {
  .hero-offer-section h3 {
    width: 100%;
    font-size: 3rem;
  }
}

.hero-offer-section span {
  display: block;
  width: 100%;
  text-transform: uppercase;
  letter-spacing: 20px;
}

.hero-offer-section a {
  margin-top: 10px;
  position: relative;
  z-index: 99;
}

.card-s {
  position: relative;
  height: 400px;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-radius: 10px;
  width: 95%;
  background-image: -webkit-gradient(linear, left bottom, left top, color-stop(10%, #698d67), to(transparent));
  background-image: linear-gradient(to top, #698d67 10%, transparent);
  margin: auto;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: end;
}

.card-s img {
  border-radius: 10px;
  position: absolute;
  width: 100%;
  height: 400px;
  -o-object-fit: cover;
     object-fit: cover;
  z-index: -1;
}

.card-s .card-content {
  padding: 20px;
}

.card-s .card-content h2 {
  color: #fff;
  font-weight: 400;
  line-height: 1;
  font-size: 1.5rem;
  margin-bottom: 20px;
}

.card-s .card-content a {
  color: #fff;
  font-weight: 300;
  display: block;
  position: relative;
}

.card-s .card-content a:hover {
  text-decoration: underline;
}

.card-s .card-content a::before {
  content: '';
  position: absolute;
  width: 60%;
  height: 0.5px;
  background-color: #fafafa;
  top: 13px;
  right: 0;
}

.card-s-2 {
  -webkit-transform: translateY(3rem);
          transform: translateY(3rem);
}

.card-s-2 .card-s {
  background-image: -webkit-gradient(linear, left bottom, left top, color-stop(30%, #4f6d7a), to(transparent)) !important;
  background-image: linear-gradient(to top, #4f6d7a 30%, transparent) !important;
}

.m-services {
  min-height: 100vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media only screen and (max-width: 991px) {
  .m-services {
    margin: 3rem 0;
  }
}

.m-services .s-head {
  text-align: center;
  font-weight: 500;
  width: 70%;
  margin: 0 auto;
  font-size: 3rem;
  margin-bottom: 3rem;
}

@media only screen and (max-width: 991px) {
  .m-services .s-head {
    width: 100%;
    font-size: 2rem;
  }
}

.m-services .s-head span {
  background: #f8f2e0;
}

.list-inline li {
  display: inline-block;
  padding-right: 20px;
}

footer h6 {
  font-size: 17px;
}

.form-control {
  display: block;
  width: 100%;
  height: calc(1.5em + .75rem + 2px);
  padding: .375rem .75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  border-radius: .25rem;
  -webkit-transition: border-color .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;
  transition: border-color .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;
  transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
  transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;
}

.input-group {
  position: relative;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-align: stretch;
  -webkit-box-align: stretch;
          align-items: stretch;
  width: 100%;
}

.input-group .btn-link {
  position: absolute;
  top: 5%;
  right: 2px;
  cursor: pointer;
  outline: none;
  background-color: #f8f2e0;
  height: 90%;
  padding: 0 10px;
  border: none;
}

.hero-img {
  width: 90%;
}

.contact-section {
  background-image: url(../../images/contact-us.jpeg);
  background-size: cover;
  overflow: hidden;
  padding: 50px 0;
  position: relative;
  z-index: -1;
}

.contact-section p {
  position: relative;
  display: block;
  z-index: 11 !important;
}

.contact-section p a {
  text-decoration: underline;
  color: #fff;
}

.contact-section .bg-overlay {
  background-color: #698d67;
  opacity: 0.9;
  width: 100%;
  height: 100%;
  top: 0;
  position: absolute;
}

.contact-section .top-header {
  position: relative;
  z-index: 1;
  text-align: center;
  padding: 0 1rem;
}

.contact-section .top-header h1 {
  color: #fff;
  font-size: 3rem;
}

.contact-section .top-header p {
  color: #fff;
  margin-top: 10px;
  font-size: 18px;
}
/*# sourceMappingURL=index.css.map */