@import url("https://fonts.googleapis.com/css2?family=Sansation:ital,wght@0,300;0,400;0,700;1,300;1,400;1,700&display=swap");

* {
  margin: 0;
  padding: 0;
}
body {
  padding-top: 130px;
  width: 100%;
  font-family: "Sansation", sans-serif;
}

.modal-open {
  overflow-y: auto !important;
  padding-right: 0px !important;
}

a,
a:hover {
  text-decoration: none;
  color: #fff;
}

ul,
li {
  list-style: none;
  margin: 0;
  padding: 0;
}

/*--------------------------------------------------------------
   Section Button
--------------------------------------------------------------*/

.section-btn {
  width: 150px;
  height: 48px;
  color: #fff;
  text-transform: capitalize;
  text-align: center;
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid transparent;
  overflow: hidden;
  position: relative;
  transition: 0.3s;
  background: black;
  font-family: var(--font-Avenir-Heavy);
}

/*---------- White Button -----------*/

.White-btn {
  background-color: #fff;
  color: #00082e !important;
  font-weight: bold;
  text-transform: uppercase;
}
.White-btn:hover {
  background-color: #ffffffa1;
  color: #00082e !important;
}

/* header-top */
.header-top {
  position: relative;
  width: 100%;
  top: 0;
  z-index: 99;
}

.header-top .inner-container {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #00082e;
  border-bottom: 1px solid #eac169;
  border-top: 1px solid #eac169;
}

