﻿@import url('https://fonts.googleapis.com/css2?family=Roboto+Condensed:wght@300;400;700&family=Roboto:wght@100;300;400;500;700;900&display=swap');
*, html {
  font-family: 'Roboto', sans-serif;
  /*font-family: 'Roboto Condensed', sans-serif;*/
}
@font-face {
  font-family: ETmodules;
  src: url("../fonts/modules.eot?#iefix") format("embedded-opentype"), url("../fonts/modules.ttf") format("truetype"), url("../fonts/modules.woff") format("woff"), url("../fonts/modules.svg#ETmodules") format("svg");
  font-style: normal;
  font-weight: 400;
  font-display: swap;
}
a:hover, a:focus {
  text-decoration: none;
  outline: none;
}
ul {
    margin: 0;
    padding: 0;
    list-style: none;
}
.fit-image {
  object-fit: cover;
}
.header {
    position: sticky;
    top: 0;
    z-index: 2;
}
.header nav {
  background: #fff !important;
  padding: 0;
  position: relative;
  z-index: 111;
}

.header nav .navbar-toggler {
  color: #000;
  border-color:#000;
}
.header nav a.navbar-brand img{
  max-width: 100%;
}
.header nav ul li a {
  color: #394b6f !important;
  font-weight: 300;
  text-transform: uppercase;
  transition: 0.3s;
}
.header nav ul.navbar-nav:first-child {
  margin-top: 25px;
  font-size: 14px;
}
.header nav ul.navbar-nav:last-child {
  padding-top: 10px;
}
.header nav ul.main-header > li > a {
  padding-bottom: 35px;
  color: #000 !important;
}
.header nav .container ul.navbar-nav li.nav-item.hasChild {
  position: relative;
}
.header nav .container ul.navbar-nav li.nav-item.hasChild .dropdown {
  position: absolute;
  width: max-content;
  left: -40px;
  right: 0;
  background: #fff;
  height: auto;
  visibility: hidden;
  opacity: 0;
  transition: 0.3s;
  top: 64px;
}
.header nav .container ul.navbar-nav li.nav-item.hasChild:hover .dropdown {
  visibility: visible;
  opacity: 1;
  left: 0px;
}
.header nav .container ul.navbar-nav li.nav-item.hasChild .dropdown a {
  display: block;
  color: #000 !important;
  padding: 10px 20px;
  font-size: 14px !important;
  text-decoration: none;
  transition: 0.5s;
  z-index: 0;
}
.header nav .container ul.navbar-nav li.nav-item.hasChild .dropdown a::before {
    content: '\f0a9';
    font-family: 'FontAwesome';
    font-size: 16px;
    color: #000;
    margin-right: 10px;
    transition: 0.5s;
}
.header nav .container ul.navbar-nav li.nav-item.hasChild .dropdown a::after {
  content: '';
  width: 100%;
  position: absolute;
  height: 0%;
  top: 0;
  opacity: 0;
  border-top: 2px solid #91278f;
  left: 0;
  border-bottom: 2px solid #91278f;
  right: 0;
  margin: auto;
  bottom: 0;
  transition: 0.5s;
}
.header nav .container ul.navbar-nav li.nav-item.hasChild .dropdown a:hover {
  color: #91278f !important;
  border-color: transparent;
}
.header nav .container ul.navbar-nav li.nav-item.hasChild .dropdown a:hover::after {
  opacity: 1;
  height: 100%;
}
.header nav .container ul.navbar-nav li.nav-item.hasChild .dropdown a:hover::before {
  color: #91278f;
}
.header nav .container ul.navbar-nav li.nav-item.hasChild .dropdown a:last-child {
  margin-bottom: 0;
  border-bottom: 0;
  transition: 0.3s;
}
.header nav .container ul.navbar-nav li.nav-item {
  margin-right: 15px;
}
.header nav .container ul.navbar-nav li.nav-item:last-child {
  margin-right: 0;
}
.header nav ul.navbar-nav:first-child ul {
  padding: 0;
  list-style: none;
  display: flex;
  align-items: center;
}
.header nav ul.navbar-nav:first-child ul li a, footer ul.headerSocial li a {
  width: 30px;
  height: 30px;
  display: block;
  line-height: 30px;
  text-align: center;
  background: #91278F;
  margin-left: 5px;
  transition: 0.3s;
  color: #fff !important;
}
.header nav ul.navbar-nav:first-child > li a label {
  margin: 0;
  cursor: pointer;
  font-weight: 500;
  color: #000;
  margin-right: 6px;
}
.header nav ul.navbar-nav:first-child > li a img {
  width: 30px;
  height: 30px;
  margin-right: 10px;
  background: #91278f;
  object-fit: contain;
  padding: 8px;
}
.header nav ul.navbar-nav:first-child > li a {
  display: flex;
  align-items: center;
  background: #EDEDED;
  padding: 0 10px 0 0;
  font-weight: 300;
  color: #242424 !important;
}
.header nav .container ul.navbar-nav li.nav-item {
  margin-right: 15px;
}
.header nav .container ul.navbar-nav li.nav-item a:hover, 
.header nav .container ul.navbar-nav li.nav-item a.active {
  color: #91278f !important;
}
.header nav ul.main-header > li > a::before {
  content: '';
  position: absolute;
  width: 100%;
  height: 40px;
  background: #fff;
  border: solid #91278f;
  border-width: 2px 0;
  z-index: -1;
  left: 0;
  right: 0;
  top: 0;
  transform: scaleY(0);
  opacity: 0;
  transition: 0.5s;
}
.header nav ul.main-header > li > a.active::before, 
.header nav ul.main-header > li > a:hover::before {
  transform: scaleY(1);
  opacity: 1;
  transition: 0.5s;
}
/*Main slider section*/
#bannerCarousel .item {
  padding: 30px;
  color: #fff;
  height: 550px;
  background-size: cover !important;
  background-position: center !important;
}
#bannerCarousel .item h1 {
  font-size: 22px;
  font-weight: 300;
  text-transform: uppercase;
  display: inline-block;
  padding: 10px 20px;
  background: #91278f;
  border-radius: 3px;
}
#bannerCarousel .item h1 span{
  color: #cfbd74;
}
#bannerCarousel .item h4 {
  margin-bottom: 0px;
  font-weight: bold;
  font-size: 60px;
}
#bannerCarousel .item p {
  font-size: 20px;
  letter-spacing: 20px;
  margin-left: 30px;
}
#bannerCarousel .item .container {
  position: relative;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  margin: 0;
}
.customBtn {
  background: #0f75bb;
  color: #fff;
  text-transform: uppercase;
  font-weight: 300;
  border-radius: 0;
  padding: 10px 20px;
  font-size: 15px;
  transition: 0.3s;
  border: 0;
}
.customBtn:hover {
  background: #fff;
  color: #0f75bb;
  border: 0;
}
#bannerCarousel .owl-dots {
  position: absolute;
  bottom: 10px;
  left: 0;
  right: 0;
  margin: 0;
}
#bannerCarousel .owl-nav {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  pointer-events: none;
}
#bannerCarousel .owl-nav button {
  color: #fff;
  font-size: 22px;
  background: #91278f;
  border-radius: 0;
  width: 40px;
  height: 40px;
  line-height: 40px;
  pointer-events: auto;
}
#bannerCarousel .owl-nav button i::before {
  font-style: normal;
}
#bannerCarousel .owl-nav button i.arrow_left:before {
  content: "\23";
  font-family: ETmodules;
}
#bannerCarousel .owl-nav button i.arrow_right:before {
  content: "\24";
  font-family: ETmodules;
}
#bannerCarousel .owl-nav button.owl-next {
  float: right;
}
#bannerCarousel .owl-nav button.owl-prev {
  float: left;
}
#bannerCarousel .owl-dots .owl-dot.active span {
  background: #fff;
  border-color: #fff;
}
#bannerCarousel .owl-dots .owl-dot span {
    background: transparent;
    border: 2px solid #92278f;
}


