body {
    background: #fff;
}

.imp 
  {
  font-family:bell mt;
  color:#164821;
  margin-top: 14px;
  font-size:29px;
  padding-bottom: 2px !important;
  text-align:center;
  
  }
.fakeimg {
    height: 200px;
    background: #aaa;
  }
input:-moz-read-only {
    cursor: not-allowed;
}
input:read-only { 
  cursor: not-allowed;
}
input[type="text"]:disabled {
	cursor: not-allowed;
}
.m-top-30{
	margin-top:30px;
}
.m-bottom-30{
	margin-bottom:30px;
}

p {
    /* color: #696969; */
	font-size: 13px;
    line-height: 20px;
    margin: 0 0 1.75em;
}
/*TOP Head bar*/

.header-top-area {
    background: #181818 none repeat scroll 0 0;
    padding: 5px 0;
}
.header-top-menu ul {
    text-align: right;
	margin: 0;
}
.header-top-menu ul li {
    display: inline-block;
    margin-right: 10px;
}
.header-top-menu ul li a {
    color: #b9b9b9;
    text-transform: capitalize;
    display: block;
	
}
.header-top-menu ul li a:hover{
	text-decoration:none;
	color:#fff;
}

/*TOP Head bar*/
#switcher .theme-default {
    width: 30px;
    height: 30px;
    background: #5DC560;
    margin: 1px 10px;
    position: absolute;
    border-radius: 50%;
    left: 0px;
    cursor: pointer;
}
#switcher .theme-blue {
    width: 30px;
    height: 30px;
    background: #0084B4;
    margin: 1px 10px;
    border-radius: 50%;
    position: absolute;
    left: 40px;
    cursor: pointer;
}
#switcher .theme-red {
    width: 30px;
    height: 30px;
    background: #ff9063;
    margin: 1px 10px;
    border-radius: 50%;
    position: absolute;
    left: 80px;
    cursor: pointer;
}
#switcher .theme-violet {
    width: 30px;
    height: 30px;
    background: #8A7BD1;
    margin: 1px 10px;
    border-radius: 50%;
    position: absolute;
    left: 120px;
    cursor: pointer;
}
.style-switcher {
    background: #171717 none repeat scroll 0 0;
    border-radius: 0;
    bottom: 0;
    height: 180px;
    position: fixed;
    right: -260px;
    top: 110px;
    width: 260px;
    z-index: 1008;
	transition: all 0.4s cubic-bezier(0.6, 0.1, 0.12, 0.93) 0s;
}
.style-switcher .style-switcher-wrap {
    height: 100%;
    margin: 0;
    overflow-y: auto;
    padding: 15px 20px;
    position: relative;
}
.style-switcher .style-switcher-open {
    background-color: #171717;
    border-radius: 6px 0 0 6px;
    color: #fff;
    display: block;
    font-size: 13px;
    height: 34px;
    left: -33px;
    line-height: 34px;
    position: absolute; 
    text-align: center;
    text-decoration: none;
    width: 34px;
}
.style-switcher h5 {
    color: #999;
    font-size: 13px;
    font-weight: 400;
    line-height: 30px;
    margin: 0 0 2px;
    padding: 0;
    text-transform: none;
}
.style-switcher .options-links {
    padding: 0 0 10px;
}
.style-switcher .options-links a {
    background-color: #000;
    border-radius: 4px;
    color: #ccc;
    font-size: 12px;
    margin-bottom: 0;
    margin-right: 5px;
    padding: 5px 12px;
    text-decoration: none;
}
.style-switcher .options-links a:last-child {
    margin-right: 0;
}
.style-switcher .options-links a:hover {
    background-color: #262626;
}
.style-switcher .options-links a.active {
    background: #fff none repeat scroll 0 0;
    color: #666;
}
.header-middle {
    background-color: #fff;
}
.header-two .header-middle .fm-logo {
    display: block;
    margin: 5px 0px 5px 0;
}

.header-two .main-menu {
    background-color: #1b521c;
}
header .main-menu {
    position: relative;
    background-color: #fff;
    z-index: 9;
}
.header-two .main-menu ul li a{
	padding: 13px 15px;
	text-transform: uppercase;
	transition: all 0.4s ease-out 0s;
    -webkit-transition: all 0.4s ease-out 0s;
	
}
.navbar-expand-sm .navbar-nav .nav-link{
	padding-right: .9rem;
    padding-left: .9rem;
}
.navbar-dark .navbar-nav .nav-link{
	color: #fff;
	font-weight:500;
	font-size:0.9rem;
	transition: all 0.4s ease-out 0s;
    -webkit-transition: all 0.4s ease-out 0s;
}
.navbar-nav .nav-item{
	border-right: 1px #2d7b2e solid;
}
.navbar-nav .nav-item:last-child {
    border: none;
} 
.header-two .main-menu ul li a:hover, .header-two .main-menu ul li.active a {
    color: #fff!important;
    background-color: #063307;
	transition: all 0.4s ease-out 0s;
    -webkit-transition: all 0.4s ease-out 0s;
}
.navbar-expand-sm{
	padding:0;
	background-color: #0a650c;
}

.navbar-toggle {
    position: relative;
    float: right;
    padding: 9px 10px;
    margin-top: 8px;
    margin-right: 15px;
    margin-bottom: 8px;
    background-color: transparent;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
}
.courses{	
	border: none;
}

