body{
  padding: 0;
  margin: 0;
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  font-style: normal;
  overflow-x: hidden;
}
h6, .h6, h5, .h5, h4, .h4, h3, .h3, h2, .h2, h1, .h1{
  font-family: "Roboto", sans-serif;
}
a{
  text-decoration: none;
  color: #e9202a;
  transition: all 0.5s;
}
a:hover, a:focus{
  text-decoration: none;
  color: #211d1d;
}
header.masthead{
 background: url(../images/banner-back-img.png) repeat-x left bottom #e9202a;
 /*background-size: contain;*/
}
.bannerRoundbackimg{
  background:url(../images/slider-back-bg2.png) no-repeat center bottom;
  /*background-size: contain;*/
  background-size: cover;
}
header.masthead {
  padding-top: calc(5rem + 40px);
  padding-bottom: 0;
}
@media (min-width: 576px) {
    .container-sm, .container {
        max-width: 96%;
    }
}
@media (min-width: 768px) {
    .container-md, .container-sm, .container {
        max-width: 96%;
    }
}
@media (min-width: 992px) {
    .container-lg, .container-md, .container-sm, .container {
        max-width: 98%;
    }
}
@media (min-width: 1200px) {
    .container-xl, .container-lg, .container-md, .container-sm, .container {
        max-width: 98%;
    }
}
@media (min-width: 1400px) {
    .container-xxl, .container-xl, .container-lg, .container-md, .container-sm, .container {
        max-width: 1370px;
    }
}
@media (min-width: 1600px) {
    .container-xxl, .container-xl, .container-lg, .container-md, .container-sm, .container {
        max-width: 1440px;
    }
}
.carousel-caption{
  bottom: 0;
  top: 0;
  position: relative;
  left: 0;
  right: 0;
  margin-top: 0;
  padding-bottom: 0;
}
.carousel-caption h4{
  color: #fff;
  font-size: 48px;
  font-weight: 400;
  margin: 50px 0;
}
.carousel-inner{
  min-height: 870px;
}
.carousel-caption img.bannerLogo{
  width: 35%;
}
.carousel-item .mainImgscroll{
  position: relative;
  width: 65%;
}
.navbar-custom {
    padding-top: 0;
    padding-bottom: 0;
    background-color: #e9202a;
}
.topBar{
  background-color: rgba(162, 10, 17, 1);
  display: block;
  width: 100%;
  height: 60px;
  position: relative;
  z-index: 10000;
}
.logoTopBar{
  position: absolute;
  z-index: 100;
  background: url(../images/logo-back-bg.png) no-repeat left top;
  display: block;
  padding:10px 15px 0 10px; 
}
.logoTopBar a img{
  margin: 0 10px 10px 15px;
}
.socialLinks{
  display: block;
  text-align: right;
}
.socialLinks a{
  display: inline-block;
  color: #fff;
  font-size: 20px;
  border: 1px solid #fff;
  padding: 2px 0;
  height: 36px;
  width: 36px;
  border-radius: 50px;
  text-align: center;
  /*margin: 10px 7px;*/
  margin: 10px 10px;
  text-decoration: none;
}
.socialLinks a.leftIcon{
  margin-left: 0;
}
.socialLinks a.rightIcon{
  margin-right: 0;
}
.socialLinks a:hover, .socialLinks a:focus{
  text-decoration: none;
  color: #211d1d;
  border: 1px solid #211d1d;
}
.memberImgTopNav {
    height: 32px;
    width: 32px;
    float: left;
    margin: 1px 0 0 -9px;
    border-radius: 50px;
}
.navbar-custom .navbar-nav .nav-item .nav-link{
  text-transform: uppercase;
  font-size: 18px;
  font-weight: 500;
  letter-spacing: 0.5px;
  font-family: "Montserrat", sans-serif;
  color: #fff;
  padding: 10px 15px;
  transition: all 0.5s;
  margin: 7px 5px;
}
/*.navbar-custom .navbar-nav .nav-item:last-child .nav-link{
  padding-right: 0;
}*/
.navbar-custom .navbar-nav .nav-item .nav-link:hover, 
.navbar-custom .navbar-nav .nav-item .nav-link:focus, .navbar-custom .navbar-nav .nav-item .nav-link.active {
    color: #fff !important;
    background: rgba(56, 56, 56, 0.6);
    border-radius: 5px;
}
.sticky {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 1000;
 /* box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important;*/
}
.navbar-toggler{
  font-size: 18px;
  color: #fff;
  border-color: #fff;
  margin: 10px 0;
  padding: 5px 10px;
  transition: all 0.5s;
}
.navbar-toggler:hover, .navbar-toggler:focus{
  outline: 0;
  box-shadow: none;
  color: #211d1d !important;
  border-color: #211d1d !important;
}
.letsGrowBtn{
  position: relative;
  z-index: 10;
  /*margin-top: -111px;*/
  margin-top: -90px;
}
.letsGrowBtn a{
  display: block;
  border: 1px solid #fff;
  border-radius: 25px;
  /*padding: 12px 20px;
  font-size: 100px;*/
  padding: 5px 20px;
  font-size: 90px;
  letter-spacing: 2px;
  text-transform: uppercase;
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
  text-align: center;
  color: #fff;
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#e31e28+0,a80a14+65,a80a14+100 */
  background: linear-gradient(to bottom,  #e31e28 0%,#a80a14 65%,#a80a14 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
}
.letsGrowBtn a:hover, .letsGrowBtn a:focus{
  text-decoration: none;
  color: #fff;
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#a30911+0,e61f29+100 */
background: linear-gradient(to bottom,  rgba(163,9,17,1) 0%,rgba(230,31,41,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */

}
.floatingBtn, a.floatingBtn{
  -ms-transform: rotate(-90deg);
  -moz-transform: rotate(-90deg);
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg);
  -ms-transform-origin: right top 0;
  -moz-transform-origin: right top 0;
  -webkit-transform-origin: right top 0;
  transform-origin: right top 0;
  /*font-family: "Megrim", cursive;*/
  font-family: "Montserrat", sans-serif;
  right: 4.3%;
  top: 430px;
  color: #fff;
  padding: 35px;
  font-size: 18px;
  font-weight: 400;
  text-transform: uppercase;
  cursor: pointer;
  position: fixed;
  display: block;
  height: auto;
  direction: rtl;
  z-index: 200;

  border: 2px solid #d8575d;
  border-radius: 10px 10px 0 0;
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#e31e28+0,a80a14+65,a80a14+100 */
  background: linear-gradient(to bottom,  #e31e28 0%,#a80a14 65%,#a80a14 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */

  -webkit-box-shadow: 0px 0px 31px 0px rgba(0,0,0,0.51);
  -moz-box-shadow: 0px 0px 31px 0px rgba(0,0,0,0.51);
  box-shadow: 0px 0px 31px 0px rgba(0,0,0,0.51);
}
.floatingBtn:hover, a:hover.floatingBtn{
  color: #fff;
   /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#e31e28+0,a80a14+65,a80a14+100 */
  background: linear-gradient(to bottom,  #a80a14 0%,#e31e28 65%,#e31e28 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
}
.greySect{
  background: #211d1d;
  border-top:1px solid #fff;
  border-bottom: 1px solid #fff;
  min-height: 375px;
  margin-top: -64px;
  display: flex;
  padding: 100px 0 50px 0;
  color: #fff;
}
.countBox{
  width: 20%;
  display: block;
  float: left;
  text-align: center;
}
.countBox span{
  font-family: "Roboto", sans-serif;
  font-size: 40px;
  font-weight: 600;
  display: block;
  text-align: center;
  margin:20px 0;
}
.countBox label{
  font-size: 18px;
  font-weight: 400;  
}
.paragraphSect{
  padding: 130px 0;
}
.paragraphSect.paddTopBot15{
  padding: 15px 0 !important;
}
.paragraphSect.paddTopBot0{
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}
.paragraphSect.paddBig{
  padding: 170px 0  120px 0;
}
.imgRoundBorder{
  background: #fff;
  border:2px solid #f3898e;
  border-radius: 100%
}
.imgRoundBorderimg{
  background: url(../images/first-paragraph-img-bg.jpg) no-repeat left top;
  background-size: cover;
  margin: 0;
  padding: 30px 0 0 70px;
}
.imgRoundBorderimg.firstImg{
   padding: 27px 0 0 80px;
}
.rounded-circle{
  width: 95%; 
  margin-top: -10px;
  margin-bottom: 70px;
}
.rounded-circle1{
  border-radius: 50%;
  margin: 0 50px 50px 60px;
  width:89%;
  border:2px solid #f3898e;
  background: #fff;
  padding: 0 0 15px 15px;
}
.contentLeftPadd{
  padding-left: 60px;
}
.contentRightPadd{
  padding-right: 80px;
}
.paragraphSect h5{
 color: #f05023;
 /*color: #211d1d;*/
  font-size: 24px;
  font-weight: 700;
  padding: 0;
  margin:0 0 20px 0;
}
.paragraphSect h2{
  color: #211d1d;
  /*color: #e9202a;*/
  text-transform: uppercase;
  /*font-size: 48px;*/
  font-size: 42px;
  line-height: 55px;
  font-weight: 600;
  font-family: "Montserrat", sans-serif;
  padding: 0;
  margin:0 0 25px 0;
}
.paragraphSect h2.margBot0{
  margin-bottom: 0;
}
.paragraphSect h2.textCapital{
  margin-bottom: 50px;
  text-transform: capitalize;
}
.paragraphSect p{
  font-size: 24px;
  line-height: 35px;
  letter-spacing: 1px;
  color: #211d1d;
  font-weight: 400;
  text-align: justify;
  margin-bottom: 30px;
}
.paragraphSect p.italicText{
  font-style: italic;
}
p.italicText{
  font-style: italic;
}
.paragraphSect p.margBot0{
  margin-bottom: 0;
}
.paragraphSect ul{
  padding: 0;
  margin: 5px 0 50px 0;
  position: relative;
  display: block;
}
.paragraphSect ul li{
  list-style: none;
  background: url(../images/list-icon.png) no-repeat left 7px;
  padding: 0 0 0 35px;
  margin:15px 0;
  display: block;
  font-size: 24px;
}
.defaultBtn, a.defaultBtn{
  display: inline-block;
  border-radius: 10px;
  border: 1px solid #e9202a;
  padding: 15px 35px;
  text-transform: uppercase;
  color: #e9202a;
  font-size: 24px;
  letter-spacing: 1px;
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
  cursor: pointer;
  background: transparent;
  transition: all 0.5s;
}
.defaultBtn:hover, a:hover.defaultBtn{
  background: #e9202a;
  color: #fff;
}
.defaultBtn:focus, a:focus.defaultBtn{
  outline: none !important;
  box-shadow: none !important;
}
.defaultBtn.d-block, a.defaultBtn.d-block{
  width: 100%;
  display: block;
}
.greyLeftSect{
  background: url(../images/rounded-back-bg.png) no-repeat right top;
  background-size: cover;
  min-height: 755px;
  position: relative;
  z-index: 10;
  /*padding: 80px 250px 80px 240px;*/
  padding: 80px 25% 80px 25%;
  margin: 100px 0; 
}
.greyLeftSect.backImgRevert{
  background: url(../images/rounded-right-back-bg.png) no-repeat left top;
  background-size: cover;
}
.greyLeftSect h2{
  color: #fff;
  /*font-size: 48px;*/
  font-size: 42px;
  line-height: 60px;
  font-weight: 500;
  font-family: "Montserrat", sans-serif;
  padding: 0;
  margin:0 0 30px 0;
  text-transform: uppercase;
}
.greyLeftSect p{
  font-size: 24px;
  line-height: 36px;
  letter-spacing: 1px;
  color: #fff;
  font-weight: 400;
  text-align: justify;
  margin-bottom: 30px;
}
.redBtn, a.redBtn{
  display: inline-block;
  border-radius: 10px;
  border: 1px solid #e9202a;
  padding: 12px 35px;
  text-transform: uppercase;
  background: #e9202a;
  color: #fff;
  font-size: 18px;
  letter-spacing: 1px;
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
  cursor: pointer;
}
.redBtn:hover, a:hover.redBtn{
  background: #fff;
  color: #e9202a;
  border: 1px solid #fff;
}
.borderRightSect{
  border: 2px solid #e9202a;
  border-right: none;
  position: relative;
  min-height: 753px;
  z-index: 1;
  border-radius: 25% 0 0 25%;
  margin-left: -180px;
  padding: 80px 25% 80px 25%;
  margin-top: 100px;
  margin-bottom: 100px;
}
.borderRightSect.borderRoundRevert{
  border-radius: 0 25% 25% 0;
  margin-left: 0;
  margin-right: -180px;
  border: 2px solid #e9202a;
  border-left: none;
}
.borderRightSect h2{
  color: #211d1d;
  /*color: #e9202a;*/
  /*font-size: 48px;*/
  font-size: 42px;
  text-transform: uppercase;
  line-height: 60px;
  font-weight: 500;
  font-family: "Montserrat", sans-serif;
  padding: 0;
  margin:0 0 75px 0;
  border-bottom: 1px solid #211d1d;
  display: inline-block;
}
.borderRightSect h5{
  color: #f05023;
  /*color: #211d1d;*/
  font-size: 24px;
  font-weight: 700;
  padding: 0;
  margin:0 0 20px 0;
}
.paddLeftRight0{
  padding-left: 0;
  padding-right: 0;
}
.borderRightSect .owl-carousel .owl-item .item{
  text-align: center;
}
.borderRightSect .owl-carousel .owl-item .item a{
  color: #211d1d;
  text-decoration: none;
  font-size: 24px;
  font-weight: 400;
  transition: all 0.5s;
}
.borderRightSect .owl-carousel .owl-item .item a:hover{
  color: #e9202a;
}
.borderRightSect .owl-carousel .owl-item .item a .locationIcon{
  background: url(../images/location-icon.png) no-repeat left top;
  height: 126px;
  width: 114px;
  display: block;
  margin: 0 auto;
  transition: all 0.5s;
}
.borderRightSect .owl-carousel .owl-item .item a:hover .locationIcon{
  background: url(../images/location-icon-active.png) no-repeat left top;
  background-size: cover;
}
.borderRightSect .owl-carousel .owl-item .item a .locationIcon.healthWellness{
  background: url(../images/healthnwealth-icon.png) no-repeat left top;
  background-size: cover;
}
.borderRightSect .owl-carousel .owl-item .item a:hover .locationIcon.healthWellness{
  background: url(../images/healthnwealth-icon-hover.png) no-repeat left top;
  background-size: cover;
}
.borderRightSect .owl-carousel .owl-item .item a .locationIcon.businessServices{
  background: url(../images/business-services-icon.png) no-repeat left top;
  background-size: cover;
}
.borderRightSect .owl-carousel .owl-item .item a:hover .locationIcon.businessServices{
  background: url(../images/business-services-icon-hover.png) no-repeat left top;
  background-size: cover;
}
.borderRightSect .owl-carousel .owl-item .item a .locationIcon.eventsHospitality{
  background: url(../images/event-hospitality-icon.png) no-repeat left top;
  background-size: cover;
}
.borderRightSect .owl-carousel .owl-item .item a:hover .locationIcon.eventsHospitality{
  background: url(../images/event-hospitality-icon-hover.png) no-repeat left top;
  background-size: cover;
}
.borderRightSect .owl-carousel .owl-item .item a .locationIcon.lifestyleApparels{
  background: url(../images/lifestyle-apparels-icon.png) no-repeat left top;
  background-size: cover;
}
.borderRightSect .owl-carousel .owl-item .item a:hover .locationIcon.lifestyleApparels{
  background: url(../images/lifestyle-apparels-icon-hover.png) no-repeat left top;
  background-size: cover;
}
.borderRightSect .owl-carousel .owl-item .item a .locationIcon.learningDevelopment{
  background: url(../images/learning-development-icon.png) no-repeat left top;
  background-size: cover;
}
.borderRightSect .owl-carousel .owl-item .item a:hover .locationIcon.learningDevelopment{
  background: url(../images/learning-development-icon-hover.png) no-repeat left top;
  background-size: cover;
}
.owl-theme .owl-dots .owl-dot span{
  background: #fff;
  border:1px solid #939191;
  height: 16px;
  width: 16px;
}
.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span{
  background: #e9202a;
  border:1px solid #e9202a;
}
.owl-theme .owl-nav.disabled+.owl-dots {
    /*margin-top: 70px;*/
    margin-top: 0;
    margin-bottom: 30px;
}
.owl-carousel .owl-stage-outer{
  margin-bottom: 70px;
}
.viewLinkBtn, a.viewLinkBtn{
  border: none;
  color: #e9202a;
  font-size: 24px;
  font-weight: 500;
  text-decoration: none;
  display: inline-block;
  margin: 10px 0;
  margin: 0 auto;
  font-family: "Montserrat", sans-serif;
}
.viewLinkBtn:hover, a:hover.viewLinkBtn{
  border: none;
  color: #211d1d;
  text-decoration: none;
}
.testimonialsBox{
  border: 1px solid #211d1d;
  border-radius: 400px;
  min-height: 600px;
  margin-bottom: 100px;
  margin-top: 60px;
  padding: 80px 0;
  position: relative;
}
.testimonialsBox p{
  font-size: 24px;
  line-height: 31px;
  height: 215px;
  overflow: hidden;
}
.testimonialsBox::before{
  content:url('../images/testimonials-quote-top.jpg'); 
  position:absolute;
  z-index:1; 
  top:-20px;
  left: -10px;
  -webkit-animation-name: shake;
  animation-name: shake;
  animation: shake 5s ease both infinite;
}
.testimonialsBox::after{
  content:url('../images/testimonials-quote-bot.jpg'); 
  position:absolute;
  z-index:1; 
  bottom:-30px;
  right: -10px;
  -webkit-animation-name: shake;
  animation-name: shake;
  animation: shake 5s ease both infinite;
}
@-webkit-keyframes shake {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  4% {
    -webkit-transform: translateX(-10);
    transform: translateX(-10);
  }
  8% {
    -webkit-transform: translateX(10);
    transform: translateX(10);
  }
  13.2% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  16% {
    -webkit-transform: translateY(-15px);
    transform: translateY(-15px);
  }
  20% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  24% {
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px);
  }
  32% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  40% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  50% {
    -webkit-transform: translate(0, 0) rotate(3.5deg);
    transform: translate(0, 0) rotate(3.5deg);
  }
  51% {
    -webkit-transform: translate(0, 0) rotate(-0.5deg);
    transform: translate(0, 0) rotate(-0.5deg);
  }
  52% {
    -webkit-transform: translate(0, 0) rotate(-2.5deg);
    transform: translate(0, 0) rotate(-2.5deg);
  }
  53% {
    -webkit-transform: translate(0, 0) rotate(2.5deg);
    transform: translate(0, 0) rotate(2.5deg);
  }
  54% {
    -webkit-transform: translate(0, 0) rotate(3.5deg);
    transform: translate(0, 0) rotate(3.5deg);
  }
  55% {
    -webkit-transform: translate(0, 0) rotate(-0.5deg);
    transform: translate(0, 0) rotate(-0.5deg);
  }
  56% {
    -webkit-transform: translate(0, 0) rotate(-2.5deg);
    transform: translate(0, 0) rotate(-2.5deg);
  }
  57% {
    -webkit-transform: translate(0, 0) rotate(2.5deg);
    transform: translate(0, 0) rotate(2.5deg);
  }
  58% {
    -webkit-transform: translate(0, 0) rotate(3.5deg);
    transform: translate(0, 0) rotate(3.5deg);
  }
  59% {
    -webkit-transform: translate(0, 0) rotate(-0.5deg);
    transform: translate(0, 0) rotate(-0.5deg);
  }
  60% {
    -webkit-transform: translate(0, 0) rotate(-2.5deg);
    transform: translate(0, 0) rotate(-2.5deg);
  }
  61% {
    -webkit-transform: translate(0, 0) rotate(2.5deg);
    transform: translate(0, 0) rotate(2.5deg);
  }
  62% {
    -webkit-transform: translate(0, 0) rotate(3.5deg);
    transform: translate(0, 0) rotate(3.5deg);
  }
  63% {
    -webkit-transform: translate(0, 0) rotate(-0.5deg);
    transform: translate(0, 0) rotate(-0.5deg);
  }
  64% {
    -webkit-transform: translate(0, 0) rotate(-2.5deg);
    transform: translate(0, 0) rotate(-2.5deg);
  }
  65% {
    -webkit-transform: translate(0, 0) rotate(2.5deg);
    transform: translate(0, 0) rotate(2.5deg);
  }
  66% {
    -webkit-transform: translate(0, 0) rotate(3.5deg);
    transform: translate(0, 0) rotate(3.5deg);
  }
  67% {
    -webkit-transform: translate(0, 0) rotate(-0.5deg);
    transform: translate(0, 0) rotate(-0.5deg);
  }
  68% {
    -webkit-transform: translate(0, 0) rotate(-2.5deg);
    transform: translate(0, 0) rotate(-2.5deg);
  }
  69% {
    -webkit-transform: translate(0, 0) rotate(2.5deg);
    transform: translate(0, 0) rotate(2.5deg);
  }
  70% {
    -webkit-transform: translate(0, 0) rotate(3.5deg);
    transform: translate(0, 0) rotate(3.5deg);
  }
  71% {
    -webkit-transform: translate(0, 0) rotate(-0.5deg);
    transform: translate(0, 0) rotate(-0.5deg);
  }
  72% {
    -webkit-transform: translate(0, 0) rotate(-2.5deg);
    transform: translate(0, 0) rotate(-2.5deg);
  }
  73% {
    -webkit-transform: translate(0, 0) rotate(2.5deg);
    transform: translate(0, 0) rotate(2.5deg);
  }
  74% {
    -webkit-transform: translate(0, 0) rotate(3.5deg);
    transform: translate(0, 0) rotate(3.5deg);
  }
  75% {
    -webkit-transform: translate(0, 0) rotate(-0.5deg);
    transform: translate(0, 0) rotate(-0.5deg);
  }
  76% {
    -webkit-transform: translate(0, 0) rotate(-2.5deg);
    transform: translate(0, 0) rotate(-2.5deg);
  }
  77% {
    -webkit-transform: translate(0, 0) rotate(2.5deg);
    transform: translate(0, 0) rotate(2.5deg);
  }
  78% {
    -webkit-transform: translate(0, 0) rotate(3.5deg);
    transform: translate(0, 0) rotate(3.5deg);
  }
  79% {
    -webkit-transform: translate(0, 0) rotate(-0.5deg);
    transform: translate(0, 0) rotate(-0.5deg);
  }
  80% {
    -webkit-transform: translate(0, 0) rotate(-2.5deg);
    transform: translate(0, 0) rotate(-2.5deg);
  }
  41%,
  49%,
  81%,
  100% {
    -webkit-transform: translate(0, 0) rotate(0);
    transform: translate(0, 0) rotate(0);
  }
}
@keyframes shake {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  4% {
    -webkit-transform: translateX(-10);
    transform: translateX(-10);
  }
  8% {
    -webkit-transform: translateX(10);
    transform: translateX(10);
  }
  13.2% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  16% {
    -webkit-transform: translateY(-15px);
    transform: translateY(-15px);
  }
  20% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  24% {
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px);
  }
  32% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  40% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  50% {
    -webkit-transform: translate(0, 0) rotate(3.5deg);
    transform: translate(0, 0) rotate(3.5deg);
  }
  51% {
    -webkit-transform: translate(0, 0) rotate(-0.5deg);
    transform: translate(0, 0) rotate(-0.5deg);
  }
  52% {
    -webkit-transform: translate(0, 0) rotate(-2.5deg);
    transform: translate(0, 0) rotate(-2.5deg);
  }
  53% {
    -webkit-transform: translate(0, 0) rotate(2.5deg);
    transform: translate(0, 0) rotate(2.5deg);
  }
  54% {
    -webkit-transform: translate(0, 0) rotate(3.5deg);
    transform: translate(0, 0) rotate(3.5deg);
  }
  55% {
    -webkit-transform: translate(0, 0) rotate(-0.5deg);
    transform: translate(0, 0) rotate(-0.5deg);
  }
  56% {
    -webkit-transform: translate(0, 0) rotate(-2.5deg);
    transform: translate(0, 0) rotate(-2.5deg);
  }
  57% {
    -webkit-transform: translate(0, 0) rotate(2.5deg);
    transform: translate(0, 0) rotate(2.5deg);
  }
  58% {
    -webkit-transform: translate(0, 0) rotate(3.5deg);
    transform: translate(0, 0) rotate(3.5deg);
  }
  59% {
    -webkit-transform: translate(0, 0) rotate(-0.5deg);
    transform: translate(0, 0) rotate(-0.5deg);
  }
  60% {
    -webkit-transform: translate(0, 0) rotate(-2.5deg);
    transform: translate(0, 0) rotate(-2.5deg);
  }
  61% {
    -webkit-transform: translate(0, 0) rotate(2.5deg);
    transform: translate(0, 0) rotate(2.5deg);
  }
  62% {
    -webkit-transform: translate(0, 0) rotate(3.5deg);
    transform: translate(0, 0) rotate(3.5deg);
  }
  63% {
    -webkit-transform: translate(0, 0) rotate(-0.5deg);
    transform: translate(0, 0) rotate(-0.5deg);
  }
  64% {
    -webkit-transform: translate(0, 0) rotate(-2.5deg);
    transform: translate(0, 0) rotate(-2.5deg);
  }
  65% {
    -webkit-transform: translate(0, 0) rotate(2.5deg);
    transform: translate(0, 0) rotate(2.5deg);
  }
  66% {
    -webkit-transform: translate(0, 0) rotate(3.5deg);
    transform: translate(0, 0) rotate(3.5deg);
  }
  67% {
    -webkit-transform: translate(0, 0) rotate(-0.5deg);
    transform: translate(0, 0) rotate(-0.5deg);
  }
  68% {
    -webkit-transform: translate(0, 0) rotate(-2.5deg);
    transform: translate(0, 0) rotate(-2.5deg);
  }
  69% {
    -webkit-transform: translate(0, 0) rotate(2.5deg);
    transform: translate(0, 0) rotate(2.5deg);
  }
  70% {
    -webkit-transform: translate(0, 0) rotate(3.5deg);
    transform: translate(0, 0) rotate(3.5deg);
  }
  71% {
    -webkit-transform: translate(0, 0) rotate(-0.5deg);
    transform: translate(0, 0) rotate(-0.5deg);
  }
  72% {
    -webkit-transform: translate(0, 0) rotate(-2.5deg);
    transform: translate(0, 0) rotate(-2.5deg);
  }
  73% {
    -webkit-transform: translate(0, 0) rotate(2.5deg);
    transform: translate(0, 0) rotate(2.5deg);
  }
  74% {
    -webkit-transform: translate(0, 0) rotate(3.5deg);
    transform: translate(0, 0) rotate(3.5deg);
  }
  75% {
    -webkit-transform: translate(0, 0) rotate(-0.5deg);
    transform: translate(0, 0) rotate(-0.5deg);
  }
  76% {
    -webkit-transform: translate(0, 0) rotate(-2.5deg);
    transform: translate(0, 0) rotate(-2.5deg);
  }
  77% {
    -webkit-transform: translate(0, 0) rotate(2.5deg);
    transform: translate(0, 0) rotate(2.5deg);
  }
  78% {
    -webkit-transform: translate(0, 0) rotate(3.5deg);
    transform: translate(0, 0) rotate(3.5deg);
  }
  79% {
    -webkit-transform: translate(0, 0) rotate(-0.5deg);
    transform: translate(0, 0) rotate(-0.5deg);
  }
  80% {
    -webkit-transform: translate(0, 0) rotate(-2.5deg);
    transform: translate(0, 0) rotate(-2.5deg);
  }
  41%,
  49%,
  81%,
  100% {
    -webkit-transform: translate(0, 0) rotate(0);
    transform: translate(0, 0) rotate(0);
  }
}
/*--------------*/
#carouselExampleDark .carousel-inner {
    min-height: 400px;
}
#carouselExampleDark .carousel-caption{
    margin-top: 0;
    z-index: 10;
}
#carouselExampleDark .carousel-caption table{
  padding: 0;
  margin: 0;
  width: auto;
  border:none;
  border-collapse: collapse;
}
#carouselExampleDark .carousel-caption table td{
  vertical-align: top;
  text-align: left;
  font-style: italic;
  font-size: 18px;
  color: #211d1d;
}
#carouselExampleDark .carousel-caption table td.paddLefttd{
  padding-left: 15px;
  padding-top:20px;
}
#carouselExampleDark .carousel-caption table td span{
  font-size:24px;
  font-weight: 600;
  display: inline-block;
  margin: 0;
  font-style: normal;
}
#carouselExampleDark .carousel-caption table td img{
  width: 150px;
  height: 150px;
  border: 2px solid #bfbfbf;
  border-radius: 200px;
}
#carouselExampleDark .carousel-indicators{
  bottom: -200px;
}
.carousel-indicators [data-bs-target]{
  height: 16px;
  width: 16px;
  border-radius: 20px;
  border-top: none;
  margin:2px 5px; 
  border-bottom: none;
  background-color:#fff !important ;
  border:1px solid #939191;
  background-clip: unset;
  opacity: 1;
}
.carousel-indicators .active {
    opacity: 1;
    background-color: #e9202a !important;
    border:1px solid #e9202a;
}
.trendingBox{
  padding: 0;
  margin: 0 0 15px 0;
  position: relative; 
}
.trendingBox.margBotBlog{
  margin-bottom: 40px !important;
}
.trendingBox .defaultBtn{
  padding: 12px 50px;
}
.trendingBox h4{
  font-size: 36px;
  line-height: 45px;
  font-weight: 500;
  padding: 0;
  margin: 0 0 20px 0;
  font-family: "Montserrat", sans-serif;
  height: 130px;
  overflow: hidden;
}
.trendingBox h4.textAuto{
  height: auto;
}
.trendingBox h4.textAuto a{
  font-size: 20px;
  line-height: 24px;
  color: #211d1d;
}
.trendingBox h4.headingslider{
  font-size: 20px;
  line-height: 26px;
  color: #211d1d;
  height: auto;
}
.trendingBox h4.headingslider a{
  color: #211d1d;
  text-decoration: none;
}
.trendingBox p{
  font-size: 24px;
  line-height: 35px;
  font-weight: 400;
  text-align: left;
  margin: 0 0 40px 0;
  height: 175px;
  overflow: hidden;
}
.trendingBox p.justifyText{
  text-align: justify !important;
}
.trendingBox img{
  border-radius: 10px;
  margin-bottom: 25px;
}
.trendDate{
  background-color: #e9202a;
  color: #fff;
  display: inline-block;
  margin: 20px 0 0 0;
  padding: 10px 20px;
  font-size: 17px;
  border-radius: 0 5px 5px 0;
  left: 0;
  position: absolute;
  z-index: 2;
}
.imgCenter{
  position: relative;
  text-align: center;
}
.imgCenter .trendDate{
  position: relative;
  margin: 0;
  top: -71px;
  border-radius: 5px;
}
.pddTop50{
  padding-top: 50px !important;
}
.pddTop180{
  padding-top: 180px !important;
}
.pddBot50{
  padding-bottom: 50px !important;
}
.pddBot20{
  padding-bottom: 20px !important;
}
.pddBot150{
  padding-bottom: 150px !important;
}
.pddBot200{
  padding-bottom: 200px !important;
}
.borderRightBlog{
  border-right: 1px solid #bfbfbf;
}
footer{
  background:#211d1d;
  padding: 70px 0 30px 0;
  color: #ffffff;
  font-size: 16px;
}
footer h4{
  color: #e9202a;
  font-weight: 400;
  font-size: 18px;
  padding: 0;
  margin: 0 0 10px 0;
}
footer p{
  color: #fff;
  font-size: 18px;
  padding: 0;
  margin: 0 0 45px 0;
}
footer p a{
  color: #fff;
  text-decoration: none;
}
footer p a:hover, footer p a:focus{
  color: #e9202a;
  text-decoration: none;
}
footer .socialLinks{
  text-align: left;
}
footer .socialLinks a:hover, footer .socialLinks a:focus{
  color: #e9202a;
  border-color: #e9202a ;
}
footer ul{
  padding: 0;
  margin: 0;
}
footer ul li{
  list-style: none;
  color: #fff;
  padding: 0;
  margin: 10px 0;
}
footer ul li a{
  color: #fff;
  text-decoration: none;
}
footer ul li a:hover, footer ul li a:focus{
  text-decoration: none;
  color: #e9202a;
}
.copyright{
  text-align: center;
  padding: 50px 0 0 0;
  margin-top: 55px;
  border-top: 1px solid #fff;
}
.copyright p{
  margin-bottom: 0;
}
a:-webkit-any-link:focus-visible {
    outline-offset: 0;
}
:focus-visible {
    outline: -webkit-focus-ring-color auto 0;
}
.memberName{
  font-weight: 600;
  color: #211d1d;
  font-size: 24px;
  line-height: 28px;
  margin-top: 20px;
}
.memberName span{
  font-weight: 400;
  font-style: italic;
  font-size: 18px;
}
#carouselExampleDark1 .carousel-caption, #carouselExampleDark2 .carousel-caption{
  margin-top: 0;
}
#carouselExampleDark1 .carousel-inner, #carouselExampleDark2 .carousel-inner{
min-height: auto;
}
.carousel-dark .carousel-control-prev-icon, .carousel-dark .carousel-control-next-icon {
   filter: unset;
}
.carousel-control-prev-icon, .carousel-control-next-icon{
  background-image: none;
  width: 50px;
  height: 50px;
  font-size: 40px;
  color: #bfbfbf;
}
.carousel-control-prev-icon:hover, .carousel-control-prev-icon:focus, .carousel-control-next-icon:hover, 
.carousel-control-next-icon:focus{
  color: #211d1d;
}
.carousel-control-prev, .carousel-control-next{
  top: auto;
  bottom: 20px;
}
#carouselExampleDark2 .carousel-control-prev {
    left: 35%;
    bottom: -40px;
}
#carouselExampleDark2 .carousel-control-next {
    right: 35%;
    bottom: -40px;
}
.whatsappIcon, a.whatsappIcon{
  right: 140px;
  position: fixed;
  bottom: 1.4em;
  text-decoration: none;
  font-size: 25px;
  height: 40px;
  width: 40px;
  padding: 2px 10px 3px 10px;
  border-radius:80px;
  z-index: 30;
  color: #fff;
  background: #28a745;
  transition: 1s ease-in-out;
   -moz-transition: 1s ease-in-out;
   -webkit-transition: 1s ease-in-out;
}
.whatsappIcon svg, a.whatsappIcon svg{
  font-size: 25px;
}
.backtotop {
  position: fixed;
  bottom: 1.45em;
  right: 60px;
  text-decoration: none;
  font-size: 17px;
  padding: 1em 2em 1em 0;
  display: none;
  border-radius:80px;
  z-index: 30;
}
.button-backtop{
  background:#e9202a;
  color:#fff !important;
  cursor:pointer;
  padding: 10px 13px;
  border-radius:50px;
  transition: 1s ease-in-out;
   -moz-transition: 1s ease-in-out;
   -webkit-transition: 1s ease-in-out;
}
.button-backtop:hover{
  background:#000;
  color:#fff;
}
.showOnTab{
  display: none;
}
.hideOnTab{
  display: block;
}
.btn {
  align-items: center;
  background-color: #fa8072;
  border: 0 solid #fff;
  border-radius: 4px;
  display: inline-flex;
  padding: 8px 16px;
  transition: all 1s ease;
}
.btn:hover span {
  transform: translateX(-6px);
  opacity: 1;
  position: relative;
  font-size: 14px;
  line-height: 16px;
}
.btn span {
  color: #fff;
  transform: translateX(-120px);
  transition: all 1s ease;
  opacity: 0;
  position: absolute;
}
.btn i, .btn svg {
  color: #fff;
}
.btn + .btn {
  background-color: #000080;
  margin-left: 8px;
   transition: all 1s ease;
}
/*-----------------*/
.btn--expandable {
  display: inline-block;
  height: 36px;
  margin: 10px 10px 10px auto;
  /*margin-top: 50px;*/
  border-radius: 55px;
  background-color: #a20a11;
  color: #FFF;
  border: 1px solid #fff;
  white-space: nowrap;
  line-height: 36px;
  overflow: hidden;
  float: right;
}
.btn--expandable > a {
  display: block;
  box-sizing: border-box;
  max-width: 36px;
  padding: 0 14px 0 11px;
  text-decoration: none;
  transition: all 1s;
  color: #fff;
}
.btn--expandable > a svg{
  margin-right: 15px;
  color: #fff;
}
.btn--expandable:hover > a {
  max-width: 300px;
}
.pullRightLinks{
  float: right;
}
/*.navbar-expand-lg .navbar-toggler {
  display: inline-block;
  position: absolute;
  right: 15px;
  top: -58px;
}
.collapse:not(.show) {
  display: none !important;
}
.navbar-collapse {
  flex-basis: 100%;
  flex-grow: 1;
  margin-top: 0px;
  align-items: center;
}*/
.navbar-expand-lg .navbar-nav {
 /* flex-direction: column;
  width: 100%;*/
  background: #e61f29;
}
/*------------------*/

