.bg-lg-1 {
  background-image: linear-gradient(180deg, #FFFEE6 5%, #FFFCC6 90%);
}
@keyframes animate-preloader {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
a {
  color: #FFFEE6;
  text-decoration: none;
}
a:hover {
  color: #ffd584;
  text-decoration: none;
}

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

/*---------------------------
        Back to top
---------------------------*/
.back-to-top {
  position: fixed;
  visibility: hidden;
  opacity: 0;
  right: 15px;
  bottom: 15px;
  z-index: 996;
  background: #da66a9;
  width: 40px;
  height: 40px;
  border-radius: 4px;
  transition: all 0.4s;
}
.back-to-top i {
  font-size: 28px;
  color: #FFFEE6;
  line-height: 0;
}
.back-to-top:hover {
  background: #2596be;
}
.back-to-top:hover i {
  color: #FFFCC6;
}
.back-to-top.active {
  visibility: visible;
  opacity: 1;
}

/*--------------------------------------------------------------
        Disable aos animation delay on mobile devices
--------------------------------------------------------------*/
@media screen and (max-width: 768px) {
  [data-aos-delay] {
    transition-delay: 0 !important;
  }
}
/*---------------------------
        Preloader
---------------------------*/
::-webkit-scrollbar-track {
  border: none;
  background-image: linear-gradient(180deg, #FFFEE6 5%, #FFFCC6 90%);
}

::-webkit-scrollbar {
  width: 5px;
  border-radius: 10px;
  background-image: linear-gradient(180deg, #FFFEE6 5%, #FFFCC6 90%);
}

::-webkit-scrollbar-thumb {
  border-radius: 50px;
  background-color: #2596be;
}

section {
  padding: 60px 0;
  overflow: hidden;
}
section .section-title {
  padding-bottom: 40px;
}
section .section-title h2 {
  font-size: 14px;
  font-weight: 500;
  padding: 0;
  line-height: 1px;
  margin: 0 0 5px 0;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: #aaaaaa;
  font-family: "Arvo", serif;
}
section .section-title h2::after {
  content: "";
  width: 120px;
  height: 1px;
  display: inline-block;
  background: #ffde9e;
  margin: 4px 10px;
}
section .section-title p {
  margin: 0;
  margin: 0;
  font-size: 36px;
  font-weight: 700;
  text-transform: uppercase;
  font-family: "Arvo", serif;
  color: #2596be;
  text-shadow: -1px 4px 5px rgba(0, 0, 0, 0.1);
}
section .section-title-right {
  padding-bottom: 40px;
  text-align: right;
}
section .section-title-right h2 {
  font-size: 14px;
  font-weight: 500;
  padding: 0;
  line-height: 1px;
  margin: 0 0 5px 0;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: #aaaaaa;
  font-family: "Arvo", serif;
}
section .section-title-right h2::before {
  content: "";
  width: 120px;
  height: 1px;
  display: inline-block;
  background: #ffde9e;
  margin: 4px 10px;
}
section .section-title-right h2::after {
  content: "";
  width: 120px;
  height: 1px;
  display: none;
  background: #ffde9e;
  margin: 4px 10px;
}
section .section-title-right p {
  margin: 0;
  margin: 0;
  font-size: 36px;
  font-weight: 700;
  text-transform: uppercase;
  font-family: "Arvo", serif;
  color: #2596be;
  text-shadow: -1px 4px 5px rgba(0, 0, 0, 0.4);
}
@media (max-width: 991px) {
  section .section-title-right {
    text-align: left;
  }
  section .section-title-right h2::before {
    display: none;
  }
  section .section-title-right h2::after {
    display: inline-block;
  }
}

.mo-shape-1 {
  position: absolute;
  left: -3%;
  height: 250%;
  top: 0;
}
.mo-shape-1 img {
  -o-object-fit: cover;
     object-fit: cover;
  height: 100%;
}
@media (max-width: 768px) {
  .mo-shape-1 {
    display: none;
  }
}

#header {
  transition: all 0.5s;
  z-index: 997;
  padding: 15px 0;
  background: #ffffff;
  box-shadow: 0px 0 25px 0 rgba(0, 0, 0, 0.1);
  /*---------------------------
      Get Startet Button
  ---------------------------*/
}
#header.header-scrolled, #header.header-inner-pages {
  background: rgba(0, 0, 0, 0.8);
}
#header .logo {
  font-size: 32px;
  margin: 0;
  padding: 0;
  line-height: 1;
  font-weight: 700;
  letter-spacing: 2px;
  text-transform: uppercase;
}
#header .logo img {
  max-height: 60px;
}
#header .get-started-btn {
  color: #2596be;
  border-radius: 4px;
  padding: 7px 25px 8px 25px;
  white-space: nowrap;
  transition: 0.3s;
  font-size: 14px;
  display: inline-block;
  border: 2px solid #2596be;
}
#header .get-started-btn:hover {
  background: #2596be;
  color: #FFFEE6;
}
@media (max-width: 992px) {
  #header .get-started-btn {
    padding: 7px 20px 8px 20px;
    margin-right: 15px;
  }
}
#header .navbar {
  padding: 0;
}
#header .navbar ul {
  margin: 0;
  padding: 0;
  display: flex;
  list-style: none;
  align-items: center;
}
#header .navbar ul li {
  position: relative;
}
#header .navbar ul li a,
#header .navbar ul li a:focus {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 10px 15px;
  font-size: 15px;
  font-weight: 600;
  color: #2596be;
  white-space: nowrap;
  transition: 0.3s;
}
#header .navbar ul li a:hover, #header .navbar ul li a.active {
  color: #2596be;
  text-shadow: 0px 3px 3px rgba(0, 0, 0, 0.35);
  border-color: #2596be;
  -webkit-text-decoration: underline 2px solid;
          text-decoration: underline 2px solid;
  text-underline-position: under;
}
#header .navbar ul li a:hover:focus, #header .navbar ul li a.active:focus {
  color: #2596be;
  text-shadow: 0px 3px 3px rgba(0, 0, 0, 0.35);
  border-color: #2596be;
}
#header .navbar ul li:hover a {
  color: #2596be;
}
#header .navbar ul li .btn-section {
  display: none !important;
}
@media (max-width: 768px) {
  #header .navbar ul li .btn-section {
    display: flex !important;
  }
  #header .navbar ul li .btn-section .get-started-btn {
    margin: 0 auto;
    border-color: #2596be;
  }
}
@media (max-width: 991px) {
  #header .navbar ul {
    display: none;
  }
}
#header .navbar.navbar-mobile {
  position: fixed;
  overflow: hidden;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.9);
  transition: 0.3s;
  z-index: 999;
}
#header .navbar.navbar-mobile ul {
  display: block;
  position: absolute;
  top: 55px;
  right: 15px;
  bottom: 15px;
  left: 15px;
  padding: 10px 0;
  background-color: #ffffff;
  overflow-y: auto;
  transition: 0.3s;
}
#header .navbar.navbar-mobile ul li a,
#header .navbar.navbar-mobile ul li a:focus {
  padding: 10px 20px;
  font-size: 15px;
  color: #2596be;
}
#header .navbar.navbar-mobile ul li a:hover, #header .navbar.navbar-mobile ul li a.active {
  -webkit-text-decoration: underline 2px solid;
          text-decoration: underline 2px solid;
  text-underline-position: under;
}
#header .navbar.navbar-mobile ul li a:hover:focus, #header .navbar.navbar-mobile ul li a.active:focus {
  color: #da66a9;
  background-color: #FFFEE6;
}
#header .navbar.navbar-mobile ul li:hover a {
  color: #151515;
  background-color: #FFFEE6;
}
#header .navbar.navbar-mobile .mobile-nav-toggle {
  position: absolute;
  top: 30px;
  right: 15px;
}

