.background1 {
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%; }

.background2 {
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%; }

.mainlogo-huge {
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%; }

.background-inner {
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%; }

* {
  box-sizing: border-box;
  margin: 0;
  padding: 0; }

body,
fieldset,
h1,
h2,
h3,
h4,
h5,
h6,
ol,
p,
ul,
ul li {
  margin: 0;
  padding: 0; }

a,
.hamburger,
button {
  cursor: pointer; }

*,
a:focus,
a:hover {
  text-decoration: none; }

a,
body {
  color: #000;
  text-decoration: none; }

*,
button:focus {
  outline: 0; }

html {
  font-size: 100%;
  min-height: 100%;
  position: relative;
  font-size: 62.5%; }

body {
  width: 100%;
  height: 100%;
  line-height: 1;
  min-width: 320px;
  font-size: 1.6rem;
  font-weight: 400; }

p {
  font-size: 1.8rem;
  line-height: 1.875rem;
  color: #000;
  font-family: "Lato", sans-serif; }

ul {
  list-style: none; }

img {
  max-width: 100%;
  height: auto; }

.auto-img {
  width: auto; }

iframe {
  width: 100%;
  max-width: 100%;
  pointer-events: none; }

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 400;
  color: #000;
  font-family: "Clarendon BT";
  font-weight: 700; }

fieldset {
  border: none; }

.content__thumb img,
.slick-arrow,
footer .footer__list li a,
footer .footer__list li i,
footer .footer__list li span.circle-ico,
header,
header .main-logo img,
a {
  transition: all 0.3s ease-in-out; }

a:focus,
a:hover {
  color: #2b6366;
  transition: all 0.3s ease-in-out; }

.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
  white-space: nowrap;
  height: 1px;
  width: 1px;
  overflow: hidden; }

.screen-reader-text:focus {
  background-color: #f1f1f1;
  border-radius: 3px;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  display: block;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 700;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000; }