#webapp_cover {
  position: relative;
  top: 50%;
  right: 0;
  left: 0;
  width: 39px;
  margin: 28px auto 0 20px;
  transform: translateY(-50%) scale(1.1);
  float: right;
}

#menu_button {
  width: 39px;
  overflow: hidden;
}

#menu_checkbox {
  display: none;
}

#menu_label {
  position: relative;
  display: block;
  height: 29px;
  cursor: pointer;
}

#menu_label:before,
#menu_label:after,
#menu_text_bar {
  position: absolute;
  left: 0;
  width: 100%;
  height: 5px;
  background-color: #fff;
  line-height: 5px;
}

#menu_label:before,
#menu_label:after {
  content: "";
  transition: 0.4s cubic-bezier(0.68, -0.55, 0.27, 1.55) left;
}

#menu_label:before {
  top: 0;
}

#menu_label:after {
  top: 12px;
}

#menu_text_bar {
  top: 24px;
}

#menu_text_bar:before {
  content: "MENU";
  position: absolute;
  top: 5px;
  right: 0;
  left: 0;
  color: #fff;
  font-size: 12px;
  font-weight: bold;
  font-family: "Montserrat", Arial, Helvetica, sans-serif;
  text-align: center;
}

#menu_checkbox:checked + #menu_label:before {
  left: -39px;
}

