@import url('https://fonts.googleapis.com/css2?family=Luxurious+Script&family=Manrope:wght@200..800&family=Montserrat:ital,wght@0,100..900;1,100..900&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Roboto:ital,wght@0,100..900;1,100..900&display=swap');

html {
  font-size: 16px;
  /* cursor: none; */
   overflow-x: hidden; 
}

body {
  position: relative;
  font-family: serif;
  background: #fff;
  overflow-x: hidden;
}

:root {
  --white: #ffffff;
  --black: #000;
  --gary-color: #727272;
  --lightgary-color: #b2b9bd;
  --theme-color: #0b244c;
  --primary-color: #0c5088;
}

h1 {
  font-size: 85px;
  font-weight: 700;
}

p {
  font-size: 1.134rem;
  font-weight: 400;
  line-height: 1.4;
  color: #313131;
  margin: 7px 0;
  font-family: serif;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  color: #333;
  font-family: serif;
}

h2 {
  font-size: 2.5rem;
  color: #333;
  font-weight: 300;
}

.img-auto {
  display: block;
  max-width: 100%;
  margin: 0 auto;
}

a,
button {
  text-decoration: none !important;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

a:hover,
button:hover {
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

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

figure {
  margin: 0;
}

.heading h2 {
  font-size: 3.75rem;
  color: var(--primary-color);
  font-weight: 600;
}

/* header/slider-css */

header {
  margin: auto;
  z-index: 11;
  position: relative;
  left: 0;
  top: 0;
  right: 0;
  padding-bottom: 0;
  width: 100%;
}

.navbar-nav {
  align-items: center;
  width: 100%;
  justify-content: center;
  margin-left: -30px;
}

/* .navbar-nav .nav-item .nav-link:after {
  content: '';
  display: block;
  width: 0;
  height: 2px;
  background: #ef9900;
  transition: width .3s;
} */

/* .navbar-nav .nav-item .nav-link:hover:after {
  width: 100%;
} */

.main-navigate {
  margin: 0;
  padding: 0px 0;
  position: relative;
  width: 100%;
  z-index: 1;
}

/*custom-nav*/

/* custom-slider */

.sliderItem {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  padding-top: 0;
  text-align: left;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  /* background: #00000038; */
}

.custom-slider {
  position: relative;
}

.bottom-line {
  position: absolute;
  right: 0;
  bottom: -14px;
  z-index: -1;
  width: 100%;
}

.custom-slider .carousel-indicators {
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 5%;
  position: absolute;
  top: 0;
  right: -270px;
}

.carousel-indicators {
  position: absolute;
  right: 0;
  bottom: 0;
  left: auto;
  z-index: 15;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  padding-left: 0;
  margin-right: 15%;
  margin-left: 15%;
  list-style: none;
}

.custom-slider .carousel-indicators li {
  height: 0;
  width: unset;
  font-size: 12px;
  color: var(--white);
  position: relative;
  z-index: 111;
  text-indent: inherit;
  margin: 11px 0;
  opacity: 1;
  display: flex;
  align-items: center;
  font-weight: 700;
  justify-content: center;
  border: none;
}

.custom-slider .carousel-indicators li.active {
  opacity: 1;
}

.custom-slider .carousel-indicators li:before {
  content: '';
  height: 5px;
  width: 20px !important;
  background-color: #ccc !important;
  position: absolute;
  left: 0;
  transition: .5s all ease-in-out;
}

.custom-slider .carousel-indicators li.active span {
  font-size: 20px;
  margin: 0;
  color: white;
  margin-left: 43px;
}

.custom-slider .carousel-indicators li span {
  opacity: 0;
}


.custom-slider .carousel-indicators li.active:before {
  width: 50px !important;
  background: #fff !important;
}


ul.top-social {
  position: absolute;
  bottom: 0;
  left: 0;
  transform: rotate(90deg);
  transform-origin: center;
  top: 35%;
  height: 3%;
  z-index: 999;
}

ul.top-social li {
  display: inline-block;
  padding: 0 15px;
}

ul.top-social li a {
  color: #fff;
}


.slider-content h3 {
  font-size: 62px;
  color: #fff;
  line-height: 61px;
  padding-left: 13px;
  font-weight: 600;
  text-transform: capitalize;
}

.sliderItem h4 {
  color: #fff;
  font-weight: 600;
  margin-bottom: 0;
  line-height: 1.2;
  font-size: 2.7rem !important;
  /*  font-family: serif; */
}

.custom-slider img {
  width: 100%;
}

/* custom-slider */
.text-body .text-holder {
  position: relative;
}

.sliderItem p {
  color: #fff;
  font-size: 18px;
}

.main-navigate .d-flex {
  padding: 15px 20px;
  margin-top: 10px;
  align-items: center;
  justify-content: space-around;
}

.slider-content {
  position: relative;
  margin-left: -73px;
}

.main-navigate .row {
  align-items: center;
}

.main-navigate nav {
  padding: 0px 0;
}

.navbar-expand-lg .navbar-nav .nav-link {
  color: #000000;
  font-weight: 500;
  font-size: 17px;
  text-transform: uppercase;
  /* font-family: serif; */
  padding: 44px 17px;
}

.main-navigate nav img {
  width: 87%;
}

header .header-inFo {
  position: absolute;
  right: 28px;
  top: 15px;
  z-index: 999;
}

.header-inFo span img {
  width: 63px;
  display: block;
}

.header-inFo span h5 {
  font-weight: 600;
  font-size: 18px;
  text-align: start;
  color: #fff;
  margin-bottom: 0px;
  margin-left: 17px;
   font-family: serif;
}

.header-inFo span a {
  font-weight: 600;
  font-size: 18px;
  color: #fff;
   font-family: serif;
  margin-left: 17px;
}

.btn {
  padding: 18px 52px;
  color: #fff;
  outline: none;
  border: none;
  background: #0071bc;
  border-radius: 10px;
  transition: all .5s;
  font-weight: 500;
  font-size: 19px;
  box-shadow: 0px 0px 4px #0071bc;
  font-family: serif;
}

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

.navbar-light .navbar-nav .nav-link:focus,
.navbar-light .navbar-nav .nav-link:hover {
  color: #fff;
  background: #0574bd;
}

.navbar-light .navbar-nav .active>.nav-link,
.navbar-light .navbar-nav .nav-link.active,
.navbar-light .navbar-nav .nav-link.show,
.navbar-light .navbar-nav .show>.nav-link {
  color: #fff;
  background: #0574bd;
}

.header-btn {
  position: relative;
  left: 30px;
}

.banner-btn {
  margin-top: 50px;
}

/* header/slider-css */

.en-box {
  background: #ace0de;
  color: #fff;
  padding: 30px 28px;
  position: absolute;
  right: -15px;
  font-family: serif;
  font-size: 14px;
  font-weight: 500;
}

.hmbannerimg {
  object-fit: cover;
  width: 100%;
}

a.navbar-brand {
  width: 148px;
}

.info {
  text-align: center;
}

.info-banner-box {
  width: 32%;
  display: flex;
  flex-direction: column;
  position: absolute;
  right: 6rem;
  bottom: 0;
}

.info {
  background: rgb(5 116 189 / 75%);
  padding: 38px 20px;
}

.info p {
  color: #fff;
  font-size: 19px;
  /* font-family: serif; */
}

.btn-boxs span {
  display: block;
  color: #fff;
  font-weight: 400;
  font-size: 17px;
  font-family: serif;
  margin-top: 10px;
}

.btn-boxs a {
  font-weight: 600;
  color: #fff;
  border-radius: 3px;
  padding: .5rem;
  display: inline-block;
  margin-top: .5rem;
  background: #4baeef;
  margin-right: 7px;
}

.flex-card-info {
  display: flex;
  align-items: center;
}

.flex-card-info div {
  flex: 0 0 50%;
  max-width: 50%;
}

.opening-ime {
  background: #8cb5b3;
  text-align: center;
  padding: 20px;
  height: 172px;
}

.opening-ime h4 {
  font-size: 1.386rem;
  margin-bottom: 1rem;
  text-align: center;
  text-transform: uppercase;
  font-weight: 600;
  color: #fff;
}

.opening-ime ul li {
  color: #fff;
  font-family: serif;
}

.btn-box-b {
  padding: 20px;
  height: 172px;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: serif;
  font-size: 1.134rem;
  font-weight: 600;
  background-color: #5490ba;
  transition: all .5s;
}

.btn-box-b:hover {
  background-color: #194766;
}

.btn-box-b a {
  color: #fff !important;
}

.btn-box-b svg {
  color: #fff;
  margin-right: 10px;
}

/* section-one */
.section-one {
  padding: 40px 0px;
}

.sec-one-content h2 {
   font-family: serif;
  margin-bottom: 30px;
  position: relative;
}

.sec-one-content h2::after {
  content: '';
  width: 75px;
  height: 4px;
  position: absolute;
  bottom: -16px;
  left: 1px;
  background: linear-gradient(45deg, #0071bc, #ace0de);
}

.sec-one-content {
  padding-left: 40px;
}

.sec-one-content p {
  font-family: serif;
  font-size: 16px;
}

.sec-one-content .btn {
  padding: 15px 38px;
  font-size: 16px;
  margin-top: 20px;
}

.sec-one-slider {
  position: relative;
}

.overlay-heading {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: end;
  justify-content: start;
  padding: 10px 10px 1px 14px;
  background: #0404042e;
  transition: all .5s;
}

.overlay-heading:hover {
  background: #8cb5b35d;
}

.overlay-heading h4 {
  font-size: 1.3rem;
  font-weight: 700;
  color: #fff;
}

.section-one .owl-nav {
  position: relative;
  top: -9.9rem;
}

.section-one .owl-nav button.owl-prev {
  background-color: #0071bc;
  border-radius: 100%;
  width: 50px;
  height: 50px;
  position: absolute;
  left: -3rem;
  color: #fff;
  font-size: 18px;
  top: -9px;
}

.section-one .owl-nav button.owl-next {
  background-color: #0071bc;
  border-radius: 100%;
  width: 50px;
  height: 50px;
  position: absolute;
  right: -3rem;
  color: #fff;
  font-size: 18px;
  top: -9px;
}

/* section-one */

/* sec-two */

.sec-two {
  padding: 4rem 0;
}

.sec-content-two h2 {
  margin-bottom: 40px;
   font-family: serif;
  color: #0071bc;
  font-size: 49px;
}

.sec-content-two p {
  font-size: 1.3rem;
  margin-bottom: 20px;
}

/* sec-two */

.sec-three {
  background-image: linear-gradient(180deg, rgba(51, 51, 51, .6), rgba(51, 51, 51, .6)), url(../images/banner-three.jpg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  width: 100%;
  padding: 10rem 0;
  background-attachment: fixed;
}

.sec-three-cnt h2 {
   font-family: serif;
  font-weight: 600 !important;
  padding-bottom: .25rem;
  color: #fff;
  font-size: 50px;
}

.sec-three-cnt h5 {
  font-size: 1.4rem;
  color: #fff;
  margin-top: 20px;
}

/* sec-four */

.sec-four {
  padding: 4rem 0;
}

.zoomm {
  overflow: hidden;
}

.zoomm img {
  transition: transform 0.5s ease;
}

.zoomm:hover img {
  transform: scale(1.2);
}

.sec-four-content h2 {
   font-family: serif;
  font-weight: 300;
  font-size: 2.5rem;
  color: #0574bd;
  margin-bottom: 38px;
  position: relative;
}

.sec-four-content h2 span {
  font-size: 2rem;
  font-style: italic !important;
  font-weight: 600;
  text-transform: uppercase;
  color: #ace0de;
}

.sec-four-content p {
  font-size: 1.134rem;
}

.tickk li {
  position: relative;
  font-size: 1.008rem;
   font-family: serif;
  padding-bottom: 5px;
  padding-left: 20px;
}

.tickk li::before {
  width: 17px;
  height: 17px;
  border-radius: 100%;
  content: "ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚Â ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¾Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¦ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚Â¦ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦ÃƒÂ¢Ã¢â€šÂ¬Ã…â€œÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¦ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â";
  font-weight: 800;
  font-size: .75rem;
  margin-right: 0;
  position: absolute;
  top: .3rem;
  left: 0;
  color: blue;
}

.gran {
  text-transform: none;
  position: relative;
  line-height: 1.1;
   font-family: serif;
  font-weight: 400;
  z-index: 1;
  font-style: italic;
  font-size: 22px;
  margin-top: 50px;
  color: #4e4b4b;
  position: relative;
  padding-left: 16px;
}

.gran i {
  position: absolute;
  left: -18px;
  top: -12px;
  color: #5490ba4f;
  font-size: 51px;
}

/* sec-four */

.sec-five {
  color: #FFF;
  background-image: linear-gradient(180deg, rgba(51, 51, 51, .6), rgba(51, 51, 51, .6)), url(../images/bn1.jpg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  width: 100%;
  padding: 14rem 0;
  background-attachment: fixed;
}

.sec-five .btn {
  padding: 15px 38px;
  font-size: 16px;
}


.sec-four-content h2::after {
  content: '';
  width: 75px;
  height: 4px;
  position: absolute;
  bottom: -18px;
  left: 1px;
  background: linear-gradient(45deg, #0071bc, #ace0de);
}

.fmmm{
     background-image:url('https://demowebsiteslinks.com/aitplan-wp/wp-content/uploads/2026/04/kowkyH.jpeg');
     background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  width: 100%;
  padding: 2rem 0 2rem 0;
}

/* form_sec */

.form_sec {
 
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  width: 100%;
  padding: 2rem 0 2rem 0;
}

.box-contact {
  display: flex;
  align-items: center;
  margin-top: 100px;
  flex-wrap: wrap;

}

.box-contact div {
  flex: 0 0 43%;
  max-width: 43%;
  margin-bottom: 73px;
}

.box-cnt-card {
  margin: 0px 20px;
  background-color: #ffffff69;
  text-align: center;
  box-shadow: 0 10px 20px rgba(0, 0, 0, .19), 0 6px 6px rgba(0, 0, 0, .23);
  border-radius: 2px;
  padding: 1.5rem;
  transition: all .5s;
}

.box-cnt-card:hover {
  transform: scale(1.08);
}

.box-cnt-card svg {
  text-align: center;
  margin-top: -3.5rem;
  background: #5490ba;
  border-radius: 100%;
  width: 83px !important;
  height: 83px !important;
  padding: 19px;
  margin-bottom: 26px;
}

.box-cnt-card i{
   text-align: center;
   background: #5490ba;
   border-radius: 100%;
   width: 83px !important;
   height: 83px !important;
   padding: 19px;
   display: flex;
   align-items: center;
   justify-content: center;
   margin: auto;
   margin-bottom: 30px;
   color: #fff;
   font-size: 33px;
}

.form-area {
  text-align: center;
  padding: 32px 34px;
  backdrop-filter: blur(12px);
  background-color: #ffffff69;
}

.form-heading h2 {
  font-size: 1.68rem;
  margin-bottom: 31px;
}

.form-area form textarea {
  width: 100%;
  background: #f2f2f2;
  padding: 8px;
  border: 1px solid #ccc;
  margin-bottom: 20px;
  height: 134px;
}

.form-area form select {
  border: 1px solid #ccc;
  height: 43px;
  margin-bottom: -5px;
  border-radius: 0px;
}

.form-area form input {
  border: 1px solid #ccc;
  background: #f2f2f2;
  margin-bottom: 10px;
  border-radius: 0px;
  height: 40px;
}

.form-area form .form-group1 {
  border: 1px solid #fff;
  padding: 10px;
}

.form-desc p {
  text-align: center;
  font-size: 15px;
  color: #fff;
  margin-top: 30px;
}

/* form_sec */


/* Footer */
footer {
  background: linear-gradient(135deg, var(--darker), var(--dark));
  color: var(--lighter);
  padding: 5rem 0 2rem;
  position: relative;
  overflow: hidden;
}

footer::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 3px;
  background: linear-gradient(90deg, var(--primary), var(--secondary));
}

.footer-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 3rem;
  margin-bottom: 3rem;
}

.footer-column {
  position: relative;
  z-index: 1;
}

.footer-column h3 {
  font-family: var(--font-heading);
  font-size: 1.5rem;
  font-weight: 600;
  margin-bottom: 1.5rem;
  position: relative;
  display: inline-block;
}

.footer-column h3::after {
  content: '';
  position: absolute;
  left: 0;
  bottom: -8px;
  width: 50px;
  height: 3px;
  background: var(--primary);
  border-radius: 3px;
}

.footer-column p {
  color: var(--gray);
  margin-bottom: 1.5rem;
  font-size: 13px;
}

.footer-links {
  list-style: none;
}

.footer-links li {
  margin-bottom: 0.75rem;
}

.footer-links a {
  color: var(--gray);
  text-decoration: none;
  font-size: 18px;
  font-weight: 500;
  display: inline-block;
  transition: all .5s;
  position: relative;
  padding-left: 1rem;
}

/* .footer-links a::before {
  content: 'ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚Â ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¾Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¦ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¦ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¦ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¾ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢';
  position: absolute;
  left: -5px;
  opacity: 0;
  transition: var(--transition);
  color: var(--primary);
} */

.footer-links a:hover {
  color: var(--lighter);
  padding-left: 1.5rem;
}

.footer-links a:hover::before {
  left: 0;
  opacity: 1;
}

/* Contact Info */
.contact-info {
  margin-top: 1rem;
}

.contact-item {
  display: flex;
  align-items: flex-start;
  margin-bottom: 1rem;
  color: var(--gray);
}

.contact-item i {
  margin-right: 0.75rem;
  color: var(--primary);
  font-size: 1.1rem;
  margin-top: 3px;
}

.contact-item span {
  font-size: 18px;
  line-height: 1.5;
  font-weight: 500;
}

/* Social Links */
.social-links {
  display: flex;
  gap: 0.8rem;
  margin-top: 1.5rem;
  flex-wrap: wrap;
}

.social-link {
  width: 42px;
  height: 42px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.08);
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--lighter);
  transition: var(--transition);
  font-size: 1.1rem;
  position: relative;
  overflow: hidden;
  text-decoration: none;
}

.social-link::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  transition: var(--transition);
  background: linear-gradient(45deg, #0574bd, transparent);
}

.social-link:hover {
  transform: translateY(-3px);
  box-shadow: var(--shadow-md);
}

.social-link:hover::after {
  opacity: 1;
}

.social-link i {
  position: relative;
  z-index: 1;
}

/* Newsletter */
.newsletter {
  margin-top: 1.5rem;
}

.newsletter p {
  margin-bottom: 1rem;
}

.newsletter-form {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
}

.newsletter-input {
  flex: 1;
  min-width: 200px;
  padding: 0.85rem 1.25rem;
  border-radius: 50px;
  border: none;
  background: rgb(5 116 189);
  color: #fff;
  font-size: 0.95rem;
  transition: var(--transition);
}

.newsletter-input::placeholder {
  color: var(--gray);
}

.newsletter-input:focus {
  outline: none;
  background: rgb(0 0 0);
  box-shadow: 0 0 0 2px var(--primary-light);
}

.newsletter-btn {
  padding: 0.85rem 1.75rem;
  border-radius: 50px;
  border: none;
  background: #0574bd;
  color: #fff;
  font-weight: 600;
  cursor: pointer;
  transition: var(--transition);
  font-size: 0.95rem;
  flex-shrink: 0;
}

.newsletter-btn:hover {
  background: #ace0de;
  transform: translateY(-2px);
  color: #000;
}

/* Copyright */
.copyright {
  text-align: center;
  padding-top: 2rem;
  margin-top: 3rem;
  border-top: 1px solid rgb(5 116 189);
  color: var(--gray);
  font-size: 0.85rem;
}

.copyright a {
  color: var(--primary-light);
  text-decoration: none;
  transition: var(--transition);
}

.copyright a:hover {
  color: var(--primary);
  text-decoration: underline;
}

.newsletter-input::placeholder {
  color: #fff;
}

.logoftter {
  width: 266px;
  margin-bottom: 16px;
}

.innerbannerr{
  height: 500px;
  object-fit: cover;
  width: 100%;
}

.innerfrm .box-cnt-card h4{
  font-size: 19px;
  word-wrap: break-word;
}

/* CSS - Fixed */
.dropdown-menu {
  max-width: 280px;
  transition: all 0.3s ease;
}

.dropdown-item {
  color: #000;
  font-weight: 500;
  font-size: 14px;
  padding: 10px 20px;
  font-style: italic;
  transition: all 0.3s ease;
}

.dropdown-item:hover {
  background: #0574bd;
  color: #fff;
}

/* Desktop hover for main dropdown */
@media (min-width: 992px) {
  .nav-item.dropdown:hover > .dropdown-menu {
    display: block;
    width: 280px;
  }
}

/* Submenu */
.dropdown-submenu {
  position: relative;
}

.dropdown-submenu .dropdown-menu {
  display: none;
  position: absolute;
  top: 0;
  left: 100%;
}

/* Submenu hover for desktop */
@media (min-width: 992px) {
  .dropdown-submenu:hover > .dropdown-menu {
    display: block;
  }
}

/* Mobile fix */
@media (max-width: 991px) {
  .dropdown-submenu .dropdown-menu {
    position: relative;
    left: 0;
    top: 0;
  }
}

.dropdown-submenu > a::after {
  content: "";
  border-top: .3em solid transparent;
  border-right: 0;
  border-bottom: .3em solid transparent;
  border-left: .3em solid;
  float: right;
  position: relative;
  top: 7px;
}

.listt{
  list-style: disc;
  padding-left: 18px;
}

/* ded_sec */
.ded_sec{
  padding: 4rem 0;
  background-color: #f8f8f8;
    background-image: url(../images/bnner.png);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
}

.ded_Card{
  display: flex;
  align-items: center;
  background-color: #396cf0;
}

.ded_Card div{
  flex: 0 0 50%;
  max-width: 50%;
}

.ded_Card .ded_content{
  padding: 0 50px;
}

.ded_content h2{
  color: #fff;
  margin-bottom: 40px;
  position: relative;
}

.ded_content h2::after {
  content: '';
  width: 68px;
  height: 4px;
  position: absolute;
  bottom: -20px;
  left: 1px;
  background: #fff;
  border-radius: 51px;
}

.ded_content p{
  color: #fff;
}

.dctt{
  display: flex;
  align-items: center;
  margin-top: 40px;
}

.dctt span h3{
  color: #fff;
  font-size: 20px;
  margin-bottom: 0px;
}

.dctt span h6{
  color: #fff;
  margin-bottom: 0;
}

.dlex-div div{
  flex: 0 0 50%;
  max-width: 50%;
}

.dctt i{
  color: #fff;
  font-size: 44px;
  margin-right: 10px;
}

.dlex-div{
  display: flex;
  align-items: end;
  max-width: 100% !important;
}


.dlex-div .btn {
    padding: 10px 19px;
    color: #fff;
    outline: none;
    border: 1px solid #fff;
    background: transparent;
    border-radius: 7px;
    transition: all .5s;
    font-weight: 500;
    font-size: 16px;
    box-shadow: 0px 0px 4px #0071bc;
    font-family: serif;
}

.dlex-div .btn:hover{
    color: #000;
    background-color: #fff;
}


.ded_Card .ded_img{
    overflow: hidden;
    -webkit-clip-path: ellipse(73% 75% at 25% 50%);
    clip-path: ellipse(73% 75% at 25% 50%);
}

.ded_sec .owl-nav {
  position: relative;
  top: -18.1rem;
}

.ded_sec .owl-nav button.owl-prev {
  background-color: #0071bc;
  border-radius: 100%;
  width: 50px;
  height: 50px;
  position: absolute;
  left: -3rem;
  color: #fff;
  font-size: 18px;
  top: -9px;
}

.ded_sec .owl-nav button.owl-next {
  background-color: #0071bc;
  border-radius: 100%;
  width: 50px;
  height: 50px;
  position: absolute;
  right: -3rem;
  color: #fff;
  font-size: 18px;
  top: -9px;
}

/* ded_sec */

.line-blue{
  width: 57px;
  height: 3px;
  background: #507ced;
  margin-top: 7px;
  border-radius: 3px;
  display: inline-block;
}

/* nat_pain */

.nat_pain{
  padding: 4rem 0;
}

.nat_pain h5{
  color: #0071bc;
}

.nat_card{
  position: relative;
}
.overlay-heading1{
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: end;
  justify-content: start;
  padding: 10px 10px 1px 14px;
  background: #0404042e;
  transition: all .5s;
  margin: 0 !important;
}


.nat_card article h4{
  font-weight: 600;
  color: #fff;
}

.nat_card img{
  transition: all .3s;
}

.nat_card img:hover{
  filter: saturate(1.5);
}

.art_sec{
  background-color: #f3f3f3;
  padding: 4rem 0;
}

.art_sec h5{
  color: #0071bc;
}

/* nat_pain */


/* art_card */

.art_card{
  background-color: #fff;
  box-shadow: 0px 0px 20px #e9e6e6;
  height: 747px;
}

.date{
  background-color: #396cf0;
  width: 225px;
  border-radius: 6px;
  margin-top: -47px;
  position: relative;
  z-index: 99;
  margin-bottom: 29px;
}

.date span{
  color: #fff;
  font-weight: 400;
  font-size: 15px;
  border-radius: 5px;
  padding: 9px 7px;
  margin: auto;
  display: inline-block;
}

.art_card article{
  padding: 26px 30px;
}

.art_card article h2{
  font-weight: 700;
    font-size: 24px;
    line-height: 1.4;
}

.art_card article p{
  margin-top: 20px;
  border-bottom: 1px solid #eee;
  padding-bottom: 25px;
}

.date i{
  margin-right: 10px;
  font-size: 17px;
}

.red_more{
  padding-top: 20px;
}

.red_more a{
  color: #396cf0;
  font-size: 23px;
  transition: all 1s;
}

.red_more i{
  margin-left: 10px;
}

.slidrr-content h2::after{
  display: none;
}

.slidrr-content h2{
  margin-bottom: 7px;
    font-size: 47px;
}

.slidrr-content h3{
  font-size: 22px;
}

.sec-one-slider img{
      width: 100%;
    height: 298px;
    object-fit: cover;
}

.sec-four .sec-four-content h2::after{
  display: none;
}

.nat_card img {
    width: 100%;
    height: 300px;
    object-fit: cover;
}

.inneitem{
  background-color: #00000036;
}

.contactbannerr .slider-content {
    margin-top: -181px;
}

/* art_card */

.art_card img {
    height: 314px;
    object-fit: cover;
}



.red_more a:hover{
  color: #000;
  padding-left: 20px;
}

.inneitem h2{
  font-size: 48px;
  color: #fff;
  font-weight: 600;
  text-transform: capitalize;
  margin-bottom: 18px;
}

.inneitem h4{
   font-size: 26px !important;
   color: #fff;
   font-weight: 600;
}

.inneitem h6{
  font-size: 26px;
  color: #fff;
  font-weight: 400;
  margin-top: 30px;
  background: #1b4d62;
  display: inline-block;
  padding: 19px 37px;
  border-radius: 36px;
}

.frmmm .box-cnt-card {
    height: 224px;
}

.frmmm .box-cnt-card svg{
    margin-top:0px;
}

.b-12bn h2 {
    margin-left: 293px;
}
.mini_size {
    font-size: 35px !important;
    margin-top: 77px;
}

.sprtin{
  margin-top: 20rem;
  margin-left: -100px;
}

.vdxx video{
     height:700px;
     
    object-fit: cover;
}
section.sec-five1 {
    padding-bottom: 5rem;
}

.vdxx video{
    position:relative;
}

.form_overlay {
   position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    left: 0;
    right: 0;
    bottom: 0;
    display: flex;
    justify-content: end;
    align-items: center;
    padding-right: 63px;
}
.form_overlay .form-area {
    width: 27%;
    padding: 34px 30px;
    /* height: 588px; */
    backdrop-filter: blur(12px);
    background-color: #ffffff69;
    text-align: center;
}

.vdxx .form-heading h2 {
    font-size: 1.68rem;
    margin-bottom: 14px;
    color: #000000;
}

.vdxx .form-area form select {
    border: 1px solid #ccc;
    height: 43px;
    margin-bottom: -6px;
    border-radius: 0px;
}


.vdxx .form-area form input {
    border: 1px solid #ccc;
    background: #f2f2f2;
    margin-bottom: 10px;
    border-radius: 0px;
    height: 39px;
}

.vdxx .form-area form .form-group1 {
    border: 1px solid #ffffff;
    padding: 10px;
}

.vdxx .form-area form textarea {
    width: 100%;
    background: #f2f2f2;
    padding: 8px;
    border: 1px solid #ccc;
    margin-bottom: 20px;
    height: 91px;
}

.sec-five1 video{
     height:700px;
     position:relative;
    object-fit: cover;
}
.sec-five1 .overlay-btn{
     position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    left: 0;
    right: 0;
    bottom: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    background:#76602882;
        flex-direction: column;
}

.sec-five1 .overlay-btn h2 {
    font-size: 50px;
    color: #fff;
    margin-bottom: 23px;
    font-weight: 200;
    font-family: fantasy;
    letter-spacing: 4px;
}

.form_sec {
    position: relative;
    overflow: hidden;
}

.bg-video {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    height: 100%;
  
    transform: translate(-50%, -50%);
    object-fit: cover;
    z-index: -1;
}

/* Optional overlay (readability ke liye) */
.form_sec::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #76602882; /* dark overlay */
    z-index: 0;
}

/* Content upar rahe */
.form_sec .container {
    position: relative;
    z-index: 1;
}

