@import url("https://fonts.googleapis.com/css?family=Maven+Pro:400,500,700,900");
/* ----- Active and Hover Links ----- */
/* ----- Active and Hover Links End ----- */
@import url("https://fonts.googleapis.com/css2?family=Hind+Madurai:wght@300;400;500;600;700&family=Playfair+Display:ital,wght@0,400;0,500;0,600;0,700;0,800;0,900;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");
#sidebarCollapse {
  background: transparent !important;
  color: #fff;
  font-size: 30px;
  padding: 0;
  position: relative;
  height: 50px;
  width: 50px;
  z-index: 9999;
  -webkit-box-shadow: none;
          box-shadow: none;
}

#sidebarCollapse span {
  height: 3px;
  width: 25px;
  display: block;
  background: #fff;
  position: absolute;
  left: 0px;
  right: 0px;
  margin: auto;
  -webkit-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
}

#sidebarCollapse span:nth-child(1) {
  top: 15px;
}

#sidebarCollapse span:nth-child(2) {
  top: 22px;
}

#sidebarCollapse span:nth-child(3) {
  top: 29px;
}

#sidebarCollapse.active span {
  background: #fff;
}

#sidebarCollapse.active span:nth-child(1) {
  top: 45%;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

#sidebarCollapse.active span:nth-child(2) {
  opacity: 0;
}

#sidebarCollapse.active span:nth-child(3) {
  top: 45%;
  -webkit-transform: rotate(135deg);
          transform: rotate(135deg);
}

* {
  margin: 0;
  padding: 0;
}

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

a:hover {
  text-decoration: none;
}

.graybg {
  background: #e8e8e8 !important;
}

h1 {
  font-size: 52px;
  line-height: 93px;
  color: #fff;
  font-weight: normal;
}

h2 {
  font-size: 55px;
  line-height: 65px;
  color: #4EAEA8;
  font-weight: 100;
}

@media (max-width: 991px) {
  h2 {
    font-size: 54px;
    line-height: 60px;
  }
}

@media (max-width: 767px) {
  h2 {
    font-size: 47px;
    line-height: 50px;
  }
}

@media (max-width: 575px) {
  h2 {
    font-size: 40px;
    line-height: 40px;
  }
}

h3 {
  font-size: 45px;
  line-height: 73px;
  font-weight: bold;
}

@media (max-width: 991px) {
  h3 {
    font-size: 37px;
    line-height: 40px;
  }
}

@media (max-width: 767px) {
  h3 {
    font-size: 32px;
    line-height: 40px;
  }
}

h4 {
  font-size: 30px;
  line-height: 30px;
  font-weight: 100;
}

@media (max-width: 767px) {
  h4 {
    font-size: 24px;
    line-height: 27px;
  }
}

.modal-backdrop.show {
  opacity: .7;
}

.thanksModal .modal-dialog {
  max-width: 600px;
  text-align: center;
}

.thanksModal .modal-content {
  border: 0;
}

.thanksModal .close {
  position: absolute;
  right: -15px;
  background: #4F8A10 !important;
  height: 30px;
  width: 30px;
  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;
  border-radius: 50px;
  top: -15px;
  opacity: 1 !important;
  color: #fff;
  z-index: 1;
}

.thanksModal .bgGreen {
  background-color: #DFF2BF;
}

.thanksModal .bgGreen .thanksmessage {
  font-size: 20px;
  color: #4F8A10;
}

ul {
  list-style: none;
  margin-bottom: 0px;
}

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

body {
  font-family: 'Hind Madurai', sans-serif;
  overflow-x: hidden;
}

body.active {
  overflow: hidden;
}

@media (max-width: 767px) {
  .logo img {
    max-width: 60%;
  }
}

.mainHeader {
  padding: 10px 0;
  background: transparent;
  z-index: 1;
  opacity: 100%;
  position: absolute;
  left: 0;
  right: 0;
  width: 100%;
}

.mainHeader header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
}

.mainHeader header .logo a {
  display: block;
}

.mainHeader header .logo a img {
  height: 120px;
}