.courses .course-item {
	padding: 15px;
    border: 1px solid rgba(34, 34, 34, 0.1);
    transition: all 0.3s ease 0s;
    /* -webkit-box-shadow: 0px 0px 10px 2px rgba(0,0,0,.1);
    box-shadow: 0px 0px 10px 2px rgba(0,0,0,.1);
    background-color: #fff;
    -webkit-transition: .25s ease-out;
    transition: .25s ease-out; */
}
.courses .course-item:hover{
  -webkit-box-shadow: 0 10px 40px rgba(0, 0, 0, 0.1);
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.1);
}
.courses .course-item .content {
    padding: 20px 20px 30px;
}
.b-bottom {
    border-bottom: 1px solid #dedede;
}
.sidebar-title h5 {
    color: #212121;
    margin-bottom: 15px;
    margin-top: 15px;
}
.details {
    padding-bottom: 10px;
}
.admin-image {
    float: left;
    padding: 0px 30px 30px 0px;
}
img {
    height: auto;
    max-width: 100%;
    vertical-align: middle;
}
.courses .course-item .content p {
    margin: 0px;
    padding-bottom: 15px;
    text-align: justify;
    line-height: 24px;
}
.details p {
    margin: 0px!important;
    padding-bottom: 0px!important;
}
.panel-default>.panel-heading {
    color: #fff;
    border-color: #fff;
}
.panel-title {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 16px;
    color: inherit;
}
strong {
    font-weight: 700;
}
.panel-body {
    padding: 15px;
}
.moreinfo {
    text-align: right;
}
.panel-default>.panel-heading {
    border-bottom: 2px solid #dcdcdc;
    color: #0088cc;
	text-transform:uppercase;
}
.panel-heading {
    padding: 15px 15px;
}
footer .footer-top{
    padding-top: 30px;
    padding-bottom: 30px;
    
}
footer .footer-item .title{
    margin-bottom: 30px;
    font-size: 30px;
   
}
footer .footer-item .footer-about ul{
    margin: 0px;
}
footer .footer-item .footer-about ul li{
    list-style: none;
    margin-bottom: 6px;
    
}
footer .footer-item .footer-about ul li span{
    margin-right: 8px;
}
footer .footer-item .twitter-post li{
    list-style: none;   
    margin-bottom: 20px;
    padding-bottom: 20px;
}
footer .footer-item .twitter-post li:last-child{
    border: none;
    margin: 0px;
    padding: 0px;
}
footer .footer-item .twitter-post .content{
    display: table;
}
footer .footer-item .twitter-post .content p{
    margin: 0px;
}

footer .footer-bottom p{
    margin: 0px;
    line-height: 40px;
    
}
footer .footer-bottom p a{  
    text-decoration: none;
}
footer .footer-top {
    background-color: #3b3d42;
}
footer a:hover{
    color:#fff;
	text-decoration:none;
}
footer p{
    color: #e8e8e8;
}

footer .footer-item .title{
    color: #fff;
}
footer .footer-item .footer-about ul li{
    color: #e8e8e8;
}
footer .footer-item .footer-about ul li span{
	color: #fff;
}
footer .footer-item .footer-post li{
    border-bottom: 1px solid #8175c8;
}
footer .footer-item .footer-post .content p a{
    color: #e8e8e8;
}
footer .footer-item .footer-post .content span{
    color: #bfb4ff;
}
footer .footer-item .twitter-post li{
	 border-bottom: 1px solid #8175c8;
}
footer .footer-item .twitter-post .icon{
	 color: #fff;
}
footer .footer-item .twitter-post .content span{
	 color: #bfb4ff;
}
footer .footer-bottom{
    border-top: 1px solid #636363;
    background-color: #232323;    
}
footer .footer-bottom p{
	color: #cacaca;
	text-align:center;
}
footer .footer-bottom p a{
    color: #ffb515;   
}

.social-default{
    overflow: hidden;
    margin: 0px;
}
.social-default li{
    list-style: none;
    display: inline-block;
    float: left;
    margin-right: 10px;
}
.social-default li:last-child{
    margin: 0px;
}
.social-default li a:hover{
	background-color: #365899;
	color:#fff;
}

.social-default li a{
    display: inline-block;
    height: 40px;
    width: 40px;
    text-align: center;
    font-size: 14px;
    line-height: 3;
    background-color: #fff;
    color: #000;
    border-radius: 100%;
}
.social-default li:nth-child(2) a{
    background-color: #fff;
}
.social-default li:nth-child(2) a:hover{
    background-color: #ea4c89;
}
.social-default li:nth-child(3) a{
    background-color: #fff;
}
.social-default li:nth-child(3) a:hover{
    background-color: #dc4a38;
}
.social-default li:nth-child(4) a{
    background-color: #fff;
}
.social-default li:nth-child(4) a:hover{
    background-color: #1da1f2;
}
.form-control {
    width: 100%;
    float: left;
    border-radius: 0px;
}
.btn {
	 border-radius: 0px;
}
.btn-warning {
    border-radius: 0px;
}
.navbar-dark .navbar-toggler {
    color: #fff;
    border-color: #fff;
}
.square-service-block{
	position:relative;
	overflow:hidden;
	margin:15px auto;
	}
.square-service-block a {
  background-color: #e74c3c;
  border-radius: 5px;
  display: block;
  padding: 60px 20px;
  text-align: center;
  width: 100%;
}
.square-service-block a:hover{
  background-color: rgba(231, 76, 60, 0.8);
  border-radius: 5px;
}

.ssb-icon {
  color: #fff;
  display: inline-block;
  font-size: 28px;
  margin: 0 0 20px;
}

h2.ssb-title {
  color: #fff;
  font-size: 20px;
  font-weight: 200;
  margin:0;
  padding:0;
  text-transform: uppercase;
}
.required {
    color: #d2322d;
    display: inline-block;
    font-size: 0.8em;
    font-weight: bold;
    position: relative;
    top: -0.2em;
}
.form-control:focus {
    border-color: #33bbff;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 8px rgba(0, 136, 204, 0.3);
}
.form-control {
    background-clip: padding-box;
    background-color: #fff;
    border: 1px solid #ced4da; 
    color: #495057;
    display: block;
    font-size: 1rem;
    line-height: 1.5;
    padding: 0.375rem 0.75rem;
    transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;
    width: 100%;
}
.form-control:not(.form-control-sm):not(.form-control-lg) {
    font-size: 0.85rem;
    line-height: 1.85;
    min-height: 2.4rem;
}
select.form-control:not([size]):not([multiple]) {
    height: calc(2.25rem + 2px);
}
.form-control::-moz-placeholder, input[type="text"]::-moz-placeholder, input[type="password"]::-moz-placeholder, input[type="datetime"]::-moz-placeholder, input[type="datetime-local"]::-moz-placeholder, input[type="date"]::-moz-placeholder, input[type="month"]::-moz-placeholder, input[type="time"]::-moz-placeholder, input[type="week"]::-moz-placeholder, input[type="number"]::-moz-placeholder, input[type="email"]::-moz-placeholder, input[type="url"]::-moz-placeholder, input[type="search"]::-moz-placeholder, input[type="tel"]::-moz-placeholder, input[type="color"]::-moz-placeholder, textarea::-moz-placeholder {
    color: #bdbdbd;
}
.has-error .help-block {
    color: #c10000;
    font-size: 0.9em;
    margin-top: -5px;
    padding: 0;
}
.has-error .form-control {
    border-color: #a94442;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
}