.btn-section {
  display: flex;
}
@media (max-width: 768px) {
  .btn-section {
    display: none;
  }
}

.mobile-nav-toggle {
  color: #2596be;
  font-size: 28px;
  cursor: pointer;
  display: none;
  line-height: 0;
  transition: 0.5s;
}
@media (max-width: 991px) {
  .mobile-nav-toggle {
    display: block;
  }
}

body {
  font-family: "Arvo", serif;
  color: #444444;
}

#hero {
  width: 100%;
  height: 100vh;
  background: url("../image/q.png") top center;
  background-size: cover;
  position: relative;
}
#hero:before {
  content: "";
  position: absolute;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
}
#hero .container {
  position: relative;
  padding-top: 74px;
  text-align: center;
}
#hero .container h1 {
  margin: 0;
  font-size: 56px;
  font-weight: 700;
  line-height: 64px;
  color: #FFFCC6;
  font-family: "Arvo", serif;
  text-shadow: 1px 1px 1px #2596be, 1px 2px 1px #2596be, 1px 3px 1px #2596be, 1px 4px 1px #2596be, 1px 5px 1px #2596be, 1px 15px 4px rgba(37, 36, 36, 0.3), 1px 16px 4px rgba(37, 36, 36, 0.3);
}
@media (max-width: 768px) {
  #hero .container h1 {
    font-size: 37px;
    font-weight: 600;
    line-height: 55px;
  }
}
#hero .container h1 span {
  color: #FFFCC6;
}
#hero .container h2 {
  color: rgba(255, 255, 255, 0.9);
  margin: 10px 0 0 0;
  font-size: 24px;
}
@media (min-width: 1024px) {
  #hero {
    background-attachment: fixed;
  }
}
@media (max-width: 768px) {
  #hero {
    height: auto;
  }
  #hero h1 {
    font-size: 28px;
    line-height: 36px;
  }
  #hero h2 {
    font-size: 20px;
    line-height: 24px;
  }
}