.header-top .top-left {
  position: relative;
  display: flex;
  padding: 7px;
  width: 85%;
  border: none;
  clip-path: polygon(0 0, 98.6% 0%, 100% 100%, 0% 100%);
  background: linear-gradient(#eac169, #eac169) padding-box padding-box,
    linear-gradient(#eac169, white) border-box border-box;
}
.header-top .top-left span {
  font-weight: bold;
  font-size: 16px;
  text-transform: uppercase;
}
.header-top .top-right {
  position: relative;
  display: flex;
  width: 15%;
  padding: 8px 3rem;
  background-color: #00082e;
  justify-content: space-evenly;
}

/* Bg Imge & Header */
.video_bg {
  position: relative;
  width: 100%;
  height: 100vh;
  overflow: hidden;
  z-index: 1;
}

.video_bg video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 1;
}

.video_bg::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background: linear-gradient(to right, #00082e, #00082ea8);
  opacity: 0.9;
  pointer-events: none;
  z-index: 2;
}

.header-top {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 1000;
}

.navbar {
  background-color: #ffffff;
  position: fixed;
  top: 60px;
  width: 100%;
  z-index: 999;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}

.video_content {
  position: relative;
  z-index: 3;
}
.navbar .navbar-brand img {
  height: 80px;
}
.navbar .navbar-nav .nav-item .nav-link {
  color: #00082e;
  font-weight: bold;
  text-transform: uppercase;
  font-size: 18px;
  padding-left: 30px;
}

.video_content .row {
  align-items: center;
  height: 100vh;
}
.video_content .card {
  width: 65%;
  height: 100%;
  /* background: linear-gradient(53.28deg, #00082E 4.8%, #970231d2 86.91%); */
  margin: 0px auto;
  background-color: #eac169c4;
  backdrop-filter: blur(5px);
  border-radius: 0px;
  border: 0px solid #fff;
  padding: 0px 30px 30px 30px;
}

.video_content .card .trangle {
  text-align: right;
}
.video_content .card .trangle img {
  height: 70px;
  width: 90px;
  margin-top: -50px;
  margin-right: -50px;
}

.video_content .card .card-title {
  color: #fff;
  font-size: 28px;
  font-weight: bold;
  text-transform: uppercase;
  margin-bottom: 20px;
}

.video_content .card form input {
  height: 60px;
  background-color: transparent;
  border: 2px solid #fff;
  border-radius: 2px;
  padding-left: 10px;
}
.video_content .card .form-control:focus {
  box-shadow: none;
}
.video_content .card .form-control::placeholder {
  color: #fff;
  font-size: 18px;
}
.video_content .card form .header_btn1 {
  height: 50px;
  width: 40%;
  border-radius: 4px;
  border: 2px solid #fff;
  background-color: #00082e;
  color: #fff;
  font-weight: 600;
  font-size: 16px;
  /* text-transform: uppercase; */
}
.event_content .card {
  background-color: transparent;
  width: 100%;
  padding-left: 120px;
}
.event_content .card .card-title {
  color: #fff;
  font-size: 60px;
  font-weight: 400;
  text-transform: uppercase;
  margin-bottom: 20px;
  line-height: 10px;
}
.event_content .card .card-title span {
  font-weight: bold;
  color: #fff;
  font-size: 65px;
}
.event_content .card .expo {
  font-weight: bold;
  color: #fff;
  font-size: 90px;
  text-transform: uppercase;
}
.event_content .card .card-title1 {
  display: flex;
  text-align: left;
  justify-content: space-between;
}
.event_content .card .card-title1 .day,
.event_content .card .card-title1 .time,
.event_content .card .card-title1 .location {
  font-weight: 500;
  color: #fff;
  font-size: 18px;
}
.line {
  margin-top: -10px;
  font-size: 30px;
  color: #fff;
  font-weight: bold;
}

.countdown {
  display: flex;
  /* justify-content: space-evenly; */
  align-items: center;
  margin-top: 30px;
  margin-bottom: 20px;
}
.countdown .countdown-item {
  width: 120px;
  text-align: center;
  margin-right: 20px;
}
.countdown .countdown-item span {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  color: #eac169;
  background-color: #fff;
  font-weight: bold;
  height: 100px;
  font-size: 36px;
}
.countdown .countdown-item p {
  background-color: #eac169;
  color: #00082e;
  padding: 5px;
  font-weight: bold;
  font-size: 18px;
}

.card-btn .header_btn1 {
  margin-top: 30px;
  background-color: #fff;
  color: #00082e;
  font-weight: bold;
  font-size: 17px;
  padding: 13px 30px;
  border-radius: 2px;
  border: 2px solid #fff;
  transition: all 0.6s ease-in-out;
}
.card-btn .header_btn1:hover {
  transition: all 0.6s ease-in-out;
  background-color: transparent;
  border: 2px solid #fff;
  color: #fff;
}

/* About Us Area Start */
.about_content {
  padding: 100px 0px 200px 0px;
  text-align: center;
}
.about_content .heading .title {
  font-size: 34px;
  font-weight: bold;
  color: #00082e;
  text-transform: uppercase;
}
.about_content .heading .sub_title {
  color: #000000d8;
  width: 40%;
  margin: 0px auto;
  font-weight: 500;
}
.about_content .heading .arrow i {
  margin-top: 10px;
  margin-bottom: 40px;
  margin-right: 5px;
  color: #eac169;
}
.head_content {
  text-align: left;
  margin-top: 20px;
  margin-left: 90px;
}
.head_content .title {
  font-size: 36px;
  font-weight: bold;
  color: #00082e;
  margin-bottom: 15px;
  text-transform: capitalize;
}
.head_content .subtitle {
  color: #000000d8;
  font-weight: 500;
  font-size: 20px;
  margin-bottom: 10px;
}
.head_content .content {
  text-align: justify;
}
.head_content .arrow1 {
  height: 100px;
  position: absolute;
  z-index: 2;
  margin-left: -100px;
  /* margin-top: 80px; */
  margin-bottom: 300px;
}
.head_content .content1 {
  margin-top: 90px;
}
.head_content .content1 p {
  font-size: 20px;
  font-weight: 600;
}
.head_content .content1 h1 {
  line-height: 20px;
  font-weight: bold;
  color: #00082e;
}

/* About Us Area End */

.about_content .about_img {
  width: 100%;
  display: flex;
  align-items: flex-end;
  position: relative;
}

.about_img .img1 {
  width: 550px;
  height: 500px;
  border-radius: 0px;
  object-fit: cover;
}
.about_img .img2-wrapper {
  width: 400px;
  height: 400px;
  position: absolute;
  right: 0px;
  bottom: -100px;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.2);
  border-radius: 0px;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
}

