/** Default CSS **/
a:focus {
  outline: 0 solid;
}

img {
  max-width: 100%;
  height: auto;
  vertical-align: middle;
}

iframe {
  vertical-align: middle;
  width: 100%;
}

input {
  font-family: "Montserrat", sans-serif;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0 0 15px;
  font-weight: 400;
  font-family: "Rufina", serif;
  line-height: 100%;
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
  color: inherit
}

html,
body {
  height: 100%;
  font-family: "Quicksand", sans-serif;
}

a {
  -webkit-transition: all .4s ease;
  transition: all .4s ease;
  -moz-transition: all .4s ease;
  -o-transition: all .4s ease;
  font-weight: 400;
  font-family: "Quicksand", sans-serif;
}

a:hover {
  text-decoration: none;
  color: #000000;
}

a:focus {
  text-decoration: none;
}

a:active {
  outline: 0 none;
}

button {
  border: none;
}

.btn:focus {
  box-shadow: none;
}

button:hover {
  outline: none;
  cursor: pointer;
}

select:active,
button:active {
  outline: none;
}

select:focus,
button:focus {
  outline: none;
}

ul {
  padding: 0;
  margin: 0;
}

ul li {
  list-style-type: none;
}

.browserupgrade {
  margin: 0.2em 0;
  background: #ccc;
  color: #000;
  padding: 0.2em 0;
}

p {
  color: #000;
  font-family: "Quicksand", sans-serif;
  font-size: 16px;
  line-height: 24px;
}

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus {
  box-shadow: 0 0 0 1000px white inset !important;
  -webkit-box-shadow: 0 0 0 1000px white inset !important;
}

.form-group label {
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 400;
}

.form-group .submit-btn {
  background-image: none;
  background-color: #fb4f1b;
  border: none;
  color: #ffffff;
  font-size: 17px;
  padding: 15px 25px;
  text-transform: capitalize;
  transition: .4s;
  min-width: 165px;
}

.form-group .submit-btn:hover {
  background-color: #000000 !important;
}

.form-group .form-control {
  height: 45px;
  box-shadow: none;
  outline: none;
  border-radius: 0;
  border: 1px solid #dddddd;
}

.form-group .form-control:focus {
  outline: none;
}

.form-group textarea {
  width: 100%;
  padding: 6px 12px;
  border: 1px solid #dddddd;
  resize: none;
}

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

.dropdown-menu {
  border-radius: 0;
}

.slick-slide:focus {
  outline: none;
}

.navbar-toggler {
  background-color: #ffffff00;
}

/** Default CSS **/

@media (min-width: 1200px) {
  .container {
    max-width: 1680px;
    padding: 0 80px;
  }
}


.heading {
  width: 100%;
  text-align: center;
  padding-bottom: 10px;
}
.heading h2 {
  font-size: 29px;
  line-height: 44px;
  color: #3585ad;
  text-transform: capitalize;
  font-weight: bold;
  position: relative;
}

.heading h2::before {
  content: "";
  border: 2px solid #3585ad;
  width: 30px;
  position: absolute;
  bottom: -14px;
  left: 0;
  right: 0;
  margin: 0px auto;
  z-index: 1;
}
.heading h2::after {
  content: "";
  border: 1px solid #b6b0b0a1;
  width: 170px;
  position: absolute;
  bottom: -14px;
  left: 0;
  right: 0;
  margin: 0px auto;
}
.heading h2 span {
  color: #db964e;
  font-family: "Signika", sans-serif;
}
.section {
  position: relative;
  padding: 70px 0;
}


/* ----- main-button-css-area-start ------- */
.cstm-btn-2 {
  display: inline-flex;
  text-transform: capitalize;
  background-color: #3585ad;
  border: 1px solid #3585ad;
  /* background-color: #90c3c9;
    border: 1px solid #90c3c9; */
  color: #fff;
  font-size: 15px;
  font-weight: 600;
  padding: 10px 21px;
  overflow: hidden;
  min-width: 126px;
  border-radius: 24px;
  transition: all 0.8s ease;
  justify-content: center;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}
.cstm-btn-2:hover {
  border: 1px solid #1c4c64;
  background-color:#1c4c64;
  /* border: 1px solid #699094;
  background-color: #699094; */
  color: #fff;
}
.cstm-btn-2 svg {
  transform: translateX(10px);
  transition: all 0.8s ease;
  position: relative;
  top: 4px;
}
.cstm-btn-2 svg:hover {
  transform: translateX(15px);
}
/* ----- main-button-css-area-end ------- */


/* ----- header-area-start ------- */
#menu-area {
  position: relative;
  z-index: 999;
}
#menu-area .navigation-wrap {
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  /* padding: .5rem 0 !important; */
  padding: 11px 0 !important;
}
#menu-area .navbar {
  padding: 0 15px;
  flex: 1;
  background-color: #e3e3e3;
}
#menu-area .navbar .nav {
  flex: 1;
}
#menu-area .navbar-toggler {
  float: right;
  border: none;
  padding-right: 0;
}
#menu-area .navbar-toggler:active,
#menu-area .navbar-toggler:focus {
  outline: none;
}
#menu-area .navbar-light .navbar-toggler-icon {
  width: 24px;
  height: 17px;
  background-image: none;
  position: relative;
  border-bottom: 1px solid #000000;
  transition: all 300ms linear;
}
#menu-area .navbar-light .navbar-toggler-icon:after,
#menu-area .navbar-light .navbar-toggler-icon:before {
  width: 24px;
  position: absolute;
  height: 1px;
  background-color: #000000;
  top: 0;
  left: 0;
  content: '';
  z-index: 2;
  transition: all 300ms linear;
}
#menu-area .navbar-light .navbar-toggler-icon:after {
  top: 8px;
}
#menu-area .navbar-toggler[aria-expanded="true"] .navbar-toggler-icon:after {
  transform: rotate(45deg);
}
#menu-area .navbar-toggler[aria-expanded="true"] .navbar-toggler-icon:before {
  transform: translateY(8px) rotate(-45deg);
}
#menu-area .navbar-toggler[aria-expanded="true"] .navbar-toggler-icon {
  border-color: transparent;
}
#menu-area .nav-link {
  color: #000000;
  font-weight: 600;
  transition: all 200ms linear;
  font-size: 15px;
  position: relative;
  padding: 5px;
  display: inline-block;
  text-transform: capitalize;
}
#menu-area .nav-link span i{
  margin-left: 6px;
}
/*#menu-area .nav-item:hover .nav-link {*/
/*    color: #ffffff;*/
/*    background-color: #2e7f9e;*/
/*}*/
/*#menu-area .nav-item.active .nav-link {*/
/*    color: #ffffff;*/
/*    background-color: #2e7f9e;*/
/*}*/
#menu-area .nav-item {
  position: relative;
  transition: all 200ms linear;
}
#menu-area .nav-item.megamenu {
  position: static;
}
#menu-area .nav-item .dropdown-menu {
  transform: translate3d(0, 10px, 0);
  visibility: hidden;
  opacity: 0;
  max-height: 0;
  display: block;
  padding: 0;
  margin: 0;
  transition: all 200ms linear;
}
#menu-area .nav-item.show > .dropdown-menu {
  opacity: 1;
  visibility: visible;
  max-height: 999px;
  transform: translate3d(0, 0, 0);
}
#menu-area .nav-item a i.fa {
  font-size: 12px;
}
#menu-area .nav-item.show a i.fa {
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  transform: rotate(180deg);
}
#menu-area .dropdown-menu {
  /* padding: 10px 15px !important; */
  margin: 0;
  letter-spacing: 0;
  color: #212121;
  background-color: #ffffff;
  border: none;
  box-shadow: 0 5px 10px 0 rgba(138, 155, 165, 0.15);
  transition: all 200ms linear;
  border-radius: 3px;
  border-bottom: 3px solid #3585ad;
}
#menu-area .dropdown-toggle::after {
  display: none;
}
#menu-area .dropdown-item {
  padding: 6px;
  color: #636363;
  border-radius: 0 !important;
  transition: all 200ms linear;
  font-weight: 500;
  font-size: .875rem;
  text-transform: capitalize;
  border-bottom: 1px solid #c3c3c37d;
}
#menu-area .dropdown-item:hover,
#menu-area .dropdown-item:focus {
  color: #ffffff;
  background-color: #3585ade0;
}
#menu-area .dropdown-header {
  padding: 15px 0;
  font-weight: 700;
  color: #000000;
  font-size: .825rem;
}
#menu-area .mega-menu-content {
  flex: 1;
}
#menu-area .navbar-light .navbar-toggler {
  padding-left: 0;
}
#menu-area .navbar-brand {
  /* padding: 6px; */
  display: flex;
  align-items: center;
}
#menu-area .navbar-brand img {
  width: 189px;
}
#menu-area .navbar-brand ul li {
  font-size: .875rem;
  color: #120d75;
}
#menu-area .navbar-brand ul li.title {
  font-family: 'Adamina', serif;
  font-size: 1.75rem;
  color: #333333;
}
#menu-area .start-header {
  opacity: 1;
  transform: translateY(0);
  padding: 0;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  background-color: #e3e3e3;
}
#menu-area .start-header.scroll-on {
  box-shadow: 0 5px 10px 0 rgba(138, 155, 165, 0.15);
  padding: 0;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  position: fixed;
  background-color: #2d6071;
  padding: 17px 0 !important;
  width: 100%;;
}
#menu-area .start-header.scroll-on .navbar-brand img {
  /* height: 45px; */
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
#menu-area .start-header.scroll-on .nav-link {
  padding: 10px 8px !important;
  margin-top: 15px;
}
#menu-area .start-header.scroll-on .nav-link.link {
  padding: 8px 15px !important;
}
#menu-area .start-header.scroll-on .navbar-brand {
  padding: 5px 0;
}
#menu-area .start-header.scroll-on .nav-link .badge {
  top: 0;
}
#menu-area .start-header.scroll-on .navbar-brand ul li {
  font-size: .675rem;
  color: #120d75;
}
#menu-area .start-header.scroll-on .navbar-brand ul li.title {
  font-size: 1.25rem;
  color: #333333;
}
#menu-area .dropdown-submenu {
  position: relative;
}
#menu-area .dropdown-submenu .dropdown-menu {
  top: 0;
  left: 100%;
  margin-left: .1rem;
  margin-right: .1rem;
}
#menu-area .dropdown-submenu .dropdown-menu .dropdown-menu {
  top: 0;
  left: auto;
  right: 100%;
  margin-left: .1rem;
  margin-right: .1rem;
}
#menu-area .dropdown-submenu .dropdown-menu.show {
  opacity: 1;
  visibility: visible;
  max-height: 999px;
}
#menu-area.sticky {
  position: fixed;
  width: 100%;
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
  background-color: #ffffff;
  border-bottom: 2px solid #3585ad;
  z-index: 99;
}

