@charset "utf-8";

* {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

/* ------Scrollbar CSS Start----- */
/* Firefox */

/* Chrome, Edge, and Safari */
*::-webkit-scrollbar {
  width: 5px;
}

*::-webkit-scrollbar-track {
  background: transparent;
}

*::-webkit-scrollbar-thumb {
  background-color: #3f3f3f;
  border-radius: 5px;
  border: 0px;
}

/* ------Scrollbar CSS End----- */

/*--- Common Style Start---*/

:root {
  --black: #000;
  --white: #ffffff;
  --dark-grey: #1A1A1A;
  --grey: #303030;
  --light-grey: #4A4A4A;
  --dark-blue: #003448;
  --sky: #259DCC;
  --body-font: "Open Sans", sans-serif !important;
  --heading-font: "Poppins", sans-serif; 
  --other-font: "Montserrat", sans-serif;
}

/*
font-family: "Open Sans", sans-serif;
font-family: "Poppins", sans-serif;
font-family: "Montserrat", sans-serif;
*/

html,
body {
  overflow-x: hidden;
}

body {
  margin: 0;
  padding: 0;
  font-weight: 400;
  font-size: 13px;
  line-height: 20px;
  font-family: var(--body-font) !important;
  color: var(--dark-grey);  
  letter-spacing: 0 !important;
}


a {
  display: inline-block;
  text-decoration: none !important;
  -webkit-transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}

figure {
  margin: 0;
  padding: 0;
  display: block;
}

h1,
h2 {
  font-size: 34px;
  line-height: normal;
  font-weight: 600;
  color: var(--black);
  font-family: var(--body-font) !important;
}
h2 {
  font-size: 30px;
}

h3 {
  font-size: 22px;
}

h4 {
  font-size: 20px;
}

h5 {
  font-size: 18px;
}

h6 {
  font-size: 16px;
}
h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6 {
  clear: initial; 
  font-family: var(--body-font);
  letter-spacing: 0 !important;
  margin-bottom: 0;
}
ul {
  padding-left: 0px;
  margin-bottom: 0px;
}
p{
  line-height: 20px;
  font-size: 13px;
  color: var(--grey);
}

p:last-of-type {
  margin-bottom: 0;
}

/*--- Common Style End---*/

/*--- Bootstrap Form Start ---*/

.form-control {
  height: 45px;
  border: 1px solid #e9eaeb !important;
  padding: 10px 15px;
  background-color: var(white) !important;
  font-size: 13px;
  color: var(--grey);
  font-weight: 600;
  letter-spacing: 0;
  border-radius: 5px !important;
  box-shadow: none !important;
  font-family: var(--body-font);
}

select.form-control:not([size]):not([multiple]) {
  height: 50px;
}

textarea.form-control {
  height: 100px;
  resize: none;
}

.form-control::placeholder {
  color: #00000050;
  font-family: var(--body-font);
}

.form-control:focus {
  border: none;
  outline: none !important;
}
.sec-space {
  padding: 30px 0;
}
.heading {
  margin-bottom: 20px;
  border-bottom: 2px solid var(--sky);
}
.heading h2{
  background: var(--sky);
  width: fit-content;
  padding: 12px 24px 10px;
  text-transform: uppercase;
  color: var(--white);
  font-family: var(--heading-font) !important;
  font-size: 16px;
  font-weight: 400;
  letter-spacing:  1px !important;
}

/*- Bootstrap Form End -*/

/*-- Button Start --*/

.btn {
  font-size: 12px;
  border-radius: 4px !important;
  font-family: var(--body-font);
  font-weight: 400;
  border: 1px solid transparent;
  position: relative;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
}

button:focus,
.btn:focus,
button:active,
.btn:active {
  outline: none;
  box-shadow: none !important;
  border: 1px solid transparent;
}

/*-- Button End --*/

/*--------------Menu Section Start--------------*/

/*--- Animation Header Start ---*/

@-webkit-keyframes animationFade {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@-o-keyframes animationFade {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    -o-transform: none;
    transform: none;
  }
}

@keyframes animationFade {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    -o-transform: none;
    transform: none;
  }
}

