@import url("https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,300;0,400;0,500;0,600;0,700;1,400&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Dancing+Script&family=Poppins:ital,wght@0,300;0,400;0,500;0,600;0,700;1,400&display=swap");

*,
*::before,
*::after {
  margin: 0px;
  padding: 0px;
  list-style: none;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  scroll-behavior: smooth;
}

html {
  line-height: 1.5;
}

body {
  font-family: "Poppins", sans-serif;
  background-color: #fff;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
  color: #444;
  overflow-x: hidden;
}

html::-webkit-scrollbar {
  width: 8px;
  height: 1px;
}

html::-webkit-scrollbar-track {
  background: transparent;
}

html::-webkit-scrollbar-thumb {
  background-color: #023469ce;
  /* border-radius: 50px; */
}

img {
  max-width: 100%;
}

a {
  text-decoration: none;
  outline: none;
  color: #444;
}

a:hover {
  color: #444;
}

label {
  padding: 0 8px;
  font-size: 1rem;
  margin: 0;
  font-family: "Poppins", sans-serif;
}

ul {
  margin-bottom: 0;
  padding-left: 0;
}

a:hover,
a:focus,
input,
textarea {
  text-decoration: none;
  outline: none;
}

.center {
  text-align: center;
}

.left {
  text-align: left;
}

.right {
  text-align: right;
}

.cp {
  cursor: pointer;
}

html,
body {
  height: 100%;
}

p {
  margin-bottom: 0px;
  width: 100%;
}

.no-padding {
  padding: 0px;
}

.no-margin {
  margin: 0px;
}

.hid {
  display: none;
}

.top-mar {
  margin-top: 15px;
}

.h-100 {
  height: 100%;
}

::placeholder {
  /* color: #747f8a !important;
   color: #555; */
  color: #666;
  font-size: 14px;
  opacity: 0.8 !important;
}

.container-fluid {
  padding: 0px;
}

/* ===================================== 
	2. TYPOGRAPHY. 
   ===================================== */

h1,
h2,
h3,
h4,
h5,
h6,
p,
ul,
ol {
  margin-top: 0;
  margin-bottom: 1rem;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin-bottom: 0.5rem;
  line-height: 1.1;
  font-family: "Poppins", sans-serif;
}

h1,
.h1 {
  font-size: 2rem;
  font-weight: 600;
}

h2,
.h2 {
  font-size: 1.6rem;
  color: #023469;
  font-weight: 600;
}

h3,
.h3 {
  font-size: 1.4rem;
}

h4,
.h4 {
  font-size: 1.3rem;
}

h5,
.h5 {
  font-size: 1.1rem;
  /* font-weight: 400; */
}

h6,
.h6 {
  font-size: 0.9rem;
  color: #14213d;
}

p {
  font-size: 16px;
  font-family: "Poppins", sans-serif;
  /* color: #999999; */
}

a:link {
  text-decoration: none;
}

a:visited {
  text-decoration: none;
}

a:hover {
  text-decoration: none;
}

a:active {
  text-decoration: none;
}

/* ===================================== 
	         Table style 
   ===================================== */
.tbl-inner {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 15px;
  word-spacing: 1px;
  outline: none;
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  color: #111;
  /* padding: 40px 4px; */
}

.tbl-inner table {
  border-collapse: collapse;
  width: 100%;
  max-width: 600px;
  margin: auto;
  box-shadow: 0px 0px 6px #888;
}