.has-success .form-control {
    border-color: #008000;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
}
.card-footer {
    background: #fff none repeat scroll 0 0;
    border-radius: 0 0 5px 5px;
    margin-top: -5px;
}
.btn-primary {
    background-color: #0088cc;
    border-color: #0088cc #0088cc #006699;
    color: #fff;
}
.btn-primary:hover, .btn-primary.hover {
    background-color: #00a1f2;
    border-color: #00aaff #00aaff #0088cc;
    color: #fff;
}
.btn-default {
    background-color: #fff;
    border-color: #ccc;
    box-shadow: none !important;
    color: #333;
}
.btn-default:hover, .btn-default:active, .btn-default:focus {
    background-color: #e6e6e6;
    border-color: #adadad;
    color: #333;
}
.hide{display:none;}
.sticky {
  position: fixed;
  top: 0;
  width: 100%;
}
/*Home tab*/

.rs-courses-categories .courses-item {
    text-align: center;
    background-color: #f0f0f0;
    padding: 30px 30px 22px;
}
.rs-courses-categories .courses-item i {
    display: inline-block;
    width: 80px;
    height: 80px;
    line-height: 80px;
    text-align: center;
    background-color: #0088cc;
	border:1px solid #0088cc;
    color: #ffffff;
    border-radius: 50%;
    font-size: 36px;
    transition: 0.5s;
    -webkit-transition: 0.5s;
    -ms-transition: 0.5s;
}
.rs-courses-categories .courses-item .courses-title {
    font-size: 15px;
    margin-bottom: 5px;
    margin-top: 18px;
}
.rs-courses-categories .courses-item .courses-title a {
    color: #5d5d5d;
}
.rs-courses-categories .courses-item .courses-title a:hover {
    text-decoration:none;
	color: #000;
}
.rs-courses-categories .courses-item {
    text-align: center;
    background-color: #f0f0f0;
    padding: 15px 15px 15px;
}
.rs-courses-categories .courses-item .courses-amount {
    font-size: 13px;
    font-weight: 600;
    color: #505050;
}
/* .rs-courses-categories .courses-item:hover {
  background-color: #d0d0d0;
} */
.rs-courses-categories .courses-item:hover i {
  background-color: #fff;
  border:1px solid #0088cc;
  color: #0088cc;
  transform:translate3d(0,-10px,0);
  -moz-transform:translate3d(0,-10px,0);
  -webkit-transform:translate3d(0,-10px,0);
  -o-transform:translate3d(0,-10px,0);
  -ms-transform:translate3d(0,-10px,0)
}
.abt-title h2 {
    font-size: 25px;
    line-height: normal;
    margin-bottom: 20px;
    padding-bottom: 16px;
    text-transform: uppercase;
    position: relative;
}
.abt-title h2:after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    height: 2px;
    width: 100px;
    background-color: #0088cc;
}
.bootstrap-select.btn-group .dropdown-menu.inner{ 
	display:block;
}
/*Home tab*/
/*Glyphicon*/
@font-face{font-family:'Glyphicons Halflings';src:url('../fonts/glyphicons-halflings-regular.eot');src:url('../fonts/glyphicons-halflings-regular.eot?#iefix') format('embedded-opentype'),url('../fonts/glyphicons-halflings-regular.woff') format('woff'),url('../fonts/glyphicons-halflings-regular.ttf') format('truetype'),url('../fonts/glyphicons-halflings-regular.svg#glyphicons-halflingsregular') format('svg');}.glyphicon{position:relative;top:1px;display:inline-block;font-family:'Glyphicons Halflings';font-style:normal;font-weight:normal;line-height:1;-webkit-font-smoothing:antialiased;}
.glyphicon-asterisk:before{content:"\2a";}
.glyphicon-plus:before{content:"\2b";}
.glyphicon-euro:before{content:"\20ac";}
.glyphicon-minus:before{content:"\2212";}
.glyphicon-cloud:before{content:"\2601";}
.glyphicon-envelope:before{content:"\2709";}
.glyphicon-pencil:before{content:"\270f";}
.glyphicon-glass:before{content:"\e001";}
.glyphicon-music:before{content:"\e002";}
.glyphicon-search:before{content:"\e003";}
.glyphicon-heart:before{content:"\e005";}
.glyphicon-star:before{content:"\e006";}
.glyphicon-star-empty:before{content:"\e007";}
.glyphicon-user:before{content:"\e008";}
.glyphicon-film:before{content:"\e009";}
.glyphicon-th-large:before{content:"\e010";}
.glyphicon-th:before{content:"\e011";}
.glyphicon-th-list:before{content:"\e012";}
.glyphicon-ok:before{content:"\e013";}
.glyphicon-remove:before{content:"\e014";}
.glyphicon-zoom-in:before{content:"\e015";}
.glyphicon-zoom-out:before{content:"\e016";}
.glyphicon-off:before{content:"\e017";}
.glyphicon-signal:before{content:"\e018";}
.glyphicon-cog:before{content:"\e019";}
.glyphicon-trash:before{content:"\e020";}
.glyphicon-home:before{content:"\e021";}
.glyphicon-file:before{content:"\e022";}
.glyphicon-time:before{content:"\e023";}
.glyphicon-road:before{content:"\e024";}
.glyphicon-download-alt:before{content:"\e025";}
.glyphicon-download:before{content:"\e026";}
.glyphicon-upload:before{content:"\e027";}
.glyphicon-inbox:before{content:"\e028";}
.glyphicon-play-circle:before{content:"\e029";}
.glyphicon-repeat:before{content:"\e030";}
.glyphicon-refresh:before{content:"\e031";}
.glyphicon-list-alt:before{content:"\e032";}
.glyphicon-flag:before{content:"\e034";}
.glyphicon-headphones:before{content:"\e035";}
.glyphicon-volume-off:before{content:"\e036";}
.glyphicon-volume-down:before{content:"\e037";}
.glyphicon-volume-up:before{content:"\e038";}
.glyphicon-qrcode:before{content:"\e039";}
.glyphicon-barcode:before{content:"\e040";}
.glyphicon-tag:before{content:"\e041";}
.glyphicon-tags:before{content:"\e042";}
.glyphicon-book:before{content:"\e043";}
.glyphicon-print:before{content:"\e045";}
.glyphicon-font:before{content:"\e047";}
.glyphicon-bold:before{content:"\e048";}
.glyphicon-italic:before{content:"\e049";}
.glyphicon-text-height:before{content:"\e050";}
.glyphicon-text-width:before{content:"\e051";}
.glyphicon-align-left:before{content:"\e052";}
.glyphicon-align-center:before{content:"\e053";}
.glyphicon-align-right:before{content:"\e054";}
.glyphicon-align-justify:before{content:"\e055";}
.glyphicon-list:before{content:"\e056";}
.glyphicon-indent-left:before{content:"\e057";}
.glyphicon-indent-right:before{content:"\e058";}
.glyphicon-facetime-video:before{content:"\e059";}
.glyphicon-picture:before{content:"\e060";}
.glyphicon-map-marker:before{content:"\e062";}
.glyphicon-adjust:before{content:"\e063";}
.glyphicon-tint:before{content:"\e064";}
.glyphicon-edit:before{content:"\e065";}
.glyphicon-share:before{content:"\e066";}
.glyphicon-check:before{content:"\e067";}
.glyphicon-move:before{content:"\e068";}
.glyphicon-step-backward:before{content:"\e069";}
.glyphicon-fast-backward:before{content:"\e070";}
.glyphicon-backward:before{content:"\e071";}
.glyphicon-play:before{content:"\e072";}
.glyphicon-pause:before{content:"\e073";}
.glyphicon-stop:before{content:"\e074";}
.glyphicon-forward:before{content:"\e075";}
.glyphicon-fast-forward:before{content:"\e076";}
.glyphicon-step-forward:before{content:"\e077";}
.glyphicon-eject:before{content:"\e078";}
.glyphicon-chevron-left:before{content:"\e079";}
.glyphicon-chevron-right:before{content:"\e080";}
.glyphicon-plus-sign:before{content:"\e081";}
.glyphicon-minus-sign:before{content:"\e082";}
.glyphicon-remove-sign:before{content:"\e083";}
.glyphicon-ok-sign:before{content:"\e084";}
.glyphicon-question-sign:before{content:"\e085";}
.glyphicon-info-sign:before{content:"\e086";}
.glyphicon-screenshot:before{content:"\e087";}
.glyphicon-remove-circle:before{content:"\e088";}
.glyphicon-ok-circle:before{content:"\e089";}
.glyphicon-ban-circle:before{content:"\e090";}
.glyphicon-arrow-left:before{content:"\e091";}
.glyphicon-arrow-right:before{content:"\e092";}
.glyphicon-arrow-up:before{content:"\e093";}
.glyphicon-arrow-down:before{content:"\e094";}
.glyphicon-share-alt:before{content:"\e095";}
.glyphicon-resize-full:before{content:"\e096";}
.glyphicon-resize-small:before{content:"\e097";}
.glyphicon-exclamation-sign:before{content:"\e101";}
.glyphicon-gift:before{content:"\e102";}
.glyphicon-leaf:before{content:"\e103";}
.glyphicon-eye-open:before{content:"\e105";}
.glyphicon-eye-close:before{content:"\e106";}
.glyphicon-warning-sign:before{content:"\e107";}
.glyphicon-plane:before{content:"\e108";}
.glyphicon-random:before{content:"\e110";}
.glyphicon-comment:before{content:"\e111";}
.glyphicon-magnet:before{content:"\e112";}
.glyphicon-chevron-up:before{content:"\e113";}
.glyphicon-chevron-down:before{content:"\e114";}
.glyphicon-retweet:before{content:"\e115";}
.glyphicon-shopping-cart:before{content:"\e116";}
.glyphicon-folder-close:before{content:"\e117";}
.glyphicon-folder-open:before{content:"\e118";}
.glyphicon-resize-vertical:before{content:"\e119";}
.glyphicon-resize-horizontal:before{content:"\e120";}
.glyphicon-hdd:before{content:"\e121";}
.glyphicon-bullhorn:before{content:"\e122";}
.glyphicon-certificate:before{content:"\e124";}
.glyphicon-thumbs-up:before{content:"\e125";}
.glyphicon-thumbs-down:before{content:"\e126";}
.glyphicon-hand-right:before{content:"\e127";}
.glyphicon-hand-left:before{content:"\e128";}
.glyphicon-hand-up:before{content:"\e129";}
.glyphicon-hand-down:before{content:"\e130";}
.glyphicon-circle-arrow-right:before{content:"\e131";}
.glyphicon-circle-arrow-left:before{content:"\e132";}
.glyphicon-circle-arrow-up:before{content:"\e133";}
.glyphicon-circle-arrow-down:before{content:"\e134";}
.glyphicon-globe:before{content:"\e135";}
.glyphicon-tasks:before{content:"\e137";}
.glyphicon-filter:before{content:"\e138";}
.glyphicon-fullscreen:before{content:"\e140";}
.glyphicon-dashboard:before{content:"\e141";}
.glyphicon-heart-empty:before{content:"\e143";}
.glyphicon-link:before{content:"\e144";}
.glyphicon-phone:before{content:"\e145";}
.glyphicon-usd:before{content:"\e148";}
.glyphicon-gbp:before{content:"\e149";}
.glyphicon-sort:before{content:"\e150";}
.glyphicon-sort-by-alphabet:before{content:"\e151";}
.glyphicon-sort-by-alphabet-alt:before{content:"\e152";}
.glyphicon-sort-by-order:before{content:"\e153";}
.glyphicon-sort-by-order-alt:before{content:"\e154";}
.glyphicon-sort-by-attributes:before{content:"\e155";}
.glyphicon-sort-by-attributes-alt:before{content:"\e156";}
.glyphicon-unchecked:before{content:"\e157";}
.glyphicon-expand:before{content:"\e158";}
.glyphicon-collapse-down:before{content:"\e159";}
.glyphicon-collapse-up:before{content:"\e160";}
.glyphicon-log-in:before{content:"\e161";}
.glyphicon-flash:before{content:"\e162";}
.glyphicon-log-out:before{content:"\e163";}
.glyphicon-new-window:before{content:"\e164";}
.glyphicon-record:before{content:"\e165";}
.glyphicon-save:before{content:"\e166";}
.glyphicon-open:before{content:"\e167";}
.glyphicon-saved:before{content:"\e168";}
.glyphicon-import:before{content:"\e169";}
.glyphicon-export:before{content:"\e170";}
.glyphicon-send:before{content:"\e171";}
.glyphicon-floppy-disk:before{content:"\e172";}
.glyphicon-floppy-saved:before{content:"\e173";}
.glyphicon-floppy-remove:before{content:"\e174";}
.glyphicon-floppy-save:before{content:"\e175";}
.glyphicon-floppy-open:before{content:"\e176";}
.glyphicon-credit-card:before{content:"\e177";}
.glyphicon-transfer:before{content:"\e178";}
.glyphicon-cutlery:before{content:"\e179";}
.glyphicon-header:before{content:"\e180";}
.glyphicon-compressed:before{content:"\e181";}
.glyphicon-earphone:before{content:"\e182";}
.glyphicon-phone-alt:before{content:"\e183";}
.glyphicon-tower:before{content:"\e184";}
.glyphicon-stats:before{content:"\e185";}
.glyphicon-sd-video:before{content:"\e186";}
.glyphicon-hd-video:before{content:"\e187";}
.glyphicon-subtitles:before{content:"\e188";}
.glyphicon-sound-stereo:before{content:"\e189";}
.glyphicon-sound-dolby:before{content:"\e190";}
.glyphicon-sound-5-1:before{content:"\e191";}
.glyphicon-sound-6-1:before{content:"\e192";}
.glyphicon-sound-7-1:before{content:"\e193";}
.glyphicon-copyright-mark:before{content:"\e194";}
.glyphicon-registration-mark:before{content:"\e195";}
.glyphicon-cloud-download:before{content:"\e197";}
.glyphicon-cloud-upload:before{content:"\e198";}
.glyphicon-tree-conifer:before{content:"\e199";}
.glyphicon-tree-deciduous:before{content:"\e200";}
.glyphicon-briefcase:before{content:"\1f4bc";}
.glyphicon-calendar:before{content:"\1f4c5";}
.glyphicon-pushpin:before{content:"\1f4cc";}
.glyphicon-paperclip:before{content:"\1f4ce";}
.glyphicon-camera:before{content:"\1f4f7";}
.glyphicon-lock:before{content:"\1f512";}
.glyphicon-bell:before{content:"\1f514";}
.glyphicon-bookmark:before{content:"\1f516";}
.glyphicon-fire:before{content:"\1f525";}
.glyphicon-wrench:before{content:"\1f527";}
/*Glyphicon*/

