/*
Theme Name:Vibid E-Learning Solutions
Theme URI: 
Author: Vibidsoft Team
Author URI: http://www.vibidsoft.com
Description: Theme develop for Vibid E-Learning Solutions which flexible has layout that looks great on any device, big or small.
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
*/
#preloader {
    background-color: #fff;
    float: left;
    height: 100%;
    left: 0;
    position: fixed;
    right: 0;
    top: 0;
    width: 100%;
    z-index: 2147483647;
}
#status {
    width: 100%;
    height: 100%;
    position: absolute;
    margin: auto;
    left: 0;
    right: 0;
    top: 0;
    background-image: url(img/preloader.gif);
    background-repeat: no-repeat;
    background-position: center;
}
@font-face {
    font-family: "Open Sans";
    font-style: normal;
    font-weight: 300;
    src: local("Open Sans Light"), local("OpenSans-Light"), url(fonts/opensans-light.woff) format("woff")
}
@font-face {
    font-family: "Open Sans";
    font-style: normal;
    font-weight: 400;
    src: local("Open Sans"), local("OpenSans"), url(fonts/opensans.woff) format("woff")
}
@font-face {
    font-family: "Open Sans";
    font-style: normal;
    font-weight: 600;
    src: local("Open Sans Semibold"), local("OpenSans-Semibold"), url(fonts/opensans-semibold.woff) format("woff")
}
@font-face {
    font-family: "Open Sans";
    font-style: normal;
    font-weight: 700;
    src: local("Open Sans Bold"), local("OpenSans-Bold"), url(fonts/opensans-bold.woff) format("woff")
}
@font-face {
    font-family: "Open Sans";
    font-style: normal;
    font-weight: 800;
    src: local("Open Sans Extrabold"), local("OpenSans-Extrabold"), url(fonts/opensans-extrabold.woff) format("woff")
}
@font-face {
    font-family: "Open Sans";
    font-style: italic;
    font-weight: 300;
    src: local("Open Sans Light Italic"), local("OpenSansLight-Italic"), url(fonts/opensanslight-italic.woff) format("woff")
}
@font-face {
    font-family: "Open Sans";
    font-style: italic;
    font-weight: 400;
    src: local("Open Sans Italic"), local("OpenSans-Italic"), url(fonts/opensans-italic.woff) format("woff")
}
@font-face {
    font-family: "Open Sans";
    font-style: italic;
    font-weight: 600;
    src: local("Open Sans Semibold Italic"), local("OpenSans-SemiboldItalic"), url(fonts/opensans-semibolditalic.woff) format("woff")
}
@font-face {
    font-family: "Open Sans";
    font-style: italic;
    font-weight: 700;
    src: local("Open Sans Bold Italic"), local("OpenSans-BoldItalic"), url(fonts/opensans-bolditalic.woff) format("woff")
}
@font-face {
    font-family: "Open Sans";
    font-style: italic;
    font-weight: 800;
    src: local("Open Sans Extrabold Italic"), local("OpenSans-ExtraboldItalic"), url(fonts/opensans-extrabolditalic.woff) format("woff")
}
body {
    margin: 0;
    padding: 0;
    background: #F5F5F5;
    font-family: 'Open Sans', sans-serif;
    font-size: 15px;
    color: #000;
    line-height: 30px;
    -webkit-font-smoothing: antialiased;
    letter-spacing: 0.02em;
}
.logo {
    float: left;
    margin: 10px 0
}
.banner-area {
    margin: 0;
    padding: 0;
    width: 100%;
    float: left;
}
header {
    position: relative;
}
img {
    font-size: 16px;
}
.header-background .banner {
    overflow: hidden;
    margin: 0 auto !important;
    /*background: #CACACA;*/
}
.header-background .hedaer-inner {
    height: 100%;
    position: relative;
}
.header-background .bannerText {
    width: 100%;
    height: 218px;
    position: absolute;
    left: 0;
    top: 50%;
    text-align: left;
    margin-top: -109px;
    padding: 30px 30px;
    z-index: 999999;
    text-align: center
}
.header-background .bannerText h3 {
    color: #fefefe;
    font-size: 37px;
    line-height: 60px;
    font-weight: 900;
    text-transform: none;
    letter-spacing: -2px;
    margin-bottom: 20px;
    text-transform: uppercase
}
.header-background .bannerText p {
    font-size: 15px;
    line-height: 21px;
    font-weight: 400;
    color: #fefefe;
    text-transform: none;
    padding-bottom: 25px;
}
.header-background .bannerText p a i {
    font-size: 17px;
    font-weight: 700;
}
.header-background .bannerText p a:hover {
    color: #fff;
}
.isStuck {
    left: 0px;
    width: 100%;
}
.menu {
    margin-top: 0px;
    position: absolute;
    z-index: 9999;
    left: 0px;
    right: 0px;
    display: block;
    border-bottom: 1px solid rgba(255, 255, 255, 0.18);
}
/* banner overlay */