@font-face {
  font-family: 'Clarendon BT';
  src: url("assets/fonts/ClarendonBT-Bold.woff2") format("woff2"), url("assets/fonts/ClarendonBT-Bold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap; }
@font-face {
  font-family: 'Clarendon BT';
  src: url("assets/fonts/ClarendonBT-Roman.woff2") format("woff2"), url("assets/fonts/ClarendonBT-Roman.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap; }
.btn-more-a a {
  background: #2b6366;
  border: 2px solid #2b6366;
  display: inline-block;
  color: #fff;
  padding: 2.7rem 3.4rem;
  border-radius: 5.0rem;
  font-size: 2.3rem;
  line-height: 20.93px;
  text-transform: uppercase;
  font-family: "Ubuntu", sans-serif;
  width: 335px;
  text-align: center;
  font-weight: 500;
  letter-spacing: 0.5rem; }
  .btn-more-a a:hover {
    background: #fff;
    color: #2b6366; }

.background1 {
  background-image: url(../img/background1.png);
  position: relative; }

.banner-main-slider {
  position: relative; }

.banner__content-image,
.banner-main-slider,
.banner-homepage {
  overflow: hidden; }

.banner__content-image {
  padding: 36.5rem 0 24rem; }

.banner__content {
  position: relative;
  margin: -82px 0 0; }
  .banner__content::after {
    content: "";
    position: absolute;
    background-image: url(../img/girl11.png);
    inset: -11rem 0 auto 0rem;
    background-repeat: no-repeat;
    /* background-size: contain; */
    background-origin: border-box;
    background-position: right;
    width: 100%;
    height: 535px; }
  .banner__content h1 {
    font-size: 9.2rem;
    line-height: 91.67px;
    margin-bottom: 2.5rem;
    color: #2b6366; }
  .banner__content p {
    font-size: 3.3rem;
    font-weight: 400;
    line-height: 27.00px;
    line-height: 1.4; }

.header-menu {
  background: #000;
  padding: 5rem 0; }
  .header-menu.header-menu-home {
    padding: 5.0rem 0 0;
    position: absolute;
    width: 100%;
    background: transparent;
    z-index: 1; }

.hamburger {
  display: inline-block;
  cursor: pointer;
  transition-property: opacity, filter;
  transition-duration: 0.15s;
  transition-timing-function: linear;
  font: inherit;
  color: inherit;
  text-transform: none;
  background-color: transparent;
  border: 0;
  margin: 0;
  overflow: visible; }

.hamburger:hover {
  opacity: 0.7; }

.hamburger.is-active:hover {
  opacity: 0.7; }

.hamburger.is-active .hamburger-inner,
.hamburger.is-active .hamburger-inner::before,
.hamburger.is-active .hamburger-inner::after {
  background-color: #98a7b2; }

.hamburger-box {
  width: 40px;
  height: 24px;
  display: inline-block;
  position: relative; }

.hamburger-inner {
  display: block;
  top: 50%;
  margin-top: -2px; }

.hamburger-inner, .hamburger-inner::before, .hamburger-inner::after {
  width: 40px;
  height: 4px;
  background-color: #98a7b2;
  border-radius: 4px;
  position: absolute;
  transition-property: transform;
  transition-duration: 0.15s;
  transition-timing-function: ease; }

.hamburger-inner::before, .hamburger-inner::after {
  content: "";
  display: block; }

.hamburger-inner::before {
  top: -10px; }

.hamburger-inner::after {
  bottom: -10px; }

   /*
* Collapse
*/
.hamburger--collapse .hamburger-inner {
  top: auto;
  bottom: 0;
  transition-duration: 0.13s;
  transition-delay: 0.13s;
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }

.hamburger--collapse .hamburger-inner::after {
  top: -20px;
  transition: top 0.2s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), opacity 0.1s linear; }

.hamburger--collapse .hamburger-inner::before {
  transition: top 0.12s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19); }

.hamburger--collapse.is-active .hamburger-inner {
  transform: translate3d(0, -10px, 0) rotate(-45deg);
  transition-delay: 0.22s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }

.hamburger--collapse.is-active .hamburger-inner::after {
  top: 0;
  opacity: 0;
  transition: top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333), opacity 0.1s 0.22s linear; }

.hamburger--collapse.is-active .hamburger-inner::before {
  top: 0;
  transform: rotate(-90deg);
  transition: top 0.1s 0.16s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.13s 0.25s cubic-bezier(0.215, 0.61, 0.355, 1); }

.navbar {
  padding: 0; }

#navbarNav {
  justify-content: flex-end; }
  #navbarNav .navbar-nav .nav-item {
    position: relative; }
    #navbarNav .navbar-nav .nav-item .nav-link {
      padding: 0;
      font-family: "Ubuntu", sans-serif;
      font-size: 2.5rem;
      font-weight: 500; }
    #navbarNav .navbar-nav .nav-item.dropdown .dropdown-menu {
      border: 0;
      border-radius: 0;
      margin: 0;
      padding: 0; }
      #navbarNav .navbar-nav .nav-item.dropdown .dropdown-menu .dropdown-item {
        font-size: 1.6rem;
        padding: 1.5rem 1.5rem;
        transition: all ease-in-out 0.3s; }
        #navbarNav .navbar-nav .nav-item.dropdown .dropdown-menu .dropdown-item:not(:last-child) {
          border-bottom: 1px solid #efefef; }
        #navbarNav .navbar-nav .nav-item.dropdown .dropdown-menu .dropdown-item:hover {
          background: #98a7b2;
          color: #fff; }
    #navbarNav .navbar-nav .nav-item:not(:last-child) {
      padding-right: 3.0rem; }
    #navbarNav .navbar-nav .nav-item:hover a {
      color: #2b6366 !important; }
.inner-header-menu #navbarNav .navbar-nav .nav-item .nav-link {
  color: #fff; }

