.single-intro-inner {
  background: #fff;
  position: relative;
  margin-bottom: 30px;
  -webkit-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}
.single-intro-inner:hover .thumb img {
  -webkit-transform: scale(0.9);
          transform: scale(0.9);
}
.single-intro-inner:hover .thumb.style-bg {
  background: var(--main-color);
}
.single-intro-inner:hover .thumb.style-bg img {
  -webkit-filter: brightness(200);
          filter: brightness(200);
}
.single-intro-inner:hover .details .btn-arrow {
  visibility: visible;
  opacity: 1;
}
.single-intro-inner .thumb {
  margin-bottom: 20px;
}
.single-intro-inner .thumb img {
  display: inline-block;
  -webkit-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}
.single-intro-inner .thumb.style-bg {
  -webkit-box-shadow: 0px 3px 30px #F3F3F3;
          box-shadow: 0px 3px 30px #F3F3F3;
  display: inline-block;
  height: 75px;
  width: 75px;
  line-height: 75px;
  text-align: center;
  border-radius: 50%;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
.single-intro-inner .details h6 {
  font-weight: 400;
  color: var(--main-color-2);
  margin-bottom: 5px;
}
.single-intro-inner .details h4 {
  margin-bottom: 11px;
  -webkit-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}
.single-intro-inner .details p {
  -webkit-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
  margin-bottom: 0;
}
.single-intro-inner .details a {
  margin-top: 8px;
  display: inline-block;
}
.single-intro-inner .details .btn-arrow {
  height: 50px;
  width: 50px;
  line-height: 50px;
  text-align: center;
  border-radius: 50%;
  background: var(--main-color);
  color: #fff;
  position: absolute;
  bottom: -25px;
  margin-left: -25px;
  visibility: hidden;
  opacity: 0;
}
.single-intro-inner .details .btn-arrow:hover {
  background: var(--heading-color);
}
.single-intro-inner.media .media-left {
  margin-right: 20px;
}
.single-intro-inner.style-3 {
  border: 1px solid rgba(255,255,255,0.2);
  background: #101010;
  box-shadow: 0 25px 20px 0px rgba(0,0,0,0.5);
  border-radius: 5px;
  padding: 45px 30px;
}

.single-intro-inner.style-1 {
  background: #000;
  border-radius: 10px;
  overflow: hidden;
  padding: 30px 25px;
  box-shadow: 0 30px 20px -10px rgba(0, 0, 0, 0.6);
}

.single-intro-inner.style-3 .details h5 {
  color: #fff;
}
.single-intro-inner.style-3 .details h4 {
  color: #fff;
}
.single-intro-inner.style-3 .details p {
  color: #D1CECE;
}
.single-intro-inner.style-3 .details .read-more-text {
  color: #D1CECE;
}
.single-intro-inner.style-3 .details .read-more-text:after {
  background: #fff;
}
.single-intro-inner.style-3:hover {
  background-image: -webkit-gradient(linear, left top, left bottom, from(#101010), to(#101019));
  background-image: linear-gradient(to bottom, #101010, #101019);
}
.single-intro-inner.style-3:hover .thumb img {
  -webkit-box-shadow: 0px 10px 30px #210064;
          box-shadow: 0px 10px 30px #210064;
}
.single-intro-inner.style-3:hover .details .read-more-text {
  color: #fff;
}
.single-intro-inner.style-3:hover .details .read-more-text:after {
  width: 100%;
}
.single-intro-inner.style-feature {
  margin-bottom: 40px;
}
.single-intro-inner.style-feature .thumb {
  position: relative;
  display: inline-block;
  margin-left: -10px;
}
.single-intro-inner.style-feature .thumb:after {
  z-index: 0;
  content: "";
  position: absolute;
  width: 70px;
  height: 70px;
  border-radius: 50%;
  background: #FFEEF5;
  right: -20px;
  bottom: 0;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
.single-intro-inner.style-feature .thumb img {
  position: relative;
  z-index: 2;
}
.single-intro-inner.style-feature .details h4 {
  color: var(--main-color);
}
.single-intro-inner.style-feature:hover .thumb:after {
  background: #FCA6C9;
}

.intro-slider .owl-nav {
  display: none;
}

.border-radious-50 img {
  border-radius: 50%;
}
.why-sec-img{
	max-height:100px;
}
.m-w-50{
	max-width:50px;
}
.foot-text{
	color: #fe8800;
    font-weight: bold;
}
.play-btn{
  display: inline-block;
  font-size: 20px;
  font-weight: bold;
  color: #fff;
  width: 100%;
  max-width: 220px;
  margin: 0 auto;
  padding: 18px 10px;
  border: 1px solid #FF0000;
  border-radius: 10px;
  text-align: center;
  box-shadow: 0 0 10px rgba(255,255,255,0.5);
}
.play-btn:hover {
	background: #E71322;
	color:#fff;
}
.pt-10{
	padding-top:10px;
}
.pt-20{
	padding-top:10px;
}
.join-btn{
  display: inline-block;
  font-size: 17px;
  font-weight: bold;
  color: #fff;
  width: 100%;
  margin: 0 auto;
  padding: 10px 20px;
  border: 1px solid #FF0000;
  border-radius: 7px;
  text-align: center;
  box-shadow: 0 0 10px rgba(255,255,255,0.5);
}
.join-btn:hover {
	background: #E71322;
	color:#fff;
}

/*--------------------------------------------------------------
# Globals
--------------------------------------------------------------*/
.border-radious-50 img {
  border-radius: 50%;
}

.border-radius-6 {
  border-radius: 6px;
}

.botder-top-1 {
  border-top: 1px solid #e6e8eb;
}

.ratting-inner {
  color: #FFC107;
}

.bg-base {
  background: var(--main-color);
}

.bg-yellow {
  background: #FC9016;
}

.bg-green {
  background: #1DC295;
}

.bg-blue {
  background: #2878EB;
}

.bg-red {
  background: #F14D5D;
}

.bg-gray {
  background: #FCFCFC;
}

.bg-sky {
  background: #F9F9F9;
}

.bg-black {
  background: var(--heading-color);
}

.bg-light {
  background: #F7FAFC;
}

.bg-relative {
  position: relative;
}

.bg-cover {
  background-size: cover !important;
}

.bg-overlay {
  position: relative;
  background-size: cover !important;
}
.bg-overlay:after {
  content: "";
  position: absolute;
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
  background: rgba(10, 24, 81, 0.8);
}
.bg-overlay .container {
  position: relative;
  z-index: 2;
}
.bg-overlay .bg-z-index {
  position: relative;
  z-index: 2;
}

.pd-top-60 {
  padding-top: 60px;
}

.pd-top-70 {
  padding-top: 70px;
}

.pd-top-90 {
  padding-top: 90px;
}

.pd-top-95 {
  padding-top: 95px;
}

.pd-top-100 {
  padding-top: 100px;
}

.pd-top-120 {
  padding-top: 120px;
}

.pd-bottom-60 {
  padding-bottom: 60px;
}

.pd-bottom-70 {
  padding-bottom: 70px;
}

.pd-bottom-90 {
  padding-bottom: 90px;
}

.pd-bottom-95 {
  padding-bottom: 95px;
}

.pd-bottom-100 {
  padding-bottom: 100px;
}

.mg-bottom-100 {
  margin-bottom: 100px;
}

.mg-top--82 {
  margin-top: -82px;
}
/*-----------------------------------------
    ## Breadcumb 
------------------------------------------*/
.breadcrumb-area {
  padding: 245px 0 112px;
  position: relative;
  background-repeat: no-repeat;
  background-position: center bottom;
}
.breadcrumb-area:after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background: -webkit-gradient(linear, left top, right top, color-stop(-0.7%, #0A1851), color-stop(113.23%, rgba(10, 24, 81, 0)));
  background: linear-gradient(90deg, #0A1851 -0.7%, rgba(10, 24, 81, 0) 113.23%);
  height: 100%;
  -webkit-transition: all 0.6s ease;
  transition: all 0.6s ease;
  z-index: 0;
}
.breadcrumb-area .breadcrumb-inner {
  position: relative;
  z-index: 2;
}
.breadcrumb-area .page-title {
  font-size: 45px;
  font-weight: 700;
  margin-bottom: 5px;
  color: #fff;
}
.breadcrumb-area .page-list {
  margin: 0;
  padding: 0;
  color: #fff;
}
.breadcrumb-area .page-list li {
  font-size: 18px;
  font-weight: 200;
  list-style: none;
  display: inline-block;
  position: relative;
  padding-left: 8px;
}
.breadcrumb-area .page-list li:after {
  position: absolute;
  left: 0;
  top: 1px;
  content: "/";
  font-family: "fontawesome";
}
.breadcrumb-area .page-list li:first-child {
  padding-left: 0;
}
.breadcrumb-area .page-list li:first-child:after {
  display: none;
}

/*------------------------------------------------
    ## Section title
------------------------------------------------*/
.section-title {
  margin-bottom: 55px;
  position: relative;
}
.section-title .sub-title {
  font-weight: 500;
  position: relative;
  display: inline-block;
  margin-bottom: 15px;
  color: var(--main-color);
}
.section-title .sub-title.left-line {
  padding-left: 15px;
}
.section-title .sub-title.left-line:after {
  position: absolute;
  content: "";
  left: 0;
  top: -4px;
  background: #BE63F9;
  height: 30px;
  width: 2px;
}
.section-title .title {
  margin-bottom: 0;
  margin-top: 0;
}
.section-title .title span {
  color: var(--main-color);
}
.section-title .content {
  margin-top: 17px;
  margin-bottom: 0;
}
.section-title .content strong {
  color: var(--main-color);
}
.section-title .small-title {
  margin-top: 18px;
  line-height: 36px;
}
.section-title .phone {
  font-weight: 400;
  margin-top: 30px;
}
.section-title .phone img {
  margin-right: 6px;
}
.section-title .single-list-wrap {
  margin-top: 21px;
}
.section-title .btn {
  margin-top: 30px;
}
.section-title.style-white .sub-title.left-line:after {
  background: #fff;
}
.section-title.style-white .title {
  color: #fff;
}
.section-title.style-white .content {
  color: #fff;
}
.section-title.style-white .small-title {
  color: #fff;
}
.whatsapp-icon {
            position: fixed;
            width: 70px;
            right: 0;
            bottom: 5%;
            
        }	