.about_img .img2-wrapper::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #00082e;
  opacity: 0.5;
  border-radius: 0px;
  z-index: 1;
}

.about_img .img2 {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 0px;
  position: relative;
  z-index: 0;
}

.about_img .img2-wrapper i {
  font-size: 50px; /* Size of the play icon */
  color: white;
  position: absolute;
  z-index: 2;
  cursor: pointer;
  transition: transform 0.3s ease;
}

.about_img .img2-wrapper i:hover {
  transform: scale(1.1); /* Little zoom effect on hover */
}

.about_img .img2 {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 0px;
}

.about_img .img3 {
  position: absolute;
  object-fit: cover;
  left: 156px;
  bottom: -80px;
  width: 60px;
  height: auto;
  z-index: 2;
}

/* Why To Attend  */

.why_to_attend {
  background-image: url("../images/bg1.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  height: 100%;
  position: relative;
  z-index: 1;
  padding: 100px 0px;
}
.why_to_attend::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #00082e;
  opacity: 0.7;
  z-index: 2;
}
.why_to_attend .container {
  position: relative;
  z-index: 3;
}
.why_to_attend .heading .title {
  font-size: 34px;
  font-weight: bold;
  color: #fff;
  text-transform: uppercase;
  text-align: center;
}
.why_to_attend .heading .sub_title {
  color: #fff;
  width: 40%;
  margin: 0px auto;
  font-weight: 500;
  text-align: center;
}
.why_to_attend .heading .arrow {
  text-align: center;
}
.why_to_attend .heading .arrow i {
  margin-top: 10px;
  margin-bottom: 40px;
  margin-right: 5px;
  color: #eac169;
}
.why_to_attend .card {
  border-radius: 0px;
  border: none;
  height: 250px;
}
.why_to_attend .card .img-fluid {
  height: 250px;
  object-fit: cover;
  width: 100%;
  border-radius: 0px;
}
.why_to_attend .card .card-body {
  padding-top: 20px;
}
.why_to_attend .card1 {
  text-align: right;
}
.why_to_attend .card2 {
  text-align: left;
}
.why_to_attend .card .header_btn1 {
  padding: 15px 30px;
  color: #eac169;
  font-weight: bold;
  text-transform: uppercase;
  transition: all 0.6s ease-in-out;
}
.why_to_attend .card .header_btn1:hover {
  background-color: #00082e;
  color: #fff;
  transition: all 0.6s ease-in-out;
}
.why_to_attend .card .card-text {
  margin-bottom: 20px;
}

/* Gallery Section Start */

.gallery {
  padding: 100px 0px;
  text-align: center;
}

.gallery .heading .title {
  font-size: 34px;
  font-weight: bold;
  color: #00082e;
  text-transform: uppercase;
  text-align: center;
}
.gallery .heading .sub_title {
  color: #00082e;
  width: 40%;
  margin: 0px auto;
  font-weight: 500;
  text-align: center;
}
.gallery .heading .arrow {
  text-align: center;
}
.gallery .heading .arrow i {
  margin-top: 10px;
  margin-bottom: 40px;
  margin-right: 5px;
  color: #eac169;
}
.gallery-container {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  gap: 10px;
  padding: 20px;
}
.gallery-container img {
  object-fit: cover;
}
.gallery-container .img1 {
  margin-bottom: 25px;
  height: 350px;
}
.gallery-container .img2 {
  height: 350px;
}

.gallery-item {
  overflow: hidden;
}

.gallery-item img {
  width: 100%;
  height: auto;
  display: block;
  transition: transform 0.3s ease-in-out;
}

.gallery-item img:hover {
  transform: scale(1.05);
}

