/* Base */
body {
  line-height: 1.7;
  color: gray;
  font-weight: 300;
  font-size: 1.1rem;
}



::-moz-selection {
  background: #000;
  color: #fff;
}

::selection {
  background: #000;
  color: #fff;
}

a {
  -webkit-transition: .3s all ease;
  -o-transition: .3s all ease;
  transition: .3s all ease;
}

a:hover {
  text-decoration: none;
}

h1,
h2,
h3,
h4,
h5,
.h1,
.h2,
.h3,
.h4,
.h5 {
  font-family: "Muli", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
}

.border-2 {
  border-width: 2px;
}

.text-black {
  color: #000 !important;
}

.bg-black {
  background: #000 !important;
}

.color-black-opacity-5 {
  color: rgba(0, 0, 0, 0.5);
}

.color-white-opacity-5 {
  color: rgba(255, 255, 255, 0.5);
}

.site-wrap:before {
  display: none;
  -webkit-transition: .3s all ease-in-out;
  -o-transition: .3s all ease-in-out;
  transition: .3s all ease-in-out;
  background: rgba(0, 0, 0, 0.6);
  content: "";
  position: absolute;
  z-index: 2000;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 0;
  visibility: hidden;
}

.offcanvas-menu .site-wrap {
  height: 100%;
  width: 100%;
  z-index: 2;
}

.offcanvas-menu .site-wrap:before {
  opacity: 1;
  visibility: visible;
}

.btn {
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 900;
  padding: 14px 30px !important;
}

.btn:hover,
.btn:active,
.btn:focus {
  outline: none;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
}

.btn.btn-black {
  border-width: 2px;
  border-color: #000;
  background: #000;
  color: #fff;
}

.btn.btn-black:hover {
  color: #000;
  background-color: transparent;
}

.btn.btn-black.btn-outline-black {
  color: #000;
  background-color: transparent;
}

.btn.btn-black.btn-outline-black:hover {
  border-color: #000;
  background: #000;
  color: #fff;
}

.btn.btn-white {
  border-width: 2px;
  border-color: #fff;
  background: #fff;
  color: #000;
}

.btn.btn-white:hover {
  color: #fff;
  background-color: transparent;
}

.btn.btn-white.btn-outline-white {
  color: #fff;
  background-color: transparent;
}

.btn.btn-white.btn-outline-white:hover {
  border-color: #fff;
  background: #fff;
  color: #000;
}

.btn.btn-pill {
  border-radius: 30px;
}

.line-height-1 {
  line-height: 1 !important;
}

.bg-black {
  background: #000;
}

.form-control {
  height: 48px;
  font-family: "Muli", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
}

.form-control:active,
.form-control:focus {
  border-color: #002776;
}

.form-control:hover,
.form-control:active,
.form-control:focus {
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
}


@media (min-width: 768px) {}



.formDiv {
  position: relative;
  width: 100%;
  right: 0;
}

.site-section-heading {
  padding-bottom: 20px;
  margin-bottom: 0px;
  position: relative;
  font-size: 2.5rem;
}

@media (min-width: 768px) {
  .site-section-heading {
    font-size: 3rem;
  }
}

.border-top {
  border-top: 1px solid #edf0f5 !important;
}

.site-footer {
  padding: 4em 0;
  background: #333333;
}

@media (min-width: 768px) {
  .site-footer {
    padding: 8em 0;
  }
}

.site-footer .border-top {
  border-top: 1px solid rgba(255, 255, 255, 0.1) !important;
}

.site-footer p {
  color: #737373;
}

.site-footer h2,
.site-footer h3,
.site-footer h4,
.site-footer h5 {
  color: #000;
}

.site-footer a {
  color: #999999;
}

.site-footer a:hover {
  color: black;
}

.site-footer ul li {
  margin-bottom: 10px;
}

.site-footer .footer-heading {
  font-size: 16px;
  color: #000;
  text-transform: uppercase;
  font-weight: 900;
}

.bg-text-line {
  display: inline;
  background: #000;
  -webkit-box-shadow: 20px 0 0 #000, -20px 0 0 #000;
  box-shadow: 20px 0 0 #000, -20px 0 0 #000;
}

.text-white-opacity-05 {
  color: rgba(255, 255, 255, 0.5);
}

.text-black-opacity-05 {
  color: rgba(0, 0, 0, 0.5);
}

.hover-bg-enlarge {
  overflow: hidden;
  position: relative;
}

@media (max-width: 991.98px) {
  .hover-bg-enlarge {
    height: auto !important;
  }
}

.hover-bg-enlarge>div {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  -webkit-transition: .8s all ease-in-out;
  -o-transition: .8s all ease-in-out;
  transition: .8s all ease-in-out;
}

.hover-bg-enlarge:hover>div,
.hover-bg-enlarge:focus>div,
.hover-bg-enlarge:active>div {
  -webkit-transform: scale(1.2);
  -ms-transform: scale(1.2);
  transform: scale(1.2);
}

@media (max-width: 991.98px) {
  .hover-bg-enlarge .bg-image-md-height {
    height: 300px !important;
  }
}

.bg-image-2 {
  background-attachment: fixed;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}

.bg-image {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  background-attachment: fixed;
}

.bg-image.overlay {
  position: relative;
}

.bg-image.overlay:after {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 0;
  width: 100%;
  background: rgba(0, 0, 0, 0.7);
}

.bg-image>.container {
  position: relative;
  z-index: 1;
}

@media (max-width: 991.98px) {
  .img-md-fluid {
    max-width: 100%;
  }
}

@media (max-width: 991.98px) {

  .display-1,
  .display-3 {
    font-size: 3rem;
  }
}

.play-single-big {
  width: 90px;
  height: 90px;
  display: inline-block;
  border: 2px solid #fff;
  color: #fff !important;
  border-radius: 50%;
  position: relative;
  -webkit-transition: .3s all ease-in-out;
  -o-transition: .3s all ease-in-out;
  transition: .3s all ease-in-out;
}

.play-single-big>span {
  font-size: 50px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-40%, -50%);
  -ms-transform: translate(-40%, -50%);
  transform: translate(-40%, -50%);
}

.play-single-big:hover {
  width: 120px;
  height: 120px;
}

.overlap-to-top {
  margin-top: -150px;
}

.ul-check {
  margin-bottom: 50px;
}

.ul-check li {
  position: relative;
  padding-left: 35px;
  margin-bottom: 15px;
  line-height: 1.5;
}

.ul-check li:before {
  left: 0;
  font-size: 20px;
  top: -.3rem;
  font-family: "icomoon";
  content: "\e5ca";
  position: absolute;
}

.ul-check.white li:before {
  color: #fff;
}

.ul-check.success li:before {
  color: #8bc34a;
}

.ul-check.primary li:before {
  color: #002776;
}

.select-wrap,
.wrap-icon {
  position: relative;
}

.select-wrap .icon,
.wrap-icon .icon {
  position: absolute;
  right: 10px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  font-size: 22px;
}

.select-wrap select,
.wrap-icon select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  width: 100%;
}

/* Navbar */
.site-logo {
  position: relative;
  font-weight: 900;
  font-size: 1.3rem;
}

.site-logo a {
  color: #fff;
}

.site-navbar {
  margin-bottom: 0px;
  z-index: 1999;
  position: absolute;
  width: 100%;
  box-shadow: 4px 0 20px -5px rgba(0, 0, 0, 0.2);
}