.bootbox.modal.modal-block.fade.modal-header-color.modal-block-success.show .card-header {
    background-color: #2eb82e;
	 color: #fff;
}
.bootbox.modal.modal-block.fade.modal-header-color.modal-block-primary.show .card-header{
    background-color: #0088cc;
	color: #fff;
}
.bootbox.modal.modal-block.fade.modal-header-color.modal-block-warning.show .card-header {
    background-color: #ed9c28;
	color: #fff;
}
.bootbox.modal.modal-block.fade.modal-header-color.modal-block-danger.show .card-header {
    background-color: #d2322d;
	color: #fff;
}
.bootbox.modal.modal-block.fade.modal-header-color.modal-block-info.show .card-header {
    background-color: #5bc0de;
	color: #fff;
}
/*Nav Menu Dropdown*/
section {
    border: none;
    background: #fff;
}
.dropdown-item {
    display: block;
    width: 100%;
    padding: 0.25rem 1.5rem;
    clear: both;
    font-weight: 400;
    color: #f2f2f2;
    text-align: inherit;
    white-space: nowrap;
    background-color: transparent;
    border: 0;
	border-bottom: 1px solid #2d7b2e; 
}
#myHeader .dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 99999;
    float: left;
    min-width: 10rem;
    padding: 0;
    margin: 0;
    font-size: 0.9rem;
    color: #f2f2f2; 
    text-align: left;
    list-style: none;
    background-color: #1b521c;
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, 0.15);
   border-radius: 0;
}
.caret-up {
    width: 0; 
    height: 0; 
    border-left: 4px solid rgba(0, 0, 0, 0);
    border-right: 4px solid rgba(0, 0, 0, 0);
    border-bottom: 4px solid;
    
    display: inline-block;
    margin-left: 2px;
    vertical-align: middle;
}
/*Nav Menu Dropdown*/
/*header*/ 
.header-top {
	display: block;
	padding-bottom: 10px;
	background: #0a650c;
}
.header-top ul.follow-us {
	display: block;
	padding-top: 5px;
	margin-bottom: 0px;
	float: left;
}
.header-top ul.follow-us li {
	display: inline-block;
	padding-right: 20px;
	font-size: 18px;
}
.header-top ul.follow-us li a {
	color: #dedede;
}
.header-top ul.follow-us li a:hover {
	color: #fff;
}
.header-top .right-block {
	display: block;
	float: right;
}
.header-top ul.top-nav {
	display: block;
	padding-top: 8px;
	padding-right: 10px;
	float: left;
	margin-bottom:0;
}
.header-top ul.top-nav li {
	display: block;
	padding: 0 13px;
	float: left;
	font-size: 11px;
	font-weight: 700;
	text-transform: uppercase;
}
.header-top ul.top-nav li a {
	color: #dedede;
}
.header-top ul.top-nav li a:hover {
	color: #fff;
}
.header-top .lang-wrapper {
	display: block;
	float: right;
}
.header-top .select-lang, .header-top .select-lang2 {
	display: block;
	float: left;
	font-size: 12px;
	font-weight: 700;
	text-transform: uppercase;
}
.header-top .select-lang {
	margin-left: 1px;
}
.header-top .select2-container--default .select2-selection--single {
	border: none;
	border-radius: 0px;
	background: #302c2d;
}
.header-top .select2.select2-container {
	width: 100px !important;
}
.header-top .select2-container .select2-selection--single {
	height: 42px;
}
.header-top .select2-container--default .select2-selection--single .select2-selection__rendered {
	line-height: 42px;
}
.header-top .select2-container .select2-selection--single .select2-selection__rendered {
	padding-left: 16px;
	color: #fff;
}
.header-top .select2-container .select2-selection--single .select2-selection__rendered img {
	margin-right: 4px;
}
.header-top .select2-container--default .select2-selection--single .select2-selection__arrow {
	width: 30px;
	height: 42px;
}
.select2-container--open .select2-dropdown--below {
	border-radius: 0px;
}
.select2-container--default .select2-selection--single .select2-selection__arrow b {
	border-width: 6px 5px 0;
	border-color: #c1c0c0 transparent transparent;
}
.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
	border-width: 0 5px 6px;
}
.select2-dropdown {
	border: 1px #dedddd solid;
}
.select2-results__option {
	padding: 0 6px;
	font-size: 13px;
}
.select2-results__option .img-flag {
	margin-right: 4px;
}
.select2-container--default .select2-results__option--highlighted[aria-selected] {
	background: #ff9600;
}