/* Responsive adjustments for smaller screens */
@media (max-width: 768px) {
  .gallery-container {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 480px) {
  .gallery-container {
    grid-template-columns: 1fr;
  }
}

/* Clients Start */

.clients {
  padding: 100px 0px;
  text-align: center;
  background-color: #f9f9f9;
}

.clients .heading .title {
  font-size: 34px;
  font-weight: bold;
  color: #00082e;
  text-transform: uppercase;
  text-align: center;
}
.clients .heading .sub_title {
  color: #00082e;
  width: 40%;
  margin: 0px auto;
  font-weight: 500;
  text-align: center;
}
.clients .heading .arrow {
  text-align: center;
}
.clients .heading .arrow i {
  margin-top: 10px;
  margin-bottom: 40px;
  margin-right: 5px;
  color: #eac169;
}

/* Slider */

.slick-slide {
  margin: 0px 20px;
}

.slick-slide img {
  width: 100%;
}

.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block;
}
.slick-track:before,
.slick-track:after {
  display: table;
  content: "";
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px;
}
[dir="rtl"] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  object-fit: cover;
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
  display: none;
}

.video {
  background-image: url("../images/img8.webp");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  height: 60vh;
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
}

.video::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #00082e;
  opacity: 0.7;
  z-index: 2;
}

.video i {
  color: white;
  font-size: 100px;
  z-index: 3;
  cursor: pointer;
  transition: transform 0.3s ease;
}

.video i:hover {
  transform: scale(1.1);
}
.footer {
  padding: 20px 0px 20px 0px;
  background-color: #00082e;
}
.footer h4 {
  color: #fff;
  font-size: 22px;
  font-weight: 600;
  text-transform: uppercase;
  margin-bottom: 20px;
}
.footer ul li {
  font-size: 18px;
}
.footer ul li a:hover {
  color: #eac169;
}
.footer ul li i {
  margin-bottom: 15px;
  color: #eac169;
  font-size: 18px;
}

.footer .copyright {
  text-align: center;
  color: #fff;
  font-size: 16px;
  margin-top: 20px;
}
.footer .footer1 {
  padding: 80px 0px 20px 0px;
}
.footer .footer2 {
  margin: 0px;
  text-align: center;
}
.footer .footer2 img {
  padding: 20px 0px 20px 0px;
  height: 150px;
}

.footer .footer2 p {
  color: #fff;
  font-size: 16px;
  margin-bottom: 20px;
}

/* Blog Section Start */

.hero_bg {
  margin-top: 60px;
  margin-bottom: 20px;
  background-image: url("../images/bg1.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  height: 36vh;
  width: 100%;
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 30px;
}
.hero_bg::after {
  content: "";
  border-radius: 30px;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #00082e;
  opacity: 0.7;
  z-index: 2;
}
.hero_bg .container {
  position: relative;
  z-index: 3;
}
.hero_bg h1 {
  color: #fff;
  font-size: 50px;
  font-weight: bold;
  z-index: 3;
  text-transform: uppercase;
}
.hero_bg p {
  color: #fff;
  font-size: 20px;
}

.blog_card {
  padding: 100px 0px;
  text-align: center;
}
.blog_card .card {
  background-image: url("../images/blog-list-05.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  height: 450px;
  width: 100%;
  position: relative;
  z-index: 1;
  border-radius: 15px;
  overflow: hidden;
}

/* Background gradient base */
.blog_card .card::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(to bottom, #ffffff00, #00082e70, #00082e);
  z-index: 1;
}

/* Hover overlay */
.blog_card .card::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 8, 46, 0.7);
  opacity: 0;
  transition: opacity 0.6s ease;
  z-index: 2;
  border-radius: 15px;
}

.blog_card .card:hover::after {
  opacity: 1;
}

/* Content */
.blog_card .card .card-body {
  position: absolute;
  bottom: 0;
  z-index: 3;
  color: white;
  padding: 20px;
  width: 100%;
}

.read_more {
  opacity: 0;
  transform: translateY(20px);
  transition: all 0.5s ease;
  font-size: 20px;
  font-weight: 500;
}