/* ----- header-area-end ------- */


/* ----- banner-area-start ------- */
#banner {
  position: relative;
}
.swiper {
  width: 100%;
  height: 100%;
}

.swiper-slide {
  font-size: 18px;
  color: #fff;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.swiper-button-next:after,
.swiper-button-prev:after {
  font-size: 12px;
  font-weight: bold;
}

.swiper-button-next {
  transform: translateX(-11px);
  background-color: #3585ad;
  border-radius: 50%;
  width: 45px;
  height: 45px;
  box-shadow: 0 2px 12px 0 #00000036;
  top: 49%;
}

.swiper-button-next:hover {
  transition: all 0.8s ease;
  color: #fff;
  background-color: #1c4c64;
}

.swiper-button-prev {
  background-color: #3585ad;
  border-radius: 50%;
  box-shadow: 0 2px 12px 0 #00000036;
  width: 45px;
  height: 45px;
  transform: translateX(15px);
}

.swiper-button-prev:hover {
  transition: all 0.8s ease;
  color: #fff;
  background-color: #1c4c64;
}

.section-space-bottom-less4 .right-add {
  width: 100%;
  height: 500px;
  object-fit: cover;
}

.swiper-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,
.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  background-color: #ffffff;
}
.banner-area .swiper-wrapper .swiper-slide img{
  width: 100%;
  height: 580px;
  object-fit: cover;
}

.img-overlay-70 {
  position: relative;
}
.img-overlay-70:hover {
  overflow: hidden;
}

.img-scale-animate {
  overflow: hidden;
}

.img-overlay-90 {
  position: relative
}

