* {
	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: 28px;
	font-size: 16px;
	color: #939393;
    font-family: ftnk-n3, adobe-notdef !important;
	text-align: justify;
	letter-spacing: 1.5px;
    word-spacing: 1px;
    margin: 0px !important;
}
.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
	font-weight:500;
	line-height: 1.1;
    color: inherit;
	font-family: ftnk-n3, adobe-notdef !important;
	letter-spacing: 1.5px;
	word-spacing:1px;
}
ul {
	list-style: none;
	margin: 0px;
	padding: 0px;
}
a {
	text-decoration: none !important;
	color: #111111;
    font-family: ftnk-n3, adobe-notdef!important;
    letter-spacing: 1px;
	outline:none;
}
a:hover {
	text-decoration: none !important;
}
.row {
	margin: 0px !important;
	padding: 0px !important;
}

.no-padding{
    padding: 0px;
}

@media (min-width: 1200px){
.container {
    width: 1260px;
}
}

.container-field2{ padding:0 20px;}

/***************************css start*****************************/
.main-header{
	border-top: #802e92 solid 3px;
	background:#fbfbfb;
}

.resposive-menu{ display:none;}

.main-header p{
    line-height: 27px;
    color: #3867c1;
	letter-spacing:1.5px;
	font-size:14px;
}

