/*=== MEDIA QUERY ===*/
@import url("https://fonts.googleapis.com/css2?family=Comfortaa:wght@300;400;500;600;700&family=Roboto:ital,wght@0,300;0,500;1,400;1,700;1,900&family=Seaweed+Script&display=swap");
body {
  line-height: 1.5;
  font-family: "Roboto", sans-serif;
  -webkit-font-smoothing: antialiased;
}

p {
  font-family: "Roboto", sans-serif;
  color: #757575;
  font-size: 15px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Roboto", sans-serif;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 400;
}

.cursive {
  font-family: "Seaweed Script";
  font-size: 60px;
  line-height: 60px;
}

.subtitle {
  font-size: 24px;
  font-weight: 300;
  line-height: 35px;
}

.subtitle-2 {
  font-size: 28px;
  font-weight: 400;
  line-height: 35px;
}

.subtitle-3 {
  font-size: 20px;
  font-weight: 300;
  line-height: 35px;
}

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

iframe {
  border: 0;
}

a,
a:focus,
a:hover {
  text-decoration: none;
  outline: 0;
  color: #22949c;
}

blockquote {
  font-size: 18px;
  border-color: #22949c;
  padding: 20px 40px;
  text-align: left;
  color: #777;
}

.navbar-toggle .icon-bar {
  background: #22949c;
}

input[type=email],
input[type=password],
input[type=text],
input[type=tel] {
  border-radius: 0;
  box-shadow: none;
  height: 45px;
  outline: none;
  font-weight: 200;
  font-size: 12px;
}
input[type=email]:focus,
input[type=password]:focus,
input[type=text]:focus,
input[type=tel]:focus {
  box-shadow: none;
  border: 1px solid #22949c;
}

.form-control {
  box-shadow: none;
  border-radius: 0;
}
.form-control:focus {
  box-shadow: none;
  border: 1px solid #22949c;
}

.btn-main, .btn-small, .btn-transparent, .btn-solid-border {
  background: #22949c;
  color: #fff;
  display: inline-block;
  font-size: 11px;
  letter-spacing: 1px;
  padding: 14px 35px;
  text-transform: uppercase;
  font-weight: 200;
  border-radius: 0;
}
.btn-main.btn-icon i, .btn-icon.btn-small i, .btn-icon.btn-transparent i, .btn-icon.btn-solid-border i {
  font-size: 16px;
  vertical-align: middle;
  margin-right: 5px;
}
.btn-main:hover, .btn-small:hover, .btn-transparent:hover, .btn-solid-border:hover {
  background: #104548;
  color: #fff;
}

.btn-solid-border {
  border: 1px solid #22949c;
  background: #fff;
  color: #22949c;
}

.btn-transparent {
  background: transparent;
  padding: 0;
  color: #22949c;
}
.btn-transparent:hover {
  background: transparent;
  color: #22949c;
}

.btn-large {
  padding: 20px 45px;
}
.btn-large.btn-icon i {
  font-size: 16px;
  vertical-align: middle;
  margin-right: 5px;
}

.btn-small {
  padding: 8px 25px;
  font-size: 10px;
}

.btn-round {
  border-radius: 4px;
}

.btn-round-full {
  border-radius: 50px;
}

.btn.active:focus,
.btn:active:focus,
.btn:focus {
  outline: 0;
}

.mt-10 {
  margin-top: 20px;
}

.mt-20 {
  margin-top: 20px;
}

.mt-30 {
  margin-top: 30px;
}

.mt-40 {
  margin-top: 40px;
}

.mt-50 {
  margin-top: 50px;
}

.btn:focus {
  color: #ddd;
}

.w-100 {
  width: 100%;
}

.margin-0 {
  margin: 0 !important;
}

.section {
  padding: 80px 0;
}

.category-box {
  overflow: hidden;
}
.category-box:hover img {
  transform: scale(1.1);
}
.category-box img {
  transition: all 0.3s ease-in-out;
}
.category-box .content {
  padding-top: 25px;
  padding-bottom: 25px;
}

.category-img {
  position: relative;
}

.category-img::before {
  position: absolute;
  content: "";
  height: 100%;
  width: 100%;
  background: rgba(34, 148, 156, 0.6823529412);
  left: 0;
  top: 0;
}

.primary-color {
  color: #22949c;
}