.img-overlay-70::before {
  opacity: .9;
  background-image: linear-gradient(transparent, #11111194), linear-gradient(transparent, #11111194);
  content: "";
  height: 90%;
  bottom: 0;
  left: 0;
  right: 0;
  position: absolute;
  width: 100%;
  z-index: 1
}

.img-scale-animate img {
  width: 100%;
  transform: scale(1);
  transition: all 1.5s ease-out;
}

.img-scale-animate:hover img {
  transform: scale(1.1);
  overflow: hidden;
}

.mask-content-lg {
  position: absolute;
  z-index: 7;
  bottom: 36px;
  left: 30px;
  padding-right: 30px
}

@media only screen and (max-width: 575px) {
  .mask-content-lg {
    left: 15px;
    bottom: 11%;
  }
}

.carousel-caption {
  top: 50%;
  left: 37%;
  transform: translate(-50%, -50%);
  bottom: auto;
  right: auto;
  max-width: 1000px;
  /* background-color: rgba(0, 0, 0, 0.30); */
  padding: 45px 30px;
}

.carousel-caption h3 {
  font-size: 34px;
  font-weight: 700;
  margin-bottom: 15px;
  text-transform: uppercase;
  text-decoration: none;
display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
  text-overflow: ellipsis;
}

.carousel-caption p {
  font-size: 17px;
  color: #fff;
  text-decoration: none;

  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
  text-overflow: ellipsis;
}

.carousel-caption h3 span {
  color: #75c0e6;
}

/* ----- banner-area-end ------- */


/* ----- about-us-area-start ------- */
.enquiry-warp {
  position: relative;
}

/* .enquiry-warp::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 45%;
  height: 100%;
  z-index: -1;
  background: #c84c3a;
  border-radius: 52px 0;
} */

.enquiry-image {
  padding-right: 30px;
}
.enquiry-image .image img{
  width: 100%;
  height: 350px;
  object-fit: cover;
  overflow: hidden;
  /* border: 13px solid #b14444; */
  border-radius: 93px 0;
  border: 8px solid;
  border-image-slice: 1;
  /* border-width: 5px; */
  border-image-source: linear-gradient(to left, #3aa5c8, #c84c3a);
}


.enquiry-content {
  position: relative;
}

.enquiry-content .pop-underline {
  color: #000000;
  margin: 0;
}

.enquiry-content p {
  line-height: 28px;
  font-size: 15px;
  margin-top: 26px;
}

.enquiry-content p span {
  font-weight: 600;
  color: #494968;
}

.enquiry-content .enquiry-link {
  display: inline-block;
  margin-top: 10px;
  color: #353688;
  font-size: 15px;
  font-weight: 600;
  margin-bottom: 65px;
}

.enquiry-content .enquiry-link i {
  position: relative;
  left: 2px;
  top: 4px;
  font-size: 20px;
}

.enquiry-content p.middle {
  margin: 0;
  font-weight: 500;
}

.enquiry-content .enquiry-shape {
  position: absolute;
  right: 0;
  bottom: 0;
}

.video-modal .modal .modal-dialog .modal-content .modal-body video {
  width: 100%;
  height: 400px;
  border-radius: 10px;
  border: 3px solid #dec351;
}

.video-modal .modal.show .modal-dialog {
  max-width: 706px;
}

/* ----- about-us-area-end ------- */

/* ----- events-area-start ------- */
.post-card {
  display: flex;
  flex-direction: column;
  margin-bottom: 33px;
  border-radius: 24px;
  overflow: hidden;
  box-shadow: 12px 12px 50px 0px rgba(175, 186, 221, 0.2);
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .post-card {
    padding-right: 0;
  }
}
.post-card:hover .image img {
  transform: scale(1.03);
}
.post-card:hover .content .nav-btn {
  opacity: 1;
  right: 32px;
  visibility: visible;
  transition: all 0.5s ease-out;
}
.post-card .image {
  overflow: hidden;
}
.post-card .image img {
  width: 100%;
  height: 268px;
  object-fit: cover;
  transition: all 0.5s ease-out;
  transform: scale(1.01);
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .post-card .image img {
    width: 100%;
    height: 157px;
  }
}
.post-card .content {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: 100%;
  position: relative;
  z-index: 3;
  gap: 8px;
  padding: 10px 21px 21px 21px;
}
.post-card .content.last{
  padding: 20px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .post-card .content {
    padding: 23px;
  }
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .post-card .content {
    padding: 9px 13px;
  }
}
.post-card .content .tag-wrapper {
  display: flex;
  gap: 12px;
}
.post-card .content .tag-wrapper .tag-item {
  padding: 4px 16px;
  border-radius: 50px;
  background: #BBB8FF;
  color: #141F39;
  font-family: "Urbanist", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 27px;
}
.post-card .content .tag-wrapper .tag-item a {
  color: #141F39;
}
.post-card .content .tag-wrapper .tag-item.second {
  background: #FFCEC2;
}
.post-card .content .tag-wrapper .tag-item:hover {
  background-color: #141F39;
  color: #ffffff;
}
.post-card .content .tag-wrapper .tag-item:hover a {
  color: #ffffff;
}
.post-card .content .meta-user {
  display: flex;
  align-items: center;
  gap: 16px;
  margin-top: 8px;
}
.post-card .content .meta-user .image {
  border-radius: 50%;
}
.post-card .content .meta-user .meta-user-content {
  display: flex;
  flex-direction: column;
}
.post-card .content .meta-user .meta-user-content .user, .post-card .content .meta-user .meta-user-content a {
  margin-bottom: 0;
  padding-bottom: 0;
  border: none;
  font-family: "Open Sans", sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 32px;
}
.post-card .content .meta-user .meta-user-content .date {
  margin-bottom: 0;
  font-family: "Open Sans", sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 21px;
}
.post-card .content .post-meta {
  display: inline-flex;
  gap: 17px;
  align-items: center;
}
.post-card .content .post-meta span {
  font-family: "Open Sans", sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 32px;
  margin: 0;
  color: #525256;
  display: flex;
  align-items: center;
  gap: 8px;
}
.post-card .content .post-meta span a {
  color: #525256;
}
.post-card .content .post-meta span:hover {
  color: #0066D9;
}
.post-card .content .post-meta .time i {
  color: #525256;
  font-size: 8px;
  margin-right: 4px;
}
.post-card .content .nav-btn {
  position: absolute;
  top: 0;
  right: 64px;
  opacity: 0;
  visibility: hidden;
  transition: all 0.5s ease-out;
}
.post-card .content .nav-btn a {
  width: 50px;
  height: 50px;
  border-radius: 50px;
  background-color: #3585ad;
  transform: translate(0, -50%);
  display: flex;
  align-items: center;
  justify-content: center;
}
.post-card .content .nav-btn a i {
  color: #ffffff;
}
.post-card .content .nav-btn a:hover {
  background-color: #4ea9d6;
}
.post-card .content .title {
  margin: 0;
  font-size: 18px;
  letter-spacing: -0.56px;
  transition: all 0.5s ease-out;
  line-height: 33px;
}
.post-card .content .title a {
  overflow: hidden;
  text-overflow: ellipsis;
  color: #3585ad;
  font-weight: 700;
}
.post-card .content .title a:hover {
  color: #308bb8;
}
.post-card .content .desc {
  margin-bottom: 0;
  color: #525256;
  font-size: 15px;
  font-weight: 500;
  line-height: 22px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
  overflow: hidden;
  text-overflow: ellipsis;
}
.post-card .content .desc i{
  color: #e04a48;
  margin-right: 7px;
  font-size: 14px;
}
.post-card .content .desc span{
  color: #e04a48;
}
.post-card .date {
  margin-bottom: 0;
}
.post-card .date-bottom {
  font-size: 16px;
  line-height: 18px;
  font-weight: 400;
  margin-bottom: 0;
  color: #778196;
  position: relative;
  z-index: 3;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .post-card {
    padding-right: 0;
  }
}

.post-card.style-2 {
  border-radius: 24px;
  box-shadow: 12px 12px 50px 0px rgba(175, 186, 221, 0.2);
  transition: all 0.5s ease-out;
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .post-card.style-2 .image {
    max-height: 215px;
  }
}
.post-card.style-2 .content {
  padding: 40px;
  gap: 16px;
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .post-card.style-2 .content {
    gap: 12px;
    padding: 32px 24px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .post-card.style-2 .content {
    padding: 32px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .post-card.style-2 .content {
    padding: 24px;
  }
}
.post-card.style-2 .content .tag-wrapper {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 767px) {
  .post-card.style-2 .content .post-meta {
    flex-direction: column;
    gap: 0;
    align-items: start;
  }
}
.post-card.style-2 .content .title {
  padding-bottom: 24px;
  border-bottom: 1px solid #E7E7E7;
}
.post-card.style-2 .content .post-btn {
  font-family: "Urbanist", sans-serif;
  font-size: 20px;
  font-weight: 500;
  line-height: 28px;
  text-decoration-line: underline;
  color: #525256;
}
.post-card.style-2 .content .post-btn:hover {
  color: #6E65E5;
}
.post-card.style-2:hover {
  box-shadow: 0px 20px 40px 0px rgba(199, 206, 218, 0.2);
}

.Campaign-tab{
  position: relative;
  margin-top: 31px;
}
.Campaign-tab .nav-tabs{
  justify-content: center;
  margin-bottom: 32px;
}
.Campaign-tab .nav-tabs .nav-link {
  color: #5a9092;
  text-transform: capitalize;
  font-size: 16px;
  font-weight: 600;
  border: 1px solid #5a9092;
  margin-right: 15px;
  margin-bottom: 15px;
  border-radius: 6px;
  transition: all 300ms ease 0s;
}
.Campaign-tab .nav-tabs .nav-link.active {
  border: 1px solid #5a9092;
  border-radius: 6px;
  background-color: #5a9092;
  margin-right: 15px;
  color: #fff;
  box-shadow: 0px 5px 35px 0px rgba(0, 0, 0, 0.3);
}

/* ----- events-area-end ------- */

/* -----scroll-to-top-area-start------- */
#scroll-top .scrollTop {
  position: fixed;
  right: 3%;
  bottom: 18px;
  background: #3585ad;
  transition: all 0.4s ease-in-out;
  height: 50px;
  width: 50px;
  text-align: center;
  line-height: 50px;
  border-radius: 50%;
  cursor: pointer;
  z-index: 999;
  box-shadow: 0 8px 13px rgba(0, 0, 0, 0.35);
  animation: border-transform 10s linear infinite alternate forwards;
}

@keyframes border-transform {

  0%,
  100% {
    border-radius: 63% 37% 54% 46%/55% 48% 52% 45%;
  }

  14% {
    border-radius: 40% 60% 54% 46%/49% 60% 40% 51%;
  }

  28% {
    border-radius: 54% 46% 38% 62%/49% 70% 30% 51%;
  }

  42% {
    border-radius: 61% 39% 55% 45%/61% 38% 62% 39%;
  }

  56% {
    border-radius: 61% 39% 67% 33%/70% 50% 50% 30%;
  }

  70% {
    border-radius: 50% 50% 34% 66%/56% 68% 32% 44%;
  }

  84% {
    border-radius: 46% 54% 50% 50%/35% 61% 39% 65%;
  }
}

#scroll-top .scrollTop:hover {
  background-color: #3585ad;
}

#scroll-top .scrollTop span a {
  color: #ffffff;
}

#scroll-top .scrollTop span a i {
  position: absolute;
  top: 17px;
  left: 19px;
  font-size: 15px;
}

/* ----- scroll-to-top-area-end ------- */