/*--- Animation Header End ---*/

/*----   HEADER  START  ----*/

#myHeader {
  /* min-height: 88px; */
  top: 0;
  z-index: 999;
  width: 100%;
}
.menumain {
  width: 100%;
  z-index: 9;
  transition: all 0.5s ease;
  position: relative;
  background: var(--dark-blue);
  border-top: 4px solid var(--sky);
}
.menumain nav.navbar {
  padding-top: 0;
  padding-bottom: 0;
  transition: all 0.5s ease;
}
.navbar-expand-lg .navbar-collapse {
  justify-content: space-between;
}
.navbar-nav {
  flex-wrap: wrap;
  margin-right: 10px;
}
.navbar .navbar-collapse ul li a {
  color: var(--white);
  font-size: 11px; 
  font-weight: 400;
  font-family: var(--other-font);
  padding: 14px 5px;
  margin-right: 20px;
  display: inline-block;
  text-transform: uppercase;
  transition: 0.3s ease-in-out;
}
.navbar-brand img {
  height: 46px;
  width: auto;
}
.navbar-collapse ul > li:last-child a{
  margin-right: 0px;
}
.nav-item.active .nav-link, .nav-item:hover .nav-link{
  background: var(--sky);
}
.sub-menu-toggle{
  display: none;
}
 .dropdown-menu{
  padding: 20px;
}
.dropdown-menu li a{
  padding: 8px 0 !important;
}
.footer-main .sub-menu{
  display: none;
}
.social-icons .fa{
  height: 24px;
  width: 24px;
  line-height: 24px;
  font-size: 14px;
  text-align: center;
  border-radius: 50%;
  background: var(--black);
  color: var(--white);
}
.social-icons li:not(:last-child){
  margin-right: 6px;
}
.search-icon img{
  filter: brightness(0) invert(1);
  height: 20px;
  width: auto;
  cursor: pointer;
}
.random-icon img{
  height: 22px;
  width: auto;
}
.latest-update a{
  color: var(--sky);
}
.latest-update p{
  flex: 0 0 100%;
  text-align: right;
} 
.latest-update .latest-slider{
  flex: 0 0 50%;
  margin-left: 8px;
}
#ajaxsearchlite1 .probox, div.asl_w .probox {
  padding: 4px !important;
}
#ajaxsearchlite1 .probox, div.asl_w .probox {
  border: 2px solid var(--sky) !important;
  box-shadow: none !important;
}
div.asl_w .probox .promagnifier .innericon svg {
  fill: var(--sky);
}
button.btn.btn-primary {
  width: 100%;
  background: var(--sky) !important;
  height: 40px;
  color: #fff !important;
}
.modal-body {
  padding: 2rem 2rem 1rem;
}
.modal-footer {
  padding: 2rem 2rem;
}
.current-date p{
  font-family: "Montserrat", sans-serif;
  color: #797979;
  font-size: 12px;
  font-weight: 500;
}

/* sticky menu  */
.header-appear {
  position: fixed;
  top: 0;
  z-index: 999;
  width: 100%;
  background-color: var(--black);
  -webkit-animation-name: animationFade;
  -o-animation-name: animationFade;
  animation-name: animationFade;
  -webkit-animation-duration: 1s;
  -o-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  -o-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-box-shadow: 0 10px 10px -10px rgba(0, 0, 0, 0.35);
  box-shadow: 0 10px 10px -10px rgba(0, 0, 0, 0.35);
}

.header-appear .navbar {
  padding: 2px 0px;
}

/*---   HEADER END   ---*/

/* =================scroll top css start here================ */