.mainHeader header .navbarLink ul {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.mainHeader header .navbarLink ul li {
  text-transform: uppercase;
  margin-left: 10px;
}

@media (max-width: 991px) {
  .mainHeader header .navbarLink ul li {
    margin-bottom: 10px;
  }
}

.mainHeader header .navbarLink ul li .dropdown-toggle {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}

.mainHeader header .navbarLink ul li .dropdown-toggle::after {
  border: 0px;
}

.mainHeader header .navbarLink ul li a {
  color: #fff;
  font-size: 16px;
  padding: 10px 12px 10px 12px;
  display: inline-block;
  position: relative;
}

.mainHeader header .navbarLink ul li a::after {
  content: '';
  position: absolute;
  width: 100%;
  height: 3px;
  left: 0px;
  bottom: 0px;
  background: #4EAEA8;
  -webkit-transform: scaleX(0);
          transform: scaleX(0);
  -webkit-transform-origin: right;
          transform-origin: right;
  -webkit-transition: -webkit-transform 250ms ease-in;
  transition: -webkit-transform 250ms ease-in;
  transition: transform 250ms ease-in;
  transition: transform 250ms ease-in, -webkit-transform 250ms ease-in;
}

@media (max-width: 1199px) {
  .mainHeader header .navbarLink ul li a {
    font-size: 13px;
    padding: 10px;
  }
}

@media (max-width: 991px) {
  .mainHeader header .navbarLink ul li a {
    color: #fff;
    font-size: 20px;
    padding: 10px;
    white-space: normal;
  }
}

.mainHeader header .navbarLink ul li a i {
  display: none;
}

@media (max-width: 991px) {
  .mainHeader header .navbarLink ul li a i {
    display: block;
    margin-left: 10px;
  }
}

.mainHeader header .navbarLink ul li.active a, .mainHeader header .navbarLink ul li:hover a {
  background: none;
  border-radius: 0;
  color: #fff;
}

.mainHeader header .navbarLink ul li.active a:after, .mainHeader header .navbarLink ul li:hover a:after {
  -webkit-transform: scaleX(1);
          transform: scaleX(1);
  -webkit-transform-origin: left;
          transform-origin: left;
}

@media (max-width: 991px) {
  .mainHeader header .navbarLink ul li.active a, .mainHeader header .navbarLink ul li:hover a {
    color: #000;
  }
}

.mainHeader header .navbarLink ul li > .dropdown-menu {
  background: rgba(0, 0, 0, 0.63);
  -webkit-backdrop-filter: blur(75px);
          backdrop-filter: blur(75px);
  padding: 0;
  margin: 0;
  min-width: 220px;
  border: 0;
  border-radius: 0;
  -webkit-transform: inherit !important;
          transform: inherit !important;
  top: 100% !important;
}

.mainHeader header .navbarLink ul li > .dropdown-menu li {
  margin-left: 0;
}

.mainHeader header .navbarLink ul li > .dropdown-menu li a {
  color: #fff !important;
  opacity: 100%;
  padding: 10px;
  font-size: 16px;
  text-transform: capitalize;
}

.mainHeader header .navbarLink ul li > .dropdown-menu li a::after {
  display: none;
}

.mainHeader header .navbarLink ul li > .dropdown-menu li a i {
  display: none;
}

.mainHeader header .navbarLink ul li > .dropdown-menu li.active, .mainHeader header .navbarLink ul li > .dropdown-menu li:hover {
  background: #7A7A7A;
  border-radius: 0px;
}

.mainHeader header .navbarLink ul li > .dropdown-menu li.active > a, .mainHeader header .navbarLink ul li > .dropdown-menu li:hover > a {
  color: #4EAEA8 !important;
}

@media (max-width: 991px) {
  .mainHeader header .navbarLink ul li > .dropdown-menu li.active > a, .mainHeader header .navbarLink ul li > .dropdown-menu li:hover > a {
    color: #000 !important;
  }
}

.mainHeader header .navbarLink ul li > .dropdown-menu li.submenu .dropdown-toggle {
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.mainHeader header .navbarLink ul li > .dropdown-menu li.submenu .subdropdown {
  left: 100%;
  top: 0 !important;
}

@media (max-width: 991px) {
  .mainHeader header .navbarLink ul li > .dropdown-menu li.submenu .dropdown-toggle {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
}

@media (max-width: 991px) {
  .mainHeader header .navbarLink ul li > .dropdown-menu {
    background: none;
  }
  .mainHeader header .navbarLink ul li > .dropdown-menu li {
    text-align: center;
  }
  .mainHeader header .navbarLink ul li > .dropdown-menu li a {
    color: #fff;
    text-align: center;
    padding: 3px 5px;
  }
  .mainHeader header .navbarLink ul li > .dropdown-menu .subdropdown {
    left: 0 !important;
  }
}

.mainHeader header .navbarLink ul li:hover > .dropdown-menu li, .mainHeader header .navbarLink ul li:focus > .dropdown-menu li {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  background: none;
}

.mainHeader header .navbarLink ul li:hover > .dropdown-menu li a, .mainHeader header .navbarLink ul li:focus > .dropdown-menu li a {
  color: #fff;
}

@media (max-width: 992px) {
  .mainHeader header .navbarLink ul li:hover > .dropdown-menu, .mainHeader header .navbarLink ul li:focus > .dropdown-menu {
    display: block;
    opacity: 1;
    visibility: visible;
    z-index: 10;
    -webkit-transition: all .25s ease-out;
    transition: all .25s ease-out;
  }
  .mainHeader header .navbarLink ul li:hover > .dropdown-menu li, .mainHeader header .navbarLink ul li:focus > .dropdown-menu li {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.mainHeader header .navbarLink ul li.openBottom li.submenu .dropdown-toggle {
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
}

.mainHeader header .navbarLink ul li.openBottom .subdropdown {
  left: 0 !important;
  top: 100% !important;
  position: relative;
}

.mainHeader header .navbarLink ul li.openBottom .subdropdown li {
  padding-left: 20px;
}

.mainHeader header .navbarLink ul li.openBottom .subdropdown li a {
  font-size: 13px;
  padding: 0;
}

.mainHeader header .navbarLink ul li.openBottom .subdropdown li:hover {
  background: none;
}

.mainHeader header .navbarLink ul li.openBottom .subdropdown li:hover a {
  color: #7A7A7A !important;
}

@media (min-width: 1025px) and (max-width: 2600px) {
  .mainHeader header .navbarLink ul li:hover .dropdown-menu {
    display: block;
  }
}

@media (max-width: 992px) {
  .mainHeader header .navbarLink ul li.dropdown .dropdown-menu {
    display: none;
  }
  .mainHeader header .navbarLink ul li.dropdown.show .dropdown-menu {
    display: block;
  }
}

@media (max-width: 991px) {
  .mainHeader header .navbarLink ul {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin: 0 auto;
  }
  .mainHeader header .navbarLink ul li > .dropdown-menu {
    position: relative !important;
    -webkit-transform: none !important;
            transform: none !important;
  }
}

.mainHeader header .navbarLink.active {
  left: 0;
}

@media (max-width: 991px) {
  .mainHeader header .navbarLink {
    background: #4EAEA8;
    width: 100%;
    position: fixed;
    top: 0;
    left: -100%;
    height: 100vh;
    z-index: 999;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    overflow-y: scroll;
    text-align: center;
    padding-top: 35px;
  }
  .mainHeader header .navbarLink .navbar-nav {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    width: 100%;
  }
  .mainHeader header .navbarLink #dismiss .d-md-none {
    display: block !important;
  }
}

.mainHeader header .navbarLink #dismiss {
  width: 35px;
  height: 35px;
  line-height: 35px;
  background: #8DB55D;
  color: #fff;
  text-align: center;
  position: absolute;
  top: 0px;
  right: 0px;
  cursor: pointer;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  z-index: 9999;
}

.sectionPadding {
  padding: 80px 0px;
}

@media (max-width: 767px) {
  .sectionPadding {
    padding: 40px 0px;
  }
}

.paddbtm0 {
  padding-bottom: 0 !important;
}

.right_side {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
  padding-bottom: 20px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media (max-width: 991px) {
  .right_side {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
    border-bottom: none;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

@media (max-width: 767px) {
  .right_side {
    border-bottom: none;
  }
}

header .headercontact {
  margin-left: 35px;
}

.headercontact ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  color: #fff;
}

.headercontact ul li {
  margin: 0px 10px;
}

.headercontact ul li i {
  font-size: 20px;
}

.headercontact ul li a {
  font-size: 18px;
  line-height: 30px;
  color: #fff;
  margin-left: 5px;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.headercontact ul li a:hover {
  color: #4EAEA8;
}

@media (max-width: 1199px) {
  .headercontact ul li a {
    font-size: 16px;
    line-height: 24px;
  }
}

@media (max-width: 767px) {
  .headercontact {
    display: none;
  }
}

.greenbtn {
  text-align: center;
  margin: 23px 0px;
}

.greenbtn a {
  display: inline-block;
  color: #fff;
  text-transform: uppercase;
  background: #8DB55D;
  border-radius: 6px;
  font-size: 13px;
  line-height: 26px;
  font-weight: 600;
  padding: 12px 25px;
  margin: 0 auto;
}

.greenbtn a:hover {
  background: #4EAEA8;
  -webkit-transition: 250ms ease-in-out;
  transition: 250ms ease-in-out;
}

.homebanner {
  position: relative;
}

.homebanner .slick-dots {
  bottom: 15px;
  right: 20px;
  left: auto;
  width: 30px;
  text-align: right;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.homebanner .slick-dots li {
  margin: 15px 0px;
  position: relative;
}

.homebanner .slick-dots li::after {
  content: '0';
  position: absolute;
  z-index: 0;
  right: 19px;
  top: 6px;
  color: #BEBEBE;
}

.homebanner .slick-dots li::before {
  content: '';
  position: absolute;
  z-index: 4;
  right: 0px;
  top: 24px;
  bottom: 24px;
  width: 4px;
  height: 0px;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.homebanner .slick-dots li button {
  width: 30px;
  height: 30px;
  margin: 4px 0px;
  font-size: 16px !important;
  color: #BEBEBE !important;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: none;
  border: 0px;
}

.homebanner .slick-dots li.slick-active::after {
  color: #8DB55D;
  font-size: 30px;
  top: -4px;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.homebanner .slick-dots li.slick-active button {
  width: 30px;
  height: 30px;
  border-radius: 8px;
  font-size: 30px !important;
  color: #8DB55D !important;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  background: none !important;
}

@media (max-width: 991px) {
  .homebanner .slick-dots {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .homebanner .slick-dots li {
    margin: 10px;
  }
  .homebanner .slick-dots li button {
    padding-left: 2px;
  }
}

.homebanner .bannerBox img {
  width: 100%;
}

@media (max-width: 767px) {
  .homebanner .bannerBox img {
    width: auto;
    min-height: 350px;
    -o-object-fit: cover;
       object-fit: cover;
  }
}

@media (max-width: 575px) {
  .homebanner .bannerBox img {
    height: 500px;
  }
}

.bannerText {
  position: absolute;
  bottom: 23%;
  left: 0;
  right: 0;
  max-width: 705px;
  margin: 0 auto;
}

.bannerText h1 {
  margin: 0 auto;
  font-weight: 100;
  position: relative;
  text-align: center;
  padding: 25px 0px;
  line-height: 58px;
}

.bannerText h1::before {
  content: "";
  position: absolute;
  height: 66px;
  width: 49px;
  background: url(../images/left.png) no-repeat;
  left: -16px;
  top: 4px;
}

.bannerText h1::after {
  content: "";
  position: absolute;
  height: 66px;
  width: 49px;
  background: url(../images/left.png) no-repeat;
  right: 10px;
  bottom: 10px;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

.bannerText h1 span {
  font-weight: 600;
}

@media (min-width: 1360px) and (max-width: 1400px) {
  .bannerText .bannerText {
    bottom: 20%;
  }
  .bannerText .bannerText h1 {
    line-height: 50px;
  }
}

@media (max-width: 1199px) {
  .bannerText {
    bottom: 16%;
  }
  .bannerText h1 {
    font-size: 43px;
    line-height: 50px;
  }
  .bannerText h1::before {
    top: -10px;
  }
  .bannerText h1::after {
    bottom: -10px;
  }
}

@media (max-width: 991px) {
  .bannerText {
    bottom: 20%;
  }
  .bannerText h1 {
    font-size: 33px;
    line-height: 29px;
  }
  .bannerText h1::before {
    top: -10px;
    background-size: 70%;
  }
  .bannerText h1::after {
    bottom: -10px;
    background-size: 70%;
    right: -2px;
  }
  .bannerText .greenbtn a {
    padding: 10px 26px;
  }
}

@media (max-width: 767px) {
  .bannerText {
    bottom: 5%;
    padding-top: 50px;
  }
  .bannerText h1::before {
    left: -9px;
  }
  .bannerText .greenbtn a {
    padding: 8px 20px;
  }
}

@media (max-width: 575px) {
  .bannerText {
    bottom: 25%;
    padding-top: 0;
  }
  .bannerText h1 {
    padding: 15px 0px;
  }
}

.font18 {
  font-size: 18px;
  line-height: 27px;
}

@media (max-width: 767px) {
  .font18 {
    margin-bottom: 0px;
  }
}

.universal .universal_left h2 {
  font-size: 30px;
  line-height: 40px;
  color: #4EAEA8;
  font-weight: 100;
}

.universal .universal_right .font18 {
  color: #77868B;
}

.universal .universal_right .greenbtn {
  text-align: left;
}

@media (max-width: 767px) {
  .universal.aboutsection {
    text-align: center;
  }
  .universal.aboutsection .universal_left h2 {
    font-size: 30px;
    line-height: 33px;
  }
}

@media (max-width: 767px) {
  .universal .universal_left h2 {
    font-size: 26px;
    line-height: 30px;
  }
  .universal .greenbtn a {
    padding: 11px 24px;
  }
}

.helpdesk {
  background: url(../images/help_bg.jpg) no-repeat;
  background-size: 100%;
  width: 100%;
}

.helpdesk.bgNone {
  background: #fff;
}

.helpdesk.bgNone h3 {
  color: #000;
}

.helpdesk.bgNone .sectionbox {
  -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
          box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
}

.helpdesk h3 {
  text-align: center;
  color: #fff;
}

.helpdesk .sectionbox {
  background: #fff;
  border-radius: 6px;
  padding: 18px 24px 18px 40px;
  min-height: 285px;
  margin: 20px 0px;
}

.helpdesk .sectionbox .top_Area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.helpdesk .sectionbox .top_Area h3 {
  font-size: 47px;
  line-height: 60px;
  color: #77868B;
  opacity: 24%;
  font-weight: 100;
}

.helpdesk .sectionbox .top_Area .boximg {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.helpdesk .sectionbox .top_Area .boximg i {
  width: 64px;
  height: 64px;
}

.helpdesk .sectionbox .top_Area .boximg i.company_incorporation {
  background: url(../images/office.png) no-repeat right top;
}

.helpdesk .sectionbox .top_Area .boximg i.secretarial {
  background: url(../images/secretary.png) no-repeat right top;
}

.helpdesk .sectionbox .top_Area .boximg i.accounting {
  background: url(../images/accounts.png) no-repeat right top;
}

.helpdesk .sectionbox .top_Area .boximg i.local_partnership {
  background: url(../images/handshake.png) no-repeat right top;
}

.helpdesk .sectionbox .top_Area .boximg i.business_advisory {
  background: url(../images/team.png) no-repeat right top;
}

.helpdesk .sectionbox .top_Area .boximg i.property_search {
  background: url(../images/search-house.png) no-repeat right top;
}

.helpdesk .sectionbox .details h4 {
  color: #4EAEA8;
  font-weight: normal;
  max-width: 224px;
}

.helpdesk .sectionbox .details .font14 {
  font-size: 14px;
  line-height: 20px;
  color: #77868B;
  margin-bottom: 10px;
}

.helpdesk .sectionbox .pagelink {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.helpdesk .sectionbox .pagelink a {
  position: relative;
  width: 32px;
  height: 32px;
  background: url(../images/more.png) no-repeat center;
  border: 2px solid #8DB55D;
  padding: 12px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 100%;
}

.helpdesk .sectionbox:hover {
  background: #4EAEA8;
}

.helpdesk .sectionbox:hover .top_Area h3 {
  color: #FFFFFF;
  opacity: 24%;
}

.helpdesk .sectionbox:hover .top_Area .boximg i.company_incorporation {
  background: url(../images/office_hover.png) no-repeat right top;
}

.helpdesk .sectionbox:hover .top_Area .boximg i.secretarial {
  background: url(../images/secretary_hover.png) no-repeat right top;
}

.helpdesk .sectionbox:hover .top_Area .boximg i.accounting {
  background: url(../images/accounts_hover.png) no-repeat right top;
}

.helpdesk .sectionbox:hover .top_Area .boximg i.local_partnership {
  background: url(../images/handshake_hover.png) no-repeat right top;
}

.helpdesk .sectionbox:hover .top_Area .boximg i.business_advisory {
  background: url(../images/team_hover.png) no-repeat right top;
}

.helpdesk .sectionbox:hover .top_Area .boximg i.property_search {
  background: url(../images/search-house_hover.png) no-repeat right top;
}

.helpdesk .sectionbox:hover .details h4, .helpdesk .sectionbox:hover .details .font14 {
  color: #fff;
}

.helpdesk .sectionbox:hover .pagelink a {
  position: relative;
  width: 32px;
  height: 32px;
  background: url(../images/more_hover.png) no-repeat center;
  border: 2px solid #FFF;
  float: right;
  padding: 12px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 100%;
}

@media (max-width: 1199px) {
  .helpdesk .sectionbox {
    min-height: 310px;
  }
  .helpdesk .sectionbox .details .font14 {
    min-height: 100px;
  }
}

@media (max-width: 991px) {
  .helpdesk {
    background-size: cover;
  }
  .helpdesk .sectionbox {
    min-height: 300px;
  }
  .helpdesk .sectionbox .details .font14 {
    min-height: 80px;
  }
}

@media (max-width: 767px) {
  .helpdesk .sectionbox {
    line-height: auto;
  }
  .helpdesk .sectionbox .details .font14 {
    line-height: auto;
  }
}

.questions {
  background: url(../images/question_bg.png) no-repeat;
}

.questions h3 {
  text-align: center;
  font-weight: bold;
  color: #4EAEA8;
}

.questions .inqueryform {
  padding: 20px 0px;
  max-width: 900px;
  margin: 0 auto;
}

.questions .inqueryform .form-control {
  height: 53px;
  background: none;
}

.questions .inqueryform .form-control:focus {
  background: rgba(78, 174, 168, 0.26);
  outline: none;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.questions .inqueryform .comment {
  height: 135px;
}

.questions .inqueryform .greenbtn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border: 0px;
  cursor: pointer;
  color: #fff;
  background: #8DB55D;
  border-radius: 6px;
  font-size: 14px;
  line-height: 26px;
  font-weight: bold;
  padding: 12px 50px 12px 30px;
  margin: 0 auto;
  position: relative;
  margin-top: 10px;
}

.questions .inqueryform .greenbtn::before {
  content: "";
  position: absolute;
  width: 19px;
  height: 14px;
  background: url(../images/more_hover.png) no-repeat;
  right: 23px;
  top: 18px;
}

.questions .inqueryform .greenbtn:focus {
  border: none;
  outline: none;
}

.questions .inqueryform .greenbtn:hover {
  background: #4EAEA8;
}

@media (max-width: 767px) {
  .questions .inqueryform .greenbtn {
    padding: 10px 44px 11px 25px;
  }
  .questions .inqueryform .greenbtn::before {
    right: 21px;
    top: 17px;
  }
}

.info2, .success, .warning2, .failure, .validation2 {
  border: 1px solid;
  margin: 10px 0px;
  padding: 15px 10px 15px 50px;
  background-repeat: no-repeat;
  background-position: 10px center;
}

.info2 {
  color: #00529B;
  background-color: #BDE5F8;
  background-image: url(../../assets/images/info.png);
}

.success {
  color: #4F8A10;
  background-color: #DFF2BF;
  background-image: url(../../assets/images/success.png);
}

.warning2 {
  color: #9F6000;
  background-color: #FEEFB3;
  background-image: url(../../assets/images/warning.png);
}

.failure {
  color: #D8000C;
  background-color: #FFBABA;
  background-image: url(../../assets/images/error.png);
}

.hm_client #owl-example1, .hm_client .owl-carousel .owl-stage-outer {
  height: 110px !important;
}

input[type="text"].error, textarea.error, select.error {
  border-bottom: 2px solid #D8000C !important;
}

label.error {
  color: #D8000C;
}

label.error {
  position: absolute;
  font-size: 13px;
  font-weight: 400;
}

.alert-specialsuccess {
  color: #4f8a10;
  padding: 4px 0 3px 357px;
}

.alert-specialinfo {
  color: #3d8fd8;
  padding: 4px 0 3px 357px;
}

#toTop {
  width: 40px;
  height: 40px;
  border: 1px solid #000;
  background: #000;
  text-align: center;
  padding-top: 0;
  position: fixed;
  bottom: 10px;
  right: 12px;
  cursor: pointer;
  color: #fff;
  font-size: 30px;
  line-height: 35px;
  z-index: 555;
  border-radius: 50%;
}

.footer {
  background: #4EAEA8;
}

.footer .headercontact {
  padding-top: 40px;
}

.footer .headercontact ul li {
  margin: 0px;
  padding-left: 30px;
  position: relative;
}

.footer .headercontact ul li i {
  position: absolute;
  left: 0px;
}

.footer .headercontact ul li a {
  margin: 0px;
}

.footer .logo {
  padding: 20px 18px;
  background: #fff;
  border-radius: 0 0 17px 17px;
}

.footer .footertop {
  min-height: 140px;
}

.footer .footertop .row {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.footer .quicklink ul {
  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;
}

.footer .quicklink ul li a {
  font-size: 18px;
  line-height: 30px;
  color: #fff;
  margin: 0px 15px;
  position: relative;
  display: block;
}

.footer .quicklink ul li a::after {
  content: '';
  position: absolute;
  width: 100%;
  height: 1px;
  left: 0px;
  bottom: 0px;
  background: #fff;
  -webkit-transform: scaleX(0);
          transform: scaleX(0);
  -webkit-transform-origin: right;
          transform-origin: right;
  -webkit-transition: -webkit-transform 250ms ease-in;
  transition: -webkit-transform 250ms ease-in;
  transition: transform 250ms ease-in;
  transition: transform 250ms ease-in, -webkit-transform 250ms ease-in;
}

.footer .quicklink ul li.active a::after, .footer .quicklink ul li:hover a::after {
  -webkit-transform: scaleX(1);
          transform: scaleX(1);
  -webkit-transform-origin: left;
          transform-origin: left;
}

.footer .headercontact ul {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.footer .headercontact ul li a:hover {
  color: #000;
}

.footer .footerbottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 40px 0px 20px 0px;
}

.footer .footerbottom p {
  font-size: 14px;
  line-height: 19px;
  color: #fff;
}

@media (max-width: 1199px) {
  .footer .quicklink ul li a {
    margin: 0px 15px;
  }
}

@media (max-width: 991px) {
  .footer .quicklink ul {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .footer .quicklink ul li {
    padding: 5px 0px;
  }
}

@media (min-width: 768px) and (max-width: 1000px) {
  .footer .quicklink ul {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .footer .quicklink ul li a {
    margin: 0px 16px;
  }
  .footer .headercontact {
    margin-top: 0px;
  }
  .footer .headercontact ul {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

@media (max-width: 767px) {
  .footer .logo {
    display: inline-block;
    text-align: center;
    display: block;
    margin: 0 auto;
    max-width: 150px;
  }
  .footer .quicklink {
    padding-top: 20px;
  }
  .footer .quicklink ul {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .footer .headercontact {
    display: block;
    text-align: center;
    padding-top: 20px;
  }
  .footer .headercontact ul {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .footer .footerbottom {
    text-align: center;
    padding: 20px 0px;
  }
}

@media (max-width: 575px) {
  .footer .quicklink ul, .footer .headercontact ul, .footer .footerbottom {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.innerbanner {
  position: relative;
}

.innerbanner .innerbannerBox img {
  width: 100%;
}

.innerbanner .bannerText {
  bottom: 30%;
  text-align: center;
}

.innerbanner .bannerText h1 {
  min-width: 360px;
  display: inline-block;
}

.innerbanner .bannerText h1::before {
  left: -16px;
}

.innerbanner .bannerText h1::after {
  right: -16px;
}

@media (max-width: 991px) {
  .innerbanner .innerbannerBox img {
    width: 100%;
    height: 250px;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .innerbanner .bannerText {
    bottom: 40px;
  }
}

@media (max-width: 767px) {
  .innerbanner .bannerText h1 {
    min-width: 250px;
  }
  .innerbanner.contactbanner .bannerText h1::before {
    left: 25%;
  }
  .innerbanner.contactbanner .bannerText h1::after {
    right: 25%;
  }
  .innerbanner .innerbannerBox img {
    width: 100%;
    height: 300px;
    -o-object-fit: cover;
       object-fit: cover;
  }
}

.values h3 {
  color: #4EAEA8;
}

.values .valuesbox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 540px;
  padding-top: 63px;
}

.values .valuesbox .valuesimg {
  width: 142px;
  height: 142px;
}

.values .valuesbox .valuedetails {
  color: #77868B;
  padding-left: 24px;
}

.values .valuesbox .valuedetails h4 {
  font-size: 25px;
  line-height: 31px;
  font-weight: 400;
}

.values .valuesbox .valuedetails .font18 {
  max-width: 370px;
}

@media (max-width: 991px) {
  .values {
    padding-top: 0px;
  }
  .values .valuesbox {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    max-width: auto;
  }
  .values .valuesbox .valuesimg {
    margin-bottom: 30px;
  }
  .values .valuesbox .valuedetails {
    padding-left: 0px;
  }
}

@media (max-width: 767px) {
  .values h3 {
    text-align: center;
  }
  .values .valuesbox .valuesimg {
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 0px;
    max-width: 100px;
    text-align: center;
  }
  .values .valuesbox .valuesimg img {
    max-width: 100%;
  }
  .values .valuesbox {
    padding-top: 40px;
  }
  .values .valuesbox .valuedetails {
    text-align: center;
  }
  .values .valuesbox .valuedetails .font18 {
    max-width: inherit;
    text-align: center;
  }
}

.bullet {
  padding-bottom: 15px;
}

.bullet li {
  padding: 0 0 10px 15px;
  position: relative;
}

.bullet li::after {
  content: '';
  position: absolute;
  width: 7px;
  height: 7px;
  border-radius: 100%;
  left: 0px;
  top: 10px;
  background: #4EAEA8;
}

@media (max-width: 767px) {
  .bullet li {
    font-size: 16px;
    padding: 15px  15px 0;
  }
  .bullet li::after {
    top: 23px;
  }
}

.servicesbox {
  padding-top: 90px;
}

.servicesbox .font18 {
  color: #77868B;
}

.servicesbox .paddingtop {
  padding-top: 90px;
}

.servicesbox h3 {
  font-weight: bold;
  color: #4EAEA8;
  line-height: 36px;
  font-size: 28px;
}

.servicesbox .mgmbtm30 {
  margin-bottom: 40px;
}

.servicesbox.contactus {
  padding: 80px 0px;
}

.servicesbox.contactus .address {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.servicesbox.contactus .address i {
  font-size: 25px;
  line-height: 28px;
  color: #4EAEA8;
}

.servicesbox.contactus .address .font30 {
  font-size: 26px;
  line-height: 39px;
  color: #77868B;
  padding-left: 20px;
}

.servicesbox.contactus .contactdetails {
  padding-top: 50px;
}

.servicesbox.contactus .contactdetails .greenbtn {
  text-align: left;
}

.servicesbox.contactus .marginright {
  position: relative;
}

.servicesbox.contactus .contactimg {
  position: absolute;
  max-width: 440px;
  right: -40%;
}

.servicesbox.contactus .headercontact ul {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  color: #4EAEA8;
}

.servicesbox.contactus .headercontact ul li i {
  font-size: 25px;
}

.servicesbox.contactus .headercontact ul li a {
  color: #77868B;
  font-size: 26px;
  line-height: 32px;
}

@media (max-width: 1199px) {
  .servicesbox.contactus .contactimg {
    right: -11%;
  }
}

@media (max-width: 991px) {
  .servicesbox.contactus {
    padding: 40px 0px 0;
  }
  .servicesbox.contactus .contactdetails .address .font30 {
    font-size: 25px;
    line-height: 31px;
  }
  .servicesbox.contactus .headercontact ul {
    text-align: left;
  }
  .servicesbox.contactus .contactdetails .address i {
    padding-left: 5px;
  }
  .servicesbox.contactus .contactdetails .address .font30 {
    font-size: 20px;
    line-height: 26px;
    padding-left: 15px;
  }
  .servicesbox.contactus .contactdetails .greenbtn a {
    padding: 14px 24px;
  }
  .servicesbox h3 {
    font-size: 38px;
    line-height: 43px;
  }
}

@media (max-width: 767px) {
  .servicesbox {
    padding-top: 40px;
  }
  .servicesbox.whyus h2 {
    font-size: 38px;
    line-height: 44px;
  }
  .servicesbox .paddingtop {
    padding-top: 40px;
  }
  .servicesbox h3 {
    font-size: 30px;
    line-height: 35px;
  }
  .servicesbox.contactus .headercontact {
    display: block;
  }
  .servicesbox.contactus .contactdetails .greenbtn a {
    padding: 12px 18px;
  }
  .servicesbox.contactus .contactimg {
    display: none;
  }
}

@media (max-width: 575px) {
  .servicesbox h2 {
    padding-bottom: 20px;
  }
  .servicesbox.whyus h2 {
    font-size: 30px;
    line-height: 34px;
  }
  .servicesbox h3 {
    font-size: 26px;
    line-height: 29px;
  }
  .servicesbox .font18 {
    font-size: 16px;
    line-height: 21px;
  }
  .servicesbox.contactus .greenbtn a {
    padding: 12px 18px;
  }
  .servicesbox.contactus .contactimg {
    display: none;
  }
  .servicesbox.contactus .contactdetails .address i {
    padding-left: 5px;
  }
  .servicesbox.contactus .contactdetails .address .font30 {
    font-size: 20px;
    line-height: 26px;
    padding-left: 15px;
  }
}

@media (min-width: 1200px) {
  .container {
    max-width: 1170px;
  }
}

.largeFont {
  font-size: 35px;
  line-height: 40px;
  font-weight: 500;
}

@media (max-width: 991px) {
  .largeFont {
    font-size: 30px;
    line-height: 40px;
  }
}

@media (max-width: 767px) {
  .largeFont {
    font-size: 26px;
    line-height: 32px;
  }
}

.largeFont.font18 {
  color: #77868B;
  font-size: 28px;
  line-height: 34px;
}
/*# sourceMappingURL=style.css.map */