/* ----- blog-area-start ------- */
.blog-section {
 position: relative;
}

.blog {
  background: #fff;
  border: 1px solid #f5f5f5;
  border-radius: 10px;
  margin-bottom: 24px;
  padding: 20px;
}

.blog.blog-new {
  border: 1px solid #E2E6F1;
}

.blog-image {
  border-radius: 10px 10px 0px 0px;
  overflow: hidden;
}

.blog.blog-new .blog-image {
  position: relative;
}

.blog-image img {
  border-radius: 10px;
  width: 100%;
  height: 228px;
  object-fit: cover;
  -webkit-transform: translateZ(0);
  -moz-transform: translateZ(0);
  transform: translateZ(0);
  -moz-transition: all 2000ms cubic-bezier(.19, 1, .22, 1) 0ms;
  -ms-transition: all 2000ms cubic-bezier(.19, 1, .22, 1) 0ms;
  -o-transition: all 2000ms cubic-bezier(.19, 1, .22, 1) 0ms;
  -webkit-transition: all 2000ms cubic-bezier(.19, 1, .22, 1) 0ms;
  transition: all 2000ms cubic-bezier(.19, 1, .22, 1) 0ms;
}

.blog:hover .blog-image img {
  -webkit-transform: scale(1.15);
  -moz-transform: scale(1.15);
  transform: scale(1.15);
}

.blog.blog-new .blog-image .date {
  background: #fff;
  border-radius: 5px;
  font-weight: bold;
  font-size: 14px;
  padding: 5px 13px;
  text-align: center;
  position: absolute;
  top: 20px;
  left: 20px;
  min-width: 50px;
  min-height: 50px;
  color: #ff008a;
  box-shadow: 0px 4.4px 12px -1px rgba(19, 16, 34, 0.06), 0px 2px 6.4px -1px rgba(19, 16, 34, 0.03);
}

.blog.blog-new .blog-image .date span {
  display: block;
}

.blog-content {
  padding-top: 20px;
}

.blog.blog-new .blog-content .blog-item {
  background: #286989;
  border-radius: 5px;
  padding: 4px 7px;
  margin-bottom: 14px;
}

.blog-content .blog-item {
  display: inline-flex;
  display: -webkit-inline-flex;
}

.blog-content .blog-item li {
  display: inline-flex;
  display: -webkit-inline-flex;
  align-items: center;
  color: #74788d;
  margin: 0 25px 15px 0;
  margin-right: 25px;
}

.blog.blog-new .blog-content .blog-item li {
  margin: 0 10px 0 0;
  font-size: 14px;
  color: #fff;
}

.blog.blog-new .blog-content .blog-item li a {
  color: #fff;
  display: flex;
  align-items: center;
}

.blog.blog-new .blog-content .blog-item li i {
  color: #fff;
}

.blog-content .blog-item li i {
  margin-right: .5rem;
}

.blog-content .blog-title {
  font-size: 17px;
  margin-bottom: 0;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  line-height: 1.4;
}

.blog.blog-new .blog-content .blog-title {
  -webkit-line-clamp: 2;
  margin-bottom: 12px;
}

.blog-content .blog-title a {
  color: #28283C;
  font-weight: 700;
}

.blog.blog-new .blog-content p {
  margin-bottom: 0;
  color: #74788d;
  font-size: 15px;
  font-weight: 500;
}

.blog.blog-new .blog-content .blog-item li a svg {
  width: 15px;
  height: 15px;
  margin-right: 6px;
}

.blog.blog-new .blog-content .blog-item li svg {
  width: 15px;
  height: 15px;
  margin-right: 6px;
}

.blog.blog-new .blog-content .blog-item li+li {
  border-left: 1px solid rgba(255, 255, 255, 0.4);
  padding-left: 10px;
}

.blog.blog-new .blog-content .blog-item li:last-child {
  margin-right: 0;
}

.blog:hover {
  box-shadow: 0px 10px 20px -5px rgba(76, 64, 237, 0.08);
}


.pop-underline {
  position: relative;
  background: none;
  margin: 5px 0 0 0;
  border: none;
  overflow: hidden;
  font-size: 14px;
  color: #2f2f2f;
  transition: color 600ms ease-in-out;
  padding-left: 0;
  font-weight: 600;
}

.pop-underline::after {
  content: "";
  display: block;
  position: relative;
  margin-top: 0.25em;
  border-bottom: 0.25em solid #e04a48;
  opacity: 0;
  transition: all 450ms ease-in-out;
  width: 1%;
}

.pop-underline:hover::after {
  opacity: 1;
  width: 100%;
}

.pop-underline:hover {
  color: #e04a48;
}

.pop-underline i {
  margin-left: 6px;
  font-size: 13px;
}
.blog-section .heading{
  margin-bottom: 28px;
}

/* ----- blog-area-end ------- */


/* ----- Chairman-message-area-start ------- */
.speaker-message {
  width: 100%;
  position: relative;
  overflow: hidden;
  padding: 71px 25px 72px 25px;
}
.speaker-info .user-area {
  width: 111%;
}
/* .speaker-info .user-area img:hover{
  filter: grayscale(0%);
} */

.speaker-info .user-area img {
  width: 200px;
  height: 200px;
  object-fit: cover;
  /* filter: grayscale(100%); */
  margin: 0px 0px 30px 0px;
  border-style: solid;
  border-width: 11px 11px 11px 11px;
  border-color: #ffffff;
  transition: all 0.5s ease;
  border-radius: 100% 100% 100% 100%;
  box-shadow: 0px 10px 70px 0px #0000004a;
}

.speaker-info .quote-area {
  position: relative;
  width: 184%;
}

.speaker-message .speaker-wrap {
  max-width: 1077px;
  margin: 0 auto;
}

.speaker-message .speaker-wrap .speaker-info {
  display: flex;
  /* justify-content: space-around; */
  flex-direction: row;
  align-items: flex-start;
}

.speaker-info .quote-area img.quote-first {
  width: 30px;
  height: 30px;
  object-fit: contain;
}

.speaker-message .speaker-wrap .speaker-info .quote-area .quote-testimonial-content {
  font-size: 17px;
  /* font-style: italic; */
  font-weight: 500;
  color: #000;
  line-height: 28px;
}

.speaker-message .speaker-wrap .speaker-info .quote-area .quote-testimonial-content.first {
  margin-top: 10px;
}

.speaker-info .user-area .position-area h3 {
  color: #000;
  text-transform: uppercase;
  font-size: 22px;
  margin: 29px 0 10px 0;
  font-weight: bold;
  line-height: 32px;
  font-family: "Quicksand", sans-serif;
}
.speaker-info .user-area .position-area h3 span{
  text-transform: capitalize;
}

.speaker-info .user-area .position-area p.sec {
  color: #000;
  text-transform: capitalize;
  font-size: 15px;
  font-weight: 600;
  margin-bottom: 2px;
}

.speaker-info .user-area .position-area p.clg-name {
  color: #000;
  text-transform: capitalize;
  font-weight: 700;
  font-size: 16px;
  margin-bottom: 0;
}

/* ----- Chairman-message-area-end ------- */


/* ----- Team-area-start ------- */
.team-area{
  width: 100%;
  overflow: hidden;
}
.team-area .heading{
  margin-bottom: 29px;
}
.member-area1{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
}
.member-area1 .member-info{
  width: 250px;
  position: relative;
  margin-bottom: 35px;
}
.member-area1 .member-info .pic-area{position: relative;}
.member-area1 .member-info .pic-area::before{content:" ";position:absolute;top:0;left:0;
  height:100%;width:100%;background: rgba(255, 255, 255, 0.88);
opacity:0;transition: 0.3s;}
.member-area1 .member-info:hover .pic-area::before{opacity: 1;
  box-shadow: 0 10px 20px -3px rgba(136, 132, 132, 0.23);}
  .member-area1 .member-info .pic-area img{
  height: 327px;
  object-fit: cover;
  width: 250px;
  object-position: center;
}
.member-area1 .member-info .pic-area h3{
  color: #fff;
  font-weight: 600;
  position: absolute;
  text-align: center;
  bottom: 0;
  margin: 0;
  font-size: 17px;
  width: 100%;
  background: #3585ad;
  padding: 15px 0;
  }
  .member-area1 .member-info:hover .pic-area h3{display: none;}
  .member-area1 .member-info .over-layer{
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  opacity: 0;
  width: 100%;
}
.member-area1 .member-info:hover .over-layer{
  opacity: 1;
}
.member-area1 .member-info .over-layer h4{
  font-size: 17px;
    font-weight: 900;
}
.member-area1 .member-info .over-layer h6{
  font-weight: 800;
  color: #2e7294;
  padding-bottom: 10px;
  font-size: 16px;
  line-height: 23px;
}

