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

body {
  overflow-x: hidden;
  background-color: #ffffff;
  background-size: cover;
  background-blend-mode: multiply;
  background-position: center;
  background-repeat: no-repeat;
}

.top-hd {
  position: relative;
  background-color: #E66E25;
  height: 65px;
}

.top-hd:after {
  content: "";
  position: absolute;
  background-color: #1FC0DC;
  -webkit-clip-path: polygon(11% 0, 100% 0%, 100% 97%, 0% 100%);
  clip-path: polygon(11% 0, 100% 0%, 100% 97%, 0% 100%);
  width: 74%;
  height: 96px;
  right: -1px;
  top: -26px;
}

.top-hd .email-phone {
  position: relative;
  z-index: 99;
  top: 19px;
}

.top-hd .email-phone ul {
  list-style: none;
}

.top-hd .email-phone ul li {
  margin-left: 20px;
  display: inline-block;
  color: #ffffff;
  position: relative;
  font-size: 16px;
  font-weight: 500;
  font-family: "Raleway", sans-serif;
}

.top-hd .email-phone ul li::before {
  content: "";
  position: absolute;
  background-color: #E66E25;
  width: 20px;
  height: 20px;
  border-radius: 30px;
  z-index: -1;
  top: -6px;
  left: -10px;
}

.top-hd .email-phone ul li i {
  margin-right: 10px;
  font-size: 22px;
  color: #ffffff;
}

.top-hd .Social-media {
  position: relative;
  z-index: 99;
  top: 18px;
}

.top-hd .Social-media ul {
  list-style: none;
}

.top-hd .Social-media ul li {
  margin-right: 10px;
  display: inline-block;
  color: #ffffff;
}

.top-hd .Social-media ul li i {
  color: #ffffff;
  background-color: #E66E25;
  padding: 10px;
  border-radius: 3px;
  transition: 0.5s;
}

.top-hd .Social-media ul li i:hover {
  background-color: #ffffff;
  color: #1F97D4;
}

.enquery-btn {
  background-color: #E66E25;
  padding: 10px 20px !important;
  border-radius: 30px !important;
  color: #ffffff !important;
  text-decoration: none;
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 18px;
}

.main-nav {
  background-color: #fff;
  padding: 0px 0px 0px 0px !important;
  box-shadow: -1px 5px 5px -1px rgba(0, 0, 0, 0.31);
}
.main-nav .nav-link {
  font-family: "Poppins", sans-serif !important;
  font-weight: 500;
  color: #000;
  font-style: normal;
  font-size: 18px;
  padding-left: 20px !important;
  padding-right: 20px !important;
}

.malayalam-btn {
  font-family: "Poppins", sans-serif;
  background-color: #1FC0DC;
  padding: 10px 20px !important;
  width: 150px;
  text-align: center;
  border-radius: 30px;
  color: #ffffff !important;
  border: none;
}

.english-btn {
  font-family: "Poppins", sans-serif;
  background-color: #E66E25;
  padding: 10px 20px !important;
  width: 150px;
  text-align: center;
  border-radius: 30px;
  color: #ffffff !important;
  border: none;
}

.bigTitle {
  font-family: "CabinetGrotesk-extrabold", sans-serif;
  line-height: 0.9;
  font-size: 13vw;
}

@media (min-width: 425px) {
  .bigTitle {
    font-size: 15vw;
  }
}
@media (min-width: 1024px) {
  .bigTitle {
    font-size: 5vw;
  }
}
.bigTitle .orangeIcon {
  width: 10px;
  height: 10px;
  transform: rotate(45deg);
  display: inline;
  margin-left: 5px;
}

@media (min-width: 768px) {
  .bigTitle .orangeIcon {
    width: 13px;
    height: 13px;
  }
}
@media (min-width: 1440px) {
  .bigTitle .orangeIcon {
    width: 16px;
    height: 16px;
  }
}
.arrow-button {
  display: flex;
  align-items: center;
  text-decoration: none;
  font-family: "CabinetGrotesk-extrabold", sans-serif;
  color: #000;
  transition: padding 1s cubic-bezier(0.16, 1, 0.3, 1);
  width: -moz-fit-content;
  width: fit-content;
  font-size: 12px;
}