p:last-child { margin: 0;padding: 0; }

/*-- Video Section --*/
h2.secTitle {
  font-size: 40px;
  margin-bottom: 20px;
}
.section-padding {
  padding: 70px 0;
}
.sp-top {
  padding-top: 70px;
}
.sp-bottom {
  padding-bottom: 70px;
}
.sm-top {
  margin-top: 70px;
}
.sm-bottom {
  margin-bottom: 70px;
}
.transition {
  transition: 0.5s;
}
.videoBox {
  background: #92278f;
}
.videoSection .videoBox > a {
    width: 100px;
    height: 100px;
    padding: 15px;
    background: rgba(255,255,255,0.20);
}
.videoSection .videoBox > a:hover {
  background: #000;
}
.videoBox > img {
  opacity: 0.2;
}
/*-- End Video Section --*/

/*Section 3*/
.homeFeaturedSectionBG::before {
  position: absolute;
  top: 0;
  left: -100vw;
  right: 0;
  bottom: 0;
  content: '';
  background: url(../images/bg-1.jpg);
}
.left-part .et_pb_module_header span {
  display: inline-block;
  padding: 10px 20px;
  background: #0F75BB;
  font-size: 18px;
  font-family: 'Roboto Condensed',Helvetica,Arial,Lucida,sans-serif;
  font-weight: 700;
  color: #ffffff !important;
}
.left-part .et_pb_blurb_description {
  color: #fff;
}
.customBtn-rev {
  padding: 10px 20px;
	color: #92278f !important;
    border-width: 0px;
    border-radius: 0px;
    font-size: 16px;
    font-family: 'Roboto',Helvetica,Arial,Lucida,sans-serif !important;
    text-transform: uppercase !important;
    background-color: #ffffff;
    transition: 0.3s;
}
.home-grid-item {
  position: relative;
}
.home-grid-item .homeTab-grid-image {
    height: 250px;
}
.home-grid-item .homeTab-grid-image a {
    display: block;
    height: 100%;
}
.home-grid-item .homeTab-grid-image a img {
    height: 100%;
    width: 100%;
    object-fit: cover;
}
#homeFeaturedProducts .owl-stage {
  padding: 10px 0;
}
.home-grid-item .sale-perc {
  position: absolute;
  width: 50px;
  font-size: 14px;
  background: #91278f;
  color: #fff;
  text-align: center;
  padding: 5px;
  line-height: 20px;
  top: -10px;
  left: 20px;
  pointer-events: none;
  font-family: 'Roboto Condensed', sans-serif;
  font-weight: 500;
}
.home-grid-item .sale-perc::before {
  content: '';
  height: 10px;
  width: 100%;
  position: absolute;
  top: 0px;
  left: 3px;
  background: #454545;
  z-index: -1;
  transform: skewX(30deg);
}
.home-grid-item .homeTab-grid-details {
  background: #fff;
  padding: 15px;
  text-align: center;
  width: 94%;
  margin: -10px auto 0;
  z-index: 5;
  position: relative;
  height: 110px;
  line-height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.home-grid-item .homeTab-grid-details a.woocommerce-loop-product__title {
  display: block;
  line-height: 20px;
  color: #000000 !important;
}
.home-grid-item .homeTab-grid-details span.product-price del {
  color: #868686;
  font-size: 14px;
  margin: 0 5px 0 0;
  font-weight: 300;
}
.right-part {
  padding: 30px 0;
}
.homeTab-grid-details .product-price .sale-price {
  color: #92278f !important;
  font-weight: 600;
}
.sectionTitle h2 {
  font-family: 'Roboto Condensed',Helvetica,Arial,Lucida,sans-serif;
  font-weight: 700;
  font-size: 40px;
  color: #242424;
  text-align: center;
}
#homeFeaturedProducts .owl-nav button {
  width: 30px;
  height: 30px;
  background: #92278f;
  color: #fff;
  border-radius: 0;
}