/* .site-navbar .container-fluid {
  padding-left: 7rem;
  padding-right: 7rem;
} */

@media (max-width: 1199.98px) {
  .site-navbar .container-fluid {
    padding-left: 15px;
    padding-right: 15px;
  }
}

.site-navbar .site-navigation.border-bottom {
  border-bottom: 1px solid #f3f3f4 !important;
}

.site-navbar .site-navigation .site-menu {
  margin-bottom: 0;
}

.site-navbar .site-navigation .site-menu .active {
  color: #002776;
  display: inline-block;
  padding: 5px 20px;
}

.site-navbar .site-navigation .site-menu a {
  text-decoration: none !important;
  display: inline-block;
}

.site-navbar .site-navigation .site-menu>li {
  display: inline-block;
}

.site-navbar .site-navigation .site-menu>li>a {
  padding: 5px 20px;
  color: #002776;
  display: inline-block;
  text-decoration: none !important;
  font-weight: 600;
  font-size: 17px;
}


.navbar-brand img {
  width: 200px;
}


/* .site-navbar .site-navigation .site-menu>li>a:hover {
  color: #fff;
} */

.site-navbar .site-navigation .site-menu .has-children {
  position: relative;
}

.site-navbar .site-navigation .site-menu .has-children>a {
  position: relative;
  padding-right: 20px;
}

.site-navbar .site-navigation .site-menu .has-children>a:before {
  position: absolute;
  content: "\e313";
  font-size: 16px;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  font-family: 'icomoon';
}

.site-navbar .site-navigation .site-menu .has-children .dropdown {
  visibility: hidden;
  opacity: 0;
  top: 100%;
  position: absolute;
  text-align: left;
  border-top: 2px solid #002776;
  -webkit-box-shadow: 0 2px 10px -2px rgba(0, 0, 0, 0.1);
  box-shadow: 0 2px 10px -2px rgba(0, 0, 0, 0.1);
  border-left: 1px solid #edf0f5;
  border-right: 1px solid #edf0f5;
  border-bottom: 1px solid #edf0f5;
  padding: 0px 0;
  margin-top: 20px;
  margin-left: 0px;
  background: #fff;
  -webkit-transition: 0.2s 0s;
  -o-transition: 0.2s 0s;
  transition: 0.2s 0s;
}

.site-navbar .site-navigation .site-menu .has-children .dropdown.arrow-top {
  position: absolute;
}

.site-navbar .site-navigation .site-menu .has-children .dropdown.arrow-top:before {
  bottom: 100%;
  left: 20%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
}

.site-navbar .site-navigation .site-menu .has-children .dropdown.arrow-top:before {
  border-color: rgba(136, 183, 213, 0);
  border-bottom-color: #fff;
  border-width: 10px;
  margin-left: -10px;
}

.site-navbar .site-navigation .site-menu .has-children .dropdown a {
  text-transform: none;
  letter-spacing: normal;
  -webkit-transition: 0s all;
  -o-transition: 0s all;
  transition: 0s all;
  color: #343a40;
}

.site-navbar .site-navigation .site-menu .has-children .dropdown .active>a {
  color: #002776 !important;
}

.site-navbar .site-navigation .site-menu .has-children .dropdown>li {
  list-style: none;
  padding: 0;
  margin: 0;
  min-width: 200px;
}

.site-navbar .site-navigation .site-menu .has-children .dropdown>li>a {
  padding: 9px 20px;
  display: block;
}

.site-navbar .site-navigation .site-menu .has-children .dropdown>li>a:hover {
  background: #f4f5f9;
  color: #25262a;
}

.site-navbar .site-navigation .site-menu .has-children .dropdown>li.has-children>a:before {
  content: "\e315";
  right: 20px;
}

.site-navbar .site-navigation .site-menu .has-children .dropdown>li.has-children>.dropdown,
.site-navbar .site-navigation .site-menu .has-children .dropdown>li.has-children>ul {
  left: 100%;
  top: 0;
}

.site-navbar .site-navigation .site-menu .has-children .dropdown>li.has-children:hover>a,
.site-navbar .site-navigation .site-menu .has-children .dropdown>li.has-children:active>a,
.site-navbar .site-navigation .site-menu .has-children .dropdown>li.has-children:focus>a {
  background: #f4f5f9;
  color: #25262a;
}

.site-navbar .site-navigation .site-menu .has-children:hover>a,
.site-navbar .site-navigation .site-menu .has-children:focus>a,
.site-navbar .site-navigation .site-menu .has-children:active>a {
  color: #002776;
}

.site-navbar .site-navigation .site-menu .has-children:hover,
.site-navbar .site-navigation .site-menu .has-children:focus,
.site-navbar .site-navigation .site-menu .has-children:active {
  cursor: pointer;
}

.site-navbar .site-navigation .site-menu .has-children:hover>.dropdown,
.site-navbar .site-navigation .site-menu .has-children:focus>.dropdown,
.site-navbar .site-navigation .site-menu .has-children:active>.dropdown {
  -webkit-transition-delay: 0s;
  -o-transition-delay: 0s;
  transition-delay: 0s;
  margin-top: 0px;
  visibility: visible;
  opacity: 1;
}

.site-navbar .site-navigation .site-menu.site-menu-dark>li>a {
  color: #000;
}

.site-mobile-menu {
  width: 300px;
  position: fixed;
  right: 0;
  z-index: 2000;
  padding-top: 20px;
  background: #fff;
  height: calc(100vh);
  -webkit-transform: translateX(110%);
  -ms-transform: translateX(110%);
  transform: translateX(110%);
  -webkit-box-shadow: -10px 0 20px -10px rgba(0, 0, 0, 0.1);
  box-shadow: -10px 0 20px -10px rgba(0, 0, 0, 0.1);
  -webkit-transition: .3s all ease-in-out;
  -o-transition: .3s all ease-in-out;
  transition: .3s all ease-in-out;
}

.offcanvas-menu .site-mobile-menu {
  -webkit-transform: translateX(0%);
  -ms-transform: translateX(0%);
  transform: translateX(0%);
}

.site-mobile-menu .site-mobile-menu-header {
  width: 100%;
  float: left;
  padding-left: 20px;
  padding-right: 20px;
}

.site-mobile-menu .site-mobile-menu-header .site-mobile-menu-close {
  float: right;
  margin-top: 8px;
}

.site-mobile-menu .site-mobile-menu-header .site-mobile-menu-close span {
  font-size: 30px;
  display: inline-block;
  padding-left: 10px;
  padding-right: 0px;
  line-height: 1;
  cursor: pointer;
  -webkit-transition: .3s all ease;
  -o-transition: .3s all ease;
  transition: .3s all ease;
}

.site-mobile-menu .site-mobile-menu-header .site-mobile-menu-close span:hover {
  color: #25262a;
}

.site-mobile-menu .site-mobile-menu-header .site-mobile-menu-logo {
  float: left;
  margin-top: 10px;
  margin-left: 0px;
}

.site-mobile-menu .site-mobile-menu-header .site-mobile-menu-logo a {
  display: inline-block;
  text-transform: uppercase;
}

.site-mobile-menu .site-mobile-menu-header .site-mobile-menu-logo a img {
  max-width: 70px;
}

.site-mobile-menu .site-mobile-menu-header .site-mobile-menu-logo a:hover {
  text-decoration: none;
}

.site-mobile-menu .site-mobile-menu-body {
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
  position: relative;
  padding: 0 20px 20px 20px;
  height: calc(100vh - 52px);
  padding-bottom: 150px;
}