.arrow-button svg {
  width: 33px;
  margin-left: 10px;
}

.arrow-button svg circle {
  transition: fill 0.75s ease;
  fill: transparent;
}

@media (min-width: 425px) {
  .arrow-button {
    font-size: 16px;
  }
  .arrow-button svg {
    width: 45px;
  }
}
@media (min-width: 1024px) {
  .arrow-button {
    font-size: 20px;
  }
  .arrow-button svg {
    width: 62px;
  }
  .arrow-button:hover {
    padding-left: 20px;
  }
  .arrow-button:hover svg circle {
    fill: #8c97d0;
  }
}
@media (min-width: 1440px) {
  .arrow-button {
    font-size: 15px;
  }
  .arrow-button svg {
    width: 60px;
  }
}
@media (min-width: 1920px) {
  .arrow-button {
    font-size: 18px;
  }
  .arrow-button svg {
    width: 70px;
  }
}
.home-showcase {
  padding: 0 var(--columnExt) 0;
  position: relative;
}

.home-showcase .home-showcaseSlider {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
}

.home-showcase .home-showcaseSlider .swiper-wrapper .swiper-slide {
  position: relative;
  height: 100%;
  overflow: hidden;
}

.home-showcase .home-showcaseSlider .swiper-wrapper .swiper-slide .swiper-image {
  padding: 5vw;
  height: 100%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  display: flex;
  justify-content: center;
}

.home-showcase .home-showcaseSlider .swiper-wrapper .swiper-slide .swiper-image .text-container {
  max-width: 100%;
  margin: 0 0 5rem;
}

.home-showcase .home-showcaseSlider .swiper-wrapper .swiper-slide .swiper-image .text-container .bigTitle {
  transform: translate(-140%, 0);
  transition: transform 1.15s cubic-bezier(0.58, 0, 0.28, 0.99) 0.4s;
  color: #fff;
  margin: 0 0 2.5rem;
  text-shadow: rgba(33, 33, 33, 0.1294117647) 0px 0px 5px;
  font-weight: 600;
  text-shadow: 1px -1px 3px rgba(0, 0, 0, 0.38);
  text-align: center;
}

.home-showcase .home-showcaseSlider .swiper-wrapper .swiper-slide .swiper-image .text-container .container-arrow-button {
  transform: translate(-160%, 0);
  transition: transform 0.6s cubic-bezier(0.58, 0, 0.28, 0.99) 1s;
  width: -moz-fit-content;
  width: fit-content;
}

.home-showcase .home-showcaseSlider .swiper-wrapper .swiper-slide .swiper-image .text-container .container-arrow-button .arrow-button {
  color: #fff;
}

.home-showcase .home-showcaseSlider .swiper-wrapper .swiper-slide .swiper-image .text-container .container-arrow-button svg path {
  fill: #fff;
}

.home-showcase .home-showcaseSlider .swiper-wrapper .swiper-slide .swiper-image .text-container .container-arrow-button svg circle {
  stroke: #fff;
}

.home-showcase .home-showcaseSlider .swiper-wrapper .swiper-slide .swiper-image .text-container .container-arrow-button:hover svg circle {
  stroke: #8c97d0;
}

.home-showcase .home-showcaseSlider .swiper-wrapper .swiper-slide .swiper-image .filter {
  width: 100%;
  height: 100%;
  background-color: #10112b;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  opacity: 0.5;
  transition: opacity 0.8s ease-in 0.5s;
}

.home-showcase .home-showcaseSlider .swiper-wrapper .swiper-slide-active .swiper-image .text-container .bigTitle, .home-showcase .home-showcaseSlider .swiper-wrapper .swiper-slide-active .swiper-image .text-container .container-arrow-button {
  transform: translate(0, 0);
  font-family: "Raleway", sans-serif;
}

.home-showcase .home-showcaseSlider .swiper-wrapper .swiper-slide-active .swiper-image .filter {
  opacity: 0;
}