.blog_card .card:hover .read_more {
  opacity: 1;
  transform: translateY(0);
}
.card:hover .date_time {
  opacity: 1;
  display: block;
  transform: translateY(0);
  transition: all 0.5s ease;
}
/* Hide other text when hovering */
.blog_card .card:hover .card-title,
.blog_card .card:hover .date,
.blog_card .card:hover .line1,
.blog_card .card:hover .time {
  display: none;
}

.blog_card .card .card-body {
  position: relative;
  z-index: 3;
}

.blog_card .card .card-body {
  position: absolute;
  text-align: left;
  bottom: 0;
  width: 100%;
  color: #fff;
  padding: 10px 40px 40px 40px;
}
.blog_card .card .card-body .card-title {
  font-size: 28px;
  font-weight: bold;
}
.blog_card .card:hover .card-title,
.blog_card .card:hover .card-body .date,
.blog_card .card:hover .card-body .line1,
.blog_card .card:hover .card-body .time {
  display: none;
  transition: all 0.9s ease-in-out;
}

.blog_card .card .card-body .d-flex {
  width: 80%;
}
.blog_card .card .card-body .date,
.blog_card .card .card-body .time {
  font-size: 18px;
}
.blog_card .card .card-body .date i,
.blog_card .card .card-body .time i {
  color: #eac169;
}
.card {
  position: relative;
  /* overflow: hidden; */
}

.card .date_time {
  position: absolute;
  top: 0px;
  right: 0px;
  z-index: 4;
  background-color: #fe7c00;
  padding: 10px 20px;
  border-radius: 0px 0px 0px 20px;
  font-size: 16px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.15);
  display: flex;
  align-items: center;
  color: #ffffff;
  font-weight: 800;
}
.card .date_time {
  opacity: 0;
  transform: translateY(20px);
  transition: all 0.5s ease;
}
.card .date_time i {
  color: #fff;
  margin-right: 5px;
}

/* Blog Section End */

/* Blog Details Start */

.blog_details {
  padding: 60px 0px 100px 0px;
}
.blog_details .card {
  height: 100%;
  border: none;
  border-radius: 10px;
  box-shadow: 0px 0px 100px rgba(0, 0, 0, 0.1);
  background-color: #ffffff;
}
.blog_details .card .blog_img {
  height: 500px;
  object-fit: cover;
  border-radius: 10px 10px 0px 0px;
}
.blog_details .card .event_date {
  padding-left: 20px;
  display: flex;
  justify-content: space-between;
}
.blog_details .card .event_date .date i,
.blog_details .card .event_date .location i,
.blog_details .card .event_date .time i {
  color: #fe7c00;
}
.blog_details .card .event_date .date,
.blog_details .card .event_date .time,
.blog_details .card .event_date .location {
  font-size: 16px;
  font-weight: bold;
  color: rgb(87, 90, 123);
}

.blog_details .card .card-title {
  font-size: 30px;
  font-weight: bold;
  color: #00082e;
  margin-top: 10px;
}
.blog_details .card .card_details {
  padding: 20px;
}

.blog_details .card .content_blog {
  margin-top: 20px;
}
.blog_details .card .content_blog .title {
  font-size: 30px;
  font-weight: bold;
  color: #00082e;
  margin-bottom: 10px;
}
.blog_details .card .content_blog .content_title {
  font-size: 17px;
  background-color: #eeeeee;
  border: 1px solid #00082e59;
  color: #343434;
  font-weight: bold;
  color: #00082e;
  padding: 5px 20px;
}
.blog_details .card .content_blog .content_title1 {
  font-size: 20px;
  background-color: #eeeeee;
  border: 1px solid #00082e59;
  color: #343434;
  font-weight: bold;
  color: #00082e;
  padding: 8px 20px;
}
.blog_details .card .content_blog .content_subtitle {
  font-size: 16px;
  color: #00082e;
  margin-top: 10px;
  padding-left: 30px;
  margin-bottom: 20px;
}
.blog_details .card .content_blog .content_subtitle ul {
  text-align: justify;
  margin-top: 5px;
}
.blog_details .card .content_blog .content_subtitle ul li {
  list-style: outside;
}
.blog_details .card .success_story {
  background-color: #00082e;
  color: #fff;
  padding: 36px;
  border-radius: 20px;
}
.blog_details .card .success_story .title {
  font-size: 16px;
  /* font-weight: bold; */
  color: #fff;
  padding-top: 10px;
}
.blog_details .card .success_story .content_subtitle {
  font-size: 20px;
  color: #fff;
  margin-top: 10px;
}
.event_img {
  margin-top: 20px;
}
.event_img img {
  width: 100%;
  height: 250px;
  border-radius: 10px;
}
.blog_details .card h2 {
  font-weight: bold;
  margin-top: 20px;
}
.bi-check2-all {
  color: #00082e;
}