.patternOverlay {
    background: #1c416a;
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    z-index: 9;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
    filter: alpha(opacity=80);
    opacity: 0.8;
}
.patternOverlay {
    background: #0f212f;
    height: 100%;
    opacity: 0.8;
    position: absolute;
    right: 0;
    top: 0;
    width: 100%;
    z-index: 9;
}
.bannerText h3,
.bannerText p {
    position: relative
}
.btn {
    margin: 0;
    padding: 15px 35px;
    border-radius: 15px;
    -moz-border-radius: 15px;
    -ms-border-radius: 15px;
    -o-border-radius: 15px;
    -webkit-border-radius: 15px;
    border: none;
    transition: 0.5s all;
    -moz-transition: 0.5s all;
    -ms-transition: 0.5s all;
    -o-transition: 0.5s all;
    -webkit-transition: 0.5s all;
}
.btn-default {
    border: 3px solid #fc7d0e;
    text-transform: uppercase;
    font-weight: 900;
    color: #fff;
    background: none
}
.btn-default:hover {
    background: #fc7d0e;
    border-color: #fc7d0e;
}
#slides {
    position: relative;
}
#slides .slides-container {
    display: none;
}
#slides .scrollable {
    *zoom: 1;
    position: relative;
    top: 0;
    left: 0;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    height: 100%;
}
#slides .scrollable:after {
    content: "";
    display: table;
    clear: both;
}
.slides-navigation {
    margin: 0 auto;
    position: absolute;
    z-index: 3;
    top: 46%;
    width: 100%;
}
.slides-navigation a {
    position: absolute;
    display: block;
}
.slides-navigation a.prev {
    left: 0;
}
.slides-navigation a.next {
    right: 0;
}
.slides-pagination {
    position: absolute;
    z-index: 3;
    bottom: 20px;
    text-align: center;
    width: 100%;
}
.slides-pagination a {
    border-radius: 15px;
    width: 10px;
    height: 10px;
    display: -moz-inline-stack;
    display: inline-block;
    vertical-align: middle;
    *vertical-align: auto;
    zoom: 1;
    *display: inline;
    background: #fff;
    margin: 2px;
    overflow: hidden;
    text-indent: -100%;
}
.slides-pagination a.current {
    background: #fff;
    border: 3px solid #fc7d0e;
    width: 15px;
    height: 15px;
}
.menu.sticky {
    position: fixed;
    top: 0;
    width: 100%;
    background: #0D2938;
    transition: all 0.5s linear;
    z-index: 9999999
}
.shrink {
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}
.shrink .logo img {
    width: 80%;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}
.shrink .wsmenu-list > li > a {
    padding: 22px 25px;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}