.home-showcase .home-showcaseSlider .swiper-pagination {
  position: relative;
  bottom: 0;
  left: 0;
  width: -moz-fit-content;
  width: fit-content;
  padding: 3.5% 0;
}

.home-showcase .home-showcaseSlider .swiper-pagination-bullet {
  width: 4vw;
  border-radius: 50px;
  height: 2px;
  background-color: #8f9397;
  opacity: 1;
  transition: width 0.8s ease-in-out, 0.4s ease-in-out;
  margin: 0 4px !important;
}

.home-showcase .home-showcaseSlider .swiper-pagination-bullet-active {
  background-color: #f7970e;
  width: 8vw;
}

.home-showcase .home-showcaseSlider .showcaseSlider-nav {
  display: flex;
  flex-direction: row;
  padding: 0 0 3.5% 5%;
  padding-right: 0;
}

.home-showcase .home-showcaseSlider .showcaseSlider-nav .showcaseSlider-prev, .home-showcase .home-showcaseSlider .showcaseSlider-nav .showcaseSlider-next {
  position: static;
  display: flex;
  align-items: flex-end;
  font-weight: 900;
  margin: 0 2vw;
  width: 20px;
  height: auto;
}

.home-showcase .home-showcaseSlider .showcaseSlider-nav .showcaseSlider-prev.swiper-button-disabled, .home-showcase .home-showcaseSlider .showcaseSlider-nav .showcaseSlider-next.swiper-button-disabled {
  opacity: 1;
}

.home-showcase .home-showcaseSlider .showcaseSlider-nav .showcaseSlider-prev.swiper-button-disabled:after, .home-showcase .home-showcaseSlider .showcaseSlider-nav .showcaseSlider-next.swiper-button-disabled:after {
  color: #8f9397;
}

.home-showcase .home-showcaseSlider .showcaseSlider-nav .showcaseSlider-prev::after, .home-showcase .home-showcaseSlider .showcaseSlider-nav .showcaseSlider-next::after {
  font-size: 4vw;
  color: #f7970e;
}

.home-showcase .home-showcaseSlider #macaron {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 1;
  margin: 5%;
  width: 30%;
}

.home-showcase .home-showcaseSlider #macaron #text-circle {
  animation: rotate-360 12s linear 0s infinite reverse forwards;
  transform-origin: center;
}

.home-showcase .scrollSliderButton {
  position: absolute;
  left: 50%;
  bottom: 0;
  z-index: 2;
  display: flex;
  flex-direction: column;
  align-items: center;
  transform: translate(-50%, 0%);
  color: #fff !important;
  text-decoration: none;
  font-size: 3.5vw;
  height: 21vw;
  font-family: "CabinetGrotesk-light", sans-serif;
}

.home-showcase .scrollSliderButton .line {
  height: 15vw;
  width: 1px;
  background: #8c97d0;
  margin-top: 5px;
  animation: scroll-anim-mobile 1.6s cubic-bezier(0.62, 0.01, 0.71, 0.47) 0s infinite normal forwards;
}