.conclusion h2 {
  margin-top: 20px;
  background-color: #f9f9f9;
  border-left: 5px solid #00082e;
  padding: 10px 20px;
}
.conclusion p b {
  padding-bottom: 5px;
}
.sticky-sidebar {
  position: sticky;
  top: 180px;
  z-index: 100;
}

.instagram {
  background-color: #ffffff;
  padding: 40px 30px;
  box-shadow: 0px 0px 60px rgba(0, 0, 0, 0.1);
  margin-top: 20px;
  border-radius: 10px;
}
.instagram .title {
  font-size: 26px;
  font-weight: bold;
  color: #00082e;
  position: relative;
  margin-bottom: 20px;
}
.instagram .title::before {
  content: "";
  display: block;
  width: 50px;
  height: 5px;
  background-color: #00082e;
  position: absolute;
  left: 0;
  bottom: 0;
  border-radius: 10px;
}

.instagram .title::after {
  content: "";
  display: block;
  width: 80%;
  height: 4px;
  background-color: #00082e69;
  position: relative;
  left: 65px;
  bottom: 0;
  margin-top: 10px;
  border-radius: 10px;
}
.instagram img {
  height: auto;
  width: 100%;
  margin-bottom: 25px;
  border-radius: 5px;
}

.blog_details .enquiry_now {
  background-color: #ffffff;
  color: #00082e;
  padding: 40px 30px;
  box-shadow: 0px 0px 60px rgba(0, 0, 0, 0.1);
  border-radius: 10px;
}
.blog_details .enquiry_now h2 {
  font-size: 26px;
  font-weight: bold;
  color: rgb(0, 8, 46);
  position: relative;
  margin-bottom: 20px;
}

.blog_details .enquiry_now h2::before {
  content: "";
  display: block;
  width: 50px;
  height: 4px;
  background-color: #00082e;
  position: absolute;
  left: 0;
  bottom: 0;
  border-radius: 10px;
}
.blog_details .enquiry_now h2::after {
  content: "";
  display: block;
  width: 80%;
  height: 4px;
  background-color: #00082e69;
  position: relative;
  left: 65px;
  bottom: 0;
  margin-top: 10px;
  border-radius: 10px;
}
.blog_details .enquiry_now input {
  height: 50px;
  background-color: transparent;
  border: 2px solid #00082e18;
  border-radius: 2px;
  padding-left: 10px;
}

.blog_details .enquiry_now i {
  color: #00082e96;
  margin-right: 10px;
  position: absolute;
  top: 50%;
  right: 15px;
  transform: translateY(-50%);
  color: #00082e96;
  pointer-events: none;
}
.blog_details .enquiry_now .header_btn1 {
  padding: 10px;
  border-radius: 4px;
  border: 2px solid #fff;
  background-color: #00082e;
  color: #fff;
  font-weight: 600;
  font-size: 16px;
  transition: all 0.6s ease-in-out;
}
.blog_details .enquiry_now .header_btn1:hover {
  background-color: #fff;
  color: #00082e;
  transition: all 0.6s ease-in-out;
  border: 2px solid #00082e;
}

/* Blog Details End */
