@import url(http://fonts.googleapis.com/css?family=Open+Sans);
@import url(http://fonts.googleapis.com/css?family=Open+Sans:400,300);
@import url(../../maxcdn.bootstrapcdn.com/font-awesome/4.6.1/css/font-awesome.min.css);
@import url(../../cdnjs.cloudflare.com/ajax/libs/animate.css/3.5.2/animate.min.css);

body {
	margin: 0 auto;
	padding: 0;
	background: #fff;
	font-family: 'Quicksand', sans-serif;
	overflow-x: hidden;
	}

p {
    text-align: justify;
}

ul {
    padding: 0;
}
	
header {
	top: 0;
	left: 0;
	right: 0;
	position: fixed;
	z-index: 1000;
	}
.nav_top {
    width: 100%;
    height: 50px;
    float: left;
    display: block;
    /*background:#ef6c1a;*/
    background: #3427a3;
    padding: 10px;
    letter-spacing: 0.8px;
}
	.nav_top a
	{
	color:#fff;
    font-size: 12px;	
	}
	.nav_top a:hover
	{
		/*color:#FFE2C6;*/
        color: #fd3d06;
		text-decoration:none;
		
	}
	.navbar-inverse {
    background-color: #fff;
    border-color: #fff;
	height: 145px;
    box-shadow: 0px 10px 10px rgba(182, 180, 178, 0.2);
	
	}
	
	.navbar-inverse .navbar-nav > li > a
	{
		color:#fd3d06;
		/*color:#F60;*/
	}
	
	.navbar-inverse .navbar-nav > li > a:hover {
    /*color: #2a2827;*/
    color:#2a2c28;
    background-color: transparent;
	}
	
	.navbar-brand {
    float: left;
    height: 50px;
    padding:5px 5px;
    font-size: 18px;
    line-height: 20px;
}

        .navbar-brand img {
            margin-top: 5px; border:0px solid red; width:280px; height:auto
        }


.carousel-fade {
    .carousel-inner {
        .item {
            transition-property: opacity;
        }
        
        .item,
        .active.left,
        .active.right {
            opacity: 0;
        }

        .active,
        .next.left,
        .prev.right {
            opacity: 1;
        }

        .next,
        .prev,
        .active.left,
        .active.right {
            left: 0;
            transform: translate3d(0, 0, 0);
        }
    }

    .carousel-control {
        z-index: 2;
    }
}




.carousel, 
.carousel-inner, 
.carousel-inner .item {
    height: 100%;
}


.para
{
	line-height:25px;
	font-size:14px;
    font-weight: 500;
	color:#333;
	margin-top:25px;
	text-align: justify;
}
.long_middle
{
	width:100%;
	padding:10px;
	font-size:16px;
	/*background:#ef6c1a;*/
    background:#fd3d06;
	color:#fff;
	height: auto;
	float:left;
	display:block;
	
	
}
.loged
{
float: none;
display: inline-block;
margin: 20px auto;
text-align: right;
    top: 28px;
    left: 0px;
}



.buttonpp {
  position: relative;
  //display:block;
  height: 45px;
  width: 210px;
  margin: 10px 7px;
  padding: 5px 5px;
  font-weight: 700;
  font-size: 15px;
  letter-spacing: 2px;
  color: #fff;
  border: 2px #FFFFFF solid;
  border-radius: 4px;
  text-transform: uppercase;
  outline: 0;
  overflow:hidden;
  background: none;
  z-index: 1;
  cursor: pointer;
  transition:         0.08s ease-in;
  -o-transition:      0.08s ease-in;
  -ms-transition:     0.08s ease-in;
  -moz-transition:    0.08s ease-in;
  -webkit-transition: 0.08s ease-in;
}

.fill:hover {
  color: whitesmoke;
}

.fill:before {
  content: "";
  position: absolute;
  background: #383736;
  bottom: 0;
  left: 0;
  right: 0;
  top: 100%;
  z-index: -1;
  -webkit-transition: top 0.09s ease-in;
}

.fill:hover:before {
  top: 0;
}

.fade:before{
  content:"→";
  position:absolute;
  color:#383736;
  left: 88%;
  opacity: 0;
  -webkit-transition: all 0.2s ease-in;
}

.fade:hover:before{
  left:91%;
  opacity:1;
}

.fade:hover {
  border: 0px #fff solid;
  -webkit-transform: scale(1.04,1.04);
  -webkit-transition: border 0.3s ease-out;
  -webkit-transition: transform 250ms cubic-bezier(0.680, -0.550, 0.265, 1.550); 
}

.arrow{
  text-align:left;
  padding-left:17px;
}

.arrow:before{
  content:"→";
  position:absolute;
  color:#383736;
  left: 83%;
  opacity: 0;
  -webkit-transition: all 250ms cubic-bezier(0.680, -0.550, 0.265, 1.550); 
}

.arrow:hover:before{
  left:84%;
  opacity:1;
}

.arrow:hover {
  width:170px;
}


.slide1:after{
  content:"Start Now";
  position:absolute;
  width:100%;
  height:100%;
  left:0;
  text-align:center;
  -webkit-transition: all 400ms cubic-bezier(0.680, -0.550, 0.265, 1.550); 
}

.slide1:before {
  content:"Get Register →";
  height:100%;
  width:100%;
  position:absolute;
  color:#fd3d06;
  left:-100%;
  opacity: 0;
  -webkit-transition: all 500ms cubic-bezier(0.680, -0.550, 0.265, 1.550); 
}

.slide1:hover{
  background:#fff;
  /*color:#FF7533;*/
  color: #fd3d06;
}

.slide1:hover:before{
  left:0;
  opacity:1;
  color: #fd3d06;
}
.slide1:hover:after{
  left:100%;
  opacity:0;
}

.slide1.left:hover{
  background:none;
}

.slide1.left:before {
  left:100%;
  color:#383736;
  -webkit-transition: all 425ms cubic-bezier(0.680, -0.550, 0.265, 1.550); 
}

.slide1.left:hover:before{
  left:0;
}

.paytm {
    float: none;
    display: inline-block;
    margin: 0px auto;
    text-align: center;
    background: #fff;
    padding: 7px 30px;
    border: 1px solid #d2d2d2;
    }

    .paytm img {
        display: inline-block;
        max-width: 50%;
        height: auto;
    }


    .paytm h4 {
        font-size: 20px;
        font-weight: 700;
        line-height: 25px;
        text-align: center;
        color: #6f6f6f;
    }

        .paytm h5 {
        font-size: 14px;
        font-weight: 400;
        line-height: 20px;
        text-align: center;
        color: #6f6f6f;
    }

.head
{
	text-align:center;
	font-size:25px;
	font-weight:bold;
	text-decoration:underline #fd3d06; /*#F60*/
	line-height:26px;
	margin-top:95px;	
}
.head_p
{
	
	text-align:center;
	margin:25px 0 50px 0;
}
footer
{
	
	background:#333;
	color:#fff;
	
	
}
.marg
{
	margin:20px 0 50px 0;
	
}
 a {text-decoration:none;
	color:#333; }
 a:hover
{
	text-decoration:none;
	/*color:#F60;*/
	color:#fd3d06;
	
}
.navbar-nav {
	margin-top:10px;
	background: #fff;	
}
.navbar-inverse .navbar-toggle

{
	background-color:#fd3d06;
    margin-top: 15px;
	
}
.navbar-inverse .navbar-toggle:focus, .navbar-inverse .navbar-toggle:hover {
    background-color: #fd3d06;
}
.navbar-inverse .navbar-nav > .open > a, .navbar-inverse .navbar-nav > .open > a:focus, .navbar-inverse .navbar-nav > .open > a:hover {
    color: #fff;
    background-color: #FF9933;
}
.left
{
	text-align:right;
	
}

label {
    display: inline-block;
    max-width: 100%;
    margin-bottom: 0px;
    font-weight: 700;
}

.mar-quee {
    font-size: 18px;
    cursor: pointer;
    margin-bottom: 50px;
    margin-top: 50px;
    }


.mar-quee .space {
    padding: 0px 5px;
    display: inline-block;
    }

.btn-warning {
    color: #fff;
    background-color: #fd3d06;
    border-color: #0a6464;
    }

.btn-warning:hover {
    color: #fff;
    background-color: #0a6464;
    border-color: #fd3d06;
    }


.text-primary {
    color: #fd3d06;
}

.fontsize16 {
    font-size: 16px;
}

.topsp8 {
    margin-top: 8px;
}

.topsp10 {
    margin-top: 10px;
}

.topsp15 {
    margin-top: 15px;
}

.topsp70 {
    margin-top: 70px;
}

.topsp30 {
    margin-top: 30px;
}

.leftspace10 {
    padding-left: 10px;
}

.leftspace5 {
    padding-left: 5px;
}


.banneradj {
    position: relative; 
    margin: 0 auto; 
    top: 70px; 
    left: 0px; 
    width: 1300px; 
    height: 500px; 
    overflow: hidden; 
    visibility: hidden;
}

.intro-block-title
{
	text-align:left;
	font-size:25px;
	font-weight:500;
	/*text-decoration:underline #fd3d06;*/
	line-height:26px;
	margin-top:25px;
    padding-bottom:10px;
    border-bottom: 1px solid #d2d2d2;	
}

.intro-block .icon {
	width: 55px;
	height: 55px;
	border-radius: 50%;
	background: #0a6464;
	padding: 5px;
    margin-top: 12px;
}
.intro-block .icon .fa {
	width: 45px;
	height: 45px;
	line-height: 45px;
	border-radius: 50%;
	background: #fd3d06;
	text-align: center;
	font-size: 25px;
	color: #ffffff;
    padding: 0px 12px;
	-webkit-transition: all 0.3s ease-in-out;
	   -moz-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.intro-block:hover .icon .fa {
	background: #fff;
	color: #0a6464;
}
.intro-block h4 {
	color: #535353;
	font-weight: 500;
    font-size: 25px; 
	letter-spacing: 0.01em;
	margin-bottom: 5px;
    text-align: left;
}
.intro-block p {
	margin-bottom: 0;
    font-size: 14px;
    text-align: left;
}


.page-header {
    padding-bottom: 12px;
    margin: 100px 0 20px;
    border-bottom: 1px solid #d2d2d2;
}


.clear {
    clear: both;
}

.col-center {
	float: none;
	margin-right: auto;
	margin-left: auto
}

.table-responsive {
	width: 100%;
	margin-bottom: 15px;
	overflow-y: hidden;
	-ms-overflow-style: -ms-autohiding-scrollbar
}
.table-responsive>.table {
	margin-bottom: 0
}
.table-responsive>.table>thead>tr>th,
.table-responsive>.table>tbody>tr>th,
.table-responsive>.table>tfoot>tr>th,
.table-responsive>.table>thead>tr>td,
.table-responsive>.table>tbody>tr>td,
.table-responsive>.table>tfoot>tr>td {
	white-space: nowrap
}
.table-responsive>.table-bordered {
	border: 1px solid #b4b4b4;
}
.table-responsive>.table-bordered>thead>tr>th:first-child,
.table-responsive>.table-bordered>tbody>tr>th:first-child,
.table-responsive>.table-bordered>tfoot>tr>th:first-child,
.table-responsive>.table-bordered>thead>tr>td:first-child,
.table-responsive>.table-bordered>tbody>tr>td:first-child,
.table-responsive>.table-bordered>tfoot>tr>td:first-child {
	border-left: 0
}
.table-responsive>.table-bordered>thead>tr>th:last-child,
.table-responsive>.table-bordered>tbody>tr>th:last-child,
.table-responsive>.table-bordered>tfoot>tr>th:last-child,
.table-responsive>.table-bordered>thead>tr>td:last-child,
.table-responsive>.table-bordered>tbody>tr>td:last-child,
.table-responsive>.table-bordered>tfoot>tr>td:last-child {
	border-right: 0
}
.table-responsive>.table-bordered>tbody>tr:last-child>th,
.table-responsive>.table-bordered>tfoot>tr:last-child>th,
.table-responsive>.table-bordered>tbody>tr:last-child>td,
.table-responsive>.table-bordered>tfoot>tr:last-child>td {
	border-bottom: 0
}
.table>tbody>tr>td,
.table>tbody>tr>th,
.table>tfoot>tr>td,
.table>tfoot>tr>th,
.table>thead>tr>td,
.table>thead>tr>th {
	padding: 8px;
	line-height: 1.55;
	vertical-align: top;
	border-top: 1px solid #b4b4b4;
}
.table>thead>tr>th {
	vertical-align: bottom;
	border-bottom: 1px solid #b4b4b4;
}

.table-bordered > tbody > tr > td, .table-bordered > tbody > tr > th, .table-bordered > tfoot > tr > td, .table-bordered > tfoot > tr > th, .table-bordered > thead > tr > td, .table-bordered > thead > tr > th {
    border: 1px solid #b4b4b4;
}

.table>thead>tr>th h4 {
    font-size: 25px;
   font-weight: 800;
   text-align: left;
   color: #000;
   line-height: 30px;text-align: center;
}


.table-responsive > .table-bordered h4 {
    font-size: 25px;
   font-weight: 800;
   text-align: left;
   color: #000;
   line-height: 30px;
   text-align: center;
}


#borderall {
}​​
​​
​​
#borderall ul {
    padding: 0;
    list-style-type: none;
    float: none;
    margin: 0 auto;
}



#borderall ul li { display: inline-block; width: 20%;}



.borderall {
    border: 1px solid #d2d2d2;
}


    .borderall h2 {
        background: #0a6464;
        padding: 15px;
        text-align: center;
        text-transform: uppercase;
        font-size: 17px;
        font-weight: 500;
        color: #fff;
        margin-top: 0px;
        margin-bottom: 0px;
    }

    .borderall p {
        padding-bottom: 7px;
        padding-top: 7px;
        text-align: center;
        font-size: 14px;
        font-weight: 400;
        color: #6f6f6f;
        border-top: 1px solid #d2d2d2;
    }


	
.detail {
    background: #eaeaea;
    text-align: center;
    border: 1px solid #d2d2d2;
	margin-top: 25px;
    -webkit-transition: background-color 0.5s;
    -moz-transition: background-color 0.5s;
    -o-transition: background-color 0.5s;
    -ms-transition: background-color 0.5s;
	}

    .detail h2 {
        font-size: 20px;
    }

    .detail h4 {
        font-size: 16px;
        font-weight: 800;
        color: #de0202;
    }

        .detail p {
        font-size: 14px;
    }
	
.detail span {
    color: #de0202;
    margin-top: 10px;
	}
	
	
.btnred {
    display: inline-block;
    font-weight: 400;
    line-height: 1.25;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border: 1px solid transparent;
    padding: .5rem 1.5rem ;
    font-size: 1.5rem;
    border-radius: 100rem;
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
	}

.btnred-red {
    color: #fff;
    background-image: none;
    background-color: #d20a14;
    border-color: #af050f;
	}

.btnred-red:hover {
    color: #d20a14;
    background-color: #fff;
    border-color: #d20a14;
	}

.t2b15 {
	margin-bottom: 15px;
	margin-top: 15px;
	}

.step {
    background: #f08c28;
}

    .step h4 {
        font-size: 60px;
        font-weight: 800;
        text-align: center;
        color: #fff;
        display:inline-block;
        padding: 10px 28px;
    border-left: 5px solid #fff;
    margin-top: 0px;
margin-bottom: 0px;
    }

.verticaltext {
    transform: rotate(-90deg);
    transform-origin: right, top;
    -ms-transform: rotate(-90deg);
    -ms-transform-origin:right, top;
    -webkit-transform: rotate(-90deg);
    -webkit-transform-origin:right, top;
    position: relative; 
    color: #000;
    text-align: center;
    font-size: 25px;
    font-weight: 700;
    display:inline-block;
    top: -10px;
}

.steppart2 {
    /*border-bottom: 1px solid #d2d2d2;*/
    margin-top: 15px;
    padding-bottom: 15px;
}

.steppart2 h4 {
   font-size: 25px;
   font-weight: 800;
   text-align: left;
   color: #f08c28;
   line-height: 30px;
   border-bottom: 1px solid #f08c28;
   padding-bottom: 5px;
   margin-bottom: 15px;
    }

.steppart2 p {
   font-size: 16px;
   font-weight: 500;
   text-align: left;
   color: #000;
   line-height: 20px;
   margin-bottom: 15px;
    }

.steppart2 p i {
   color: #de1603;
    }

.bgsky {
    background: #b3e5fc;
}

.bgyeallow {
    background: #fffad2;
}

.bgyeallow span {
   color: #de1603;
    }

.bggreen{
    background: #c8e6c9;
}


.bgcyan{
    background: #b2ebf2;
}

.bgcyan span {
   color: #de1603;
    }

.why {
    background: #F2F2F2;
    padding: 10px 0 50px 0;
}

.seabor {
    border: 1px solid #0b6f6f;
    margin-bottom: 4px;
}

.righttext {
    text-align: right;
    }


@media screen and (max-width: 1280px) and (min-width: 768px) {



    .long_middle {
        height: 146px;
        margin-bottom: 35px;
    }
	
.nav_top a
	{
	color:#fff;
	font-size:12px;
		
		
	}
	
	 .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:hover {
    color: #c21d1d;
    background-color: transparent;
	 }

     .step h4 {
    font-size: 60px;
    font-weight: 800;
    text-align: center;
    color: #fff;
    display: inline-block;
    padding: 10px 24px;
    border-left: 5px solid #fff;
    margin-top: 0px;
    margin-bottom: 0px;
}

}

@media screen and (max-width: 640px) and (min-width:320px) {

    .long_middle {
        height: 248px;
        margin-bottom: 50px;
    }
	
.nav_top a
	{
	color:#fff;
	font-size:10px;
	display: inline-block;	
		
	}
	.navbar-inverse .navbar-nav .open .dropdown-menu > li > a:focus, .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:hover {
    color: #F60;
    background-color: transparent;

    }

    .marg {
    margin: 40px 0 0px 0;
    }

    .page-header {
    padding-bottom: 12px;
    margin: 0 auto 30px auto;
    border-bottom: 1px solid #d2d2d2;
    text-align: center;
    }

    .centertextxs {
        text-align: center;
    }

    .padnonexs {
        padding-left: 0px;
        padding-right: 0px;
    }

    .nav_top {
        height: 60px;
    }

    .hidenxs {
        display: none;
    }
    
}



@media (min-width: 320px) and (max-width: 360px) {
    .nav_top {
        letter-spacing: 0px;
    }

    .hidenxs {
        display: none;
    }

    .topsp60xs {
        margin-top: 100px;
    }


    .navbar-brand {
    width: 80%;
}


    .navbar-inverse {
    background-color: #fff;
    border-color: #fff;
    height: 130px;
    box-shadow: 0px 10px 10px rgba(182, 180, 178, 0.2);
    }

    .banneradj {
    position: relative;
    margin: 0 auto;
    top: 80px;
    left: 0px;
    width: 1300px;
    height: 500px;
    overflow: hidden;
    visibility: hidden;
    }

    h2 {
    font-size: 20px;
    text-align: center;
}


    h1 {
    font-size: 27px;
}
    .seabor {
    border: 1px solid #0b6f6f;
    display: block;
    text-align: center;
    margin: 5px auto;
    }

    .righttext {
    text-align: center;
    margin-top: 7px;
    }



    #borderall ul li { display: block; width: 100%; margin-bottom:15px;}

    .intro-block .icon {
    margin: 0 auto;
    }

    .intro-block h4 {
    text-align: center;
    }

    .intro-block p {
    text-align: center;
    padding-bottom: 15px;
    border-bottom: 1px solid #d2d2d2;
    margin-bottom: 15px;
    }

    .page-header {
    padding-bottom: 12px;
    margin: 0 auto;
    border-bottom: 1px solid #d2d2d2;
    text-align: center;
}

    .leftspace10 {
    padding-left: 16px;
}

.detail {
    margin-top: 0px;
}

.loged {
    float: none;
    display: inline-block;
    margin: 20px auto 0 auto;
    text-align: center;
}



}

@media (min-width: 768px) and (max-width: 768px) {

    .page-header {
        padding-bottom: 9px;
        margin: 40px 0 20px;
        border-bottom: 1px solid #eee;
        text-align: center;
    }

    .borderall h2 {
    min-height: 70px;
    }

    .rightspnone {
        padding-right: 0px;
    }

    .detail h2 {
    font-size: 12px;
}

    .paytm {
    float: none;
    display: inline-block;
    margin: 17px auto;
    text-align: center;
    background: #fff;
    padding: 7px 25px;
    border: 1px solid #d2d2d2;
}
    .topsp8 {
    margin-top: 30px;
}



}