@media (min-width: 1024px) {
  .home-showcase .home-showcaseSlider {
    display: block;
  }
  .home-showcase .home-showcaseSlider .swiper-wrapper .swiper-slide {
    height: 100%;
  }
  .home-showcase .home-showcaseSlider .swiper-wrapper .swiper-slide .swiper-image {
    align-items: center;
  }
  .home-showcase .home-showcaseSlider .swiper-wrapper .swiper-slide .swiper-image .text-container {
    max-width: 100%;
    margin: 0;
  }
  .home-showcase .home-showcaseSlider .swiper-pagination {
    position: absolute;
    bottom: 0;
    left: 0;
    padding: 0 0 2.5% 5%;
  }
  .home-showcase .home-showcaseSlider .swiper-pagination-bullet {
    width: 1.5vw;
    height: 3px;
    margin: 0 8px !important;
  }
  .home-showcase .home-showcaseSlider .swiper-pagination-bullet-active {
    width: 3vw;
  }
  .home-showcase .home-showcaseSlider .showcaseSlider-nav {
    position: absolute;
    bottom: 0;
    right: 0;
    z-index: 1;
    padding: 0 5% 2.5% 5%;
  }
  .home-showcase .home-showcaseSlider .showcaseSlider-nav .showcaseSlider-prev, .home-showcase .home-showcaseSlider .showcaseSlider-nav .showcaseSlider-next {
    margin: 0 0.6vw;
  }
  .home-showcase .home-showcaseSlider .showcaseSlider-nav .showcaseSlider-prev::after, .home-showcase .home-showcaseSlider .showcaseSlider-nav .showcaseSlider-next::after {
    font-size: 1vw;
  }
  .home-showcase .home-showcaseSlider #macaron {
    width: -moz-fit-content;
    width: fit-content;
    width: 8.4vw;
  }
  .home-showcase .scrollSliderButton {
    position: absolute;
    left: 50%;
    bottom: 0;
    z-index: 2;
    display: flex;
    flex-direction: column;
    align-items: center;
    transform: translate(-50%, 40%);
    color: #fff !important;
    text-decoration: none;
    font-size: 0.9vw;
    height: 4.8vw;
    font-family: "CabinetGrotesk-light", sans-serif;
  }
  .home-showcase .scrollSliderButton .line {
    height: 4.8vw;
    width: 2px;
    background: #8c97d0;
    margin-top: 5px;
    animation: scroll-anim 1.6s cubic-bezier(0.62, 0.01, 0.71, 0.47) 0s infinite normal forwards;
  }
}
.home-showcase .home-showcaseSlider .swiper-wrapper .swiper-slide,
.home-showcase .home-showcaseSlider .swiper-wrapper .swiper-slide .swiper-image {
  height: 100vh;
}

.home-showcase .home-showcaseSlider .swiper-wrapper .swiper-slide,
.home-showcase .home-showcaseSlider .swiper-wrapper .swiper-slide .swiper-image {
  height: 100vh;
}

.about-sec {
  padding: 150px 0px 0px 0px;
}
.about-sec h2 {
  font-family: "Hanken Grotesk", sans-serif;
  color: #E66E25;
  font-size: 60px;
  margin: 0px;
  padding: 0px;
}
.about-sec h4 {
  font-family: "Italianno", cursive;
  color: #E66E25;
  font-size: 60px;
  margin: 0px;
  padding: 0px;
}
.about-sec p {
  font-family: "Poppins", sans-serif;
  font-size: 18px;
  color: #fff;
}

.services-sec {
  padding: 150px 0px 0px 0px;
}
.services-sec h2 {
  font-family: "Hanken Grotesk", sans-serif;
  color: #E66E25;
  font-size: 60px;
  text-align: center;
  margin: 0px;
  padding: 0px;
}
.services-sec h4 {
  font-family: "Italianno", cursive;
  color: #E66E25;
  font-size: 60px;
  text-align: center;
  margin: 0px;
  padding: 0px;
}
.services-sec .box {
  background-color: #E66E25;
  padding: 20px 40px;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  height: 100%;
  min-height: 250px;
  transition: 0.5s;
}
.services-sec .box h3 {
  font-family: "Hanken Grotesk", sans-serif;
  font-size: 30px;
  text-align: center;
  color: #000;
}
.services-sec .box:hover {
  background-color: #fff;
}

.project-sec {
  padding: 100px 0px 100px 0px;
}
.project-sec h2 {
  font-family: "Raleway", sans-serif;
  color: #000000;
  font-size: 46px;
  font-weight: 800;
}
.project-sec h5 {
  color: #E66E25;
  font-family: "Raleway", sans-serif;
  font-size: 22px;
  font-weight: 500;
}

@keyframes zoomin {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.05);
  }
  100% {
    transform: scale(1);
  }
}
.gallery-item {
  display: block;
}

.gallery-item img {
  box-shadow: 0 1rem 1rem rgba(0, 0, 0, 0.15);
  transition: box-shadow 0.2s;
}