/* What we know us Section */
.who-we-are .contBox > .sectionTitle > h2 {
    font-size: 25px;
    font-weight: 400;
}
.who-we-are-up-to .imgBox {
  background: #91278f !important;
}
.who-we-are-up-to .imgBox > a.title {
  font-size: 22px;
  padding: 10px 20px;
  line-height: 22px;
}
.who-we-are-up-to .imgBox:hover > a > img {
  opacity: 0.3;
  transform: scale(1.1);
}
/*.who-we-are-up-to .imgBox > a {
  font-size: 25px;
  transform: scale(0);
  opacity: 0;
  visibility: hidden;
}
.who-we-are-up-to .imgBox:hover img {
  opacity: 0.5;
}
.who-we-are-up-to .imgBox:hover > a {
  transform: scale(1);
  opacity: 1;
  visibility: visible;
}*/
.annualTesti .imgBox > img {
  height: 250px;
}
.annualTesti .contentBox > p > strong {
  font-size: 18px;
}
.annualTesti .contentBox > p > i {
    font-size: 90%;
    border-top: 1px solid #91278f;
    padding-top: 3px;
    color: #91278f;
}

/* End What we know us Section */

/*-- Upcoming Events Section --*/
.upcomingEvents .contBox > small {
  display: inline-block;
  padding: 10px 20px;
  background: #91278f;
  font-size: 18px;
  font-family: 'Roboto Condensed',Helvetica,Arial,Lucida,sans-serif;
  font-weight: 700;
  color: #ffffff !important;
}
.upcomingEvents .contBox > h2 {
  margin-bottom: 10px;
  font-family: 'Roboto Condensed', sans-serif;
}
.upcomingEvents .contBox > ul {
  margin-bottom: 15px;
}
.sjmButton {
  background: #92278f !important;
  padding: 15px 30px !important;
}
.sjmButton:hover {
  background: #000 !important;
  color: #92278f !important;
}
.btn:focus, .btn:Active {
  box-shadow: none !important;
  border: 0;
}
.z-index {
  z-index: 0;
}
/*-- Upcoming Events Section --*/