/* ----- Team-area-end ------- */



/* ----- testimonial-area-start ------- */
.client-section-two {
  background: #e04a4814;
  padding: 60px 0;
}
.client-section-two .heading{
  margin-bottom: 25px;
}

.client-box {
  background: #fff;
  border: 1px solid #F0F0F7;
  box-shadow: 0px 4.4px 12px -1px rgba(19, 16, 34, 0.06), 0px 2px 6.4px -1px rgba(19, 16, 34, 0.03);
  border-radius: 30px;
  padding: 25px;
  margin-bottom: 40px;
}

.client-box .client-content {
  border-bottom: 1px solid #E2E5F1;
}

.client-box .rating {
  font-size: 12px;
  margin-bottom: 13px;
}

.rating i.filled {
  color: #fbc418;
}

.client-box .client-content h6 {
  font-weight: bold;
  font-size: 18px;
  color: #28283C;
  margin-bottom: 12px;
}

.client-content p {
  margin-bottom: 24px;
  color: #74788d;
  font-size: 15px;
}

.client-box .client-img {
  margin: 23px 0 0;
  display: flex;
  align-items: center;
}

.client-box .client-img img {
  width: 48px !important;
  height: 48px;
  margin: 0 15px 0 0;
  border-radius: 50%;
}

.client-name h5 {
  font-weight: 600;
  font-size: 20px;
  margin-bottom: 7px;
  color: #28283C;
}

.client-name h6 {
  font-weight: 400;
  font-size: 14px;
  color: #74788d;
  margin-bottom: 0;
  text-align: left;
}

.owl-dots {
  text-align: center;
}

.owl-dots .owl-dot span {
  width: 15px;
  height: 15px;
  line-height: 12px;
  margin: 0;
  background: #F1E2EB;
  border-radius: 50%;
  display: block;
  transition: all 0.4s ease;
}

.owl-dots .owl-dot.active span {
  background: #3585ad;
}

.owl-dots .owl-dot {
  margin-right: 5px;
}

/* ----- testimonial-area-end ------- */


/* ----- gallery-area-start ------- */
#events {
  overflow: hidden;
}

#events .event-box .event-box-image {
  position: relative;
  border-radius: .4rem;
  overflow: hidden;
}

#events .event-box .event-box-image .view-section {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

#events .event-box .event-box-image .view-section::before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: #000000;
  opacity: 0;
  transition: 0.3s cubic-bezier(0.445, 0.05, 0.55, 0.95);
}

#events .event-box .event-box-image .view-section .btn {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  opacity: 0;
  transition: 0.3s cubic-bezier(0.47, 0, 0.745, 0.715);
  color: #fff;
  font-size: 14px;
  line-height: 0;
  padding: 10px 10px;
  background: #3585ad;
}

#events .event-box:hover .event-box-image .view-section::before {
  opacity: 0.4;
}

#events .event-box:hover .event-box-image .view-section .btn {
  opacity: 0.9;
}

#events .event-box:hover .event-box-image .view-section .btn:hover {
  color: #ffffff !important;
}

#events .event-carousel {
  position: relative;
  margin-top: 29px;
}
#events .event-box .event-box-image img{
  height: 255px;
  object-fit: cover;
}

/* ----- gallery-area-end ------- */

/* ----- footer-area-start ------- */
#footer-area {
  background-color: #1d1e1f;
  padding-top: 80px;
  overflow: hidden;
}

#footer-area .footer-area-inner-content {
  margin-bottom: 60px;
}

#footer-area .footer-area-inner-content .logo-area {
  margin-bottom: 20px;
}

#footer-area .footer-area-inner-content .logo-area img {
  max-width: 276px;
}

#footer-area .footer-area-inner-content h4 {
  text-transform: capitalize;
  color: #ffffff;
  font-size: 21px;
  position: relative;
  padding: 8px 0;
  margin-bottom: 30px;
  font-weight: 600;
}

#footer-area .footer-area-inner-content h4::after {
  content: " ";
  position: absolute;
  top: 101%;
  left: 0;
  height: 3px;
  width: 35px;
  background-color: #656767;
  z-index: 9;
  border-radius: 10px;
}

#footer-area .footer-area-inner-content h4::before {
  content: " ";
  position: absolute;
  top: 105%;
  left: 0;
  height: 2px;
  width: 100px;
  background-color: #656767;
}

#footer-area .footer-area-inner-content p {
  /* text-transform: capitalize; */
  font-size: 14px;
  font-weight: 400;
  color: #ffffff;
  line-height: 24px;
  margin-bottom: 10px;
}

#footer-area .footer-area-inner-content .quick-links {
  padding: 0;
  margin: 0;
  margin-bottom: 15px;
}

#footer-area .footer-area-inner-content .quick-links li a {
  font-size: 15px;
  font-weight: 400;
  color: #ffffff;
  line-height: 27px;
  text-transform: capitalize;
  text-decoration: none;
  transition: all 0.7s ease;
  display: inline-block;
  /* display: inline; */
  background-size: 0% 1px, 0 1px;
  background-position: 100% 100%, 0 100%;
  background-repeat: no-repeat;
  background-image: linear-gradient(#fff, #fff), linear-gradient(#fff, #fff);
}
#footer-area .footer-area-inner-content .quick-links li a.adrs{
  text-transform: unset;
}

#footer-area .footer-area-inner-content .quick-links li a:hover {
  color: #5cacd3;
  margin-left: 5px;
  background-size: 0% 1px, 100% 1px;
}
#footer-area .footer-area-inner-content .quick-links li a.border-hide:hover{
  background-image: unset;
}

#footer-area .footer-area-inner-content .quick-links li {
  margin: 5px 0;
}

#footer-area .footer-area-inner-content .quick-links li i {
  color: #ffffff;
  font-size: 14px;
  margin-right: 6px;
}

#footer-area .footer-area-inner-content .quick-links li.media i {
  color: #ffffff;
  margin-right: 10px;
  /* margin-top: 5px; */
  width: 30px;
  font-size: 16px;
  height: 30px;
  background-color: #333435;
  line-height: 30px;
  text-align: center;
  border-radius: 2px;
}

#footer-area .footer-bottom {
  float: left;
  width: 100%;
  padding: 20px 0;
  background-color: transparent;
  position: relative;
  border-top: 1px solid #c3bdbd8a;
}

#footer-area .footer-bottom .copy-right {
  margin-top: 8px;
  text-align: center;
}

#footer-area .footer-bottom .copy-right p {
  text-transform: capitalize;
  font-size: 15px;
  font-weight: 500;
  color: #d8d2d2;
  margin-bottom: 0;
  line-height: 25px;
}

#footer-area .footer-bottom .copy-right p a {
  color: #67b7de;
  font-weight: bold;
  vertical-align: bottom;
  text-decoration: none;
  text-transform: none;
}

#footer-area .social-links {
  padding: 0;
  margin: 20px 8px 0 0;
}

#footer-area .social-links li {
  display: inline-block;
}

#footer-area .social-links li i {
  display: inline-block;
  width: 40px;
  height: 40px;
  color: #fff3f3;
  transition: all 0.8s ease;
  font-size: 16px;
  margin-right: 5px;
  background: #3d3e3f;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  border-radius: 3px;
  border-bottom: 2px solid #87878894;
}

#footer-area .social-links li i:hover {
  color: #ffffff;
  background: linear-gradient(to right, #ff5956, #3585ad);
}