.gallery-item:hover img {
  box-shadow: 0 1rem 1rem rgba(0, 0, 0, 0.35);
}

.lightbox-modal .modal-content {
  background-color: var(--lightbox);
}

.lightbox-modal .btn-close {
  position: absolute;
  top: 1.25rem;
  right: 1.25rem;
  font-size: 1.25rem;
  z-index: 10;
  filter: invert(1) grayscale(100);
}

.lightbox-modal .modal-body {
  display: flex;
  align-items: center;
  padding: 0;
}

.lightbox-modal .lightbox-content {
  width: 100%;
}

.lightbox-modal .carousel-indicators {
  margin-bottom: 0;
}

.lightbox-modal .carousel-indicators [data-bs-target] {
  background-color: var(--carousel-text) !important;
}

.lightbox-modal .carousel-inner {
  width: 75%;
}

.lightbox-modal .carousel-inner img {
  animation: zoomin 10s linear infinite;
}

.lightbox-modal .carousel-item .carousel-caption {
  right: 0;
  bottom: 0;
  left: 0;
  padding-bottom: 2rem;
  background-color: var(--lightbox);
  color: var(--carousel-text) !important;
}

.lightbox-modal .carousel-control-prev,
.lightbox-modal .carousel-control-next {
  width: auto;
}

.lightbox-modal .carousel-control-prev {
  left: 1.25rem;
}

.lightbox-modal .carousel-control-next {
  right: 1.25rem;
}

@media (min-width: 1400px) {
  .lightbox-modal .carousel-inner {
    max-width: 60%;
  }
}
[data-bs-theme=dark] .lightbox-modal .carousel-control-next-icon,
[data-bs-theme=dark] .lightbox-modal .carousel-control-prev-icon {
  filter: none;
}

.btn-fullscreen-enlarge,
.btn-fullscreen-exit {
  position: absolute;
  top: 1.25rem;
  right: 3.5rem;
  z-index: 10;
  border: 0;
  background: transparent;
  opacity: 0.6;
  font-size: 1.25rem;
}

.bi {
  display: inline-block;
  width: 1em;
  height: 1em;
  vertical-align: -0.035em;
  fill: currentcolor;
}

.carousel-control-prev-icon, .carousel-control-next-icon {
  width: 50px;
  height: 50px;
  background-color: #EEBF1B;
  position: relative;
  z-index: 999;
}

.carousel-control-next, .carousel-control-prev {
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 15%;
  padding: 0;
  color: #fff;
  text-align: center;
  background: 0 0;
  filter: none !important;
  border: 0;
  opacity: 1 !important;
  transition: opacity 0.1s ease !important;
}

.contact-sec {
  padding: 100px 0px 100px 0px;
  background-color: #fff;
}
.contact-sec .form-control {
  background-color: rgb(255, 221, 200);
  border: 1px solid #E66E25;
  color: #000;
}
.contact-sec h2 {
  font-family: "Raleway", sans-serif;
  color: #000000;
  font-size: 46px;
  font-weight: 800;
}
.contact-sec h4 {
  font-family: "Italianno", cursive;
  color: #E66E25;
  font-size: 60px;
  margin: 0px;
  padding: 0px;
}
.contact-sec p {
  font-family: "Poppins", sans-serif;
  font-size: 18px;
  color: #000000;
}
.contact-sec .contact ul {
  list-style: none;
  padding-left: 0px;
}
.contact-sec .contact ul li {
  font-family: "Poppins", sans-serif;
  font-size: 18px;
  color: #000000;
  line-height: 56px;
  display: flex;
}
.contact-sec .contact ul li i {
  margin-right: 20px;
}

.ftr-sec {
  padding-top: 100px;
  padding-bottom: 100px;
}