.site-mobile-menu .site-nav-wrap {
  padding: 0;
  margin: 0;
  list-style: none;
  position: relative;
}

.site-mobile-menu .site-nav-wrap a {
  padding: 10px 20px;
  display: block;
  position: relative;
  color: #212529;
}

.site-mobile-menu .site-nav-wrap a:hover {
  color: #002776;
}

.site-mobile-menu .site-nav-wrap li {
  position: relative;
  display: block;
}

.site-mobile-menu .site-nav-wrap li .active {
  color: #002776;
}

.site-mobile-menu .site-nav-wrap .arrow-collapse {
  position: absolute;
  right: 0px;
  top: 10px;
  z-index: 20;
  width: 36px;
  height: 36px;
  text-align: center;
  cursor: pointer;
  border-radius: 50%;
}

.site-mobile-menu .site-nav-wrap .arrow-collapse:hover {
  background: #f8f9fa;
}

.site-mobile-menu .site-nav-wrap .arrow-collapse:before {
  font-size: 12px;
  z-index: 20;
  font-family: "icomoon";
  content: "\f078";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%) rotate(-180deg);
  -ms-transform: translate(-50%, -50%) rotate(-180deg);
  transform: translate(-50%, -50%) rotate(-180deg);
  -webkit-transition: .3s all ease;
  -o-transition: .3s all ease;
  transition: .3s all ease;
}

.site-mobile-menu .site-nav-wrap .arrow-collapse.collapsed:before {
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.site-mobile-menu .site-nav-wrap>li {
  display: block;
  position: relative;
  float: left;
  width: 100%;
}

.site-mobile-menu .site-nav-wrap>li>a {
  padding-left: 20px;
  font-size: 20px;
}

.site-mobile-menu .site-nav-wrap>li>ul {
  padding: 0;
  margin: 0;
  list-style: none;
}

.site-mobile-menu .site-nav-wrap>li>ul>li {
  display: block;
}

.site-mobile-menu .site-nav-wrap>li>ul>li>a {
  padding-left: 40px;
  font-size: 16px;
}

.site-mobile-menu .site-nav-wrap>li>ul>li>ul {
  padding: 0;
  margin: 0;
}

.site-mobile-menu .site-nav-wrap>li>ul>li>ul>li {
  display: block;
}

.site-mobile-menu .site-nav-wrap>li>ul>li>ul>li>a {
  font-size: 16px;
  padding-left: 60px;
}

.site-mobile-menu .site-nav-wrap[data-class="social"] {
  float: left;
  width: 100%;
  margin-top: 30px;
  padding-bottom: 5em;
}

.site-mobile-menu .site-nav-wrap[data-class="social"]>li {
  width: auto;
}

.site-mobile-menu .site-nav-wrap[data-class="social"]>li:first-child a {
  padding-left: 15px !important;
}

.sticky-wrapper {
  position: absolute;
  z-index: 100;
  width: 100%;
}

.sticky-wrapper+.site-blocks-cover {
  margin-top: 96px;
}

.sticky-wrapper .site-navbar {
  -webkit-transition: .3s all ease;
  -o-transition: .3s all ease;
  transition: .3s all ease;
  background-color: #fff;
}

.sticky-wrapper .site-navbar .site-menu>li {
  display: inline-block;
}

.sticky-wrapper .site-navbar .site-menu>li>a.active {
  color: #fff;
  position: relative;
}

.sticky-wrapper .site-navbar .site-menu>li>a.active:after {
  height: 2px;
  background: #fff;
  content: "";
  position: absolute;
  bottom: 0;
  left: 20px;
  right: 20px;
}

.sticky-wrapper.is-sticky .site-navbar {
  -webkit-box-shadow: 4px 0 20px -5px rgba(0, 0, 0, 0.2);
  box-shadow: 4px 0 20px -5px rgba(0, 0, 0, 0.2);
  background: #fff;
}

.sticky-wrapper.is-sticky .site-navbar .site-logo a {
  color: #000;
}

.sticky-wrapper.is-sticky .site-navbar .site-menu>li {
  display: inline-block;
}

.sticky-wrapper.is-sticky .site-navbar .site-menu>li>a {
  padding: 5px 20px;
  color: #002776;
  display: inline-block;
  text-decoration: none !important;
  font-weight: 600;
  font-size: 20px;
}

.sticky-wrapper.is-sticky .site-navbar .site-menu>li>a:hover {
  color: #002776;
}

.sticky-wrapper.is-sticky .site-navbar .site-menu>li>a.active:after {
  background: #002776;
}

.sticky-wrapper .shrink {
  padding-top: 10px !important;
  padding-bottom: 10px !important;
}

/* Forms-Lead */
.formDiv {
  position: absolute;
  top: 25%;
  right: 5%;
  /* background: linear-gradient(to top, #dbbf74 0%, #ffe7ac 100%); */
  padding: 25px;
  border-radius: 3px;
  width: 380px;
  background: #ffffff;
  z-index: 9;
}

.formDivLogo img {
  width: 70%;
  background: #fff;
  padding: 5px;
}

.formDivLogo h4 {
  color: #000;
  font-size: 20px;
  margin: 16px 0px;
  font-weight: 600;
  letter-spacing: 1px;
}

.formDivLogo p {
  letter-spacing: 1px;
  font-size: 15px;
}

.formDiv .form-group,
.modal-formDiv .form-group {
  margin-bottom: 1rem;
}

.formDiv .form-control,
.modal-formDiv .form-control {
  padding: 12px;
}

.formDiv #submitbtn .modal-formDiv #submitbtn {
  width: 100%;
  font-weight: 700;
}

/* banner */

.swiper-button-next,
.swiper-button-prev {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background: rgba(0, 0, 0, 0.4);
  backdrop-filter: blur(4px);
  color: #fff;
  opacity: 0;
  /* hidden normally */
  transition: 0.3s ease;
}

/* Show arrows on hover */
.bd-hero-active:hover .swiper-button-next,
.bd-hero-active:hover .swiper-button-prev {
  opacity: 1;
}

/* Smaller arrow icons */
.swiper-button-next::after,
.swiper-button-prev::after {
  font-size: 18px;
}

/* Positioning */
.swiper-button-prev {
  left: 20px;
}

.swiper-button-next {
  right: 20px;
}


/* Blocks */
.intro-section {
  position: relative;
}

.intro-section,
.intro-section .container>.row {
  height: 100vh;
  min-height: 900px;
}

.intro-section.single-cover,
.intro-section.single-cover .container>.row {
  height: 50vh;
  min-height: 400px;
}

.intro-section h1 {
  font-size: 2.5rem;
  font-weight: 700;
  color: #fff;
  margin-bottom: 1.5rem;
}

.intro-section p {
  color: rgba(255, 255, 255, 0.5);
  font-size: 1.1rem;
}