footer {
  background-image: url(../img/background2.png);
  padding: 30rem 0 15.0rem;
  position: relative;
  overflow: hidden; }
  .footer--wrapper .row {
    align-items: flex-end; }
  .logo-footer {
    width: 32.0rem;
    margin: 0 auto; }
  .footermenuLinks ul {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap; }
    .footermenuLinks ul li {
      padding: 0 3.3rem; }
      .footermenuLinks ul li a {
        color: #fff;
        font-family: "Ubuntu", sans-serif;
        font-size: 2.5rem;
        font-weight: 500; }
      .footermenuLinks ul li.first-child {
        padding-left: 0; }
      .footermenuLinks ul li.last-child {
        padding-right: 0; }
      .footermenuLinks ul li:hover a {
        color: #2b6366; }

.services-section {
  padding: 0rem 0 8.4rem;
  position: relative; }
  .services-section::before {
    content: "";
    position: absolute;
    inset: -16.5rem 0 0;
    background: #2b6366;
    z-index: -1; }
  .service-single-wrap {
    text-align: center;
    padding: 0 6rem; }
    .service-single-wrap .image-icon {
      width: 128px;
      width: 9.5rem;
      margin: 0 auto; }
    .content-des {
      padding: 5rem 0 0rem; }
      .content-des h3 {
        color: #fff;
        font-size: 3.8rem;
        line-height: 4.171rem;
        opacity: 0.5;
        margin-bottom: 3rem; }
      .content-des p {
        color: #fff;
        font-size: 1.9rem;
        line-height: 2.285rem; }

.about-section {
  background: #fff;
  padding: 7.0rem 0 8.0rem; }
  .about-section--col.flex-row-reverse .about-single-text {
    padding-inline-start: 0;
    padding-inline-end: 10.8rem; }
  .about-single-wrap {
    flex: 0 0 50%;
    max-width: 50%; }
  .about-single-text h3 {
    color: #2b6366;
    font-size: 5.0rem;
    line-height: 52.55px;
    margin-bottom: 5rem; }
  .about-single-text p {
    font-size: 2.9rem;
    line-height: 23.63px;
    line-height: 1;
    line-height: 1.4;
    margin-bottom: 5.5rem; }

.callout-section {
  background: #98a7b2;
  padding: 240px 0 280px;
  background-attachment: fixed; }
  .callout-section--col {
    text-align: center; }
    .callout-section--col h2 {
      color: #fff;
      font-size: 7.5rem;
      line-height: 1; }

.testimonial-section {
  background: #fff;
  padding: 12.5rem 0 0; }
  .test-image-icon {
    margin-bottom: 5rem; }
    .test-image-icon img {
      display: inline-block; }
  .test-content-des p {
    font-size: 3.5rem;
    line-height: 42.29px;
    margin-bottom: 5rem; }
  .test-content-des h3 {
    font-size: 4.2rem;
    line-height: 42.29px;
    color: #2b6366; }

.innerpage-about .about-section--wrapper {
  padding: 5rem 0 0; }
.innerpage-about .about-single-text {
  flex: 0 0 100%;
  max-width: 100%; }
  .innerpage-about .about-single-text img {
    display: inline-block;
    float: right;
    vertical-align: top;
    width: 62.0rem;
    height: 62.0rem; }

.service-page-one-one {
  padding: 7rem 0; }
  .service-page-one-one:last-child {
    padding-bottom: 0; }

.header-section {
  text-align: center;
  margin-bottom: 7rem; }
  .header-section h2 {
    color: #fff;
    font-size: 5rem;
    opacity: 0.5;
    line-height: 5rem; }

.callout-section {
  position: relative; }

.mainlogo-huge {
  width: 96rem;
  position: absolute;
  right: 60px;
  bottom: -5rem;
  opacity: 0.2; }
  .mainlogo-huge img {
    width: 96rem;
    transform: rotate(10deg); }

.background-inner {
  background-image: url(../img/inner-banner-common.png); }

.background-inner__content {
  padding: 130px 0 190px; }
  .background-inner__content h1 {
    font-size: 7.5rem;
    line-height: 91.67px;
    color: #2b6366; }

.inner-section-single {
  padding: 12.0rem 0 13.0rem;
  padding: 0; }

.altr-bg {
  background: #122929; }

.flex-row-reverse-no p,
.flex-row-reverse-no h3 {
  color: #fff; }

.round-image img {
  border-radius: 50%;
  object-fit: cover;
  object-position: center; }

body {
  overflow-x: hidden; }

@media screen and (min-width: 992px) {
  .is-mobile {
    display: none; }

  #navbarNav .navbar-nav .nav-item.active, #navbarNav .navbar-nav .nav-item:hover {
    color: #98a7b2; }
    #navbarNav .navbar-nav .nav-item.active::before, #navbarNav .navbar-nav .nav-item:hover::before {
      opacity: 1; }
    #navbarNav .navbar-nav .nav-item.active .nav-link, #navbarNav .navbar-nav .nav-item:hover .nav-link {
      color: #2b6366; }
  #navbarNav .navbar-nav .nav-item.dropdown .dropdown-menu {
    display: block;
    box-shadow: 0 0 3px 1px #eee;
    opacity: 0;
    visibility: hidden;
    top: 25px;
    transition: all ease-in-out 0.3s; }
  #navbarNav .navbar-nav .nav-item.dropdown:hover .dropdown-menu {
    top: 36px;
    opacity: 1;
    visibility: visible; } }
@media screen and (min-width: 1460px) {
  .container {
    max-width: 1440px; } }
@media screen and (min-width: 1660px) {
  .container {
    max-width: 1640px; } }

/*# sourceMappingURL=custom.css.map */