.footer-sec {
  padding: 150px 0px 150px 0px;
  background: url(https://stfrancisjamnagar.in/css/../img/ftr-bg.jpg) rgba(31, 192, 220, 0.9);
  background-size: cover;
  background-repeat: no-repeat;
  background-blend-mode: multiply;
}
.footer-sec h2 {
  font-family: "Hanken Grotesk", sans-serif;
  color: #ffffff;
  font-size: 60px;
}
.footer-sec h4 {
  font-family: "Hanken Grotesk", sans-serif;
  color: #ffffff;
  font-size: 30px;
}
.footer-sec P {
  font-family: "Poppins", sans-serif;
  font-size: 18px;
  color: #ffffff;
  line-height: 30px;
}

/* Custom mobile nav sliding */
.mobile-menu-wrapper {
  position: fixed;
  top: 0;
  right: 0;
  height: 100vh;
  width: 300px;
  background: #fff;
  box-shadow: -2px 0 8px rgba(0, 0, 0, 0.1);
  transform: translateX(100%);
  transition: transform 0.3s ease-in-out;
  z-index: 1050;
  padding: 1rem;
}

.mobile-menu-wrapper.show {
  transform: translateX(0);
}

@media (min-width: 992px) {
  .mobile-menu-wrapper {
    display: none !important;
  }
}
.overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  display: none;
  z-index: 1040;
}

.overlay.show {
  display: block;
}

.social ul {
  text-decoration: none;
  list-style: none;
  padding-left: 0px;
}
.social ul li {
  display: inline;
  font-size: 18px;
}
.social ul li a {
  margin-right: 5px;
  font-size: 18px;
  color: #ffffff;
}

.btm {
  background-color: #E66E25;
  width: 100%;
  border-top: 1px solid #ffffff;
  padding: 20px;
}
.btm p {
  font-family: "Poppins", sans-serif;
  font-size: 16px;
  color: #ffffff;
  text-align: center;
  margin: 0px;
}

.header {
  padding: 10px 0px 15px 0px;
}

/*STYLE THE NAVBAR*/
#navbar {
  overflow: hidden;
  z-index: 99;
  display: block;
}

/*STYLE THE NAVBAR LINKS*/
#navbar a {
  float: left;
  display: inline-block;
  color: #000;
  padding: 10px 25px 10px 15px;
  text-decoration: none;
  font-size: 18px;
}

#navbar a:hover {
  color: #E66E25;
}

/*PAGE CONTENT*/
.content {
  padding: 20px;
}

/* ADDING STICKY JS */
.sticky {
  position: fixed;
  top: 0;
  width: 100%;
  /* Add some top padding to the page content to prevent sudden quick movement (as the navigation bar gets a new position at the top of the page (position:fixed and top:0) */
}
.sticky .sticky + .content {
  padding-top: 60px;
}

.nav-link {
  font-family: "Raleway", sans-serif;
  font-weight: 600;
  font-size: 18px;
  padding: 10px 15px !important;
  text-decoration: none;
  color: rgb(0, 0, 0);
}

.nav-link:focus, .nav-link:hover {
  color: #E66E25;
}

.dropdown-menu {
  background-color: #E66E25;
  font-family: "Raleway", sans-serif;
  font-weight: 600;
  font-size: 18px;
}

.nav-link.active {
  color: #E66E25 !important;
  border-bottom: 4px solid #E66E25;
}

.ticker-container {
  width: 100%;
  overflow: hidden;
  white-space: nowrap;
  background: #E66E25;
  padding: 10px;
  color: #fff;
}

.ticker-wrapper {
  display: inline-block;
  animation: ticker 20s linear infinite;
}

.ticker-wrapper:hover {
  animation-play-state: paused;
}

.ticker {
  display: inline-block;
}

.ticker-text {
  font-weight: bold;
  color: #000000;
}

.blink {
  animation: blinker 1s linear infinite;
}

@keyframes blinker {
  50% {
    opacity: 0;
  }
}
@keyframes ticker {
  0% {
    transform: translateX(40%);
  }
  100% {
    transform: translateX(-100%);
  }
}
.btn {
  background: #F2B922;
  color: #000;
  padding: 5px 8px;
  border-radius: 5px;
  text-decoration: none;
}