.img-absolute {
  position: absolute;
  right: 10%;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.img-absolute img {
  max-width: 600px;
  -webkit-box-shadow: 0 10px 50px -5px rgba(0, 0, 0, 0.4);
  box-shadow: 0 10px 50px -5px rgba(0, 0, 0, 0.4);
}

@media (max-width: 991.98px) {
  .img-absolute img {
    max-width: 100%;
  }
}

.slide-1 {
  background-size: cover;
  background-position: center;
}

.slide-1:before {
  content: "";
  position: absolute;
  height: 100%;
  width: 100%;
  background: #343a40;
  opacity: .9;
  border-bottom-right-radius: 0px;
}

@media (max-width: 991.98px) {
  .slide-1:before {
    width: 100%;
  }
}

.slide-1 .slide-text {
  opacity: 0;
  visibility: hidden;
  margin-top: 50px;
  -webkit-transition: .3s all ease-in-out;
  -o-transition: .3s all ease-in-out;
  transition: .3s all ease-in-out;
}

.slide-1 .slide-text.active {
  opacity: 1;
  visibility: visible;
  margin-top: 0px;
}

.form-box {
  padding: 40px;
  background: #fff;
  border-radius: 7px;
}

.site-section {
  padding: 30px 0;
  position: relative;
  background-color: #FFF;
}

@media (max-width: 991.98px) {
  .site-section {
    padding: 30px 0;
  }
}

.cta a span {
  border-color: #fff;
  padding: 14px 20px;
  color: #fff;
  background: #002776;
  border-radius: 30px;
  font-size: .7rem;
  font-weight: 900;
  text-transform: uppercase;
  -webkit-transition: .3s all ease;
  -o-transition: .3s all ease;
  transition: .3s all ease;
}

.is-sticky .cta a span {
  color: #fff;
}

.cta a:hover span {
  background: #002776;
  color: #fff;
}

.cta a.active {
  border-bottom: none;
}

.cta a.active>span {
  background-color: #1c4b82;
  color: #fff;
}

.section-sub-title {
  color: #002776;
  text-transform: uppercase;
  font-size: .7rem;
  font-weight: 900;
  display: block;
  margin-bottom: 1.5rem;
}

.section-title {
  font-size: 36px;
  color: #002776;
  margin-bottom: 1.8rem;
  font-weight: 900;
  padding-top: 40px
}

.section-title-white {
  font-size: 36px;
  color: #002776;
  margin-bottom: 1.8rem;
  font-weight: 900;
  padding-top: 40px;
  text-align: center;
}

.section-title-new {
  font-size: 36px;
  color: #002776;
  margin-bottom: 1.8rem;
  font-weight: 900;

  text-align: center;
}

.section-title p {
  font-size: 20px;
  color: gray;
  font-weight: normal;
}

@media (max-width: 991.98px) {
  .section-title {
    font-size: 28px;
  }
}

.counter .icon-wrap {
  margin-right: 1.5rem;
}

.counter .icon-wrap>span {
  position: relative;
  top: -.2em;
  font-size: 2rem;
}

.counter .counter-text strong {
  line-height: .5;
  font-size: 3.5rem;
  display: block;
  font-weight: 700;
  color: #000;
  margin-bottom: 1rem;
}

.counter .counter-text span {
  font-size: 1rem;
  line-height: 1;
}

.image-absolute-box {
  position: relative;
}

.image-absolute-box .box {
  position: absolute;
  background: #002776;
  padding: 30px;
  max-width: 300px;
  top: -20%;
  right: -20%;
}

@media (max-width: 991.98px) {
  .image-absolute-box .box {
    top: auto;
    right: auto;
    position: relative;
    width: 100%;
    max-width: 100%;
  }
}

.image-absolute-box .box .icon-wrap {
  color: #fff;
  margin-bottom: 1.5rem;
}

.image-absolute-box .box .icon-wrap span {
  font-size: 2rem;
}

.image-absolute-box .box h3 {
  font-size: 1.2rem;
  color: #fff;
  margin-bottom: 1.5rem;
}

.image-absolute-box .box p {
  color: rgba(255, 255, 255, 0.55);
}

.section-1 {
  margin-top: 10rem;
}

.work-thumb {
  position: relative;
  display: block;
  cursor: pointer;
}

.work-thumb:after {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  content: "";
  background: rgba(121, 113, 234, 0.8);
  z-index: 1;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: .3s all ease;
  -o-transition: .3s all ease;
  transition: .3s all ease;
}

.work-thumb .work-text {
  position: absolute;
  top: 10%;
  left: 10%;
  z-index: 2;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: .3s all ease;
  -o-transition: .3s all ease;
  transition: .3s all ease;
  margin-top: 20px;
}

.work-thumb .work-text h3 {
  font-size: 1rem;
  font-weight: 900;
  color: #fff;
  margin: 0;
  padding: 0;
}

.work-thumb .work-text .category {
  font-size: .8rem;
  color: rgba(255, 255, 255, 0.7);
}

.work-thumb:hover {
  z-index: 3;
  -webkit-transform: scale(1.07);
  -ms-transform: scale(1.07);
  transform: scale(1.07);
}

.work-thumb:hover:after {
  opacity: 1;
  visibility: visible;
}

.work-thumb:hover .work-text {
  -webkit-transition-delay: .2s;
  -o-transition-delay: .2s;
  transition-delay: .2s;
  opacity: 1;
  visibility: visible;
  margin-top: 0px;
}

.nonloop-block-13 .owl-nav {
  display: none;
}

.nonloop-block-13 .owl-dots {
  margin-top: 30px;
  width: 100%;
  text-align: center;
}

.nonloop-block-13 .owl-dots .owl-dot {
  display: inline-block;
  margin: 5px;
}

.nonloop-block-13 .owl-dots .owl-dot span {
  display: inline-block;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: #e6e6e6;
}

.nonloop-block-13 .owl-dots .owl-dot.active span {
  background-color: #002776;
}

.nonloop-block-14 .owl-nav {
  display: none;
}

.nonloop-block-14 .owl-dots {
  margin-top: 30px;
  width: 100%;
  text-align: center;
}

.nonloop-block-14 .owl-dots .owl-dot {
  display: inline-block;
  margin: 5px;
}

.nonloop-block-14 .owl-dots .owl-dot span {
  display: inline-block;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: #e6e6e6;
}

.nonloop-block-14 .owl-dots .owl-dot.active span {
  background-color: #002776;
}

.footer-section {
  padding: 30px 0;
  background-color: #fafafa;
  border-top: 1px solid #edf0f5 !important;
}



.footer-section p {
  font-size: 14px;
  text-align: center;
}

.footer-section a {
  color: #000;
}

.footer-section h3 {
  font-size: .9rem;
  letter-spacing: .1rem;
  text-transform: uppercase;
  color: #000;
  margin-bottom: 1.5rem;
  font-weight: 900;
}

.footer-section .footer-links li {
  margin-bottom: 10px;
}

.footer-subscribe .btn {
  height: 43px;
  line-height: 1;
}

.testimony h3 {
  color: #fff;
  font-size: 1.2rem;
}

.testimony blockquote {
  font-size: 1.2rem;
  font-style: italic;
  color: #fff;
}

.process,
.service {
  position: relative;
}

.process .number,
.service .number {
  position: absolute;
  top: 50px;
  left: -30px;
  line-height: 0;
  z-index: -1;
  font-size: 10rem;
  color: whitesmoke;
  font-weight: 900;
}

.process h3,
.service h3 {
  font-size: 1.5rem;
  color: #000;
  font-weight: 700;
  margin-bottom: 1.5rem;
}

.service {
  padding: 4rem;
  background: #fff;
}

@media (max-width: 991.98px) {
  .service {
    padding: 2rem;
  }
}

.owl-hero {
  position: relative;
}

.owl-hero .owl-nav .owl-prev,
.owl-hero .owl-nav .owl-next {
  color: #fff;
  font-size: 3rem;
  top: 50%;
  position: absolute;
}

.owl-hero .owl-nav .owl-prev {
  left: 0;
}

.owl-hero .owl-nav .owl-next {
  right: 0;
}

.owl-hero .owl-dots {
  position: absolute;
  text-align: center;
  bottom: 50px;
  z-index: 9;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}

.owl-hero .owl-dots .owl-dot {
  position: relative;
  display: inline-block;
  margin: 2px;
  position: relative;
}

.owl-hero .owl-dots .owl-dot>span {
  width: 7px;
  height: 7px;
  border-radius: 30px;
  display: inline-block;
  background: rgba(255, 255, 255, 0.4);
  -webkit-transition: .3s all ease;
  -o-transition: .3s all ease;
  transition: .3s all ease;
}

.owl-hero .owl-dots .owl-dot.active>span {
  width: 25px;
  background: #fff;
}

.why-choose-us-box {
  -webkit-box-shadow: 0 5px 50px -10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 5px 50px -10px rgba(0, 0, 0, 0.2);
}

.custom-icon-wrap .custom-icon-inner {
  display: inline-block;
  position: relative;
  width: 35px;
  height: 35px;
  border-radius: 50%;
  background: #002776;
}

.custom-icon-wrap .custom-icon-inner .icon {
  display: inline-block;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  color: #fff;
  font-size: .8rem;
}

.custom-icon-wrap h3 {
  font-size: 1.05rem;
  color: #002776;
}

.custom-icon-wrap.custom-icon-light .custom-icon-inner {
  background: #002776;
  width: 45px;
  height: 45px;
}

.custom-icon-wrap.custom-icon-light h3 {
  color: #343a40;
  font-size: 1rem;
}

.courses-title {
  padding-bottom: 13rem;
  background: #002776 !important;
}

.courses-title .section-title {
  color: #fff;
}



@media (max-width: 1199.98px) {
  .courses-entry-wrap {
    margin-top: -246px;
  }
}

.nonloop-block-14 .owl-stage {
  padding-top: 5rem;
  padding-bottom: 5rem;
}

.course {
  -webkit-box-shadow: 0 2px 2px -1px rgba(0, 0, 0, 0.3);
  box-shadow: 0 2px 2px -1px rgba(0, 0, 0, 0.3);
  -webkit-transition: .3s all ease-in-out;
  -o-transition: .3s all ease-in-out;
  transition: .3s all ease-in-out;
  top: 0;
  position: relative;
}

.course .course-inner-text {
  position: relative;
  padding-top: 35px !important;
}

.course .course-price {
  position: absolute;
  padding: 10px 15px;
  background: #002776;
  color: #fff;
  top: -20px;
  right: 0;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
}

.course .meta {
  font-size: .9rem;
  display: block;
  margin-bottom: .9rem;
}

.course .meta span {
  margin-right: .5rem;
}

.course h3 {
  font-size: 1.15rem;
  color: #000;
}

.course .stats {
  font-size: .9rem;
}

.course:hover {
  top: -10px;
  -webkit-box-shadow: 0 2px 22px -1px rgba(0, 0, 0, 0.3);
  box-shadow: 0 2px 22px -1px rgba(0, 0, 0, 0.3);
}

/* Our-Events */
.events section {
  background-color: #EBEBEB !important;

}

.single-event {
  background: #fff;
  position: relative;
  padding: 30px 20px 30px 60px;
  margin-bottom: 40px;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.15);
  border-radius: 8px;
  transition: all 0.3s ease;
}

