/* =====Font=====
@font-face {
  font-family: 'Javanese Text';
  src: url('../fonts/JavaneseText.woff2') format('woff2'),
      url('../fonts/JavaneseText.woff') format('woff'),
      url('../fonts/JavaneseText.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Lucida Bright';
  src: url('../fonts/LucidaBrightItalic.ttf') format('truetype');
  font-weight: normal;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "SF Pro Display";
  src: url("../fonts/SFProDisplay-Light.woff2") format("woff2"),
    url("../fonts/SFProDisplay-Light.woff") format("woff");
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "SF Pro Display";
  src: url("../fonts/SFProDisplay-Bold.woff2") format("woff2"),
    url("../fonts/SFProDisplay-Bold.woff") format("woff");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'SF Pro Display';
  src: url('../fonts/SFProDisplay-Regular.woff2') format('woff2'),
      url('../fonts/SFProDisplay-Regular.woff') format('woff'),
      url('../fonts/SFProDisplay-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "SF Pro Display";
  src: url("../fonts/SFProDisplay-Medium.woff2") format("woff2"),
    url("../fonts/SFProDisplay-Medium.woff") format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "SF Pro Display";
  src: url("../fonts/SFProDisplay-Semibold.woff2") format("woff2"),
    url("../fonts/SFProDisplay-Semibold.woff") format("woff");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "SF Pro Display";
  src: url("../fonts/SFProDisplay-Ultralight.woff2") format("woff2"),
    url("../fonts/SFProDisplay-Ultralight.woff") format("woff");
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "SF Pro Display";
  src: url("../fonts/SFProDisplay-Thin.woff2") format("woff2"),
    url("../fonts/SFProDisplay-Thin.woff") format("woff");
  font-weight: 100;
  font-style: normal;
  font-display: swap;
} */

/*=====Font=====*/

/*========Header-Start========*/
a.navbar-brand {
  margin-right: 0;
  padding: 0 88px 0 100px;
}

/* nav {
  background: #a9d0ff;
} */

div#navbarNav {
  justify-content: end;
}

.header-section .navbar {
  padding: 15px 75px;
}

.navbar-brand img {
  max-width: 177px;
}

.header-section .nav-link {
  font-family: "SF Pro Display";
  font-size: 18px;
  font-style: normal;
  font-weight: normal;
  letter-spacing: 0px;
  color: #2560b7;
}

.header-section .nav-item img {
  margin-right: 30px;
}

.site-menu-toggle,
.navbar-toggler {
  top: 12px;
  float: right;
  width: 40px;
  height: 45px;
  position: relative;
  z-index: 200;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: 0.5s ease-in-out;
  -moz-transition: 0.5s ease-in-out;
  -o-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
  cursor: pointer;
  margin-left: 25px;
}

.navbar-toggler {
  margin-left: 0;
}

.site-menu-toggle span,
.navbar-toggler span,
.search-close span {
  display: block;
  position: absolute;
  height: 3px;
  width: 30px;
  background: #2560b7;
  border-radius: 9px;
  opacity: 1;
  left: 0;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: 0.25s ease-in-out;
  -moz-transition: 0.25s ease-in-out;
  -o-transition: 0.25s ease-in-out;
  transition: 0.25s ease-in-out;
}

.site-menu-toggle span:nth-child(1),
.navbar-toggler span:nth-child(1) {
  top: 0;
}

.site-menu-toggle span:nth-child(2),
.navbar-toggler span:nth-child(2) {
  top: 10px;
  width: 23px;
  left: 7px;
}

.site-menu-toggle span:nth-child(3),
.navbar-toggler span:nth-child(3) {
  top: 20px;
}

.navbar-toggler span:nth-child(4) {
  display: none;
}

.navbar-toggler.open span {
  width: 30px;
}

.close {
  position: absolute;
  right: 32px;
  top: 40px;
  width: 32px;
  height: 32px;
  opacity: 1;
}

.close:hover {
  opacity: 1;
}

.navbar-toggler.open span:nth-child(1) {
  top: 13px;
  -webkit-transform: rotate(135deg);
  -moz-transform: rotate(135deg);
  -o-transform: rotate(135deg);
  -ms-transform: rotate(135deg);
  transform: rotate(135deg);
}

.navbar-toggler.open span:nth-child(2) {
  opacity: 0;
  left: -60px;
}

.navbar-toggler.open span:nth-child(3) {
  top: 13px;
  -webkit-transform: rotate(-135deg);
  -moz-transform: rotate(-135deg);
  -o-transform: rotate(-135deg);
  -ms-transform: rotate(-135deg);
  transform: rotate(-135deg);
}

.site-navbar {
  position: fixed;
  display: none;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 99;
  /* border: 20px solid transparent; */
  background: rgba(20, 20, 20, 0.98);
  min-height: 300px;
}

.search-box {
  position: fixed;
  display: none;
  width: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 999;
  background: rgba(10, 33, 77, 0.94);
  min-height: 300px;
  padding: 65px 95px 90px;
  overflow: scroll;
}

.site-navbar nav {
  text-align: left;
}

.full-height {
  height: 100vh;
  min-height: 700px;
}

.site-navbar nav .menu li {
  line-height: 1.8;
  text-align: center;
}

.site-navbar nav .menu li a {
  color: #fff;
  font-size: 40px;
  padding: 5px 10px;
  position: relative;
}

.menu-open .site-menu-toggle span {
  background: #2560b7;
}

.search-open .site-menu-toggle span {
  background: #fff;
}

.site-menu-toggle.open span:nth-child(2) {
  opacity: 0;
  left: -60px;
}

.site-menu-toggle.open span:nth-child(3) {
  top: 13px;
  -webkit-transform: rotate(-135deg);
  -moz-transform: rotate(-135deg);
  -o-transform: rotate(-135deg);
  -ms-transform: rotate(-135deg);
  transform: rotate(-135deg);
}

.site-menu-toggle.open span:nth-child(1) {
  top: 13px;
  -webkit-transform: rotate(135deg);
  -moz-transform: rotate(135deg);
  -o-transform: rotate(135deg);
  -ms-transform: rotate(135deg);
  transform: rotate(135deg);
}

.header-section li.nav-item select {
  font-size: 15px;
  border: none;
  outline: 0;
  -moz-appearance: none;
  appearance: none;
  background-position-x: 8%;
  background-position-y: 53%;
  background-repeat: no-repeat;
  background-color: transparent;
  color: #2560b7;
  background-image: url(../images/dropdown.svg);
  font-weight: 400;
  padding-left: 24px;
  background-size: 20px;
  background-size: 14px;
}