#menu_checkbox:checked + #menu_label:after {
  left: 39px;
}

#menu_checkbox:checked + #menu_label #menu_text_bar:before {
  animation: moveUpThenDown 0.8s ease 0.2s forwards,
    shakeWhileMovingUp 0.8s ease 0.2s forwards,
    shakeWhileMovingDown 0.2s ease 0.8s forwards;
}

@keyframes moveUpThenDown {
  0% {
    top: 0;
  }
  50% {
    top: -27px;
  }
  100% {
    top: -14px;
  }
}

@keyframes shakeWhileMovingUp {
  0% {
    transform: rotateZ(0);
  }
  25% {
    transform: rotateZ(-10deg);
  }
  50% {
    transform: rotateZ(0deg);
  }
  75% {
    transform: rotateZ(10deg);
  }
  100% {
    transform: rotateZ(0);
  }
}

@keyframes shakeWhileMovingDown {
  0% {
    transform: rotateZ(0);
  }
  80% {
    transform: rotateZ(3deg);
  }
  90% {
    transform: rotateZ(-3deg);
  }
  100% {
    transform: rotateZ(0);
  }
}
/*-----------*/
.rotating-text-wrapper {
  height: 10em;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
}
.rotating-text-wrapper h4 {
  color: #fff;
  font-size: 2.5em;
  padding: 0.3em;
  margin: 0;
  opacity: 0;
  animation-duration: 10s;
  animation-direction: reverse;
  animation-iteration-count: infinite;
}
.rotating-text-wrapper h4:nth-child(1) {
  animation-name: rotating-text-1;
}
@keyframes rotating-text-1 {
  0% {
    transform: translateY(200%);
  }
  24% {
    transform: translateY(100%);
    opacity: 1;
  }
  25% {
    opacity: 0;
  }
}
.rotating-text-wrapper h4:nth-child(2) {
  animation-name: rotating-text-2;
}
@keyframes rotating-text-2 {
 25% {
    transform: translateY(100%);
    opacity: 0;
  }
 49% {
    transform: translateY(0);
    opacity: 1;
  }
 50% {
    opacity: 0;
  }
}
.rotating-text-wrapper h4:nth-child(3) {
  animation-name: rotating-text-3;
}
@keyframes rotating-text-3 {
  50% {
    transform: translateY(0);
    opacity: 0;
  }
  74% {
    transform: translateY(-100%);
    opacity: 1;
  }
  75% {
    opacity: 0;
    transform: translateY(-100%);
  }
}
.rotating-text-wrapper h4:nth-child(4) {
  animation-name: rotating-text-4;
}
@keyframes rotating-text-4 {
  75% {
    transform: translateY(0);
    opacity: 0;
  }
  99% {
    transform: translateY(-200%);
    opacity: 1;
  }
  100% {
    opacity: 0;
    transform: translateY(-200%);
  }
}
@media screen and (max-width: 576px) {
  .rotating-text-wrapper {
    font-size: 0.7rem;
  }
}
/*------------------------*/

.containerSlide {
  color: #fff;
  font-size: 2.26rem;
  text-transform:inherit;
  display: flex;
  align-items: center;
  justify-content: center;
}
.animation {
  height:50px;
  overflow:hidden;
  margin-left: 1rem;
}
.animation > div > div {
  padding: 0.25rem 0.75rem;
  height:2.81rem;
  margin-bottom: 2.81rem;
  display:inline-block;
}
.animation div:first-child {
  animation: text-animation 10s infinite;
  animation-direction: reverse;
}

.first div {
/*  background-color:#20a7d8;*/
}
.second div {
  /*background-color:#CD921E;*/
}
.third div {
 /* background-color:#c10528;*/
}
.third1 div {
 /* background-color:#c10528;*/
}

@keyframes text-animation {
  0% {margin-top: 0;}
  10% {margin-top: 0;}
  20% {margin-top: -5.62rem;}
  30% {margin-top: -5.62rem;}
  40% {margin-top: -11.24rem;}
  60% {margin-top: -11.24rem;}
  70% {margin-top: -5.62rem;}
  80% {margin-top: -5.62rem;}
  90% {margin-top: 0;}
  100% {margin-top: 0;}
}

/*------------------------*/

.contentSlide{
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 48px;
 /* height: 100vh;*/
  text-transform: inherit;
  color: #fff;
  /*margin: 50px 0;*/
  margin: 20px 0 0 0;
  /*background-color: darkslateblue;*/
}
.contentSlide .slider{
  height: 60px;
  overflow: hidden;
}
.contentSlide .slide{
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 2px 15px;
  text-align: center;
  height: 50px;
  margin-bottom: 50px;
}
.contentSlide .slide-anim{
  animation: slide 10s linear infinite;
}
.slide1 {
  /*background-color: lightgreen;*/
}
.slide2 {
 /* background-color: skyblue;*/
}
.slide3 {
  /*background-color: lightcoral;*/
}
@keyframes slide {
  0% { transform: translateY(-500px); }
  10% { transform: translateY(-500px); }
  20% { transform: translateY(-400px); }
  30% { transform: translateY(-400px); }
  40% { transform: translateY(-300px); }
  50% { transform: translateY(-300px); }
  60% { transform: translateY(-200px); }
  70% { transform: translateY(-200px); }
  80% { transform: translateY(-100px); }
  90% { transform: translateY(-100px); }
  100% { transform: translateY(0px); }
}
.btn--expandable:hover{
  border-color: #211d1d;
}
.btn--expandable:hover svg,  .btn--expandable:hover a{
  color: #211d1d;
}

/*-------------------------*/
.eventBox figure img {
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
  -webkit-transition: .3s ease-in-out;
  transition: .3s ease-in-out;
}
.eventBox figure:hover img {
  -webkit-filter: grayscale(0);
  filter: grayscale(0);
}
/*--------------------*/

.eventBox{
    height: auto;
    width: 100%;
    justify-content: center;
    align-items: center;
    margin: auto;
    display: block;
    position: relative;
    text-align: center;
}
.eventBox img{
  width: auto !important;
  height: auto !important;
  margin: 0 auto;
}
.image1{
    border-radius: 1rem;
    position: relative;
    transition: 0.5s ease-in-out;
}
.image2{
    /*position: absolute;*/
    position: relative;
    border-radius: 1rem;
    transition: 0.5s ease-in-out;
    opacity: 0;
    /*top: 0;*/
    margin: -126px auto 0 auto !important;
}
.image2.cat{
  margin: -110px auto 0 auto !important;
}
.eventBox:hover .image1{
  opacity: 0;
}
.eventBox:hover .image2{
   opacity: 100%;
}
/*-----------------------*/

/*-----------------------*/

