* {
	margin: 0px;
	padding: 0px;
}
body {
	margin: 0px;
	padding: 0px;
	letter-spacing: 0.4px;
	background-color: #ffffff;
	font-family: 'Roboto', sans-serif;
}
img {
	max-width: 100%;
	height: auto;
}
p {
	line-height: 24px;
	font-size: 14px;
	color: #939393;
	font-family: 'Poppins', sans-serif !important;
	letter-spacing: 1.1px;
}
.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
	font-family: 'Gulzar';
	letter-spacing: 1.5px !important;
	font-weight: 600;
}
ul {
	list-style: none !important;
	margin: 0px;
	padding: 0px;
}
li{font-family: 'Poppins', sans-serif !important; letter-spacing:1.5px;}
a {
	text-decoration: none !important;
	font-family: 'Alegreya Sans';
}
a:hover {
	text-decoration: none;
}
.row {
	margin: 0px;
	padding: 0px;
}
.padding {
	padding: 40px 0;
}
.no-padding {
	padding: 0px;
}
 @media (min-width: 1200px) {
.container {
	width: 1240px;
}
}
html {
	scroll-behavior: smooth;
}

/***************************css start*****************************/

.main-bpro{
	background: url(../images/main.jpg) center top no-repeat;
	background-size: cover;
	width:100%;
}

.header-top {
	padding: 7px 0;
	border-bottom: #f1d5e0 solid 1px;
}

.header {
	padding: 0;
	line-height: 45px;
	position: sticky;
	width: 100%;
	z-index: 999;
	top: 0;
	background:#b86963;
	box-shadow: 0 0 8px -5px #666;
}
.header ul li {
	display: inline-block;
	border-left: #fff solid 1px;
	line-height: 12px;
}
.header ul li a {
	padding: 0 26px;
	font-size: 17.5px;
	color: #fff;
	letter-spacing: 1.5px;
}
.header ul li a:hover {
	letter-spacing: 2px;
}
.header ul li:first-child {
	border: none;
}
.navbar-inverse {
	background-color: transparent;
	border-color: #fff;
	float: right;
	border-radius: 0px;
}
.navbar {
	position: relative;
	min-height: inherit;
	margin-bottom: 0px;
	width: 100%;
	border: 0px solid transparent;
}
.navbar-collapse {
	padding: 0px;
	margin-left: 5px;
}

.header h5 {display: none;}

.logo img {
	width: 480px;
}
.logo2 {
	text-align: center;
	padding-left: 40px;
}
.logo2 img {
	width: 340px;
}
.logo3 img {
	width: 180px;
	float: right;
}
.section1 {
	padding:40px 0 0;
}
.section1 h2{
	font-size:34px;
	color:#573788;
	padding-bottom:15px;
	line-height:54px;
	margin: 0px;
}

.section1 h3{
	font-size:28px;
	color:#ec058e;
	padding-bottom: 10px;
}

.section1 h3 span{ text-transform: uppercase; font-size: 32px;}