.header-section li.nav-item select option {
  color: #000;
}

.site-navbar nav .menu li select {
  font-size: 40px;
  background-size: 34px;
  background-position-x: 2%;
  padding: 0 10px 0 40px;
}

.site-navbar nav .menu li img {
  width: 40px;
}

.site-navbar nav .menu li:last-child {
  display: flex;
  align-items: center;
  justify-content: center;
}

/*========Header-End========*/


/* =====animate-btn===S */
a.animate-btn {
  padding: 12px 35px;
  background: #4cbb16 0% 0% no-repeat padding-box;
  border-radius: 6px;
  text-align: center;
  font-size: 18px;
  font-weight: normal;
  letter-spacing: 0px;
  color: #ffffff;
  cursor: pointer;
  position: relative;
  z-index: 1;
  overflow: hidden;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

a.animate-btn:hover {
  color: black;
}

a.animate-btn:after {
  content: "";
  background: #a9d0ff;
  position: absolute;
  z-index: -1;
  left: -20%;
  right: -20%;
  top: 0;
  bottom: 0;
  transform: skewX(-45deg) scale(0, 1);
  transition: all 0.5s;
}

a.animate-btn:hover:after {
  transform: skewX(-45deg) scale(1, 1);
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

/* =====animate-btn===E */
/* =====multi-use=====S */
span.title {
  font-weight: bold;
  font-size: 18px;
  font-style: normal;
  letter-spacing: 0.72px;
  color: #4cbb16;
  text-transform: uppercase;
  display: inline-block;
  margin-bottom: 10px;
}

h2.sub-title {
  font-weight: bold;
  font-size: 36px;
  font-style: normal;
  letter-spacing: 0px;
  color: #1c4587;
  text-transform: capitalize;
  margin-bottom: 30px;
}

p.description {
  font-size: 16px;
  font-style: normal;
  font-weight: normal;
  letter-spacing: 0px;
  color: #6b788e;
  margin-bottom: 35px;
  line-height: 28px;
}

/* =====multi-use=====E */
/* ======== Event Start ====== */
.event {
  padding: 100px 0;
}

.event .event-cart {
  height: 260px;
  border-radius: 8px;
  position: relative;
  overflow: hidden;
  box-sizing: border-box;
}

.event .event-cart img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.event .event-cart .event-cart-content {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: 100%;
  row-gap: 15px;
}

.event .event-cart .event-cart-content b {
  font-style: normal;
  font-weight: 600;
  font-size: 18px;
  letter-spacing: 0px;
  color: #ffffff;
  text-align: center;
}

.event .event-cart .title-o {
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  letter-spacing: 0px;
  color: #ffffff;
}

.event .event-cart .title-t {
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  letter-spacing: 0px;
  color: #ffffff;
}

.event .event-cart .overlay {
  position: absolute;
  bottom: -100%;
  left: 0;
  width: 100%;
  height: 100%;
  background: #32466a8c;
  transition: all 0.5s;
}

.event .event-cart:hover .overlay {
  bottom: 0;
}

.event .event-cart-content img {
  max-width: 17px;
  margin-right: 10px;
  height: auto;
}

.event a.cart-btn {
  padding: 10px 28px;
  background: #4cbb16 0% 0% no-repeat padding-box;
  border-radius: 6px;
  text-align: center;
  font-size: 16px;
  font-weight: normal;
  letter-spacing: 0px;
  color: #ffffff;
  cursor: pointer;
  position: relative;
  z-index: 1;
  overflow: hidden;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.event a.cart-btn:hover {
  color: black;
}

.event a.cart-btn:after {
  content: "";
  background: #a9d0ff;
  position: absolute;
  z-index: -1;
  left: -20%;
  right: -20%;
  top: 0;
  bottom: 0;
  transform: skewX(-45deg) scale(0, 1);
  transition: all 0.5s;
}

.event a.cart-btn:hover:after {
  transform: skewX(-45deg) scale(1, 1);
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

/* ======== Event End ====== */

/* ======== About Us Start ====== */
.about-us {
  padding: 0 0 160px 0;
  position: relative;
}

.about-us::after {
  content: "";
  /* background-image: url('../images/aboutus-bg.webp'); */
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  width: 100%;
  height: 320px;
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
}


/* ======== About Us End ====== */



/* ======== What-We-Believe-Start ====== */


.what-we-believe h2.sub-title {
  margin-bottom: 10px;
}

.what-we-believe p.description {
  max-width: 654px;
  margin: auto;
  width: 100%;
}

.what-we-believe .gallery-wrap-top {
  display: flex;
  flex-wrap: wrap;
  row-gap: 10px;
  column-gap: 1%;
}

.what-we-believe .gallery-wrap-top .wrap-top-all {
  height: 350px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  display: flex;
  align-items: end;
  padding: 20px;
}

.what-we-believe .gallery-wrap-top .wrap-top-all span {
  font-size: 23px;
  font-weight: bold;
  letter-spacing: 0px;
  color: #ffffff;
  text-transform: capitalize;
}

.what-we-believe .gallery-wrap {
  margin-top: 40px;
}

.what-we-believe .gallery-wrap .one {
  width: 45%;
}

.what-we-believe .gallery-wrap .two {
  width: 26.5%;
}

.what-we-believe .gallery-wrap .three {
  width: 26.5%;
}

.what-we-believe .gallery-wrap .four {
  width: 49.5%;
}

.what-we-believe .gallery-wrap .five {
  width: 49.5%;
}

/* ======== What-We-Believe-Start ====== */
/* ======== Our-Reference-Start ====== */
.our-reference {
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  padding: 70px 0;
}

.our-reference .our-reference-content h2 {
  font-weight: bold;
  font-size: 36px;
  font-style: normal;
  letter-spacing: 0px;
  color: #ffffff;
  text-transform: capitalize;
  margin-bottom: 30px;
}

.our-reference .our-reference-content p {
  font-size: 16px;
  font-style: normal;
  font-weight: normal;
  letter-spacing: 0px;
  color: #9bb5e2;
  margin-bottom: 35px;
  line-height: 28px;
  max-width: 60%;
  width: 100%;
}

/* ======== Our-Reference-End ====== */

/* ======== Our-product-Start ====== */
.our-product {
  padding: 100px 0;
}

/* ===Tab=== */
.our-product .nav-pills .nav-link.active,
.our-product .nav-pills .show>.nav-link {
  background: transparent;
  color: #4cbb16;
}

.our-product .nav-pills .nav-link {
  margin: 0 30px;
  padding: 0;
  font-size: 18px;
  color: #1c4587;
  font-weight: 600;
  letter-spacing: 0.72px;
  padding-bottom: 5px;
  margin-bottom: 8px;
}

.our-product .nav-pills li:first-child .nav-link {
  margin-left: 0;
}

.our-product .nav-pills {
  border-bottom: 1px solid #c2c2c2;
  flex-wrap: nowrap;
  overflow: auto;
}


.our-product .nav-pills {
  --sb-track-color: #c2c2c2;
  --sb-thumb-color: #1c4587;
  scrollbar-color: var(--sb-thumb-color) var(--sb-track-color);
}

.our-product .nav-pills::-webkit-scrollbar {
  width: 2px;
  height: 8px;
}

.our-product .nav-pills::-webkit-scrollbar-track {
  background: var(--sb-track-color);
  border-radius: 10px;
}

.our-product .nav-pills::-webkit-scrollbar-thumb {
  background: var(--sb-thumb-color);
  border-radius: 10px;

}

.our-product .nav-pills .nav-link.active {
  position: relative;
}

.our-product .nav-pills .nav-link.active::after {
  left: 0;
  content: "";
  width: 100%;
  height: 3px;
  background: #4cbb16;
  display: block;
  position: absolute;
  bottom: 0;
  border-top-right-radius: 20px;
  border-top-left-radius: 20px;
}

/* ===Tab=== */
.our-product .book-list {
  background: #ffffff 0% 0% no-repeat padding-box;
  border: 1px solid #c2c2c2;
  border-radius: 6px;
  padding: 25px 15px;
  min-height: 360px;
}

.our-product .details h3 {
  text-align: center;
  font-size: 16px;
  font-weight: 600;
  letter-spacing: 0px;
  color: #1c4587;
  margin-bottom: 15px;
}

.our-product .details span.price {
  display: block;
  text-align: center;
  font-size: 18px;
  font-weight: bold;
  letter-spacing: 0px;
  color: #4cbb16;
}

.our-product .details p {
  text-align: center;
  font-weight: 600;
  font-size: 14px;
  letter-spacing: 0px;
  color: #6b788e;
  margin: 0;
}

.our-product .details p span.mem {
  font-size: 14px;
  font-weight: bold;
  letter-spacing: 0px;
  color: #4cbb16;
}

.our-product .book-show {
  margin-bottom: 25px;
  display: block;
  display: flex;
  align-items: center;
  justify-content: center;
}

.our-product .book-show img {
  width: auto;
  object-fit: contain;
}

/* ======== Our-product-End ====== */

/* ======== Video-Section-Start ====== */
.Video-section {
  position: relative;
}

.Video-section button#playPauseButton {
  position: absolute;
  top: 50%;
  z-index: 9999;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #4CBB16;
  background: transparent;
  border: 4px solid #4CBB16;
  width: 70px;
  height: 70px;
  border-radius: 50%;
  font-size: 30px;
}
.iframe_post-block {
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 56.25%;
}
.iframe_post-block iframe{
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width:100%;
  height: 100%;
}
.ytp-title {
	display: none !important;
}

.ytp-expand-pause-overlay .ytp-pause-overlay {
    display: none !important;
}
/* ======== Video-Section-End ====== */

/* ========  Help-us-Start ====== */
.help-us {
  margin-top: -130px;
  position: relative;
  overflow: hidden;
  padding-bottom: 100px;
}

.help-us .help-us-bg {
  background: #ffffff 0% 0% no-repeat padding-box;
  box-shadow: 0px 3px 15px #00000029;
  padding: 60px 20px;
  position: relative;
  overflow: hidden;
}

.help-us .help-us-bg .bg-shape-left {
  position: absolute;
  top: -160px;
  left: -160px;
}

.help-us .help-us-bg .bg-shape-right {
  position: absolute;
  top: -160px;
  right: -160px;
}

.help-us .help-us-bg p.description {
  max-width: 90%;
  margin: 0 auto 15px auto;
}

.help-us .help-us-img-box {
  height: 280px;
  overflow: hidden;
}

.help-us .help-us-img-box img {
  height: 100%;
  transition: all 0.5s;
  object-fit: cover;
  width: 100%;
}

.help-us .help-us-img-box:hover img {
  scale: 1.1;
}

/* ======== Help-Us-End ====== */

/* ======== Our-Work-Start ====== */
.our-work {
  margin-bottom: 60px;
  background: #fafafa 0% 0% no-repeat padding-box;
}

.our-work .our-work-wrap {
  display: flex;
}

.our-work .background-left {
  width: 30%;
}

.our-work .background-left img {
  height: 100%;
  object-fit: cover;
}

.our-work .slide-right {
  width: 70%;
  padding-bottom: 50px;
  padding-top: 50px;
  padding-right: calc((100vw - 1600px) / 2);
}

.our-work .top-content {
  padding-left: 50px;
  /* margin-bottom: -70px; */
}

.our-work .slider {
  background: #ffffff 0% 0% no-repeat padding-box;
  box-shadow: 1px 3px 6px #0000001a;
  margin: 0 10px;
}

.our-work .slider>img {
  width: 100%;
  height: 190px;
  object-fit: cover;
}

.our-work .slider h5 {
  margin: 0;
  padding: 15px;
  font-size: 18px;
  font-weight: bold;
  letter-spacing: 0px;
  color: #1c4587;
  text-transform: capitalize;
  text-align: center;
}



.our-work .main-slider button.slick-prev {
  position: absolute;
  top: -70px;
  right: 80px;
  border: none;
  font-size: 25px;
  width: 44px;
  height: 44px;
  background: #FFFFFF 0% 0% no-repeat padding-box;
  box-shadow: 0px 0px 6px #1E56312E;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #1c4587;
  font-family: sans-serif;

}

.our-work .main-slider button.slick-prev img {
  transform: rotate(180deg);
}

.our-work .main-slider button.slick-next {
  position: absolute;
  top: -70px;
  right: 0;
  border: none;
  font-size: 25px;
  width: 44px;
  height: 44px;
  background: #FFFFFF 0% 0% no-repeat padding-box;
  box-shadow: 0px 0px 6px #1E56312E;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #1c4587;
  font-family: sans-serif;
}

.our-work .main-slider button.slick-prev:hover img,
.our-work .main-slider button.slick-next:hover img {
  filter: brightness(0) saturate(100%) invert(53%) sepia(96%) saturate(465%) hue-rotate(57deg) brightness(94%) contrast(88%);
}

.our-work .main-slider .slick-track {
  padding-bottom: 20px;
}

/* ======== Our-Work-End ====== */

/* ======== Upcoming-Event-Slider-Start ====== */
.upcoming-evnt-slider {
  padding: 100px 0;
  position: relative;
  overflow: hidden;
}

.upcoming-evnt-slider .upcoming-event-bg {
  position: absolute;
  bottom: -158px;
  left: -90px;
}

.upcoming-evnt-slider .upcoming-event-wrap {
  display: flex; align-items: center;
}

.upcoming-evnt-slider .upcoming-event-wrap .wrap-l {
  width: 40%;
}

.upcoming-evnt-slider .upcoming-event-wrap .wrap-r {
  width: 60%;
  overflow: hidden;
}

.upcoming-evnt-slider .event-cart {
  /* height: 230px; */
  border-radius: 0px;
  position: relative;
  overflow: hidden;
  box-sizing: border-box;
}

.upcoming-evnt-slider .event-cart img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.upcoming-evnt-slider .event-cart .overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #284377d4;
  transition: all 0.5s;
  visibility: hidden;
  opacity: 0;
  transition: visibility 0s, opacity 0.5s linear;
}

.upcoming-evnt-slider .event-cart .event-cart-content {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: 100%;
  row-gap: 15px;
}

.upcoming-evnt-slider .event-cart .event-cart-content b {
  font-style: normal;
  font-weight: 600;
  font-size: 18px;
  letter-spacing: 0px;
  color: #ffffff;
  text-align: center;
}

.upcoming-evnt-slider .event-cart .title-o {
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  letter-spacing: 0px;
  color: #ffffff;
  display: flex;
  align-items: center;
}

.upcoming-evnt-slider .event-cart-content img {
  width: 20px;
  margin-right: 10px;
  height: auto;
}

.upcoming-evnt-slider .event-cart .title-t {
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  letter-spacing: 0px;
  color: #ffffff;
  display: flex;
  align-items: center;
}

.upcoming-evnt-slider a.cart-btn {
  padding: 10px 28px;
  background: #4cbb16 0% 0% no-repeat padding-box;
  border-radius: 6px;
  text-align: center;
  font-size: 16px;
  font-weight: normal;
  letter-spacing: 0px;
  color: #ffffff;
  cursor: pointer;
  position: relative;
  z-index: 1;
  overflow: hidden;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.upcoming-evnt-slider a.cart-btn:hover {
  color: black;
}

.upcoming-evnt-slider a.cart-btn:after {
  content: "";
  background: white;
  position: absolute;
  z-index: -1;
  left: -20%;
  right: -20%;
  top: 0;
  bottom: 0;
  transform: skewX(-45deg) scale(0, 1);
  transition: all 0.5s;
}

.upcoming-evnt-slider a.cart-btn:hover:after {
  transform: skewX(-45deg) scale(1, 1);
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.upcoming-evnt-slider .event-cart-slider .item .event-cart {
  background-position: center;
  background-size: cover;
  transition: .3s;
  margin: 0 0px;
  -webkit-transform: scale3d(1);
  transform: scale3d(1);
  transition: all 0.3s ease-in-out;
}

.upcoming-evnt-slider .event-cart-slider .slick-center .bg {
  opacity: 1;
  -webkit-transform: scale3d(1.0, 1.0, 1);
  transform: scale3d(1.0, 1.0, 1);
}

.upcoming-evnt-slider .slick-slide {
  outline: none; padding: 40px 0px;
}



/* ======== Upcoming-Event-Slider-End ====== */


/* ======== Our-Blog-Start ====== */
.our-blog-btm {
  padding: 100px 0;
  background: #FAFAFA 0% 0% no-repeat padding-box;
}

.blog-wrap-top {
  display: flex;
  flex-wrap: wrap;
  row-gap: 10px;
  column-gap: 1%;
}

.blog-wrap-top .wrap-top-all {
  height: 350px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  padding: 20px;
  overflow: hidden;
}

.blog-wrap-top .one,
.blog-wrap-top .two,
.blog-wrap-top .three {
  width: 32.6%;
}

.blog-wrap-top .four {
  width: 32.6%;
}

.blog-wrap-top .five {
  width: 28.6%;
}

.blog-wrap-top .six {
  width: 36.7%;
}

.blog-wrap-top .wrap-top-all span {
  font-size: 23px;
  font-weight: bold;
  letter-spacing: 0px;
  color: #ffffff;
  text-transform: capitalize;
  line-height: normal;
}

/* ======== Our-Blog-End ====== */

/* ======== Our-Stories-Start ====== */
.our-stories {
  padding: 100px 0;
  position: relative;
}

.our-stories .over-lay {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
}

.our-stories .over-lay img {
  height: 220px;
  width: 100%;
  object-fit: cover;
  object-position: top;
}

.our-stories .client-review-wrap {
  background: #FFFFFF 0% 0% no-repeat padding-box;
  box-shadow: 0px 0px 15px #2D2D2D30;
  border-radius: 15px;
  padding: 20px;
  margin: 0 20px;
}

.our-stories .client-review-wrap .top-wrap {
  display: flex;
  gap: 10px;
}

.our-stories .client-review-wrap .top-wrap img.client-img {
  width: 65px;
  height: 65px;
  border-radius: 50%;
  object-fit: cover;
}

.our-stories .client-review-wrap .top-wrap img.client-img+p {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  margin: 0;
  justify-content: center;
}

.our-stories .client-review-wrap .top-wrap img.client-img+p b {
  font-weight: bold;
  font-size: 18px;
  letter-spacing: 0px;
  color: #1C4587;
  text-transform: capitalize;
}

.our-stories .client-review-wrap .top-wrap img.client-img+p small {
  font-size: 14px;
  font-weight: normal;
  letter-spacing: 0px;
  color: #6B788E;
}

.our-stories .client-review-wrap .fl-r {
  flex-grow: 1;
  align-self: flex-start;
  text-align: end;
  display: inline-flex;
  justify-content: end;
}

.our-stories .client-review-wrap ul {
  margin: 10px 0 0 0;
  padding: 0;
  display: flex;
  gap: 8px;
}

.our-stories .client-review-wrap ul li {
  list-style: none;
  color: #FFBB00;
}

.our-stories .client-review-wrap ul li:last-child {
  color: #CECECE;
}

.our-stories .client-review-wrap p.des {
  text-align: left;
  margin: 10px 0 0 0;
  font-size: 14px;
  line-height: 24px;
  letter-spacing: 0px;
  color: #6B788E;
}

.our-stories .slick-list.draggable {
  padding: 20px 0 !important;
}

.our-stories .client-review {
  padding: 0 50px;
  position: relative;
}

.our-stories .client-review button.slick-prev {
  position: absolute;
  top: 50%;
  left: 0;
  border: none;
  font-size: 25px;
  width: 44px;
  height: 44px;
  background: #FFFFFF 0% 0% no-repeat padding-box;
  box-shadow: 0px 0px 6px #1E56312E;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #1c4587;
  transform: translateY(-50%);
  font-family: sans-serif;
}

.our-stories .client-review button.slick-prev img {
  transform: rotate(180deg);
}

.our-stories .client-review button.slick-next {
  position: absolute;
  top: 50%;
  right: 0;
  border: none;
  font-size: 25px;
  width: 44px;
  height: 44px;
  background: #FFFFFF 0% 0% no-repeat padding-box;
  box-shadow: 0px 0px 6px #1E56312E;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #1c4587;
  transform: translateY(-50%);
  font-family: sans-serif;
}

.our-stories .client-review button.slick-next:hover img,
.our-stories .client-review button.slick-prev:hover img {
  filter: brightness(0) saturate(100%) invert(53%) sepia(96%) saturate(465%) hue-rotate(57deg) brightness(94%) contrast(88%);
}

.header .navbar-nav li.nav-item > a::after{
  display: none !important;
}
.header .navbar-nav li.nav-item > i{
  color: #fff;
  padding-left: 4px;
}
.header .navbar-nav li.nav-item{
  display: inline-flex;
  align-items: center;
}

/* ============== blog section ============== */
.blog_banner {
  width: 100%;
  background-repeat: no-repeat;
  min-height:180px;
  background-size: cover;
  background-position: 100%;
  display: flex;
  align-items: center;

}

.blog_banner .blog_ban-title {
  color: #fff;
  font-family: "Javanese";
  font-size: 50px;
  font-weight: 400;

}
.blog_author_list {
  width: 100%;
  padding: 80px 0px 40px;
}
.blog_container {
  width: 100%;
  padding: 0px 0px;
  margin: 15px 0 30px;
}

.breadcrumb_wrap .breadcrumb, .breadcrumb_wrap .breadcrumb li{
  margin: 0px;
  align-items: center;
}
.breadcrumb_wrap .breadcrumb li a, ol.breadcrumb .breadcrumb-item+.breadcrumb-item::before{
  color: #6B788E !important;
  /* color: #c8d0db !important; */
  font-size: 1rem;
}
.breadcrumb_wrap .breadcrumb li.active{
  /* color: #1C4587; */
  color: #4cbb16;
}
.blog_search-panel .select2-selection--multiple{
   height: 52px;
   border: 1px solid #9BB5E2 !important;
   overflow: auto;
}
.blog_search-panel .select2-container {
  width: 100% !important;
}
.blog_sidebar {
  width: 100%;
  border: 1px solid #DFE3E6;
  border-radius:8px;
  overflow: hidden;
  margin-bottom: 20px;
}
.blog_sidebar .sidebar_header {
  padding: 15px 15px;
  background: #285DB1;
}
.blog_sidebar .sidebar_header .title {
  font-family:"SF Pro Display";
  font-size: 26px;
  color: #fff;
  font-weight: 400;
  padding: 0px;
  margin: 0px;
}

.blog_sidebar .sidebar_body {
  background: #F5F8FF;
  padding: 20px;
}
.blog_sidebar .sidebar_body .sidebar_card {
  padding-bottom: 20px;
  margin-bottom: 20px;
  border-bottom: 1px solid #DFE3E6;

}
.blog_sidebar .sidebar_body .sidebar_card:last-child{
  border-bottom: 0px;
  margin-bottom: 0px;
} 
.sidebar_body .sidebar_card .content_block .title{
  font-size: 18px;
  color: #285DB1;
  font-weight: 700;
}
.sidebar_body .sidebar_card .sidebar_footer {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;

}
.sidebar_card .sidebar_footer .post_date{
  text-align: right;
  margin-top: 15px;
}
.sidebar_card .sidebar_footer ul.post_date-list {
  list-style: none;
  display: flex;
  justify-content: flex-end;
  margin: 0px;
  padding: 0px
}
ul.post_date-list li{
  color: #6B788E;
  border-right: 1px solid #6B788E;
  line-height: 15px;
  padding: 0px 5px;
}
ul.post_date-list li:last-child{
  border-right: 0px;
}

.featured_auth-card {
  width: 100%;
  overflow: hidden;
  border-radius: 8px;
  border: 1px solid #9BB5E2;
  margin-bottom:25px;
}
.featured_auth-card:last-child{
  margin-bottom: 0px;
}
.featured_auth-card .auth_banner {
   height: 80px;
   background-size: cover;
   background-position: 100%;
   filter: blur(8px);
  -webkit-filter: blur(8px);
} 
.featured_auth-card .auth_details-wrap {
   width: 100%;
   padding: 20px;
   background: #fff;
   position: relative;
   text-align: center;
}
.featured_auth-card .auth_profile img{
    width: 80px;
    height: 80px;
    border-radius: 100%;
    margin-top: -55px;
}
.featured_auth-card .auth_profile .auth_name {
  font-size: 18px;
  color: #1C4587;
  margin-top: 15px;
  margin-bottom: 15px;
}

/* .subscribe_author-wrap {
  width: 100%;
  margin: 0px 0px 25px;
  padding: 20px;
  background: #FAFAFA;
  border-radius: 10px;
} */
/* .subscribe_author-wrap .sub_author_details {
   display: flex;
   align-items: center;
} */

/* .subscribe_author-wrap .sub_author_details .sub_auth-dtls {
  margin-left: 15px;
} */

.subscribe_author-wrap h3{
  color: #1C4587;
  font-size: 1.35rem;
  /* margin-top: 20px; */
}

/* .subscribe_author-wrap .sub_author_details .sub_auth-img {
  margin-top: -50px;
  float: 0 0 30px;
  flex: 0 0 200px;
} */

.blog_details-section .blog_image-large img{
  border-radius: 15px;
}
.subscribe_author-wrap .sub_author_details .sub_auth-img img{
  border-radius: 10px;
}
.sub_author_details .sub_auth-dtls .auth_name{
  color:#1C4587
}
.sub_author_details .post_count .icon_post img{
  width: 30px;
}
.sub_author_details .post_count .post_count {
  color: #6B788E;
}
.subscribe_author-wrap .sub_auth-btn {
  background-color: #4CBB16;
  color: #fff;
  padding: 0px 15px 0px 40px;
  height: 44px;
  line-height: 46px;
  border-radius: 4px;
  position: relative;
}
.subscribe_author-wrap .sub_auth-btn .icon {
  position: absolute;
  left: 10px;
}
.blog_search-pan {
  /* width: 100%;
  height: 50px;
  border: 1px solid #9BB5E2;
  border-radius: 8px;
  display: flex;
  padding:15px; */

}
.blog_search-pan .search_btn {
   width:50px;
   height: 50px;
   background: url(../images/icon-search.svg) no-repeat;
   border: 0px;
   outline:0px;
   background-position: 50% 36%;
}
.blog_search-pan .search-field {
  width: 100%;
    margin-bottom: 20px;
    font-size: 16px;
    font-weight: 400;
    color: #6b788e;
    height: 45px;
    background-color: #fff;
    padding: 5px 12px;
    height: 50px;
    border: 1px solid #9BB5E2;
    border-radius: 0.375rem;
}
.blog_search-pan .search-field:focus {
  color: var(--bs-body-color);
  background-color: var(--bs-body-bg);
  border-color: #86b7fe;
  outline: 0;
  box-shadow: 0 0 0 .25rem rgba(13, 110, 253, .25);
}
.blog_search-panel .field_control {
  width: 100%;
  height: 50px;
  border: 1px solid #9BB5E2;
  border-radius: 8px;
  background: transparent;
  background: url(../images/dropdown-green.svg) no-repeat;
  appearance: none;
  background-position: 98% 50%;
  padding: 10px;
  margin-bottom: 20px;

}

.blog_search-panel .select2-container--default .select2-selection--single .select2-selection__rendered {
  color: #444;
  line-height: 50px;
}
.blog_search-panel .select2-container .select2-selection--single {
   height: 50px;
   border: 1px solid #9BB5E2;

}

.blog_search-panel .select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 50px;

}
.blog_list-wraper {
  width: 100%;
  margin-top: 20px;
  position: relative;
}


.blog_list-wraper .list_title {
  font-size: 36px;
  color: #1C4587;
  position: relative;
}
.btnblog_srch{
  position: absolute;
  color: #1C4587;
    top: 5px;
    width: 40px;
    height: 40px;
    line-height: 40px;
    right: 0px;
    font-size: 25px;
    cursor: pointer;
}
.blog_list-wraper .blog_list-row {
  width: 100%;
  padding: 15px;
  border: 1px solid #DFE3E6;
  border-radius: 10px;
  margin-bottom: 20px;
}
.blog_list-wraper .blog_list-row .blog_thumb {
  width: 100%;
  /* margin-bottom: 20px; */
}
.blog_list-row  .blog_thumb img{
  border-radius: 5px;
}
.blog_details-col .blog_content .title {
  color: #1C4587;
  font-size: 24px;
}

.blog_details-col .blog_content p{
  margin-bottom: .85rem;
  font-size: 1.35rem;
}

.blog_details-col .blog_cate-row {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.blog_details-col .blog_cate-row .cate_list ul{
  display: flex;
  list-style: none;
  padding: 0px;
}
.blog_cate-row .cate_list ul li {
  border-left: 1px solid #1C4587;
  padding: 0px 8px; 
  line-height: 12px;
}
.blog_cate-row .cate_list ul li:first-child{
  border-left: 0px;
  padding-left: 0px;
}
.blog_cate-row .cate_list ul li a{
  color: #1C4587;
  font-weight: 600;
 
}
.blog_details-col .post-date .title{
  font-size: .85rem;
  color: #6B788E;
  font-weight: 500;
}

.block_list-footer {
  margin-bottom: 20px;
}
.author_list-data {
  display: flex;
  flex-wrap: wrap;
  margin: 5px 0px 0px;
  align-items: center;
}
.author_list-data .author_prof {
  display: flex;
  align-items: center;
  color: #6B788E;
  margin-right:20px;
}
.author_list-data .author_prof .auth_img {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  overflow: hidden;
  margin: 0px 5px 0px 0px;
}

.author_list-data .author_prof .auth_img img{
  width: 50px;
  height: 50px;
  object-fit: cover;
}
.author_list-data .comment_count {
  display: flex;
  align-items: center;
  color: #6B788E;
  margin-right:20px;
}
.author_list-data .comment_count .icon{
  margin: 0px 3px 0px 0px;
}

.author_list-data .noti_value {
  margin-left: 5px;
}
.author_list-data .notification_alert {
  margin-left:20px;
}

.author_list-data .post_date p{
  padding: 0px;
  margin: 0px;
}
.block_list-footer .search_inst-text {
  font-size: 18px;
  color: #1C4587;
  margin: 0px;
  text-align: right;
}
.block_list-footer .search_inst-text a{
  color: #4cbb16;
}

.input_sarch:focus-visible{
  outline: 0px;
  border: 0px;
}
.blog_details-wrap{
  width: 100%;
  padding: 2rem 0;
}

.comments_bids-block {
  width: 100%;
  padding: 30px;
  border-radius: 10px;
  background: #FAFAFA;
  margin-top: 25px;
}

.comments_bids-block .title_head{
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 30px;
  align-items: center;
}
.comments_bids-block .title_head .comment_count {
  display: flex;
  align-items: center;
  color: #6B788E;
  margin-right: 0px;
}
.comments_bids-block .title_head .section_title {
  padding-right: 10px;
}
.comments_bids-block .title_head .section_title h3{
   margin: 0px;
   color: #1C4587;
   font-size: 24px;
}
.title_head .comment_count .icon {
  margin: 0px 3px 0px 0px;
}
.blg_comment-wrap {
  width: 100%;
  background-color: #fff;
  display: flex;
  justify-content: space-between;
  height: 58px;
  
   border-radius: 5px;
   overflow: hidden;
   border: 1px solid #9BB5E2;
}
.blg_comment-wrap .input_sarch{
  width: 100%;
  border: 0px;
  padding: 10px 20px;
}
.blg_comment-wrap .blg_btn-rpl {
  width: 80px;
  background-color: #4cbb16;
  border-color:transparent;
}
.blog_reply-row {
  width: 100%;
  margin-top: 20px;
}
.blog_reply-row .blog_indi-row {
  margin: 15px 0px 30px;
}
.blog_indi-row .auth_ind-list {
  display: flex;
  align-items: center;
  margin-bottom: 15px;
}
.auth_ind-list .auth_prof {
  display: flex;
  align-items: center;
}
.auth_ind-list .auth_prof .auth_img {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  overflow: hidden;
  margin: 0px 5px 0px 0px;
}
.auth_ind-list .auth_prof .auth_name {
  margin: 0px 0px 0px 10px;
  padding: 0px;
  color: #1C4587;
  font-weight: 600;
}
.auth_ind-list .auth_post-time {
  margin-left: 10px;
}
.auth_ind-list .auth_post-time p{
  margin: 10px 0px;
}
.btn__reply {
  display: inline-block;
  padding: 2px 10px 2px 30px;
  border-radius: 3px;
  border: 1px solid #4CBB16;
  color: #1C4587;
  position: relative;
}
.btn__reply .icon{
  position: absolute;
  left: 10px;
}
/* ============== blog section ============== */

/* ======== Our-Stories-End ====== */

 /* ============ page template creation ================= */
ol.breadcrumb li,
ol.breadcrumb li a {
  color: #fff;
  font-size: 1rem;
}
ol.breadcrumb li.active {
  color: #fff;
}
.breadcrumb-item + .breadcrumb-item::before {
  color: #fff;
}
 .cms_banner-wrapper{
  width: 100%;
  height: 200px;  
  background-color: #1c4587;
  background-size: cover;
  color: #fff;

 }

 .cms_banner-wrapper .container{
  height: 100%;
  display: flex;
  flex-direction: column;

  justify-content: center;
 }

 .cms_banner-wrapper h1,  .cms_banner-wrapper h2,  .cms_banner-wrapper h3,  .cms_banner-wrapper h4,  .cms_banner-wrapper h5,  .cms_banner-wrapper h6{
  color: #fff;
 }
 .cms_banner-wrapper h2 {
  font-size: 50px;
 }

 .cms_banner-wrapper h3 {
  font-size: 45px;
 }

 .cms_banner-wrapper h4 {
  font-size: 40px;
 }

 .cms_banner-wrapper h5 {
  font-size: 35px;
 }

 .cms_banner-wrapper h6 {
  font-size: 30px;
 }

.template_section {
  width: 100%;
   /* padding: 65px 0px; */
}
.template_section  .btn-primary {
  margin: 15px 0px;
}
.template_section.bg_light{
  background: #FAFAFA;
}
.template-content-block {
  padding: 15px 0px 0px;
}
.template-content-block h1{
  font-size: 38px;
  font-weight: 600;
  margin-bottom:15px;
  color: #1C4587;
}
.template-content-block h2{
  font-size: 34px;
  font-weight: 600;
  color: #1C4587;
  margin-bottom: 15px;
}
.template-content-block h3{
  font-size: 30px;
  font-weight: 600;
  color: #1C4587;
  margin-bottom: 15px;
}

.template-content-block h4{
  font-size: 26px;
  font-weight: 600;
  margin-bottom: 15px;
  color: #1C4587;
}
.template-content-block h5{
  font-size: 22px;
  font-weight: 600;
  margin-bottom: 15px;
  color: #1C4587;
}
.template-content-block h6{
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 15px;
  color: #1C4587;
}

.template-content-block p{
  color: #6B788E;
}

.template-content-block.block_border{
  border: 1px solid #D9D9D9;
  padding: 20px;
  margin: 15px 0px;
}

.template-section-head {
  padding: 15px 0px;
  position: relative;
  z-index: 9;
}
.template-section-head h1{
  font-size: 38px;
  font-weight: 600;
  margin-bottom:15px;
  color: #fff;
}
.template-section-head h2{
  font-size: 34px;
  font-weight: 600;
  color: #fff;
  margin-bottom: 15px;
}
.template-section-head h3{
  font-size: 30px;
  font-weight: 600;
  color: #fff;
  margin-bottom: 15px;
}

.template-section-head h4{
  font-size: 26px;
  font-weight: 600;
  margin-bottom: 15px;
  color: #fff;
}
.template-section-head h5{
  font-size: 22px;
  font-weight: 600;
  margin-bottom: 15px;
  color: #fff;
}
.template-section-head h6{
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 15px;
  color: #fff;
}

.template-section-head p{
  font-size: 16px;
  color: #fff;
}




.template_section ul{
  width: 100%;
  padding:10px 0px;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  list-style: none;
}
.template_section ul li{
 flex:0 0 50%;
 color: #1C4587;
 font-size: 18px;
 font-weight: 500;
 position: relative;
 padding-left: 28px;
}

.template_section ul li:after{
  content: "";
  background: url(../images/bullet_green-point.svg) no-repeat;
  position: absolute;
  left: 0px;
  top: 5px;
  background-size: 20px;
  width: 20px;
  height: 20px;
}
.temp-half-bg {
  width: 100%;
  position: relative;
  background-size: 100% 50%;
  background-position: top;
  background-repeat: no-repeat;
}
.temp-half-bg::before{
  content: "";
  width: 100%;
  height: 100%;
  background: rgba(20, 20, 20, 0.3);
  position: absolute;
  top: 0px;
  left: 0px;
}

.temp-half-bg::after{
  content: "";
  width: 100%;
  height: 50%;
  background: #fff;
  position: absolute;
  bottom: 0px;
  left: 0px;
}


.temp-half-bg .template-content-block {
 
  position: relative;
  z-index: 8;
}

.colm_inner-temp {
  position: relative;
  z-index: 9;
}

.template_colm-thumb{
  width: 100%;
  height: 100%;
  background: #fff;
  border: 1px solid #E0E0E0;
 margin: 15px 0px;
}

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

.template_colm-thumb .content_thumb {
  padding: 25px;
}
.template_colm-thumb .content_thumb h2{
  font-size: 28px;
  color: #1C4587;  
}
.template_colm-thumb .content_thumb h3{
  font-size: 24px;
  color: #1C4587;  
}

.template_colm-thumb .content_thumb h4{
  font-size: 22px;
  color: #1C4587;
  
}

.template_colm-thumb .content_thumb h6{
  font-size:20px;
  color: #1C4587;
  
}

.template_colm-thumb .content_thumb h6{
  font-size: 18px;
  color: #1C4587;
  
}

 /* ============ page template creation ================= */

/* ======== Footer-Start ====== */
footer {
  /* background: transparent linear-gradient(90deg, #001946 0%, #1C4587 100%) 0% 0% no-repeat padding-box; */
  padding-top: 80px;
  background: #b6bfc7 linear-gradient(90deg, #b6bfc7 0%, #eee 100%) 0% 0% no-repeat padding-box;
}

.footer-wrap {
  display: flex;
  justify-content: space-between;
}

footer .widgets h2 {
  text-align: left;
  font-weight: 600;
  font-size: 16px;
  letter-spacing: 0px;
  color: #1c4587;
  text-transform: capitalize;
  margin-bottom: 30px;
}

footer .widgets ul {
  padding: 0;
  margin: 0;
}

footer .widgets ul li {
  list-style: none;
}

footer .widgets ul li a {
  font-size: 14px;
  line-height: 34px;
  font-weight: normal;
  letter-spacing: 0px;
  color: #102343;
  text-transform: capitalize;
  transition: all 0.5s;
}

footer .widgets ul li a[href^="mailto:"] {
  text-transform: none !important;
}


footer .widgets ul li a:hover {
  color:#1c4587;
}

footer .footer-btm {
  padding: 10px 0;
  border-top: 1px solid #8093B4;
  margin-top: 40px;
  display: flex;
  justify-content: center;
}



.foot_subscribe-wrap {
  width: 100%;
    display: flex;
    justify-content: space-between;
    margin: 20px 0px;
    padding: 5px;
    background: #fff;   
    border-radius: 5px;
}

.foot_subscribe-wrap .subscribe_field {
  /* flex:0 0 80%; */
  flex: 1;
  background: transparent;
  outline: 0;
  border: 0px;
}

.foot_subscribe-wrap .subs_btn {
  flex:0 0 100px;
  background: #1c4587;
  color: #fff;
  outline: 0;
  border: 0px;
  border-radius: 3px;
}

footer .footer-btm p {
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 0px;
  color: #102343;
  margin: 0;
}



footer ul.footer_social {
  margin: 0;
  padding: 0;
  display: flex;
  align-items: center;
  gap: 10px;
  list-style: none;
  margin-top: 25px;
  justify-content: center;
}

footer ul.footer_social ul li {
  list-style: none; padding-left: 10px;
}

footer ul.footer_social li a {
  color: #1c4587;
  transition: all 0.5s;
}

footer ul.footer_social li a:hover {
  color: #fff;
}
.widgets p{
  color: #102343;
}
footer .widgets h2 {
  margin-bottom: 10px;
}

ul.company_info_list {
  width: 100%;
}
ul.company_info_list li {
  margin: 8px 0px;
  line-height: 1.3;
  color: #102343;
}
/* ======== Footer-End ====== */



/* 20.03.2024 */
.form_error {
  color: red;
}

.form_success {
  color: green
}

.error{
  color: red;
}

.banner .image-area {
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}


/* Blog-Page 18-06-2024*/
.submit-comment {
  max-width: 400px;
  width: 100%;
  display: none;
}
.submit-comment .comment-bx{
  display: flex;
  align-items: center;
  margin-top: 10px;
  flex-direction: column;
  gap: 10px 0;
}
.submit-comment .comment-bx textarea{
  flex: 1;
  border: 1px solid #4CBB16;
  outline: 0;
  box-shadow: none;
  min-height: 90px;
  text-wrap: wrap;
  width: 100%;
}
.submit-comment .comment-bx button {
  margin-left: 10px;
  background-color: #4CBB16;
  border: none;
  outline: 0;
  box-shadow: none;
  padding: 8px 20px;
  color: #fff;
  text-transform: capitalize;
  align-self: self-end;
}

.blog_reply-row span.plus-ico {
  flex: 1;
  text-align: right;
  cursor: pointer;
}

.admin-upload-wrap {
    margin: 0;
    position: relative;
    bottom: 10px;
    right: 0;
    margin-top: 10px;
}

.admin-upload-wrap img {
    width: 40px;
}

.admin-upload-wrap .uploadFile {
    position: absolute;
    opacity: 0;
    width: 39px;
    height: 22px;
    top: 0px;
    left: 0px;
    padding: 0;
    margin: 0;
}


.blog_post-create {
  width: 100%;
  padding: 3rem 0;
}
.blog_post-create .title{
  font-size: 36px;
  color: #1C4587;
  font-weight: 700;
}

.blog_post-create .blog_post-crate-form {
  width: 100%;
  margin-top: 25px;
}

.form_group-row {
  width: 100%;
  margin: 20px 0px;
}
.form_group-row .field_title {
  color: #1C4587;
  font-size: 18px;
  font-weight: 500;
  display: block;
  margin-bottom: 10px;
}
.form_group-row .field_control {
  width: 100%;
  height: 50px;
  border: 1px solid #DFE3E6;
  border-radius: 6px;
  padding: 10px 10px;
  transition: ease-in .5s;
}

.form_group-row .field_control-textarea {
  width: 100%;
  border: 1px solid #DFE3E6;
  border-radius: 6px;
  padding: 10px 10px;
  height: 200px;
  transition: ease-in .5s;
}

.form_group-row .field_control:focus, .form_group-row .field_control-textarea:focus {
  outline: 0px;
  border: 1px solid #1C4587;
}

.form_group-row .btnPostNow {
   display: inline-block;
    background: #4CBB16;
    border: 1px solid #4CBB16 ;
    color: #fff;
    font-size: 16px;
    font-weight: 400;
    padding: 8px 20px;
    border-radius: 6px;
}

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

.admin_upload .profile_image {
  padding: 20px;
}

.admin-user .cashout-req table form {
  display: inline-block;
}

.admin-user .cashout-req table form button {
  width: auto;
  padding: 6px;
}

.admin-upload-wrap {
  margin: 0;
  position: relative;
  bottom: 10px;
  right: 0;
  margin-top: 10px;
}

.admin-upload-wrap img {
  width: 40px;
}

.admin_upload .profile_image img {
  width: 100px;
  height: 100px;
}

.admin-upload-wrap .uploadFile {
  position: absolute;
  opacity: 0;
  width: 39px;
  height: 22px;
  top: 0px;
  left: 0px;
  padding: 0;
  margin: 0;
}

.radio_groups {
  display: flex;
}
.radio_groups .form-check {
  margin-right: 15px;
}
.radio_groups .form-check .form-check-input {
  margin-top: .5rem;
}
.breadcrumb_container {
  width: 100%;
  padding: 15px 0px;
}