/* Hover card effect */
.single-event:hover {
  transform: translateY(-5px);
  box-shadow: 0px 15px 25px rgba(0, 0, 0, 0.25);
}

/* DATE BOX OUTSIDE LEFT */
.event-date {
  position: absolute;
  left: -35px;
  top: 50%;
  transform: translateY(-50%);
  width: 70px;
  height: 70px;
  background: #002776;
  /* same green color as screenshot */
  border-radius: 6px;
  /* normal square */
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  transition: 0.4s ease;
}

.event-img {
  width: 100%;
  height: 650px;
  /* FIXED HEIGHT – adjust as you like */
  overflow: hidden;
}

.event-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  /* keeps image proportional */
  object-position: center;
  /* centers students image */
  border-radius: 8px;
}

/* Hover – perfect circle */
.single-event:hover .event-date {
  width: 70px;
  height: 70px;
  border-radius: 50%;
  /* circle */
  left: -25px;
  /* slightly centered like screenshot */
}

/* DATE TEXT (DAY + MONTH) */
.event-date p {
  font-size: 24px;
  font-weight: 700;
  color: #fff;
  margin: 0;
  line-height: 20px;
}

.event-date p span {
  font-size: 14px;
  font-weight: 500;
  display: block;
}

/* Event title */
.event-title a {
  color: #222;
  font-size: 18px;
  font-weight: 700;
}

/* Time */
.entry-date-time {
  margin-top: 5px;
  color: #666;
  display: block;
}






.future-blobs {
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: -1;
  top: 0;
  pointer-events: none;
}

.future-blobs .blob_1 {
  top: 0;
  right: -10rem;
  position: absolute;
}

.future-blobs .blob_2 {
  bottom: 0;
  left: -10rem;
  position: absolute;
}

.teacher {
  border: 1px solid #e9ecef;
  padding: 30px;
  margin-bottom: 5rem;
}

.teacher img {
  position: relative;
  margin-top: -100px;
}

.teacher h3 {
  font-size: 1.2rem;
}

.teacher .position {
  color: #adb5bd;
}

.course-instructor {
  padding: 30px;
}

.course-instructor p {
  font-size: 1rem;
}

.comment-form-wrap {
  clear: both;
}

.comment-list {
  padding: 0;
  margin: 0;
}

.comment-list .children {
  padding: 50px 0 0 40px;
  margin: 0;
  float: left;
  width: 100%;
}

.comment-list li {
  padding: 0;
  margin: 0 0 30px 0;
  float: left;
  width: 100%;
  clear: both;
  list-style: none;
}

.comment-list li .vcard {
  width: 80px;
  float: left;
}

.comment-list li .vcard img {
  width: 50px;
  border-radius: 50%;
}

.comment-list li .comment-body {
  float: right;
  width: calc(100% - 80px);
}

.comment-list li .comment-body h3 {
  font-size: 20px;
}

.comment-list li .comment-body .meta {
  text-transform: uppercase;
  font-size: 13px;
  letter-spacing: .1em;
  color: #ccc;
}

.comment-list li .comment-body .reply {
  padding: 5px 10px;
  background: #e6e6e6;
  color: #000;
  text-transform: uppercase;
  font-size: 14px;
}

.comment-list li .comment-body .reply:hover {
  color: #000;
  background: #e3e3e3;
}



.about-section::after {
  content: "";
  position: absolute;
  top: 33px;
  left: 18px;
  width: 65%;
  height: 90%;
  background: #F8F9FA;
  border-top-right-radius: 500px;
  border-bottom-right-radius: 500px;
  z-index: -1;
}

.about-section {
  padding: 80px 0px;
}


.chairman-section::before {
  content: "";
  position: absolute;
  top: 62px;
  right: 18px;
  width: 65%;
  height: 80%;
  background: #F8F9FA;
  border-top-right-radius: 500px;
  border-bottom-right-radius: 500px;
  z-index: -1;
}

.chairman-section {
  padding: 90px 0px;
}


.velammal-section {
  padding: 70px 0;
  background: #FFFDF7;
}