.services .icon-box {
  text-align: center;
  border: 2px solid #2596be;
  padding: 30px 5px;
  height: 230px;
  width: 100%;
  margin-bottom: 10px;
  transition: all ease-in-out 0.3s;
}
.services .icon-box .icon {
  margin: 0 auto;
  width: 64px;
  height: 64px;
  background: #da66a9;
  border-radius: 4px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 20px;
  transition: 0.3s;
}
.services .icon-box .icon i {
  color: #ffffff;
  font-size: 28px;
  transition: ease-in-out 0.3s;
}
.services .icon-box h4 {
  font-weight: 700;
  margin-bottom: 10px;
  font-size: 18px;
}
.services .icon-box h4 a {
  color: #151515;
  transition: ease-in-out 0.3s;
}
.services .icon-box h4 a:hover {
  color: #2596be;
}
.services .icon-box p {
  line-height: 24px;
  font-size: 14px;
  margin-bottom: 0;
}
.services .icon-box:hover {
  border-color: #ffffff;
  box-shadow: 0px 0 25px 0 rgba(0, 0, 0, 0.1);
  transform: translateY(-10px);
}

.cta {
  background: linear-gradient(rgba(2, 2, 2, 0.5), rgba(0, 0, 0, 0.5)), url("../image/cta-bg.jpg") fixed center center;
  background-size: cover;
  padding: 60px 0;
}
.cta .cta-box {
  max-width: 800px;
  margin: auto;
}
.cta .cta-box h3 {
  color: #ffffff;
  font-size: 28px;
  font-weight: 700;
  margin-bottom: 1.5rem;
}
.cta .cta-box p {
  color: #ffffff;
  margin-bottom: 1.5rem;
}
.cta .cta-box .cta-btn {
  font-family: "Arvo", serif;
  font-weight: 600;
  font-size: 16px;
  letter-spacing: 1px;
  display: inline-block;
  padding: 8px 28px;
  border-radius: 4px;
  transition: 0.5s;
  margin-top: 10px;
  border: 2px solid #ffffff;
  color: #ffffff;
}
.cta .cta-box .cta-btn:hover {
  background: #FFFEE6;
  border-color: #FFFEE6;
  color: #151515;
}

.about .content h3 {
  font-weight: 700;
  font-size: 28px;
  font-family: "Arvo", serif;
  color: #2596be;
}
.about .content ul {
  list-style: none;
  padding: 0;
}
.about .content ul li {
  padding: 0 0 8px 26px;
  position: relative;
}
.about .content ul li i {
  position: absolute;
  font-size: 20px;
  left: 0;
  top: -3px;
  color: #2596be;
}
.about .content p:last-child {
  margin-bottom: 0;
}