.visualTourImg{
  border: 1px solid #e9202a;
  border-radius: 3px;
}
.visualTour{
  padding-right: 10px;
}
.visualTour .owl-nav{
  display: none;
}
/*----------------------*/
.masthead.subBannerBg{
   background: url(../images/subbannerbg.png) repeat-x left bottom #e9202a;
}
.subpageBanner{
  background: url(../images/event-banner.jpg) no-repeat center bottom;
  background-size: contain;
  min-height: 500px;
  margin-top: -90px;
  padding-top: 220px;
}
.subpageBanner.registrationBanner{
  background: url(../images/registration-banner.jpg) no-repeat center bottom;
   background-size: contain;
}
.subpageBanner.whoWeAreBanner{
  background: url(../images/who-we-are-banner.jpg) no-repeat center bottom;
   background-size: contain;
}
.subpageBanner.contactBanner{
  background: url(../images/contact-banner.jpg) no-repeat center bottom;
   background-size: contain;
}
.subpageBanner.growthplaneBanner{
  background: url(../images/growthplan-banner.jpg) no-repeat center bottom;
   background-size: contain;
}
.subpageBanner.termsBanner{
  background: url(../images/terms-banner.jpg) no-repeat center bottom;
   background-size: contain;
}
.subpageBanner.testimonialBanner{
  background: url(../images/testimonial-banner.jpg) no-repeat center bottom;
   background-size: contain;
}
.subpageBanner.feedbackBanner{
  background: url(../images/feedback-banner.jpg) no-repeat center bottom;
   background-size: contain;
}
.subpageBanner.blogBanner{
  background: url(../images/blog-banner.jpg) no-repeat center bottom;
   background-size: contain;
}
.subpageBanner.profileBanner{
  background: url(../images/profile-banner.jpg) no-repeat center top;
   background-size: cover;
   min-height: 300px;
}
.text-justify{
  text-align: justify !important;
}
.container.text-justify h4{
  margin-bottom: 25px;
}
.container.text-justify ol{
  margin: 0 0 50px 30px;
}
.container.text-justify ol li{
  font-size: 24px;
  margin: 5px 0;
}
.subpageBanner h1{
  color: #fff;
  font-size: 48px;
  padding: 0;
  margin: 0;
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
  text-transform: capitalize;
}
.subpageContent{
  padding: 55px 0 20px 0;
  min-height: 800px;
}
.subpageContent p{
  color: #211d1d;
  font-size: 24px;
  line-height: 36px;
  margin-bottom: 35px;
  padding: 0;
}
.subpageContent.paymentSect{
  min-height: 1000px;
}
.greyIcon{
  background: #211d1d;
  width: 150px;
  height: 150px;
  border-radius: 200px;
  text-align: center;
  padding: 25px 0;
  margin: 0 auto 35px auto;
  /*display: inline-block;*/
  position: relative;
/*  float: left;*/
}
.greyIcon img{
  width: auto;
}
.nodeImg{
  float: right;
  margin: -145px -115px 0 0;
}
.nodeImg2{
  float: right;
  margin: -125px -115px 0 0;
}
.nodeImg3{
  float: right;
  margin: -125px -115px 0 0;
}
/*.iconFirst::after{
  content: url(../images/nodebg1.png);
  top: 0;
  right: 0;
}*/
/*.greyIconList ul{
  padding:0;
  margin: 0; 
}
.greyIconList ul li{
  list-style: none;
  display: inline-block;
  width: 24%;
  margin: 15px 0;
}
.greyIconList ul li::after{
  content: url(../images/nodebg1.png);
  top:0;
  right: 0;
}*/
.eventSect{
  padding: 50px 0;
}
.eventSect h3{
  font-size: 80px;
  font-weight: 500;
  text-transform: uppercase;
  padding: 0;
  margin: 0 0 45px 0;
  color: #211d1d;
  font-family: "Montserrat", sans-serif;
}
.arrowCalLeft, a.arrowCalLeft, .arrowCalRight, a.arrowCalRight{
  height: 40px;
  width: 40px;
  top: -14px;
  margin: 0px 50px  0 50px;
  font-size: 25px;
  line-height: 35px !important;
  padding: 3px 1px;
  color: #fff;
  border-radius: 50px;
  background: #211d1d;
  display: inline-block;
  text-decoration: none;
  position: relative;
}
.arrowCalLeft:hover, a:hover.arrowCalLeft, .arrowCalRight:hover, a:hover.arrowCalRight{
  background: #e9202a;
  text-decoration: none;
}
.arrowCalLeft.disable, a.arrowCalLeft.disable, .arrowCalRight.disable, a.arrowCalRight.disable{
  visibility: hidden;
}
.dateSect {
  text-align: center;
  border-bottom: 2px solid #e9202a;
  margin-bottom: 35px;
  min-height: 122px;
}
.dateSect ul{
  padding: 0;
  margin: 0 auto;
  width: auto;
}
.dateSect ul li{
  list-style: none;
  display: inline-block;
  margin: 0 10px;
  font-size: 24px;
  text-align: center;
  padding: 0 0 35px 0;
}
.dateSect ul li a{
  display: block;
  text-align: center;
  padding: 5px 10px;
  color: #211d1d;
  border: 1px solid #fff;
  border-radius: 3px;
  background: #fff;
  min-width: 70px;
}
.dateSect ul li a:hover{
   border: 1px solid #211d1d;
   background: #fff;
   color: #211d1d;
   text-decoration: none;
}
.dateSect ul li.selectedDate{
  background: url(../images/activedatebg.png)  no-repeat center bottom;
}
.dateSect ul li.selectedDate a{
   border: 2px solid #e9202a;
   background: #e9202a;
   color: #fff;
   font-weight: 600;
   text-decoration: none;
}
.dateSect ul li.dateWithEvent a{
   border: 2px solid #e9202a;
   background: #e9202a;
   color: #fff;
}
.dateSect ul li.dateWithEvent a:hover{
  border: 2px solid #211d1d;
   background: #211d1d;
   color: #fff;
}
.dateSect ul li.disable a{
   border: 1px solid #fff;
   color: #bfbfbf;
   cursor: unset;
}
.dateSect ul li.disable a:hover{
  border: 1px solid #fff;
  color: #bfbfbf;
}
.dateSect ul li.pastEventShow a{
  background: #bfbfbf;
  border: 1px solid #bfbfbf;
  color: #666;
}
.dateSect ul li.pastEventShow a:hover{
  color: #211d1d;
}
/*.dateSect ul li.leftArrow, .dateSect ul li.rightArrow{
  font-size: 24px;
}*/
.dateSect ul li.leftArrow a svg, .dateSect ul li.rightArrow a svg{
  margin-bottom: 15px;
  font-size: 30px;
}
.dateSect ul li.leftArrow a:hover, .dateSect ul li.rightArrow a:hover{
  border: 1px solid #fff !important;
  color: #e9202a;
}
.dateSect ul li.leftArrow.disable, .dateSect ul li.rightArrow.disable{
  visibility: hidden;
}
.eventSect .container{
  position: relative;
}
.legendSect{
  /*float: right;*/
  font-size: 18px;
  position: absolute;
  right: 0;
}
.legendSect table{
  padding: 0;
  margin: 10px 0;
  border:0;
}
.legendSect table td{
  padding: 3px 5px;
  margin: 0;
}
.upcomingEventBox{
  width: 10px;
  height: 10px;
  background: #e9202a;
  display: inline-block;
}
.pastEventBox{
  width: 10px;
  height: 10px;
  background: #bfbfbf;
  display: inline-block;
}
.chapterSect{
  background: #f5f5f5;
  padding: 15px 30px 15px 15px;
  border-radius: 10px;
  margin-bottom: 60px;
}
.chapterImg{
  border-radius: 10px;
  width: 100%
}
.chapterSect h4{
  font-size: 24px;
  font-weight: 600;
  color: #211d1d;
  padding: 0;
  margin: 0 0 35px 0;
}
.chapterSect table{
  border: none;
  width: 100%;
  border-collapse: collapse;
}
.chapterSect table td{
  text-align: left;
  vertical-align: top;
  font-size: 24px;
  color: #211d1d;
  padding: 0 0 30px 0;
}
.chapterSect table td.paddBot0{
  padding-bottom: 0 !important;
}
.chapterSect table td.textright{
  text-align: right !important;
}
.chapterSect table td p{
  font-size: 24px;
  color: #211d1d;
  margin-bottom: 0;
}
.chapterSect table td p a{
  font-weight: 500;
  font-family: "Montserrat", sans-serif;
  text-decoration: none;
}
.chapterSect table td p a:hover{
  text-decoration: underline;
}
h2.headingChapter{
  font-size: 36px;
  font-weight: 500;
  font-family: "Montserrat", sans-serif;
  padding:0;
  margin: 0 0 30px 0;
  color: #211d1d; 
}
.text-danger{
  font-weight: bold;
  color: #ff0000;
  font-size: 28px;
}
.registrationForm{
  padding: 0 0 150px 0;
}
.registrationForm label{
    font-size: 24px;
    color: #211d1d;
    line-height: 24px;
    margin-bottom: 30px;
}
.registrationForm .form-control, .form-control{
    border-color: transparent;
    -webkit-box-shadow: 1px 2px 10px 0 rgb(72 72 72 / 15%);
    box-shadow: 1px 2px 10px 0 rgb(72 72 72 / 15%);
    border-radius: 0px;
    font-size: 25px;
    color: #211d1d;
    padding: 20px 25px;
    margin-bottom: 50px;
}
.form-control.searchInput{
  padding-left: 75px !important;
  background: url(../images/searchicon.png) no-repeat 20px 25px;
  margin-bottom: 20px !important;
}
.registrationForm .form-control:focus, .form-control:focus{
  border-color: #211d1d;
  box-shadow: none;
}
.registrationForm .form-control::placeholder, .form-control::placeholder{
  font-style: italic;
  color: #d8d8d8;
}
.registrationForm .form-control.required, .form-control.required{
  border-color:#e9202a;
  box-shadow: none;
}
.registrationForm .form-control.select, .form-control.select{
  background: url(../images/selecticon.png) no-repeat right 30px #fff;
}
.inputInfoIcon{
  position: absolute;
  right: 15px;
  bottom: 30px;
}
.btn-disable, a.btn-disable{
  display: inline-block;
  border-radius: 10px;
  border: 1px solid #d8d8d8;
  padding: 15px 35px;
  text-transform: uppercase;
  color: #d8d8d8;
  font-size: 24px;
  letter-spacing: 1px;
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
  cursor: pointer;
  background: transparent;
  transition: all 0.5s;
}
.btn-disable:hover, a:hover.btn-disable{
  border-color: #d8d8d8 !important;
  color: #d8d8d8 !important;
}
.btn-disable:focus, a:focus.btn-disable{
  outline: none !important;
  box-shadow: none !important;
}
.formTab{
  padding: 0;
  margin: 15px 0;
}
.formTab ul{
  padding: 0;
  margin:0 0 50px 0; 
}
.formTab ul li{
  list-style: none;
  width: 49%;
  display: inline-block;
  /*padding: 37px;*/
  font-size: 24px;
  position: relative;
}
.formTab ul li span{
  float: left;
  display: block;
  background: transparent;
  color: #211d1d;
  padding: 31px 15px 31px 30px;
  width: 90%;
  font-size: 24px;
  border-top:1px solid #211d1d;
  border-bottom: 1px solid #211d1d; 
}
.formTab ul li span.active{
  float: left;
  display: block;
  background: #e9202a;
  color: #fff;
  padding: 23px 15px 23px 30px;
  width: 90%;
  font-size: 36px;
  border:none;
}
.formTab ul li:last-child{
  margin-left: -71px;
}
.formTab ul li:last-child span{
  padding-left: 100px;
}
.formTab ul li:first-child span.leftborder{
  border-left: 1px solid #211d1d;
}
.mrtop{
  margin-top: 160px !important;
}
.headingBorderBot{
  border-bottom: 1px solid #211d1d;
  display: inline-block !important;
  padding-bottom: 15px;
}
.margBot150{
  margin-bottom: 150px;
}
.margTopBot150{
   margin-bottom: 150px;
   margin-top: 150px;
}
.margTopBot50{
   margin-bottom: 150px;
   margin-top: 50px;
}
.growthPlanBg{
  /*background: url(../images/growthplan-bg.jpg) no-repeat center -20px;*/
  /*background-size: contain;*/
}
.growthPlanBg .paragraphSect h2{
    color: #e9202a;
}
.margBot0{
  margin-bottom: 0 !important; 
}
/*---------------------------*/
.arrow-right {
  width: 0; 
  height: 0; 
  border-top: 50px solid transparent;
  border-bottom: 50px solid transparent;
  border-left: 50px solid #e9202a;
  float: right;

  margin:0;
  position: absolute;
  right: 19px;
}
.arrow-right2 {
  width: 0; 
  height: 0; 
  border-top: 50px solid transparent;
  border-bottom: 50px solid transparent;
  border-left: 50px solid #211d1d;
  float: right;

  margin:0;
  position: absolute;
  right: 17px;
}
.arrow-right3{
  margin:0;
  position: absolute;
  right: 12px;
  float: right;
  z-index: 5;
}
.arrow-right4{
  margin:0;
  position: absolute;
  right: 12px;
  float: right;
  z-index: 5;
}
.paddLeft0mob{
  height: 60px;
}
.margTopHeading{
  margin-top: 50px !important;
}
.moveTopimg{
  margin-top: -100px;
}
.moveTopimg2{
  margin-top: -170px;
}
.moveToparrow{
  margin-top: -560px;
  margin-right: -40px;
  display: block;
  text-align: right;
}
.errorMsg{
  color: #e9202a;
  display: block;
  position: absolute;
  bottom: -30px;
}
.form-group{
  position: relative;
}
.headOfficeSect{
  background: url(../images/contact-address-bg.jpg) no-repeat right bottom #211d1d;
  border-bottom: 10px solid #e9202a;
  padding: 60px 65px 65px 65px;
  color: #fff;
  font-size: 24px;
  min-height: 870px;
}
.headOfficeSect h3{
  color: #e9202a;
  font-size: 60px;
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  padding: 0;
  margin: 0 0 60px 0;
}
.headOfficeSect ul{
  padding: 0;
  margin: 0 0 60px 0;
}
.headOfficeSect ul li{
  list-style: none;
  display: block;
  font-size: 24px;
  color: #fff;
  padding: 0 0 0 55px;
  margin:0 0 40px 0;
}
.headOfficeSect ul li.location{
  background: url(../images/listicon1.jpg) no-repeat left 7px;
}
.headOfficeSect ul li.mail{
  background: url(../images/listicon2.jpg) no-repeat left 8px;
}
.headOfficeSect ul li.phone{
  background: url(../images/listicon3.jpg) no-repeat left 8px;
}
.headOfficeSect ul li.time{
  background: url(../images/listicon4.jpg) no-repeat left 8px;
}
.headOfficeSect ul li a{
  color: #fff;
  text-decoration: none;
  display: block;
}
.headOfficeSect ul li a:hover, .headOfficeSect ul li a:focus{
  text-decoration: none;
  color: #e9202a;
}

.headOfficeSect h5{
  color: #e9202a;
  font-size: 24px;
  padding: 0;
  margin: 0 0 15px 0;
  font-weight: 400;
}
.headOfficeSect .socialLinks{
  text-align: left !important;
}
.headOfficeSect .socialLinks a:hover, .headOfficeSect .socialLinks a:focus {
    text-decoration: none;
    color: #e9202a;
    border: 1px solid #e9202a;
}
/*-----------*/
.borderGrowthImgleft{
  border: 1px dashed #e9202a;
  border-right: none;
  padding: 70px 0 70px 70px;
  border-radius: 250px 0 0 250px;
}
.borderGrowthImgRight{
  border: 1px dashed #e9202a;
  border-left: none;
  padding: 70px 70px 70px 0;
  border-radius: 0 250px 250px 0;
  margin-top: -1px;
}
.borderTopBtn{
  border-left: 1px dashed #e9202a;
  width: 1px;
  height: 70px;
  margin: 0 auto;
  display: inline-block;
}

/*-------- Grid --------*/
.grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(450px, 1fr));
  grid-auto-rows: 0.25%;
  grid-gap: 2em;
  counter-reset: item;
  margin-bottom: 100px;
}

.grid-item {
  /*box-shadow: 0 0 20px rgba(0,0,0,.4);*/
  border-radius: 50px;
  padding: 55px 40px 55px 40px;
  border: 1px solid #211d1d;
  /*overflow: hidden;*/
  position: relative;
  background-position: center;
  background-size: cover;
  background-color: #fff;
  margin-bottom: 10px;
}
.grid-item::before{
  content: url(../images/testimonials-quote-top-sml3.jpg);
  position: absolute;
  z-index: 1;
  top: -2px;
  left: 0;
}
.grid-item::after{
  content: url(../images/testimonials-quote-bot-sml3.jpg);
  position: absolute;
  z-index: 1;
  bottom: -8px;
  right: -5px;
}