.call-to-action {
  background-image: url(../images/backgrounds/set_xv.jpg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  width: 100%;
  padding: 150px 0px;
  position: relative;
  margin-top: 150px;
}

.call-to-action::before {
  position: absolute;
  content: "";
  height: 100%;
  width: 100%;
  background: rgba(0, 0, 0, 0.735);
  left: 0;
  top: 0;
}

.box {
  margin: -240px 45px -80px 0px;
  z-index: 1;
  position: relative;
}

@media (max-width: 1200px) {
  .box {
    margin-top: 20px;
  }
}
.zindex-1 {
  z-index: 1;
}

.light-bgr {
  position: absolute;
  top: 50px;
  left: 0px;
  bottom: 0px;
  z-index: -1;
  width: 60%;
}

@media (max-width: 768px) {
  .light-bgr {
    width: 100% !important;
  }
}
/*=================================================================
  Navigation
==================================================================*/
.sticky {
  position: sticky;
}

.changeColor {
  background-color: #ffffff;
  transition: background-color 1000ms, color 1000ms;
}

.navigation {
  font-family: "Comfortaa", sans-serif;
  background-color: #22949c;
  width: 100%;
  z-index: 100;
  margin-bottom: 0;
  padding: 0px 0;
  top: 0;
}
.navigation .logo {
  padding: 0;
  height: auto;
  margin-top: 0;
}
.navigation .logo img {
  height: auto;
  width: 270px;
}
@media (max-width: 768px) {
  .navigation .logo img {
    width: 150px;
  }
}
.navigation .navigation-menu li a.active {
  color: #22949c !important;
}
.navigation .navigation-menu a {
  padding-left: 15px !important;
  padding-right: 15px !important;
  font-size: 16px;
  color: #000 !important;
  font-weight: 600;
}
.navigation .navigation-menu a:hover, .navigation .navigation-menu a:focus {
  background: transparent;
  color: #22949c !important;
}

.navigation-schools {
  width: 100%;
  background-color: #ffffff;
  z-index: 101;
  margin-bottom: 0;
  padding: 0px 0;
  position: sticky;
  display: flex;
  align-items: center;
  justify-content: center;
  top: 0;
}
@media (min-width: 720px) {
  .navigation-schools {
    min-height: 102px;
  }
}
.navigation-schools .navigation-menu li a.active {
  color: #22949c !important;
}
.navigation-schools .navigation-menu a {
  padding-left: 15px !important;
  padding-right: 15px !important;
  font-size: 16px;
  color: #000 !important;
  font-weight: 600;
}
.navigation-schools .navigation-menu a:hover, .navigation-schools .navigation-menu a:focus {
  background: transparent;
  color: #22949c !important;
}

.navbar-toggle {
  border: 1px solid #fff;
  border-radius: 0;
}
.navbar-toggle span {
  background: #fff;
}

.border-btn {
  font-size: 16px;
  font-weight: 400;
  color: rgb(255, 255, 255);
  letter-spacing: 1px;
  font-family: "Roboto Condensed";
  border-color: rgb(255, 255, 255);
  border-style: solid;
  border-width: 2px;
  outline: none;
  box-shadow: rgb(153, 153, 153) 0px 0px 0px 0px;
  box-sizing: border-box;
  padding: 12px 26px;
  opacity: 1;
  transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  transform-origin: 50% 50% 0px;
  border-radius: 0;
  transition: 0.3s;
  align-items: center;
  display: inline-block;
}

.border-btn:hover {
  color: black !important;
  background-color: #fff;
}

.border-btn .whatsapp {
  font-size: 25px;
}

.hero-bgr {
  background-image: url(../images/banner2.jpg);
  height: 100vh;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
@media (max-width: 768px) {
  .hero-bgr {
    background-image: url(../images/banner3.jpg);
  }
}
.hero-bgr .btn {
  font-size: 15px;
  font-weight: 400;
  color: rgb(255, 255, 255);
  letter-spacing: 1px;
  font-family: "Roboto Condensed";
  border-color: rgb(255, 255, 255);
  border-style: solid;
  border-width: 2px;
  outline: none;
  box-shadow: rgb(153, 153, 153) 0px 0px 0px 0px;
  box-sizing: border-box;
  padding: 12px 26px;
  opacity: 1;
  transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  transform-origin: 50% 50% 0px;
  border-radius: 0;
  transition: 0.3s;
}
.hero-bgr .btn:hover {
  color: black;
  background-color: #fff;
}

.bg-1 {
  background-image: url(../images/backgrounds/bg-1.jpg);
  background-size: cover;
}

.bg-2 {
  background-image: url("../images/page-header-1.jpg");
  background-size: cover;
}
.bg-2:before {
  background: rgba(0, 0, 0, 0.5);
  position: absolute;
  content: "";
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
}

/*=================================================================
  Contact
  ==================================================================*/
.contact-us {
  padding: 100px 0;
}

.contact-form {
  margin-bottom: 40px;
}
.contact-form .form-control {
  background-color: transparent;
  border: 1px solid #dedede;
  box-shadow: none;
  height: 45px !important;
  color: #0c0c0c;
  height: 38px;
  font-family: "Open Sans", sans-serif;
  font-size: 14px;
  border-radius: 0;
}
.contact-form input:hover,
.contact-form textarea:hover,
.contact-form #contact-submit:hover {
  border-color: #22949c;
}
.contact-form #contact-submit {
  border: none;
  padding: 15px 0;
  width: 100%;
  margin: 0;
  background: #22949c;
  color: #fff;
  border-radius: 0;
}
.contact-form textarea.form-control {
  padding: 10px;
  height: 120px !important;
  outline: none;
}