.features h3 {
  font-weight: 700;
  font-size: 28px;
  font-family: "Arvo", serif;
  color: #2596be;
}
.features .icon-box {
  padding-left: 15px;
}
.features .icon-box h4 {
  font-size: 20px;
  font-weight: 700;
  margin: 5px 0 10px 60px;
}
.features .icon-box i {
  font-size: 48px;
  float: left;
  color: #2596be;
}
.features .icon-box p {
  font-size: 15px;
  color: #848484;
  margin-left: 60px;
}
.features .icon-box .image {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  min-height: 400px;
}

.mo-container .modal-content {
  background-image: #ffffff;
}
.mo-container .modal-content .close-btn {
  color: #2596be;
  font-size: 28px;
  cursor: pointer;
  line-height: 0;
  transition: 0.5s;
  box-sizing: content-box;
  width: 1em;
  height: 1em;
  padding: 0;
  border: 0;
  border-radius: 0.375rem;
  box-shadow: none;
  outline: none;
  background: transparent;
  margin-left: auto;
  position: absolute;
  right: 30px;
  top: 30px;
  z-index: 5;
}
.mo-container .modal-content .modal-body {
  position: relative;
}
.mo-container .modal-content .modal-body .row {
  height: 100%;
  position: relative;
  width: 100%;
  margin: auto;
}
.mo-container .modal-content .modal-body .row .form-container {
  height: 100%;
  position: relative;
  border-radius: 0.5rem;
  box-shadow: 2px 8px 19px -2px rgba(0, 0, 0, 0.25);
  overflow: hidden;
  display: flex;
}
.mo-container .modal-content .modal-body .row .form-container .myForm {
  padding: 2.5rem 2rem;
  width: 90%;
  max-width: -moz-max-content;
  max-width: max-content;
  margin: auto;
  border: 2px solid #2596be;
  border-radius: 0.45rem;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.mo-container .modal-content .modal-body .row .form-container .myForm h2 {
  color: #2596be;
  font-size: 30px;
  font-weight: 600;
  margin-bottom: 30px;
}
.mo-container .modal-content .modal-body .row .form-container .myForm .form-group {
  margin-bottom: 1.2rem;
  padding: 0;
}
.mo-container .modal-content .modal-body .row .form-container .myForm .form-group .myInput {
  width: 100%;
  max-width: 400px;
  border-radius: 5px;
  padding: 10px 15px;
  outline: none;
  height: 45px;
  box-shadow: 0px 11px 18px -8px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0px 11px 18px -8px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0px 11px 18px -8px rgba(0, 0, 0, 0.2);
  font-size: 13px;
  margin-bottom: 0;
  font-weight: 600;
  border: 1px solid #da66a9;
  color: #000000;
  background: transparent;
}
.mo-container .modal-content .modal-body .row .form-container .myForm .form-group label {
  font-size: 13px;
  margin-bottom: 0;
  font-weight: 600;
  color: #2596be;
}
.mo-container .modal-content .modal-body .row .form-container .myForm .form-group .err-msg {
  font-size: 12px;
}
.mo-container .modal-content .modal-body .row .form-container .myForm .redirect-link p {
  font-size: 14px;
  font-weight: 600;
  margin: 0;
}
.mo-container .modal-content .modal-body .row .form-container .myForm .redirect-link p a {
  font-weight: 700;
  color: #2596be;
}
.mo-container .modal-content .modal-body .row .form-container .myForm .redirect-link p a:hover {
  color: #da66a9;
  text-shadow: 1px 2px 5px rgba(0, 0, 0, 0.1);
}
.mo-container .modal-content .modal-body .row .form-container .myForm .sbt-btn {
  color: #2596be;
  width: 100%;
  height: 100%;
  min-height: 45px;
  border-radius: 0.25rem;
  font-size: 16px;
  font-weight: 700;
  margin: auto;
  border: 2px solid #2596be;
  outline: none;
  line-height: 1.6;
  display: block;
  text-align: center;
  background: transparent;
  box-shadow: none;
  transition: all 0.2s linear;
}
.mo-container .modal-content .modal-body .row .form-container .myForm .sbt-btn:hover {
  border: 2px solid #da66a9;
  background: #da66a9;
  color: #FFFEE6;
}
.mo-container .modal-content .modal-body .row .form-container .myForm .less-width {
  max-width: 270px;
  margin: auto;
}
.mo-container .modal-content .modal-body .row .form-container .myForm .logo-box {
  width: auto;
  height: 50px;
  margin-bottom: 1.5rem;
}
.mo-container .modal-content .modal-body .row .form-container .myForm .logo-box img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
@media (max-width: 767px) {
  .mo-container .modal-content .modal-body .row .form-container {
    overflow-y: auto;
  }
  .mo-container .modal-content .modal-body .row .form-container .myForm {
    position: relative;
    top: 0;
    left: 0;
    transform: none;
  }
}

/*core values*/
.core-values-card {
      overflow: hidden;
      border-radius: 10px;
      margin: 20px;
      box-shadow: 0 4px 8px rgba(0,0,0,0.1);
      transition: transform 0.3s ease, box-shadow 0.3s ease;
    }
    .core-values-card .card-body {
      padding: 20px;
    }
    .core-values-card .card-body h5 {
      font-weight: bold;
    }
    .core-values-card .card-body p {
      font-size: 14px;
    }
    .core-values-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 16px rgba(0,0,0,0.2);
}
    .core-values-card .card-body .value {
      animation: slide-up 1s ease-in-out;
    }
    @keyframes slide-up {
      from {
        transform: translateY(100%);
        opacity: 0;
      }
      to {
        transform: translateY(0);
        opacity: 1;
      }
    }