/*section 4*/
.et_parallax_bg_wrap {
  overflow: hidden;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.et_parallax_bg {
  background-repeat: no-repeat;
  background-position: top;
  background-size: cover;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: block;
}


/*Footer*/
footer {
  font-size: 15px;
  background: #000;
  padding-top: 25px;
  border-top: 10px solid #92278f;
}
footer > .container {
    padding-top: 20px;
    padding-bottom: 30px;
}
footer > .container > .row [class*="col-"]:last-child {
    border-left: 1px solid rgba(255,255,255,0.15);
    padding-left: 38px;
}
footer::before {
  content: '';
  width: 100%;
  position: absolute;
  height: 100%;
  top: 0;
  background: url(../images/footerBg.jpg) no-repeat;
  left: 0;
  background-size: cover;
  opacity: 0.05;
  z-index: -1;
}
footer, footer a {
    color: #fff;
}
footer .quickLink > ul {
    column-count: 2;
}
footer .quickLink > ul > li > a {
    margin-bottom: 10px;
    font-weight: 300;
    display: flex !important;
    align-items: center;
}
footer .openingHours > ul > li {
    margin-bottom: 10px;
    font-weight: 200;
}
footer .quickLink > ul > li > a::before {
    content: '';
    margin-right: 10px;
    width: 10px;
    height: 2px;
    background: #92278f;
    transition: 0.5s;
}
footer .quickLink > ul > li > a:hover::before, footer .quickLink > ul > li > a.active::before {
  margin-right: 5px;
}
footer a:hover, footer a.active {
    color: #fff !important;
}
footer .getinTouch > ul > li {
  padding-left: 35px;
  font-size: 14px;
  font-weight: 300;
}
footer .getinTouch > ul > li > img {
    top: 4px;
    left: 0;
}
footer .getinTouch > ul > li:nth-child(2) {
  margin: 12px 0 25px;
}
footer .getinTouch .imgBox {
    width: 40px;
    height: 40px;
    background: #92278f;
    display: inline-block;
    text-align: center;
    line-height: 40px;
    margin-right: 6px;
}
footer .getinTouch > a:hover, footer .quickLink > ul > li > a:hover, footer .quickLink > ul > li > a.active {
  color: #92278f !important;
}
.getinTouch{ margin-bottom: 5px; }
.copyRight ul.headerSocial > li > a > i {
  width: 40px;
  height: 40px;
  font-size: 14px;
  background: rgba(255,255,255,0.15);
}
.copyRight ul.headerSocial > li > a:hover > i {
  background: #fff;
  color: #92278f !important;
}
.footerAbout p {
  font-size: 13px;
}
.copyRight {
    background: #92278f;
    padding: 15px 0;
}
.copyRight p {
  font-size: 15px;
    color: #fff;
}
.copyRight p > a {
    color: #000;
}
.copyRight p > a:hover {
  color: #fff;
}
#back-to-top {
    right: 40px;
    bottom: 40px;
    width: 40px;
    height: 40px;
    background: #92278f;
    color: #fff;
}

#sponserSlider .owl-item img{ max-width: 100px; }

.nwsltr_area{ padding-top:70px; }

.nwsltr_area form input {
    border: 0 !important;
    background: #f5f5f5;
    padding: 15px;
    margin-bottom: 15px;
    text-align: center;
    outline: 0;
	text-align:left;
}
.nwsltr_area form input[type="submit"] {
    background: #91278f;
    color: #fff;
    padding: 15px 30px;
    transition: 0.5s;
    text-transform: uppercase;
	width:100%;
	text-align:center;
}
.nwsltr_area form input[type="submit"]:hover {
    color: #91278f;
    background: #000;
}



.bts-popup {
  position: fixed;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity 0.3s 0s, visibility 0s 0.3s;
  -moz-transition: opacity 0.3s 0s, visibility 0s 0.3s;
  transition: opacity 0.3s 0s, visibility 0s 0.3s;
}
.bts-popup.is-visible {
  opacity: 1;
  visibility: visible;
  -webkit-transition: opacity 0.3s 0s, visibility 0s 0s;
  -moz-transition: opacity 0.3s 0s, visibility 0s 0s;
  transition: opacity 0.3s 0s, visibility 0s 0s;
  z-index: 2;
}