.go-top {
  bottom: 32px;
  transform: translateY(-98%);
  opacity: 1;
  visibility: visible;
  right: 30px;
  border-radius: 100%;
  z-index: 9;
  background: var(--grey);
  display: inline-block;
  width: 50px;
  height: 50px;
  line-height: 45px;
  text-align: center;
  color: #fff;
  position: fixed;
  cursor: pointer;
  box-shadow: 0px 4px 6px rgb(32 33 36 / 28%);
  display: none;
  -webkit-animation-name: animationFade;
  -o-animation-name: animationFade;
  animation-name: animationFade;
  -webkit-animation-duration: 1s;
  -o-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  -o-animation-fill-mode: both;    
  animation-fill-mode: both;
}

.go-top.show {
  display: block;
}

.go-top::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  background-image: -moz-linear-gradient(0deg, #265cff 0%, #c1282a 100%);
  background-image: linear-gradient(to right, #00132b 0%, #00132b 100%);
  background-image: -ms-linear-gradient(0deg, #265cff 0%, #c1282a 100%);
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.5s ease-out 0s;
  -moz-transition: all 0.5s ease-out 0s;
  -ms-transition: all 0.5s ease-out 0s;
  -o-transition: all 0.5s ease-out 0s;
  transition: all 0.5s ease-out 0s;
  border-radius: 100%;
}

.go-top::after {
  z-index: -1;
  content: "";
  position: absolute;
  left: 3px;
  top: 3px;
  width: 45px;
  height: 45px;
  -webkit-animation: ripple 1.6s ease-out infinite;
  -moz-animation: ripple 1.6s ease-out infinite;
  -o-animation: ripple 1.6s ease-out infinite;
  animation: ripple 1.6s ease-out infinite;
  opacity: 0;
  background-image: -webkit-linear-gradient(
    0deg,
    var(--color-gray) 0%,
    var(--color-gray) 100%
  );
  border-radius: 100%;
}

.go-top i {
  font-size: 20px;
  font-weight: 700;
  padding-left: 4px;
  color: #fff;
  position: absolute;
  top: 43%;
  left: -5px;
  right: 0;
  margin: 0 auto;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transition: all 0.5s ease-out 0s;
  -moz-transition: all 0.5s ease-out 0s;
  -ms-transition: all 0.5s ease-out 0s;
  -o-transition: all 0.5s ease-out 0s;
  transition: all 0.5s ease-out 0s;
}

.go-top i:last-child {
  opacity: 0;
  visibility: hidden;
  top: 60%;
}

.go-top:focus i:last-child,
.go-top:hover i:last-child {
  opacity: 1;
  visibility: visible;
  top: 50%;
}

.go-top:focus i:first-child,
.go-top:hover i:first-child {
  opacity: 0;
  top: 0;
  visibility: hidden;
}

.go-top img{
  filter: brightness(1) invert(1);
}
@keyframes ripple {
  0%,
  35% {
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0);
    opacity: 1;
  }

  50% {
    -webkit-transform: scale(1.5);
    -moz-transform: scale(1.5);
    -ms-transform: scale(1.5);
    -o-transform: scale(1.5);
    transform: scale(1.5);
    opacity: 0.8;
  }

  100% {
    opacity: 0;
    -webkit-transform: scale(2);
    -moz-transform: scale(2);
    -ms-transform: scale(2);
    -o-transform: scale(2);
    transform: scale(2);
  }
}

/* =================scroll top css start here================ */

.section-grid{
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 14px;
}
.section-grid-col .blog-box::before, .post-slider .blog-box::before{
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(0deg, #0000007a, transparent);
  z-index: 1;
}
.section-grid-col .blog-box .bcontent, .post-slider .blog-box .bcontent{
  position: absolute;
  bottom: 0;
  left: 0;
}
.section-grid-col .bcontent::before, .post-slider .bcontent::before{
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 0;
  transition: 0.3s ease-in-out;
  background-color: #000000a8;
  z-index: -1;
}
.section-grid-col .blog-box:hover .bcontent::before, .post-slider .blog-box:hover .bcontent::before{
  height: 100%;
}
.section-grid-col .blog-box .blog-img{
  width: 100%;
  height: 100%;
  overflow: hidden;
  flex: 0 0 25%;
  padding-top: 90%;
}
.section-grid-col .blog-img img{
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: 0.3s ease-in-out;
  position: absolute;
  top: 0;
  left: 0;
}
.post-slider .blog-box .blog-img{
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.post-slider .blog-box .blog-img img{
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: 0.3s ease-in-out;
}
.section-grid-col .bcontent h3 a {
  color: var(--white);
  font-size: 13px;
  line-height: 1.4;
  font-weight: 400;
  max-width: 100%;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
}
.section-grid-col .bcontent h5{
  display: none;
} 
.post-slider .bcontent h3 a {
  color: var(--white);
  font-size: 22px;
  margin-top: 8px;
  font-weight: 400;
}
.post-slider .item, .post-slider .owl-item, .post-slider .owl-stage, .post-slider .owl-stage-outer, .post-slider{
  height: 100% !important;
}
.ban-row{
  margin: 0 -7px;
}
.ban-row [class*="col-"]{
  padding: 0 7px;
}
.blog-date{
  font-size: 11px;
  flex-shrink: 0;
}
.dtcom p{
  flex-shrink: 0;
  margin-bottom: 0;
}
.dtcom img {
  height: 13px;
  width: auto !important;
  margin-left: 10px;
  display: inline !important;
}
.ban-row .blog-date , .ban-row .bcontent p span{
  color: #d1d1d1;
}
.ban-row .bcontent p img{
  filter: brightness(0) invert(1);
}
/* ---------------------------------------------------Health start  */

.blog-row{
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
}
.blog-row .custom-news:first-child{
  grid-row: span 4;
}
.blog-row .custom-news:first-child .blog-img{
  height: auto;
  width: 100%;
}
.blog-row .custom-news:first-child .bcontent h3 a{
  color: var(--dark-grey);
  font-size: 20px;
}
.blog-row .custom-news:first-child .bcontent{
  position: static;
  background: var(--white);
}
.blog-row .custom-news:not(:first-child) .blog-box {
  display: flex;
  margin-bottom: 10px;
}
.blog-row .custom-news:not(:first-child) .blog-img {
  flex: 0 0 36%;
  min-height: 110px;
}
.blog-row .custom-news:last-child .blog-box{
  margin-bottom: 0;
}
.blog-row .custom-news:not(:first-child) .bcontent{
  padding: 12px;
}
.bcontent h3 a {
  font-size: 14px;
  line-height: 1.5;
  color: var(--light-grey);
  font-family: var(--heading-font) !important;
  font-weight: 500;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  line-clamp: 2;
  -webkit-box-orient: vertical;
}
.blog-img{
  overflow: hidden;
  flex: 0 0 25%;
}
.blog-img img{
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: 0.3s ease-in-out;
}
.bcontent{
  padding: 20px;
  position: relative;
  z-index: 1;
  width: 100%;
}
.bcontent h5{
  display: inline-block;
}
.bcontent h5 a, .movedetails h5 a{
  font-size: 12px;
  font-weight: 300;
  color: var(--white);
  background: var(--sky);
  width: fit-content;
  padding: 6px 12px;
  border-radius: 3px;
  margin-bottom: 4px;
}
.blog-content {
  max-width: 86%;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 3; 
          line-clamp: 3; 
  -webkit-box-orient: vertical;
  margin-top: 8px;
}
.features .blog-content {
  -webkit-line-clamp: 2; 
          line-clamp: 2; 
}
.blog-box{
  overflow: hidden;
  height: 100%;
  background: var(--white);
  box-shadow: 0 10px 20px #259DCC17;
}
.bimg{
  position: relative;
  padding-top: 60%;
  overflow: hidden;
}
.bimg img{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: 0.3s ease-in-out;
}
.bl-row{
  row-gap:30px;
  justify-content: center;
}
.blog-box:hover .blog-img img, .blog-box:hover .bimg img{
  transform: scale(1.1);
}
.blog-box:hover .bcontent h3 a{
  color: var(--sky);
}


.health .blog-row .custom-news:not(:first-child) .blog-content, .health .blog-row .custom-news:not(:first-child) .bcontent h5,
.family .blog-row .custom-news:not(:first-child) .blog-content, .family .blog-row .custom-news:not(:first-child) .bcontent h5,
.tech .blog-row .custom-news:not(:first-child) .blog-content, .tech .blog-row .custom-news:not(:first-child) .bcontent h5{
  display: none;
}

.family .blog-row{
  grid-template-columns: 1fr;
}

/* Covid 19 Resources  */
.covid-res ul{
  padding-left: 20px;
}
.covid-res li a{
  color: var(--light-grey);
  margin-bottom: 8px;
  font-size: 14px;
  font-weight: 400;
  transition: 0.3s ease-in-out;
}
.covid-res li:last-child a{
  margin-bottom: 0;
}
.covid-res li a:hover{
  color: var(--sky);
  text-decoration: underline !important;
}

/* Resources  */
.coverimg{
  position: relative;
  padding-top: 100%;
}
.coverimg img{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.res-wrapping{
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 14px;
}


/* Listing Page  */
.news-cms .bcontent h3 a, .news-cat-details .bcontent h3 a, .cat-details-cms .bcontent h3 a{
  font-size: 18px;
  color: var(--dark-grey);
  margin: 8px 0;
}
.news-cms .bcontent p, .news-cat-details .bcontent p, .cat-details-cms .bcontent p{
  max-width: 100%;
}
.news-cms .blog-img{
  padding-top: 70% !important;
  position: relative;
}
.news-cms .blog-img img{
  position: absolute;
  top: 0;
  left: 0;
}

/* Contact  start  */
.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.unaccepted .wpcf7-response-output,
.wpcf7 form.payment-required .wpcf7-response-output {
  border-color: #ff0000;
} 
.contact-form .btn-primary , .comment-respond input[type="submit"]{
  padding: 0 22px !important;
  line-height: 32px !important;
  background: var(--sky) !important;
  color: var(--white) !important;
  font-weight: 700 !important;
  font-size: 12px !important;
  border: 1px solid var(--sky);
  margin-left: 5px;
}
.contact-form .btn-primary:hover,
.contact-form .btn-primary:focus,
.contact-form .btn-primary:active ,
.comment-respond input[type="submit"]:hover,
.comment-respond input[type="submit"]:focus,
.comment-respond input[type="submit"]:active{
  background: var(--dark-blue) !important;
  border-color: var(--dark-blue) !important;
  color: var(--white) !important;
}

.contact-form {
  padding: 40px;
  background: #f1f1f1;
}
input[type=submit]:focus{
  outline: none; 
}
.contact-form h2{
  color: var(--dark-grey);
}
.contact-form .section-heading{
  max-width: 100%;
}
.con-map iframe{
  max-height: 100% !important;
}

/* Contact  end  */




/*--  Footer Start  --*/
.footer-main{
  background: #303440;
  padding: 80px 0;
}
/*
.ft-social ul li a:hover {
  color: var(--white);
  background: var(--dark-grey);
  border-color: var(--dark-grey);
  transition: all 0.4s;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  -ms-transition: all 0.4s;
  -moz-transition: all 0.4s;
}*/

.footer-main .social-icons {
  margin-top: -20px;
}
.copy-right {
  padding: 20px 0;
}
.copy-right p {
  font-family: var(--other-font);
  line-height: 18px;
  font-size: 12px;
  color: var(--white);
  margin-bottom: 0;
  font-weight: 300;
}
.copy-right p a {
  color: var(--sky);
  font-weight: 500;
}
/* Footer end  */


/* Loader CSS Start  */

.loaderWrap {
  position: fixed;
  height: 100%;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 9991;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #ffffff;
  transition: 300ms ease-in-out;
}
.loader-off.loaderWrap {
  opacity: 0;
  visibility: hidden;
}

/* Loader CSS End  */

#top-button {
  display: inline-block;
  background-color: var(--pink);
  width: 40px;
  height: 40px;
  text-align: center;
  border-radius: 50%;
  position: fixed;
  bottom: 30px;
  right: 30px;
  transition: background-color 0.3s, opacity 0.5s, visibility 0.5s;
  opacity: 0;
  visibility: hidden;
  z-index: 1000;
  overflow: hidden;
}

#top-button::after {
  content: "\F148";
  font-family: bootstrap-icons !important;
  font-size: 16px;
  line-height: 40px;
  color: #ffffff60;
}

#top-button:hover {
  cursor: pointer;
  background-color: var(--black);
}

#top-button:active {
  background-color: var(--black);
  color: var(--pink);
}

