body {
  margin:0; padding:0;
  font-family:raleway;
  background:#242424;
}
 
*{
  box-sizing: border-box;
  margin:0px; 
  padding:0px;
}
img{
  width:100%;
  height:auto;
}

.page-center{
  max-width:1120px;
  margin:0 auto;  
}

.clearfix:before,
.clearfix:after{
  content:'';
  display:table;
  clear:both;
}

header {
  background:rgba(0, 0, 0, 0.2); 
  position:absolute;
  width:100%;
  left:0;
  top:0;
}

.logo{
  float:left;
  width:30%; 
  margin: 20px 0;
}

.menu-icon{
  display: none;
}
.child{
  display: none;
}

.logo h1 {
  color:#fff;
  font-weight:600;
}

.logo span {
  color:#DE3557;
  font-size:45px;
  font-weight:600;
}



nav {
  float: right;
}

nav ul li{
  float: left;
  list-style: none;
  position: relative;
}

nav ul li a{
  display: block;
  text-decoration: none;
  color: #fff;
  padding: 45px 25px;
  border-bottom: 1px solid transparent;
  text-transform: uppercase;
  font-size: 12px;
}


nav ul li .active,
nav ul li:hover > a{
  background: rgba(100, 100, 100, 0.4);
  border-bottom: 1px solid #f00;
}

nav ul ul{
  position: absolute;
  min-width: 150px;
  background: #000;
  display: none;
  transition: all 800ms linear;
  
}

nav ul ul li{
  width:100%;  
}

nav ul ul li a{
	padding: 10px 20px;
}

nav ul li:hover > ul {
  display: block;
}

nav ul ul ul {
  left:100%;
  top:0;
}


/*nav end*/

.banner-image{
  background: url(../image/body.jpg) no-repeat center center;
  background-size: cover;
  height:1000px;
  display:table;
  width:100%;
  padding-top:100px;
}

.banner-image .page-center{
  display:table-cell;
  text-align:center;
  vertical-align:bottom;
  padding-bottom:280px;
   
}

.banner-image h3 {
	font-weight: 400;
	text-transform: uppercase;
	font-size:20px;
	
}