/*.grid-item::after {
  content: counter(item);
  counter-increment: item;
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  opacity: .4;
  display: grid;
  place-items: center;
  font-size: 5em;
  color: dodgerblue;
}*/
.grid-item .content{
  min-height: 250px;
}
.grid-item p {
  margin: 0 0 20px 0;
  padding: 0;
  font-size:24px;
  line-height: 30px;
  color: #211d1d;
  text-align: left;
}
.grid-item table{
  padding: 0;
  margin: 0;
  border: 0;
  width: 100%;
}
.grid-item table td{
  text-align: left;
  vertical-align: top;
}
.grid-item table td{
  font-size: 18px !important;
  font-weight: 400;
  font-style: italic;
}
.grid-item table td span{
  font-weight: 800;
  font-style: normal !important;
  font-size: 24px !important;
}
.grid-item table td img{
  width: 100px;
  height: 100px;
  border: 2px solid #bfbfbf;
  border-radius: 200px;
}
.title {
  padding: 1em 1em 0 1em;
  text-transform: uppercase;
  letter-spacing: 2px;
}
.form-group .validation-error{
    color: #e9202a !important;
    font-weight: normal !important;
    position: absolute !important;
    bottom: -30px !important;
    font-size: 16px !important;
}
.form-group .mandatory{
    font-weight: bold !important;
    color: #ff0000 !important;
    font-size: 28px !important;
    position: relative !important;
    bottom: 0 !important;
}
.form-group .form-control.is-invalid{
    border-color: #e9202a !important;
    box-shadow: none !important;
}
.d-block {
    display: block !important;
    width: 100% !important;
}
/*--loader css--*/
#loader-wrapper {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 3000;
}
#loader-wrapper .loader-section {
    position: fixed;
    top: 0;
    width: 100%;
    height: 100%;
    background:url(../images/loading.gif) no-repeat center 50% rgba(255,255,255,1);
    z-index: 1000;
    animation: fadeOut 5s;
    -webkit-transition: all ease-out;  
     transition: all ease-out;
}
#loader-wrapper .loader-section.section-left {
   /* left: 0;*/
}
#loader-wrapper .loader-section.section-right {
    /*right: 0;*/
}
/* Loaded */
.loaded #loader-wrapper .loader-section.section-left {

    /*-webkit-transition: all 0.7s 0.3s cubic-bezier(0.645, 0.045, 0.355, 1.000);  
            transition: all 0.7s 0.3s cubic-bezier(0.645, 0.045, 0.355, 1.000);*/*/
            animation: fadeOut 5s;
}
.loaded #loader-wrapper .loader-section.section-right {
        animation: fadeOut 5s;
}
.loaded #loader {
    opacity: 0;
    -webkit-transition: all ease-out;  
     transition: all ease-out;
     animation: fadeOut 5s;
}
.loaded #loader-wrapper {
    visibility: hidden;
    -webkit-transition: all ease-out;  
            transition: all ease-out;
}
@keyframes fadeOut {
  0% { opacity: 1; }
  50% { opacity: 0.8; }
  80% { opacity: 0.2; }
  100% { opacity: 0; }
}
/* JavaScript Turned Off */
.no-js #loader-wrapper {
    display: none;
}
.no-js h1 {
    color: #222222;
}
#content {
    margin: 0 auto;
    padding-bottom: 50px;
    width: 100%;
    /*max-width: 978px;*/
} 
@media only screen and (min-width: 35em) {
    /* Style adjustments for viewports that meet the condition */
}
@media print,
       (-o-min-device-pixel-ratio: 5/4),
       (-webkit-min-device-pixel-ratio: 1.25),
       (min-resolution: 120dpi) {
    /* Style adjustments for high resolution devices */
}

/*---loader css end--*/