#top-button.show {
  opacity: 1;
  visibility: visible;
}

/* Breadcrumb Start  */
.innerBanner {
  position: relative;
  height: 300px;
  background-attachment: fixed !important; 
  background-size: cover !important;
}
.innerBanner:before {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  content: "";
  background: rgb(0 0 0 / 72%);
}

.innerBanner img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 100% 40%;
}
.title_breadcrumb {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  justify-content: center;
  width: 100%;
}
.title_breadcrumb h1 {
  font-size: clamp(20px, 4vw, 42px);
  color: var(--white);
  text-align: center;
  text-transform: uppercase;
  font-weight: 500;
}
.breadcrumbs {
  list-style-type: none;
  display: flex;
  justify-content: center;
}
.breadcrumb_bottom ul li a,
.breadcrumb_bottom ul li {
  color: var(--white);
}
.breadcrumb_bottom ul li {
  margin-right: 10px;
}
.breadcrumb_bottom ul li:last-child {
  margin-right: 0px;
}
.breadcrumbs {
  text-align: center;
}
.single-breadcrumb h2{
  color: var(--white);
  max-width: 60%;
  margin: 0 auto;
  text-align: center;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2; 
          line-clamp: 2; 
  -webkit-box-orient: vertical;
}
/* Breadcrumb End */




