* {
	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: 26px;
	font-size: 16px;
	color: #939393;
	font-family: ftnk-n3, adobe-notdef !important;
	text-align: justify;
	letter-spacing: 1.5px;
    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.2px;
}
ul {
	list-style: none;
	margin: 0px;
	padding: 0px;
}
a {
	text-decoration: none !important;
	color: #111111;
    font-family: ftnk-n3, adobe-notdef!important;
    letter-spacing: 0.5px;
}
a:hover {
	text-decoration: none !important;
}
.row {
	margin: 0px !important;
	padding: 0px !important;
}

.no-padding{
    padding: 0px;
}

@media (min-width: 1200px){
.container {
    width: 1260px;
}
}

/***************************css start*****************************/

.main-header{

}

.main-header p{
    line-height: 28px;
    color: #a543b6;
	letter-spacing:1.5px;
	font-size:15px;
}

.header-top{ float:right;}

.header-top ul li{ display:inline-block; margin: 30px 13px 20px 13px;}

.header-top ul li a{ color:#073a4f; font-size:16px; letter-spacing:1.5px;}

.navbar-inverse {
    background: transparent;
    border: none;
	padding-top: 5px;
    border-top: #e8e5d5 solid 1px;
}

.navbar-inverse .navbar-toggle .icon-bar {
    background-color: #812e92;
}

.navbar{ margin-bottom:0px;}

.navbar ul li{ float:left; border-right: solid 1px #073a4f;  line-height:14px;   margin:10px 0; display:block;}

.navbar ul li a{ font-size:16px; padding:0 18px; color: #073a4f; letter-spacing:1.5px;}

.navbar ul li:last-child{ border-right:none;}

.logo-left{ padding:0 0 4px 0;}

.logo-right{ float:right; padding:6px 0 12px 0;}

.search{
    border:none;
    text-align: center;
    background:#3867c1;
    line-height: 30px;
    color: #fff;
    width: 100%;
    font-family: ftnk-n3, adobe-notdef !important; 
    border-radius: 50px;  
}

.search::placeholder{
    color: #fff;
    font-size: 15px;
    letter-spacing: 0.8px;
    font-family: ftnk-n3, adobe-notdef !important;
}

/*         Shop Bener      */

.sidebar {
	height: 100%;
	width: 0;
	position: fixed;
	z-index: 1;
	top: 0;
	right: 0;
	border-top: #802e92 solid 3px;
	background: url(../img/bg1.png) center top no-repeat;
	overflow-x: hidden;
	transition: 0.5s;
	padding-top: 10px;
	z-index: 99999 !important;
}
.sidebar .closebtn {
	position: absolute;
	top: 0;
	right: 25px;
	font-size: 30px;
	font-weight:900;
	margin-left: 80px;
}
.openbtn {
	font-size: 25px;
	cursor: pointer;
	color: white;
	border: none;
}
.openbtn:hover {
	background-color: #444;
}
#main {
	transition: margin-right .5s;
	padding: 0px;
	position: fixed;
	right: 0;
	z-index: 999;
	top: 210px;
}
.side-menu {
	padding: 20px 30px 0 30px;
	font-family: 'Poppins', sans-serif;
}
.side-menu ul li {
	font-size: 17px;
	line-height: 50px;
	font-weight: 500;
	color: #313131;
	letter-spacing: 1.5px;
}

.side-menu ul li a{ color:#3867c1;}

/* On smaller screens, where height is less than 450px, change the style of the sidenav (less padding and a smaller font size) */
@media screen and (max-height: 450px) {
.sidebar {
	padding-top: 15px;
}
.sidebar a {
	font-size: 18px;
}
}

/********************************/

.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;
}



.jk-slider{
    width:100%;
}

.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.left {
	background: transparent !important;
}
.carousel-control.right {
	background: transparent !important;
}

@media screen and (min-width: 768px){
.carousel-control .glyphicon-chevron-left, .carousel-control .glyphicon-chevron-right, .carousel-control .icon-next, .carousel-control .icon-prev {
    width: 30px;
    height: 30px;
    margin-top: -40px !important;
    font-size: 26px !important;
}

}

/****************Shop Bener**************/

/***********homr slider****************/

.main-NCIS-section{ padding:60px 0 40px 0; background:url(../img/back3.jpg) center top no-repeat;}


.section-1{
    padding: 0px 0 50px 0;
}

.section-1 h2{ padding-bottom:15px; color:#23527c; font-size:32px;}

.section-1 i{ font-size:24px; color:#3a68c1; padding-left:10px;}

.section-1 p{ color:#333; padding-right:40px; line-height:28px;}

.serviceBox{
    border-top: 3px solid #2c5981;
	box-shadow: 0px 0px 8px 0px rgb(150 150 150 / 10%);
    background: #fff;
	margin:0 10px;
    padding: 20px 10px 20px;
    transition: all 0.3s ease-in-out 0s;
}
.serviceBox .service-icon{
    display: block;
    width: 25px;
    height: 25px;
    line-height: 25px;
	font-family: 'Poppins', sans-serif;
    background: #d9e7ed;
    text-align: center;
    float: left;
    font-size: 16px;
    color: #2c5981;
    margin: 0 30px 0 0;
    transition: all 0.3s ease-in-out 0s;
}
.serviceBox .title{
    display: inline-block;
    font-size: 20px;
    color: #23527c;
    border-bottom: 2px solid #d9e7ed;
    padding-bottom: 6px;
    margin:0;
    transition: all 0.3s ease-in-out 0s;
}
.serviceBox:hover .title{
    border-color: #23527c;
}
.serviceBox .description{
    font-size: 16px;
    color: #333;
    padding:15px 5px;
}
.serviceBox a {
    display: block;
    width: 50%;
    margin:0px auto;
    color: #23527c;
    text-align: center;
    line-height: 34px;
	text-transform:capitalize;
    font-size: 17px;
	letter-spacing:1.5px;
    border-bottom: #d9e7ed solid 2px;
}
.serviceBox a:hover{
    letter-spacing:2px;
	border-bottom: #23527c solid 2px;
}
@media only screen and (max-width: 990px){
    .serviceBox{ margin: 40px 0 20px; }
}

.post-slide{
    padding-bottom: 10px;
    margin: 0;
    position:relative;
}
.owl-controls .owl-buttons{
    position:relative;
}
.owl-controls .owl-prev{
    position: absolute;
    left:-31px;
    bottom:165px;
    padding:5px 14px;
    background:#2c5981;
    transition:background 0.50s ease;
}
.owl-controls .owl-next{
    position: absolute;
    right: -34px;
    bottom: 165px;
    padding:5px 14px;
    background:#2c5981;
    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;
}

.map{ background:url(../img/back4.jpg) center top no-repeat;}

.section-2{
    padding:60px 0;
}

.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: 70%;
	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;
}

.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;
}


.member-beni{
    padding: 60px 0;
}

.member-beni h2{ margin:0px; padding-bottom:35px; margin-left:30px; color:#23527c; font-size:32px;}

.member-beni i{ font-size:24px; color:#3a68c1; padding-left:10px;}

.new-board{ background:#fff;  box-shadow: 0px 0px 8px 0px rgb(150 150 150 / 10%); padding:25px; border-top: #23527c solid 3px;}

.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;
}


.section3{
    padding: 50px 0;
	text-align:right;
	background:url(../img/back.jpg) center top no-repeat;
}

.section3 h2{ margin:0px; padding-bottom:15px; color:#fff; font-size:32px;}

.section3 h2 i{ font-size:24px; color:#fff; padding-left:10px;}

.section3 p{ line-height:28px; color:#fff; padding:0 0 0 390px; text-align:right;}

.bg{  background:rgba(208, 228, 186, 0.9);}

.bg1{ background:rgba(208, 228, 186, 0.8);}

.bg2{background:rgba(208, 228, 186, 0.7);}

.bg3{ background:rgba(193, 230, 196, 0.9);}

.bg4{ background:rgba(193, 230, 196, 0.8);}

.bg5{ background:rgba(193, 230, 196, 0.7);}

.views{ padding:25px 60px; min-height:312px; border-left:#bdc3d0 dotted 1px;}

.views h4{ font-size:28px; text-align:left; color:#2c2b2f; padding-bottom:5px;}

.views p{ font-size:16px; color:#333; padding:0px; text-align:left;}

.views a{ background:#fbf9f9; 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:60px 0;
	background:url(../img/back2.jpg) center top no-repeat;
}

.inspring-stories h2{ margin:0px; padding-bottom:15px; color:#fff; font-size:32px; text-align:left;}

.inspring-stories h2 i{ font-size:24px; color:#fff padding-left:10px;}

.inspring-stories p{ line-height:28px; color:#fff; padding:0 390px 0 0; text-align:left;}

.main-ideas {
    margin-top: 40px;
}


.ini-logo {
    border: #CCC solid 1px;
    line-height: 100px;
    text-align: center;
    margin: 20px 0;
    min-height: 120px;
}

.ini-logo img{ padding-top:5px;}


/***********homr slider****************/

/****************body**************/

.NCIS-about-right{
   text-align:center;
   padding-top:40px;
}

.NCIS-about-right a{
    display:inline-block;
    width: 217px;
    height: 68px;
	margin-bottom:25px;
    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;
}

.home-side {
    padding-left: 30px;
}

.home-side h3 {
	letter-spacing:2px;
	text-align:center;
	font-size:24px;
	color:#802e92;
}

.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;
}

.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;
}


.section-about{
    padding: 60px 0;
}

.section-about-left h1{
    font-size: 36px;
    color: #a543b6;
    text-transform: uppercase;
	margin:0px;
	padding-bottom:15px;
}

.section-about-left h4{
    line-height: 26px;
    padding: 10px 0;
    font-size: 22px;
}

.section-about-left p{
    line-height: 27px;
    padding-bottom: 15px;
    color: #666;
}

.section-about-left a{ padding:8px 25px; background:#a543b6; line-height:34px; color:#fff; font-size:19px; text-align:center;}

.section-about-left ul{ list-style:inside;}
.section-about-left ul li{ list-style:outside; line-height:30px; font-size:17px; padding-bottom:25px;
 font-family: 'Rooney Italic' !important; letter-spacing:1.5px;}

.section-about-right {
    margin-right: 10px;
}

.section-about-right h4{
    font-size: 24px;
    padding-right: 40px;
    padding-bottom: 15px;
    border-bottom: #ccc dotted 1px;
}

.section-about-right ul li a{
    color: #666;
    font-size: 18px;
    display: block;
    padding: 13px  0;
}

.section-about-right ul li a.active{
    color:#A543B4;
}

.section-about-right ul li a:hover{
    color:#A543B4;
}

.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;
}

.NCIS-team{
    background:#fbfbfb;
    padding: 5px;
    text-align: center;
    margin-top: 120px;
    margin-bottom: 20px;
}

.photo{
    margin-top: -80px;
}

.photo img{
    border-radius: 100%;
    display: inline-block;
    width: 160px;
    height: 160px;
}

.NCIS-team h4{
    font-size: 19px;
    padding: 25px 0 0 0;
    margin: 0px;
}

.NCIS-team p{
    text-align: center;
}

.NCIS-team a{
    color: #a543b6;
    font-size: 18px;
    border-bottom: #a543b6 solid 1px;
}


.news{
    padding: 1em;
    border: 1px solid #f3f3f3;
    border-radius: 6px;
    background-color: #fff;
    box-shadow: 0 6px 12px -12px rgba(0, 0, 0, 0.6);
    margin-top: 40px;
}

.news h4{
    font-size: 23px;
    padding: 0px;
}

.news a{
    color: #a543b6;
    font-size: 16px;
    border-bottom: #a543b6 solid 1px;
}

.news a:hover{
    letter-spacing: 1.5px;
    padding-left: 2px;
}

.about-events-main{
    margin-top: 30px;
    padding-bottom: 30px;
}

.about-events{
    background: #fff;
    padding:18px 20px 30px 40px;
    box-shadow: #ccc -1px 1px 4px;
}

.about-events h3{
    font-size: 50px;
    color:#a543b6;
    margin: 0px;
}

.about-events h3 span{
    font-size: 20px;
    color: #3867c1;
    border-bottom: #3867c1 solid 1px;
}

.about-events h4{
    font-size: 20px;
}

.about-events p{
    font-size: 17px;
}

.about-events a{
    color: #a543b6;
    font-size: 20px;
    border-bottom: #a543b6 solid 1px;
}

.about-events a:hover{
    letter-spacing: 1.5px;
    padding-left: 2px;
}

.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: 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-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;
}


.educator-vacancies{
   padding-right: 80px;
   padding-left: 25px;
   padding-bottom: 20px;
}

.educator-vacancies h4{
   font-size: 18px;
   color: #3867c1;
   border-bottom: #3867c1 solid 1px;
}

.vertical-tab{
    margin: 20px 0 0 0;
}

.nav-tabs {
    margin-bottom: 25px;
}

.vertical-tab .nav-tabs li a {
    color: #666;
    background-color: transparent;
    font-size: 18px;
    margin-right: 30px;
    margin-bottom: 20px;
}

.vertical-tab .nav-tabs li:last-child a {
    margin: 0;
}
.vertical-tab .nav-tabs li a:hover, .vertical-tab .nav-tabs li.active a, .vertical-tab .nav-tabs li.active a:hover {
    color: #fff;
    background: #36518e;
    border: none;
}

.tab-pane ul li{
    list-style: decimal;
    font-size: 15px;
    padding-bottom: 16px;
}

.tab-pane a{
    color:#A543B4;
    border-bottom: #A543B4 solid 1px;
}


.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;
}    


/****************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 p{ color:#333; font-size:16px; line-height:18px; padding-top:40px; text-align:center;}


.accredited-school-main{margin:60px 0;}


button, input, optgroup, select, textarea:hover{
    color: inherit;
    font: inherit;
	outline:none;
    margin: 0;
}

::placeholder{ color:#333; font-size:17px; letter-spacing:1.5px; font-family: ftnk-n3, adobe-notdef !important;}

.name{ display:block; float:left; width:18%; margin-right:2%; border:#a543b6 solid 1px; line-height:34px; padding:0 20px; font-size:16px; font-family: ftnk-n3, adobe-notdef !important;}


.example {
}

form.example input[type=text] {
    font-size: 17px;
    float: left;
    width: 14%;
    line-height: 36px;
    padding: 0 15px;
    background: none;
	margin:0px;
}

form.example button {
    float: left;
    width: 4%;
	padding:4px 0;
    background: #a543b6;
    color: #fff;
    border: none;
    cursor: pointer;
}


.accredited-school{ margin-top:60px; border-right:#eee dotted 1px; padding:0 20px;}

.accredited-school h3{ color:#a543b6; font-size:26px;}

.accredited-school h4{ color:#333; font-size:19px; padding-top:10px;}

.accredited-school p{ color:#332;  font-size:16px; text-align:left;  padding-top:10px;}

.accredited-school a{
    background: #a543b6;
    text-align: center;
    font-size: 14px;
    width:40%;
	margin-top:20px;
    line-height: 30px;
    display: block;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    color: #fff;
    border-radius: 0px 50px 50px 0px;
}


.login-page{ background:#fff; box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2); width:45%; 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;}

#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;}


#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';
}


.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;
}



#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: #A543B4 !important;}