.header-middle .contact {
	display: block;
	padding: 8px 0 0 0;
	float: right;
}
.header-middle .contact ul {
	display: block;
	padding-right: 32px;
	float: left;
}
.header-middle .contact ul li {
	display: block;
	padding: 0 30px;
	border-right: 1px #dedddd solid;
	float: left;
	
	font-size: 18px;
	color: #4f4a4a;
	line-height: 18px;
}
.header-middle .contact ul li span {
	display: block;
	font-family: 'Roboto', sans-serif;
	font-size: 12px;
	color: #8f9ba1;
	text-transform: uppercase;
}
.header-middle .contact ul li a {
	color: #4f4a4a;
}
.header-middle .contact ul li a:hover {
	color: #ff9600;
}
.header-middle a.login {
	display: inline-block;
	padding: 5px 20px;
	border: 2px #2c97ea solid;
	border-radius: 5px;
	font-size: 12px;
	color: #6f7a7f;
	font-weight: 700;
}
.header-middle a.login:hover {
	background: #2c97ea;
	color: #fff;
}
.header-middle a.login span {
	display: inline-block;
	vertical-align: middle;
	margin-top: -2px;
	margin-left: 10px;
	font-size: 14px;
	color: #00aaff;
}
.header-middle a.login:hover span {
	color: #fff;
}