.bts-popup-container {
  position: relative;
  width: 100%;
  max-width: 500px;
  margin: 4em auto;
  border-radius: none; 
  text-align: center;
  box-shadow: 0 0 2px rgba(0, 0, 0, 0.2);
  -webkit-transform: translateY(-40px);
  -moz-transform: translateY(-40px);
  -ms-transform: translateY(-40px);
  -o-transform: translateY(-40px);
  transform: translateY(-40px);
  /* Force Hardware Acceleration in WebKit */
  -webkit-backface-visibility: hidden;
  -webkit-transition-property: -webkit-transform;
  -moz-transition-property: -moz-transform;
  transition-property: transform;
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
.bts-popup-container img {
  padding: 20px 0 0 0;
}
.bts-popup-container p {
  color: white;
  padding: 10px 40px;
}
.bts-popup-container .bts-popup-button {
  padding: 5px 25px;
  border: 2px solid white;
  display: inline-block;
  margin-bottom: 10px;
}

.bts-popup-container a {
  color: white;
  text-decoration: none;
  text-transform: uppercase;
}
.bts-popup-container .bts-popup-close {
  position: absolute;
  top: 5px;
  right: 5px;
  width: 30px;
  height: 30px;
  font-size: 0;
}
.bts-popup-container .bts-popup-close::before, .bts-popup-container .bts-popup-close::after {
  content: '';
  position: absolute;
  top: 14px;
  width: 12px;
  height: 1px;
  background-color: #000;
  transition: 0.5s;
}
.bts-popup-container .bts-popup-close:hover::before, .bts-popup-container .bts-popup-close:hover::after {
  background-color: #91278f;
}
.bts-popup-container .bts-popup-close::before {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  left: 8px;
}
.bts-popup-container .bts-popup-close::after {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
  right: 10px;
  top: 14px;
}
.is-visible .bts-popup-container {
  border: 0;
  border-radius: 0;
  padding: 30px;
  width: 500px !important;
  background: #fff;
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
}
@media only screen and (min-width: 1170px) {
  .bts-popup-container {
    margin: 8em auto;
  }
}
.is-visible .bts-popup-container > form > input {
    border: 0 !important;
    background: #f5f5f5;
    padding: 15px;
    margin-bottom: 15px;
    text-align: center;
    outline: 0;
}
.is-visible .bts-popup-container > form > input[type="submit"] {
    background: #91278f;
    color: #fff;
    padding: 12px 30px;
    transition: 0.5s;
    text-transform: uppercase;
    margin-top: 10px;
}
.is-visible .bts-popup-container > form > input[type="submit"]:hover {
    color: #91278f;
    background: #000;
}
.ui-dialog-titlebar.ui-corner-all.ui-widget-header.ui-helper-clearfix.ui-draggable-handle > button {
    border: 0;
    background: transparent;
}
.monthly, .checkboxSec {
    font-size: 14px;
    float: left;
    width: 50%;
    text-align: left;
}
/*====Abouts Us=====*/
.sectionTitle2 h2{text-align:left !important;}
.aboutUs .contBox p{font-weight:300;}
.aboutUs .contBox > small{margin-bottom:20px}
.aboutUsSection2 p{font-weight:300;}
.aboutUs .contBox > p > a {
  color: #91278F;
}
.aboutUs .contBox > p > a:hover {
  color: #242424;
}
.aboutUs .contBox > small {
    background: #91278f;
}
.contactSection > .container > .sectionTitle > h4 {
  font-size: 20px;
}
.contactSection > .container > span {
  font-size: 22px;
}
.contactSection > .container > ul > li > a {
  color: #91278f;
}
.contactSection > .container > ul > li > a:hover {
  color: #242424;
}
.whoWeAreSection {
  background: url(../images/aboutBg.jpg) no-repeat;
  background-size: cover;
}
/*=====Contact Us=====*/
.contLetfBox{background:#92278f;padding:50px 20px 50px 20px;}
.contLetfBox h2{background: #a852a5;margin-top:25px;padding: 10px;font-size: 20px;color: #fff;display: inline-block;}
.contLetfBox p{color:#fff;font-weight:300;}
.contLetfBox a{
  color: #fff;
  font-weight: 300;
  font-size: 15px;
  padding-right: 10px;
  margin-top: 10px;
  display: inherit;
}
.contLetfBox a:hover {
  color: #000;
}
.hours{margin:20px 0px;}
.hours li span{color:#fff;font-weight:300;padding:0px 10px 20px 0px;}
.getInTouch .form-control{display: inline-block !important;
margin-bottom: 20px;}
.getInTouch input{padding:30px;
border:none;background:#f7f7f7 !important;}
.getInTouch textarea{padding:30px;border:none;background:#f7f7f7;}

.contBox.getInTouch {
    margin: 66px 0px 0px 0px;
}
.contBox.getInTouch .sectionTitle h2{text-align: left !important;}
.nameField{float:left;width:48%;}
.form-control.namePhone {float: right;width: 48%;}
input:active, textarea:active, input:focus, textarea:focus {
  box-shadow: none !important;
}

/* Inner Page Banner */
.innerBanner {
  background: #000;
}
.innerBanner > img {
  opacity: 0.40;
}
.innerBanner h2 {
  margin: 0;
  padding: 10px 40px;
  font-size: 40px;
  z-index: 0;
}
.innerBanner h2::before {
  content: '';
  position: absolute;
  background: #8f298c;
  filter: blur(18px);
  -webkit-filter: blur(18px);
  width: 100%;
  left: 0;
  top: 0;
  z-index: -1;
  height: 100%;
}
/* End Inner Page Banner */

/* Offering Page Section */
.offeringSection .container .row [class*="col-"], .podcasts .container .row [class*="col-"] {
  margin-bottom: 30px;
}
.offeringSection .contentBox {
    padding: 20px;
}
.offeringSection .contentBox > a, .offeringSection .contentBox > p.d-inline-block {
    font-size: 16px;
    color: #000;
    margin-bottom: 0;
}
.offeringSection .contentBox > p {
  font-size: 15px;
  color: #868686;
}
.offeringSection .contentBox {
    min-height: 180px;
}
.offeringSection .row [class*="col-"]:last-child {
  padding-left: 0;
}
.fiveYears .imgBox, .aboutUs .imgBox {
    position: sticky;
    top: 133px;
    display: inline-block;
}
ul.listing li::before {
    content: '';
    width: 10px;
    height: 2px;
    background: #92278f;
    position: absolute;
    top: 10px;
    left: 0;
}
ul.listing li {
    padding-left: 20px;
}

.upcomingEvents .row:not(:last-child) {
  margin-bottom: 40px;
}

/* End Offering Page Section */

/* Podcasts Page Section */
.podcasts .videoSection .videoBox > img {
  opacity: 1;
  transition: 0.5s;
}
.podcasts .videoSection .videoBox > a {
    width: 70px;
    height: 70px;
    padding: 10px;
    background: #92278f;
}
.podcasts .videoSection:hover .videoBox > a {
    background: rgba(255,255,255,0.20);
}
.podcasts .videoSection:hover .videoBox > img {
  opacity: 0.2;
}
.offeringSection.podcasts .contentBox {
  min-height: auto;
}
.podcasts .contentBox > p {
  color: #92278f;
}
.freeConversation .insideBox {
    background: #91278f;
    padding: 30px;
}
.twentyTwenty {
  background: #91278f;
}
.twentyTwenty .boxArea {
  border: 5px solid rgba(255,255,255,0.30);
}
.twentyNine .boxArea {
    border: 5px solid #fff;
    box-shadow: 0 0 10px rgba(0,0,0,0.30);
}





/* End Podcasts Page Section */

/* Results Page Section */
.resultSection .galleryBox {
    background: #92278f;
}
.transition {
  transition: 0.5s;
}
.resultSection .galleryBox:hover > img {
    opacity: 0.2;
}
.resultSection .galleryBox > a {
    width: 55px;
    height: 55px;
    background: rgba(255,255,255,0.3);
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    transform: scale(0);
}
.resultSection .galleryBox:hover > a {
  transform: scaleY(1);
}
.resultSection .galleryBox > a:hover {
  background: #000;
}
a.showMore::after {
  content: 'SHOW MORE';
}
a.showMore.showLess::after {
  content: 'SHOW LESS';
}
.testimonialSection {
  background: url(../images/testimonialBg.jpg) no-repeat #000;
  background-size: cover;
  z-index: 0;
  background-blend-mode: luminosity;
}
.testimonialSection::before {
  content: '';
  width: 100%;
  position: absolute;
  height: 100%;
  top: 0;
  background: rgba(255, 255, 255, 0.4);
  left: 0;
  z-index: -1;
}
button:focus, button:hover {
  outline: 0 !important;
  transition: 0.5s;
}
.testimonialSection .owl-carousel .item > p {
  clip-path: polygon(0 0, 0 90%, 5% 90%, 7.5% 100%, 10% 90%, 100% 90%, 100% 0);
  background: rgba(0,0,0,0.50);
  padding: 40px 40px 50px;
  z-index: 0;
}
.testimonialSection .owl-carousel .item > p::before {
  content: '';
  width: 22px;
  position: absolute;
  height: 19px;
  top: 20px;
  background: url(../images/testimonialQuotation.png) no-repeat;
  left: 20px;
  z-index: -1;
}
.testimonialSection .owl-carousel .item .imgBox {
    width: 80px;
    height: 80px;
    background: #92278f;
    border: 3px solid #fff;
    line-height: 75px;
    font-size: 40px;
}
.testimonialSection .owl-carousel .item .desigNations > h6 {
    color: #92278f;
}
.testimonialSection .owl-carousel .item .desigNations > small {
    font-size: 90%;
}
.testimonialSection .owl-carousel .item .desigNations ul li i {
    color: #eca600;
    font-size: 12px;
    margin: 0 1px;
}
.testimonialSection .owl-dots {
    display: flex;
    align-items: center;
    justify-content: center;
}
.testimonialSection .owl-carousel .item .desigNations .rating span {
  color: #bdbdbd;
}
.testimonialSection .owl-dots > .owl-dot {
  margin-top: 30px;
}
.testimonialSection .owl-dots > .owl-dot > span {
    width: 15px !important;
    border-radius: 0 !important;
    height: 3px !important;
    background: #fff !important;
    margin: 0 5px !important;
    transition: 0.5s;
}
.testimonialSection .owl-dots > .owl-dot.active > span {
  height: 15px !important;
  background: #92278f !important;
  border-radius: 50% !important;
}
.testimonialSection .owl-dots > .owl-dot > span:hover {
  background: #92278f !important;
}
/* End Results Page Section */

.offeringSection.videoPage .contentBox {
    margin-top: -30px;
}


.audiothumb{ position: relative; }

.audiothumb::before{ background: rgba(146,39,143,.8); width: 100%; height: 100%; content: ""; position: absolute; left: 0; top: 0; transition: .5s ease; opacity: 0; }

.audiothumb::after {
    width: 70px;
    position: absolute;
    content: "";
    height: 70px;
    margin: auto;
    background: url(../images/play.png) no-repeat center #92278f;
    background-size: 73%;
    left: 0;
    right: 0;
    bottom: 14px;
    transition: .5s ease;
}

.itemBox:hover .audiothumb::before{ opacity: 1; }

.itemBox:hover .audiothumb::after{ background-color: rgba(250,250,250,.2); }

.StatusMsg{ color: #006611; }


@media only screen and (max-width: 1199px) {
  .lg-fit-image {
    object-fit: cover;
  }
  .offeringSection .contentBox {
    min-height: 200px;
  }
  .offeringListing {
    display: block !important;
  }
  #back-to-top {
    right: 10px;
    bottom: 173px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1199px) {
  .header nav ul li a {
      font-size: 14px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .header nav ul.navbar-nav:first-child {
    margin-top: 0;
  }
  #bannerCarousel .item h1 {
    font-size: 4em;
  }
  .newsletterForm form .customBtn {
    padding: 10px;
    font-size: 14px;
    height: 51px;
    width: 100%;
  }
}

@media only screen and (min-width: 992px) {
  .header nav .container ul.navbar-nav li.nav-item.hasChild .click {
    display: none;
  }
}

@media only screen and (max-width: 991px) {
  .header nav .container {
    flex-wrap: nowrap;
    padding: 0 15px;
    position: relative;
  }
  .header nav ul.navbar-nav:first-child {
      margin-top: 0;
  }
  .header nav .container #navbarCollapse {
    position: absolute;
    top: 133px;
    left: 15px;
    background: #fff;
    box-shadow: 0 0 4px 0 #ccc;
    padding: 15px;
    right: 15px;
  }
  .header nav .container ul.navbar-nav li.nav-item {
    margin-right: 0;
  }
  .header nav ul.navbar-nav:first-child ul { margin-top: 20px; }
  .header nav ul.navbar-nav:first-child ul li a {
    margin-left: 0;
    margin-right: 5px;
  }
  .header nav .container ul.navbar-nav li.nav-item.hasChild .click {
    position: absolute;
    top: 7px;
    right: 0;
    width: 30px;
    height: 30px;
    text-align: center;
    line-height: 30px;
  }
  .header nav ul.main-header > li > a {
    padding-bottom: 0.5rem;
  }
  .header nav .container ul.navbar-nav li.nav-item.hasChild .dropdown {
    position: relative;
    width: 100%;
    left: 0;
    height: auto;
    visibility: visible;
    opacity: 1;
    transition: 0.3s;
    top: 0;
  }
  .md-fit-image {
    object-fit: cover;
  }
  .upcomingEvents .contBox > small {
      padding: 5px 10px;
  }
  .upcomingEvents .contBox > h2 {
      font-size: 22px;
  }
  /*.upcomingEvents .contBox > small, .upcomingEvents .contBox > ul > li, .upcomingEvents .contBox > p {
      font-size: 13px;
  }
  .upcomingEvents .contBox > strong {
      font-size: 14px;
  }*/
  .section-padding {
    padding: 50px 0;
  }
  .sp-top {
    padding-top: 50px;
  }
  .sp-bottom {
    padding-bottom: 50px;
  }
  .sm-top {
    margin-top: 50px;
  }
  .sm-bottom {
    margin-bottom: 50px;
  }
  footer .row [class*="col-md"] {
    margin-bottom: 20px;
  }
  .innerBanner h2 {
      font-size: 30px;
  }
  .offeringSection .contentBox {
    min-height: 247px;
  }
  .offeringSection .contentBox > h3 {
    font-size: 20px;
    margin-bottom: 10px !important;
  }
  .sectionTitle h2 {
    font-size: 35px;
  }
  .freeConversation .insideBox .contentArea {
    margin-top: 25px;
  }
  footer > .container > .row [class*="col-"]:last-child {
    border-top: 1px solid rgba(255,255,255,0.15);
    padding: 40px 15px 0;
    border-left: 0;
  }
  .who-we-are-up-to > .container > .row [class*="col"]:first-child, .who-we-are-up-to > .container > .row [class*="col"]:nth-child(2) {
    margin-bottom: 30px;
  }
}
@media only screen and (max-width: 767px) {
  /*#bannerCarousel .item h1 {
      font-size: 2em;
  }*/
  
  .nwsltr_area { padding-top:50px; }
  
  #bannerCarousel .item h4 {
    margin-bottom: 0px;
    font-size: 26px;
  }
  #bannerCarousel .item p {
    font-size: 15px;
    letter-spacing: 0;
    margin-left: 0;
  }
  #bannerCarousel .item {
    padding: 30px;
    color: #fff;
    height: 400px;
    background-size: cover !important;
    background-position: center !important;
  }
  footer [class*="col-"] {
    margin-bottom: 20px;
  }
  #back-to-top {
    bottom: 80px;
  }
  .left-part {
    padding: 30px 0;
  }
  .videoSection .videoBox > a {
    width: 60px;
    height: 60px;
    padding: 10px;
  }
  .innerBanner > img {
    height: 170px;
    object-fit: cover;
  }
  .innerBanner h2 {
    font-size: 20px;
  }
  .offeringSection .contentBox {
    min-height: auto;
  }
  .section-padding {
    padding: 30px 0;
  }
  .sp-top {
    padding-top: 30px;
  }
  .sp-bottom {
    padding-bottom: 30px;
  }
  .sm-top {
    margin-top: 30px;
  }
  .sm-bottom {
    margin-bottom: 30px;
  }
  .offeringSection .row [class*="col-"]:last-child {
    padding-left: 15px;
  }
  .sjmButton {
    padding: 12px 20px 10px !important;
    font-size: 14px;
  }
  .sectionTitle h2 {
    font-size: 30px;
  }
  .fiveYears .imgBox {
    position: static;
  }
  .offeringSection .container .row:last-child [class*="col-"]:last-child {
    margin-bottom: 0;
  }
  .upcomingEvents .contBox, .who-we-are .contBox, .annualTesti .contentBox {
    margin-top: 20px;
  }
  .who-we-are-up-to > .container > .row [class*="col-"]:nth-child(2) {
    margin: 30px 0;
  }
  .copyRight > .container {
    display: block !important;
  }
  .copyRight > .container > .headerSocial {
    margin-top: 15px;
    justify-content: center;
  }
  .who-we-are-up-to > .container .sectionTitle {
    margin-bottom: 30px !important;
  }
  .who-we-are-up-to > .container > .row [class*="col"]:first-child {
    margin-bottom: 0px;
  }
  .who-we-are-up-to > .container > .row [class*="col"]:nth-child(3) {
    margin-bottom: 30px;
  }
}
@media only screen and (max-width: 575px) {
  .section-padding {
    padding: 20px 0;
  }
  .sp-top {
    padding-top: 20px;
  }
  .sp-bottom {
    padding-bottom: 20px;
  }
  .sm-top {
    margin-top: 20px;
  }
  .sm-bottom {
    margin-bottom: 20px;
  }
  .videoSection .videoBox > a {
      width: 40px;
      height: 40px;
      padding: 6px;
  }
  h2.secTitle {
      font-size: 20px;
      margin-bottom: 5px;
  }
  .upcomingEvents .contBox > h2 {
      font-size: 18px;
  }
  .innerBanner > img {
    height: 120px;
    object-fit: cover;
  }
  .innerBanner h2 {
    font-size: 16px;
  }
  .testimonialSection .owl-carousel .item > p {
    clip-path: polygon(0 0, 0 95%, 5% 95%, 7.5% 100%, 10% 95%, 100% 95%, 100% 0);
    padding: 20px 20px 40px;
  }
  .testimonialSection .owl-carousel .item > p::before {
    content: '';
    width: 22px;
    position: absolute;
    height: 19px;
    top: 5px;
    background: url(../images/testimonialQuotation.png) no-repeat;
    left: 5px;
    z-index: -1;
  }
  .sectionTitle h2 {
    font-size: 25px;
  }
  .freeConversation .insideBox .contentArea > h3 {
    font-size: 20px;
  }
  .twentyTwenty .row [class*="col-"]:nth-child(2), .twentyNine .row [class*="col-"]:nth-child(2) {
    margin: 20px 0 !important;
  }
  .contactSection > .container > .sectionTitle > h4 {
    font-size: 15px;
  }
  footer > .container > .row [class*="col-"]:last-child {
    margin-bottom: 0;
    padding: 20px 15px 0;
  }
  footer .getinTouch > a {
    display: block;
    margin-top: 10px;
  }
  .is-visible .bts-popup-container {
    width: 96% !important;
  }
  .is-visible .bts-popup-container > h3 {
      font-size: 20px;
  }
  .monthly, .checkboxSec {
    width: 100%;
  }
  .is-visible .bts-popup-container > form, .is-visible .bts-popup-container > form > input {
    text-align: left;
  }
}