#footer-area .footer-area-inner-content .form-group input {
  margin: 10px 0;
  background-color: #dcdcdc;
  border: none;
  color: #0f1f3d;
}

/* ----- footer-area-end ------- */


/* ----- our-partners-area-start ------- */
.partner-img {
  border: 2px solid #f5f5f5;
  padding: 15px;
  border-radius: 10px;
  margin-bottom: 20px;
  background-color: #fff;
}

.partner-img img {
  width: auto !important;
  margin: 0 auto;
  height: 35px;
}

.partner-img:hover {
  box-shadow: 0px 10px 20px -5px rgba(76, 64, 237, 0.08);
}

/* ----- our-partners-area-start ------- */

/* ----- breadcrumb-area-start ------- */
.breadcrumbs-area {
  background-image: url("../images/banner-1.jpg");
  text-align: left;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
  display: block;
  padding: 58px 0;
}

.breadcrumbs-area::after {
  position: absolute;
  content: "";
  background: #292727b3;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
}

.breadcrumbs-area .breadcrumbs-content {
  position: relative;
  z-index: 1;
}

.breadcrumbs-area .breadcrumbs-content h1 {
  text-transform: capitalize;
  font-weight: 600;
  margin-bottom: 7px;
  color: #fff;
  font-size: 28px;
}

.breadcrumbs-area .breadcrumbs-content ul li {
  display: inline-block;
  color: #fff;
}

.breadcrumbs-area .breadcrumbs-content ul li a {
  font-size: 16px;
  color: #b1b1b1;
  transition: all 0.5s ease-out;
  font-weight: 500;
}

.breadcrumbs-area .breadcrumbs-content ul li a:hover {
  /* color: #e53935; */
  color: #d66757;
}

/* ----- breadcrumb-area-end ------- */

/* ----- about-us-inner-page-area-start ------- */
.aboutsection .aboutimg.first {
  height: 385px;
}
.aboutsection .aboutimg {
  width: 100%;
  height: 400px;
  /* border-radius: 60% 10% 70% 60% / 170% 80% 32% 40%; */
  border-radius: 60% 22% 70% 60% / 432% 102% 74% 288%;
  overflow: hidden;
}
.aboutsection .aboutimg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.aboutsection .aboutimg::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: -5%;
  right: 0;
  top: 55%;
  background: url(../images/blur2.svg);
  background-repeat: no-repeat;
  width: 221px;
  height: 221px;
  background-size: 200px;
  background-position: bottom left;
  opacity: 0.16;
}

/* ----- about-us-inner-page-area-end ------- */


/* ----- mission-&-vision-area-start ------- */
.mission-area {
  padding-bottom: 80px;
}

.mission-area .left-area {
  position: relative;
  padding: 48px;
  border-radius: 48px 0 48px 48px;
  box-shadow: 0 25px 35px rgba(50, 50, 93, 0.1), 0 15px 15px rgba(0, 0, 0, 0.07);
}

.mission-area .left-area.right {
  border-radius: 48px 0 48px 48px;
}

.mission-area .left-area h3 {
  color: #0d0d0d;
  font-size: 20px;
  text-transform: capitalize;
  font-weight: bold;
}

.mission-area .left-area p {
  color: #ffffff;
}

.mission-area .right-area {
  position: relative;
  background-color: #80758c;
  padding: 48px;
  border-radius: 0 48px;
}

.mission-area .right-area h3 {
  color: #ffffff;
  font-size: 22px;
}

.mission-area .right-area p {
  color: #ffffff;
  text-align: justify;
  position: relative;
  z-index: 99;
}

.pop-underline {
  position: relative;
  background: none;
  margin: 5px 0 0 12px;
  border: none;
  overflow: hidden;
  font-size: 16px;
  color: #fff;
  transition: color 600ms ease-in-out;
  padding-left: 0;
  font-weight: 500;
}

.pop-underline::after {
  content: "";
  display: block;
  position: relative;
  margin-top: 0.25em;
  border-bottom: 0.25em solid #FCDB25;
  opacity: 0;
  transition: all 450ms ease-in-out;
  width: 1%;
}

.pop-underline:hover::after {
  opacity: 1;
  width: 100%;
}

.pop-underline:hover {
  color: #fff;
}

.pop-underline i {
  margin-left: 6px;
  font-size: 13px;
}

.mission-area .left-area .left-pic {
  position: absolute;
  right: 11%;
  top: 8%;
}

.mission-area .left-area .left-pic img {
  width: 85px;
  opacity: 0.5;
  transition: all 0.7s ease;
}

.mission-area .right-area .right-pic {
  position: absolute;
  right: 53px;
  top: 8%;
  transition: all 0.7s ease;
}

.mission-area .right-area .right-pic img {
  width: 121px;
  opacity: 0.5;
  transition: all 0.7s ease;
}

.mission-area .left-area:hover img {
  transform: translateY(-20px);
}

.mission-area .right-area:hover img {
  transform: translateY(-20px);
  box-shadow: 0 0.5rem 1rem rgba(141, 98, 98, 0.15) !important;
}
span.more {
  display: inline-flex;
  text-transform: capitalize;
  background-color: #fec901;
  border: 1px solid #fec901;
  color: #fff;
  font-size: 15px;
  font-weight: 600;
  padding: 10px 21px;
  overflow: hidden;
  min-width: 126px;
  border-radius: 24px;
  transition: all 0.8s ease;
  justify-content: center;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  cursor: pointer;
}
.mission-area .left-area .mybox .smalltxt{
  font-size: 15px;
  font-weight: 500;
  line-height: 25px;
}

/* ----- mission-&-vision-area-end ------- */

/* ----- contact-area-start ------- */
#contact-us {
  width: 100%;
  position: relative;
      overflow: hidden; 
  padding: 60px 0;
}

#contact-us .contact-details .contact-detail-box {
  padding: 20px;
  border-radius: 1.5rem;
  background: #ffffff;
  height: 100%;
  text-align: center;
  transition: all 0.7s ease;
  box-shadow: 2px 3px 11px rgba(0, 0, 0, 0.08);
}

#contact-us .contact-details .contact-detail-box:hover {
  transform: translateY(-12px);
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
}

#contact-us .contact-details .contact-detail-box img {
  max-width: 60px;
  margin: 0 auto;
}

#contact-us .contact-details .contact-detail-box h4 {
  margin: 30px 0 15px;
  text-transform: inherit;
  font-size: 17px;
  font-weight: bold;
}

#contact-us .contact-details .contact-detail-box a,
#contact-us .contact-details .contact-detail-box p {
  display: block;
  font-size: 15px;
  line-height: 24px;
  font-weight: 600;
  color: #4f5a6b;
}

#contact-us .contact-details .contact-detail-box a:hover {
  color: #3585ad;
}

#contact-us .contact-form {
  margin-top: 40px;
}

#contact-us .contact-form .form-area {
  padding: 60px 30px 35px;
  background: #ffffff;
  border-top-left-radius: 1.5rem;
  border-bottom-left-radius: 1.5rem;
  box-shadow: 2px 3px 11px rgba(0, 0, 0, 0.08);
}

#contact-us .contact-form .map-area {
  border-top-right-radius: 1.5rem;
  border-bottom-right-radius: 1.5rem;
  overflow: hidden;
}

#contact-us .contact-form iframe {
  width: 100%;
  height: 100%;
  border: none;
  outline: none;
}

#contact-us .contact-form .form-control {
  border: none;
  border-radius: 0.25rem;
  height: 48px;
  background-color: #f5f5f5;
  font-family: "Quicksand", sans-serif;
  font-size: 14px;
  font-weight: 500;
  color: #313131;
  box-shadow: none;
  padding: 10px 15px;
  letter-spacing: 0;
  outline: none;
  transition: all 0.7s ease;
}

#contact-us .contact-form .form-control:focus {
  border: 2px solid #d53736;
}

#contact-us .contact-form textarea.form-control {
  height: auto;
}

#contact-us .contact-form .form-area form {
  margin-top: 30px;
}