.velammal-content-box {
  position: relative;
  padding: 30px;
  /* border-left: 6px solid #002776;
        border-right: 6px solid #002776;
        border-top: 6px solid #002776;
        border-bottom: 6px solid #002776; */
  background: #ffffff;
  border-radius: 8px;
}

/* Overlay effect behind content */
.velammal-content-box::before {
  content: "";
  position: absolute;
  top: 0;
  left: -10px;
  /* width: 100%; */
  height: 100%;
  background: rgba(255, 255, 255, 0.7);
  z-index: -1;
  border-radius: 8px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.06);
}

.velammal-content-box h2 {
  color: #002776;
  font-size: 28px;
  font-weight: 700;
  margin-bottom: 20px;
}



.velammal-content-box p {
  color: #333;
  font-size: 17px;
  line-height: 1.7;
  margin-bottom: 18px;
  text-align: justify;
}

/* Right image style */
.velammal-image-box {
  position: relative;
  overflow: hidden;
  border-radius: 10px;
}

.velammal-image-box img {
  width: 100%;
  border-radius: 10px;
  object-fit: cover;
}

.bd-hero-area .bd-hero img {
  padding-top: 83px;
}


.Phone-number {
  background-color: #2a64b0;
  border-radius: 15px;
  margin-right: 20px;
}

.Phone-number a {
  color: #fff;
  font-size: 18px;
}

.formDiv #submitbtn {
  width: 100%;
  font-weight: 700;
}

.fill-btn {
  background-color: #2a64b0;
  color: #fff;
  border-color: #000;
  padding: 5px;
  font-size: 24px;
  text-transform: uppercase;
}




.life-section {
  background-color: #F8F9FA;
}


.wrap {
  max-width: var(--container-max);
  /* margin: 40px auto; */
  padding: 40px 20px;
  display: grid;
  grid-template-columns: 1fr 680px 1fr;
  /* left | center | right */
  gap: 20px;
  align-items: start;
  position: relative;
}

/* LEFT / RIGHT SIDE PANELS */
.side {
  padding: 20px 30px;
  min-height: 420px;
}

.side .lead {
  font-size: 16px;
  line-height: 1.6;
  margin-bottom: 32px;
  font-weight: 500;
  color: var(--text);
  max-width: 260px;
}

.side .lead p {
  font-size: 16px;
  color: #000;
  border-bottom: 2px solid #e2e1e1;
  padding-bottom: 10px;
}

.features {
  /* margin-top: 8px;
  border-top: 1px solid rgba(0, 0, 0, 0.06); */
}

.feature {
  display: flex;
  align-items: flex-start;
  /* SVG moves to the top */
  gap: 10px;
  padding: 10px 0;
  position: relative;
  border-bottom: none;
  /* remove full-width line */
}

.feature::after {
  content: "";
  width: 50%;
  /* adjust size (50–80%) */
  height: 2px;
  background: #e2e1e1;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}

.feature svg {
  width: 38px;
  height: 38px;
  flex: 0 0 30px;
  opacity: .9;
  font-size: 30px;
  color: #2a64b0;
}

.feature .label {
  font-size: 15px;
  color: #000;
  letter-spacing: 0.1px;
  font-weight: 700;
}

/* CENTER */
.center {
  text-align: center;
  position: relative;
  padding-top: 10px;
}

.title-small {
  font-size: 45px;
  font-family: 'Muli';
  margin: 6px 0 0;
  font-weight: 700;
  color: #000;
  line-height: 1;
}

.title-big {
  font-size: 62px;
  margin: 0;
  color: #002776;
  font-family: 'Muli';
  line-height: 0.85;
  letter-spacing: 2px;
  font-weight: 800;
}

/* semicircular arch */


.arch {
  /* width: 620px; */
  height: 380px;
  background: white;
  border-radius: 0 0 310px 310px;
  box-shadow: 0 2px 0 rgba(0, 0, 0, 0.02) inset;
  position: relative;
  overflow: visible;
  display: block;
  transform: rotate(180deg);
}

.custom-icon-inner {
  width: 55px;
  height: 55px;
  background-color: #013b7a;
  /* Blue circle */
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.custom-icon-inner .icon {
  font-size: 26px;
  color: #fff !important;
  /* White icon */
  line-height: 1;
}

.student {
  position: absolute;
  bottom: 5px;
  /* left: 46%; */
  transform: translateX(-50%);
  width: 100%;
  /* max-width: 100% !important; */
  /* height: auto; */
  filter: drop-shadow(0 6px 12px rgba(0, 0, 0, 0.12));
}

/* small responsive tweaks */
@media (max-width:1100px) {
  .wrap {
    grid-template-columns: 1fr 1fr;
    gap: 12px;
  }

  .center {
    grid-column: 1 / -1
  }

  .center .title-big {
    font-size: 30px
  }

  .student {
    width: 100%;
    bottom: 13px;

  }
}

@media (max-width:760px) {
  .wrap {
    grid-template-columns: 1fr;
    padding: 20px
  }

  .side {
    order: 2
  }

  .center {
    order: 1;
    padding-bottom: 10px
  }

  .title-small {
    font-size: 30px;
    padding-bottom: 15px;
  }

  .title-big {
    font-size: 64px
  }

  .arch {
    width: 100%;
    height: 220px;
    border-radius: 0 0 160px 160px;

    margin-top: 25px;
  }



  .side .lead {
    max-width: none;

  }
}

/* tiny decorative underline used in sample */
.divider {
  height: 1px;
  background: rgba(0, 0, 0, 0.06);
  margin: 8px 0 0;
}


.features-life-right img {
  width: 100%;
}

.features-life-left img {
  width: 100%;
}

/* .features-life-left {
  position: relative;
  background-image: url('../images/adayalampattu/life.jpg');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  padding: 60px 0 90px;
  z-index: 1;
}

.features-life-left::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.55);
  z-index: 0;
}

.features-life-right {
  position: relative;
  background-image: url('../images/adayalampattu/experience.png');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  padding: 60px 0 90px;
  z-index: 1;
}

.features-life-right::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.55);
  z-index: 0;
} */




.features {
  /* position: relative;
  background-image: url('../images/adayalampattu/facility/facility-bg.png');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  padding: 60px 0 90px;
  z-index: 1; */
}

.features {
  padding: 40px 0 0px;
}

.features::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgb(0 0 0 / 31%);
  z-index: -1;
}

.single-feature {
  text-align: center;
  margin-top: 30px;
  position: relative;
}

.icon-img {
  width: 100px;
  height: 100px;
  border-radius: 50%;
  background: #EBEBEB;
  position: relative;
  overflow: hidden;
  margin: 0 auto 10px;
  transition: .3s ease-in-out;
}

/* Small icon hover swap */
.icon-img .main-icon {
  width: 45%;
  height: 45%;
  position: absolute;
  top: 27%;
  left: 27%;
  z-index: 3;
  object-fit: contain;
  transition: .3s ease;
}

.icon-img .hover-img {
  width: 100%;
  height: 100%;
  position: absolute;
  object-fit: cover;
  opacity: 0;
  top: 0;
  left: 0;
  transition: .4s ease;
}

.single-feature:hover .main-icon {
  opacity: 0;
  transform: scale(.5);
}

.single-feature:hover .hover-img {
  opacity: 1;
  transform: scale(1.2);
}

.f-title {
  font-size: 19px;
  color: #fff;
  margin: 15px 0 10px;
  font-weight: bold;
}

/* =========================================================
   FLOATING PREVIEW IMAGE (The big one on right side)
========================================================= */

.hover-preview {
  position: fixed;
  top: 0;
  left: 0;
  pointer-events: none;
  opacity: 0;
  transform: scale(0.8);
  transition: opacity .25s ease, transform .25s ease, top .2s ease, left .2s ease;
  z-index: 9999;
  width: 260px;
  /* final small size */
  max-width: 260px;
  visibility: hidden;
}

.hover-preview.show {
  opacity: 1;
  visibility: visible;
  transform: scale(1);
}

.hover-preview img {
  width: 100%;
  border-radius: 12px;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.45);
}
