.about-us {
    margin: 0;
    padding: 40px 0;
    width: 100%;
    float: left;
}
.section-heading {
    margin: 0;
    padding: 0;
    width: 100%;
    float: left;
    text-transform: uppercase;
    font-weight: 900;
}
.section-heading h1 {
    font-weight: 900;
    color: #0d2636;
    margin: 0;
    line-height: 45px;
    border-left: 10px solid #fc7d0e;
    padding: 0 0 0 10px;
}
.about-us p {
    padding: 0 0 0 22px;
    margin: 15px 0 0 0;
    float: left;
    width: 100%;
}
.about-us img {
    width: 200%;
}
.service-bg {
    display: none
}
.services {
    margin: 0;
    padding: 0;
    width: 100%;
    float: left;
    background: url(img/service-bg.png) repeat fixed;
    position: relative;
    padding: 28px 0 70px;
    text-align: center
}
.section-icon {
    margin: 0;
    padding: 0;
    width: 110px;
    height: 110px;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    -webkit-border-radius: 50%;
    position: absolute;
    top: -50px;
    background: #fff;
    border: 5px solid #fc7d0e;
    text-align: center;
    left: 0;
    right: 0;
    margin: auto;
    color: #fc7d0e;
    font-size: 56px;
}
.heading-effect {
    border: 2px solid #fc7d0e;
    border-radius: 50%;
    display: inline-block;
    height: 15px;
    margin: 0 auto;
    position: relative;
    top: 48px;
    width: 15px;
}
.heading-effect::before {
    border-right: 2px dashed #fc7d0e;
    bottom: 0;
    content: "";
    height: 28px;
    left: 0;
    margin: auto;
    position: absolute;
    right: 0;
    top: -42px;
    width: 0;
    z-index: 21;
}
.service-block {
    margin: 0 0 30px 0;
    padding: 0;
    width: 100%;
    float: left;
    border: 2px solid #fff;
    background: #fc7d0e;
    border-radius: 15px;
    -moz-border-radius: 15px;
    -ms-border-radius: 15px;
    -o-border-radius: 15px;
    -webkit-border-radius: 15px;
    box-shadow: 1px 3px 8px 4px rgba(0, 0, 0, 0.35);
    transition: 0.5s all;
}
.service-block:hover {
    margin-top: -10px;
    transform: translateY(-10px);
}
.service-bg:nth-child(3n+1) {
    clear: both;
}
.heading {
    margin: 0;
    padding: 0;
    width: 100%;
    float: left;
}
.heading h2 {
    margin: 50px 0;
    padding: 0;
    text-transform: uppercase;
    font-weight: 900;
    color: #fff;
    font-size: 2.5em
}
.top-part {
    margin: 0;
    padding: 20px 10px;
    width: 100%;
    float: left;
    border-bottom: 2px solid rgba(0, 0, 0, 0.06);
}
.icon-part {
    margin: 0;
    padding: 0;
    width: 50px;
    height: 50px;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    -webkit-border-radius: 5px;
    text-align: center;
    background: #fff;
    float: left;
}
.service-heading {
    float: left;
    margin: 0;
    padding: 0 0 0 10px;
    text-align: left;
    width: 85%;
}
.service-heading h4 {
    margin: 0;
    padding: 0;
    text-transform: uppercase;
    font-weight: 900;
    color: #fff;
    line-height: 24px;
    height: 50px;
    display: table-cell;
    vertical-align: middle
}
.service-block p {
    padding: 10px;
    color: #fff;
    text-align: left;
    margin: 10px 0;
    float: left;
    width: 100%;
}
.tools {
    margin: 0;
    padding: 0;
    width: 100%;
    float: left;
    position: relative;
    padding: 28px 0;
    text-align: center
}
.tools .heading h2 {
    color: #0d2636
}
.service-tool {
    margin: 26px 0 0 0;
    padding: 0;
    list-style-type: none;
    text-align: right
}
.service-tool li {
    margin: 10px 0;
    padding: 0;
    display: inline-block;
    text-align: right;
    width: 100%;
}
.service-tool .fa.fa-check {
    border: 2px solid #fc7d0e;
    border-radius: 15px;
    color: #fc7d0e;
    font-size: 24px;
    height: 40px;
    margin: 0 0 0 10px;
    padding: 5px 0;
    text-align: center;
    width: 40px;
}
.service-tool.second {
    text-align: left;
}
.service-tool.second li {
    text-align: left;
}
.service-tool.second .fa.fa-check {
    margin: 0 10px 0 0;
}
.service-tool > li::after {
    content: "----";
    font-size: 27px;
    position: absolute;
    color: #FC7D0E;
    right: -19px;
    z-index: -1;
}
.service-tool.second > li::after {
    left: -19px;
    z-index: -1;
}
.service-tool > li:hover .fa.fa-check {
    background: #fc7d0e;
    color: #fff;
    transition: 0.5s all;
}
.contactus {
    margin: 0;
    padding: 15px 15px 50px 15px;
    width: 100%;
    float: left;
    background: #355375;
    border-radius: 15px;
    text-align: center;
    position: relative;
}
.contactus h4 {
    margin: 0;
    padding: 0;
    text-transform: uppercase;
    font-weight: 900;
    color: #fff;
    font-size: 3em;
    margin: 15px 0;
}
.contactus p {
    text-transform: uppercase;
    color: #fff;
    font-weight: 900;
    font-size: 1.5em
}
.links {
    margin: 0;
    padding: 0;
    width: 100%;
    position: absolute;
    bottom: -27px;
    right: 0;
    left: 0;
    margin: auto
}
.links .btn-default {
    background: #fc7d0e none repeat scroll 0 0;
    border: 3px solid #355375;
    padding-left: 59px;
    position: relative;
    width: 200px;
}
.links .btn-default:hover {
    background: #0D2938;
    color: #fff
}
.links .btn i {
    border-right: 2px solid rgba(0, 0, 0, 0.1);
    color: #fff;
    font-size: 22px;
    height: 50px;
    left: 0;
    padding: 12px 0;
    position: absolute;
    top: 0;
    width: 50px;
}
.footer {
    margin: 50px 0 0 0;
    padding: 0;
    width: 100%;
    background: url(img/service-bg.png) repeat fixed;
    float: left;
    padding: 45px 0
}
.footer h4 {
    margin: 0;
    padding: 0;
    width: 100;
    text-transform: uppercase;
    font-weight: 900;
    color: #fff;
    text-align: left;
    position: relative
}
.footer h4:after {
    content: "";
    background: #fff;
    width: 50px;
    height: 2px;
    position: absolute;
    bottom: -10px;
    left: 0
}
.footer ul {
    padding: 15px 0 0 20px;
    margin: 0;
    width: 100%;
}
.footer ul li {
    margin: 0;
    padding: 5px 0;
    width: 100%;
    display: inline-block;
    position: relative;
}
.footer ul li:after {
    content: "\f1db";
    font-family: FontAwesome;
    left: -20px;
    position: absolute;
    top: 6px;
    color: #fff
}
.footer ul li a {
    text-transform: uppercase;
    font-weight: normal;
    color: #fff;
    text-decoration: none;
    transition: 0.5s all
}
.footer ul li a:hover {
    color: #fc7d0e;
}
.contact-information ul {
    padding: 15px 0 0 50px;
}
.contact-information ul li {
    color: #fff;
}
.footer ul li:hover:after,
.footer ul li:hover a {
    color: #fc7d0e;
    transition: 0.5s all
}
.contact-information ul li:after {
    border: 3px solid #fc7d0e;
    border-radius: 15px;
    color: #fff;
    height: 40px;
    padding: 2px 0;
    text-align: center;
    width: 40px;
    left: -50px
}
.contact-information ul li:hover:after {
    background: #fc7d0e;
    color: #fff;
    transition: 0.5s all
}
.contact-information ul li:nth-child(3n+2) {
    padding-bottom: 15px
}
.contact-information ul li:nth-child(3n+1):after {
    content: "\f041"
}
.contact-information ul li:nth-child(3n+2):after {
    content: "\f003"
}
.contact-information ul li:nth-child(3n+3):after {
    content: "\f10b"
}
.contact-information ul li a {
    text-transform: lowercase
}
.copywrite-footer {
    margin: 0;
    padding: 15px 0;
    width: 100%;
    float: left;
    background: #fc7d0e;
    color: #fff;
    text-align: center;
}
.copywrite-footer p {
    margin: 0;
    padding: 0;
    text-transform: uppercase;
    font-weight: 900
}
.navbar-toggle {
    background: #fff none repeat scroll 0 0;
    border: 1px solid transparent;
    border-radius: 4px;
    float: right;
    margin: 20px 0;
    padding: 18px;
    position: relative;
    z-index: 99999999
}
.navbar-toggle .icon-bar {
    background: #000
}
.shrink .megamenu.clearfix {
    top: 92px;
}
.inner-page-header {
    margin: 0;
    padding: 150px 0 60px 0;
    width: 100%;
    float: left;
    background: #EC8D55 url(img/inner-backgroun.png) fixed;
    text-align: center;
    position: relative;
}
.inner-page-header h1 {
    text-transform: uppercase;
    font-weight: 900;
    color: #fff;
    position: relative;
    z-index: 999
}
.breadcrumb {
    background: none;
    float: left;
    width: 100%;
    position: relative;
    z-index: 999
}
.breadcrumb > li a {
    text-transform: uppercase;
    text-decoration: none;
    color: #fff;
    font-weight: 900
}
.breadcrumb > li a:hover {
    color: #FC7D0E;
}
.breadcrumb > li.active {
    color: #FC7D0E;
    text-transform: uppercase;
    text-decoration: none;
    font-weight: 900
}
.breadcrumb > li.item-current strong {
	font-weight:900
}
.breadcrumb > li.item-current {
    color: #FC7D0E;
    text-transform: uppercase;
    text-decoration: none;
    font-weight: 900
}
.inner-page-content {
    margin: 0;
    padding: 45px 0;
    width: 100%;
    float: left;
}
.innner-page-heading {
    margin: 0;
    padding: 0;
    width: 100%;
    text-transform: uppercase;
    font-weight: 900;
}
.text-white {
    color: #fff;
}
.feature-item {
    margin-bottom: 30px;
}
.feature-item h5 {
    color: #FC7D0E;
    font-size: 20px;
    font-weight: 900;
    text-transform: uppercase;
}
.feature-item h5 span {
    color: #FC7D0E;
    font-size: 20px;
    font-weight: 700;
    margin-right: 10px;
}
.feature-item p {
    color: #fff;
    font-size: 15px;
    line-height: 24px;
}
.feature-item.right-feature-item {
    text-align: left;
}
.feature-item.right-feature-item h5 span {
    margin-left: 10px;
    margin-right: 0;
}
.feature-item.right-feature-item.feature-divider .feature-divider-item {
    margin-left: 0;
}
.feature-item.feature-divider {
    padding: 66px 0;
}
.feature-item.feature-divider .feature-divider-item {
    background: #fff;
    height: 2px;
    margin-left: auto;
    position: relative;
    width: 125px;
}
.feature-item.feature-divider .feature-divider-item::before {
    background: #fff;
    border-radius: 50%;
    content: "";
    height: 5px;
    left: 0;
    position: absolute;
    top: -1px;
    width: 5px;
}
.feature-item.feature-divider .feature-divider-item::after {
    background: #fff;
    border-radius: 50%;
    content: "";
    height: 5px;
    position: absolute;
    right: 0;
    top: -1px;
    width: 5px;
}
.inner-page-content .services {
    background: none;
    padding-bottom: 0;
}
.inner-page-content .services .service-bg {
    display: block
}
.modal {
    z-index: 999999999999999999999999999999999
}
.modal-backdrop {
    background: #0f212f;
}
.modal-content {
    background: #fc7d0e;
    color: #fff;
}
.modal-title {
    font-weight: 900;
    margin: 0;
    text-transform: uppercase;
}
input[type="text"],
input[type="password"],
input[type="email"],
textarea,
select {
    padding: 15px 2px;
    height: auto
}
.panel-heading {
    background: #0D2938
}
.panel-heading h3 {
    text-transform: uppercase;
    font-weight: 900;
    margin: 0;
    color: #fff;
    padding: 15px 0
}
#contact-form .btn-default {
    color: #0D2938 !important
}
.input-group-addon {
    background: #fc7d0e;
    border-color: #fc7d0e;
    color: #fff
}
.input-group .form-control {
    border-color: #fc7d0e
}
.panel-heading h3 i {
    background: #fc7d0e none repeat scroll 0 0;
    border-radius: 15px;
    padding: 10px 14px;
    line-height: 22px;
    width: 45px;
    height: 45px;
    font-size: 20px;
    text-align: center
}
address {
    line-height: 30px
}
.form-control-feedback {
    top: 9px;
}
.sidebar {
    margin: 0;
    padding: 0;
    width: 100%;
}
.sidebar .sub-menu  {
    float: left;
    list-style-type: none;
    margin: 0;
    max-height: 356px;
    overflow-y: scroll;
    padding: 0;
    width: 100%;
}
.sidebar .sub-menu li {
    margin: 0;
    padding: 0;
    width: 100%;
    float: left;
	
}
.sidebar .sub-menu li a {
    margin: 0;
    padding: 10px 15px;
    width: 100%;
    border-bottom: 1px solid #000;
    color: #000 !important;
    text-decoration: none;
    text-transform: uppercase;
    font-weight: 900;
    float: left;
    transition: 0.2s all;
    -webkit-transition: 0.2s all;
    -moz-transition: 0.2s all;
    -ms-transition: 0.2s all;
    -o-transition: 0.2s all;
	background:none;
	border-radius:0;
	height:auto
}
.sidebar .sub-menu li:last-child a {
    border: none
}
.sidebar .sub-menu li a:hover {
    background: #FC7D0E;
    color: #fff
}
.product-services {
    margin: 0;
    padding: 0;
    width: 100%;
    float: left;
}
.product-services li {
    color: #000;
    float: left;
    margin: 15px 0;
    padding: 0 0 0 54px;
    position: relative;
    text-align: left;
    width: 48%;
}
.product-services li:after {
    content: "\f00c";
    font-family: FontAwesome;
    border: 2px solid #fc7d0e;
    border-radius: 15px;
    color: #fc7d0e;
    font-size: 24px;
    height: 40px;
    margin: 0;
    padding: 2px 0;
    text-align: center;
    width: 40px;
    position: absolute;
    left: 0;
    top: 0;
}
.product-services > li:nth-child(2n+1) {
    clear: both;
}
.panel {
    border: none
}
.mobile-close-icon {
    text-align: left !important;
    display: none;
}
.fa.fa-times {
    background: rgba(255, 255, 255, 0.5) none repeat scroll 0 0;
    border-radius: 50%;
    cursor: pointer;
    text-align: center;
    height: 35px;
    width: 35px;
    margin: 10px 0 10px 10px;
    padding: 9px 0;
}
.mobile-close-icon span {
    color: #fff;
    float: right;
    margin: 11px 10px 0 0;
}
.service-bg a {
    text-decoration: none;
    transition: 0.5s all;
    -webkit-transition: 0.5s all;
    -o-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -ms-transition: 0.5s all;
}
@media screen and (-webkit-min-device-pixel-ratio: 0) {
    .shrink .logo img {
        width: 258px;
    }
}
#top-link-block.affix-top {
    position: absolute;
    bottom: -82px;
    right: 10px;
}
#top-link-block.affix {
    position: fixed;
    bottom: 15px;
    right: 10px;
}
.well-sm {
    background: #FC7D0E;
    border-radius: 15px;
    border: 2px solid #fff;
    color: #fff;
    padding: 10px 14px;
    box-shadow: 0px 0px 6px 2px rgba(0, 0, 0, 0.11);
}
.well-sm:hover {
    background: #355375;
    color: #fff;
}
.well-sm:focus {
    color: #fff;
}
.has-error .input-group .form-control {
    border-color: #a94442
}
.has-success .input-group .form-control {
    border-color: #3c763d
}
.error-text {
    font-size: 10em !important
}
.sprite {
    background-image: url(img/icon-sprite.png);
    background-repeat: no-repeat;
    display: block;
}
.sprite-animation-based-e-learning-solutions {
    width: 50px;
    height: 50px;
    background-position: -5px -5px;
}
.sprite-application-simulation {
    width: 50px;
    height: 50px;
    background-position: -65px -5px;
}
.sprite-content-development {
    width: 50px;
    height: 50px;
    background-position: -125px -5px;
}
.sprite-conversion-to-html {
    width: 50px;
    height: 50px;
    background-position: -185px -5px;
}
.sprite-courseware-design-development-and-maintenance {
    width: 50px;
    height: 50px;
    background-position: -245px -5px;
}
.sprite-digital-learning-objects {
    width: 50px;
    height: 50px;
    background-position: -305px -5px;
}
.sprite-e-Learning-software-product-development-outsourcing {
    width: 50px;
    height: 50px;
    background-position: -5px -65px;
}
.sprite-e-learning-application-migration {
    width: 50px;
    height: 50px;
    background-position: -65px -65px;
}
.sprite-e-learning-consulting-and-staffing-services {
    width: 50px;
    height: 50px;
    background-position: -125px -65px;
}
.sprite-existing-application-enhancement {
    width: 50px;
    height: 50px;
    background-position: -185px -65px;
}
.sprite-game-based-learning {
    width: 50px;
    height: 50px;
    background-position: -245px -65px;
}
.sprite-interaction-and-scenario-based-learning {
    width: 50px;
    height: 50px;
    background-position: -305px -65px;
}
.sprite-interactive-ebook {
    width: 50px;
    height: 50px;
    background-position: -5px -125px;
}
.sprite-learning-management-services {
    width: 50px;
    height: 50px;
    background-position: -65px -125px;
}
.sprite-learning-portal {
    width: 50px;
    height: 50px;
    background-position: -125px -125px;
}
.sprite-learning-video-production {
    width: 50px;
    height: 50px;
    background-position: -185px -125px;
}
.sprite-live-teaching-and-booking-system {
    width: 50px;
    height: 50px;
    background-position: -245px -125px;
}
.sprite-lms-implementation-and-hosting {
    width: 50px;
    height: 50px;
    background-position: -305px -125px;
}
.sprite-localization-and-translation {
    width: 50px;
    height: 50px;
    background-position: -5px -185px;
}
.sprite-mobile-learning {
    width: 50px;
    height: 50px;
    background-position: -65px -185px;
}
.sprite-mooc-services {
    width: 50px;
    height: 50px;
    background-position: -125px -185px;
}
.sprite-moodle-services-learning-management-system {
    width: 50px;
    height: 50px;
    background-position: -185px -185px;
}
.sprite-multi-screen-design {
    width: 50px;
    height: 50px;
    background-position: -245px -185px;
}
.sprite-onsite-id-resources {
    width: 50px;
    height: 50px;
    background-position: -305px -185px;
}
.sprite-our-core-value {
    width: 100px;
    height: 100px;
    background-position: -5px -245px;
}
.sprite-our-e-learning-tools {
    width: 100px;
    height: 100px;
    background-position: -115px -245px;
}
.sprite-our-services {
    width: 100px;
    height: 100px;
    background-position: -225px -245px;
}
.sprite-our-strength {
    width: 100px;
    height: 100px;
    background-position: -365px -5px;
}
.sprite-our-vision-and-mission {
    width: 100px;
    height: 100px;
    background-position: -365px -115px;
}
.sprite-rapid-authoring {
    width: 50px;
    height: 50px;
    background-position: -365px -225px;
}
.sprite-service-icon {
    width: 44px;
    height: 44px;
    background-position: -425px -225px;
}
.sprite-testing-lab-for-multi-device {
    width: 50px;
    height: 50px;
    background-position: -425px -279px;
}
.sprite-training-solutions {
    width: 50px;
    height: 50px;
    background-position: -335px -339px;
}
.sprite-virtual-class-room {
    width: 50px;
    height: 50px;
    background-position: -395px -339px;
}
#colorPickerFrameCanvas {
    display: none;
}
.typed-cursor {
    opacity: 1;
    -webkit-animation: blink 0.7s infinite;
    -moz-animation: blink 0.7s infinite;
    animation: blink 0.7s infinite;
}
@keyframes blink {
    0% {
        opacity: 1;
    }
    50% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}