.tbl-inner table.event-tbl {
  width: 100%;
  max-width: 1160px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.tbl-inner th {
  background: #00438d;
  color: white;
  font-size: 17px;
  text-align: center;
  font-weight: 600;
}

.tbl-inner tr {
  background: #fffafa;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.tbl-inner tbody td,
tbody th {
  border: 1px solid #ddd;
  padding: 10px 15px;
  text-align: center;
}

.tbl-inner .event-tbl tbody td,
tbody th {
  padding: 10px 8px;
}

.tbl-inner td p {
  margin: 0px;
  padding: 6px 0;
}

.tbl-inner .event-tbl tbody tr:nth-of-type(2) {
  font-size: 16px;
}

.table-section {
  margin-top: 50px;
  overflow: auto;
}

.page-container {
  /* max-width: 920px; */
  background-color: #fff;
  color: #000;
  margin: 25px auto 30px;
  /* top: 20px; */
  display: block;
  padding: 40px 40px 20px;
  position: relative;
  box-shadow: 0 10px 10px rgba(0, 0, 0, 0.1);
}

.page-container h2 {
  text-align: center;
  /* font-size: 22px; */
  padding: 15px 0;
  text-decoration: 1px underline;
}

.page-container p {
  font-size: 16px;
  padding: 5px 5px 0px 10px;
  line-height: 1.6;
  text-align: justify;
}

.page-container p.text_indent::first-letter {
  font-size: 20px;
  font-weight: 400;
}

.page-container p b {
  font-weight: 500;
  font-size: calc(100% + 1px);
}

.page-container .contact-detail a,
.page-container .contact-detail {
  color: #222;
  padding-bottom: 0;
  text-decoration: none;
  text-align: center;
  border: none;
}

.page-container .contact-detail p {
  text-align: justify;
}

.detail-box {
  border-left: 4px solid #d72317;
}

.page-container .doc-detail h3 {
  text-align: center;
  padding-block: 10px;
}

.page-container .doc-detail p {
  padding-block: 0;
}

.page-container h3,
.page-container h4 {
  position: relative;
  /* font-size: 18px; */
  /* font-weight: 400; */
  color: #023469;
  line-height: 1.3rem;
  text-decoration: underline;
  text-underline-offset: 3px;
  text-decoration-thickness: 1px;
}

.page-container h3.left_dot::before,
.page-container h4.left_dot::before {
  content: "";
  display: inline-block;
  width: 8px;
  height: 8px;
  margin-right: 15px;
  margin-bottom: 2px;
  border-radius: 50px;
  background: #023469;
  outline: 1px solid #023469;
  outline-offset: 3px;
}

.page-container ul,
.page-container ol,
.page-container li {
  font-size: 16px;
  font-family: "Poppins", sans-serif;
  list-style-position: inside;
  list-style-type: circle;
  padding: 10px 0 0 10px;
  line-height: 1.4;
}

.page-container a {
  color: #4060ff;
  text-decoration: none;
  font-weight: 400;
}

.page-container a:hover {
  text-decoration: underline;
}

/*  */

.session-title {
  padding: 30px;
  margin: 0px;
}

@media screen and (max-width: 767px) {
  .session-title {
    padding: 5px;
  }
}

.session-title h2 {
  width: 100%;
  text-align: center;
  font-weight: 600;
  margin-bottom: 0px;
}

.session-title p {
  max-width: 850px;
  text-align: center;
  float: none;
  margin: auto;
  font-size: 0.9rem;
  margin-top: 6px;
}

.session-title span {
  float: right;
  font-style: italic;
}

.inner-title {
  padding: 20px;
  padding-left: 0px;
  margin: 0px;
  margin-bottom: 10px;
  padding-bottom: 0px;
  border-bottom: 1px solid #ccccccc4;
  display: block;
  padding-right: 0px;
}

.inner-title h2 {
  width: 100%;
  text-align: center;
  font-size: 1rem;
  font-weight: 600;
  text-align: left;
  border-bottom: 1px solid #863dd9;
  padding-bottom: 10px;
  margin-bottom: 0px;
  width: 300px;
}

.inner-title p {
  width: 100%;
  text-align: center;
}

.inner-title .btn {
  float: right;
  margin-top: -38px;
  font-weight: 600;
  font-size: 0.8rem;
}

.page-nav {
  position: relative;
  background-size: 100%;
  padding: 130px;
  text-align: center;
  background-color: #eaeaea;
}

.page-nav::before {
  content: "";
  position: absolute;
  inset: 0;
  /* background: linear-gradient(to right, #00448ddd, #0072ffdd); */
  z-index: 0;
}

.page-nav .container {
  position: relative;
  z-index: 2;
}

.page-nav ul {
  float: none;
  margin: auto;
}

@media screen and (max-width: 992px) {
  .page-nav {
    background-size: auto;
  }
}

@media screen and (max-width: 767px) {
  .page-nav {
    padding-top: 200px;
    padding-bottom: 40px;
  }

  .session-title h2 {
    margin-bottom: 10px;
  }
}

@media screen and (max-width: 356px) {
  .page-nav {
    padding-top: 200px;
    padding-bottom: 40px;
  }
}

.page-nav h2 {
  font-size: 28px;
  width: 100%;
  font-weight: 700;
  /* color: #444; */
}

@media screen and (max-width: 600px) {
  .page-nav h2 {
    font-size: 24px;
  }
}

.page-nav ul li {
  float: left;
  margin-right: 10px;
  margin-top: 10px;
  font-size: 16px;
  font-size: 0.93rem;
  font-weight: 600;
  color: #444;
}

.page-nav ul li i {
  width: 30px;
  text-align: center;
  color: #444;
}

.page-nav ul li a {
  color: #444;
  font-size: 0.93rem;
  font-weight: 600;
}

.btn-success {
  background-color: #00448d;
  border-color: #00448d;
}

.btn-success:hover {
  background-color: #d72417dc !important;
  border-color: #d72317 !important;
}

.btn-success:active {
  background-color: #51be78 !important;
  border-color: #51be78 !important;
}

.btn-success:focus {
  background-color: #51be78 !important;
  border-color: #51be78 !important;
  box-shadow: none !important;
}

.btn-primary {
  background-color: #3cc88f;
  border-color: #3cc88f;
}

.btn-primary:hover {
  background-color: #3cc88f !important;
  border-color: #3cc88f !important;
}

.btn-primary:active {
  background-color: #3cc88f !important;
  border-color: #3cc88f !important;
}

.btn-primary:focus {
  background-color: #3cc88f !important;
  border-color: #3cc88f !important;
  box-shadow: none !important;
}

.btn {
  box-shadow: 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 1px 5px 0 rgba(0, 0, 0, 0.12);
  border-radius: 5px;
}

.btn-light {
  background-color: #fff;
  color: #222;
}

.collapse.show {
  display: block !important;
}

.form-control {
  background-color: #fff;
  margin-bottom: 15px;
  border: 1px solid #02346988;
  font-weight: 500;
}

.form-control:focus {
  box-shadow: 0px 0px 6px #02346993;
  border: 1px solid #023469;
}

.container {
  max-width: 1170px;
}

@media screen and (max-width: 575px) {
  .container {
    padding: 8px 15px;
  }
}

/* =================== Header Style Starts Here =================== */
header {
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
  background-color: #fff;
  width: 100%;
  z-index: 99;
}

header .logo img {
  max-width: 140px;
  padding-bottom: .4rem;
}

@media (max-width: 574px) {
  header .logo img {
    height: 85px;
  }
}

header .nav-col {
  margin: auto 0;
  padding: 0;
}

header .header-top {
  background-color: #fff;
  border-bottom: 1px solid #d3d7cea6;
  padding: 0 7px;
}

header .header-top .col-det .ulleft li {
  float: left;
  padding: 12px;
  color: #222;
  font-size: 1rem;
  font-weight: 400;
}

header .header-top .col-det .ulleft li i {
  margin-right: 5px;
  color: #444;
  font-size: 16px;
}

header .header-top .col-det .ulleft li span {
  margin-left: 15px;
}

header .header-top .col-det .ulright {
  float: right;
}

header .header-top .col-det .ulright li {
  float: left;
  padding: 5px 2px;
  color: #d3d7ce;
  font-size: 1rem;
  font-weight: 600;
}

header .header-top .col-det .ulright li i {
  padding: 10px;
}

header .header-top .col-det .ulright li i:hover {
  background-color: #eee;
  border-radius: 50%;
}

header .header-top .col-det .ulright li small {
  color: #8c8a8a;
  font-weight: 600;
}

header .header-top .col-det .ulright li span {
  margin-left: 15px;
}

header .header-top .btn-bhed {
  padding-top: 7px;
  text-align: right;
}

header .header-top .btn-bhed a {
  font-weight: 500;
}

header .header-top .btn-bhed .btn {
  padding: 5px 23px;
  border-radius: 50px;
  margin-left: 5px;
}

header .header-bottom {
  padding: 0px 6px;
  background-color: #fff;
}

@media screen and (max-width: 991px) {
  header .header-bottom {
    padding: 0px;
  }
}

@media screen and (max-width: 991px) {
  header .header-bottom img {
    padding: 0px 5px;
    margin-top: 0px;
    max-width: 230px;
  }
}

header .nav-col .navbad {
  display: block;
  float: right;
}

@media screen and (max-width: 991px) {
  header .nav-col .navbad {
    width: 100%;
  }
}

header .nav-col .navbad li {
  padding: .6rem .75rem 5px;
  font-weight: 600;
  font-size: 1rem;
  float: left;
}

@media screen and (max-width: 1060px) {
  header .nav-col .navbad li {
    padding: 12px 8px;
  }
}

@media screen and (max-width: 991px) {
  header .nav-col .navbad li {
    float: none;
    width: 100%;
    padding: 0px 10px;
  }
}

header .nav-col .navbad li a {
  color: #fff;
  border: 1px solid #ddd;
  border-radius: 50px;
  background-color: #00448d;
  padding: 0.4rem 1.2rem;
}

header .nav-col .navbad li a:hover {
  background-color: #d8251c;
  color: #fff;
}

header .nav-col .navbad .nav-btn {
  float: right;
}

header .small-menu {
  float: right;
  color: #555;
  font-size: 1.8rem;
  position: absolute;
  right: 16px;
  top: 32px;
}

@media screen and (max-width: 767px) {
  .navbar {
    padding: 0px;
  }
}

.navbar-toggler {
  position: absolute;
  right: 0px;
  top: -40px;
}

@media screen and (max-width: 767px) {
  .navbar-toggler {
    top: -50px;
  }
}

.scroll-to-fixed-fixed {
  background-color: #fff;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
}

/* .scroll-to-fixed-fixed {
   padding: 0 5px !important;
} */

/* =================== Slider Style Starts Here =================== */
.slider {
  position: relative;
  background-color: #edf1f5;
}

.slider-captions {
  position: absolute;
  bottom: 132px;
  text-align: center;
}

@media screen and (max-width: 1050px) {
  .slider-captions {
    bottom: 100px !important;

    width: 90%;
    text-align: center;
    float: none;
    margin: auto;
  }

  .slider-captions .slider-title {
    font-size: 42px;
  }
}

@media screen and (max-width: 810px) {
  .slider-captions {
    bottom: 50px !important;
  }

  .slider-captions .slider-title {
    font-size: 32px;
  }
}

@media screen and (max-width: 572px) {
  .slider-captions {
    display: none;
  }
}

.slider-title {
  font-size: 66px;
  font-weight: 600;
  color: #fff;
  letter-spacing: -3px;
}

.slider-text {
  margin-bottom: 20px;
  color: #fff;
}

.slider-img {
  position: relative;
  background: -moz-linear-gradient(top, rgba(45, 32, 44, 0.04) 0%, rgba(45, 32, 44, 0.1) 100%);
  background: -webkit-linear-gradient(top, rgba(45, 32, 44, 0.04) 0%, rgba(45, 32, 44, 0.1) 100%);
  background: linear-gradient(to bottom, rgba(45, 32, 44, 0.04) 0%, rgba(45, 32, 44, 0.1) 100%);
  overflow: hidden;
}

.slider-img img {
  position: relative;
  z-index: -1;
}

.slider .owl-nav .owl-prev,
.slider .owl-nav .owl-next {
  color: #fff;
  display: inline-block;
  zoom: 1;
  margin: 5px;
  padding: 6px 12px;
  font-size: 22px;
  -webkit-border-radius: 23px;
  -moz-border-radius: 23px;
  border-radius: 23px;
  background: transparent;
  filter: Alpha(Opacity=50);
  line-height: 1;
  border: 2px solid #fff;
}

.owl-controls.clickable .owl-buttons div:hover {
  filter: Alpha(Opacity=100);
  opacity: 1;
  text-decoration: none;
  background-color: #fff;
}

.slider .owl-nav .owl-prev {
  position: absolute;
  top: 40%;
  left: 25px;
}

.slider .owl-nav .owl-next {
  position: absolute;
  top: 40%;
  right: 25px;
}

.slider .owl-dots .owl-dot {
  position: relative;
  text-align: center;
  bottom: 40px;
  max-width: 1140px;
  margin: 0 auto;
}

.slider .owl-dots .owl-dot span {
  display: block;
  width: 16px;
  height: 16px;
  margin: 0px 0px 10px 14px;
  filter: Alpha(Opacity=50);
  /*IE7 fix*/
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
  border: 1px solid #bbb;
  float: left;
}

.slider .owl-dots .owl-dot.active span {
  background-color: #fff;
}

.slider .owl-dots .owl-dot.active span,
.slider .owl-controls.clickable .owl-page:hover span {
  background-color: #fff;
  filter: Alpha(Opacity=100);
  /*IE7 fix*/
  opacity: 1;
}

.slider .col-lg-offset-2 {
  float: none;
  margin: auto;
}

.about-us {
  background-color: #edf1f5;
  padding: 50px;
}

@media screen and (max-width: 940px) {
  .about-us {
    padding: 30px 10px;
  }
}

.about-us .natur-row {
  margin-top: 20px;
}

.about-us h2 {
  font-weight: 600;
  /* font-size: 1.8rem; */
  margin-bottom: 8px;
}

.about-us h3 {
  font-family: "Dancing Script", cursive;
  font-weight: 500;
}

.about-us p {
  /* text-indent: 20px; */
  margin-bottom: 15px;
  font-weight: 500;
  text-align: justify;
  font-size: 1rem;
}

.about-us .image-part .about-quick-box .box-pad {
  padding: 10px 10px;
  /* margin: 10px 0; */
}

.about-us .image-part .about-quick-box .about-qcard {
  /* padding: 25px; */
  background-color: #fff;
  box-shadow: 0 2px 3px 0 rgba(218, 218, 253, 0.35), 0 0px 3px 0 rgba(206, 206, 238, 0.35);
  border-radius: 15px;
  text-align: center;
  overflow: hidden;
}

.about-us .image-part .about-quick-box .about-qcard p {
  font-weight: 600;
  font-size: 1.2rem;
}

.about-us .image-part .about-quick-box .about-qcard i {
  font-size: 2.8rem;
  margin-bottom: 20px;
  color: #3cc88f;
}

.about-us .image-part .about-quick-box .about-qcard .red {
  color: #ff6b70;
}

.about-us .image-part .about-quick-box .about-qcard .yell {
  color: #f7a900;
}

.about-us .image-part .about-quick-box .about-qcard .blu {
  color: #21d7d9;
}

/* ===================================== Events Home CSS ================================== */
.events {
  background-color: #efefef2e;
  padding: 20px 40px 35px;
}

@media screen and (max-width: 940px) {
  .events {
    padding: 15px 10px 25px;
  }
}

.events .event-ro .event-box {
  text-align: center;
  margin-bottom: 20px;
}

.events .event-ro .event-box img {
  margin-bottom: 20px;
  border-radius: 20px;
  height: 250px;
  width: 100%;
}

.events .event-ro .event-box h4 {
  font-size: 18px;
}

.events .event-ro .event-box .raises {
  margin-bottom: 10px;
}

.events .event-ro .event-box .desic {
  font-size: 13px;
  margin-bottom: 15px;
}

@media (max-width: 1200px) {
  .events .event-ro .event-box img {
    height: 220px;
  }
}

@media (max-width: 991px) {
  .events .event-ro .event-box img {
    height: 170px;
  }
}

@media (max-width: 764px) {
  .events .event-ro .event-box img {
    height: 220px;
  }
}

@media (max-width: 575px) {
  .events .event-ro .event-box img {
    height: 340px;
  }
}

@media (max-width: 480px) {
  .events .event-ro .event-box img {
    height: 265px;
  }
}

@media (max-width: 764px) {
  .events .event-ro .event-box img {
    height: 230px;
  }
}

/* ===================================== Mission Vision CSS ================================== */
.mission-vision {
  background-color: #fff;
}

.mission-vision .mission {
  padding: 50px;
  align-items: center;
}

@media screen and (max-width: 940px) {
  .mission-vision .mission {
    padding: 30px 10px;
  }
}

.mission-vision .vision {
  padding: 50px;
  align-items: center;
}

@media screen and (max-width: 940px) {
  .mission-vision .vision {
    padding: 30px 10px;
  }
}

.mv-det {
  margin: 30px 10px;
  padding: 16px 20px 8px;
  text-align: center;
  border: 1px solid #ccc;
  border-radius: 10px;
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -ms-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
  align-items: center;
}

.mission-vision .mv-det:hover {
  border-color: #aaa;
  transform: translateY(-8px);
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}

.mission-vision .mv-det2 {
  margin: 0px;
  padding: 0px;
}

.mission-vision .mv-img img {
  max-height: 250px;
}

/* ===================================== Charity Number CSS ================================== */
.doctor-message {
  background-image: url("../images/gallery/WhatsApp\ Image\ 2022-12-26\ at\ 11.42.28\ PM.jpeg");
  background-attachment: fixed;
  background-size: cover;
}

.doctor-message .session-title h2 {
  color: #000;
}

.doctor-message .inner-lay {
  background-color: #ddd1d1cc;
  /* background-color: #ddd1d1e8; */
  padding: 50px;
  color: #000;
}

@media screen and (max-width: 940px) {
  .doctor-message .inner-lay {
    padding: 30px 10px;
  }
}

.doctor-message .inner-lay .numb {
  text-align: center;
  padding: 30px;
}

.doctor-message .inner-lay .numb span {
  font-weight: 600;
  letter-spacing: 1px;
}

.doctor-message .inner-lay .numb h3 {
  font-size: 42px;
  padding-bottom: 8px;
  border-bottom: 1px solid #ccc;
  margin-bottom: 10px;
  color: #000;
}

/* ===================================== Our Blog CSS ================================== */
.our-blog {
  background-color: #fdfdfd;
  padding: 40px;
}

@media screen and (max-width: 967px) {
  .our-blog {
    padding: 30px 0px;
  }
}

.our-blog .single-blog {
  margin-bottom: 20px;
  background-color: #fff;
  box-shadow: 0 2px 6px 0 rgba(218, 218, 253, 0.65), 0 2px 6px 0 rgba(206, 206, 238, 0.54);
}

.our-blog .single-blog figure {
  margin-bottom: 5px;
}

.our-blog .single-blog .blog-detail {
  padding: 15px;
}

.our-blog .single-blog small {
  color: #71b61b;
  font-size: 12px;
}

.our-blog .single-blog h4 {
  font-size: 1.2rem;
  margin-bottom: 10px;
  margin-top: 10px;
}

.our-blog .single-blog p {
  text-align: justify;
  text-indent: 20px;
}

.our-blog .single-blog .link a {
  font-size: 12px;
  color: #71b61b;
}

.our-blog .single-blog .link i {
  padding-top: 6px;
  margin-left: 5px;
  color: #ffffff;
}

/* ===================================== Footer Section CSS Start ================================== */

ul {
  margin: 0px;
  padding: 0px;
}

.footer-section {
  /* background: #f5f5f5; */
  background: #e8e8e8;
  position: relative;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  word-wrap: break-word;
}

.footer-cta {
  border-bottom: 1px solid #373636;
}

.single-cta i {
  color: #d8251c;
  font-size: 24px;
  float: left;
  margin-top: 8px;
}

.footer-section .cta-text {
  padding-left: 15px;
  display: table;
}

.cta-text h4 {
  color: #000;
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 1px;
}

.cta-text span,
.cta-text a {
  color: #000;
  font-size: 15px;
  font-weight: 500;
}

.footer-content {
  position: relative;
  z-index: 2;
}

.footer-pattern img {
  position: absolute;
  top: 0;
  left: 0;
  height: 330px;
  background-size: cover;
  background-position: 100% 100%;
}

.footer-logo {
  margin-bottom: 10px;
}

.footer-logo img {
  max-width: 150px;
  margin-top: -16px;
}

.footer-text p {
  margin-bottom: 14px;
  font-size: 14px;
  color: #000;
  line-height: 28px;
}

.footer-social-icon span {
  color: #fff;
  display: block;
  font-size: 20px;
  font-weight: 700;
  font-family: "Poppins", sans-serif;
  margin-bottom: 20px;
}

.footer-social-icon a {
  color: #fff;
  font-size: 16px;
  margin-right: 5px;
}

.footer-social-icon i {
  height: 40px;
  width: 40px;
  text-align: center;
  line-height: 38px;
  border-radius: 50%;
}

.facebook-bg {
  background: #3b5998;
}

.twitter-bg {
  background: #55acee;
}

.insta-bg {
  background: -moz-radial-gradient(circle at 30% 107%, #fdf497 0%, #fdf497 5%, #fd5949 45%, #d6249f 60%, #285aeb 90%);
  background: -webkit-radial-gradient(circle at 30% 107%, #fdf497 0%, #fdf497 5%, #fd5949 45%, #d6249f 60%, #285aeb 90%);
  background: radial-gradient(circle at 30% 107%, #fdf497 0%, #fdf497 5%, #fd5949 45%, #d6249f 60%, #285aeb 90%);
}

.yt-bg {
  background: #f00;
}

.whatsapp-bg {
  background: #25d366;
}

.fb-icon {
  color: #3b5998;
}

.twitter-icon {
  color: #55acee;
}

.insta-icon {
  color: radial-gradient(circle at 30% 107%, #fdf497 0%, #fdf497 5%, #fd5949 45%, #d6249f 60%, #285aeb 90%);
  color: #d6249f;
}

.yt-icon {
  color: #f00;
}

.whatsapp-icon {
  color: #25d366;
}

.footer-widget-heading h3 {
  color: #000;
  font-size: 20px;
  font-weight: 500;
  margin-bottom: 30px;
  position: relative;
}

.footer-widget-heading h3::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: -10px;
  height: 2px;
  width: 50px;
  background: #d8251c;
}

.footer-widget ul li {
  display: inline-block;
  float: left;
  width: 50%;
  margin-bottom: 12px;
}

.footer-widget ul li a:hover,
.cta-text a:hover {
  color: #00438a;
}

.footer-widget ul li a {
  color: #000;
  text-transform: capitalize;
  font-weight: 500;
}

.subscribe-form {
  position: relative;
  overflow: hidden;
  max-width: 480px;
  width: 100%;
}

.subscribe-form input {
  width: 100%;
  padding: 10px 28px;
  background: #fff;
  border: 1px solid #2e2e2e;
  color: #000;
  border-radius: 10px;
}

.subscribe-form button {
  position: absolute;
  right: 0;
  background: #00448b;
  padding: 13px 20px;
  border: 1px solid #00448b;
  top: 0;
  cursor: pointer;
}

.subscribe-form button i {
  color: #fff;
  font-size: 22px;
  transform: rotate(-6deg);
}

.copyright-area {
  background: #dadada;
  padding: 10px 0;
}

.copyright-text p {
  margin: 0;
  font-size: 15px;
  color: #000;
}

.copyright-text p i {
  color: #d8251c;
  cursor: pointer;
}

.copyright-text p i:hover {
  color: red;
  transform: scale(1.3);
}

.copyright-text p a {
  color: #000;
  -webkit-transition: 0.4s linear;
  -moz-transition: 0.4s linear;
  -ms-transition: 0.4s linear;
  -o-transition: 0.4s linear;
  transition: 0.4s linear;
}

.copyright-text p a:hover {
  color: #d8251c;
}

.footer-menu li {
  display: inline-block;
  margin-left: 20px;
}

.footer-menu li:hover a {
  color: #ff5e14;
}

.footer-menu li a {
  font-size: 14px;
  color: #878787;
}

.footer-section .footer-content .col-xl-4:first-child .footer-widget {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.copy {
  padding: 20px;
  background: #1a202f;
  color: #fff;
}

.copy a {
  color: #fff;
}

.copy span {
  float: right;
}

.copy span i {
  margin-right: 20px;
}

.kf-2 {
  background-color: #fcfcfc;
  padding: 50px;
}

@media screen and (max-width: 940px) {
  .kf-2 {
    padding: 30px 10px;
  }
}

.kf-2 .single-key {
  box-shadow: 0 2px 3px 0 rgba(218, 218, 253, 0.35), 0 0px 3px 0 rgba(206, 206, 238, 0.35);
}

/* ===================================== Our Team Starts Here ===================================== */
.our-team {
  padding: 50px;
  background-color: #cccccc1c;
}

@media screen and (max-width: 940px) {
  .our-team {
    padding: 30px 10px;
  }
}

.our-team .team-row {
  margin-top: 20px;
  align-items: center;
}

.our-team .team-row .single-usr {
  /* box-shadow: 0 2px 6px 0 rgba(218, 218, 253, 0.65), 0 2px 6px 0 rgba(206, 206, 238, 0.54); */
  margin-bottom: 20px;
}

.our-team .team-row .single-usr img {
  width: 100%;
  max-height: 270px;
  padding-inline: 10px;
}

.our-team .team-row .single-usr .det-o {
  padding: 10px 20px;
  text-align: center;
  background-color: #00448b;
}

.our-team .team-row .single-usr .det-o h4 {
  color: #fff;
  margin-bottom: 0px;
  /* font-size: 1.1rem; */
  /* font-weight: 600; */
}

.our-team .team-row .single-usr .det-o i {
  color: #fff;
  font-size: 0.9rem;
}

.nav-box {
  margin-top: 50px;
  border-radius: 50px;
  border: 1px solid #ccc;
}

.nav-box ul {
  margin: 0px;
}

.nav-box ul li {
  float: left;
  padding: 15px;
}

.nav-box ul li a {
  color: #ffff;
}

.nav-box .btn {
  margin-top: 7px;
  float: right;
  border-radius: 50px;
}

/* ============================ Service Section CSS Style  =============================== */

.sec-container {
  padding: 20px 0;
  position: relative;
  font-family: "Poppins", sans-serif;
}

.sec-container .sec-box {
  width: 100%;
  /* height: 310px; */
  background: #fff;
  box-shadow: 0px 2px 10px 2px #24365026;
  margin: 0px 0px 35px 0px;
  padding: 10px 25px 15px;
  border-radius: 10px;
  text-align: center;
}

.sec-container .sec-box i {
  font-size: 36px;
  color: #d9221b;
  /* float: left; */
}

.sec-container .sec-title {
  display: inline-block;
  font-size: 22px;
  font-weight: 500;
  color: #023469;
  padding: 15px 10px;
}

/* =============================== Contact us page css Style  ================================== */
.custom-container {
  margin: 40px auto;
}

.contact-detail {
  margin: 0px 10px;
  padding: 30px 12px 30px 30px;
  font-weight: 500;
  word-wrap: break-word;
  border: 1px solid #ddd;
  border-radius: 10px;
  box-shadow: 0px 2px 6px #ddd;
}

.contact-detail a:hover {
  color: #e21c24;
}

/* ===================================== Gallery Style  ================================== */
.gallery-filter {
  width: 100%;
  text-align: center;
}

.gallery-filter .btn {
  background-color: #fff;
}

.gallery {
  padding: 25px 0;
  background-color: #fff;
}

.gallery-title {
  font-size: 36px;
  color: #00ab9f;
  text-align: center;
  font-weight: 500;
  margin-bottom: 70px;
}

.gallery-title:after {
  content: "";
  position: absolute;
  width: 7.5%;
  left: 46.5%;
  height: 45px;
  border-bottom: 1px solid #3cc88f;
}

.filter-button {
  font-size: 18px;
  border: 1px solid #023469;
  border-radius: 5px;
  text-align: center;
  color: #023469;
  margin-bottom: 30px;
}

.btn-default {
  text-transform: uppercase;
  /* letter-spacing: 1px; */
  -webkit-transition: all 0.6s;
  -moz-transition: all 0.6s;
  -ms-transition: all 0.6s;
  -o-transition: all 0.6s;
  transition: all 0.6s;
  border-top: 1px solid #ddd;
}

.btn-default:active,
.filter-button:active {
  background-color: #3cc88f;
  color: white;
}

.btn-default:hover {
  background-color: #f00;
  color: #fff;
  border: 1px solid #f00;
  border-block: none;
}

.donate-btn {
  background-color: #f00;
  color: #fff;
}

.donate-btn:active,
.donate-btn:hover {
  color: #00438d;
  background-color: #fff;
  border: 1px solid #00438d;
}

.port-image {
  width: 100%;
}

.gallery_product {
  /* margin-bottom: 20px; */
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  border-radius: 10px;
  padding: 0px 0px;
  margin-bottom: 1rem;
  max-height: 15rem;
  /*height: 100%;*/
  border: 1px solid #000a;
  overflow: hidden;
  border-radius: 10px;
}

.news-product img {
  width: 270px;
  height: 300px;
  object-fit: cover;
  /* background: center center/cover no-repeat #ddd; */
  transition: 0.3s ease-in-out;

  border-radius: 12px;
  overflow: hidden;
}

.gallery img {
  min-height: 100%;
  height: auto;
  object-position: top;
  cursor: pointer;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  overflow: hidden;
}

.gallery img:hover::after {
  content: "E";
}

.gallery img:hover {
  transform: scale(1.04);
}

.gf-column {
  float: left;
  display: none;
  /* Hide all elements by default */
}

/* The "show" class is added to the filtered elements */
.show {
  display: block;
}

.butonsSection {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 7px 15px;
  gap: 15px;
}

.closeBtn {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 22px;
  letter-spacing: 2px;
  color: #fff;
  padding: 8px 45px;
  border-radius: 25px;
  border: 0;
  outline-offset: -4px;
  outline: 2px solid #fff;

  background: transparent;
  box-shadow: inset 0 0 0 50px transparent;
  -webkit-transition: ease-out 0.5s;
  -moz-transition: ease-out 0.5s;
  -ms-transition: ease-out 0.5s;
  -o-transition: ease-out 0.5s;
  transition: ease-out 0.5s;
}

.closeBtn:hover {
  cursor: auto;
  background: white;
  color: black;
  padding: 8px 42px;
  outline-offset: 3px;
  outline: 1px solid #fff;

  box-shadow: inset 0 0 0 0 #f00;
}

.openDiv {
  width: 100%;
  height: 100vh;
  background: #000000e7;
  position: fixed;
  top: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  left: 0;
  z-index: 9999;
}

.imgPreview {
  /*    width: 70%;  */
  object-fit: scale-down;
  max-height: 75vh;
  height: auto;
  border-radius: 10px;
}

.sets .hide,
.sets .pophide {
  width: 0%;
  opacity: 0;
}

@media screen and (max-width: 940px) {
  .gallery {
    padding: 25px 0;
  }

  .closeBtn {
    padding: 8px 25px;
  }
}

@media (max-width: 567px) {
  .closeBtn {
    font-size: 18px;
    padding: 8px 25px;
    border-radius: 15px;
  }

  .closeBtn:hover {
    padding: 8px 20px;
  }

  .imgPreview {
    width: 90%;
    /* max-height: 50vh; */
    height: auto;
  }
}

/*# sourceMappingURL=style.css.map */

.team {
  padding: 60px 0;
}

.team .box {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.15);
  background: #fff;
  transition: all 0.3s linear;
  border-radius: 15px 15px 0 0;
  overflow: hidden;
  margin-bottom: 35px;
  margin-inline: auto;
}

.team .box:hover {
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.3);
}

.team .box .image {
  position: relative;
  height: 100%;
  overflow: hidden;
}

.team .box .image img {
  height: 280px;
  width: 255px;
  object-fit: cover;
  object-position: top;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}

.team .box:hover .image img {
  transform: scale(1.1);
}

.team .box h3 {
  margin: 0;
  padding: 0;
  margin-top: 20px;
  font-size: 20px;
  font-weight: 500;
  padding-bottom: 15px;
  color: #023469;
}

@media (max-width: 567px) {
  .team .box {
    max-width: 320px;
    width: 100%;
    margin-bottom: 20px;
  }

  .team .box .image img {
    width: 300px;
    /* width: 100%; */
  }

  .team .box h3 {
    margin-top: 15px;
    padding-bottom: 14px;
    font-size: 17px;
  }
}

.menu-item {
  position: relative;
  display: inline-block;
}

.submenu {
  position: absolute;
  top: 3.5rem;
  left: 0.5rem;
  min-width: 10rem;
  height: auto;
  /* padding: 0 1rem 0; */
  opacity: 0;
  visibility: hidden;
  transform: translateY(1rem);
  border-radius: 6px;
  /* box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.4); */
  /* background-color: #ffff; */
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  z-index: 99;
}

.submenu-item {
  display: block;
  margin-top: 0.3rem;
  border-bottom: 1px solid #ddd;
}

.submenu-link {
  font-family: inherit;
  font-size: 1rem;
  font-weight: 400;
  line-height: inherit;
  cursor: pointer;
  color: #000;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.35s ease;
}

header .nav-col .navbad .submenu-link:hover {
  outline: none;
  color: #e21c24;
  background-color: #fff;
  color: #000;
}

header .nav-col .navbad .submenu-item {
  padding-block: 6px;
}

header .nav-col .navbad .submenu-item a {
  background-color: #fff;
  color: #000;
  /* padding: 5px 10px; */
  border: none;
  font-weight: 500;
  border-radius: 0;
}

header .nav-col .navbad .submenu-item a:hover {
  color: #f00;
}

@media (min-width: 991px) {
  .menu-dropdown:hover > .submenu {
    display: block;
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
    /* max-height: 100%; */
  }
}

@media (max-width: 991px) {
  .menu-dropdown:hover > .submenu {
    display: block;
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
    max-height: 100%;
  }

  .menu-item {
    display: block;
    /* margin: 0 auto; */
  }

  .menu-dropdown:hover > .submenu {
    display: block;
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
    max-height: 100%;
  }

  .submenu {
    position: relative;
    top: 0rem;
    left: 0rem;
    width: 100%;
    max-height: 0;
    padding: 0px 0 0 25px;
    border: none;
    outline: none;
    opacity: 1;
    overflow: hidden;
    visibility: visible;
    transform: translateY(0px);
    /* box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.6); */
    /* background: #eee6; */
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
  }

  .submenu2 {
    left: 1.2rem;
    top: 0rem;
  }
}

.new-carousel {
  position: relative;
  max-width: 1500px;
  margin: 10px;
  overflow: hidden;
}

.new-cards {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 300px;
  transition: transform 0.5s ease;
}

.new-card {
  flex: 0 0 320px;
  /* Manually set width of card */
  /* height: 350px; Manually set height of card */
  margin: 0 10px;
  border-radius: 5px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  /* Box shadow */
}

.new-card img {
  width: 100%;
  height: 100%;
  transition: transform 0.9s ease;
  /* Added transition here */
}

/* Buttons */
.new-prev,
.new-next {
  position: absolute;
  top: 10%;
  transform: translateY(-50%);
  background-color: transparent;
  border: none;
  color: #000;
  font-size: 24px;
  cursor: pointer;
}

.new-prev {
  left: 0;
}

.new-next {
  right: 100;
}

/* New CSS for Hover Effect */
.new-card {
  position: relative;
  overflow: hidden;
}

.new-card img:hover {
  transform: scale(1.1);
  cursor: pointer;
}

.carousel {
  position: relative;
  max-width: 1500px;
  margin: auto;
  overflow: hidden;
}

.cards {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 300px;
  transition: transform 0.5s ease;
}

.card {
  flex: 0 0 320px;
  margin: 0 10px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

img {
  /* width: 100%; */
  /* height: 100%; */
}

/* Buttons */
.prev,
.next {
  position: absolute;
  top: 10%;
  transform: translateY(-50%);
  background-color: transparent;
  border: none;
  color: #000;
  font-size: 24px;
  cursor: pointer;
}

.prev {
  left: 0;
}

.next {
  right: 100;
}

.card {
  position: relative;
  overflow: hidden;
}

.card img {
  transition: transform 0.9s ease;
}

.card:hover img {
  transform: scale(1.1);
  cursor: pointer;
}

.testimonial-slider-area {
  background-color: #f8f8f8;
  padding-top: 120px;
  padding-bottom: 100px;
}

.section-title .title {
  font-size: 36px;
  font-weight: bold;
  color: #333;
}

.slider-nav-btn-wrapper {
  margin-top: 30px;
}

.slider-nav-prev-btn,
.slider-nav-next-btn {
  display: inline-block;
  width: 40px;
  height: 40px;
  background-color: #333;
  color: #fff;
  border-radius: 50%;
  text-align: center;
  line-height: 40px;
  font-size: 20px;
  margin-right: 10px;
  transition: background-color 0.3s ease;
}

.slider-nav-prev-btn:hover,
.slider-nav-next-btn:hover {
  background-color: #555;
}

.slider-area-wrapper {
  position: relative;
}

.testimonial-slider-wrapper {
  position: relative;
}

.testimonial-card {
  background-color: #fff;
  padding: 20px;
  border-radius: 10px;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
  margin-right: 30px;
  transition: transform 0.3s ease;
}

.testimonial-card:hover {
  transform: translateY(-5px);
}

.user-info-wrapper {
  display: flex;
  align-items: center;
}

.user-img {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  overflow: hidden;
  margin-right: 15px;
}

.user-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.user-meta {
  flex: 1;
}

.user-meta h4 {
  font-size: 18px;
  color: #333;
  margin-bottom: 5px;
}

.user-meta .designation {
  font-size: 14px;
  color: #777;
}

.rating-icon {
  color: #ffc107;
  font-size: 20px;
  margin-top: 10px;
}

.content-wrapper {
  margin-top: 15px;
}

.description {
  font-size: 16px;
  color: #666666;
}

.card-abc {
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 8px;
  padding: 20px;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}

.card-abc .rating {
  color: #f39c12;
}

.card-abc .test-card-title {
  font-size: 18px;
  margin-bottom: 10px;
}

.card-abc .test-card-text {
  font-size: 14px;
  color: #777;
}

.card-abc strong {
  font-weight: bold;
  margin-top: 10px;
}

.events-abc {
  background-color: #eee8;
  padding: 20px 0px 35px;
}

.owl-dots {
  display: none;
}

.events-abc .owl-dots {
  display: block;
}

.top-marquee {
  padding-block: .5rem .3rem;
  background-color: #eeeeee7a;
}

.top-marquee a {
  /* color: #00438a; */
  margin-right: 150px;
}

.top-marquee span {
  font-weight: 500;
  color: #00438a;
}

/* .top-marquee ul li {
  list-style-type: circle;
  margin-left: 50px;
  list-style-position: inside;
  font-size: 1.1rem;
} */
.carousel {
  position: relative;
  max-width: 1500px;
  margin: auto;
  overflow: hidden;
}

.cards {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 300px;
  transition: transform 0.5s ease;
}

.card {
  flex: 0 0 320px;
  margin: 0 10px;
  box-shadow: 0 4px 8px #0000001a;
}

.prev,
.next {
  position: absolute;
  top: 10%;
  transform: translateY(-50%);
  background-color: transparent;
  border: none;
  color: #000;
  font-size: 24px;
  cursor: pointer;
}

.prev {
  left: 0;
}

.next {
  right: 100;
}

.card {
  position: relative;
  overflow: hidden;
}

.card img {
  transition: transform 0.9s ease;
}

.card:hover img {
  transform: scale(1.1);
  cursor: pointer;
}

.testimonial-slider-area {
  background-color: #f8f8f8;
  padding-top: 120px;
  padding-bottom: 100px;
}

.section-title .title {
  font-size: 36px;
  font-weight: bold;
  color: #333;
}

.slider-nav-btn-wrapper {
  margin-top: 30px;
}

.slider-nav-prev-btn,
.slider-nav-next-btn {
  display: inline-block;
  width: 40px;
  height: 40px;
  background-color: #333;
  color: #fff;
  border-radius: 50%;
  text-align: center;
  line-height: 40px;
  font-size: 20px;
  margin-right: 10px;
  transition: background-color 0.3s ease;
}

.slider-nav-prev-btn:hover,
.slider-nav-next-btn:hover {
  background-color: #555555;
}

.slider-area-wrapper {
  position: relative;
}

.testimonial-slider-wrapper {
  position: relative;
}

.testimonial-card {
  background-color: #fff;
  padding: 20px;
  border-radius: 10px;
  box-shadow: 0px 0px 10px #0000001a;
  margin-right: 30px;
  transition: transform 0.3s ease;
}

.testimonial-card:hover {
  transform: translateY(-5px);
}

.user-info-wrapper {
  display: flex;
  align-items: center;
}

.user-img {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  overflow: hidden;
  margin-right: 15px;
}

.user-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.user-meta {
  flex: 1;
}

.user-meta h4 {
  font-size: 18px;
  color: #333;
  margin-bottom: 5px;
}

.user-meta .designation {
  font-size: 14px;
  color: #777;
}

.rating-icon {
  color: #ffc107;
  font-size: 20px;
  margin-top: 10px;
}

.content-wrapper {
  margin-top: 15px;
}

.description {
  font-size: 16px;
  color: #666666;
}

.card-abc {
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 8px;
  padding: 20px;
  box-shadow: 0 4px 6px #0000001a;
}

.card-abc .rating {
  color: #f39c12;
}

.card-abc .test-card-title {
  font-size: 18px;
  margin-bottom: 10px;
}

.card-abc .test-card-text {
  font-size: 14px;
  color: #777;
}

.card-abc strong {
  font-weight: bold;
  margin-top: 10px;
}

.events-abc {
  background-color: #eee8;
  padding: 20px 0px 35px;
}

.owl-dots {
  display: none;
}

.events-abc .owl-dots {
  display: block;
}

.top-img {
  right: 0;
  z-index: 99999;
  width: 150px;
  height: 180px;
  border: 4px solid #fff;
  border-radius: 0px 0px 0px 50px;
}

.events-abc {
  background-color: #eee8;
  padding: 20px 0px 2rem;
}

.anchor-color {
  color: #0000ff99;
  text-decoration: underline;
}

.anchor-color:hover {
  color: red;
  cursor: pointer;
  text-decoration: underline;
}

.sponser .sponser_area {
  display: flex;
  gap: 0.5rem;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-around;
}
.sponser .sponser_area div {
  border: 1px solid #ddd;
}

.sponser .sponser_area img {
  max-width: 12rem;
  max-height: 130px;
  mix-blend-mode: darken;
  height: 100%;
}

.youtube_frame iframe {
  width: 100%;
  aspect-ratio: 16/9;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
}

.news_partner .item {
  align-content: center;
  padding: 5px;
  height: 9rem;
  border: 1px solid #eee;
  border-radius: 12px;
}

.news_partner .item img {
  max-width: 12rem;
  max-height: 100%;
  margin-inline: auto;
}

@media only screen and (min-width: 1200px) {
  .banner_slider .slider-img {
    height: 560px !important;
  }

  .banner_slider .owl-item .slider-img img {
    min-height: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
  }
}

@media only screen and (min-width: 992px) {
  .banner_slider .owl-stage-outer {
    height: 600px !important;
    overflow: hidden;
  }
}

@media (max-width: 991px) {
  .testimonial-slider-area {
    padding-top: 60px;
    padding-bottom: 80px;
  }

  .section-title .title {
    font-size: 30px;
  }

  .slider-nav-btn-wrapper {
    margin-top: 20px;
  }

  .testimonial-slider-wrapper .slick-item {
    margin-right: 15px;
  }

  .testimonial-slider-area {
    padding-top: 60px;
    padding-bottom: 80px;
  }

  .section-title .title {
    font-size: 30px;
  }

  .slider-nav-btn-wrapper {
    margin-top: 20px;
  }

  .testimonial-slider-wrapper .slick-item {
    margin-right: 15px;
  }
}

@media only screen and (max-width: 768px) {
  .banner_slider .owl-stage-outer {
    height: 138px !important;
    overflow: hidden;
  }
}

@media only screen and (max-width: 576px) {
  .top-img {
    width: 40px;
    height: 40px;
    border-radius: 0px 0px 0px 10px;
    border: 2px solid #fff;
  }
    .sponser .sponser_area img {
    max-height: 100px;
  }

  .news_partner .item {
    height: 8rem;
  }
}