.testimonials-section {
  padding: 100px 0;
  position: relative;
}

.testimonials-section::after {
  content: "";
  position: absolute;
  top: 32px;
  left: 20px;
  width: 65%;
  height: 87%;
  background: #F8F9FA;
  border-top-left-radius: 500px;
  border-bottom-left-radius: 500px;
  z-index: -1;
}

.testimonial-card {
  background: #002776;
  padding: 70px;
  border-radius: 25px;
  color: #fff;
}

.testimonial-card p {
  font-size: 18px;
  line-height: 36px;
  font-style: italic;
  margin-bottom: 40px;
}

.author {
  display: flex;
  align-items: center;
}

.author img {
  width: 90px;
  height: 90px;
  border-radius: 50%;
  margin-right: 20px;
}

.author .category {
  font-size: 15px;
  display: block;
  margin-bottom: 5px;
}

.author h4 {
  font-size: 22px;
  margin: 0;
  font-weight: 600;
}

.section-heading h6 {
  color: #002776;
  font-size: 27px;
  font-weight: 600;
}

.section-heading h2 {
  font-size: 36px;
  font-weight: 700;
}

.section-heading p {
  margin-top: 30px;
  font-size: 16px;
}

/* Swiper arrows */
.swiper-button-prev,
.swiper-button-next {
  color: #002776;
  background: #fff;
  width: 55px;
  height: 55px;
  border-radius: 50%;
  box-shadow: 0 0 8px #00000015;
  display: none;
}

.swiper-button-prev:hover,
.swiper-button-next:hover {
  box-shadow: 0 0 12px #00000025;
}

.testimonial-content {
  width: 100%;
}

.mySwiper .swiper-slide {
  padding: 0 !important;
}


.banner-shape {
  position: absolute;
  left: 70%;
  top: 25%;
  z-index: 9;
  width: 28%;
  background: #ffffff;
  border-radius: 15px;
  padding: 10px 0px;
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
  /* border: 2px solid #cd1d11; */
}

#mainform {
  padding: 20px 20px;
  /* border: 2px solid #fff; */
}

.banner-shape h4 {
  text-decoration: none;
  font-size: 18px;
  color: #000;
  padding: 10px 0px;
  font-weight: 700;
  text-transform: uppercase;
}

.form-group {
  margin-bottom: 1rem;
}

.form-control {
  display: block;
  width: 100%;
  padding: -0.625rem 0.75rem;
  font-size: 1rem;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.form-control {
  border-radius: 1px !important;
  padding: 13px 8px;
}

#submitbtn {
  /* background: linear-gradient(to bottom right, #FCC755, #D19631, #D49E3C) !important; */
  width: 100%;
  border-radius: 15px;
  font-size: 18px;
  color: #fff;
  font-weight: 700;
  /* background: linear-gradient(to bottom right, #d5a753, #FDE08D, #DF9F28) !important; */
  background-color: #2a64b0;
  font-family: 'Muli';
}

.banner-shape img {
  width: 230px;
}

@media screen and (max-width: 768px) {

  .title-main {
    font-size: 28px;
  }

  .section-heading h2 {
    font-size: 28px;
  }

  .section-title-white {
    font-size: 28px;
  }

  .section-title-new {
    font-size: 28px;
  }

  .velammal-content-box p {
    font-size: 15px;
  }

  .chairman-section::before {
    display: none;
  }

  .about-section::after {
    display: none;
  }

  .navbar-brand img {
    width: 140px;
  }

  .btn {
    text-transform: uppercase;
    font-size: 12px;
    font-weight: 900;
    padding: 10px 10px !important;
  }

  .Phone-number a {
    color: #fff;
    font-size: 16px;
  }

  .bd-hero-area .bd-hero img {
    padding-top: 77px;
  }

  .banner-shape {
    position: relative !important;
    left: 0 !important;
    top: 20%;
    z-index: 9;
    width: 100% !important;
    background: #fff !important;

    border-radius: 0px !important;
  }

  .banner-shape img {
    width: 180px !important;
  }

}


.chairman-section .velammal-image-box img {
  width: 100%;
  border-radius: 10px;
}

.chairman-section .velammal-content-box {
  padding-left: 25px;
}

.owl-nav i {
  font-size: 22px;
  color: #fff;
}

.owl-nav .owl-prev,
.owl-nav .owl-next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background: #2a64b0;
  padding: 15px 15px;
  border-radius: 15%;
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.1);
}

.mdi-magnify-plus:before {
  content: "\F34B";
  color: #fff;
}

.owl-nav .owl-prev {
  left: -25px;
}

.owl-nav .owl-next {
  right: -25px;
}

@media (max-width: 768px) {

  .bottom_button {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
    z-index: 99;
    display: block;
    width: 100%;
    /* background: linear-gradient(90deg, #00392e, #005b4a 100%); */
    border-top: 1px solid #fff;
    background-color: #2a64b0;
    padding: 6px;
  }

  .formButton {
    width: 50%;
    float: left;
    padding: 10px 5px;
    text-align: center;
    display: block;
    border-right: 1px solid #fff;
  }

  .formButton a {
    font-weight: bold;
    width: auto;
    color: #fff;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 16px;
  }

  .contactButtom {
    width: 50%;
    float: right;
    padding: 10px 5px;
    text-align: center;
    display: block;
  }

  .contactButtom a {
    font-weight: bold;
    width: auto;
    color: #fff;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 16px;
  }

  .testimonials-section::after {
    display: none;
  }

  .border-top p {
    text-align: center !important;

  }

  .market p {
    padding-bottom: 35px;
  }

  .testimonials-section {
    padding: 40px 0px 0px;
  }

  .footer-section p {
    text-align: justify;
  }

  .site-section img {
    padding-top: 20px;
    margin-top: 0px !important;
    width: 100% !important;
  }

  .side .lead {
    margin-bottom: 0px;
  }

  .side .lead p {
    text-align: center;
    padding-top: 20px;
  }

  .section-heading h6 {
    padding-top: 20px;
    text-align: center;
  }

  .section-heading h2 {
    text-align: center;
    padding-bottom: 20px;
  }

  .side {
    padding: 10px;
    min-height: 0px !important;
  }

  .life-section {
    padding: 40px 0px;
  }

  .chairman-section {
    padding: 40px 0px 0px;
  }

  .velammal-content-box {
    padding: 10px;
  }

  .velammal-content-box h2 {
    text-align: center;
  }

  .about-section {
    padding: 40px 0;
  }

  .wrap {
    padding: 10px !important;
  }

  .chairman-section .velammal-content-box {
    padding-left: 0;
    margin-top: 20px;
    text-align: center;
  }

  .owl-nav .owl-prev {
    left: 0;
  }

  .owl-nav .owl-next {
    right: 0;
  }
}