@-webkit-keyframes blink {
    0% {
        opacity: 1;
    }
    50% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}
@-moz-keyframes blink {
    0% {
        opacity: 1;
    }
    50% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}
.expert-heading {
    border-bottom: 1px solid rgba(0, 0, 0, 0.16);
    font-weight: 900;
    line-height: 30px;
    margin: 0 0 15px;
    padding: 15px 0;
    text-transform: uppercase;
}
.treeMenu li:first-child {
    display: none
}
.treeMenu li ul li:first-child {
    display: block
}
ul.treeMenu {
    margin-left: 30px;
    font-size: 11pt;
}
.treeMenu li {
    padding: 0 0 10px 10px;
    color: #000000;
    list-style-type: none;
    cursor: pointer;
}
.treeMenu li ul {
    display: none;
    margin-top: 10px;
}
.treeMenu > li > ul > li {
    border-left: 1px dotted #cccccc;
}
.treeMenu li a {
    color: #000000;
    font-weight: normal;
}
.treeMenu li a.selectedDoc {
    background-color: #e3e3e3;
}
.treeMenu li span.pipe {
    color: #cccccc;
}
.treeMenu li i {
    background: #e76e27 none repeat scroll 0 0;
    border-radius: 15px;
    color: #fff;
    font-size: 22px;
    height: 45px;
    margin: 0 12px 0 0;
    padding: 11px 0;
    text-align: center;
    width: 45px;
}
#custom-slider {
    background-size: cover;
    background-attachment: fixed;
}
/*.current-menu-item  a{
	border-bottom: 3px solid #fc7d0e;
    text-decoration: none;
}*/