.banner-image h3 span {color:#DE3557;}

.btn {
	text-decoration:none;
	color:#fff;
	text-transform: uppercase;
	border: 1px solid #DE3557;
	padding:15px 32px;
	display: inline-block;
	margin-top: 10px;
	font-size: 12px;
}

.btn.active, .btn:hover{border: 1px solid #fff;}

.banner-image h1{
	font-size: 60px;
	text-transform: uppercase;
}

.three-col-group{margin-top:-170px;}

.three-col-group .column {
  display:table-cell;
  width:33.33%;
  background:#fff;
  border-right: 1px solid #eee; 
}

.three-col-group .column:last-child{border: none;}

.three-col-group .column h1{
	background:#262626;
	color:#fff;
	padding:20px 30px;
	font-weight: normal;
	text-align: center;
	font-size: 20px;
	position:relative;  
}

.three-col-group .column h1:before{
	content:'';
	width:1px;
	height:100%;
	position:absolute;
	right:-1px;
	top:0;
	background:#333;
}
.three-col-group .column:last-child h1:before{display:none;}
.three-col-group .column h1.active, .three-col-group .column h1:hover{background:#DE3557;}
.three-col-group .column .content{padding: 20px 40px;}



.content h2{
    display: inline-block;
    font-weight: 400; 
    font-size: 22px;
}


.top-part ul {float:right;}
.top-part ul li {float:left; list-style: none;}
.top-part ul li a {
  display: block;
  padding: 4px 10px;
  border: 1px solid #262626;
  text-decoration: none;
  margin-left: 10px;
  color: #262626;
}

.top-part ul li a:hover {
  border: 1px solid #DE3557;
  color:#de3557;
}

.side-bar .column .bottom-part{
	padding-top:25px;
	overflow:hidden;
  display: none;
  padding-bottom: 30px;
}

.side-bar .column:first-child .bottom-part{
  display: block;
}

.bottom-part img{
    display: inline-block;
    width: 32%;
    border-radius: 50%;
    vertical-align: middle;
    margin-right: -4px;
}

.bottom-part p{
  display: inline-block;
  width:68%;
  font-size: 15px;
  line-height: 1.5;
  vertical-align: middle;
  float:right;
  padding-left:20px;
}

.three-col-group .column .content .bottom-part{
  padding-top: 30px;
}

.three-col-group .column .content .bottom-part hr{
  opacity: 0.3; 
  margin:2px 0;
}

.three-col-group .column .content .bottom-part i{
  color: #de3557;
  margin-right: 10px;
  padding: 9px 0;
}

.three-col-group .column .content .bottom-part span a{
    text-decoration: none;
    color: #000;
}


/*three-col-group END*/

.know-content{
  text-align: center;
  color:#fff;
  padding-top: 40px;
}


.know-content h1{
  font-weight: 400;
  font-size: 50px;
  color:#fff;
}

.know-content h3{
  font-weight: 400;
  font-size: 30px;
  color:#fff;
}

.know-content h3 span{
  font-weight: 700;
  font-size: 30px;
  color:#DE3557;
}

.know-content p{
  max-width: 800px;
  margin: 20px auto;
  color:#888;
}


.four-col-div{
  background:#323232;
  padding-top: 70px;
  margin-top: 70px
}

.heading {
  text-align: center;  
  color: #fff;
}

.heading h1 {
  font-size: 40px;
}


.heading h1 span {
  font-weight: 300;
}

.bg-line {
  width:60%;
  height: 1px;
  background:rgba(255, 255, 255, 0.2);
  margin: 20px auto;
}

.high-line {
  width:100px;
  height:1px;
  background: #de3557;
  margin: 20px auto;
}

.four-col-group .column{
  width: 25%;
  padding: 0 25px 5px 0;
  margin: 25px 0;
  float: left;
}

.four-col-group .column h1{
  background:#DE3557;
  color:#fff;
  padding:20px 30px;
  font-weight: normal;
  text-align: center;
  font-size: 20px;
  margin-top: -5px;
}

.four-col-group .column .text-content{
  padding:25px;
  background: #fff;
}

.four-col-group .column .text-content hr{
  margin: 12px 0;
  opacity: 0.4;
}

.four-col-group .column .text-content i{
  color:#de3557;
  margin-right: 8px;
}

.four-col-group .column .text-content .coach{
  color:#de3557;
}

.nav-btn { 
  text-align: center;
  padding-bottom: 50px;
}

.nav-btn a {
  text-decoration: none;
  color:#fff;
  border:1px solid #fff;
  padding: 3px 10px 5px;
  margin: 0 10px 20px 0;
  display: inline-block;
}

.nav-btn a:hover {
  color:#de3557;
  border:1px solid #de3557;
}

.two-col-div{
  background:#de3557;
  padding-top: 70px;
}

.line{background:#fff;}

.two-col-group {margin: 35px 0 0;}

.two-col-group .left-group{
  width: 70%;
  float: left;
  padding-right: 30px;
}

.two-col-group .col1 {
  background: #262626;
  margin-bottom: 30px;
}

.two-col-group .column > img{  
  display: inline-block;
  padding-right: 15px;
  width: 37%;
  vertical-align: top;
}


.two-col-group .column .text-content {
  color: #999;
  padding-top: 20px;
  font-size: 14px;
  display: inline-block;
  width: 56%;
  vertical-align: top;
}

.two-col-group .column .text-content h3 {
  font-weight: 300;
  font-size: 22px;
}

.two-col-group .column .text-content span {
  font-weight: 500;
  font-size: 15px;
  color:#de3557;
}

.two-col-group .column .text-content p {
  font-weight: 300;
  font-size: 15px;
  color:#777;
  padding: 10px 0;
}

.two-col-group .column .text-content .icons a{
    margin-top: 15px;
    color: #fff;
    display: inline-block;
    border: 1px solid transparent;
    margin-right: 15px;
    padding: 5px 10px;
  }

.two-col-group .column .text-content .icons a:hover {
    border: 1px solid #DB3259;
    color:#de3557;
}

.two-col-group .col2{background: #fff;}

.two-col-group .col2 .text-content h3 {
  font-weight: 300;
  font-size: 22px;
  color:#262626;
}

.two-col-group .col2 .text-content .icons a{color: #262626;}

.left-group .nav-btn a{
    border: 1px solid #fff;   
    margin-top: 20px;
  }

.left-group .nav-btn .fa{color:#fff;}
.two-col-div .two-col-group .side-bar {
  float: left;
  width: 30%;
  color: #fff;
}

.two-col-group .side-bar .column h1{
  font-size: 20px;
  padding: 15px;
  font-weight: 300;   
  position: relative;
  transition: all 500ms linear;
}

.two-col-group .side-bar .column h1:after{
  content: '\F104';
  position: absolute;
  font-size: 20px;
  font-family: FontAwesome;
  right: 20px;
  top: 18px;
}

.two-col-group .side-bar .column .angle {float: right; line-height: 30px;}
.side-bar .column .bottom-part a {
  text-decoration:none;
  color:#000;
  background: #fff;
  text-transform: uppercase;
  padding:6px 40px;
  display: inline-block;
  margin-top: 10px;
  font-size: 12px;
}


.side-bar .column .bottom-part p {
  text-decoration:none;
  color:#000; 
}

.two-col-group .side-bar .row2 hr{opacity: 0.3;}

.two-col-group .side-bar .column .active{
  color: #de3557;
  background: #fff;
  font-weight: bold;   
}

.two-col-group .side-bar .column .active:after{
  content: '\F107';
  position: absolute;
  font-size: 20px;
  font-family: FontAwesome;
  right: 20px;
  top: 18px;
}

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

.three-col-slider{  
  background:#323232;
  padding: 50px 0 150px; 
}

.three-col-slider-group .column {
  width: 31%;
  float: left;
  margin-top: 25px;
  text-align: center;
  margin-right:39px;
}

.three-col-slider-group .col3 {margin-right:0px;}
.three-col-slider-group .column h2 {
  font-weight: 500;
  font-size: 22px;
  background: #fff;
  color:#000; 
  padding: 22px;
}
.three-col-slider-group .column .text-content {
  background: #262626;
  padding-bottom: 40px; 
}


.three-col-slider-group .column .text-content .price .rupees {
  font-weight: 600;
  font-size: 100px;
  width: 50%;
  float:left;
  color: #ed3557;
  text-align:right;
}

.three-col-slider-group .column .text-content .price .month-year {
  font-weight: 600;  
  float:left; 
  width:50%;  
  text-align:left;  
  color:#ed3557;
  padding-top:29px;  
  font-size: 33px;
}

.three-col-slider-group .column .text-content .price .month-year span{display: block;}
.three-col-slider-group .column .text-content .price .month-year span:last-child{color:#fff;}
.three-col-slider-group .column .text-content .bottom-text span{color:#888;font-size: 18px;}
.three-col-slider-group .column .text-content .bottom-text hr{margin: 18px;opacity: 0.1;}

/* active class & hover of this column */
.three-col-slider-group .column h2.active,
.three-col-slider-group .column:hover h2 {color:#de3557;}

.three-col-slider-group .column .text-content.active,
.three-col-slider-group .column .text-content:hover	{background: #de3557;} 

.three-col-slider-group .column .text-content .rupees.active,
.three-col-slider-group .column .text-content:hover .rupees {color:#262626;}

.three-col-slider-group .column .text-content .price .month-year.active,
.three-col-slider-group .column .text-content:hover .price .month-year {color:#262626;}

.three-col-slider-group .column .text-content .bottom-text span.active,
.three-col-slider-group .column .text-content:hover .bottom-text span {color:#fff;}

.three-col-slider-group .column .text-content .bottom-text .btn.active,
.three-col-slider-group .column .text-content:hover .bottom-text .btn{border: 1px solid #fff; color:#262626;font-weight:bold;}

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

footer{
  background: #262626;
  padding:100px 0 0 ;
}

footer .slider{
  background: #fff;
  padding: 10px 20px;
  margin-top: -170px;
  text-align: center;

}

footer .slider i{
  border:1px solid #262626;
  padding:5px 10px;  
  opacity: 0.4;
}

footer .slider img{ 
  width:18%;
  vertical-align: middle;
  padding: 20px;
  opacity: 0.5;
}


footer .four-col-group2 .column{
  width:25%;
  color:#fff;
  margin-top: 70px;
  float: left;
  padding: 15px;
}


footer .four-col-group2 h2{
  font-weight: 500;
  padding: 25px 0;
}

footer .four-col-group2 .schedule i{
  color:#de3557;
  padding-right: 10px;
}

footer .four-col-group2 .schedule span{
  color:#777;
}

footer .four-col-group2 .schedule p{
  display:inline-block;
  color:#fff;
  float: right;
  font-weight: 600;
}


footer .four-col-group2  hr{
  margin: 7px 0;
  opacity: 0.1;
}

footer .four-col-group2 .col2 i {
  color:#fff;
  display: inline-block;
  width: 10%;
  vertical-align: top;
  padding-top: 3px;
}

footer .four-col-group2 .col2 p {
  color:#de3557;
  font-weight: 300;
  float: none;
  line-height: 24px;
  font-size: 15px; 
}

footer .four-col-group2 .col2 span {  
  /*! line-height: 25px; */
  font-size: 15px;
  display: inline-block;
  width: 87%;
  vertical-align: top;
  margin-top: -2px;
}


footer .four-col-group2 .column .text-content span {  
  color:#777;
  font-weight: 300;
  font-size:15px;
  display: block;
  padding: 0 0 8px;
}

footer .four-col-group2 .column .text-content span b {  
  color:#fff;
  font-weight: 400;
}

footer .four-col-group2 .column .text-content span a{
    text-decoration: none;
    color: #777;
}



footer .four-col-group2 .column .icons a {  
  color:#fff;
  font-weight: 300;
  font-size:16px;
  display: block;
  padding: 8px 12px;
  float: left;
  border: 1px solid #333;
  text-align: center; 
  margin-top: 9px;
}

footer .four-col-group2 .column .icons a:hover {  
  color:#de3557;
  border: 1px solid #de3557;
}


footer .four-col-group2 .col4 .text-content span {  
  /*! line-height: 23px; */ 
}

footer .four-col-group2 .col4 .text-content input[type=email] {    
color: #999;
padding: 10px;
width: 70%;
margin-top: 20px;
background: #333;
border: 1px solid transparent;
outline: none;
}

footer .four-col-group2 .col4 .text-content input[type=email]:focus {    
border: 1px solid #de3557;
color:none;
}

footer .four-col-group2 .col4 .text-content input[type=submit] {    
  color: #fff;
  padding: 10px;
  width: 25%;
  background: #333;
  border: 1px solid transparent;
  outline: none;
  -webkit-appearance: none;
  }

footer .four-col-group2 .col4 .text-content input[type=submit]:hover {    
border: 1px solid #de3557;
}

footer .copyright {
  background: #fff;
  color:#000;
  text-align:center;
  padding: 30px 0;
  margin-top: 30px;
}

footer .copyright a{
  text-decoration: none;
  color:#000;
}

footer .copyright a:hover{
  color:#de3557;
}

/* --------------- responsive website ---------------*/

@media (max-width: 767px){

  .logo {
    float: left;
    width: 70%;
    margin: 15px 0 15px 15px;
  }

  .logo h1 {
    font-size: 30px;
}

 .logo h1 > span {
    font-size: 30px;
}

  .menu-icon{
    display: block;
    float: right;
    font-size: 35px;
    color: #fff;
    margin: 15px;

  }

nav {
   display: none;
   float: none;
   margin-top: 71px; 
   width: 100%;
 }

nav ul li {float: none;}
nav ul li a {padding: 16px 25px; background: rgba(0,0,0,0.5);}

nav ul li .active,
nav ul li:hover > a{
  color: #fff;
  background: rgba(0,0,0,0.5);
  border-bottom: 1px solid transparent;
}

nav ul li:hover > ul,
nav ul ul{
  width: 100%;
  position: static;
  display: none;
  transition: all 400ms linear;
}

nav ul ul li a{
  background: #222;
  padding-left: 35px;
}

nav ul ul ul li a{
  background: #333;
  padding-left: 35px;
}


.child{
  position: absolute;
  right: 0;
  top: 0;
  padding:10px;
  color: #fff;
  z-index: 1;
  display: block;
}

.rotate{
  transform: rotate(-90deg);
}


/*navigation end*/


.banner-image {
    height: 700px;
    text-align: center;
    padding-top: 300px;
}

.banner-image h1 {
    font-size: 40px;
}

.banner-image .page-center {
    padding-bottom: 160px;
}
/*
banner end*/

.three-col-group {
    margin-top: -130px;
}


.three-col-group .column {
    display: block;
    width: 100%;
}


.know-content h1 {
    font-size: 40px;
}

.know-content h3 {
    font-size: 16px;
}

.know-content h3 span {
    font-size: 16px;
}

.know-content p {
    margin: 20px 20px;
    font-size: 14px;
}

.four-col-group .column{
    width: 100%;
    padding: 0;
    margin: 25px 0;
    float: none;
    display: none;
}

.four-col-group .col1 {
    width: 100%;
    padding: 0;
    margin: 25px 0;
    float: none;
    display: block;
}

.two-col-group .left-group {
    width: 100%;
    float: none;
    padding-right: 0px;
}

.two-col-group .column > img {
    padding-right: 0px;
    width: 100%;
}

.two-col-group .column .text-content {
    padding: 20px;
    width: 100%;
}

.two-col-div .two-col-group .side-bar {
    float: none;
    width: 100%;  
}


.heading h1 {
    font-size: 30px;
}

.three-col-slider-group .column {
    width: 100%;
    float: none;
    display: none;
}


.three-col-slider-group .col1 {
    display: block;
}

footer .slider i {
    border: 1px solid #262626;
    padding: 1px 6px;
    opacity: 0.4;
 }

 footer .slider {
    padding: 10px;
    margin-top: -130px;
  }

  
footer .slider img {
    width: 15%;
    vertical-align: middle;
    padding: 0px;
    opacity: 0.5;
}

footer .four-col-group2 .column {
    width: 100%;
    float: none;
    margin-top: 0px;
    padding-bottom: 20px;
    border-bottom: 1px solid #666;
  }

.three-col-slider {
    padding: 50px 0 70px;
}

footer .copyright {
    font-size: 14px;
    padding: 15px 10px;
}
}