/*Carousel Gallery*/
.carousel-gallery {
  margin: 50px 0;
  padding: 0 30px;

  .swiper-slide {
    a {
      display: block;
      width: 100%;
      height: 200px;
      border-radius: 4px;
      overflow: visible;
      /* FIX */

      -webkit-box-shadow: 3px 2px 20px 0px rgba(0, 0, 0, .2);
      -moz-box-shadow: 3px 2px 20px 0px rgba(0, 0, 0, .2);
      box-shadow: 3px 2px 20px 0px rgba(0, 0, 0, .2);

      &:hover {
        .image {
          .overlay {
            opacity: 1
          }
        }
      }

      .image {
        width: 100%;
        height: 100%;
        background-size: cover;
        background-position: center center;

        .overlay {
          width: 100%;
          height: 100%;
          background-color: rgba(20, 20, 20, .8);
          text-align: center;
          opacity: 0;

          -webkit-transition: all .2s linear;
          -o-transition: all .2s linear;
          transition: all .2s linear;

          em {
            color: #fff;
            font-size: 26px;
            position: relative;
            top: 50%;
            -webkit-transform: translateY(-50%);
            -ms-transform: translateY(-50%);
            -o-transform: translateY(-50%);
            transform: translateY(-50%);
            display: inline-block;
          }
        }
      }
    }
  }

  .swiper-pagination {
    position: relative;
    bottom: auto;
    text-align: center;
    margin-top: 25px;

    .swiper-pagination-bullet {
      -webkit-transition: all .2s linear;
      -o-transition: all .2s linear;
      transition: all .2s linear;

      &:hover {
        opacity: .7;
      }

      &.swiper-pagination-bullet-active {
        background-color: #fff;
        transform: scale(1.1, 1.1)
      }
    }
  }
}




.carousel-gallery .image {
  width: 100%;
  padding-top: 70%;
  background-size: cover;
  background-position: center;
  position: relative;
  border-radius: 10px;
  overflow: hidden;
}

.carousel-gallery .overlay {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.3);
  opacity: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: 0.3s;
}

.carousel-gallery .image:hover .overlay {
  opacity: 1;
}

.owl-nav {
  display: flex !important;
  justify-content: center;
  gap: 30px;
  margin-top: 20px;
}

.owl-nav button {
  background: #000 !important;
  color: #fff !important;
  width: 45px;
  height: 45px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 22px !important;
}

.owl-nav button:hover {
  background: #d31a21 !important;
  color: #fff !important;
}



.gif-animation i {
  position: absolute;
  bottom: -6%;
  /* move arrow above GIF */
  left: 50%;
  transform: translateX(-50%);
  font-size: 30px;
  color: #2a64b0;
  /* change color as needed */
  text-shadow: 0 0 8px rgba(0, 0, 0, 0.5);
}


.location-section {
  /* background: #f9f9f9; */


}

.section-heading-contact {
  font-size: 36px;
  color: #002776;
  margin-bottom: 1.8rem;
  font-weight: 900;
  padding-top: 40px;
}

.map-container iframe {
  border-radius: 10px;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.15);
}

.address-box {
  background: #fff;
  border-radius: 10px;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.15);
}

.address-box h3 {
  margin-bottom: 20px;
  color: #333;
}

.address-box p {
  font-size: 16px;
  margin-bottom: 10px;
  color: #555;
}

.address-box .btn {
  background: #2a64b0;
  border: none;
  transition: 0.3s;
  color: #fff;
}



.address-box .btn:hover {
  background: #2a64b0;
}

.section-title-final {
  color: #002776 !important;
  position: relative;
  display: inline-block;
  text-transform: uppercase;
  background: #fff;
  font-weight: 800;

}

.title-main {
  color: #181d38;
  font-weight: 600;
}

.section-title-final::before {
  position: absolute;
  content: "";
  width: calc(100% + 80px);
  height: 2px;
  top: 4px;
  left: -40px;
  background: var(--primary);
  z-index: -1;
}

.section-title-final::after {
  position: absolute;
  content: "";
  width: calc(100% + 120px);
  height: 2px;
  bottom: 5px;
  left: -60px;
  background: var(--primary);
  z-index: -1;
}


.gif-animation {
  position: absolute;
  right: 0;
  /* z-index: 9999; */
  /* ensures it stays on top */
}

.gif-animation img {
  width: 120px;
  /* optional sizing */

}

/* MOBILE VIEW */
@media (max-width: 767px) {

  .gif-animation {
    right: 0;
    bottom: 0;
  }

  .gif-animation img {
    width: 90px;
    height: auto;
  }

  .gif-animation i {
    bottom: -10%;
    font-size: 24px;
  }

  .gif-animation {
    display: none;
  }

}





.carousel-gallery::before,
.carousel-gallery::after {
  width: 300px;
}

.carousel-gallery::before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  height: 100%;
  width: 0;
  background: linear-gradient(to right, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0) 100%);
  z-index: 1;
}


.carousel-gallery-alumini .image {
  width: 100%;
  /* padding-top: 70%; */
  background-size: cover;
  background-position: center;
  position: relative;
  border-radius: 10px;
  overflow: hidden;
}





.highlight-section {
  background: #ffffff;
  /* pure white */
  padding: 60px 0;
}

/* Card */
.highlight-card {
  background: #f7f7f7;
  /* light grey inside card */
  border-radius: 20px;
  padding: 25px;
  height: 100%;
  text-align: left;
  border-left: 6px solid #2a64b0;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.06);
  transition: all 0.3s ease;
}

/* Hover effect */
.highlight-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.10);
}

/* Icon */
.highlight-card .icon {
  font-size: 32px;
  color: #2a64b0;
  margin-bottom: 15px;
}

/* Text */
.highlight-card p {
  color: #333;
  font-size: 15px;
  line-height: 1.7;
  margin: 0;
}


@media (max-width: 768px) {

  .features-life-right .feature {
    flex-direction: row !important;
    /* ICON → TEXT */
    justify-content: flex-start !important;
    align-items: center !important;
    text-align: left !important;
    gap: 12px;
    /* spacing between icon & text */
  }

  .features-life-right svg {
    order: 0 !important;
    /* icon first */
    width: 26px;
    height: 26px;
  }

  .features-life-right .label {
    order: 1 !important;
    /* text second */
    text-align: left !important;
  }
}




.testimonial-card-new {
  background: #00307e;
  padding: 40px;
  border-radius: 10px;
  color: #fff;
  position: relative;
  overflow: visible !important;
  /* allow dots to appear outside */
}

.testimonial-pagination-new {
  position: absolute;
  bottom: -25px !important;
  /* move lower */
  left: 50%;
  transform: translateX(-50%) !important;
}

.testimonial-content-new p {
  color: #fff;
  font-size: 16px;
  line-height: 28px;
  margin: 0;
  font-style: italic;
}


/* bullets */
.testimonial-pagination-new .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  background: #fff;
  opacity: 0.4;
  margin: 0 6px;
}

.testimonial-pagination-new .swiper-pagination-bullet-active {
  background: #00307e;
  opacity: 1;
}

.testimonial-pagination-new {
  text-align: center;
  margin-top: 25px;
  /* move dots down */
}

.testimonial-pagination-new .swiper-pagination-bullet {
  background: #00307e;
  opacity: 0.4;
}

.testimonial-pagination-new .swiper-pagination-bullet-active {
  background: #00307e;
  opacity: 1;
}