.welcome-sec {
  padding: 100px 0px 100px 0px;
}
.welcome-sec h5 {
  color: #E66E25;
  font-family: "Raleway", sans-serif;
  font-size: 22px;
  font-weight: 500;
}
.welcome-sec h2 {
  font-family: "Raleway", sans-serif;
  font-size: 46px;
  color: #000000;
  font-weight: 800;
}
.welcome-sec p {
  font-family: "Raleway", sans-serif;
  font-size: 16px;
  font-weight: 500;
  color: #000000;
  text-align: justify;
}

.quotes-sec {
  background: url(../imgs/bg.jpg) rgba(0, 0, 0, 0.9);
  padding: 50px 0px 50px 0px;
  background-blend-mode: multiply;
  background-attachment: fixed;
  background-size: cover;
}
.quotes-sec h2 {
  font-family: "Raleway", sans-serif;
  font-size: 56px;
  font-weight: 600;
  text-align: center;
}

.who-is-sec {
  padding: 100px 0px 100px 0px;
  background-color: #FFF4F1;
}
.who-is-sec h5 {
  color: #E66E25;
  font-family: "Raleway", sans-serif;
  font-size: 22px;
  font-weight: 500;
}
.who-is-sec h2 {
  font-family: "Raleway", sans-serif;
  font-size: 46px;
  color: #000000;
  font-weight: 800;
}
.who-is-sec p {
  font-family: "Raleway", sans-serif;
  font-size: 16px;
  font-weight: 500;
  color: #000000;
  text-align: justify;
}

.fathers-sec {
  padding: 100px 0px 100px 0px;
  background-color: #FFF4F1;
}
.fathers-sec h5 {
  color: #E66E25;
  font-family: "Raleway", sans-serif;
  font-size: 22px;
  font-weight: 500;
}
.fathers-sec h2 {
  font-family: "Raleway", sans-serif;
  font-size: 46px;
  color: #000000;
  font-weight: 800;
}
.fathers-sec .card {
  background-color: #ffffff;
  padding-bottom: 50px;
  border-radius: 0px 0px 80px 0px !important;
  box-shadow: -3px 5px 12px -4px rgba(0, 0, 0, 0.28);
  -webkit-box-shadow: -3px 5px 12px -4px rgba(0, 0, 0, 0.28);
  -moz-box-shadow: -3px 5px 12px -4px rgba(0, 0, 0, 0.28);
}
.fathers-sec .card h3 {
  font-family: "Raleway", sans-serif;
  font-size: 20px;
  color: #000000;
  font-weight: 600;
  text-align: center;
  padding: 10px 0px 5px 0px;
  background-color: #E66E25;
}
.fathers-sec .card h5 {
  font-family: "Raleway", sans-serif;
  font-size: 18px;
  color: #1FC0DC;
  font-weight: 600;
  text-align: center;
  padding: 0px;
}
.fathers-sec .card p {
  font-family: "Raleway", sans-serif;
  font-size: 16px;
  color: #000000;
  font-weight: 400;
  padding: 10px;
  text-align: center;
}

.bold-text {
  color: #1FC0DC;
  font-family: "Raleway", sans-serif;
  font-size: 16px;
  color: #ffffff;
  font-weight: 600;
  background-color: #1FC0DC;
  padding: 10px;
  border-radius: 6px;
}

.hello ul {
  padding-left: 0px;
  list-style: none;
}
.hello a {
  color: #ffffff;
  text-decoration: none;
}

.readmore-btn {
  background-color: #1FC0DC;
  padding: 15px 30px;
  border-radius: 60px;
  font-family: "Raleway", sans-serif;
  font-size: 16px;
  color: #ffffff;
  font-weight: 600;
  text-decoration: none;
  transition: 0.5s;
  border: none;
}
.readmore-btn:hover {
  background-color: #E66E25;
}

.flash {
  background-color: #E66E25;
  padding: 30px;
}
.flash h2 {
  font-family: "Raleway", sans-serif;
  font-size: 36px;
  color: #ffffff;
  font-weight: 800;
}

.lang-content {
  display: none;
}

.active {
  display: block;
}

button {
  margin: 10px;
  padding: 10px;
}