.section1 h2 span{ color:#ec058e;}

.section1 p {
	line-height: 28px;
	text-align:justify;
}

.section1 ul li {
    font-size: 14px;
    line-height: 26px;
    background:url(../images/list.jpg) 2px 10px no-repeat;
    padding-bottom: 15px;
    padding-left: 25px;
    color: #4b4949;
    font-weight: 600;
	text-align: justify;
}

.section1 ul li a{
   background: #ec048d;
   font-size:14px;
   text-transform:uppercase;
   color:#fff !important;
   padding:7px 18px;
   margin-right:25px;
   margin-top:25px;
   float:left;
   border-radius:0px 50px 50px 0px;
}

.section1 h4 {
    font-size: 22px;
    color: #573788;
    line-height: 28px;
    padding: 10px 0;
}

.about-us{ background:#fff; padding:30px 35px 10px 35px; border:#ed008c solid 1px;}

.about-us h3{color: #ec048d; font-size: 26px; margin:0px; line-height: 40px;}

.about-logo{ margin-bottom: 30px;}

.about-logo img{ width: 380px; position: absolute; right: 20px; top: 15px;}

.about-logo3{margin-bottom: 42px;}

.about-logo3 img{ width: 340px; position: absolute; right: 20px; top: 15px;}

.about-logo2{margin-bottom: 40px;}

.about-logo2 img{ width: 160px; position: absolute; right: 20px; top: 10px;}

.about-us p{color: #504d4d; font-size:14.5px; 
line-height:29px; text-align: justify; font-weight: 600;}

.about-us p span{text-transform: uppercase;}

.member1{ padding-right:30px; margin:30px 0;}

.member1 ul li{text-align:right;  padding-right:40px !important;
 background:url(../images/icon2.png) right top no-repeat;}

.member1 ul li::before{ display:none !important;}

.member2{ border-left:#ec058e solid 1px; padding-left:30px; margin:50px 0;}

.member2 ul li{text-align:left; padding-left:40px !important;
 background:url(../images/icon.png) left top no-repeat;}



.scrollup.back-top {
	bottom: 40px;
}
.scrollup {
	overflow: hidden;
	position: fixed;
	height: 35px;
	width: 35px;
	line-height: 35px;
	right: 20px;
	text-align: center;
	z-index: 9999;
	background-color: rgba(75, 41, 130, 100);
	display: block;
	font-size: 22px;
	color: #ffffff !important;
}

.footer{ text-align:center; border-bottom: #fdd9ee solid 1px; padding-top:15px;}

.footer p{
	padding:0px;
	margin:0px;
	line-height:26px;
    color: #4b2982;
	font-size:14px;
	text-align:center;
}

label {
    font-size: 15px;
    color: #333;
    font-family: 'Poppins', sans-serif;
    font-weight: 500;
    padding-top: 25px;
    padding-bottom: 5px;
    letter-spacing: 1.5px;
    padding-left: 10px;
}
::placeholder{
  font-size:15px;
  letter-spacing:1.5px;
  font-family: 'Poppins', sans-serif !important;
  color:#333;
}

input, button, select, textarea {
  font-size:15px;
  letter-spacing:1.5px;
  font-family: 'Poppins', sans-serif !important;
  color:#333;
  outline: none !important;
}

.scrollup:hover{ background:#ec048d;}

.form{background:#ed008c; padding:25px;}

.form h2{color: #f48dbf; margin: 0px; line-height:30px; text-align: left; font-size:50px;  padding-bottom:25px;}

.form p {
     padding-bottom:15px;
    color: #fff;
    font-size: 13px;
    font-style: italic;
	text-align:justify;
}

.name {
    background: #eaeae3;
    padding: 7px 15px;
    font-size: 15px;
    color: #333;
    font-weight: 300;
    border: none;
    width:100%;
    min-height: 40px;
    margin-bottom: 25px;
}

.sub {
    line-height:40px;
    display: block;
    width: 100%;
    margin: 0px auto;
    background: rgba(0, 0, 0, 0.6);
    font-size:20px;
    letter-spacing: 1px;
    color: #e995c7;
    border: none;
    font-family: 'Ubuntu',sans-serif !important;
}

.highlight-left h3{
	font-size:38px;
	text-transform:uppercase;
	color:#573788;
	padding-bottom:15px;
	line-height:54px;
}

.highlight-left h3 span{ color:#ec058e;}


.highlight-left ul li {
    font-size: 16px;
    line-height: 23px;
    background:url(../images/list.jpg) 2px 8px no-repeat;
    padding-bottom: 18px;
	text-transform: capitalize;
    padding-left: 35px;
    width: 90%;
    color: #000;
	text-align: justify;
}

.highlight-right{ float:right; text-align:right;}

.highlight-right img{ padding-bottom:43px;}


.section3 {
	padding:40px 0 0;
}
.section3 h2{
	font-size:29px;
	color:#573788;
	line-height:45px;
}

.section3 h4{
	font-size:22px;
	color:#573788;
	line-height:28px;
	padding:10px 0;
}


.section3 h2 span{ color:#ec058e;}

.section3 p {
	line-height: 28px;
	color: #111111;
	text-align:justify;
}


.section4 {
	padding:30px 0 0;
}
.section4 h2{
	font-size:36px;
	color:#573788;
	line-height:34px;
	text-align:center;
	padding-bottom: 30px;
}

.section4 h2 span{ color:#ec058e;}

.section4 p {
	line-height: 28px;
	color: #111111;
	padding-top: 10px;
	text-align:justify;
}

.wy{ padding-left:40px;}

.courses{ text-align:center; padding-bottom:15px;}

.courses h4{ font-size:25px; color:#4b2982; line-height:29px; padding-top:15px;}

.courses img{ width:250px;}

.courses p{ line-height: 28px; color: #333; font-weight: 600; text-align: center; padding-bottom: 20px;}

.mt-auto{ text-align:center; margin-top:20px;}

.vs-btn{ background:#ec058e; padding:13px 40px; font-size:22px; text-align:center;
 color:#fff !important; font-weight:600; letter-spacing:2px; margin-left:15px;  outline:none !important;}
 
.vs-btn i{ font-size:22px; padding-right:10px;} 

.vs-btn:hover{ background:#573788; color:#fff;}


.mt-40{ margin:20px 0 30px;}

.close{ font-size:40px; opacity: 100%; color:#fff;}

.contact{ padding: 30px 0 20px;}

.contact h2{
	font-size:36px;
	color:#573788;
	line-height:34px;
	text-align:center;
	padding-bottom: 30px;
}

.contact h2 span{ color:#ec058e;}

.contact p {
	line-height: 28px;
	color: #111111;
}

.bpro-add{ background: #fff; padding: 30px; border-radius: 50px 0;}

.add-right h5{color:#4b2982; font-size: 18px; padding-top: 10px;}

.bpro-add h4{ font-size: 24px; color:#ec058e; margin:0px; padding-bottom: 10px;}

.padd-left{padding-left: 60px;}


/*************responsive css start***********************/

@media only screen and (max-width: 767px) {
.col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-xs-1, .col-xs-10, .col-xs-11, .col-xs-12, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9 {
	position: relative;
	min-height: 1px;
	padding-right: 0;
	padding-left: 0;
}

.header h5 {
    color: #fff;
	font-size:20px; 
	padding-top: 5px;
    display: block;
    position: absolute;
}	
	
.logo2{ display:none;}

.logo3{ display:none;}

.section1 h3{ font-size:22px; line-height:26px;}
	
.section1 h2 {
    font-size: 24px;
    padding-top: 15px;
    line-height: 30px;
}	

.section1 h4{ font-size:17px !important; line-height:26px;}

.section1 p{ font-size:13px; text-align:left;}

.section1 h3 span {
    text-transform: uppercase;
    font-size: 20px;
}	
	
.section1 ul li {
    font-size: 14px;
    line-height: 22px;
    padding-bottom: 12px;
    padding-left: 25px;
    color: #333;
    text-align: left;
}	
	
.section4 h2 {font-size: 22px;}	

.section3 p {
    text-align: left; font-size:13px;
}	
	
.contact h2 {
	font-size: 22px;
    padding-bottom: 15px;
}

.about-us {
    padding: 20px 15px 10px 15px;
}	
	
.about-logo {
    margin: 15px 0;
}	
	
.about-logo img { position: inherit;}

.about-logo3 {
    margin:0 0 15px 0;
}	
	
.about-logo3 img {
    width: 280px;
    position: inherit;
}
	
.about-logo2{margin:0 0 15px 0;}

.about-logo2 img{position: inherit;}
    
.about-us h3 {
    font-size: 22px;
    line-height: 30px;
}    

#process h2{ padding-bottom:0px;}
		
.section4 {
    padding: 10px 0 0;
}
	
.section4 h2 span {
    padding-top: 0px !important;
}	
	
.courses {
    text-align: center;
    padding-bottom: 0px;
}	

.bpro-add h4 { padding-top: 20px; font-size: 21px;}	
	
.add-right h5 { padding-top: 0px;}	
	
.form h2{ font-size: 40px;}	
	
	
}

.main-timeline{ margin: 80px 0 60px 0;}

.main-timeline:after{
    content: '';
    display: block;
    clear: both;
}
.main-timeline:before{
    content: '';
    height: 94%;
    width: 2px;
    border: 2px dashed #4b2982;
    transform: translateX(-50%);
    position: absolute;
    left: 50%;
    top: 60px;
}
.main-timeline .timeline{
    width: 50%;
    padding: 100px 70px 0 25px;
    margin: -80px 50px 0 0;
    float: left;
    position: relative;
}
.main-timeline .timeline-content{
    padding: 15px 15px 15px 40px;
    border: 2px solid #b86963;
    border-radius: 15px 0 15px 15px;
    display: block;
    position: relative;
    background: #fff;
}
.main-timeline .timeline-content:hover{ text-decoration: none; }
.main-timeline .timeline-content:after{
    content: '';
    background-color: #ec058e;
    height: 18px;
    width: 15px;
    position: absolute;
    right: -15px;
    top: -2px;
    clip-path: polygon(100% 0, 0 0, 0 100%);
}
.main-timeline .timeline-year{
    font-family: 'Gulzar';
    color: #fff;
    background-color: #ec058e;
    font-size: 24px;
    font-weight: 600;
    letter-spacing: 2px;
    text-align: center;
    line-height: 100px;
    height: 100px;
    width: 100px;
    border-radius: 50%;
    position: absolute;
    right: -120px;
    top:-85px;
}
.main-timeline .timeline-year:after{
    content: '';
    height: 130px;
    width: 130px;
    border: 5px solid #ec058e;
    border-left-color: transparent;
    border-radius: 50%;
    transform: translateX(-50%) translateY(-50%) rotate(-20deg);
    position: absolute;
    left: 50%;
    top: 50%;
}
.main-timeline .title{
    color: #4b2982;
    font-size: 20px;
    line-height: 29px;
    margin: 0px;
}
.main-timeline h5{
    color: #ec058e;
    font-size: 16px;
    line-height: 26px;
    margin: 0px;
    padding-top: 10px;
}
.main-timeline .description{
    color: #222;
    font-size: 15px;
    letter-spacing: 1px;
    text-align: justify;
    margin: 0 0 5px;
}
.main-timeline ul li {
    font-size: 14px;
    line-height: 26px;
    background:url(../images/list.jpg) 2px 18px no-repeat;
    padding-top: 10px;
    padding-left: 25px;
    color: #4b4949;
    font-weight: 600;
	text-align: justify;
}
.main-timeline .timeline:nth-child(even){
    padding: 100px 25px 0 70px;
    margin: -80px 0 0 50px;
    float: right;
}
.main-timeline .timeline:nth-child(even) .timeline-content{
    padding: 15px 40px 15px 15px;
    border-radius: 0 15px 15px 15px;
}
.main-timeline .timeline:nth-child(even) .timeline-content:after{
    transform: rotateY(180deg);
    right: auto;
    left: -15px;
}
.main-timeline .timeline:nth-child(even) .timeline-year{
    right: auto;
    left: -120px;
}
.main-timeline .timeline:nth-child(even) .timeline-year:after{
    transform: translateX(-50%) translateY(-50%) rotate(200deg);
}
.main-timeline .timeline:nth-child(even) .timeline-icon{
    left: auto;
    right: -25px;
}
.navbar-inverse .navbar-toggle:focus, .navbar-inverse .navbar-toggle:hover {
    background-color:inherit !important; border: none;
}
.navbar-inverse .navbar-toggle {
    border:none !important;
}
@media screen and (max-width:767px){
    .main-timeline .description{ text-align: left;}
    .main-timeline ul li { text-align: left;}
    .mt_40{ margin-top: -40px !important;}
    .main-timeline:before{ display: none; }
    .main-timeline .timeline{
        width: 100%;
        padding-top: 80px;
        padding-right: 0px;
        margin-bottom: 20px;
        padding-left: 0px;
    }
    .main-timeline .timeline:nth-child(even){
        padding-left: 0px;
        padding-top: 80px;
        padding-right: 0px;
        margin: 0px;
        
    }
    .main-timeline {
    margin: 0px 0 30px 0;
}
    .main-timeline .timeline-content,
    .main-timeline .main-timeline .timeline:nth-child(even) .timeline-content{
        background-color: #fff;
        padding-top: 25px;
    }
    .main-timeline .timeline-content:after{ display: none; }
    .main-timeline .timeline-year{
        font-size: 20px;
        line-height: 85px;
        height: 80px;
        width: 80px;
        right: 0;
        top: -65px;
    }
    .main-timeline .timeline-year:after{ display: none; }
    .main-timeline .timeline:nth-child(even) .timeline-year{ right: 0px; left: inherit}
}
@media screen and (max-width:567px){
    .main-timeline .title{ font-size: 18px; }
    .main-timeline .timeline { margin: 0px;}
}




