/* Resource PAge start  */
.contact-info{
  background: var(--sky);
  padding: 50px 20px;
}
.con-box{
  border: 2px solid var(--sky);
  padding: 20px;
  background: var(--white);
  height: 100%;
}
.contact-cms h6 {
  font-size: 14px;
  color: var(--sky);
  font-family: var(--body-font);
  margin: 20px auto 6px;
}
.contact-cms .fa {
  height: 38px;
  width: 38px;
  outline: 1px solid var(--sky);
  outline-offset: 2px;
  border-radius: 50%;
  line-height: 38px;
  text-align: center;
  background: var(--sky);
  color: var(--white);
  font-size: 18px;
}
.contact-cms .con-box p, .contact-cms .con-box a{
  color: var(--light-grey);
  font-size: 14px;
  word-wrap: break-word;
  width: 100%;
}
.con-map iframe{
  min-height: 300px;
}
/* Contact PAge end  */



/* Podcast Page start  */
.podcast-box {
  display: flex;
}
.podcast-box .bcontent h3 a, .news-cms .bcontent h3 a{
  color: var(--sky);
  font-weight: 500;
  font-family: var(--heading-font) !important;
  font-size: 18px;
}
.podcast-wrapper .blog-box:not(:last-child){
  margin-bottom: 20px;
}
/* Podcast Page end  */