#contact-us .contact-form .form-area h2.section-heading {
  font-size: 25px;
  font-weight: bold;
}

#contact-us .contact-form .cstm-btn-new {
  font-size: 14px;
  margin-top: 11px;
}

/* ----- contact-area-end ------- */

/* ----- gallery-area-start ------- */
.gallery-area{
  position: relative;
  padding: 70px 0;
}
.widget-gallery {
  /* display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 10px;
  max-width: 320px; */
}

.widget-gallery .gallery-btn {
  position: absolute;
  top: 50%;
  left: 50%;
  color: var(--white-color);
  visibility: hidden;
  opacity: 0;
  -webkit-transform: translate(-50%, 20px);
      -ms-transform: translate(-50%, 20px);
          transform: translate(-50%, 20px);
  background: transparent;
  color: #fff;
}

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

.widget-gallery .gallery-thumb {
  overflow: hidden;
  position: relative;
  border-radius: 0px;
  margin-bottom: 28px;
}

.widget-gallery .gallery-thumb:before {
  content: '';
  height: calc(100% - 14px);
  width: calc(100% - 14px);
  background-color: #000000;
  opacity: 0.8;
  position: absolute;
  top: 7px;
  left: 7px;
  -webkit-transform: scaleX(0);
      -ms-transform: scaleX(0);
          transform: scaleX(0);
  border-radius: inherit;
  -webkit-transition: 0.4s ease-in-out;
  transition: 0.4s ease-in-out;
}

.widget-gallery .gallery-thumb img {
  width: 100%;
  height: 244px;
  object-fit: cover;
}

.widget-gallery .gallery-thumb:hover:before {
  -webkit-transform: scaleX(1);
      -ms-transform: scaleX(1);
          transform: scaleX(1);
}

.widget-gallery .gallery-thumb:hover .gallery-btn {
  visibility: visible;
  opacity: 1;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.widget-gallery .gallery-btn i{
  background: #2f7396;
  color: #fff;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
}

/* ----- gallery-area-start ------- */


/* ----- faq-area-start ------- */
.accordion {
  margin-bottom: 20px;
}
.accordion .card {
  color: #fff;
  border: none;
  border-radius: 0;
  background: transparent;
}
.accordion .card .card-header {
  color: #fff !important;
  background: linear-gradient(128deg, #dc4f4f 24%, #3585ad 100%) !important;
  margin-top: 18px;
  border: none;
  font-size: 15px;
  font-weight: 500;
  border-radius: 10px 10px 0 0;
}
.accordion .card .card-header:after {
  font-family: "Line Awesome Free";
  color: #fff;
  content: "\f068";
  position: relative;
  font-weight: 900;
  float: right;
}
.accordion .card .card-header:hover {
  text-decoration: none;
}
.accordion .card .card-header.collapsed {
  color: #fff;
}
.accordion .card .card-header.collapsed:after {
  font-family: "Line Awesome Free";
  content: "\f067";
  color: #fff;
  position: relative;
  font-weight: 900;
}
.accordion .card .card-body {
  color: #383838;
  padding: 15px;
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
  background: #9b8f7d2e;
  border-radius: 0 0 70px 0;
  border-bottom: 2px solid #f9615e;
}
.accordion .card .card-body p {
  margin-bottom: 0;
  font-size: 15px;
  font-weight: 500;
  color: #222222;
}

/* ----- faq-area-end ------- */


/* ----- our-team-details-area-start ------- */
#bio-details .about-area2 {
  margin-top: 22px;
}
#bio-details .about-area2 p {
  text-align: center;
  margin-bottom: 32px;
}
#bio-details .details-area{
  width: 100%;
  position: relative;
}
#bio-details .details-area .pic-area {
  margin-bottom: 25px;
  background: linear-gradient(to right, #2d6071, #4698b4);
  padding: 11px;
  border-radius: 10px;
}
#bio-details .details-area .pic-area img {
  border-radius: 5px;
  width: 100%;
}
#bio-details .details-area .info-area h3 {
  font-weight: 600;
  line-height: 35px;
  margin-bottom: 7px;
  font-size: 22px;
  text-transform: capitalize;
}
#bio-details .details-area .info-area h5 {
  color: #2d6071;
  font-size: 18px;
  font-weight: 700;
}
#bio-details .details-area .info-area h4 {
  font-weight: bold;
  margin-top: 15px;
  font-size: 17px;
  text-transform: capitalize;
}
#bio-details ul.media-icon {
  display: flex;
  flex-direction: row;
  margin-bottom: 15px;
}
#bio-details ul.media-icon li {
  margin-right: 15px;
  height: 35px;
  width: 35px;
  border: 2px solid #2d6071;
  border-radius: 6px;
  text-align: center;
  line-height: 31px;
  box-shadow: 0 4px 6px -2px rgba(0, 0, 0, 0.44);
  transition: 0.4s;
}
#bio-details ul.media-icon li a {
  color: #2d6071;
  font-size: 15px;
}
#bio-details ul.media-icon li:hover {
  background: #2d6071;
  transition: 0.4s;
}
#bio-details ul.media-icon li:hover a {
  transition: 0.4s;
  color: #fff;
}

/* ----- our-team-details-area-start ------- */


/* ----- past-events-area-start ------- */
.post .post-thumbs {
  position: relative;
  margin-bottom: 15px;
}
.post .post-thumbs img {
  border-radius: 11px;
  opacity: 1;
  transition: opacity .4s;
  width: 100%;
  height: 450px;
  object-fit: cover;
}
.post .post-meta {
  width: 100%;
}
.post .post-meta:not(:first-child) {
  margin-bottom: 15px;
}
.post .post-meta .pub-date {
  color: #999;
  font-size: 14px;
  text-transform: uppercase;
  font-weight: 600;
}
.post .post-meta .pub-date .fa {
  margin-right: 5px;
}
.post.post-single .post-entry h1 {
  font-size: 19px;
  font-weight: bold;
}
.post-entry h3 {
  font-size: 19px;
  font-weight: bold;
}
.post-entry h4 {
  font-size: 19px;
  font-weight: bold;
}

/* ----- past-events-area-end ------- */

