/* variables css */
/* for common fonts */
/* mixins */
html {
  font-size: 10px;
}

@media (min-width: 1921px) {
  html {
    font-size: 11px;
  }
}

@media (max-width: 1920.98px) {
  html {
    font-size: 10px;
  }
}

@media (max-width: 1679.98px) {
  html {
    font-size: 10px;
  }
}

@media (max-width: 1199.98px) {
  html {
    font-size: 9px;
  }
}

@media (max-width: 991.98px) {
  html {
    font-size: 8px;
  }
}

@media (max-width: 767.98px) {
  html {
    font-size: 7px;
  }
}

input:focus,
select:focus,
.form-control:focus,
button:focus,
.btn:focus {
  -webkit-box-shadow: none;
          box-shadow: none;
  outline: none;
  border-color: inherit;
}

img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

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

h1, h2, h3, h4, h5, h6, p {
  margin-bottom: 0;
}

body {
  background-color: #ffffff;
  font-family: "nunito-regular";
  font-size: 1.6rem;
  font-weight: 400;
  color: #111111;
}

a,
a:hover {
  text-decoration: none;
  outline: none;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.py-120 {
  padding-top: 12rem;
  padding-bottom: 12rem;
}

.py-100 {
  padding-top: 10rem;
  padding-bottom: 10rem;
}

.py-80 {
  padding-top: 8rem;
  padding-bottom: 8rem;
}

.pt-40 {
  padding-top: 4rem;
}

@media (max-width: 991.98px) {
  .py-120 {
    padding-top: 8rem;
    padding-bottom: 8rem;
  }
  .py-100 {
    padding-top: 8rem;
    padding-bottom: 8rem;
  }
  .py-80 {
    padding-top: 8rem;
    padding-bottom: 8rem;
  }
  .pt-40 {
    padding-top: 4rem;
  }
}

.sec-ttl h6 {
  padding-bottom: 1rem;
}

.sort-banner-wrapper {
  background-attachment: fixed;
  background-size: cover;
}

.sort-banner-wrapper .sort-banner ul {
  font: 700 1.8rem/1.5 "nunito-bold";
  padding-top: 1.4rem;
  color: #195442;
}

.sort-banner-wrapper .sort-banner ul li {
  padding-right: 3rem;
  position: relative;
}

.sort-banner-wrapper .sort-banner ul li a {
  color: #000000;
}

.sort-banner-wrapper .sort-banner ul li::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0.9rem;
  width: 1.2rem;
  height: 1.2rem;
  background-image: url("../images/down.svg");
  background-size: cover;
  -webkit-transform: translateY(-50%) rotate(-90deg);
          transform: translateY(-50%) rotate(-90deg);
}

.sort-banner-wrapper .sort-banner ul li:first-child {
  list-style-type: none;
}

.sort-banner-wrapper .sort-banner ul li:last-child {
  padding-right: 0;
}

.sort-banner-wrapper .sort-banner ul li:last-child::after {
  display: none;
}

.sort-banner-wrapper::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.7);
}

@media (max-width: 575.98px) {
  .container, .container-fluid {
    padding-left: 2rem;
    padding-right: 2rem;
  }
}