.contact-details #map {
  width: 100%;
  height: 300px;
}
.contact-details .contact-short-info {
  margin-top: 20px;
}
.contact-details .contact-short-info li {
  margin-bottom: 6px;
  color: #555;
  font-weight: 300;
}
.contact-details .contact-short-info li i {
  margin-right: 10px;
}

.social-icon {
  margin-top: 20px;
}
.social-icon ul li {
  display: inline-block;
  margin-right: 10px;
}
@media (max-width: 400px) {
  .social-icon ul li {
    margin-bottom: 5px;
    margin-right: 5px;
  }
}
.social-icon ul li a {
  display: block;
  height: 50px;
  width: 50px;
  border-radius: 50%;
  border: 1px solid #fff;
  text-align: center;
}
.social-icon ul li a:hover {
  background: #fff;
  color: #fff;
  border: 1px solid #22949c;
}
.social-icon ul li a:hover i {
  color: #22949c;
}
.social-icon ul li a:hover #knot_icon {
  fill: #22949c;
}
.social-icon ul li a:hover #wedding_icon {
  fill: #22949c;
}
.social-icon ul li a:hover #zola_icon {
  fill: #22949c;
}
.social-icon ul li a i {
  color: #fff;
  display: inline-block;
  font-size: 20px;
  line-height: 50px;
  margin: 0;
}
.social-icon ul li a #knot_icon {
  fill: #fff;
  display: inline-block;
  height: 30px;
  line-height: 50px;
  margin: 0;
}
.social-icon ul li a #wedding_icon {
  fill: #fff;
  display: inline-block;
  height: 30px;
  line-height: 50px;
  margin: 0;
}
.social-icon ul li a #zola_icon {
  fill: #fff;
  display: inline-block;
  height: 15px;
  line-height: 50px;
  margin: 0;
}

.header-social-icon ul li {
  display: inline-block;
  margin-right: 10px;
}
@media (max-width: 400px) {
  .header-social-icon ul li {
    margin-bottom: 5px;
    margin-right: 5px;
  }
}
.header-social-icon ul li a {
  display: block;
  height: 50px;
  width: 50px;
  border-radius: 50%;
  border: 1px solid #fff;
  text-align: center;
}
.header-social-icon ul li a:hover {
  background: #fff;
  color: #fff;
  border: 1px solid #22949c;
}
.header-social-icon ul li a:hover i {
  color: #22949c;
}
.header-social-icon ul li a:hover #knot_icon {
  fill: #22949c;
}
.header-social-icon ul li a:hover #wedding_icon {
  fill: #22949c;
}
.header-social-icon ul li a:hover #zola_icon {
  fill: #22949c;
}
.header-social-icon ul li a i {
  color: #fff;
  display: inline-block;
  font-size: 20px;
  line-height: 50px;
  margin: 0;
}
.header-social-icon ul li a #knot_icon {
  fill: #fff;
  display: inline-block;
  height: 30px;
  line-height: 50px;
  margin: 0;
}
.header-social-icon ul li a #wedding_icon {
  fill: #fff;
  display: inline-block;
  height: 30px;
  line-height: 50px;
  margin: 0;
}
.header-social-icon ul li a #zola_icon {
  fill: #fff;
  display: inline-block;
  height: 15px;
  line-height: 50px;
  margin: 0;
}

@media (min-width: 768px) {
  .ul-float-start {
    float: left !important;
  }
}

.footer {
  background: #22949c;
  padding: 10px 0;
}
.footer .footer-menu {
  margin-top: 30px;
}
.footer .footer-menu li {
  display: inline-block;
  margin: 0 10px;
}
.footer .footer-menu li a {
  color: #333;
  font-size: 12px;
}
.footer .copyright-text {
  margin-top: 20px;
  color: white;
}

.copyright-text a {
  color: #000;
}

.social-media li {
  display: inline-block;
  margin: 0 5px;
}
.social-media li a {
  padding: 8px 10px;
}
.social-media li a i {
  font-size: 20px;
  color: #555;
}

/*# sourceMappingURL=style.css.map */