.enq-form-name{ width:100%; border: #f3eeea solid 1px; padding: 0 20px; margin-bottom:20px; line-height: 40px; background: #f9f8f8;}

.enq-buttom{ background:#913e9d; color:#fff; display:block; width:100%; line-height:40px; font-size:17px; border:none;}

.micro-scholar{ background:#1b4b61; width:25%; position:absolute; top:172px; right:0px; padding:15px; z-index:999;}

.micro-scholar h3{ font-size:26px; font-weight:600; word-spacing:2px; color:#fff; margin:0px; padding-bottom:15px;}

input, button, select, textarea {
    font-size: 15px;
    letter-spacing: 1.5px;
	line-height:30px;
    font-family: 'Poppins', sans-serif !important;
    color: #333;
    outline: none;
}

.new-logo img{}

.navbar-collapse { padding:0px;}


.tab .nav-tabs{ border:none; margin-bottom:40px;}
.tab .nav-tabs li a{
    display: inline-block;
    padding: 8px 15px;
    margin: 0 5px 1px 0;
	font-family: 'Poppins', sans-serif !important;
    font-size: 14px;
    color: #fff;
	background:#3d819b;
    text-align: center;
    border: none;
    border-radius: 0;
    z-index: 2;
    position: relative;
    transition:all 0.3s ease 0s;
}
.tab .nav-tabs li a:hover,
.tab .nav-tabs li.active a{
    color: #fff;
	background:#38738a;
    border: none;
}
.tab .nav-tabs li.active a:before{
    content: "\f107";
    font-family: FontAwesome;
    font-weight: 900;
    font-size: 25px;
    font-weight: 700;
    color: #38738a;
    margin: 0 auto;
    position: absolute;
    bottom: -30px;
    left: 0;
    right: 0;
}
.tab .nav-tabs li.active a:after{
    content: "";
    width: 100%;
    height: 3px;
    background: trasprant;
    position: absolute;
    bottom: -1px;
    left: 0;
    z-index: -1;
    transition: all 0.3s ease 0s;
}
.tab .tab-content{

}

@media only screen and (max-width: 479px){
    .tab .nav-tabs li{
        width: 100%;
        text-align: center;
    }
    .tab .nav-tabs li.active a:before{
        content: "\f105";
        bottom: 15%;
        left: 0;
        right: auto;
    }
}



.fa {
  font-size: 18px;
  width:30px;
  height:30px;
  line-height:30px;
  text-align: center;
  margin:0 9px;
}

.fa:hover {
    opacity: 0.8;
}

.fa-facebook {
  background: #3B5998;
  color: white;
}

.fa-twitter {
  background: #55ACEE;
  color: white;
}

.fa-google {
  background: #dd4b39;
  color: white;
}

.fa-linkedin {
  background: #007bb5;
  color: white;
}

.fa-youtube {
  background: #bb0000;
  color: white;
}

.fa-instagram {
  background: #125688;
  color: white;
}

.navbar-inverse {
    background: transparent;
    border: none;
}

.navbar-inverse .navbar-toggle .icon-bar {
    background-color: #812e92;
}

.navbar{ margin-bottom:0px; min-height:0px;}


input[type=search]
{
    border: none !important;
    outline: none !important;
}

.container-field{
    padding-right:30px;
}

.table-bordered {
    border: 1px solid #333;
    font-family: ftnk-n3, adobe-notdef !important;
}

.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 #333;
    font-family: ftnk-n3, adobe-notdef !important;
    padding-top: 10px;
    font-size: 16px;
    letter-spacing: 1.5px;
}


.section-4{
    padding-bottom: 60px;
}

.section-4 h3{
    font-size: 30px;
    text-align: center;
    padding-bottom: 20px;
}

.home-event{
    border-bottom: #A543B4 solid 2px;
    padding:0 15px 10px 15px;
}
.home-event h4{
   font-size: 17px;
    color: #3867c1;
    line-height: 26px;
    padding-top: 10px;
}

.home-event p{
    font-size: 16px;
    color: #333;
}


.home-side{ padding-left:38px;}

.home-side h3 {
    letter-spacing: 2px;
    text-align: center;
    font-size: 24px;
    color: #802e92;
}

.home-events-left{ padding-right:35px; padding-top:30px;}

.home-events-left h4{ font-size:16px; line-height:24px; padding-bottom:10px; color:#333; border-bottom:#A543B4 solid 2px;}


.home-events{ padding-top:20px;}

.home-events h4 {
    font-size: 15px;
    line-height: 26px;
    padding-bottom: 10px;
    text-transform: uppercase;
    color: #333;
    border-bottom: #A543B4 solid 2px;
}

/****************body**************/

.section-1{
    padding:60px 0 0 0;}

.bpro-section3 {
	padding:60px 0 0;
}
.bpro-section3 h2{
	font-size:29px;
	color:#573788;
	line-height:45px;
}

.bpro-section3 h4{
	font-size:22px;
	color:#573788;
	line-height:28px;
	padding:10px 0;
}


.bpro-section3 h2 span{ color:#ec058e;}

.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-us p{color: #504d4d; font-size: 14px; font-family: 'Poppins', sans-serif !important;
line-height:29px; text-align: justify; font-weight: 600;}

.about-us p span{text-transform: uppercase;}

.about-us a{
     display: block;
    width: 30%;
	border-radius:50px;
    margin: 13px 0;
	letter-spacing:2px;
    color: #fff;
    text-align: center;
    line-height: 40px;
    font-size: 18px;
    background:#23527c;
}

.about-us a:hover{
	letter-spacing:3px;
}


.about-left h4{ font-size:28px; color:#23527c; margin:0px; padding-bottom:15px;}

.about-left p{ line-height:28px; color:#333;}

.about-left ul{ margin-left:18px;}

.about-left ul li{ list-style:square; line-height:26px ; color:#333; padding-bottom:10px; font-family: 'Poppins', sans-serif; padding-left:10px;}

.about-left a{
     display: block;
    width: 30%;
	border-radius:50px;
    margin: 20px 0;
	letter-spacing:2px;
    color: #fff;
    text-align: center;
    line-height: 40px;
    font-size: 18px;
    background:#23527c;
}

.about-left a:hover{
	letter-spacing:3px;
}


.about-right{
    padding: 20px;
    border-radius: 15px;
    background: #fff;
	margin-left:30px;
    box-shadow: 0px 0px 8px 0px rgb(150 150 150 / 10%);
}

.about-right h4{ font-size:24px; color:#23527c; margin:0px; padding-bottom:15px;}

.about-right p{ color:#333; text-align:left; padding-bottom:10px;}

.about-right a{
     display: block;
    width: 60%;
	border-radius:50px;
    margin: 11px 0;
	letter-spacing:2px;
    color: #fff;
    text-align: center;
    line-height: 40px;
    font-size: 18px;
    background:#23527c;
}

.about-right a:hover{
	letter-spacing:3px;
}


.member-beni{ padding:60px 0;}

.new-board-top{ background:#fffef2; float:left; width:19%; margin:0 0.5%; padding:25px; border-top: #23527c solid 3px; border-radius:15px;}

.new-board-top h4{ font-size:20px; color: #23527c; line-height:28px; padding:0px 0 15px 0; margin:0px;}

.new-board-top p{ line-height:24px; color:#333; text-align:left;}

.new-board-top a{
    display: block;
    width: 60%;
    margin: 25px auto 5px auto;
	letter-spacing:2px;
    color: #fff;
	border-radius:50px;
    text-align: center;
    line-height: 40px;
    font-size: 18px;
    background:#23527c;  
}

.new-board-top a:hover{
	letter-spacing:3px;
}


.new-board{ background:#fffef2; padding:25px; border-top: #23527c solid 3px; border-radius:15px;}

.new-board h4{ font-size:22px; color: #23527c; line-height:28px; padding:0px 0 15px 0; margin:0px;}

.new-board p{ line-height:24px; color:#333;}

.new-board a{
    display: block;
    width: 45%;
    margin: 25px auto 5px auto;
	letter-spacing:2px;
    color: #fff;
	border-radius:50px;
    text-align: center;
    line-height: 40px;
    font-size: 18px;
    background:#23527c;  
}

.new-board a:hover{
	letter-spacing:3px;
}


.initi{ background:#fff; padding:25px 15px; border-top: #23527c solid 3px; margin:0 15px; border-radius:10px 10px 0;}

.initi h4{ font-size:18px; color: #23527c; line-height:28px; padding:0px 0 15px 0; margin:0px;}

.initi p{ line-height:24px; color:#333; text-align:left;}

.initi a{
    display: block;
    width: 55%;
    margin: 20px auto 5px auto;
	letter-spacing:2px;
    color: #fff;
	border-radius:50px;
    text-align: center;
    line-height: 40px;
    font-size: 18px;
    background:#23527c;  
}

.initi a:hover{
	letter-spacing:3px;
}


/****************about end*************/

.NCIS-about-right{
    float: right;
}

.NCIS-about-right{
    padding-top: 30px;
}

.NCIS-about-right a{
    display: block;
    width: 217px;
    height: 68px;
    margin-top: 15px;
    color: #fff;
    text-align: center;
    line-height: 68px;
    font-size: 16px;
    border-radius:50px 0px 0px 50px;
    background:url(../img/button.png) center center no-repeat;
}

.NCIS-about-right a:hover{
     background:url(../img/hover.png) center center no-repeat;
}


.section-about{
     background:#fff;
	 padding:60px 0;
}

.section-about-left {}

.section-about-left h1{
    font-size: 36px;
    color: #a543b6;
	margin:0px;
	padding-bottom:15px;
}

.section-about-left h4{
    line-height: 26px;
    padding: 10px 0;
	letter-spacing:1.5px;
    font-size: 22px;
}

.section-about-left h5{
    line-height: 26px;
	color: #a543b6;
	letter-spacing:1.5px;
    font-size: 19px;
}

.section-about-left p{
    line-height: 27px;
    padding-bottom: 15px;
    color: #666;
}

.section-about-left a{
    background: #26489f;
    display: block;
    line-height: 40px;
    text-align: center;
    color: #fff;
    font-size: 17px;
    width:20%;
    margin: 20px 0;}

.section-about-left ul {
    list-style: inside;
}

.section-about-left ul li {
    list-style: outside;
	font-family: ftnk-n3, adobe-notdef !important;
    line-height: 30px;
    font-size: 16px;
    padding-bottom: 20px;
    letter-spacing: 1.5px;
}

.benefits ul {
    list-style: decimal;
    margin: 0px;
    padding: 0px;
}

.benefits ul li {
    line-height: 28px;
    font-size: 14px;
    letter-spacing: 1.2px;
    text-align: justify;
    font-weight: 400;
}

.section-about-right{
   margin-right:10px;
}

.section-about-right h4{
    font-size: 24px;
    padding-left: 40px;
    padding-bottom: 15px;
    border-bottom: #ccc dotted 1px;
}

.section-about-right ul li a{
    color: #333;
    font-size: 18px;
    display: block;
    padding: 13px 0;
}

.section-about-right ul li a.active{
    color:#a543b6;
}

.section-about-right ul li a:hover{
    
    color:#a543b6;
}

.section-2{ padding-top:20px;}

.service {
    padding: 60px 40px 0 0;
}

.service h4 {
    border-bottom: 2px solid #26489f !important;
    color: #242424;
    font-size: 18px;
	padding-bottom:10px;
	line-height:28px;
}

.service2 {
    padding:30px 0 50px 0;
}

.service2 h4 {
    border-bottom: 2px solid #26489f !important;
    color: #242424;
    font-size: 18px;
	padding-bottom:10px;
	line-height:24px;
	min-height:70px;
}


.NCIS-blog{
    margin-top: 60px;
}

.NCIS-blog-right{
    padding-left: 30px;
}

.NCIS-blog-right h4{
    font-size: 24px;
    margin: 0px;
}

.NCIS-blog-right a{
    color: #a543b6;
    font-size: 18px;
    border-bottom: #a543b6 solid 1px;
}

.blog-padding2{
    padding-right: 30px;
    padding-left: 0px;
}

.contact-bg {
   margin-top: 40px;
}

.contact-name {
    color: #333;
    background-color: transparent;
    font-size: 16px;
    letter-spacing: 1.5px;
    height: 40px;
    padding: 0 15px 0 0;
    width: 40%;
    box-shadow: none;
    font-family: 'Poppins', sans-serif;
    border: none;
    border-bottom: 1px solid #432575;
    border-radius: 0;
    display: inline-block;
    transition: all 0.3s;
    margin: 20px 4.5%;
}

.contact-bg a{
    display: block;
    width: 20%;
    margin-left:30px;
    margin-top: 25px;
    color: #fff;
    text-align: center;
    line-height: 36px;
    font-size: 20px;
    border-radius: 50px;
    background: linear-gradient(90deg, rgba(180,30,169,1) 13%, rgba(171,85,187,1) 92%);
}

.contact-bg a:hover{
    letter-spacing: 1.5px;
    padding-left: 2px;
}

.map{
    padding-top: 60px !important;
}


.counselling{
    text-align: center;
    margin-top: 40px;
}

.counselling h4{
    margin: 0px;
    padding-top: 20px;
}

.counselling a{
   color:#A543B4;
   border-bottom: #A543B4 solid 1px;
   font-size: 18px;
}    


.ini-logo{
    border: #CCC solid 1px;
    line-height: 100px;
    text-align: center;
    margin: 20px 0;
    min-height: 120px;
}

.ini-logo img{ padding-top:5px;}


/****************body**************/
.footer{
	background: #fbfbfb;
    padding:20px 0;
    border-bottom: #802e92 solid 3px;
}

.footer ul li{
    display: block;
	line-height:32px;
	padding-left:90px;
    font-size: 16px;
    color: #802e92;
    font-family: ftnk-n3, adobe-notdef!important;
    letter-spacing: 1.5px;
}


.footer-buttom {
    margin-top: 30px !important;
    border-top: #ccc dotted 1px;
    padding-top: 15px !important;
}

.footer-buttom ul li{ display:inline-block; margin:15px 2px 0 2px; padding:0px;}

.footer-buttom p{ color:#333; font-size:13px; line-height:18px; padding-top:14px;}


.guidelines a{
    float:left;
	margin-right:40px;
	margin-top:30px;
    color: #fff;
    text-align: center;
	padding:7px 50px;
    font-size: 18px;
    border-radius:50px;
    background:linear-gradient(90deg, rgba(180,30,169,1) 13%, rgba(171,85,187,1) 92%);  
}

.guidelines a:hover{
    background: #3867c1;
    color: #fff;
}



.login-page{ background:#fff; box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2); width:100%; margin:20px auto; padding:20px 40px;}

.login-page h3{ font-size:28px;}

.name2 {
    width: 100%;
    border: #666 solid 1px;
    padding: 0 10px;
    line-height: 40px;
    display: block;
    font-size: 15px;
    letter-spacing: 1.5px;
    background-color: transparent;
}

.login-page label {
    font-size: 15px;
    color: #333;
    font-family: 'Poppins', sans-serif;
    font-weight: 500;
    padding-top: 15px;
    padding-bottom: 5px;
    letter-spacing: 1.5px;
    padding-left: 10px;
}

.login-page span {
    font-size: 15px;
    color: #333;
    font-family: 'Poppins', sans-serif;
    font-weight: 500;
    padding-top: 6px;
    padding-bottom: 5px;
    letter-spacing: 1.5px;
    padding-left: 10px;
}


.login-but{
    display: block;
    width: 30%;
    margin-top: 25px;
    color: #fff;
    text-align: center;
    line-height: 34px;
    font-size: 17px;
	font-family: ftnk-n3, adobe-notdef!important;
	border:none;
    border-radius:50px;
    background:linear-gradient(90deg, rgba(180,30,169,1) 13%, rgba(171,85,187,1) 92%);  
}

.login-but:hover{
    background: #3867c1;
    color: #fff;
}
.beauty-blog-contant {
    background: #fff;
    width: 88%;
    margin: -50px auto 60px auto ;
    padding: 25px 60px;
    text-align: center;
    position: relative;
}

.beauty-blog-contant:hover {
    box-shadow: #a543b4 1px 1px 3px;
}

.beauty-blog-contant h6 {
    font-size: 24px;
    font-weight: 400;
    color: #a543b4;
    letter-spacing: 1.5px;
}

.beauty-blog-contant p {
    color: #585858;
    text-align: center;
    padding-top: 5px;
    font-size: 16px;
	line-height:32px;
}

.beauty-blog-contant ul li {
    display: inline-block;
    padding-right: 20px;
    font-family: ftnk-n3, adobe-notdef !important;
    font-size: 18px;
    padding-top: 8px;
    padding-bottom: 10px;
    color: #585858;
}

.beauty-blog-contant a{ font-size:16px; padding-left:10px; color:#a543b4;}

.contact-name {
    color: #333;
    background-color: transparent;
    font-size: 16px;
    letter-spacing: 1.5px;
    height: 40px;
    padding: 0 15px 0 0;
    width: 90%;
    box-shadow: none;
    font-family: 'Poppins', sans-serif;
    border: none;
    border-bottom: 1px solid #432575;
    border-radius: 0;
    display: inline-block;
    transition: all 0.3s;
    margin: 20px 4.5%;
}

.contact-name::placeholder{font-family: 'Poppins', sans-serif !important; font-size:17px; color:#333;}

button, input, optgroup, select, textarea:hover {
    color: inherit;
    font: inherit;
    outline: none;
    margin: 0;
}

#more {display: none;}

.main-advi{ min-height:280px; margin-top:20px;}

.advisors2 img{ border:#eee solid 2px; overflow:hidden;}

.advisors h5{ padding-left:15px; margin:10px 0 0 0; font-size:22px; padding-bottom:10px;}

.advisors p{ padding-left:15px;}

#myBtn{ background:none; border:none; margin:0px; font-family: ftnk-n3, adobe-notdef!important; font-size:16px;
  font-weight:600; padding-left:15px; color:#a543b6;}


/**********************home-new-design***********************/

.main-national-council{ background:url(../img/new-patten.png) center top no-repeat;}

.main-national-council2{ background:url(../img/new-patten2.png) center top no-repeat;}

.new-header{ padding:6px 0; border-top: #802e92 solid 3px;}

.new-header-buttom{ padding:0px 0; border-top:#23527c solid 1px;}

.new-header-buttom ul li{ display:inline-block;  padding:10px 28px; border-right:#23527c solid 1px; letter-spacing:2px; font-size:18px;}

.new-header-buttom ul li:last-child{ border:none;}

.new-header-right{ float:right;}

.new-header-buttom ul li a{ color:#23527c;}

.new-header-right ul li{ display:inline-block; padding:0 28px; border-right:#23527c solid 1px; line-height:12px; font-size:18px; margin:35px 0px 20px 0px;}

.new-header-right ul li i{ width:0px; height:0px; line-height:12px; padding-right:5px !important; font-size:16px;}

.new-header-right ul li:last-child{ border:none;}

.new-header-right ul li a{ color:#23527c;}

.new-header-right ul li a img{ width:72px; padding-right:10px;}

.NC{ background:#fff; padding:20px 0px; text-align:center; box-shadow: 0px 0px 8px 0px rgb(150 150 150 / 10%);
 min-height:280px; border-radius:5px; border-top:25px; margin:-20px 0 0 0;}
 
.NC img{ width:160px; height:160px;} 

.NC h4{ font-size:22px; color:#23527c; line-height:28px; padding-top:15px;}


li.dropdown {
	display: inline-block;
}
.dropdown-content{
	display: none;
	position: absolute;
	background-color: #00056c;
	transition: all ease 0.5s;
	min-width: 315px;
	z-index: 1;
	text-align:center;
	left:-5px;
	margin-top:11.9px !important;
}
.dropdown-content a {
	text-decoration: none;
	position:relative;
	transition: all ease 0.5s;
	color:#fff;
	display: block;
	border-bottom:#23527c solid 1px;
	color:#fff !important;
	text-align: center;
	line-height: 45px !important;
}
.dropdown:hover .dropdown-content {
	display: block;
	transition: all ease 15s;
	margin:15px auto;
	text-align:center;
}


.new-header p{ color:#812e92; line-height:28px;}

.new-social{ background:#f7f8fa; padding:40px 0; margin:40px 0;}

.new-social h2{ padding-bottom:15px; margin:0px;}

.new-social p{ line-height:28px; color:#333;}

.new-social ul li{ display:inline-block;}

.new-social ul li i{ width:60px; height:60px; line-height:60px; font-size:30px; border-radius:5px; margin:25px 15px 0 15px;}



.vertical-tab{
    display: table;
}
.vertical-tab .nav-tabs{
    display: table-cell;
    width:22%;
    min-width:22%;
    vertical-align: top;
    border: none;
    border-right: 3px solid #f6bf24;
}
.vertical-tab .nav-tabs li{
   float: none;
   vertical-align: top;
}
.vertical-tab .nav-tabs li a{
    color: #333;
    background: #fff;
    font-size:17px;
    letter-spacing:1.5px;
    padding:12px 0 12px 25px;
    margin: 0 0 3px 0;
    border: none;
    transition: all 0.3s ease 0s;
}
.vertical-tab .nav-tabs li a:hover,
.vertical-tab .nav-tabs li.active a,
.vertical-tab .nav-tabs li.active a:hover{
    color: #23527c;
    background: #fdfaf3;
    border: none;
}
.vertical-tab .nav-tabs li a:before,
.vertical-tab .nav-tabs li a:after{
    content: "\f054";
    color: #523287;
    font-family: FontAwesome;
    font-size: 14px;
    opacity: 0;
    transform: translateY(-50%);
    position: absolute;
    top: 50%;
    right: -4px;
    z-index: 1;
    transition: all 0.3s ease 0.1s;
}
.vertical-tab .nav-tabs li a:after{
    content: "";
    background:#523287;
    width: 3px;
    height: 100%;
    transform: translateY(0);
    top: 0;
    right: 8px;
    transition: all 0.3s ease 0s;
}
.vertical-tab .nav-tabs li a:hover:before,
.vertical-tab .nav-tabs li.active a:before{
    opacity: 1;
    right: -17px;
}
.vertical-tab .nav-tabs li a:hover:after,
.vertical-tab .nav-tabs li.active a:after{
    opacity: 1;
    right: -3px;
}
.vertical-tab .tab-content{
    color: #555;
    background-color: #fff;
    font-size: 15px;
    letter-spacing: 1px;
    line-height: 23px;
    padding: 10px 15px 10px 25px;
    display: table-cell;
    position: relative;
}
.vertical-tab .tab-content h3{
    margin: 0 0 15px 0;
	color:#9f67c5;
	font-size:24px;
}

.vertical-tab .tab-content p{ padding:15px 0; color:#333; word-spacing:1.5px; font-size:15px;}

.vertical-tab .tab-content ul{ margin-left:20px;}

.vertical-tab .tab-content ul li{ font-size:15px; padding-bottom:15px; line-height:28px; font-family: 'Poppins', sans-serif !important; list-style:square; padding-left:20px;}


@media only screen and (max-width: 479px){
.vertical-tab .nav-tabs{
        display: block;
        width: 100%;
        border-right: none;
}
.vertical-tab .nav-tabs li a{
        padding: 7px 7px;
        margin: 0 0 18px 0;
}
.vertical-tab .nav-tabs li a:before,
.vertical-tab .nav-tabs li a:after{
        transform: translateY(0) translateX(50%) rotate(90deg);
        right: 50%;
        top: auto;
        bottom:0;
}
    .vertical-tab .nav-tabs li a:after{
        width: 50%;
        height: 3px;
        transform: translateY(0) translateX(50%) rotate(0);
    }
    .vertical-tab .nav-tabs li a:hover:before,
    .vertical-tab .nav-tabs li.active a:before{
        bottom: -22px;
        right: 50%;
    }
    .vertical-tab .nav-tabs li a:hover:after,
    .vertical-tab .nav-tabs li.active a:after{
        bottom: -2px;
        right: 50%;
    }
    .vertical-tab .tab-content{
        border-top: 3px solid #e7e7e7;
        display: block;
        padding: 20px 15px 10px;
    }
    .vertical-tab .tab-content h3{ font-size: 18px; }
}



.nurturing{ padding:40px 0; background:url(../img/back.jpg) center top no-repeat; background-}

.nurturing h2{ text-align:right; padding-bottom:15px; margin:0px; color:#f1fbfd;}

.nurturing p{ text-align:right; padding-left:420px; line-height:28px; color:#f1fbfd;}


.ideas h4{ font-size:36px; color:#23527c;}

.ideas p{ padding:0px; text-align:left;}

.ideas-right{ background:#d6a61d; padding:15px;}

.ideas-right p{ padding:0; color:#333; font-size:16px;}

.border{ border:#eee solid 1px; padding:5px;}

.nurturing a{ background:#f1efef; color:#333; font-size:17px; line-height:28px; display:block; text-align:center; margin-top:15px;}

.bg{  background:rgba(186, 170, 206, 0.9);}

.bg1{ background:rgba(186, 170, 206, 0.8);}

.bg2{background:rgba(186, 170, 206, 0.7);}

.bg3{ background:rgba(206, 181, 176, 0.9);}

.bg4{ background:rgba(206, 181, 176, 0.8);}

.bg5{ background:rgba(206, 181, 176, 0.7);}


.main-ideas{ margin-top:40px;}


.views{ padding:25px 60px; margin-bottom:5px;}

.views img{ position:absolute; right:-55px; z-index:999; top:140px;}

.views h4{ font-size:25px; color:#2c2b2f; padding-bottom:15px; margin:0px;}

.views p{ font-size:16px; color:#333;}

.views a{ background:#f1efef; color:#333; font-size:17px; line-height:28px; width:45%; display:block; text-align:center; margin-top:15px;}

.views a:hover{ letter-spacing:2px;}

.inspring-stories {
    padding: 25px 60px;
    min-height: 308px;
    border-left: #bdc3d0 dotted 1px;
}

.inspring-stories h4{ font-size:28px; line-height:30px; color:#2c2b2f; padding-bottom:15px; margin:0px;}

.inspring-stories p{ font-size:16px; color:#333;}

.inspring-stories a{ background:#f1efef; color:#333; font-size:17px; line-height:28px; width:60%; display:block; text-align:center; margin-top:15px;}

.inspring-stories a:hover{ letter-spacing:2px;}

.sp1 {
    background: rgba(195, 196, 234, 0.9);
}

.sp2 {
    background: rgba(195, 196, 234, 0.8);
}

.sp3 {
    background: rgba(195, 196, 234, 0.7);
}


/*         Shop Bener      */
/********************************/


.jk-slider {
	width: 100%;
}
.jk-slider img {
	width: 100%;
	border-bottom:#f9d9e5 solid 1px;
}
.fade-carousel .carousel-inner .item .hero {
	opacity: 0;
	-webkit-transition: 1s all ease-in-out .1s;
	-moz-transition: 1s all ease-in-out .1s;
	-ms-transition: 1s all ease-in-out .1s;
	-o-transition: 1s all ease-in-out .1s;
	transition: 1s all ease-in-out .1s;
}
.fade-carousel .carousel-inner .item.active .hero {
	opacity: 1;
	-webkit-transition: 1s all ease-in-out .1s;
	-moz-transition: 1s all ease-in-out .1s;
	-ms-transition: 1s all ease-in-out .1s;
	-o-transition: 1s all ease-in-out .1s;
	transition: 1s all ease-in-out .1s;
}
.carousel-control {
	opacity: 100;
	color: #ee1c97 !important;
}

.carousel-control.left {
	background: transparent !important;
}
.carousel-control.right {
	background: transparent !important;
}
@media screen and (min-width: 768px) {
.carousel-control .glyphicon-chevron-left, .carousel-control .icon-prev {
	margin-left: -80px;
	font-size: 21px;
	color: #4a2982 !important;
	text-shadow: inherit;
	background: rgba(256, 256, 256, 0.5);
	width: 60px;
	height: 60px;
	line-height: 60px;
	border-radius: 50px;
}
.carousel-control .glyphicon-chevron-right, .carousel-control .icon-prev {
	margin-right: -80px;
	font-size: 21px;
	color: #4a2982 !important;
	text-shadow: inherit;
	background: rgba(256, 256, 256, 0.5);
	width: 60px;
	height: 60px;
	line-height: 60px;
	border-radius: 50px;
}
}

/*         Shop Bener      */
/********************************/
.post-slide{
    padding-bottom: 10px;
    margin: 0;
    position:relative;
}

.owl-controls .owl-buttons{
    position:relative;
}
.owl-controls .owl-prev{
    position: absolute;
    left:-21px;
    bottom:220px;
    padding:5px 14px;
    background:#3967c1;
    transition:background 0.50s ease;
}
.owl-controls .owl-next{
    position: absolute;
    right: -21px;
    bottom: 220px;
    padding:5px 14px;
    background:#3967c1;
    transition:background 0.50s ease;
}
.owl-controls .owl-prev:after,
.owl-controls .owl-next:after{
    content:"\f104";
    font-family: FontAwesome;
    color: #d3d3d3;
    font-size:20px;
}


.specila{ padding:5px; background:#f3f0f7e6; border: dashed 1px #ccc; text-align:center;}

.specila h5{ font-family: 'Montserrat' !important; font-size:13px; font-weight:600; line-height:22px;}

.specila a {
    background: #f1efef;
    color: #333;
    font-size: 17px;
    line-height: 28px;
    width: 45%;
    display: block;
    text-align: center;
    margin: 15px auto;
}


.new-promters{ background:url(../img/back.png) center top no-repeat; padding:60px 0;}


#summary {
  font-size: 14px;
  line-height: 1.5;
}

#summary p.collapse:not(.show) {
    height: 42px !important;
    overflow: hidden;
  
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;  
}

#summary p.collapsing {
    min-height: 42px !important;
}

#summary a.collapsed:after  {
    content: '+ Read More';
}

#summary a:not(.collapsed):after {
    content: '- Read Less';
}


#mySidenav a {
  position: fixed;
  right: -60px;
  transition: 0.3s;
  padding: 10px;
  width: 200px;
  text-decoration: none;
  font-size: 17px;
  color: white;
  border-radius: 5px 0px 0px 5px;
  z-index:9999;
}

#mySidenav a:hover {
  right: 0;
}

#about {
  top: 270px;
  background-color: #ee249c;
}

#blog {
  top: 320px;
  background-color: #e28b31;
}



.site-map{ padding:50px 0;}

.site-map h2{ font-size:38px; color: #a543b6; line-height:45px; text-align:center; padding-bottom:40px;}

.site-map ul li{ padding-left:80px; letter-spacing:2px;}

.site-map ul li{ font-size:21px; color:#333; padding-bottom:20px;}

.site-map-sub-menu{ padding-left:50px; padding-bottom:15px;}

.site-map-sub-menu ul li{ font-size:20px; padding-bottom:15px; letter-spacing:2px;}s

.site-map ul li a:hover{ color:#a543b6 !important;}


