/* ----- blog-details-area-start ------- */
.blog_details .details_image img {
  width: 100%;
  height: 450px;
  object-fit: cover;
  border-radius: 9px;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

.blog_details .details_content {
  width: 90%;
  margin: -130px auto 0;
  position: relative;
}

.blog_details .details_content .date {
  width: 60px;
  height: 60px;
  background-color: #286989;
  color: #fff;
  font-size: 16px;
  text-align: center;
  padding: 5px 0;
  line-height: 13px;
  display: inline-block;
  border-radius: 6px;
}

.blog_details .details_content .date span {
  font-size: 24px;
  font-weight: 700;
  line-height: 30px;
}

.blog_details .details_content .blog_content_wrapper {
  padding: 25px 30px;
  border-radius: 5px;
  -webkit-box-shadow: 0px 0px 125px 0px rgba(0, 0, 0, 0.17);
  box-shadow: 0px 0px 125px 0px rgba(0, 0, 0, 0.17);
  margin-top: 10px;
  background-color: #fff;
  margin-bottom: 26px;
}

.blog_details .details_content .blog_content_wrapper .blog_meta {}

.blog_details .details_content .blog_content_wrapper .blog_meta li {
  display: inline-block;
  position: relative;
}

.blog_details .details_content .blog_content_wrapper .blog_meta li + li {
  margin-left: 20px;
}

.blog_details .details_content .blog_content_wrapper .blog_meta li + li::before {
  position: absolute;
  content: '/';
  top: 2px;
  left: -13px;
  font-size: 14px;
  color: #b3b2b2;
}

.blog_details .details_content .blog_content_wrapper .blog_meta li a {
  font-size: 14px;
  color: #8b8989;
}

.blog_details .details_content .blog_content_wrapper .blog_title {
  font-size: 18px;
  line-height: 32px;
  font-weight: 600;
  color: #002639;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
  margin-top: 15px;
}



.blog_details .blockquote {
  background-color: #fff;
  -webkit-box-shadow: 0px 0px 95px 0px rgba(34, 34, 34, 0.15);
  box-shadow: 0px 0px 95px 0px rgba(34, 34, 34, 0.15);
  padding: 35px 40px;
  border-radius: 30px;
  overflow: hidden;
  position: relative;
  margin-top: 45px;
  margin-bottom: 30px;
  z-index: 5;
}

.blog_details .blockquote i {
  font-size: 72px;
  line-height: 75px;
  position: absolute;
  right: 40px;
  top: -10px;
  color: #286989;
  z-index: -1;
}

.blog_details .blockquote p {
  font-size: 22px;
  line-height: 34px;
  margin-top: 0;
  font-weight: 700;
}


.blog_details_share {
  margin-top: 35px;
  padding-bottom: 45px;
}

.blog_details_share span {
  font-size: 18px;
  font-weight: 600;
  color: #002639;
}

.blog_details_share .social li {
  display: inline-block;
  margin-left: 10px;
}

.blog_details_share .social li a {
  font-size: 20px;
  color: #9d9d9d;
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}

.blog_details_share .social li a:hover {
  color: #286989;
}

.blog_details_comment {
  border-top: 1px solid #ebebeb;
  padding-top: 45px;
}

.blog_details_comment .blog_comment_items {
  padding-top: 15px;
}

.blog_details_comment .blog_details_comment_title {
  font-size: 17px;
  font-weight: 600;
}

.blog_details_comment .blog_comment_items ul li .single_comment {
  margin-top: 30px;
}

.blog_details_comment .blog_comment_items ul li .single_comment .comment_author img {
  width: 80px;
  border-radius: 50%;
}

.blog_details_comment .blog_comment_items ul li .single_comment .comment_content {
  margin-left: 20px;
  padding: 30px;
  border: 1px solid #ebebeb;
}

.blog_details_comment .blog_comment_items ul li .single_comment .comment_content .author_name {
  font-size: 16px;
  font-weight: 600;
}

.blog_details_comment .blog_comment_items ul li .single_comment .comment_content p {
  font-size: 16px;
  margin-top: 15px;
}

.blog_details_comment .blog_comment_items ul li .single_comment .comment_content .commtent_meta li {
  display: inline-block;
}

.blog_details_comment .blog_comment_items ul li .single_comment .comment_content .commtent_meta li a {
  font-size: 14px;
  color: #616161;
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}

.blog_details_comment .blog_comment_items ul li .single_comment .comment_content .commtent_meta li a i {
  margin-right: 5px;
}

.blog_details_comment .blog_comment_items ul li .single_comment .comment_content .commtent_meta li a:hover {
  color: #378db8;
}

.blog_details_comment .blog_comment_items ul li .single_comment .comment_content .commtent_meta li + li {
  margin-left: 20px;
  margin-top: 10px;
}

.blog_details_comment .blog_comment_items .reply_comment {
  padding-left: 90px;
}
.sidebar_search {
  position: relative;
}

.sidebar_search input {
  width: 100%;
  height: 50px;
  padding: 0 25px;
  background-color: #ebebeb;
  color: #070707;
  border: 0;
  outline: none;
  font-size: 15px;
  border-radius: 8px;
}
.sidebar_search input:focus{
  border: 2px solid #286989;
}

.sidebar_search button {
  width: 50px;
  height: 50px;
  padding: 0;
  border: 0;
  background-color: #286989;
  color: #fff;
  font-size: 16px;
  position: absolute;
  top: 0;
  right: 0;
  border-radius: 7px;
}

.sidebar_title {
  font-size: 18px;
  font-weight: 600;
  color: #002639;
  margin-bottom: 30px; 
}

.sidebar_tag,
.sidebar_list,
.sidebar_post {
  border: 1px solid #ebebeb;
  padding: 30px 35px 35px;
  margin-top: 30px;
}

.single_sidebar_post {}

.single_sidebar_post .post_image img {
  width: 100px;
  height: 60px;
  border-radius: 5px;
  object-fit: cover;
  object-position: center;
}

.single_sidebar_post .post_content {
  padding-left: 15px;
}

.single_sidebar_post .post_content .title a {
  font-size: 14px;
  font-weight: 700;
  color: #002639;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

.single_sidebar_post .post_content .title a:hover {
  color: #286989;
}

.single_sidebar_post .post_content .date {
  margin-top: 5px;
  font-size: 12px;
  font-weight: 600;
}

.archives_list {
  margin-top: 20px;
}

.archives_list li {
  margin-top: 10px;
}

.archives_list li a {
  display: block;
  font-size: 15px;
  color: #484848;
  transition: all 0.3s linear;
  font-weight: 600;
}
.archives_list li a:hover{
  color: #378db8;
}

.archives_list li a i {
  color: #378db8;
  margin-right: 8px;
}

.archives_list li a span {
  float: right;
}

.archives_tag {
  margin-left: -5px;
  margin-right: -5px;
  margin-top: 20px;
}

.archives_tag li {
  margin: 0 4px;
  display: inline-block;
  margin-top: 15px;
}

.archives_tag li a {
  font-size: 14px;
  padding: 6px 13px;
  height: 30px;
  line-height: 28px;
  border: 1px solid #ebebeb;
  color: #484848;
  border-radius: 4px;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

.archives_tag li a:hover {
  color: #fff;
  background-color: #378db8;
  border-color: #378db8;
}
.single_sidebar_post .post_content h6.title{
  margin: 0;
}
.single_form {
  margin-top: 30px;
}


.single_form textarea,
.single_form input {
  width: 100%;
  height: 55px;
  padding: 0 25px;
  font-weight: 500;
  font-size: 14px;
  outline: none;
  color: #2b2a35;
  border: 1px solid rgba(43, 42, 53, 0.3);
  border-radius: 5px;
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}

.single_form textarea {
  resize: none;
  padding-top: 15px;
  height: 120px;
}

.single_form textarea:focus,
.single_form input:focus {
  border: 2px solid #378db8;
  box-shadow: none;
}
.blog_comment_form{
  margin-top: 45px;
}
.blog-content .cstm-btn-2{
  font-size: 13px;
  padding: 8px 16px;
  margin-top: 10px;
}
.blog_details p {
  margin-top: 25px;
  font-size: 16px;
  font-weight: 500;
}
.blog_details h4 {
  color: #286989;
  font-size: 17px;
  font-weight: bold;
  text-decoration: underline;
}
.contact-wrapper span a.call-no{
  color: #286989;
    font-weight: 800;
}

/* ----- blog-details-area-end ------- */

/* ----- marquee-area-start ------- */
.marquee-area {
  padding: 41px 0 15px 0;
}

.marquee-area .container {
  display: flex;
}

.marquee-title {
  display: flex;
  align-items: center;
  padding: 11px 19px 13px;
  color: #fff;
  background-color: #3585ad;
  width: 33%;
}

.marquee-title h2 {
  font-size: 15px;
  line-height: 26px;
  margin: 0 10px 0 0;
  font-weight: 600;
}

.marquee-title span {
  color: #f0f0f0;
  font-size: 14px;
  line-height: 24px;
  font-weight: 600;
}

.news-updates-list {
  position: relative;
  max-height: 50px;
  padding: 0 12px;
  color: #999;
  background-color: #e4e4e4;
  width: 100%;
}

.news-updates-list::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 12px;
  background-color: #fafafa;
  z-index: 1;
}

.news-updates-list .marquee-inner {
  width: 100%;
}

.news-updates-list .marquee-inner marquee {
  width: 100%;
  margin-top: 12px;
}

.news-updates-list .marquee-inner marquee ul {
  display: flex;
}

.news-updates-list .marquee-inner marquee ul li {
  margin-left: 30px;
}

.news-updates-list .marquee-inner marquee ul li a {
  color: #000;
  font-size: 15px;
  font-weight: 500;
  display: flex;
  align-items: center;
}

.news-updates-list .marquee-inner marquee ul li a i {
  font-size: 9px;
  color: #3585ad;
  margin-right: 5px;
}

/* ----- marquee-area-end ------- */