/*core values end*/

#footer {
  background: black;
  padding: 0 0 30px 0;
  color: #ffffff;
  font-size: 14px;
}
#footer .footer-top {
  background: #d3e7eb;
  border-bottom: 1px solid #222222;
  padding: 60px 0 30px 0;
}
#footer .footer-top .footer-info {
  margin-bottom: 30px;
}
#footer .footer-top .footer-info h3 {
  font-size: 28px;
  margin: 0 0 20px 0;
  padding: 2px 0 2px 0;
  line-height: 1;
  font-weight: 700;
  text-transform: uppercase;
}
#footer .footer-top .footer-info h3 span {
  color: #151515;
}
#footer .footer-top .footer-info p {
  font-size: 14px;
  line-height: 24px;
  margin-bottom: 0;
  font-family: "Arvo", serif;
  color: #151515;
}
#footer .footer-top .footer-info img {
  max-height: 60px;
}
#footer .footer-top h4 {
  font-size: 16px;
  font-weight: 600;
  color: #ffffff;
  position: relative;
  padding-bottom: 12px;
}
#footer .footer-top .footer-links {
  margin-bottom: 30px;
}
#footer .footer-top .footer-links h4 {
  color: #151515;
}
#footer .footer-top .footer-links ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
#footer .footer-top .footer-links ul li {
  padding: 10px 0;
  display: flex;
  align-items: center;
}
#footer .footer-top .footer-links ul li:first-child {
  padding-top: 0;
}
#footer .footer-top .footer-links ul li i {
  padding-right: 5px;
  color: #151515;
  font-size: 18px;
  line-height: 1;
}
#footer .footer-top .footer-links ul li a {
  color: #151515;
  transition: 0.3s;
  display: inline-block;
  line-height: 1;
}
#footer .footer-top .footer-links ul li a:hover {
  color: #FFFEE6;
}
#footer .footer-top .footer-links .footer-row .f-row-content .f-inner-box {
  display: flex;
}
#footer .footer-top .footer-links .footer-row .f-row-content .f-inner-box .f-img-box {
  padding-right: 5px;
  margin-top: -3px;
}
#footer .footer-top .footer-links .footer-row .f-row-content .f-inner-box .f-img-box i {
  font-size: 18px;
  color: #151515;
}
#footer .footer-top .footer-links .footer-row .f-row-content .f-inner-box p {
  color: #151515;
}
#footer .copyright {
  text-align: center;
  padding-top: 20px;
  color: #222222;
}/*# sourceMappingURL=main.css.map */