/*about*/
.about {
	display: block;
	position: relative;
	margin-top: 50px;
	/* padding: 222px 0 0 0; */
	/*background: url(https://tnega.ucanapply.com/public/uploads/about-bg.jpg) no-repeat center bottom;*/
}
.about ul.our-links {
	/* display: block; */
	/* margin: -280px 0 80px 0; */
	position: relative;
	z-index: 99;
	padding: 0 15px;
}
.about ul.our-links li {
	display: block;
	position: relative;      
}
.about ul.our-links li.apply-online {
	background: linear-gradient(to bottom, #1b521c 0%, #93b593 100%);
    border: 2px solid white;
}
.about ul.our-links li.download {
	background: linear-gradient(to bottom, #1b521c 0%, #93b593 100%);
    border: 2px solid white;
}
.about ul.our-links li.download .detail a.more {
	border: 2px #1b521c solid;
	color: #1b521c;
}
.about ul.our-links li.download .detail a.more {
	border: 2px #1b521c solid;
	color: #1b521c;
}

.about ul.our-links li.prospects .detail a.more {
	border: 2px #ff9600 solid;
	color: #ff9600;
}

.about ul.our-links li.prospects {
	background: linear-gradient(to bottom, #1b521c 0%, #93b593 100%);   
     border: 2px solid white;  
}
.about ul.our-links li.prospects .detail a.more {
	border: 2px #245925 solid;
	color: #245925;
}
.about ul.our-links li.certification {
	background: linear-gradient(to bottom, #1b521c 0%, #93b593 100%);
    border: 2px solid white;    
}
.about ul.our-links li.certification .detail a.more {
	border: 2px #245925 solid;
	color: #245925;
}    
.about ul.our-links li {
	display: block !important;
	padding: 20px;   
	opacity: 1 !important;
    border-radius: 14px;
}   
.about ul.our-links li p {
	padding-bottom: 0px;
}
.about ul.our-links li .icon {
	width: 23%;
	float: left;
}
.about ul.our-links li .detail {
	width: 63%;
	padding-left: 20px;
	float: left;
	color: #fff;
}
.about ul.our-links li .detail h3 {
	display: block;
	padding-bottom: 10px;
	
	font-size: 24px;
	color: #fff;
	text-transform: uppercase;
}
.about ul.our-links li .detail h3 span {
	display: block;
	font-size: 12px;
}
.about ul.our-links li .detail p {
	display: block;
	font-size: 12px;
	line-height: 16px;
}
.about ul.our-links li .detail a.more {
	display: inline-block;
	width: 38px;
	height: 38px;
	line-height: 34px;
	position: absolute;
	bottom: -17px;
	margin: 0 auto;
	left: 0;
	right: 0;
	background: #fff;
	font-size: 20px;
	color: #245925;
	border-radius: 50%;
	text-align: center;
	border: 2px #245925 solid;
	transition: all 0.4s ease-out 0s;
    -webkit-transition: all 0.4s ease-out 0s;
}
.about ul.our-links li .detail a.more:hover {
	color: #211d1e;
	text-decoration:none;
}
.about ul.our-links li .detail a:hover {
	text-decoration:none;
}
.about ul.our-links li:hover {
	box-shadow: 0px 0px 20px 6px rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: 0px 0px 20px 6px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0px 0px 20px 6px rgba(0, 0, 0, 0.1);
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
	
}
.about .sm-head {
	display: block;
	font-size: 14px;
	color: #7d7c7c;
	line-height: 18px;
	text-transform: uppercase;
}
.about .left-block {
	display: block;
	margin-top: 34px;
}
.video-block {
	height: 0;
	overflow: hidden;
	padding-bottom: 56.25%;
	position: relative;
}
.video-block iframe, .video-block object, .video-block embed {
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
}
#thumbnail_container {
	overflow: hidden;
	width: 100%;
}
.about .video-block img {
	width: 100%;
}
.about .video-block a {
	width: 67px;
	display: block;
	position: absolute;
	margin: -34px auto 0;
	left: 0px;
	right: 0px;
	top: 50%;
	cursor: pointer;
}
.about h2 {
	padding-bottom: 20px !important;
	color: #353434;
	text-align: left !important;
	display: block;
    font-size: 36px;
    text-transform: uppercase;
}
.about p {
	display: block;
	padding-bottom: 34px;
}
.about .know-more-wrapper {
	display: block;
	position: relative;
}
.about .know-more-wrapper:after {
	width: calc(100% - 245px);
	height: 1px;
	background: #1b521c;
	content: "";
	position: absolute;
	right: 0px;
	top: 14px;
	z-index: 1;
}
.about a.know-more {
	display: inline-block;
	padding-right: 24px;
	position: relative;
	z-index: 2;
	font-size: 14px;
	color: #1b521c;
	text-transform: uppercase;
}
.about a.know-more:hover {
	color:#ff9600;
	text-decoration:none;
}
.about a.know-more span {
	display: inline-block;
	vertical-align: middle;
	margin-top: -2px;
	margin-left: 4px;
	color: #ff9600;
}

/*Anouncement*/
.privacy-wrapper {
	background: #f1f4f6;
}
.privacy-wrapper h2 {
	display: block;
	padding-bottom: 25px;
	font-size: 30px;
	color: #343a3c;
	line-height: 32px;
	text-transform: none;
}
.privacy-wrapper p {
	padding-bottom: 25px;
	color: #7d8081;
}
ul.privacy-listing {
	padding: 10px 0;
	list-style: none;
}
/*--------------------------------------------sweety--------------------------------------*/
.vertical-menu {
 
  height: 413px;
  overflow-y: auto;
}

.vertical-menu a {
 
  color: black;
  display: block;         
  
  text-decoration: none;
}

.vertical-menu a:hover {
  background-color: #ccc;       
}        
ul.privacy-listing > li 
{
	color: #707c82;
	margin-bottom: 7px;
	padding: 0 0 0 15px;
	position: relative;
}
ul.privacy-listing > li > a:hover{
	text-decoration:none;
	list-style:none;    
}
ul.privacy-listing > li:hover {
	color:#1b521c;
	text-decoration:none;   
}   
/*---------------------------sweety--------------------------------------*/
ul.privacy-listing > li:last-child {
	border-bottom: none;
}    
ul.privacy-listing > li:before {
    display: block;
    position: absolute;
    left: 0px;
    top: 4px;   
    font-family: 'icomoon';
    font-size: 12px;
    color: #79a2c2;
    content: "\e917";
}
ul.privacy-listing > li > ul {
	padding: 4px 0;
}
ul.privacy-listing > li > ul > li {
	font-size: 12px;
	font-weight: normal;
}
ul.privacy-listing > li > ul > li:before {
	display: inline-block;
	vertical-align: middle;
	top: -2px;
	width: 5px;
	height: 5px;
	margin-right: 12px;
	border-radius: 50%;
	content: "";
	background: #98b4cb;
}
.privacy-wrapper hr {
	border-color: #daddde;
}
.privacy-wrapper h3 {
	display: block;
	padding-bottom: 25px;
	font-size: 24px;
	color: #343a3c;
	line-height: 32px;
	text-transform: none;
}
.privacy-wrapper .padding-top {
	padding-top: 30px;
}
.imp-note {
	display: block;
	margin: 10px 0 38px 0;
	box-shadow: 0 0 8px #e4e7e9;
	padding: 24px 40px 5px 22px;
	background: #fdfdfe;
}
.imp-note span {
	width: 72px;
	height: 72px;
	line-height: 52px;
	margin-right: 25px;
	display: block;
	float: left;
	border-radius: 50%;
	background: #fec472;
	font-size: 24px;
	font-weight: 700;
	text-align: center;
	color: #fff;
	border: 12px #fdf2e4 solid;
}
.imp-note p {
	padding-bottom: 25px;
	font-size: 13px;
	color: #94a6af;
	line-height: 22px;
	overflow: hidden;
}
ol.ord-listing {
	padding-left: 68px;
	counter-reset: li;
	list-style: none;
 *list-style: decimal;
}
ol.ord-listing li {
	position: relative;
	min-height: 60px;
	margin-top: 15px;
	padding-bottom: 20px;
	color: #7d8081;
	border-bottom: 1px #daddde solid;
}
ol.ord-listing li:before {
	content: counter(li);
	counter-increment: li;
	color: #fff;
	background: #17a43b;
	border-radius: 50%;
	font-size: 12px;
	font-weight: 700;
	width: 30px;
	height: 30px;
	line-height: 30px;
	text-align: center;
	display: block;
	position: absolute;
	top: 7px;
	left: -50px;
}
ol.ord-listing li:last-child {
	padding-bottom: 0px;
	border-bottom: none;
}

/*Anouncement*/
/*why choose*/
.padding-lg {
    display: block; 
    padding-top: 90px;
    padding-bottom: 90px;
}
.why-choose {
    background: url(https://tnega.ucanapply.com/public/uploads/why-choose-bg.jpg) no-repeat center center / cover;
	position: relative;
}
.why-choose:after {
	width: 100%;
	height: 100%;
	display: block;
	position: absolute;
	top: 0px;
	z-index: 1;
	content: "";
	background: #1b521c;
	opacity: 0.9;
}
.why-choose .container{
    position: relative;
    z-index: 2;
}
.why-choose h2 {
	padding-bottom: 70px;
	color: #fff;
	text-align: center;
}
.why-choose h2 span {
	color: #fff;
}
ul.our-strength {
	display: block;
	text-align: center;
}
ul.our-strength li {
	width: 20%;
	display: inline-block;
	color: #fff;
	text-align: center;
	border-right: 1px #94d3a4 solid;
}
ul.our-strength li:last-child {
	border: none;
}
ul.our-strength li .icon {
	display: block;
	padding-bottom: 20px; 
}
ul.our-strength li .icon span {
	font-size: 44px;
	opacity: 0.7;
}
ul.our-strength li span {
	padding-bottom: 12px;
	font-size: 48px;
}
ul.our-strength li .couter-outer {
	display: block;
}
ul.our-strength li .title {
	display: block;
	font-size: 14px;
	opacity: 0.8;
	text-transform: uppercase;
}
.our-cources h2, .how-study h2, .why-choose h2, .news-events h2, .campus-tour h2, .testimonial h2, .about h2, .browse-teacher h2, .how-apply h2, .have-question h2 {
	display: block;
	padding-bottom: 44px;
	
	font-size: 36px;
	text-transform: uppercase;
	text-align: center;
}
.our-cources h2 span, .how-study h2 span, .why-choose h2 span, .news-events h2 span, .campus-tour h2 span, .browse-teacher h2 span, .how-apply h2 span {
	display: block;
	
	font-size: 14px;
	opacity: 0.8;
}
/*close*/
.border-left{
	border-left: 1px solid #4e4e4e;
}
a.scroll-to-top {
	width: 44px;
	height: 44px;
	line-height: 40px;
	color: #fff;
	border-radius: 50%;
	text-align: center;
	position: fixed;
	z-index: 9;
	right: 20px;
	bottom: 20px;
	background-color: #1b521c;
}
a.scroll-to-top:hover {
	background: #ff9600;
}
/*Inner Header*/
.inner-banner {
	display: block;
	padding: 30px 0;
	background: url(https://tnega.ucanapply.com/public/uploads/inner-banner-bg.jpg) no-repeat center top / cover;
}
.inner-banner h1 {
	display: block;	
	color: #24353b;
	font-size: 2rem;
	text-transform: uppercase;
}
.inner-banner p {
	display: block;
	font-size: 16px;
	line-height: 26px;
	color: #5f6465;
}
.inner-banner a.apply-online {
	max-width: 246px;
	display: block;
	margin-top: 16px;
	margin-bottom: 26px;
	background: #ff9600;
	text-transform: uppercase;
	font-size: 18px;
	color: #fff;
	position: relative;
}
.inner-banner a.apply-online:hover {
	background: #ff8800;
}
.inner-banner a.apply-online .left {
	width: 80%;
	float: left;
	padding: 20px 0 20px 24px;
}
.inner-banner a.apply-online .icon {
	display: block;
	padding-right: 15px;
	float: left;
}
.inner-banner a.apply-online .txt {
	width: 36%;
	float: left;
	line-height: 20px;
}
.inner-banner a.apply-online .arrow {
	width: 20%;
	height: 100%;
	line-height: 78px;
	position: absolute;
	right: 0px;
	background: #e38600;
	font-size: 24px;
	text-align: center;
	transition: all 0.3s ease 0s;
}
.inner-banner a.apply-online:hover .arrow {
	background: #df7600;
}
/*Inner Header Close*/

#btn1 .dropdown-menu {
    color: #333;
    border-left: 0.3em solid transparent;
}
#btn1 .btn:hover, #btn1 .btn:focus {
	background: #fff;
}
.shadow-bg{
	background-color:#f3f6f8;
}
.form-reg{
	padding: 25px;
    border: 1px solid #ececec;
    background-color: #fff;
}
.school_register h2, .about h2 {
    display: block;
    padding-bottom: 44px;
    font-size: 36px;
    text-transform: uppercase;
    text-align: center;
}
.school_register h2 span, .about h2 span {
    display: block;
    font-size: 14px;
    opacity: 0.8;
}
/*bant*/
/* Banner Slider */
.animated  {
  -webkit-animation-duration : 3s  ;
  animation-duration : 3s  ;
  -webkit-animation-delay : 500ms  ;
  animation-delay : 500ms  ;
}
.animate-out {
  -webkit-animation-delay : 2ms  ;
  animation-delay : 2ms  ;
}
.owl-carousel h1{
    display: block;
    padding-bottom: 20px;
    font-size: 32px;
    color: #fff;
    line-height: 50px;
    text-transform: uppercase;
    -webkit-animation-delay: 0.2s;
}
.owl-carousel h1 span {
    display: block;
    font-size: 62px;
    -webkit-animation-delay: 0.3s;
}
.owl-carousel p {
    display: block;
    padding-bottom: 25px;
    max-width: 390px;
    font-size: 16px;
    color: #fff;
    -webkit-animation-delay: 0.34s;
}
.item2 .fl-right {
	float: right;
	text-align:left
}
.owl-item {
  display: table;
}

.owl-carousel .item1 {
  height: 390px;
  width:100% !important;
  background: url(https://tnega.ucanapply.com/public/uploads/banner1.jpg) no-repeat center top / cover;
  display: table-cell;
  vertical-align: middle;
}
.owl-carousel .item2 {
  height: 390px;
  width:100% !important;
  background: url(https://tnega.ucanapply.com/public/uploads/banner2.jpg) no-repeat center top / cover;
  display: table-cell;
  vertical-align: middle;
}
.owl-carousel .btn {
    display: inline-block;
    padding: 12px 24px;
    border-radius: 4px;
    background: #ff9600;
    font-size: 14px;
    color: #fff;
    text-transform: uppercase;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    -webkit-transition: all 0.3s ease 0s;
    -ms-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}
.owl-theme .owl-nav.disabled+.owl-dots {
display: none;
}
/*Banner Slider*/
/*preloader*/
#website_load{       
    background: #fff none repeat scroll 0 0;
    cursor: pointer;    
    height: 100%;
    left: 0;
    margin: 0 auto;   
    overflow: hidden;
    position: fixed;   
    width: 100%;
    z-index: 999998;   
}
#web_loader{
	position: absolute;
    height: 80px;
    left: 0;
    top: 40%;
    width: 100%;
    z-index: 999999;
}
.frontloader::before {
    content: "";
    display: block;
    padding-top: 100%;
}
.frontloader{
	margin: 0 auto;
    position: relative;
    width: 100px;    
    top: -281%; 
}
.watermark{
	color: #148fad;
    font-size: 100px;
    position: relative;
    text-align: center;
}
.watermark >img{width:20%;}

/*preloader*/
/*Tamil font*/
@font-face
{
    font-family: myTamilFont;
    src: url(../fonts/tamilFont.TTF);
}
.myTamilFont
{
    font-family: myTamilFont;
}
/*sweety*/
.block-bg{
	background-color:#fff;  
	box-shadow:#CCC 0 0 10px 1px;
	padding: 15px;
}
.col-sm-push-5 {margin-top: 22px;}
li.col-sm-3.apply-online.clearfix.equal-hight:hover 
{
    background: linear-gradient(to bottom, #93b593 0%, #1b521c 100%);
}
li.col-sm-3.prospects.clearfix.equal-hight:hover
{
    background: linear-gradient(to bottom, #93b593 0%, #1b521c 100%);
}
li.col-sm-3.certification.clearfix.equal-hight:hover 
{
    background: linear-gradient(to bottom, #93b593 0%, #1b521c 100%);
}
li.col-sm-3.download.clearfix.equal-hight:hover 
{
    background: linear-gradient(to bottom, #93b593 0%, #1b521c 100%);
}

.increase
{
	background: linear-gradient(to bottom, #0f100f 0%, #101010 100%);
	color:white;
	
}	

.decrease
{
	background: linear-gradient(to bottom, #0f100f 0%, #101010 100%);
	color:white;
   
	
}

.resetMe
{
	background: linear-gradient(to bottom, #0f100f 0%, #101010 100%);
	color:white;
	
	
}	
.col-sm-4
{
	text-align:right;
	padding:6px;
}	
	
 /*sweety*/    