/* About Page start */

.ab-img{
  height: 100%;
  padding-top: 90%;
  position: relative;
}
.ab-img img{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.about-cms .ab-bar:nth-child(even){
  background: #e9eaeb;
}
.about-cms .ab-row:nth-child(even){
  flex-direction: row-reverse;
}
.about-cms .ab-row .about-txt {
  padding:  20px 30px;
}
.about-cms .ab-row .about-img{
  margin: 0 30px;
}
.about-cms .ab-row{
  background: var(--white);
  border-radius: 8px ;
  overflow: hidden;
}
.about-cms .ab-row:not(:last-child){
  margin-bottom: 40px; 
}
.about-cms h2{
  color: var(--dark-grey);
  max-width: 80%;
  margin-bottom: 20px;
}
/* About Page end  */

button:focus, .btn:focus{
  outline: none;
}


/* Category list page start  */
.productcategories{
  row-gap: 20px;
}
.cat-img{
  position: relative;
  padding-top: 60%;
}
.cat-img img{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cat-blog-box .cat-name{
  position: absolute;
  bottom: 0;
  left: 0;
  background: linear-gradient(0deg, #000, #00000000);
  width: 100%;
  padding: 40px 12px 12px 12px;
}
.cat-name h4{
  color: var(--white);
}


/* Single Blog page start */
.blog-cms .bcontent h3 a {
  font-size: 16px;
  max-width: 100%;
  padding: 6px 0 0 0;
}
.blog-cms .bcontent {
  padding: 12px;
}
.movimg{
  position: relative;
  padding-top: 60%;
}
.movimg img{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
    object-fit: cover;
}
.motitle{
  margin: 10px 0 16px;
  font-size: 28px;
  color: var(--grey);
  font-family: var(--heading-font) !important;
}
.motitle::after{
  content: "";
  width: 75px;
  height: 4px;
  background: var(--sky);
  display: block;
  margin-top: 8px;
}
.blog-right .blog-box:not(:last-child){
  margin-bottom: 20px;
}
.blog-right{
    background: #259dcc17;
    padding: 12px;
}
.blog-right .bcontent h3 a{
  color: var(--light-grey);
}
.sub-head{
  font-size: 14px;
  font-weight: 600;
  color: var(--white);
  margin-bottom: 12px;
  background: var(--sky);
  padding: 12px;
}
div#comments {
  margin: 0;
  width: 100%;
  background: #ebebeb;
  padding: 20px 30px;
  margin-top: 30px;
}
#comments h2{
  color: var(--dark-blue);
  font-size: 18px;
  font-weight: 600;
  font-family: var(--heading-font) !important;
  margin-bottom: 4px;
}
.comment-respond > *:last-child.comment-form {
  margin-top: 0;
}
.comment-meta{
   margin-top: 0;
}
.comments-area.show-avatars .comment-metadata {
  padding: 0px 0 0px 85px;
}
.comment-metadata a, .reply a{
  color: var(--sky);
  font-size: 12px;
}
li#comment-2 {
  background: #fff;
  padding: 20px;
  margin-top: 4px;
}
.comment-body {
  margin-bottom: 0;
}
.comment-content {
  border-bottom: 1px solid #f1f1f1;
  padding-bottom: 12px;
  margin: 6px 0;
}
#commentform label{
  font-size: 14px !important;
  color: var(--sky);
  margin-bottom: 4px !important;
}
.comment-list {
  margin-top: 12px;
}
#commentform p{
  margin-bottom: 0;
}
#commentform .comment-list{
  margin-top: 4px !important;
}
#commentform .comment-notes{
  margin-bottom: 8px !important;
}
.comment-form-comment{
  margin-top: 20px;
}
.default-max-width {
  max-width: 100% !important;
}
b.fn {
  font-size: 20px !important;
}
.comments-area.show-avatars .avatar {
  top: 0px;
}