/*  buttons start  */
.theme-btn,
header .main-header .navbar .navbar-nav .nav .nav-item.button .nav-link {
  font: 700 1.6rem/1.38 "nunito-bold";
  color: #195442;
  padding: 1.4rem 2.7rem 1.3rem;
  display: inline-block;
  background-color: #E8DB3F;
  text-transform: uppercase;
  border: none;
  border-radius: 50px;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.theme-btn:hover,
header .main-header .navbar .navbar-nav .nav .nav-item.button .nav-link:hover {
  background-color: #195442;
  color: #E8DB3F;
}

/* common css */
.form-control {
  font-size: 1.8rem;
  background-color: #ffffff;
  padding: 2rem 2.4rem;
  border: none;
  color: #000000;
  border-radius: 30px;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.form-control::-webkit-input-placeholder {
  color: #797979;
}

.form-control:-ms-input-placeholder {
  color: #797979;
}

.form-control::-ms-input-placeholder {
  color: #797979;
}

.form-control::placeholder {
  color: #797979;
}

textarea.form-control {
  min-height: 13.2rem;
}

/* form css */
header {
  background-color: #ffffff;
}

header .topbar {
  background-color: #195442;
  padding: 1.8rem 0;
}

header .topbar .toplist .toplist-item .toptext {
  gap: 1rem 3rem;
}

header .topbar .toplist .toplist-item .toptext a {
  color: #ffffff;
}

header .topbar .toplist .toplist-item .toptext a img {
  width: 2.4rem;
  margin-right: 0.8rem;
}

header .topbar .toplist .toplist-item .toptext a:hover {
  color: #E8DB3F;
}

header .main-header {
  padding: 2rem 0;
}

header .main-header .logo img {
  width: 15rem;
}

header .main-header .navbar .navbar-nav .nav {
  gap: 1.4rem 4rem;
}

header .main-header .navbar .navbar-nav .nav .nav-item .nav-link {
  font-family: "nunito-bold";
  color: #111111;
  text-transform: uppercase;
  padding: 0;
  position: relative;
}

header .main-header .navbar .navbar-nav .nav .nav-item .nav-link:hover {
  color: #195442;
}

@media (max-width: 991.98px) {
  header .topbar .toplist .toplist-item .toptext {
    gap: 1rem 2rem;
  }
  header .topbar .toplist .toplist-item .toptext a {
    font-size: 1.5rem;
  }
  header .topbar .toplist .toplist-item .toptext a img {
    margin-right: 0.6rem;
  }
}

@media (max-width: 767.98px) {
  header .topbar {
    padding: 1.6rem 0;
  }
  header .topbar .toplist .toplist-item:last-child .toptext a img {
    margin-right: 0;
  }
  header .topbar .toplist .toplist-item:last-child .toptext a span {
    display: none;
  }
  header .main-header {
    padding: 1.6rem 0;
  }
  header .main-header .logo img {
    width: 20rem;
  }
}

@media (max-width: 575.98px) {
  header .main-header .burger-menu {
    width: 5.5rem;
    height: 5.5rem;
    border-radius: 100%;
    background-color: #195442;
  }
  header .main-header .burger-menu img {
    width: 2.5rem;
    height: 2.5rem;
  }
  header .main-header .navbar {
    position: fixed;
    top: -100%;
    left: 0;
    width: 100%;
    min-height: 100vh;
    z-index: 10;
    background-color: #195442;
    -webkit-transition: all 0.4s linear;
    transition: all 0.4s linear;
  }
  header .main-header .navbar .close {
    position: absolute;
    top: 2rem;
    right: 2rem;
    width: 3rem;
    height: 3rem;
  }
  header .main-header .navbar .navbar-nav .nav {
    gap: 3.4rem 4rem;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  header .main-header .navbar .navbar-nav .nav .nav-item {
    overflow: hidden;
  }
  header .main-header .navbar .navbar-nav .nav .nav-item .nav-link {
    font-size: 2.4rem;
    color: #ffffff;
    position: relative;
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%);
    opacity: 0;
    -webkit-transition: opacity 1s ease-in-out, color 0.3s linear, -webkit-transform 1s ease-in-out;
    transition: opacity 1s ease-in-out, color 0.3s linear, -webkit-transform 1s ease-in-out;
    transition: transform 1s ease-in-out, opacity 1s ease-in-out, color 0.3s linear;
    transition: transform 1s ease-in-out, opacity 1s ease-in-out, color 0.3s linear, -webkit-transform 1s ease-in-out;
  }
  header .main-header .navbar .navbar-nav .nav .nav-item:nth-of-type(1) .nav-link {
    -webkit-transition-delay: 0.2s;
            transition-delay: 0.2s;
  }
  header .main-header .navbar .navbar-nav .nav .nav-item:nth-of-type(2) .nav-link {
    -webkit-transition-delay: 0.3s;
            transition-delay: 0.3s;
  }
  header .main-header .navbar .navbar-nav .nav .nav-item:nth-of-type(3) .nav-link {
    -webkit-transition-delay: 0.4s;
            transition-delay: 0.4s;
  }
  header .main-header .navbar .navbar-nav .nav .nav-item:nth-of-type(4) .nav-link {
    -webkit-transition-delay: 0.5s;
            transition-delay: 0.5s;
  }
  header .main-header .navbar .navbar-nav .nav .nav-item:nth-of-type(5) .nav-link {
    -webkit-transition-delay: 0.6s;
            transition-delay: 0.6s;
  }
  header .main-header .navbar.active {
    top: 0;
  }
  header .main-header .navbar.active .navbar-nav .nav .nav-item .nav-link {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    opacity: 1;
  }
}

/* header css */
footer {
  background-color: #195442;
  padding-top: 10rem;
}

footer .top-footer h1 {
  font-family: "alef-bold";
  color: #ffffff;
  line-height: 1.3;
}

footer .top-footer .contact-item {
  padding-bottom: 2rem;
}

footer .top-footer .contact-item .icon {
  width: 6rem;
  height: 6rem;
  margin-right: 1.2rem;
  background-color: #E8DB3F;
  border-radius: 100%;
}

footer .top-footer .contact-item .icon img {
  width: 3rem;
  height: 3rem;
  -webkit-filter: brightness(0);
          filter: brightness(0);
}

footer .top-footer .contact-item h6 {
  font-family: "nunito-regular";
  line-height: 1.7;
  color: #ffffff;
}

footer .top-footer .contact-item h6 a:hover {
  color: #E8DB3F;
}

footer .top-footer .contact-item:last-child {
  padding-bottom: 0;
}

footer .bottom-footer {
  padding: 7rem 0 2.8rem;
}

footer .bottom-footer .logo img {
  width: 15rem;
}

footer .bottom-footer .nav {
  gap: 1rem 4rem;
}

footer .bottom-footer .nav .nav-item .nav-link {
  font-family: "nunito-medium";
  color: #ffffff;
  padding: 0;
}

footer .bottom-footer .nav .nav-item .nav-link:hover {
  color: #E8DB3F;
}

footer .bottom-footer .social-icons {
  gap: 2rem;
}

footer .bottom-footer .social-icons a img {
  width: 3rem;
  -webkit-transition: all 0.1s linear;
  transition: all 0.1s linear;
}

footer .bottom-footer .social-icons a:hover img {
  -webkit-filter: invert(0%) sepia(36%) saturate(6267%) hue-rotate(322deg) brightness(100%) contrast(122%);
          filter: invert(0%) sepia(36%) saturate(6267%) hue-rotate(322deg) brightness(100%) contrast(122%);
}

footer .copyright {
  padding: 2rem 0;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}

footer .copyright p {
  color: #ffffff;
}

footer .copyright p a:hover {
  color: #E8DB3F;
}

@media (max-width: 991.98px) {
  footer {
    padding-top: 8rem;
  }
  footer .top-footer h1 {
    font-size: 5.4rem;
  }
  footer .top-footer .contact-item .icon {
    width: 5.3rem;
    height: 5.3rem;
    margin-right: 1rem;
  }
  footer .top-footer .contact-item .icon img {
    width: 2.8rem;
    height: 2.8rem;
  }
  footer .top-footer .contact-item h6 {
    font-size: 1.8rem;
  }
}

@media (max-width: 767.98px) {
  footer {
    padding-top: 5.4rem;
  }
  footer .top-footer h1 {
    font-size: 4rem;
    padding-bottom: 3.2rem;
  }
  footer .top-footer .contact-item {
    max-width: 35rem;
    margin: auto;
  }
  footer .bottom-footer {
    padding-top: 4rem;
  }
  footer .bottom-footer .logo img {
    width: 20rem;
  }
  footer .bottom-footer .nav {
    padding: 3.4rem 0;
  }
  footer .bottom-footer .nav .nav-item .nav-link {
    font-size: 2rem;
  }
}

/* footer css */
@font-face {
  font-family: "nunito-bold";
  src: url("../fonts/nunito-bold.woff2") format("woff2"), url("../fonts/nunito-bold.ttf") format("ttf");
  font-display: auto;
  font-style: normal;
  font-weight: 700;
  font-stretch: normal;
}

@font-face {
  font-family: "nunito-medium";
  src: url("../fonts/nunito-medium.woff2") format("woff2"), url("../fonts/nunito-medium.ttf") format("ttf");
  font-display: auto;
  font-style: normal;
  font-weight: 500;
  font-stretch: normal;
}

@font-face {
  font-family: "nunito-regular";
  src: url("../fonts/nunito-regular.woff2") format("woff2"), url("../fonts/nunito-regular.ttf") format("ttf");
  font-display: auto;
  font-style: normal;
  font-weight: 400;
  font-stretch: normal;
}

@font-face {
  font-family: "alegreya-extrabold";
  src: url("../fonts/alegreya-extrabold.woff2") format("woff2"), url("../fonts/alegreya-extrabold.ttf") format("ttf");
  font-display: auto;
  font-style: normal;
  font-weight: 800;
  font-stretch: normal;
}

@font-face {
  font-family: "alegreya-regular";
  src: url("../fonts/alegreya-regular.woff2") format("woff2"), url("../fonts/alegreya-regular.ttf") format("ttf");
  font-display: auto;
  font-style: normal;
  font-weight: 400;
  font-stretch: normal;
}

@font-face {
  font-family: "alef-bold";
  src: url("../fonts/alef-bold.woff2") format("woff2"), url("../fonts/alef-bold.ttf") format("ttf");
  font-display: auto;
  font-style: normal;
  font-weight: 700;
  font-stretch: normal;
}

h1 {
  font-family: "alegreya-extrabold";
  font-style: normal;
  font-weight: 800;
  font-size: 7rem;
  line-height: 1.2;
  color: #195442;
}

h2 {
  font-family: "alegreya-extrabold";
  font-style: normal;
  font-weight: 800;
  font-size: 5rem;
  line-height: 1.2;
  color: #195442;
}

h4 {
  font-family: "nunito-medium";
  font-style: normal;
  font-weight: 500;
  font-size: 3rem;
  line-height: 1.37;
  color: #195442;
}

h5 {
  font-family: "alegreya-regular";
  font-style: normal;
  font-weight: 400;
  font-size: 2.4rem;
  line-height: 1.2;
  color: #111111;
}

h6 {
  font-family: "nunito-medium";
  font-style: normal;
  font-weight: 500;
  font-size: 2rem;
  line-height: 1.35;
  color: #9B9008;
}

p {
  font-family: "nunito-regular";
  font-style: normal;
  font-weight: 400;
  font-size: 1.6rem;
  line-height: 1.7;
  color: #111111;
}

@media (max-width: 767.98px) {
  p {
    font-size: 1.8rem;
  }
}

span {
  font-family: inherit;
  font-style: normal;
  font-weight: inherit;
  font-size: inheritrem;
  line-height: inherit;
  color: inherit;
}

a {
  font-family: inherit;
  font-style: normal;
  font-weight: inherit;
  font-size: inheritrem;
  line-height: inherit;
  color: inherit;
}

/* typography css */
/* layout css */
.banner-wrapper .banner-img {
  height: 75rem;
}

.banner-wrapper .banner {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.banner-wrapper .banner .banner-content {
  max-width: 57.5rem;
  margin-left: auto;
  padding: 4rem;
  border-radius: 20px;
  border: 3px dashed #195442;
  background: -webkit-gradient(linear, left top, left bottom, from(#FFF), to(rgba(255, 255, 255, 0.5)));
  background: linear-gradient(180deg, #FFF 0%, rgba(255, 255, 255, 0.5) 100%);
}

.banner-wrapper .banner .banner-content h1 {
  padding: 2rem 0 1.2rem;
}

.banner-wrapper .wave {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
}

@media (max-width: 991.98px) {
  .banner-wrapper .banner-img {
    height: 65rem;
  }
  .banner-wrapper .banner {
    top: 43%;
  }
  .banner-wrapper .banner .banner-content {
    max-width: 50rem;
    padding: 3rem;
  }
  .banner-wrapper .banner .banner-content h4 {
    font-size: 2.6rem;
  }
  .banner-wrapper .banner .banner-content h1 {
    font-size: 5.8rem;
    padding: 1rem 0 2.2rem;
  }
}

@media (max-width: 575.98px) {
  .banner-wrapper .banner-img {
    height: 50rem;
  }
  .banner-wrapper .banner .banner-content {
    max-width: 38rem;
    padding: 2.6rem;
  }
  .banner-wrapper .banner .banner-content h4 {
    font-size: 2.2rem;
  }
  .banner-wrapper .banner .banner-content h1 {
    font-size: 4.6rem;
    padding: 1rem 0 2.2rem;
  }
}

.about-wrapper .about .about-img img {
  border-radius: 0 10rem 0 10rem;
  -webkit-box-shadow: 0px 8px 0px 0px #E8DB3F;
          box-shadow: 0px 8px 0px 0px #E8DB3F;
}

.about-wrapper .about .about-content h6 {
  padding-bottom: 1rem;
}

.about-wrapper .about .about-content h2 {
  padding-bottom: 2rem;
}

.about-wrapper .about .about-content .sign {
  width: 15rem;
  margin-top: 4rem;
}

.about-wrapper .about .about-content ul {
  padding-top: 1.6rem;
  padding-left: 3.4rem;
}

.about-wrapper .about .about-content ul li {
  position: relative;
  padding-bottom: 1.8rem;
}

.about-wrapper .about .about-content ul li::before {
  content: "";
  position: absolute;
  top: 0.2rem;
  left: -3.2rem;
  width: 2rem;
  height: 2rem;
  background-image: url("../images/check.png");
  background-size: cover;
}

@media (max-width: 991.98px) {
  .about-wrapper .about .about-content .sign {
    width: 12rem;
    margin-top: 2rem;
  }
}

.courses-wrapper {
  background-color: #FCFCEA;
}

.courses-wrapper .courses {
  gap: 5rem;
}

.courses-wrapper .courses .courses-item {
  width: calc(33.33% - 3.33rem);
  background-color: #ffffff;
  border-radius: 2rem;
  overflow: hidden;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.courses-wrapper .courses .courses-item .courses-img {
  height: 30rem;
  overflow: hidden;
}

.courses-wrapper .courses .courses-item .courses-img img {
  height: 100%;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

.courses-wrapper .courses .courses-item .courses-dtl {
  padding: 2rem 2rem 2.4rem;
}

.courses-wrapper .courses .courses-item .courses-dtl h5 {
  padding-bottom: 1rem;
}

.courses-wrapper .courses .courses-item:hover {
  -webkit-box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
          box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
}

.courses-wrapper .courses .courses-item:hover .courses-img img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}

@media (max-width: 991.98px) {
  .courses-wrapper .courses .courses-item {
    width: calc(50% - 2.5rem);
  }
}

@media (max-width: 767.98px) {
  .courses-wrapper .courses .courses-item .courses-dtl h5 {
    font-size: 3rem;
  }
}

@media (max-width: 575.98px) {
  .courses-wrapper .courses .courses-item {
    width: 100%;
  }
  .courses-wrapper .courses .courses-item .courses-dtl h5 {
    font-size: 3rem;
  }
}

.accordion .accordion-item {
  background-color: #FCFCEA;
  border-radius: 1rem;
  margin-bottom: 2rem;
  border: none;
  -webkit-box-shadow: 2px 2px 8px #edede3;
          box-shadow: 2px 2px 8px #edede3;
}

.accordion .accordion-item .accordion-header {
  padding-bottom: 0 !important;
}

.accordion .accordion-item .accordion-header .accordion-button {
  font: 400 2rem/1.5 "nunito-regular";
  color: #333333;
  background-color: transparent;
  padding: 2rem;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.accordion .accordion-item .accordion-header .accordion-button::after {
  width: 2rem;
  height: 2rem;
  background-size: 2rem;
}

.accordion .accordion-item .accordion-body {
  padding: 0 2rem 2rem;
  font-size: 1.4rem;
}

@media (max-width: 767.98px) {
  .accordion .accordion-item .accordion-header .accordion-button {
    font-size: 2.2rem;
  }
  .accordion .accordion-item .accordion-body {
    font-size: 1.8rem;
  }
}

.testi-wrapper {
  background-color: #FCFCEA;
}

.testi-wrapper .testi {
  margin: 0 -2.5rem;
}

.testi-wrapper .testi .slick-list .slick-track {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.testi-wrapper .testi .testi-item {
  background-color: #E8DB3F;
  border-radius: 2rem;
  padding: 4rem;
  margin-left: 2.5rem;
  margin-right: 2.5rem;
  height: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.testi-wrapper .testi .testi-item .testi-content {
  margin-bottom: auto;
}

.testi-wrapper .testi .testi-item .testi-content .quote {
  width: 4.5rem;
  margin-bottom: 2rem;
}

.testi-wrapper .testi .testi-item .testi-content h6 {
  font-family: "nunito-regular";
  font-weight: 400;
  color: #333333;
  line-height: 1.7;
}

.testi-wrapper .testi .testi-item .testi-author {
  padding-top: 3rem;
  margin-top: 3rem;
  border-top: 1px solid rgba(17, 17, 17, 0.1);
}

.testi-wrapper .testi .testi-item .testi-author img {
  width: 7rem;
  height: 7rem;
  border-radius: 100%;
  margin-right: 1.6rem;
}

.testi-wrapper .testi .testi-item .testi-author h6 {
  color: #111111;
  font-family: "alegreya-regular";
  padding-bottom: 0.5rem;
}

.testi-wrapper .testi .testi-item .testi-author p {
  color: #333333;
}

.join-wrapper {
  background-size: cover;
  background-attachment: fixed;
}

.join-wrapper::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #FCFCEA;
  opacity: 70%;
}

.join-wrapper .join-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 25%;
}

.join-wrapper .join-our h4 {
  padding-bottom: 2rem;
}

.join-wrapper .join-our p {
  padding-top: 1rem;
}

.join-wrapper .join-our .theme-btn {
  margin-top: 4rem;
}

.facility-wrapper {
  background-color: #FCFCEA;
}

.facility-wrapper .facility {
  gap: 4rem;
}

.facility-wrapper .facility .facility-item {
  width: calc(33.33% - 2.67rem);
  background-color: #ffffff;
  -webkit-box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.05);
          box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.05);
  border-radius: 2.6rem;
  overflow: hidden;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

.facility-wrapper .facility .facility-item .facility-img {
  height: 24rem;
  overflow: hidden;
}

.facility-wrapper .facility .facility-item .facility-img img {
  height: 100%;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

.facility-wrapper .facility .facility-item .facility-dtl {
  padding: 2.6rem;
}

.facility-wrapper .facility .facility-item .facility-dtl h2 {
  font-size: 2.8rem;
  padding-bottom: 0.6rem;
}

.facility-wrapper .facility .facility-item:hover .facility-img img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}

.contact-wrapper .contact {
  background-color: #195442;
  border-radius: 3rem;
  padding: 5rem 4rem;
}

.contact-wrapper .contact .contact-dtl {
  max-width: 40rem;
}

.contact-wrapper .contact .contact-dtl h2 {
  padding: 1rem 0 2rem;
  color: #ffffff;
}

.contact-wrapper .contact .contact-dtl p {
  color: #ffffff;
}

.contact-wrapper .contact .contact-form form .wpcf7-form-control {
  width: 100%;
  border: 1px solid #ebebdf;
  background-color: #fff;
  padding: 1.4rem 2.4rem;
  margin-bottom: 2rem;
  border-radius: 3rem;
  outline: none;
}

.contact-wrapper .contact .contact-form form .wpcf7-form-control.wpcf7-submit {
  margin-bottom: 0;
  background-color: #E8DB3F;
  border: none;
  color: #195442;
  font-family: nunito-bold;
  font-size: 1.8rem;
}

.contact-wrapper .contact .contact-form form textarea {
  height: 14rem;
}

.contact-info-wrapper .contact-info .contacts {
  max-width: 28rem;
  margin: auto;
}

.contact-info-wrapper .contact-info .contacts .contacts-img {
  width: 12rem;
  height: 12rem;
  margin: auto;
  border-radius: 3rem;
  background-color: #FCFCEA;
}

.contact-info-wrapper .contact-info .contacts .contacts-img img {
  width: 6.4rem;
}

.contact-info-wrapper .contact-info .contacts h2 {
  font-size: 3rem;
  padding: 2rem 0 1rem;
}

.map-wrapper {
  line-height: 0;
}

.map-wrapper iframe {
  width: 100%;
  height: 50rem;
}

/* pages css */
/*# sourceMappingURL=application.css.map */