.middImgPayment{
 /* padding: 100px 0 10px 0;*/
  padding: 0 0 10px 0;
  margin: 0 auto;
}
.lgHeading, h1.lgHeading{
  font-size: 48px;
  font-weight: 400;
  padding: 0;
  margin: 0 0 5px 0;
  text-transform: uppercase;
}
.loginSect{
  padding: 150px 0 0 0;
}
.loginSect h1{
  font-size: 48px;
  font-weight: 400;
  font-family: "Roboto", sans-serif;
  text-transform: uppercase;
  padding: 0;
  margin: 15px 0 30px 0;
  display: block;
  text-align: center;
}
.loginSect .defaultBtn{
  padding-left: 80px;
  padding-right: 80px;
}
/*----------*/
.placeholderBox {
  background: #fff;
  border: 1px solid;
  border-color: #e5e6e9 #dfe0e4 #d0d1d5;
  border-radius: 10px;
  padding: 15px;
  margin: 0 auto 30px auto;
  max-width: 100%;
  min-height: 400px;
}
.placeholderBox table{
  width: 100%;
}
.placeholderBox table td{
  vertical-align: top;
  text-align: left;
}
.placeholderBox table td.textright{
  text-align: right;
}
@keyframes placeHolderShimmer{
  0%{
      background-position: -468px 0
  }
  100%{
      background-position: 468px 0
  }
}
.imgBoxload {
    animation-duration: 2s;
    animation-fill-mode: forwards;
    animation-iteration-count: infinite;
    animation-name: placeHolderShimmer;
    animation-timing-function: linear;
    background: #f6f7f8;
    background: linear-gradient(to right, #eeeeee 8%, #dddddd 18%, #eeeeee 33%);
    background-size: 1900px 304px;
    height: 450px;
    position: relative;
}
.headingLoadLg{
    animation-duration: 2s;
    animation-fill-mode: forwards;
    animation-iteration-count: infinite;
    animation-name: placeHolderShimmer;
    animation-timing-function: linear;
    background: #f6f7f8;
    background: linear-gradient(to right, #eeeeee 8%, #dddddd 18%, #eeeeee 33%);
    background-size: 1900px 304px;
    height: 30px;
    position: relative;
    width: 40%;
    margin: 0 0 20px 0;
}
.headingLoad{
    animation-duration: 2s;
    animation-fill-mode: forwards;
    animation-iteration-count: infinite;
    animation-name: placeHolderShimmer;
    animation-timing-function: linear;
    background: #f6f7f8;
    background: linear-gradient(to right, #eeeeee 8%, #dddddd 18%, #eeeeee 33%);
    background-size: 1900px 304px;
    height: 25px;
    position: relative;
    width: 55%;
    margin: 0 0 20px 0;
}
.thumbIconload{
    animation-duration: 2s;
    animation-fill-mode: forwards;
    animation-iteration-count: infinite;
    animation-name: placeHolderShimmer;
    animation-timing-function: linear;
    background: #f6f7f8;
    background: linear-gradient(to right, #eeeeee 8%, #dddddd 18%, #eeeeee 33%);
    background-size: 1900px 304px;
    height: 70px;
    position: relative;
    margin: 0 15px 15px 0;
}
.textLineSmall{
  animation-duration: 2s;
  animation-fill-mode: forwards;
  animation-iteration-count: infinite;
  animation-name: placeHolderShimmer;
  animation-timing-function: linear;
  background: #f6f7f8;
  background: linear-gradient(to right, #eeeeee 8%, #dddddd 18%, #eeeeee 33%);
  background-size: 1900px 304px;
  height: 20px;
  position: relative;
  margin: 5px 0 10px 0;
  width: 40%;
}
.textLineLarge{
  animation-duration: 2s;
  animation-fill-mode: forwards;
  animation-iteration-count: infinite;
  animation-name: placeHolderShimmer;
  animation-timing-function: linear;
  background: #f6f7f8;
  background: linear-gradient(to right, #eeeeee 8%, #dddddd 18%, #eeeeee 33%);
  background-size: 1900px 304px;
  height: 20px;
  position: relative;
  margin: 5px 0 10px 0;
  width: 100%;
}
.btnLoad{
  animation-duration: 2s;
  animation-fill-mode: forwards;
  animation-iteration-count: infinite;
  animation-name: placeHolderShimmer;
  animation-timing-function: linear;
  background: #f6f7f8;
  background: linear-gradient(to right, #eeeeee 8%, #dddddd 18%, #eeeeee 33%);
  background-size: 1900px 304px;
  height: 50px;
  border-radius: 10px;
  position: relative;
  margin: 5px 0 10px 0;
  width: 30%;
  display: inline-block;
}
.dateLoading{
    animation-duration: 2s;
    animation-fill-mode: forwards;
    animation-iteration-count: infinite;
    animation-name: placeHolderShimmer;
    animation-timing-function: linear;
    background: #f6f7f8;
    background: linear-gradient(to right, #eeeeee 8%, #dddddd 18%, #eeeeee 33%);
    background-size: 1900px 304px;
    height: 87px;
    width: 73px;
    position: relative;
    margin: 0;
    border-radius: 3px;
}
.dateLoading.roundArrow{
  border-radius: 50px;
  width: 30px;
  height: 30px;
  margin: 10px 0 22px 0;
}
.dateSect ul li.loadingList{
  padding-bottom: 28px !important;
}
/*------Check Input -------*/
.form-group .form-check-inline{
  padding-left: 0;
  margin-right: 2.5rem;
  margin-bottom: 30px;
}
.form-group label{
  line-height: 35px;
}
[type="radio"]:checked,
[type="radio"]:not(:checked) {
    position: absolute;
    left: -9999px;
}
[type="radio"]:checked + label,
[type="radio"]:not(:checked) + label
{
    position: relative;
    padding-left: 60px;
    padding-top: 10px;
    cursor: pointer;
    line-height: 20px;
    display: inline-block;
    color: #666;
}
[type="radio"]:checked + label:before,
[type="radio"]:not(:checked) + label:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 42px;
    height: 42px;
    border: 1px solid #ebebeb;
    border-radius: 100%;
    background: #fff;
    transition: all 0.5s;
    -webkit-box-shadow: 1px 2px 10px 0 rgb(72 72 72 / 15%);
    box-shadow: 1px 2px 10px 0 rgb(72 72 72 / 15%); 
}
[type="radio"]:checked + label:before{
   -webkit-box-shadow: none;
    box-shadow: none;
}
[type="radio"]:checked + label:after,
[type="radio"]:not(:checked) + label:after {
    content: '';
    width: 32px;
    height: 32px;
    background: #e9202a;
    position: absolute;
    top: 5px;
    left: 5px;
    border-radius: 100%;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
    -webkit-box-shadow: none;
    box-shadow: none;
}
[type="radio"]:not(:checked) + label:after {
    opacity: 0;
    -webkit-transform: scale(0);
    transform: scale(0);
}
[type="radio"]:checked + label:after {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
}
/*---------------*/
.page-link{
  color: #e9202a !important;
  border: none;
  padding: 5px 12px !important;
  margin: 1px 10px;
  border-radius: 100%;
}
.page-link.active, .active > .page-link{
  background: #e9202a !important;
  color: #fff !important;
}
.page-item:last-child .page-link, .page-item:first-child .page-link{
  border-radius: 100%;
}
.page-link:hover {
  color: #fff !important;
  background: #e9202a !important;
}
.page-link.disabled, .disabled > .page-link{
  color: #6c757d !important;
}
.widget{
  border-bottom: 1px solid #bfbfbf;
  padding: 0 0 25px 0;
  margin: 0 0 25px 0;
}
.widget h4{
  font-size: 24px;
  line-height: 34px;
  color: #211d1d !important;
  font-weight: 600;
  font-family: "Montserrat", sans-serif;
  padding: 0;
  margin: 0 0 15px 0;
}
.widget ul{
  padding: 0;
  margin: 0;
}
.widget ul li{
  padding: 0;
  margin: 0 0 15px 0;
  display: block;
  width: 100%;
}
.widget ul li a{
  display: block;
  width: 100%;
  color: #211d1d;
  font-size: 18px;
  text-decoration: none;
}
.widget ul li a:hover, .widget ul li a:focus{
  color: #e9202a;
  text-decoration: none;
}
.widget article{
  border-bottom: 1px solid #bfbfbf;
  padding: 0 0 15px 0;
  margin: 0 0 15px 0;
}
.widget article:last-child{
  border-bottom: none;
  padding: 0;
  margin: 0;
}
.widget article h4{
  display: block;
  margin: 0 0 5px 0;
  color: #211d1d;
  font-size: 16px;
  font-weight: 500;
  line-height: 22px;
}
.widget article h4 a{
  text-decoration: none;
  color:#211d1d;
  display: block;
}
.widget article h4 a:hover, .widget article h4 a:focus {
  color: #e9202a;
  text-decoration: none;
}
.widget article p{
  font-size: 14px;
  color: #211d1d;
 line-height: 20px;
 margin: 0 0 5px 0;
}
.widget article p span{
  font-size: 14px;
  color: #8c98a4;
  font-weight: 600;
}
.blogBlock p span{
  color: #211d1d !important;
  font-size: 24px !important;
  line-height: 36px !important;
}
.page-item:last-child .page-link, .page-item:first-child .page-link{
    font-size: 30px;
    line-height: 14px;
    padding: 8px 12px 12px 12px !important;
}
.subpageNoBanner{
  padding-top: 180px !important;
}
.text-left{
  text-align: left;
}
.text-right{
  text-align: right;
}
ul.memberListSect{
  padding: 20px 0 10px 0;
  margin: 0 auto;
  text-align: left;
}
ul.memberListSect li{
  list-style: none;
  padding: 0;
  margin: 1.3% 1.3% 1% 1.3%;
  display: inline-block;
  width: 17%;
  text-align: center;
}
ul.memberListSect li a{
  display: block;
  color: #211d1d;
}
ul.memberListSect li a img{
    border:1px solid #211d1d;
    width: 100%;
    margin: 0 0 25px 0;
    padding: 4px;
}
ul.memberListSect li a h4{
  font-size: 18px;
  color: #211d1d;
  padding: 0;
  margin: 0;
  display: block;
  font-weight: 600;
  height: 20px;
  overflow: hidden;
}
ul.memberListSect li a p{
  font-size: 16px;
  color: #211d1d;
  height: 30px;
  overflow: hidden;
}
ul.memberListSect li:hover a img{
  border:1px solid #e9202a;
}
ul.memberListSect li:hover a, ul.memberListSect li a:hover{
  color: #211d1d;
  text-decoration: none;
}
.memberListPagination .pagination{
  display: flex;
  justify-content: center;
}
.listShowSect{
  padding: 0 1.5%;
}
.margTopText{
  margin-top:30px !important;
  display: block;
}
.memberCat a{
  color: #000;
  text-decoration: none;
  text-align: center;
  display: block;
}
.memberCat a:hover{
  text-decoration: none;
  color: #e9202a;
}
.memberCat a.activeCat::after{
  content: url(../images/activedatebg.png);
  position: absolute;
  bottom: -10px;
}
.memberCat a h5{
  font-weight: 400;
  font-size: 20px;
  margin-bottom: 30px;
}
.memberCat a.activeCat h5{
  color: #e9202a !important;
}
.owl-carousel.memberCat .owl-item img{
  width: auto !important;
  display: inline-block !important;
}
.owl-carousel.memberCat .owl-stage-outer{
  margin-bottom: 30px;
  border-bottom: 2px solid #e9202a;
}
.owl-carousel.memberCat .owl-nav button.owl-next{
  position: absolute !important;
  right: 0 !important;
  top: 30%;
  padding: 1px 10px 5px 12px !important;
}
.owl-carousel.memberCat .owl-nav button.owl-prev{
  position: absolute !important;
  left: 0 !important;
  top: 30%;
  padding: 1px 10px 5px 8px !important;
}
.owl-carousel.owl-theme.memberCat .owl-nav{
  margin-top: 0 !important;
}
.owl-carousel.owl-theme.memberCat .owl-nav [class*=owl-]{
  background: #000 !important;
  color: #fff !important;
  font-size: 30px !important;
  height: 30px !important;
  width: 30px !important;
  margin-top: 0 !important;
  line-height: 20px;
  border-radius: 100px;
}
.profilePic{
  border-radius: 100%;
  height: 400px;
  width: 400px;
  border: 1px solid #211d1d;
  overflow: hidden;
  background: #fff;
  margin: -140px auto 25px auto;
  position: relative;
  z-index: 10;
}
.profilePic img{
  width: 100%;
  height: 100%;
  border-radius: 100%;
  border: 10px solid #fff;
}
.shortInfo{
  text-align: center;
  color: #211d1d;
  margin:0 0 30px 0;
  font-size: 24px;
}
.memberInfo{
  border-bottom: 1px solid #211d1d;
  font-size: 25px;
  padding: 10px 0;
}
#st-1 .st-btn{
  height: 35px !important;
  border-radius: 100px !important;
  padding: 0 1px !important;
}
#st-1.st-has-labels .st-btn.st-remove-label {
    min-width: 35px !important;
}
#st-1 .st-btn > img{
    height: 20px !important;
    width: 20px !important;
}
.memberDetailLink{
  text-align: center;
  margin: 40px 0 70px 0;
}
.memberDetailLink a{
  display: inline-block;
  margin: 0 5px;
  background: #fff;
  color:#e9202a;
  text-decoration: none;
  border-radius: 100px;
  padding: 4px 12px 3px 12px;
}
.memberDetailLink a:hover, .memberDetailLink a:focus{
  background: #e9202a;
  color:#fff;
}
.memberDetailLink a.backText{
  color: #000;
  text-decoration: none;
  background: none;
}
.memberDetailLink a:hover.backText, .memberDetailLink a:focus.backText{
  color: #e9202a;
  text-decoration: none;
}
/*--------------------------*/
.imgMemberload {
    animation-duration: 2s;
    animation-fill-mode: forwards;
    animation-iteration-count: infinite;
    animation-name: placeHolderShimmer;
    animation-timing-function: linear;
    background: #f6f7f8;
    background: linear-gradient(to right, #eeeeee 8%, #dddddd 18%, #eeeeee 33%);
    background-size: 1900px 304px;
    height: 220px;
    position: relative;
}
.memberNameLoad{
  animation-duration: 2s;
  animation-fill-mode: forwards;
  animation-iteration-count: infinite;
  animation-name: placeHolderShimmer;
  animation-timing-function: linear;
  background: #f6f7f8;
  background: linear-gradient(to right, #eeeeee 8%, #dddddd 18%, #eeeeee 33%);
  background-size: 1900px 304px;
  height: 18px;
  position: relative;
  margin: 10px auto 10px auto;
  width: 80%;
}
.professionLoad{
  animation-duration: 2s;
  animation-fill-mode: forwards;
  animation-iteration-count: infinite;
  animation-name: placeHolderShimmer;
  animation-timing-function: linear;
  background: #f6f7f8;
  background: linear-gradient(to right, #eeeeee 8%, #dddddd 18%, #eeeeee 33%);
  background-size: 1900px 304px;
  height: 15px;
  position: relative;
  margin: 5px auto 10px auto;
  width: 65%;
}
/*-------------------------*/
@media(max-width: 1685px){
  .greyLeftSect{
    padding: 80px 20% 80px 15%;
  }
  .greyLeftSect.backImgRevert{
    padding: 120px 15% 80px 25%;
  }
  .borderRightSect{
    padding: 80px 20% 80px 30%;
  }
  .borderRightSect.borderRoundRevert{
     padding: 80px 25% 80px 15%;
  }
 }
@media(max-width: 1616px){
  .floatingBtn, a.floatingBtn{
      right: 5.5%;
  }
  .greyLeftSect{
    padding: 80px 20% 80px 20%;
  }
  .greyLeftSect.backImgRevert{
    padding: 130px 20% 80px 20%;
  }
  .borderRightSect.borderRoundRevert{
    padding: 80px 25% 80px 20%;
  }
  .grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(380px, 2fr));
    /*grid-auto-rows: 110px;*/
  }
}
@media(max-width: 1440px){
    .greyLeftSect {
      padding: 20px 20% 20px 5%;
      min-height: 635px;
    }
    .borderRightSect {
      padding: 50px 7% 40px 38%;
      min-height: 635px;
    }
    .borderRightSect.borderRoundRevert {
        padding: 50px 32% 40px 5%;
        min-height: 600px;
    }
    .greyLeftSect.backImgRevert {
        padding: 100px 5% 40px 20%;
        min-height: 610px;
    }
    .carousel-inner {
      min-height: 780px;
  }
  .carousel-item .mainImgscroll {
    position: relative;
    width: 60%;
  }
  .carousel-caption img.bannerLogo {
    width: 30%;
  }
  .letsGrowBtn a{
    font-size: 85px;
  }
  .subpageBanner{
    margin-top: -140px;
    padding-top: 250px;
  }
  .subpageBanner h1{
    font-size: 45px;
  }

}
@media(max-width: 1366px){
  .paragraphSect h2, .greyLeftSect h2{
    font-size: 32px;
    line-height: initial;
  }
  .floatingBtn, a.floatingBtn {
      right: 6.5%;
      top:300px;
  }
  .contentSlide{
    font-size: 28px;
  }
  .carousel-inner {
      min-height: 560px;
  }
  .paragraphSect p{
    margin-bottom: 20px;
    font-size: 18px;
    line-height: 28px;
  }
  .subpageBanner{
    margin-top: -160px;
    padding-top: 250px;
  }
  .arrow-right{
    right: 13px;
  }
  .arrow-right3{
    right: 5px;
  }
  .formTab ul li span.active{
    font-size: 30px;
    line-height: 54px;
  }
  /*--------*/
  .socialLinks a{
    margin: 5px 5px;
    font-size: 16px;
    padding: 3px 0;
    height: 30px;
    width: 30px;
  }
  .btn--expandable{
    height: 30px;
    margin: 5px 5px 5px auto;
    line-height: 30px;
  }
  .btn--expandable > a{
    max-width: 30px;
    padding: 0 14px 0 8px;
  }
  .paddLeft0mob, .topBar{
    height: 40px;
  }
  .logoTopBar{
    padding: 5px 15px 0 10px;
    background: url(../images/logo-back-bg.png) no-repeat left -20px;
  }
  .logoTopBar a img {
    margin: 0 20px 15px 22px;
    width: 85px;
  }
  .navbar-custom .navbar-nav .nav-item .nav-link{
    font-size: 15px;
    padding: 5px 10px;
    margin: 5px 5px;
  }
  header.masthead {
    padding-top: calc(3rem + 40px);
    padding-bottom: 0;
  }
  .carousel-caption img.bannerLogo {
    width: 22%;
  }
  .contentSlide .slider {
    height: 50px;
    overflow: hidden;
  }
  #webapp_cover{
    margin: 18px auto 0 15px;
    width: 35px;
  }
  #menu_label:before {
    top: 3px;
  }
  #menu_label:after {
    top: 14px;
  }
  .carousel-caption p{
    margin-bottom: 0;
  }
  .carousel-item .mainImgscroll {
    position: relative;
    width: 45%;
  }
  .letsGrowBtn a {
      font-size: 65px;
  }
  .letsGrowBtn{
    margin-top: -55px;
  }
  .eventSect h3{
    font-size: 50px;
    margin: 0 0 10px 0;
  }
  .chapterSect h4{
    margin: 0 0 20px 0;
  }
  .chapterSect table img{
    width: 30px;
    height: auto;
  }
  .chapterSect table td{
    padding: 0 0 15px 0; 
  }
  .chapterSect table td p{
    font-size: 18px;
    line-height: 30px;
  }
  .chapterImg {
    border-radius: 10px;
    width: 70%;
  }
  .chapterSect table td a.defaultBtn{
    padding: 10px 25px;
    font-size: 18px
  }
  .paragraphSect h5{
    font-size: 18px;
  }
  .defaultBtn, a.defaultBtn{
    font-size: 18px;
  }
  .greyLeftSect {
    padding: 15% 20% 20px 5%;
    min-height: 635px;
  }
  .borderRightSect h2{
    font-size: 32px;
  }
  .borderRightSect h5{
    font-size: 18px;
    margin: 0 0 5px 0;
  }
  .greyLeftSect p{
    font-size: 18px;
  }
  .#carouselExampleDark .carousel-caption table td{
    font-size: 14px;
  }
  .borderRightSect .owl-carousel .owl-item .item a, .viewLinkBtn, 
  a.viewLinkBtn, #carouselExampleDark .carousel-caption table td span, .paragraphSect ul li{
    font-size: 18px;
  }
  .memberName{
    font-size: 18px;
  }
  .memberName span{
    font-size: 14px;
  }
  .trendingBox h4 {
    font-size: 26px;
    line-height: 37px;
    height: 115px;
  }
  .subpageContent p{
    font-size: 18px;
    line-height: 30px;
    margin-bottom: 20px;
  }
  .blogBlock p span{
    font-size: 18px !important;
    line-height: 30px !important;
    margin-bottom: 20px !important;
  }
  h2.headingChapter {
    font-size: 30px;
  }
  .grid-item table td {
    font-size: 15px !important;
  }
  .grid-item table td span{
    font-size: 18px !important;
  }
  .container.text-justify ol li{
    font-size: 18px;
  }
  .subpageBanner h1 {
    font-size: 35px;
  }
  .memberImgTopNav {
    height: 26px;
    width: 26px;
    float: left;
    margin: 1px 0 0 -6px;
  }
  .profilePic{
    height: 250px;
    width: 250px;
    margin: -90px auto 25px auto;
  }
  .subpageBanner.profileBanner{
    margin-top: -110px;
  }
  .shortInfo{
    font-size: 22px;
  }
  .memberInfo{
    font-size: 20px;
  }
}
@media(max-width: 1300px){
  header.masthead{
   background: url(../images/banner-back-img.png) repeat-x left bottom #e9202a;
   background-size: contain;
  }
  .bannerRoundbackimg{
    background:url(../images/slider-back-bg2.png) no-repeat center bottom;
    background-size: cover;
  }
  .carousel-inner {
    min-height: 720px;
  }
  .subpageBanner{
    margin-top: -170px;
    padding-top: 270px;
  }
  .subpageBanner h1{
    font-size: 40px;
  }
  .margTopBot50 br{
    display: none;
  }
}
@media(max-width:1280px){
  .letsGrowBtn a {
      font-size: 75px;
  }
  .carousel-inner {
    min-height: 690px;
  }
  .subpageBanner{
    margin-top: -190px;
    padding-top: 280px;
  }
  .subpageBanner h1{
    font-size: 35px;
  }
  .arrow-right {
    right: 9px;
  }
  .arrow-right3 {
    right: 3px;
  }
  .moveToparrow{
    margin-top: -450px;
    margin-right: -10px;
  }
  .margTopBot50 {
    margin-bottom: 150px;
    margin-top: -20px;
  }
  .grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(350px, 2fr));
    /*grid-auto-rows: 100px;*/
  }
  .grid-item p{
    font-size: 22px;
    line-height: 28px;
  }
}
@media(max-width: 1200px){
    .carousel-caption h4{
      font-size: 35px;
      margin: 20px 0;
    }
    .letsGrowBtn{
      margin-top: -45px;
    }
    .carousel-item .mainImgscroll {
      position: relative;
      width: 60%;
    }
    #carouselExampleCaptions .carousel-inner {
      min-height: 630px;
    }
    .letsGrowBtn a{
      font-size: 45px;
    }
    .paragraphSect h2, .greyLeftSect h2 {
        font-size: 33px;
        line-height: initial;
        margin-bottom: 20px;
    }
    .paragraphSect p{
      font-size: 20px;
      line-height: 30px;
      margin-bottom: 20px;
    }
    .testimonialsBox{
      padding: 30px 0;
      min-height: 380px;
    }
    .testimonialsBox::before{
      content: url(../images/testimonials-quote-top-sml.jpg);
    }
    .testimonialsBox::after{
      content: url(../images/testimonials-quote-bot-sml.jpg);
    }
    #carouselExampleDark .carousel-caption table td img{
      width: 100px;
      height: 100px;
    }
    #carouselExampleDark .carousel-caption table td.paddLefttd{
      padding-top: 0;
    }
    #carouselExampleDark .carousel-caption table td span{
      padding: 5px 0 0 0;
    }
    #carouselExampleDark .carousel-caption{
      padding-bottom: 0;
    }
    #carouselExampleDark .carousel-inner {
      min-height: 360px;
    }
    .paragraphSect ul li{
      font-size: 17px;
    }
    .trendingBox h4{
      font-size: 24px;
      line-height: 30px;
    }
    .trendingBox .defaultBtn{
      font-size: 16px;
      padding: 10px 50px;
    }
    .defaultBtn, a.defaultBtn, .redBtn, a.redBtn{
      font-size: 16px;
      padding: 10px 50px;
    }
    #carouselExampleDark .carousel-indicators {
      bottom: -100px;
    }
    /*.navbar-custom .navbar-nav .nav-item .nav-link{
      font-size: 16px;
      padding: 15px 15px;
    }*/
    .floatingBtn, a.floatingBtn{
      top: 250px;
      padding: 25px;
      font-size: 15px;
      right: 5.5%;
      letter-spacing: 1px;
    }
    .greyLeftSect{
      min-height: 600px;
    }
    .borderRightSect{
      min-height: 600px;
    }
    .borderRightSect .owl-theme .owl-nav.disabled+.owl-dots {
      margin-top: 30px;
      margin-bottom: 10px;
    }
    .borderRightSect h2{
      padding: 0 0 0 0;
      margin: 0 0 45px 0;
      font-size: 33px;
    }
    .contentLeftPadd{
          padding-left: 20px;
    }
    .contentRightPadd {
      padding-right: 30px;
    }
    .rounded-circle {
      width: 96%;
      margin-top: -8px;
      margin-bottom: 60px;
  }
  .imgRoundBorderimg{
    padding: 20px 0 0 60px;
  }
  .imgRoundBorderimg.firstImg {
    padding: 27px 0 0 70px;
}
  .countBox span{
    font-size: 30px;
  }
  .countBox img{
    width: 50%;
  }
  .countBox label {
    font-size: 15px;
    font-weight: 400;
  }
  .carousel-caption img.bannerLogo{
    width: 30%;
  }
  .greySect{
    min-height: 340px;
    padding: 100px 0 30px 0;
  }
  .greyLeftSect.backImgRevert {
     padding: 110px 17% 50px 22%;
  }
  .greyLeftSect p {
    font-size: 20px;
    line-height: 30px;
  }
  .greyLeftSect.backImgRevert {
    padding: 110px 5% 50px 22%;
  }
  /*.rotating-text-wrapper{
    display: block;
  }*/
  .contentSlide {
     font-size: 32px;
     line-height: 30px;
  }
  .greyLeftSect {
    padding: 20px 25% 20px 5%;
  }
  .arrow-right3 {
      right: 0;
  }
  .arrow-right {
    right: 5px;
  }
  .headOfficeSect{
    padding: 60px 30px 60px 30px;
  }
  .grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(350px, 2fr));
    /*grid-auto-rows: 100px;*/
  }
  .grid-item p{
    font-size: 20px;
    line-height: 26px;
  }
  .grid-item table td span {
    font-weight: 800;
    font-style: normal !important;
    font-size: 18px !important;
  }
  .grid-item table td {
    font-size: 16px !important;
  }
  ul.memberListSect li{
    margin: 1.3% 1.3% 1% 1.3%;
    width: 22%;
  }
  .memberCat a h5{
    font-size: 17px;
  }
}
@media(max-width: 1100px){
    .carousel-item .mainImgscroll {
        position: relative;
        width: 60%;
    }
    #carouselExampleCaptions .carousel-inner {
      min-height: auto;
    }
    .paragraphSect {
      padding: 130px 0 70px 0;
    }
    .paragraphSect.paddBig {
      padding: 50px 0 50px 0;
    }
    .pddBot200 {
      padding-bottom: 70px !important;
    }
    footer p {
      font-size: 16px;
      margin: 0 0 30px 0;
    }
    footer ul li{
      margin:7px 0;
      font-size: 16px;
    }
    .copyright{
      padding: 35px 0 0 0;
      margin-top: 35px;
    }
    footer h4{
      font-size: 17px;
      margin: 0 0 5px 0;
    }
    .paragraphSect ul{
      margin: 10px 0 35px 0;
    }
    .paragraphSect ul li{
      margin: 10px 0;
    }
    .paragraphSect p{
      margin-bottom: 25px;
    }
    .paragraphSect h2, .greyLeftSect h2 {
        font-size: 32px;
        line-height: initial;
        margin-bottom: 20px;
    }
    .paragraphSect p {
        font-size: 18px;
        line-height: 28px;
        margin-bottom: 20px;
    }
    .borderRightSect .owl-carousel .owl-item .item a{
      font-size: 18px;
    }
    #carouselExampleDark .carousel-caption table td{
      font-size: 16px;
    }
    #carouselExampleDark .carousel-caption table td span {
        padding: 0;
        font-size: 20px;
    }
    .borderRightSect{
       min-height: 550px;
    }
    .greyLeftSect {
       min-height: 565px;
    }
    .greyLeftSect.backImgRevert, .borderRightSect.borderRoundRevert {
      min-height: 550px;
    }
    .subpageBanner{
      margin-top: -240px;
      padding-top: 310px;
    }
    .subpageBanner h1{
      font-size: 30px;
    }
    .subpageContent p {
      font-size: 16px;
      line-height: 24px;
    }
    .blogBlock p span{
      font-size: 16px !important;
      line-height:24px !important;
      margin-bottom: 20px !important;
    }
    .greyIcon{
      width: 120px;
      height: 120px;
    }
    .greyIcon img {
      width: 65%;
    }
    .chapterSect table td p{
      font-size: 18px;
      line-height: 24px;
    }
    .chapterSect table td{
      padding: 0 0 15px 0;
    }
    .chapterSect table td img{
      width: 35px;
      height: auto;
    }
    .formTab ul li span.active {
        font-size: 25px;
        line-height: 54px;
    }
    .formTab ul li span{
      font-size: 20px;
      line-height: 36px;
    }
    .arrow-right {
      right: 0;
    }
    .arrow-right3 {
      right: -5px;
    }
    .headOfficeSect h3{
      font-size: 50px;
    }
    .growthPlanBg{
      background-size: cover;
    }
    .margTopBot50 {
        margin-bottom: 150px;
        margin-top: 120px;
    }
    .grid {
      display: grid;
      grid-template-columns: repeat(auto-fill, minmax(350px, 3fr));
      /*grid-auto-rows: 115px;*/
    }
    .grid-item p{
      font-size: 18px;
      line-height: 24px;
    }
}
@media(max-width: 1024px){
    #carouselExampleCaptions .carousel-inner {
      min-height: auto;
    }
    .paragraphSect ul li{
      font-size: 18px;
      line-height: 28px;
    }
    .carousel-indicators [data-bs-target], .owl-theme .owl-dots .owl-dot span {
      height: 12px;
      width: 12px;
    }
    .socialLinks {
      display: block;
      text-align: right;
      margin-right: 30px;
    }
    .navbar-custom .navbar-nav .nav-item .nav-link{
      text-align: center;
    }

    /*.navbar-expand-lg .navbar-toggler {
        display: inline-block;
        position: absolute;
        right: 15px;
        top: -58px;
    }
    .collapse:not(.show) {
      display: none !important;
    }
    .navbar-collapse {
      flex-basis: 100%;
      flex-grow: 1;
      margin-top: 0px;
      align-items: center;
    }
    .navbar-expand-lg .navbar-nav {
        flex-direction: column;
        width: 100%;
        background: #e61f29;
    }*/
    #carouselExampleCaptions .carousel-caption{
      margin-top: 0;
      padding-top: 0;
    padding-bottom: 0;
    }
    .carousel-item .mainImgscroll {
        /* position: relative; */
        width: 70%;
    }
    .letsGrowBtn {
        margin-top: -30px;
    }
    /*.navbar-custom{
      background-color: transparent;
    }*/
    .arrow-right3 {
      right: -7px;
    }
    .arrow-right {
      right: -3px;
    }
    .formTab ul li:last-child {
      margin-left: -51px;
    }
    .formTab ul li.act:last-child {
        margin-left: -71px;
    }
    .formTab ul li.act .arrow-right {
        right: 0px;
    }
    .growthPlanBg {
      /*background-size: contain;*/
    }
    .margTopBot50 {
      margin-bottom: 150px;
      margin-top: 20px;
    }
    .grid {
      display: grid;
      grid-template-columns: repeat(auto-fill, minmax(350px, 3fr));
      /*grid-auto-rows: 125px;*/
    }
    .legendSect{
      float: none;
      position: relative;
      font-size: 18px;
      margin-top: 0;
      display: block;
      width: 100%;
    }
    .legendSect table{
      margin: 0 auto 20px auto;
    }
}
@media(max-width:1000px){
  .floatingBtn, a.floatingBtn{
    right: 6.7%;
  }

  #carouselExampleCaptions .carousel-inner {
      min-height: 500px;
  }
  .greyLeftSect{
    padding: 60px 25% 20px 5%;
    background-size: contain !important;
    background: url(../images/rounded-back-bg-mobile.png) no-repeat left top;
    min-height: 400px;
    margin: 0 5px 0 0;
  }
  .rounded-circle {
      width: 75%;
      margin-top: -13px;
      margin-bottom: 50px;
      padding: 0px 5px 5px 2px;
  }
  .imgRoundBorderimg {
    padding: 25px 0 0 54px;
    background-size: contain;
    margin:0 15% 15px 25%;
    display: inline-block;    
  }
  .imgRoundBorderimg.firstImg {
     padding: 30px 0 0 55px;
  }
  .paragraphSect {
      padding: 30px 10px 30px 10px;
  }
  .borderRightSect{
    border-radius: 400px 0 0 400px;
    margin-left: 5px;
    margin-top: 15px;
    margin-bottom: 15px;
    padding: 40px 15% 20px 15%;
    min-height: 350px;
  }
  .borderRightSect h2 {
    padding: 0 0 0 0;
    margin: 0 0 35px 0;
    font-size: 35px;
  }
  .borderRightSect h5{
    margin: 0 0 10px 0;
  }
  .borderRightSect .owl-carousel .owl-item .item a .locationIcon{
    width: 80px;
    height: 80px;
    background-size: cover;
    margin-bottom: 15px;
  }
  .borderRightSect .owl-carousel .owl-item .item a:hover .locationIcon {
    width: 80px;
    height: 80px;
    background-size: cover;
  }
  .borderRightSect .owl-theme .owl-nav.disabled+.owl-dots {
      margin-top: 30px;
      margin-bottom: 20px;
  }
  #carouselExampleDark p {
    font-size: 16px;
    line-height: 22px;
    margin-bottom: 15px;
  }
  #carouselExampleDark .carousel-caption table td img {
    width: 60px;
    height: 60px;
  }
  #carouselExampleDark .carousel-caption table td{
    font-size: 14px;
  }
  #carouselExampleDark .carousel-caption table td span {
    padding: 0 0 0 0;
    margin: 0;
    font-size: 14px;
  }
  .testimonialsBox {
    padding: 30px 0;
    min-height: 350px;
    border-radius: 200px;
    margin-top: 10px;
    margin-bottom: 60px;
  }
  .paragraphSect.paddBig {
        padding: 20px 0 30px 0;
  }
  .viewLinkBtn, a.viewLinkBtn{
    font-size: 18px;
  }
  #carouselExampleDark .carousel-inner {
      min-height: 280px;
  }
  .testimonialsBox::before {
    content: url(../images/testimonials-quote-top-sml2.jpg);
    top: 15px;
    left: 10px;
  }
  .testimonialsBox::after {
    content: url(../images/testimonials-quote-bot-sml2.jpg);
    bottom: 10px;
    right: 10px;
  }
  .borderRightSect.borderRoundRevert{
    border-right: none;
    margin-left: 5px;
    margin-right: 0;
    border-radius: 400px 0 0 400px;
    padding: 80px 32% 40px 10%;
    border-left: 2px solid #e9202a;
  }
  .greyLeftSect.backImgRevert {
    background: url(../images/rounded-back-bg-mobile.png) no-repeat right top;
    background-size: cover !important;
    margin-left: 0;
    padding: 100px 17% 80px 5%;
    min-height: 460px;
  }
  #carouselExampleDark1, #carouselExampleDark2{
    margin-bottom: 60px;
  }
  #carouselExampleDark1 .rounded-circle, #carouselExampleDark2 .rounded-circle{
        width: 81%;
        margin-top: -13px;
        margin-bottom: 50px;
        padding: 0px 5px 5px 2px;
    }
   #carouselExampleDark1 .imgRoundBorderimg, #carouselExampleDark2 .imgRoundBorderimg{
        padding: 28px 20px 0 15px !important;
        background-size: contain;
        margin-bottom: 20px;
    }
    #carouselExampleDark2 .carousel-control-prev, #carouselExampleDark2 .carousel-control-next{
      bottom: -10px;
    }
    .pddBot200 {
      padding-bottom: 0 !important;
      padding-top: 0;
    }
    .trendingBox h4 {
        font-size: 24px;
        line-height: 30px;
    }
    .paragraphSect p {
        font-size: 18px;
        margin-bottom: 15px;
    }
    .trendingBox .defaultBtn {
      font-size: 14px;
      padding: 8px 30px;
    }
    .trendingBox p{
      font-size: 16px;
    }
    .trendDate{
      padding: 5px 15px;
      font-size: 14px;
    }
    .defaultBtn, a.defaultBtn{
       font-size: 16px;
       padding: 10px 30px;
    }
    .pddBot50 {
      padding-bottom: 30px !important;
    }
    #carouselExampleDark2 .carousel-control-prev {
      left: 40%;
    }
    #carouselExampleDark2 .carousel-control-next {
    right: 30%;
    }
    #carouselExampleDark2 .carousel-caption{
      padding-top: 0;
    }
    /*.socialLinks a{
      margin: 10px 7px;
    }*/
    /*.socialLinks a.rightIcon {
        margin-right: 15px;
    }*/
    .contentLeftPadd {
        padding-left: 0;
    }
    .subpageBanner{
      margin-top: -320px;
      padding-top: 370px;
    }
    .subpageBanner h1{
      font-size: 25px;
    }
    .eventSect h3 {
      font-size: 60px;
    }
    .arrowCalLeft, a.arrowCalLeft, .arrowCalRight, a.arrowCalRight{
      font-size: 20px;
      line-height: 28px !important;
      padding: 0px;
      height: 30px;
      width: 30px;
    }
    .dateSect ul li{
      font-size: 20px;
    }
    .formTab ul li.act .arrow-right {
        right: -4px;
    }
    .formTab ul li.act .arrow-right {
        right: -10px;
    }
    .moveTopimg, .moveTopimg2 {
      margin-top: 0;
    }
    .moveToparrow{
      display: none;
    }
    .growthPlanBg {
      /*background: url(../images/growthplan-tab-bg.jpg) no-repeat center top;*/
      /*background-size: contain;*/
      text-align: center;
    }
    .headingBorderBot{
      margin-top: 30px !important;
    }
    .growthPlanBg img{
      width: 60%;
    }
    .growthPlanBg p{
      text-align: center !important;
    }
    .margTopBot50 {
        margin-bottom: 150px;
        margin-top: 170px;
    }
    .legendSect{
      font-size: 18px;
    }
     .dateSect{
      min-height: 100px;
    }
    .subpageBanner.profileBanner {
      margin-top: -210px;
    }
}
@media(max-width:990px){
  /*.main-div.show{
    display: none !important;
  }*/
  .navbar-toggler{
    /*margin-top: -65px;*/
    margin-top: -40px;
    position: relative;
    left: 12px;
    height: 30px;
    border-radius: 50px;
    z-index: 10000 !important;
    padding: 5px 7px;
  }
  .navbar-toggler .icon-bar:nth-of-type(1) {
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transform-origin: 10% 10%;
    -ms-transform-origin: 10% 10%;
    transform-origin: 10% 10%;
  }
  .navbar-custom{
    background-color: transparent;
  }
  .scroll-hide{
    display: block !important;
    opacity: 1 !important;
  }
  .navbar-collapse{
    margin-top: -10px;
  }
  .navbar-custom .navbar-nav .nav-item .nav-link{
    padding: 10px 15px;
    text-align: left;
  }
  .navbar-nav.ms-auto{
    margin-left: 0% !important;
  }
  .navbar-custom .navbar-nav .nav-item:last-child .nav-link {
    padding-right: 15px;
  }
  .subpageBanner, .subpageBanner.registrationBanner, .subpageBanner.whoWeAreBanner, .subpageBanner.contactBanner,
  .subpageBanner.growthplaneBanner, .subpageBanner.termsBanner, .subpageBanner.testimonialBanner, 
  .subpageBanner.feedbackBanner, .subpageBanner.blogBanner{
    background-size: cover;
    margin-top: -270px;
    padding-top: 330px;
  }
  .arrow-right {
    right: -6px;
  }
  .arrow-right3 {
    right: -10px;
  }
  .borderGrowthImgleft, .borderGrowthImgRight, .borderTopBtn{
    border:none;
  }
  ul.memberListSect li{
    margin: 1.3% 1.3% 1% 1.3%;
    width: 30%;
  }
}
@media(max-width:985px){
  .main-div.show{
    display: none !important;
  }
  nav.navbar.navbar-expand-lg.navbar-dark.navbar-custom .container{
    width: 100%;
    max-width: 100%;
  }
  .navbar-toggler{
    left: -10px;
    z-index: 10000 !important;
  }
  .navbar-custom .navbar-nav .nav-item .nav-link {
    padding: 10px 25px;
    text-align: left;
  }
  .navbar-nav.ms-auto {
      margin-left: 50% !important;
      margin-right: -15px;
      background: #e61f29;
      height: 100vh;
  }
  .navbar-collapse {
    margin-top: -10px;
    margin-right: -15px;
  }
}
@media(max-width:900px){
    .floatingBtn, a.floatingBtn {
        right: 7.7%;
    }
    .greyLeftSect {
        padding: 30px 25% 10px 5%;
        min-height: 400px;
        background: url(../images/rounded-back-bg-mobile.png) no-repeat right top;
        background-size: cover !important;
    }
    .greyLeftSect.backImgRevert{
      padding: 100px 17% 30px 11%;
    }
    .carousel-caption h4 {
        font-size: 30px;
        margin: 20px 20%;
    }
    .letsGrowBtn a {
        font-size: 35px;
    }
    #carouselExampleCaptions .carousel-inner {
        min-height: auto;
    }
    .rounded-circle {
      width: 95%;
    }
    .imgRoundBorderimg{
      margin: 0 15% 15px 15%;
    }
      #carouselExampleDark2 .carousel-control-prev {
      left: 30%;
    }
    #carouselExampleDark1 .rounded-circle, #carouselExampleDark2 .rounded-circle{
      width: 75%;
    }
    .contentSlide {
     font-size: 25px;
    }
    .registrationForm label {
      font-size: 22px;
    }
    .formTab ul li span {
      font-size: 18px;
      line-height: 36px;
    }
    .formTab ul li span.active {
      font-size: 20px;
      line-height: 54px;
    }
    .arrow-right {
       right: -10px;
    }
    .arrow-right3 {
        right: -16px;
    }
    .margTopBot50 {
      margin-bottom: 150px;
      margin-top: 70px;
    }
    .grid {
      display: grid;
      grid-template-columns: repeat(auto-fill, minmax(350px, 2fr));
      /*grid-auto-rows: 115px;*/
    }
    .dateSect{
      min-height: 100px;
    }
    .dateSect ul li{
      margin: 0 5px;
    }
    .dateSect ul li a{
      min-width: 55px;
    }
}
@media(max-width: 850px){
  #carouselExampleDark1 .imgRoundBorderimg, #carouselExampleDark2 .imgRoundBorderimg{
        padding: 28px 20px 0 0 !important;
        background-size: contain;
        margin-bottom: 20px;
    }
}
@media(max-width:800px){
  .letsGrowBtn a {
      font-size: 35px;
  }
  .carousel-caption h4 {
      font-size: 24px;
      margin: 15px 15%;
  }
  .countBox span {
    font-size: 20px;
  }
  .countBox label {
    font-size: 13px;
    font-weight: 400;
  }
  .greySect {
    min-height: 300px;
   padding: 100px 0 0 0;
  }
  .floatingBtn, a.floatingBtn {
    right: 6%;
    padding: 15px 25px;
   font-size: 13px;
  }
  .redBtn, a.redBtn{
    font-size: 16px;
    padding: 10px 30px;
  }
  .rounded-circle {
    width: 95%;
  }
  .dateSect ul li{
    margin: 0 5px;
    font-size: 18px;
  }
  .dateSect ul li a{
    min-width: 50px;
  }
  .dateSect ul li.leftArrow a svg, .dateSect ul li.rightArrow a svg {
    margin-bottom: 10px;
    font-size: 25px;
  }
  .subpageBanner.registrationBanner, .subpageBanner.whoWeAreBanner, .subpageBanner.contactBanner,
  .subpageBanner.growthplaneBanner, .subpageBanner.termsBanner, .subpageBanner.testimonialBanner, 
  .subpageBanner.feedbackBanner, .subpageBanner.blogBanner{
    background-position-x: -800px;
  }
  .formTab ul li span.active {
      font-size: 20px;
      line-height: 30px;
      padding: 15px 15px 15px 30px;
  }
  .arrow-right{
    border-top: 30px solid transparent;
    border-bottom: 30px solid transparent;
    border-left: 30px solid #e9202a;
    right: 5px;
  }
  .formTab ul li span {
    font-size: 18px;
    line-height: 25px;
    padding: 17px 15px 16px 10px;
  }
  .formTab ul li:last-child span {
    padding-left: 60px;
  }
  .arrow-right3 {
    right: 0px;
  }
  .arrow-right3 img{
    width: 35px;
  }
  .registrationForm .form-control{
    font-size: 20px;
  }
  .formTab ul li.act .arrow-right {
      right: 5px;
  }
  .arrow-right4 img{
    width: 35px;
  }
  .arrow-right4{
    right: 33px;
  }
  .growthPlanBg {
    background: #fff;
  }
  .growthPlanBg img{
    width: 90%;
  }
  .grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(450px, 1fr));
    grid-auto-rows:auto;
  }
}
@media(max-width:768px){
    #carouselExampleCaptions .carousel-inner {
     min-height: auto;
    }
    .letsGrowBtn a {
      font-size: 30px;
      border-radius: 15px;
    }
    .greyLeftSect p {
        font-size: 18px;
        line-height: 30px;
    }
    .paragraphSect h2, .greyLeftSect h2 {
        font-size: 35px;
        line-height: 45px;
        margin-bottom: 15px;
    }
    .greyLeftSect {
        padding: 50px 16% 30px 5%;
        min-height: 350px;
    }
    .greyLeftSect.backImgRevert {
      padding: 60px 16% 60px 5%;
      min-height: 360px;
    }
    .trendingBox{
      margin: 0 5px 45px 5px;
    }
    .trendingBox img{
      width: 60%;
      display: block;
      margin: 0 auto 20px auto;
    }
    footer h4.margTopMob{
      margin-top: 30px;
    }
    .borderRightSect.borderRoundRevert, .borderRightSect{
      padding: 80px 20% 40px 18%;
      min-height: 500px;
    }
    .testimonialsBox {
        padding: 30px 60px;
        min-height: 350px;
        border-radius: 180px;
    }
    #carouselExampleDark p {
        font-size: 15px;
        line-height: 18px; 
    }
    .greyLeftSect{
        background-size: cover !important;
        background: url(../images/rounded-back-bg-mobile.png) no-repeat right top;
    }
    /*.socialLinks a{
      margin: 10px 7px;
    }*/
    .socialLinks{
      margin-right: 40px;
    }
    .trendDate {
        padding: 5px 15px;
        font-size: 14px;
        left: 20%;
    }
    .showOnTab{
      display: block;
    }
    .hideOnTab{
      display: none;
    }
    .contentSlide {
     font-size: 25px;
     line-height: 26px;
    }
    .navbar-nav.ms-auto {
        margin-left: 40% !important;
        margin-right: -15px;
        background: #e61f29;
        height: 100vh;
        padding-right: 20px;
    }
    .chapterSect h4{
      margin: 25px 0 35px 0;
    }
    .nodeImg2{
      display: none;
    }
    .navbar-custom .navbar-nav .nav-item .nav-link{
      margin:7px 5px 7px 8px;
    }
    .formTab ul li span.active {
       font-size: 17px;
       padding: 15px 15px 15px 10px;
    }
    .formTab ul li span {
      font-size: 17px;
    }
    .formTab ul li.act span.active{
      padding: 15px 15px 15px 50px;
    }
    .paddBot50{
      padding-bottom: 50px !important;
    }
    .headOfficeSect{
      margin-bottom: 150px;
    }
    .borderRightBlog {
      border-right: none;
      border-bottom: 1px solid #bfbfbf;
      margin: 0 0 30px 0;
    }
    .trendingBox h4, .trendingBox p{
      height: auto;
    }
    .shortInfo{
      font-size: 18px;
    }
    .memberInfo{
      font-size: 17px;
    }
    .profilePic {
      height: 200px;
      width: 200px;
      margin: -130px auto 25px auto;
    }
}
@media(max-width:650px){
  .btn--expandable {
      margin: 4px 6px 10px auto;
      height: 32px;
      width: 32px;
      padding: 2px 0 0 0;
    }
    .btn--expandable > a{
      /*font-size: 13px;*/
      font-size: 11px;
      max-width: 29px;
      padding: 0 6px 0 8px;
      line-height: 29px;
    }
    .btn--expandable > a svg {
        font-size: 16px;
      margin-right: 6px;
      color: #fff;
    }
    .btn--expandable span{
      display: none;
    }
    .btn--expandable:hover{
      color: #211d1d;
      border-color: #211d1d;
    }
     .btn--expandable:hover svg,  .btn--expandable:hover a{
      color: #211d1d;
    }
    .dateSect ul li {
        margin: 0 1px;
        font-size: 17px;
    }
    .arrowCalLeft, a.arrowCalLeft, .arrowCalRight, a.arrowCalRight{
      margin: 0px 10px 0 10px;
    }
    .chapterImg,.imgBoxload{
      margin-bottom: 10px;
    }
}
@media(max-width:600px){
  .navbar-expand-lg .navbar-toggler{
    right: -5px;
   /* margin-top: -66px;
    margin-right: -5px;
    z-index: 10000 !important;*/
  }
  .carousel-caption h4 {
      font-size: 28px;
      line-height: 40px;
      margin: 15px 0;
  }
  .carousel-item .mainImgscroll{
    width: 95%;
  }
  .letsGrowBtn a {
    font-size: 25px;
    border-radius: 15px;
  }
  .carousel-caption img.bannerLogo {
      width: 55%;
  }
  #carouselExampleCaptions .carousel-inner {
    min-height: auto;
  }
  .letsGrowBtn {
    margin-top: -35px;
  }
  .floatingBtn, a.floatingBtn {
    right: 8.1%;
  }
  /*.paragraphSect {
      padding: 80px 0 70px 0;
  }*/
  .greyLeftSect{
    background: url(../images/rounded-back-bg-mobile.png) no-repeat right top;
    background-size: cover !important;
    padding: 50px 15% 30px 5%;
  }
  .borderRightSect h2 {
      padding: 0 0 15px 0;
      margin: 0 0 25px 0;
      font-size: 30px;
  }
  .paragraphSect.paddBig {
     padding: 50px 10px 10px 10px;
  }
  .paragraphSect h2, .greyLeftSect h2 {
      font-size: 32px;
      line-height: 50px;
      margin-bottom: 15px;
  }
  .carousel-caption h4 {
    font-size: 22px;
    line-height: 30px;
    margin: 14px 10%;
  }
  .imgRoundBorderimg {
        margin: 0 1% 15px 1%;
    }
    .backtotop{
      right: -25px;
      bottom: 0.2em;
    }
    .whatsappIcon, a.whatsappIcon{
      bottom: 0.5em;
      right: 55px;
    }
    .navbar-expand-lg .navbar-nav{
      /*width: 100%;*/
      width: 100%;
    }
    .navbar-nav.ms-auto {
        margin-left: 35% !important;
    }
    .navbar-custom {
        background-color: transparent;
    }
    .navbar-custom .navbar-nav .nav-item .nav-link{
      text-align: left;
    }
    .socialLinks {
        display: block;
        text-align: right;
        margin-right: 50px;
    }
    /*.socialLinks a{
      font-size: 18px;
      height: 32px;
      width: 32px;
      margin: 10px 6px;
      margin-top: 12px;
      padding: 3px 0;
    }*/
    .paddLeft0mob{
      padding-left: 0;
      padding-right: 0;
    }
    .navbar-toggler{
      height: 30px;
      padding: 5px 7px 10px 7px;
      z-index: 10000 !important;
    }
   /* .navbar-toggler{
      border: none;
    }
    .navbar-expand-lg .navbar-toggler{
      top: -48px;
    }*/
    .contentLeftPadd {
        padding-left: 0;
    }
    .borderRightSect.borderRoundRevert, .borderRightSect {
        padding: 80px 10% 40px 22%;
        min-height: 500px;
    }
    footer p, footer ul li{
      font-size: 14px;
    }
    .eventSect h3 {
        font-size: 40px;
    }
    .arrowCalLeft, a.arrowCalLeft, .arrowCalRight, a.arrowCalRight{
      margin:0px 10px  0 10px;
    }
    .dateSect ul li a {
        min-width: 35px;
        padding: 5px 5px;
    }
    .dateSect ul li {
      margin: 0 2px;
      font-size: 18px;
    }
    .formTab ul li span.active {
        font-size: 14px;
        padding: 15px 15px 15px 10px;
    }
    .formTab ul li span {
        font-size: 14px;
    }
    .arrow-right{
      right: -5px;
    }
    .arrow-right3 {
        right: -8px;
    }
    .registrationForm .form-control{
      margin-bottom: 25px;
    }
    .registrationForm label{
      margin-bottom: 20px;
    }
    .formTab ul{
      margin: 0 0 20px 0;
    }
    .subpageBanner.registrationBanner, .subpageBanner.whoWeAreBanner, .subpageBanner.contactBanner,
    .subpageBanner.growthplaneBanner, .subpageBanner.termsBanner, .subpageBanner.testimonialBanner, 
    .subpageBanner.feedbackBanner, .subpageBanner.blogBanner{
        background-position-x: -950px;
    }
    .formTab ul li.act .arrow-right {
        right: -5px;
    }
    ul.memberListSect li{
      margin: 1.3% 1.3% 1% 1.3%;
      width: 46%;
    }
    ul.memberListSect li a h4 {
      font-size: 16px;
    }
    ul.memberListSect li a p {
      font-size: 15px;
      line-height: 18px;
      height: 35px;
    }
}
@media(max-width:575px){
  .topBar{
      height: 45px;
    }
    .logoTopBar{
      background: url(../images/logo-back-bg-sml.png) no-repeat left top;
    }
    .logoTopBar a img {
        margin: 0 0 15px 10px;
        height: 60px;
        width: 60px;
    }
    .navbar-toggler{
      margin-top: -48px;
      z-index: 10000 !important;
    }
    .socialLinks a{
      margin-top: 8px;
    }
    .btn--expandable {
      margin: 8px 6px 7px auto;
    }
    header.masthead {
    padding-top: calc(2.5rem + 40px);
    padding-bottom: 0;
  }
  .greyLeftSect p {
    text-align: left;
  }
  .navbar-expand-lg .navbar-toggler {
    right: 5px;
    margin-top: -43px;
    margin-right: -15px;
    z-index: 10000 !important;
  }
    .navbar-toggler {
      height: 32px;
      padding: 5px 7px 10px 7px;
  }
  .formTab ul li span.active {
      font-size: 13px;
      padding: 15px 15px 15px 10px;
  }
  .formTab ul li span {
      font-size: 13px;
  }
  .formTab ul li.act .arrow-right {
        right: -3px;
    }
}
@media(max-width:500px){
    #carouselExampleCaptions .carousel-inner {
      min-height: auto;
    }
    .paragraphSect h2, .greyLeftSect h2 {
      font-size: 25px;
      line-height: 35px;
      margin-bottom: 15px;
    }
    .borderRightSect h2{
      font-size: 22px;
      line-height: 30px;
    }
    .borderRightSect.borderRoundRevert, .borderRightSect {
      /*padding: 80px 15% 40px 20%;*/
      padding: 80px 5% 40px 25%;
      min-height: 500px;
    }
    .floatingBtn, a.floatingBtn {
      right: 9.5%;
    }
    .greyLeftSect.backImgRevert {
        padding: 50px 15% 30px 5%;
        min-height: 360px;
    }
    #carouselExampleDark1 .rounded-circle, #carouselExampleDark2 .rounded-circle {
        width: 80%;
        margin-top: -15px;
        margin-bottom: 50px;
        padding: 0px 5px 5px 10px;
    }
    .countBox {
      width: 33.3333%;
      text-align: center;
      margin: 0 0 20px 0;
    }
    .countBox.countLg{
      width: 49%;
    }
    .countBox label {
        font-size: 15px;
        font-weight: 400;
    }
    .countBox span {
        font-size: 25px;
    }
    .greySect{
      padding: 100px 0 60px 0;
    }
    .countBox img{
      width: 70px;
      height: auto;
    }
    .contentSlide {
        font-size: 20px;
        line-height: 24px;
    }
    /*.arrow-right, .arrow-right3{
      display: none;
    }*/
     .formTab ul li:last-child {
        margin-left: -20px;
    }
    .formTab ul li{
      width: 50%;
    }
    .formTab ul li:last-child span {
        padding-left: 40px;
    }
    .formTab ul li span.active{
      padding: 15px 5px 15px 5px;
    }
     .arrow-right {
        right: -8px;
    }
    .arrow-right3 {
      right: -11px;
    }
    .formTab ul li span {
        font-size: 12px;
    }
    .arrow-right4 {
        right: 34px;
    }
    .formTab ul li.act .arrow-right {
        right: -8px;
    }
    .eventBox img{
      width: 60px !important;
      height: 70px !important;
      margin-bottom: 70px;
    }
    .borderRightSect .owl-carousel .owl-item .item a {
        font-size: 16px;
    }
    .image2{
      margin: -140px auto 0 auto !important;
    }
    .dateSect ul li a {
        min-width: 30px;
        padding: 5px 1px;
        font-size: 15px;
    }
    .dateSect{
      min-height: 90px;
    }
    .chapterSect table td.textright {
      text-align: left !important;
    }
    .chapterSect table td a.defaultBtn{
      margin-left: 70px;
      margin-top: 10px; 
    }
}
@media(max-width:445px){
    .paragraphSect h2, .greyLeftSect h2 {
      font-size: 20px;
      line-height: 30px;
      margin-bottom: 15px;
    }
    .greyLeftSect p {
      font-size: 16px;
      line-height: 26px;
    }
    .imgRoundBorderimg.firstImg {
        padding: 25px 0 0 45px;
    }
    #carouselExampleDark1 .imgRoundBorderimg, #carouselExampleDark2 .imgRoundBorderimg {
        padding: 28px 20px 0 40px !important;
        background-size: contain;
        margin-bottom: 20px;
    }
    #carouselExampleDark1 .rounded-circle, #carouselExampleDark2 .rounded-circle {
        width: 99%;
        margin-top: -15px;
        margin-bottom: 50px;
        padding: 0px 5px 5px 0px;
    }
    .floatingBtn, a.floatingBtn {
        right: 8%;
        padding: 5px 25px;
    }
    .contentSlide {
        font-size: 18px;
        line-height: 20px;
        margin: 10px 0 10px 0;
    }
    .letsGrowBtn {
        margin-top: -25px;
    }
    .dateSect ul li {
        margin: 0 2px;
        font-size: 15px;
    }
    .dateSect ul li a{
      padding: 5px 2px;
    }
    .dateSect{
      min-height: 95px;
    }
    .eventSect h3 {
        font-size: 35px;
    }
    .arrowCalLeft, a.arrowCalLeft, .arrowCalRight, a.arrowCalRight{
      top: -5px;
    }
    .formTab ul li span {
        line-height: 20px;
        padding: 19px 15px 19px 10px;
    }
    .formTab ul li.act:last-child {
        margin-left: -20px;
    }
    .formTab ul li.act .arrow-right {
        right: -11px;
        top: -1px;
    }
    .formTab ul li span.active {
        padding: 8px 5px 8px 10px;
        line-height: 22px;
    }
    .formTab ul li.act span.active {
        padding: 7px 15px 7px 40px;
    }
    .formTab ul li:first-child span.leftborder{
      padding: 8px 15px 8px 10px;
    }
    .arrow-right4 {
        right: -15px;
        top: -2px;
    }
    .arrow-right3 {
        right: -15px;
    }
    .arrow-right {
        right: -11px;
        top: 0px;
    }
    footer .socialLinks{
      margin-right: 20px;
    }
    .grid{
        display: grid;
        grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
        grid-auto-rows: auto;
    }

}