/* CAtegory NAme Listing  */
.cat-details-cms .custom-news{
  height: 100%;
}
.cat-name-list .list-group-item {
  padding: .5rem 1.25rem;
  border: none;
  border-top: 1px solid #259dcc14;
}
.cat-name-list .list-group-item:first-child{
  border-top: 0;
}
.cat-name-list .list-group-item .fa{
  font-size: 12px;
  margin-right: 12px;
  color: #259dcc38;
}
.cat-name-list .list-group-item a{
  color: var(--sky);
}
.cat-name-list .list-group-item a span {
  color: var(--sky);
  font-weight: 600;
  display: inline-block;
  height: 20px;
  line-height: 18px;
  width: 20px;
  border-left: 1px solid var(--sky);
  border-right: 1px solid var(--sky);
  border-radius: 4px;
  text-align: center;
  margin-left: 12px;
}

/* Podcast PAge  */
.podcast-cms [class*="col-"]:first-child .blog-img{
  position: relative;
  padding-top: 20%;
}
.podcast-cms [class*="col-"]:first-child .blog-img img{
  position: absolute;
  top: 0;
  left: 0;
}
/* Podcast Audio Player */
audio::-webkit-media-controls-panel {
  background-color: transparent !important;
  color: #333;
}
audio::-webkit-media-controls-play-button {
  background-color: #fff !important;
  border-radius: 50%;
}
audio::-webkit-media-controls-volume-slider-container {
  display: none; /* Hiding the volume slider */
}
.pod-player {
  background-color: #f1f3f4;
  display: flex;
  align-items: center;
  max-width: 100%;
  margin: 0 auto 40px;
  border-right: 10px solid var(--sky);
  border-left: 11px solid var(--sky);
  outline-offset: 4px;
  position: relative;
}
.pod-player audio{
  width: 100%;
}
.player-cover{
  height: 100px;
  width: 120px;
  overflow: hidden;
  position: relative;
  flex-shrink: 0;
  border-right: 10px solid #fff;
    border-left: 10px solid #fff;
}
.player-cover img{
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.podcast-audio{
  width: 100%;
}


/* Multiple Error line prevention */
.wpcf7-not-valid-tip:not(:nth-child(1)):not(:nth-child(2)):not(:nth-child(3)) {
  display: none;
}

/* Invalid message after form submission */
.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.unaccepted .wpcf7-response-output,
.wpcf7 form.payment-required .wpcf7-response-output {
  border-color: #ff0000;
}

/* Success message after form submission */
.wpcf7 form.sent .wpcf7-response-output {
    border-color: #46b450;
    color: var(--dark-blue);
}
.wpcf7 form .wpcf7-response-output {
  margin: 1rem 0;
}


/* Thank you page  */
.thankyou {
  padding: 45px;
}

.thankyou .message-image img {
  width: 110px;
  height: auto;
}
/* .thankyou-pg{
  background-size: cover !important;
  background-position: bottom !important;
  height: 100%;
  width: 100%;
  position: relative;
  z-index: 1;
} */
/* .thankyou-pg::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #ffffffc4;
  z-index: -1;
} */
.thankyou-pg h4{
  font-size: 40px;
  color: var(--dark-blue);
  font-family: var(--heading-font);
  font-weight: 700;
  position: relative;
  width: fit-content;
  margin: 0 auto;
}
.thankyou-pg h4::after{
  content: "";
  width: 80px;
  height: 2px;
  background: var(--sky);
  display: block;
  margin: 0 auto;
}
.thankyou .btn-primary, .error-404 .btn-primary{
  background-color: var(--sky);
}
.thankyou .btn-primary:hover, .thankyou .btn-primary:focus, .thankyou .btn-primary:active,
.error-404 .btn-primary:hover, .error-404 .btn-primary:focus, .error-404 .btn-primary:active{
  background-color: var(--dark-blue);
  border-color: var(--dark-blue);
}


/* Error page */
.error-404 {
  padding: 40px 0;
}

.error-404 .message-image img {
  width: 100%;
  height: auto;
}


.qcc-calendar-container .qcc-calendar tbody td:hover, .qcc-calendar-container .qcc-event:after, .qcc-label {
  background-color: var(--sky) !important;
}
.qcc-calendar-container .qcc-event:hover .qcc-label{
  background-color: var(--dark-blue) !important;
}
.qcc-calendar-container .qcc-current-day{
  background-color: var(--dark-blue) !important;
}
.qcc-event {
  pointer-events: none;
}
.qcc-calendar .hd {
  padding: 8px;
  background: var(--dark-blue);
}
.qcc-btn-prev, .qcc-btn-next {
  margin: -18px;
}
.qcc-btn-prev:hover, .qcc-btn-next:hover {
  background-color: transparent !important;
}
.qcc-calendar .hd h2{
  color: var(--white);
}
.qcc-calendar thead td {
  height: 40px;
  font-size: 14px;
  color: var(--sky);
  font-weight: 700;
  vertical-align: middle;
  background: var(--white);
  border-bottom: 2px solid var(--sky);
}