.sub-banner {
  background: url(../imgs/sub_banner.png);
  position: relative;
  min-height: 200px;
  background-size: cover;
}
.sub-banner .layer {
  background: rgb(0, 57, 116);
  background: linear-gradient(81deg, rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0.15) 100%);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.sub-banner h2 {
  font-family: "Raleway", sans-serif;
  font-size: 56px;
  color: #ffffff;
  font-weight: 800;
}

.sub-banner .layer .breadcrumb a {
  color: #ffffff;
}

.breadcrumb-item.active {
  color: #E66E25;
}

.phone-gmail ul {
  list-style: none;
  padding-left: 0px;
}
.phone-gmail ul li {
  font-family: "Raleway", sans-serif;
  font-size: 18px;
  color: #E66E25;
  margin-bottom: 10px;
}
.phone-gmail ul li i {
  margin-right: 10px;
}

a {
  text-decoration: none;
}
a:hover .box-bg {
  background-color: #1FC0DC;
}
a .box-bg {
  background-color: #E66E25;
  transition: 0.5s;
}
a .box-bg h4 {
  font-family: "Raleway", sans-serif;
  font-size: 24px;
  color: #ffffff;
  font-weight: 600;
  text-align: center;
  padding: 10px;
}

/* Container must be positioned relative */
.overlay-container {
  position: relative;
  display: inline-block;
  overflow: hidden;
}

/* Smooth zoom effect */
.zoom-hover {
  transition: transform 0.5s ease-in-out;
  display: block;
}

/* Zoom on hover */
.overlay-container:hover .zoom-hover {
  transform: scale(1.1);
}

/* Overlay element */
.image-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0); /* transparent initially */
  transition: background-color 0.3s ease;
  pointer-events: none; /* allows clicking through */
}

/* Overlay color on hover */
.overlay-container:hover .image-overlay {
  background-color: rgba(0, 0, 0, 0.4); /* semi-transparent black */
}

.about-two {
  padding-bottom: 100px;
}

.dropdown-item {
  font-family: "Raleway", sans-serif;
  font-size: 18px;
  color: #ffffff;
  font-weight: 600;
}

.navbar {
  background-color: #ffffff;
  box-shadow: 0px 4px 10px -2px rgba(0, 0, 0, 0.47);
  -webkit-box-shadow: 0px 4px 10px -2px rgba(0, 0, 0, 0.47);
  -moz-box-shadow: 0px 4px 10px -2px rgba(0, 0, 0, 0.47);
}

.float {
  position: fixed;
  width: 60px;
  height: 60px;
  bottom: 40px;
  right: 40px;
  background-color: #25d366;
  color: #FFF;
  border-radius: 50px;
  text-align: center;
  font-size: 30px;
  box-shadow: 2px 2px 3px #999;
  z-index: 100;
}

.my-float {
  margin-top: 16px;
}

/* 
--------------------------------------------------------
openbtn
-------------------------------------------------------- */
.openbtn {
  background: #10568f;
  width: 50px;
  height: 50px;
  border-radius: 5px;
  cursor: pointer;
  position: relative;
}

.openbtn .openbtn-area {
  transition: all 0.4s;
}

.openbtn span {
  position: absolute;
  background: #fff;
  display: inline-block;
  border-radius: 3px;
  left: 12px;
  height: 3px;
  transition: all 0.4s;
  width: 50%;
}
.openbtn span:nth-of-type(1) {
  top: 16px;
}
.openbtn span:nth-of-type(2) {
  top: 24px;
}
.openbtn span:nth-of-type(3) {
  top: 32px;
}

.openbtn.active .openbtn-area {
  transform: rotateY(-360deg);
}

.openbtn.active span:nth-of-type(1) {
  width: 45%;
  top: 18px;
  left: 14px;
  transform: translateY(6px) rotate(-135deg);
}
.openbtn.active span:nth-of-type(2) {
  opacity: 0;
}
.openbtn.active span:nth-of-type(3) {
  width: 45%;
  top: 30px;
  left: 14px;
  transform: translateY(-6px) rotate(135deg);
}/*# sourceMappingURL=style.css.map */