.typed_perview_div {
	white-space:normal !important;
}
.input-group br {
	display:none
}
.wpcf7-form-control-wrap input {
	width:100%;
	border-radius:0;
	border-color:rgb(252,125,14)
}
.wpcf7-form-control-wrap textarea {
	width:100%;
	border-radius:0;
	border-color:rgb(252,125,14)
}
.wpcf7-form-control-wrap {
    float: left;
    position: relative;
    width: 100%;
}
.wpcf7-not-valid-tip {
    bottom: -30px;
    position: absolute;
    width: 100%;
}
.invalid .input-group {
	float: left;
    margin-bottom: 30px;
	width: 100%;
}
.wpcf7-form-control.wpcf7-submit {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    border: medium none;
    color: #000;
    text-transform: uppercase;
}

.sidebar .menu-item.menu-item-type-post_type.menu-item-object-page{
	display:none
}
.sidebar .menu-item-has-children {
	display:inherit !important
}

.sidebar .menu-item-has-children  .menu-item.menu-item-type-post_type.menu-item-object-page {
	display:inherit !important
}
.sidebar .menu-item-has-children  .menu-item.menu-item-type-post_type.menu-item-object-page a {
	display:inherit !important
}


.sidebar .menu-item.menu-item-type-post_type.menu-item-object-page.current-menu-ancestor.current-menu-parent.current_page_parent.current_page_ancestor.menu-item-has-children.menu-item-49 a {
	display:none
}

.current-menu-item .menu-item.menu-item-type-post_type.menu-item-object-page a {
    border-bottom: medium none !important;
}
.footer .current-menu-item a {
	border:none !important
}
/*.menu-item-has-children:after {
	
    border-left: 4px solid rgba(0, 0, 0, 0);
    border-right: 4px solid rgba(0, 0, 0, 0);
    border-top: 4px solid #b3b3b3;
    content: "";
    float: right;
    height: 0;
    margin: 0 0 0 9px;
    position: absolute;
    text-align: right;
    top: 50%;
    width: 0;
	right:7px
}*/
/*.menu-item-has-children{
	position:relative;
}*/

.megamenu .arrow {
	display:none
}
.footer h4 {
	width:100%;
}
input[type="tel"] {
    background: #fff none repeat scroll 0 0;
    border: 1px solid #b9b9b9;
    border-radius: 2px;
    color: #2c2c2c;
    display: block;
    outline: medium none;
    padding: 2px;
    text-indent: 4px;
}
input[type="tel"] {
    height: auto;
    padding: 15px 2px !important;
}