/*@import url('https://fonts.googleapis.com/css?family=Roboto:100,100i,300,300i,400,400i,500,500i,700,700i,900,900i');/*@font-face {    font-family: 'NexaFreeBoldwebfont';    src: url('./NexaFreeBoldwebfont.eot');    src: local('NexaFreeBoldwebfont'), url('./NexaFreeBoldwebfont.woff') format('woff'), url('./NexaFreeBoldwebfont.ttf') format('truetype');}*/
@font-face {
    font-family: Conv_CircularStd-Medium;
    src: url(../fonts_v2/CircularStd-Medium.eot);
    src: local("☺"), url(../fonts_v2/CircularStd-Medium.woff) format("woff"), url(../fonts_v2/CircularStd-Medium.ttf) format("truetype"), url(../fonts_v2/CircularStd-Medium.svg) format("svg");
    font-weight: 400;
    font-style: normal;
}
@font-face {
    font-family: Conv_CircularStd-Bold;
    src: url(../fonts_v2/CircularStd-Bold.eot);
    src: local("☺"), url(../fonts_v2/CircularStd-Bold.woff) format("woff"), url(../fonts_v2/CircularStd-Bold.ttf) format("truetype"), url(../fonts_v2/CircularStd-Bold.svg) format("svg");
    font-weight: 400;
    font-style: normal;
}
/*Live Chat CSS End*/
body {
    font-family: 'Open Sans', sans-serif;
    background: #FFF;
    color: #000;
    text-align: justify;
}

p {
    line-height: 25px;
}

a:hover {
    text-decoration: none;
}
/*h1{font-family: 'NexaFreeBoldwebfont' !important;}*/
img.header-img {
    width: 100%;
}

.navbar {
    border: 1px solid #eee;
    border-radius: 0;
}

/*#navbar-main-collapse {
    padding: 9px 0px 0;
    margin-left: 23%;
}*/

.navbar-toggle.mobile-menu {
    font-size: 25px;
    border: 1px solid #fff;
    color: #fff;
    padding: 0px 10px;
}

.navbar-custom .container {
    background: rgba(0, 0, 0, 0.3) none repeat scroll 0 0;
}

ul.nav.navbar-nav {
    padding: 0px 0;
}

.nav.navbar-nav li {
    padding: 0px 0px;
}

    .nav.navbar-nav li.buynow a:hover {
        border-bottom: none;
        color: #fff;
        background-color: #41ad5e;
    }

    .nav.navbar-nav li a {
        color: #000;
        cursor: pointer;
        font-size: 14px;
        line-height: 22px;
        font-weight: bold; /* padding: 5px 10px;*/
        text-transform: uppercase; /*text-shadow: 1px 2px 3px #000;*/
        padding: 8px 24px;
        margin: 0 10px 0px 10px;
        font-family: 'Roboto', sans-serif;
    }

        .nav.navbar-nav li a.active {
            color: #41ad5e;
        }

        .nav.navbar-nav li a:hover {
            /*border-bottom:2px solid #41ad5e;*/
            background: transparent;
            color: #41ad5e !important;
        }

.dropdown-menu > li:first-child a {
    border-top: 0;
}

.dropdown-menu > li a {
    /*  border-bottom: 1px solid #ccc;*/
    padding: 4px 0px !important;
    white-space: normal;
   /* color: #797979 !important;*/         /****new/***/
}

    .dropdown-menu > li a:hover {
        /* border-bottom: 1px solid #41ad5e !important;*/
    }

a.login { /*border: 1px solid #fff;    border-radius: 3px;*/
}

a.buy-now { /*border: 1px solid #fff;    border-radius: 3px;*/
    background-color: red;
    margin-right: 25px;
    color: #FFF !important;
}

.login-nav a {
    color: #fff;
    padding: 5px 10px;
    font-weight: bold;
    margin: 0px 10px;
    text-transform: uppercase;
    text-shadow: 1px 2px 3px #000;
}

    .login-nav a:hover {
        text-decoration: none;
    }

.login-nav.navbar-right {
    padding: 35px 0;
}

.header-txt-top p {
    font-size: 25px;
}

.header-txt-top h1 {
    font-size: 53px;
    margin-bottom: 0;
}

.header-txt-top {
    color: #fff;
    position: absolute;
    top: 150px; /*font-family: 'NexaFreeBoldwebfont' !important;*/
    text-shadow: 0 1px 1px #000;
    left: 20%;
}

.header-txt-bottom {
    color: #fff;
    position: absolute;
    bottom: 20px; /*font-family: 'NexaFreeBoldwebfont' !important;*/
    text-shadow: 0 1px 1px #000;
    text-align: center;
    width: 100%;
}

.header-txt-top-inner {
    border-left: 3px solid #fff;
    margin-bottom: 0;
    margin-right: auto;
    margin-top: 0;
    padding-left: 10px;
    width: 100%;
}

a.quiz-button {
    background-color: #952682;
    border: 1px solid #952682;
    border-radius: 5px;
    box-shadow: -2px -2px 0 0 #3d1036;
    color: #fff;
    font-size: 20px;
    padding: 5px;
}

a:hover.quiz-button {
    text-decoration: none;
}

.header-txt-bottom-inner > h1 {
    font-size: 30px;
    margin-bottom: 0px;
}

.header-txt-bottom-inner > h2 {
    font-size: 25px;
    margin-top: 0px;
}

.arrow-down {
    background: #fff none repeat scroll 0 0;
    border-radius: 15px;
    color: #000;
    padding: 5px 7px;
}

.double-down-red {
    background: #e93723 none repeat scroll 0 0;
    border-radius: 20px;
    color: #fff;
    font-size: 20px;
    padding: 5px 10px;
    position: relative;
    top: -15px;
}

.main-content {
    background-color: #fff;
}

.count {
    margin: 5px 0px;
}

.count-number {
   color:#fff;
   font-size: 25px; 
   font-weight: 600;
}
.count-text {
	color:#fff;
    font-size: 13px;
    text-transform: uppercase;
    font-weight: 600;
	position:relative;
	top:10px;
}
.count-text span{
	display: block;
	margin-top: -5px;
}
.count-top{
	top: 3px;
}	

.heading > span {
    color: #05a2f3;
    font-size: 18px;
}

.nav-tabs {
    border-bottom: 2px solid #DDD;
    vertical-align: bottom;
}

    .nav-tabs > li.active > a, .nav-tabs > li.active > a:focus, .nav-tabs > li.active > a:hover {
        border-width: 0;
    }

    .nav-tabs > li > a {
        border: medium none;
        color: #000000;
        font-size: 16px;
        font-weight: normal;
        font-family: "Roboto" !important;
    }

.nav-course .nav.navbar-nav li a:hover {
    background: transparent;
    border-color: #fff;
}

.nav-course .nav.navbar-nav li a {
    color: #fff;
}

.nav-course {
    background: rgba(0, 0, 0, 0);
    box-shadow: none !important;
    color: #fff;
}

    .nav-course .container-fluid {
        padding-top: 0px;
    }

    .nav-course .dropdown-menu {
        /*background: #000;*/
    }

.custom-tab {
    z-index: 1;
}

    .custom-tab .nav-tabs li {
        border-right: 1px solid;
        float: left;
        margin: 4px 0;
    }

    .custom-tab .nav li a {
        padding: 0 15px;
    }

.methodalogy-image {
    position: relative;
    right: -20%;
    top: -130px;
    margin-bottom: -100px;
}

#top-courses .course-tab .nav-tabs > li a {
    text-transform: uppercase;
}

.nav-tabs > li.active > a, .nav-tabs > li.active > a:focus, .nav-tabs > li.active > a:hover {
    background: transparent;
    border-bottom: 2px solid #41ad5e;
    cursor: pointer;
    font-weight: bold;
    color: #41ad5e;
}

.nav-tabs > li > a:hover {
    background: transparent;
    border-bottom: 2px solid #41ad5e;
    color: #41ad5e;
}
/* .nav-tabs > li > a::after { content: ""; background: #4285F4; height: 2px; position: absolute; width: 100%; left: 0px; bottom: -1px; transition: all 250ms ease 0s; transform: scale(0); } */ /* .nav-tabs > li.active > a::after, .nav-tabs > li:hover > a::after { transform: scale(1); } */ /* .tab-nav > li > a::after { background: #21527d none repeat scroll 0% 0%; color: #fff; } */
.tab-pane {
    padding: 15px 0;
}

.tab-content { /*padding:0 0 0 60px*/
}

.course-tab { /* border-bottom: 1px solid #EEE; */
    margin-top: 0;
    margin-bottom: 15px;
}

    .course-tab .nav-tabs {
        border-bottom: medium none;
        display: inline-table;
    }

        .course-tab .nav-tabs > li:first-child {
            border-left: 0px;
        }

        .course-tab .nav-tabs > li {
            border-left: 1px solid #DDD;
        }

        .course-tab .nav-tabs > li {
            display: inline;
            float: left;
            margin-bottom: -1px;
        }

    .course-tab a {
        color: #000000;
        font-size: 14px;
        font-weight: bold;
        padding: 0px 30px;
    }

    .course-tab ul li a {
        border-bottom: 2px solid #fff;
        margin: 2px 15px 1px;
        padding: 3px 5px 5px;
    }

    .course-tab .tab-content {
        padding: 0;
        margin-top: 10px;
    }

    .course-tab a:hover {
        text-decoration: none;
    }

    .course-tab .tab-pane {
        padding: 0;
    }

.carousel_box { /*  border-bottom: 3px solid #41ad5e; */ /* border: 1px solid #ddd; */
    margin: 10px 0px;
    /*box-shadow: 0px 1px 3px 0 #000000;*/
}

.carousel_ul {
    font-size: 14px;
    line-height: 25px;
    list-style: outside none none;
    padding: 10px 15px;
}
/*.feature_box_inner {    border: 2px solid #eee;    float: left;    padding: 15px;    margin-top: -3px;    margin-bottom:10px;}*/
.feature_box_inner p {
    font-size: 14px;
    line-height: 20px;
    margin-bottom: 12px;
}

.feature_box_inner img {
    vertical-align: middle;
    text-align: center;
}

.infograph_inner img {
    width: 100%;
    max-width: 294px;
    margin-bottom: 10px;
}

.ititrade-content-head {
    position: absolute;
    bottom: -70px;
}

p.author {
    color: #333;
    font-size: 14px;
    line-height: 18px !important;
    margin-top: 12px;
    font-weight: bold !important;
}

.success-stories {
    margin: 12px 0 0;
}

    .success-stories .feature_box_inner {
        border: 2px solid #eee;
        float: left;
        padding: 20px 0;
        margin-top: -3px;
        margin-bottom: 10px;
    }

        .success-stories .feature_box_inner p {
            line-height: 20px;
            margin-bottom: 0;
        }

        .success-stories .feature_box_inner img {
            vertical-align: middle;
            text-align: center;
            border: 1px solid #eee;
            padding: 10px;
            border-radius: 3px;
            width: 140px;
        }

.stories-heading {
    font-size: 14px;
    font-weight: bold;
}

.stories-subheading {
    display: block;
    font-size: 13px;
    font-weight: bold; /* text-align: left; */
}

.about-section p {
    line-height: 25px;
    font-size: 15px;
}

.state a {
    padding: 0px 15px;
}

.story-link > a { /* background: #41ad5e none repeat scroll 0 0;    color: #fff;    padding: 3px;     float:right;*/
    border-bottom: 1px solid;
    font-weight: 600;
    margin: 0 5px;
    font-size: 13px;
}

.legend-right {
    background: #fff none repeat scroll 0 0;
    padding: 0 5px;
    position: absolute;
    right: 30px;
    top: -10px;
    z-index: 1;
    font-weight: 600;
}

h1.limitless-title {
    font-size: 22px;
    margin-bottom: 15px;
    margin-top: 0;
    line-height: 30px;
}

.limithead {
    margin-top: 30px;
}

.legend-left {
    background: #fff none repeat scroll 0 0;
    padding: 0 5px;
    position: absolute;
    left: 30px;
    top: -10px;
    z-index: 1;
    font-weight: 600;
}

hr.border-green {
    border-color: #41ad5e !important;
    border-width: 3px;
    position: relative;
    top: 2px;
}

hr.border-orange {
    border-color: #e79800 !important;
    border-width: 3px;
}

.btn-green {
    background-color: #41ad5e;
    border-color: #41ad5e;
    color: #fff !important;
    padding: 5px !important;
}

.carousel_ul li span {
    margin-left: 10px;
}

.course_head {
    background-color: #41ad5e;
    color: #fff;
    font-size: 14px;
    margin: 0 !important;
    text-align: left;
    text-transform: uppercase;
    padding: 10px;
    text-align: center;
}

.carousel_box_p {
    padding: 0px 10px font-size:12px;
}

.course_img {
    width: 100%;
}

.nav .open > a, .nav .open > a:focus, .nav .open > a:hover {
    background-color: none !important;
    border-color: #337ab7;
}

.carousel_box_inner { /* padding: 3px; */
}

    .carousel_box_inner p {
        padding: 5px 32px;
    }

.carousel-indicators li {
    background-color: #eee;
    border: 1px solid #fff;
    border-radius: 10px;
    cursor: pointer;
    display: inline-block;
    height: 5px;
    margin: 1px;
    text-indent: -999px;
    width: 30px;
}

.carousel-indicators .active {
    background-color: #41ad5e;
    height: 5px;
    margin: 0;
    width: 30px;
}

.carousel-indicators {
    bottom: -30px !important;
    margin: 0 0 0 -30%;
}

.footer-section {
    background-color: #fff;
}

.heading {
    font-size: 25px;
    font-family: Conv_CircularStd-Medium;
    letter-spacing: 1px;
    line-height: 28px;
    text-transform: uppercase;
    font-weight: 400 !important;
}

.sub-heading {
    font-size: 19px;
    font-family: Conv_CircularStd-Medium;
    letter-spacing: 1px;
    line-height: 28px;
    text-transform: none;
    font-weight: 400 !important;
    margin-bottom: 0px;
    text-align: left;
    /*padding-left: 80px;*/
    padding-bottom : 20px;
}

.sub-heading11 {
    font-size: 19px;
    font-family: Conv_CircularStd-Medium;
    letter-spacing: 1px;
    line-height: 28px;
    text-transform: none;
    font-weight: 400 !important;
    margin-bottom: 0px;
    text-align: left;
    padding-left: 80px;
    padding-bottom: 20px;
}   

.team-box h4 {
    font-weight: 700;
}

.bg-green {
    /*background: #41ad5e;*/
    padding: 7px 0;
}

.padding-zero {
    padding: 0px !important;
}

.padding-two {
    padding: 0px 2px !important;
}

.padding-lr-one {
    padding: 0px 1px !important;
}

.margin-tb-one {
    margin: 1px 0px !important;
}

.padding-left-zero {
    padding-left: 0px !important;
}

.padding-right-zero {
    padding-right: 0px !important;
}

.padding-left-two {
    padding-left: 2px !important;
}

.padding-right-two {
    padding-right: 2px !important;
}

.margin-zero {
    margin: 0px !important;
}

.margin-top-ten {
    margin-top: 10px;
}

.margin-top-30 {
    margin-top: 30px;
}

.margin-bottom-25 {
    margin-bottom: 25px;
}

.margin-bottom-zero {
    margin-bottom: 0px;
}

.margin-top-zero {
    margin-top: 0px;
}

.borderbottom1px {
    border-bottom: 1px solid #eee;
}

.align-center {
    text-align: center;
}

.align-left {
    text-align: left;
}

.align-right {
    text-align: right;
}

.font-size-16 {
    font-size: 16px;
}

.font-size-15 {
    font-size: 15px;
}

.float-left {
    float: left;
}

.float-right {
    float: right;
}

.margin-auto {
    margin: 0px auto !important;
}

.bold {
    font-weight: bold;
}

.fullwidth {
    width: 100%;
}

.icon-image > img {
    background: #000000 none repeat scroll 0 0;
    border: 1px solid #333;
    border-radius: 50%;
    padding: 10px;
}

.icon-image img:hover {
    background: #41ad5e none repeat scroll 0 0;
}

.icon-text {
    font-family: open sans;
    font-size: 15px;
    font-weight: bold;
    margin-top: 10px;
}

.news-section p {
    color: #333;
    font-size: 13px;
}

.news-section h4 {
    font-size: 15px;
}

.news-section a {
    color: #e93723;
}

    .news-section a:hover {
        text-decoration: none;
    }

p.event-date {
    color: #e93723;
    font-size: 25px;
    margin-top: 15px;
}

.event-date > span {
    color: #41ad5e;
    font-size: 35px;
    font-weight: bold;
}

img.news-image {
    width: 100%;
}

.updates {
    background: #BABABA; /*margin-top:80px;*/
    height: 121px !important;
}

.update-image {
    position: relative;
    top: -10px;
}

.updates h4 {
    margin-top: 20px;
}

.red-button {
    background: red none repeat scroll 0 0;
    border-radius: 3px;
    color: #fff !important;
    padding: 1px 10px;
}

.heading-footer {
    color: #fff;
	font-family: open sans !important;
	font-size: 14px;
	font-weight: 700;
	padding: 5px 0px 15px;
	margin: 0;
	text-transform: uppercase;
	letter-spacing: .025em;
	border-bottom: 1px solid #323436;
}

.course-tab.mobile a {
    background: #fff;
    width: 100%;
    float: left;
    padding: 10px 5px;
    color: #41ad5e;
    text-transform: uppercase;
    box-shadow: 0px 0.5px 1px 0px #888;
    border-bottom: 2px solid #fff;
}

    .course-tab.mobile a:hover {
        border-bottom: 2px solid #41ad5e;
    }

.course-tab.mobile div {
    margin-bottom: 10px;
}

.story-link {
    position: absolute;
    bottom: 20px;
    right: 10px;
}

.fa.fa-home.logo {
    position: absolute;
    right: 20px;
    bottom: 7px;
    font-size: 25px;
    color: #ff4530;
}

.fa.fa-home.logo-mobile {
    position: absolute;
    right: -3px;
    bottom: 4px;
    font-size: 20px;
    color: #334cb7;
}

.navbar-brand.mobile-logo {
    position: relative;
}

ul.footer-list {
    list-style: outside none none;
    padding: 12px 0 0;
	margin-bottom: 0;
	font-weight: 600;
}

footer {
    background: #16181a;
    color: #777879;
    padding: 10px;
	font-size:13.5px;
}

    footer p {
        margin-bottom: 0;
    }

    footer a {
        color: #777879;
        padding: 0 6px;
    }
	footer a:hover {
        color: #fff;
    }

    footer .footer-icons {
        text-align: right;
    }

.footer-list > li {
    font-size: 14px;
    padding: 0;
	color: #777879;
	line-height:32px;
}

.footer-list a {
    color: #777879;
	line-height: 28px;
}

    .footer-list a:hover {
        text-decoration: none;
		color: #fff;
    }

.footer-list img {
    margin-right: 10px;
}

.footer-bottom {
    background: #41ad5e none repeat scroll 0 0;
    color: #fff;
}

    .footer-bottom img {
        padding: 0 2px;
    }

    .footer-bottom p {
        margin: 3px 0;
    }

    .footer-bottom a {
        color: #fff;
        padding: 0 5px;
    }

        .footer-bottom a:hover {
            text-decoration: none;
        }

.skills, .visu {
    margin: 0 auto;
}

.skills {
    width: 70%;
    margin: 0 auto;
    text-align: justify;
    text-align-last: center;
}

.visu {
    width: 80%;
}

.content-box {
    display: block;
    float: left;
}

.content-box-o {
    border: 1px solid #ddd;
    padding: 25px 0 10px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

.content-box-o-no-border {
    border: 0;
    padding: 25px 0 10px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

.content-box.content-box-center {
    text-align: center;
    float: none !important;
}

.content-box.content-box-left {
    text-align: left;
}

.content-box.content-box-right {
    text-align: right;
}

.content-box.content-box-inverse h5 {
    color: #fff;
}

.content-box.content-box-inverse p {
    color: #ccc;
}

.content-box.content-box-center i, .content-box.content-box-center span, .content-box.content-box-left i, .content-box.content-box-left span, .content-box.content-box-right i, .content-box.content-box-right span {
    margin: 0 auto;
    font-size: 40px;
}

.content-box.content-box-left i, .content-box.content-box-left span {
    margin-left: 0;
}

.content-box.content-box-right i, .content-box.content-box-right span {
    margin-right: 0;
}

.content-box.content-box-icon i, .content-box.content-box-icon span, .content-box.content-box-icon-o i, .content-box.content-box-icon-o span {
    display: block;
    width: 75px;
    height: 75px;
    padding-top: 18px;
    margin-bottom: 20px;
    text-align: center;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    font-size: 35px;
}

.content-box.content-box-icon-circle i, .content-box.content-box-icon-circle span, .content-box.content-box-icon-o-circle i, .content-box.content-box-icon-o-circle span {
    display: block;
    width: 80px;
    height: 80px;
    padding-top: 20px;
    margin-bottom: 20px;
    text-align: center;
    -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
    border-radius: 100px;
}

.content-box.content-box-right-icon, blockquote.blockquote-pasific-reverse {
    text-align: right;
}

.content-box-icon-circle, .content-box-icon-o-circle {
    font-size: 35px;
}

.content-box.content-box-icon i, .content-box.content-box-icon span, .content-box.content-box-icon-circle i, .content-box.content-box-icon-circle span {
    color: #fff;
}

.content-box.content-box-icon-o i, .content-box.content-box-icon-o span, .content-box.content-box-icon-o-circle i, .content-box.content-box-icon-o-circle span {
    border-width: 1px;
    border-style: solid;
}

.content-box.content-box-left-icon i, .content-box.content-box-left-icon span {
    float: left;
    margin: 0 15px 0 0;
    font-size: 40px;
}

.content-box.content-box-left-icon h4, .content-box.content-box-left-icon h5 {
    float: left;
}

.content-box.content-box-left-icon p {
    margin-top: 10px;
    float: left;
}

.content-box-left-icon.content-box-icon i, .content-box-left-icon.content-box-icon span, .content-box-left-icon.content-box-icon-circle i, .content-box-left-icon.content-box-icon-circle span, .content-box-left-icon.content-box-icon-o i, .content-box-left-icon.content-box-icon-o span, .content-box-left-icon.content-box-icon-o-circle i, .content-box-left-icon.content-box-icon-o-circle span {
    margin-bottom: 50px;
    position: absolute;
    top: 5px;
}

.content-box-left-icon.content-box-icon h4, .content-box-left-icon.content-box-icon h5, .content-box-left-icon.content-box-icon-circle h4, .content-box-left-icon.content-box-icon-circle h5, .content-box-left-icon.content-box-icon-o h4, .content-box-left-icon.content-box-icon-o h5, .content-box-left-icon.content-box-icon-o-circle h4, .content-box-left-icon.content-box-icon-o-circle h5 {
    margin: 0 0 0 90px;
    float: left;
}

.content-box-left-icon.content-box-icon p, .content-box-left-icon.content-box-icon-circle p, .content-box-left-icon.content-box-icon-o p, .content-box-left-icon.content-box-icon-o-circle p {
    float: left;
    margin: 10px 0 0 90px;
}

.content-box.content-box-right-icon i, .content-box.content-box-right-icon span {
    float: right;
    margin: 0 15px 0 0;
    font-size: 40px;
}

.content-box.content-box-right-icon h4, .content-box.content-box-right-icon h5 {
    margin-right: 80px;
}

.content-box.content-box-right-icon p {
    margin-top: 10px;
    margin-right: 20px;
    float: right;
}

.content-box-right-icon.content-box-icon i, .content-box-right-icon.content-box-icon span, .content-box-right-icon.content-box-icon-circle i, .content-box-right-icon.content-box-icon-circle span, .content-box-right-icon.content-box-icon-o i, .content-box-right-icon.content-box-icon-o span, .content-box-right-icon.content-box-icon-o-circle i, .content-box-right-icon.content-box-icon-o-circle span {
    margin-bottom: 50px;
    position: absolute;
    top: 5px;
    right: 0;
}

.content-box-right-icon.content-box-icon h4, .content-box-right-icon.content-box-icon h5, .content-box-right-icon.content-box-icon-circle h4, .content-box-right-icon.content-box-icon-circle h5, .content-box-right-icon.content-box-icon-o h4, .content-box-right-icon.content-box-icon-o h5, .content-box-right-icon.content-box-icon-o-circle h4, .content-box-right-icon.content-box-icon-o-circle h5 {
    margin: 0 100px 0 0;
    float: right;
}

.content-box-right-icon.content-box-icon p, .content-box-right-icon.content-box-icon-circle p, .content-box-right-icon.content-box-icon-o p, .content-box-right-icon.content-box-icon-o-circle p {
    margin: 10px 100px 0 0;
}

.testimonial-img {
    height: 150px;
}

@media screen and (max-width: 998px) {
    .methods-but {
        background: #41ad5e none repeat scroll 0 0;
        border: 1px solid #41ad5e;
        float: left;
        padding: 3px;
        width: 100%;
    }

        .methods-but a {
            color: #fff;
            font-size: 16px !important;
            margin-bottom: 0;
        }

    .pull-right i {
        color: #fff;
        font-size: 16px;
    }

    .methods-but i:hover {
        color: #ff4530;
        cursor: pointer;
    }

    .course-tab a {
        padding: 0 4px;
    }
}
@media screen and (max-width: 769px) {

    .cd-demo {
        padding: 7px !important;
        right: 1px;
        top: 247px;
        font-size: 11px;
    }
    /****new***/
    #offer .owl-controls .owl-pagination {
        display: none;
    }

    #navbar-main-collapse {
        margin-left: 0% !important;
    }

    .logo-img {
        float: left !important;
    }

    .nav.navbar-nav li a {
        font-size: 12px;
        padding: 5px 0;
    }

    .testimonial-triangle-isosceles .testimonial-footer {
        position: none !imp;
    }

    .cont-test {
        text-align: center;
        margin: 20px 0px;
        width: 100%;
    }

    .navbar-brand {
        height: auto !important;
        padding: 5px 15px !important;
    }

    .logo-img {
        width: 180px;
    }

    .login-nav.navbar-right {
        padding: 18px 0;
        float: right;
    }

    .login-desk {
        display: none !important;
    }

    .login-mobile {
        display: block !important;
    }

    .header-txt-top p {
        font-size: 20px;
    }

    .header-txt-top h1 {
        font-size: 35px;
        margin-bottom: 0;
    }

    .header-txt-top {
        top: 70px;
    }

    a.login {
        border: none;
        border-radius: none;
    }

    a.buy-now {
        border: none;
        border-radius: none;
        background-color: none;
    }

    .tab-content { /* padding: 0 0 0 20px;*/
    }

    .buy-but-mobile {
        display: block;
    }

    .buy-but-mobile {
        color: #ff4530 !important;
        display: block !important;
        position: absolute;
        right: 70px;
        top: 20px;
    }

    .buy-but-login {
        display: block;
    }

    .buy-but-login {
        color: #ff4530 !important;
        display: block !important;
        position: absolute;
        right: 10px;
        top: 20px;
    }

    a.buy-login {
        border: 1px solid #C00;
        border-radius: 3px;
        background-color: red;
        margin-right: 5px;
        color: #FFF !important;
        padding: 1px 5px;
    }
}

@media screen and (max-width: 480px) {

    /***** new ****/
	.iti-digcont table{
		margin:0 !important;
	}
    #header .navbar-header {
        padding: 6px 0px 0;
    }

    #header #navbar-main-collapse {
        height: 325px;
        overflow: auto;
    }

    #header .navbar-form {
        margin: 0;
        padding: 0 15px;
    }

    /* #header input { */
        /* margin: 0; */
        /* height: 25px; */
        /* padding: 0; */
    /* } */

   

        #header .nav-res > li > a:hover {
            border-bottom: 1px solid #41ad5e;
        }

    #navbar-main-collapse1 {
        padding: 0 0px;
        background-color: #111;
        position: absolute;
        width: 100%;
        z-index: 9999;
    }

    #navbar-main-collapse2 {
        padding: 0 0px;
        background-color: #111;
        position: absolute;
        width: 100%;
        z-index: 9999;
    }

    #navbar-main-collapse3 {
        padding: 0 0px;
        background-color: #111;
        position: absolute;
        width: 100%;
        z-index: 9999;
    }

   
    .marg-top-res .buy-now-btn {
        padding: 3px;
        font-size: 12px;
    }

    .signin-cred-res {
        font-size: 11px;
        padding: 2px;
        overflow: hidden;
    }

        .signin-cred-res a {
            color: #000;
        }

    .img-res {
        float: left;
    }

    .marg-top-res {
        margin-top: 4px;
    }

    .sub-heading {
        margin-top: 0;
		font-size:17px !important;
		font-weight:600 !important;
    }

    .price-header .block-title {
        font-size: 17px !important;
        text-align: center;
        margin: 0;
        padding-bottom: 0 !important;
    }

    .service-color > p {
        width: 100% !important;
    }

    .show-more1 {
        left: 65% !important;
    }

    #ititrade_page .btn-lightgreen {
        margin-bottom: 7px;
        margin-right: 8px !important;
    }

    .iti-dept {
        margin-left: 0 !important;
    }

    #iti-page .dev-header {
        font-size: 15px !important;
        top: 20% !important;
    }

    .video-text {
        padding: 10px !important;
        top: 40% !important;
        font-size: 15px !important;
    }

        .video-text strong {
            font-size: 15px !important;
        }

    .custom-product span {
        margin-left: 0 !important;
    }

    .custom-product .align-left {
        text-align: left;
    }

    .dev-mecthod-mech h1 {
        text-align: left;
    }

    h1.dev-header {
        font-size: 15px;
    }

    .deprt-scroll .coursediv {
        text-align: left;
    }

    .contribution .nav-tabs > li a {
        font-size: 12px;
        text-align: center;
        padding: 5px 4px;
        margin: 0 7px;
    }

    .team .nav-tabs > li a {
        font-size: 12px;
        text-align: center;
        padding: 7px 13px;
    }

    .prdct-video {
        text-align: right;
    }

    .buynowpopup-banner {
        background: none;
    }

    .banner-cont {
        background: none !important;
    }

        .banner-cont h2 {
            color: #000 !important;
            font-weight: 700;
            font-size: 12px;
        }

    #offer {
        box-shadow: none !important;
    }

    .margin-top-20 {
        margin: 0;
    }

    #offer .owl-prev {
        left: -18px !important;
    }

    #offer .owl-next {
        right: -18px !important;
    }

    #offer .owl-controls .owl-pagination {
        display: none;
    }

    #offer .owl-wrapper {
        width: 700px !important;
    }

    .bg-green {
        padding: 0;
    }

    .lead {
        font-size: 15px !important;
    }

    .heading {
        font-size: 22px;
    }

    .icon-box {
        width: 65px !important;
        height: 55px !important;
    }

    .content-box.content-box-center span {
        font-size: 30px;
    }

    .content-box h4 {
        font-size: 12px;
        font-weight: 600;
    }

    .content-box a {
        font-family: 'Open Sans', sans-serif !important;
    }

    .sub-boxcont {
        font-size: 10px !important;
    }
    /**** end***/

    .story-link {
        position: absolute;
        bottom: 5px;
        right: 5px;
    }

    .logo-img {
        width: 70% !important;
    }

    .ourcoursesview {
        background-color: #ff4530;
        color: #FFF;
    }

    .list-ourcourses {
        border-right: 1px solid #FFF;
    }

        .list-ourcourses p, .grid-ourcourses p {
            padding: 5px;
            font-size: 14px;
            text-align: center;
            vertical-align: baseline;
            margin: 0;
        }

    .topcourse-grid {
        display: none;
    }

    .topcourse-list {
        display: block;
    }

    .topcourse-block .col-md-3, .topcourse-block .col-sm-6 {
        padding-left: 2px;
        padding-right: 2px;
    }

    .testimonial-triangle-isosceles .testimonial-footer {
        position: relative !important;
    }

    .stories-subheading { /* text-align: left; */
    }

    .test-img {
        width: 100% !important;
        float: none;
    }

    .testimonial-body { /* padding: 30px !important;*/
    }

    .cont-test {
        text-align: left !important;
        margin: 0px 0px 0px !important;
        width: 100% !important;
    }

    .input-xs {
        height: 33px !important;
        font-size: 12px;
    }

    .input-sm {
        height: 35px;
        font-size: 13px;
    }

    .form-group {
        margin-bottom: 2px;
    }

    .cd-btn-cb, .cd-btn-lc {
        box-shadow: none !important;
    }

    .chat-fixed a:hover {
        font-weight: bold;
    }
    /*.cd-btn-cb i, .cd-btn-lc i    {        font-size: 30px;    }*/
    .cd-btn {
        padding: 2px !important;
        right: -2px !important;
    }

        .cd-btn i {
            font-size: 13px;
            padding: 2px;
        }

    .navbar.navbar-custom {
        padding: 0;
    }

    .navbar-fixed-top {
        position: inherit !important;
    }

    .header-txt-top {
        top: 60px;
        left: 10%;
    }

        .header-txt-top h1 {
            font-size: 20px;
            margin-bottom: 0;
        }

        .header-txt-top p {
            font-size: 12px;
        }

    .header-txt-bottom-inner > h1 {
        font-size: 18px;
        margin-bottom: 0px;
    }

    .header-txt-bottom-inner > h2 {
        font-size: 14px;
        margin-top: 0px;
    }

    a.quiz-button {
        font-size: 12px;
    }

    .update-image {
        top: 10px !important;
    }

    #navbar-main-collapse { /*padding:20px 0px;    background-color: #111;*/
    }

    .navbar-toggle.mobile-menu {
        font-size: 25px;
        border: 1px solid #ff4530;
        color: #555;
        padding: 0px 10px;
    }

    .navbar-custom .container {
        background: rgba(0, 0, 0, 0.3) none repeat scroll 0 0;
    }

    ul.nav.navbar-nav {
        padding: 10px 0;
    }

    .nav.navbar-nav li {
        padding: 0px 5px;
    }

        .nav.navbar-nav li a {
            color: #fff;
            font-size: 14px;
            font-weight: bold;
            padding: 5px 10px;
            text-transform: uppercase; /*text-shadow: 1px 2px 3px #000;*/
            font-family: 'Roboto', sans-serif;
        }

            .nav.navbar-nav li a.active {
                color: #41ad5e;
            }

            .nav.navbar-nav li a:hover {
                border-bottom: 2px solid #41ad5e;
                color: #41ad5e;
                background: #fff;
            }

    a.login {
    }

    .nav.navbar-nav li.buynow {
        display: none;
    }

    .nav.navbar-nav li.search-mobile {
        color: #666;
    }

    .buy-but-mobile {
        display: block;
    }

    .buy-but-mobile {
        color: #ff4530 !important;
        display: block !important;
        position: absolute;
        right: 70px;
        top: 20px;
    }

    .buy-but-login {
        display: block;
    }

    .buy-but-login {
        color: #ff4530 !important;
        display: block !important;
        position: absolute;
        right: 10px;
        top: 20px;
    }

    a.buy-login {
        border: 1px solid #C00;
        border-radius: 3px;
        background-color: red;
        margin-right: 5px;
        color: #FFF !important;
        padding: 1px 5px;
    }

    .lead {
        text-align: justify !important;
    }

    .visu {
        width: 100% !important;
        margin-bottom: 5px; /*text-align: justify !important;*/
    }

    .skills {
        width: 90%;
    }

    .methods-but {
        background: #41ad5e none repeat scroll 0 0;
        border: 1px solid #41ad5e;
        float: left;
        padding: 5px;
        width: 100%;
    }

        .methods-but a {
            color: #fff;
            font-size: 16px;
            margin-bottom: 0;
        }

    .pull-right i {
        color: #fff;
        font-size: 16px;
    }

    .methods-but i:hover {
        color: #ff4530;
        cursor: pointer;
    }

    .course-tab a {
        padding: 0 20px;
    }

    .feature_box_inner {
        padding: 20px;
    }

    .testimonial-img {
        height: auto;
        width: 100%;
        padding-bottom: 20px;
    }

    .testimonial-content p {
        text-align: justify;
        padding-bottom: 10px;
    }

    .feature_box {
        padding: 15px;
        float: none;
    }

        .feature_box .feature_box_inner {
            padding: 20px;
        }

    .successstory-img {
        height: auto;
        width: 50%;
        padding-bottom: 20px;
    }

    .successstory-content {
        text-align: justify;
        padding: 15px 0px;
    }

    .stories-heading {
        text-align: center !important;
        padding-bottom: 20px;
    }

    .copyrights {
        font-size: 13px;
        padding-bottom: 9px;
    }

        .copyrights p {
            color: #333;
        }

    .footer-links {
        border-bottom: 1px solid #7feab0 margin-bottom: 10px;
        font-size: 12px;
        padding: 0;
        text-align: center;
        margin: 0 0 10px;
    }

        .footer-links a:first-child {
            border-top: 0;
        }

        .footer-links a {
            display: inline-block !important; /* border-bottom: 1px solid #4E4F4F; */
            /*padding: 5px 4px;       /*  width: 50%; */
        }

            .footer-links a:hover {
                color: #fff;
            }

    footer .footer-icons {
        text-align: center;
    }

    .legend-right, .legend-left {
        top: 7px;
    }

    .unique-block:first-child {
        border-left: 0;
    }

    .unique-block {
        border-bottom: 1px solid #7feab0;
    }

    .topcourse-block .col-md-3, .topcourse-block .col-sm-6 {
        padding-right: 15px;
        padding-left: 15px;
    }

    #topcourse-grid .topcourse-block .col-md-3, .topcourse-block .col-sm-6 {
        padding-right: 2px !important;
        padding-left: 2px !important;
    }

    */ .heading {
        font-size: 28px;
    }

    .course_head_m {
        display: block;
        color: #000;
        font-size: 16px;
        margin: 0 !important;
        text-align: left;
        text-transform: ca;
        padding-left: 5px;
        font-weight: bold;
        text-transform: uppercase;
        !important;
    }

    #topcourse-grid .course_head_m {
        height: 35px;
    }

    #topcourse-grid .carousel_box_p {
        font-size: 11px;
        padding: 0px 6px;
    }

    .carousel_ul {
        list-style: outside none none;
        padding: 2px 4px !important;
        font-size: 12px;
        line-height: 20px;
    }

    .carousel_box_p {
        padding: 0px 20px;
        margin: 0px 0px 4px;
        font-size: 13px;
    }

    .carousel_box {
        border-bottom: 1px solid #ddd !important;
        box-shadow: none; /*padding: 12px 0  22px  ;*/
        border: none;
    }

    .border-green {
        display: none;
    }

    .btn-green {
        background-color: #41ad5e;
        border-color: #41ad5e;
        color: #fff !important;
        padding: 3px 6px !important;
    }

    .social ul li {
        border-radius: 0 30px 30px 0;
        color: #fff;
        display: block;
        margin: 8px !important;
        padding: 8px !important;
        text-align: right;
        transition: all 1s ease 0s;
        width: 298px !important;
    }

    .testi_img {
        width: 100%;
        position: relative;
    }

    .success-stories .feature_box_inner img {
        width: 100% !important;
        position: relative;
        border: none;
        border-radius: 0px;
        padding: 0px;
    }

    .testi_content {
        background: rgba(255, 255, 255, 0.9) none repeat scroll 0 0;
        border: 1px solid #a09d9d;
        border-radius: 2px;
        float: left;
        height: auto;
        left: 9%;
        padding: 10px;
        position: absolute;
        top: 40%;
        width: 81%;
    }

    #success-stories blockquote {
        font-size: 14px !important;
    }

    .feature_box_inner { /*border:none !important;*/
    }

    .course_head {
        padding: 5px;
        font-size: 13px;
        height: 35px;
    }

    .carousel_box {
        border: 1px solid #ddd;
        /*box-shadow: 0 1px 3px 0 #000000;*/
        margin: 10px 0;
    }

    .carousel_box_inner p {
        padding: 1px;
        font-size: 10px;
    }

    .carousel_ul {
        font-size: 12px;
        line-height: 18px;
        list-style: outside none none;
        padding: 0px !important;
    }

    .topcourse-block .col-sm-6 {
        padding: 2px !important;
    }

    .test-img {
        float: left;
        /*padding: 20px;*/
        width: 25%;
    }
}

@media screen and (max-width: 360px) {
    .academicsec-img {
        display: block;
    }

    .academicsec-content {
        display: none;
    }
}

@media screen and (min-width: 360px) {
    .academicsec-img {
        display: none;
    }

    .course-section {
        font-size: 14px;
        position: relative;
    }

    .academicsec-content {
        display: block;
    }
}

@media screen and (max-width: 989px) {
    .methodalogy-image {
        margin-bottom: 20px !important;
        position: unset !important;
        right: 0;
        top: 0px;
        width: 100%;
    }

    .navbar-fixed-top {
        position: inherit !important;
    }
}

@media screen and (max-width: 850px) {
    .nav.navbar-nav li {
        padding: 0px 3px;
    }

        .nav.navbar-nav li a {
            font-size: 12px;
            font-weight: bold;
            padding: 2px 0;
            text-transform: uppercase; /*text-shadow: 1px 2px 3px #000;*/
            /*margin:13px 0px 0px;*/
            font-family: font-family: 'Roboto', sans-serif;
        }

    .methods-but {
        background: #41ad5e none repeat scroll 0 0;
        border: 1px solid #41ad5e;
        float: left;
        padding: 3px;
        width: 100%;
    }

        .methods-but a {
            color: #fff;
            font-size: 14px;
            margin-bottom: 0;
        }

    .pull-right i {
        color: #fff;
        font-size: 14px;
    }

    .methods-but i:hover {
        color: #ff4530;
        cursor: pointer;
    }

    .course-tab a {
        padding: 0 3px;
    }
}

@media screen and (max-width: 760px) {

	 #header .nav-res > li > a {
        padding: 5px 10px;
        font-size: 11px;
        text-transform: capitalize;
        border-bottom: 1px solid #ddd;
        font-weight: normal;
		display:flex;
    }

    .navbar-nav .open .dropdown-menu {
        background: #fff;
    }

        .navbar-nav .open .dropdown-menu > li > a {
            color: #000 !important;
        }

    .logo-img {
        margin-top: 7px;
        width: 100px;
    }

    .navbar-fixed-top {
        position: inherit !important;
    }

    .methodalogy-image {
        margin-bottom: 20px !important;
        position: unset !important;
        right: 0;
        top: 0px;
        width: 100%;
    }
/***** new ***/
    #navbar-main-collapse { /* padding:20px 0px;*/
        background-color: #111;
        position: absolute;
        width: 100%;
        z-index: 9999;
        margin-left: -16px;
        margin-right: -16px;
    }
	#navbar-main-collapse1{
		 background-color: #111;
        position: absolute;
        width: 100%;
        z-index: 9999;
	}
	#navbar-main-collapse2{
		background-color: #111;
        position: absolute;
        width: 100%;
        z-index: 9999;
	}
	#navbar-main-collapse3{
		background-color: #111;
        position: absolute;
        width: 100%;
        z-index: 9999;
	}
	
	/**************/
    .navbar-toggle.mobile-menu {
        font-size: 25px;
        border: 0;
        color: #555;
        padding: 0px 10px;
        float: left;
        margin-left;
        margin-left: 5px;
    }

    .navbar-custom .container {
        background: rgba(0, 0, 0, 0.3) none repeat scroll 0 0;
    }

    ul.nav.navbar-nav {
        padding: 0;
        background: #E9F1F4;
    }

    .nav.navbar-nav li { /*padding: 0px 5px;*/
        padding: 0px;
    }

        .nav.navbar-nav li a {
            color: #000 !important;
            font-size: 13px;
            font-weight: bold;
            /*padding: 10px 15px;*/
            text-transform: uppercase; /*text-shadow: 1px 2px 3px #000;*/
            font-family: 'Roboto', sans-serif;
        }

            .nav.navbar-nav li a.active {
                color: #41ad5e;
            }

            .nav.navbar-nav li a:hover {
                border-bottom: 2px solid #41ad5e;
                background: transparent;
                color: #41ad5e;
            }

    .nav .open > a, .nav .open > a:focus, .nav .open > a:hover { /* background: #41ad5e; */
    }

    a.login {
    }

    .login-buynow-btn {
        margin-top: 10px;
        text-align: right;
    }

    .buy-now-btn {
        border-radius: 3px;
        color: #fff;
        padding: 5px;
        font-size: 13px;
        background: red;
    }

        .buy-now-btn i {
            font-size: 15px;
            margin-right: 3px;
        }

    .login-btn {
        border: 1px solid #ff4530;
        border-radius: 3px;
        color: #ff4530;
        padding: 5px 7px;
    }

        .buy-now-btn:hover, .login-btn:hover {
            background: #41ad5e;
            color: #FFF;
            text-decoration: none;
        }

    .nav.navbar-nav li.buynow {
        display: none;
    }

    .nav.navbar-nav li.search-mobile {
        color: #666;
    }

    .buy-but-mobile {
        display: block;
    }

    .buy-but-mobile {
        color: #ff4530 !important;
        display: block !important;
        position: absolute;
        right: 70px;
        top: 20px;
    }

    .buy-but-login {
        display: block;
    }

    .buy-but-login {
        color: #ff4530 !important;
        display: block !important;
        position: absolute;
        right: 10px;
        top: 20px;
    }
}

.buy-but-mobile {
    display: none;
}

.buy-but-login {
    display: none;
}

.content-box.content-box-center span {
    color: #fff;
}

.content-box.content-box-center > h4 {
    color: #000;
    font-family: Conv_CircularStd-Medium;
    text-transform: uppercase;
}

.h4, h4 {
    font-size: 16px;
}

.icon-box {
    animation-duration: 0.7s;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    animation-name: fadeInUp;
    background: #41ad5e none repeat scroll 0 0;
    border-radius: 4px;
    border-width: 1px;
    display: block;
    font-size: 35px;
    height: 75px;
    margin: 0 auto 20px;
    overflow: hidden;
    padding: 6px 18px 18px;
    transition: all 0.3s ease 0s;
    width: 75px;
}

.lead {
    font-size: 16px;
    font-weight: 500;
}

.methot-img {
    margin: 15px 0;
    overflow: hidden;
    position: relative;
}

    .methot-img img {
        width: 100%;
    }

    .methot-img h2 {
        font-size: 20px;
        margin: 0;
        vertical-align: middle;
    }

.methods-but {
    /*background: #41ad5e none repeat scroll 0 0;
    border: 1px solid #41ad5e;*/
    float: left;
    padding: 7px;
    width: 100%;
}

    .methods-but a {
        color: #000;
        font-size: 16px;
        margin-bottom: 0;
		text-transform:uppercase;
		font-weight:600;
    }

.pull-right i {
    color: #fff;
    font-size: 16px;
}

.methods-but i:hover {
    color: #ff4530;
    cursor: pointer;
}
/* New */
.bottom-arrow-btn, .down-arrow-btn {
    float: left;
    width: 100%;
}

    .bottom-arrow-btn a, .down-arrow-btn a {
        display: inline-block;
    }

.margin-top-10 {
    margin-top: 10px;
}

.margin-bottom-10 {
    margin-bottom: 10px;
}

.margin-top-20 {
    margin-top: 20px;
}

.margin-bottom-20 {
    margin-bottom: 20px;
}

.margin-top-30 {
    margin-top: 30px;
}

.margin-bottom-30 {
    margin-bottom: 20px;
}

.padding-bottom-30 {
    padding-bottom: 30px;
}

.icon-box {
    background: #41ad5e;
    border-width: 1px;
    margin: 0 auto 20px;
    padding: 6px 18px 18px;
    display: block;
    width: 75px;
    height: 75px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    font-size: 35px;
    overflow: hidden;
    transition: all .3s;
    -webkit-animation-name: fadeInUp;
    animation-name: fadeInUp;
    -webkit-animation-duration: .7s;
    animation-duration: .7s;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    position: relative;
}
/* .icon-box:after {
	height: 0;
	z-index: -1
}
.icon-box:hover {
	color: #fff;
	transition: all .3s
} 
.icon-box:hover:after{
	content: '';
	position: absolute;
	height: 100%;
	top: 0;
	left: 0;
	right: 0;
	width: 100%;
	background: #41ad5e;
	-webkit-animation-name: fadeInUp;
	animation-name: fadeInDown;
	-webkit-animation-duration: .7s;
	animation-duration: .7s;
	-webkit-animation-fill-mode: forwards;
	animation-fill-mode: forwards
} */
.green-blocks {
    background: #41ad5e;
   /* padding: 10px 0;*/
}

.unique-block:last-child {
    border-right: 0;
}

.unique-block {
    border-right: 1px solid #fff;
	padding:0;
	min-height: 104px;
}

#welcome, #academic-approach, #top-courses, #our-testimonial, #success-stories, #limitless-learning { /* border-bottom: 1px solid #EEE; */
}


/*****10-8-17***/

/*.topcourse-block .col-md-3, .topcourse-block .col-sm-6 {
    padding-left: 5px;
    padding-right: 5px;
}*/



/* model */
.modal-body .form-horizontal .col-sm-2, .modal-body .form-horizontal .col-sm-10 {
    /*width: 100%*/
}

.modal-body .form-horizontal .control-label {
    /*text-align: left;*/
}

.modal-body .form-horizontal .col-sm-offset-2 {
    /*margin-left: 15px;*/
}
/* end model */
.course-tab ul {
    border-bottom: 1px solid #e2e2e2 !important;
}
/* Feed Back CSS*/
.cd-btn {
    background-color: #41ad5e;
    border: 0 none !important;
    color: #ffffff;
    display: inline-block;
    font-size: 13px;
    font-weight: 100;
    padding: 6px 7px !important;
    position: fixed;
    right: -30px;
    top: 300px;
    transform: rotate(-90deg);
    transition: all 0.2s ease 0s;
    z-index: 100;
}

    .cd-btn:hover {
        color: #FFF;
    }

.no-touch .cd-main-content .cd-btn:hover {
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.5), 0 0 20px rgba(0, 0, 0, 0.3);
}

@media only screen and (min-width: 1170px) {
    .course-section {
        font-size: 15px;
    }

    .cd-main-content h1 {
        font-size: 32px;
        font-size: 2rem;
    }
}

.cd-panel {
    position: fixed;
    /*top: 0;*/
    left: 0;
    height: 100%;
    width: 100%;
    visibility: hidden;
    -webkit-transition: visibility 0s 0.6s;
    -moz-transition: visibility 0s 0.6s;
    transition: visibility 0s 0.6s;
    z-index: 9999;
}

    .cd-panel::after { /* overlay layer */
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: transparent;
        cursor: pointer;
        -webkit-transition: background 0.3s 0.3s;
        -moz-transition: background 0.3s 0.3s;
        transition: background 0.3s 0.3s;
    }

    .cd-panel.is-visible {
        visibility: visible;
        -webkit-transition: visibility 0s 0s;
        -moz-transition: visibility 0s 0s;
        transition: visibility 0s 0s;
    }

        .cd-panel.is-visible::after {
            background: rgba(0, 0, 0, 0.6);
            -webkit-transition: background 0.3s 0s;
            -moz-transition: background 0.3s 0s;
            transition: background 0.3s 0s;
        }

        .cd-panel.is-visible .cd-panel-close::before {
            -webkit-animation: cd-close-1 0.6s 0.3s;
            -moz-animation: cd-close-1 0.6s 0.3s;
            animation: cd-close-1 0.6s 0.3s;
        }

        .cd-panel.is-visible .cd-panel-close::after {
            -webkit-animation: cd-close-2 0.6s 0.3s;
            -moz-animation: cd-close-2 0.6s 0.3s;
            animation: cd-close-2 0.6s 0.3s;
        }

@-webkit-keyframes cd-close-1 {
    0%, 50% {
        -webkit-transform: rotate(0);
    }

    100% {
        -webkit-transform: rotate(45deg);
    }
}

@-moz-keyframes cd-close-1 {
    0%, 50% {
        -moz-transform: rotate(0);
    }

    100% {
        -moz-transform: rotate(45deg);
    }
}

@keyframes cd-close-1 {
    0%, 50% {
        -webkit-transform: rotate(0);
        -moz-transform: rotate(0);
        -ms-transform: rotate(0);
        -o-transform: rotate(0);
        transform: rotate(0);
    }

    100% {
        -webkit-transform: rotate(45deg);
        -moz-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        -o-transform: rotate(45deg);
        transform: rotate(45deg);
    }
}

@-webkit-keyframes cd-close-2 {
    0%, 50% {
        -webkit-transform: rotate(0);
    }

    100% {
        -webkit-transform: rotate(-45deg);
    }
}

@-moz-keyframes cd-close-2 {
    0%, 50% {
        -moz-transform: rotate(0);
    }

    100% {
        -moz-transform: rotate(-45deg);
    }
}

@keyframes cd-close-2 {
    0%, 50% {
        -webkit-transform: rotate(0);
        -moz-transform: rotate(0);
        -ms-transform: rotate(0);
        -o-transform: rotate(0);
        transform: rotate(0);
    }

    100% {
        -webkit-transform: rotate(-45deg);
        -moz-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
        -o-transform: rotate(-45deg);
        transform: rotate(-45deg);
    }
}

.cd-panel-header {
    position: fixed;
    width: 100%;
    line-height: 50px;
    background: rgba(255, 255, 255, 0.96);
    z-index: 2;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.08);
    -webkit-transition: top 0.3s 0s;
    -moz-transition: top 0.3s 0s;
    transition: top 0.3s 0s;
    top: 0;
    right: 0;
    border-top: 2px solid #41ad5e;
}

    .cd-panel-header h1 {
        font-weight: bold;
        color: #41ad5e;
        padding-left: 5%;
        font-size: 26px;
        margin: 10px 0;
    }

@media only screen and (min-width: 768px) {
	.image_cont img{
		height:140px;
	}
    .mobile-register {
        text-align: left !important;
    }

    .login-logo {
        width: auto;
    }

    .cd-panel-header {
        width: 100%;
    }

    .team-box h4 {
        font-size: 18px;
    }

    .course_head_m {
        height: 35px;
        display: block;
        color: #000;
        font-size: 16px;
        margin: 0 !important;
        text-align: left;
        text-transform: ca;
        padding-left: 5px;
        font-weight: bold;
        text-transform: uppercase;
        !important;
    }

    .carousel_box {
        padding: 5px 0px 0px 5px;
    }

    .carousel_box_p {
        padding: 0px 10px;
    }
}

@media only screen and (min-width: 1170px) {
    .cd-panel-header {
        width: 100%;
    }
    /*.cont-test p {        max-height: 50px;    }*/
    .carousel_box {
        padding: 0px;
    }

    .footer a {
        padding: 0px 5px;
    }
}

.cd-panel-close {
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
    width: 60px;
    display: inline-block;
    overflow: hidden;
    text-indent: 100%;
    white-space: nowrap;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 20px;
}

    .cd-panel-close::before, .cd-panel-close::after { /* close icon created in CSS */
        position: absolute;
        top: 22px;
        left: 20px;
        height: 3px;
        width: 20px;
        background-color: #424f5c; /* this fixes a bug where pseudo elements are slighty off position */
        -webkit-backface-visibility: hidden;
        backface-visibility: hidden;
    }

    .cd-panel-close::before {
        -webkit-transform: rotate(45deg);
        -moz-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        -o-transform: rotate(45deg);
        transform: rotate(45deg);
    }

    .cd-panel-close::after {
        -webkit-transform: rotate(-45deg);
        -moz-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
        -o-transform: rotate(-45deg);
        transform: rotate(-45deg);
    }

.no-touch .cd-panel-close:hover {
    background-color: #424f5c;
}

    .no-touch .cd-panel-close:hover::before, .no-touch .cd-panel-close:hover::after {
        background-color: #ffffff;
        -webkit-transition-property: -webkit-transform;
        -moz-transition-property: -moz-transform;
        transition-property: transform;
        -webkit-transition-duration: 0.3s;
        -moz-transition-duration: 0.3s;
        transition-duration: 0.3s;
    }

    .no-touch .cd-panel-close:hover::before {
        -webkit-transform: rotate(220deg);
        -moz-transform: rotate(220deg);
        -ms-transform: rotate(220deg);
        -o-transform: rotate(220deg);
        transform: rotate(220deg);
    }

    .no-touch .cd-panel-close:hover::after {
        -webkit-transform: rotate(135deg);
        -moz-transform: rotate(135deg);
        -ms-transform: rotate(135deg);
        -o-transform: rotate(135deg);
        transform: rotate(135deg);
    }

.cd-panel-container {
    position: fixed;
    width: 90%;
    bottom: 0;
    background: #dbe2e9;
    z-index: 1;
    -webkit-transition-property: -webkit-transform;
    -moz-transition-property: -moz-transform;
    transition-property: transform;
    -webkit-transition-duration: 0.3s;
    -moz-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-delay: 0.3s;
    -moz-transition-delay: 0.3s;
    transition-delay: 0.3s;
    box-shadow: -2px 8px 12px 1px rgba(0, 0, 0, 0.3);
}

.from-right .cd-panel-container {
    right: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    -moz-transform: translate3d(100%, 0, 0);
    -ms-transform: translate3d(100%, 0, 0);
    -o-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
}

.from-left .cd-panel-container {
    left: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    -moz-transform: translate3d(-100%, 0, 0);
    -ms-transform: translate3d(-100%, 0, 0);
    -o-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
}

.is-visible .cd-panel-container {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    -webkit-transition-delay: 0s;
    -moz-transition-delay: 0s;
    transition-delay: 0s;
}

@media only screen and (min-width: 768px) {
    .cd-panel-container {
        width: 70%;
    }

    .course-tab .nav-tabs > li {
        width: auto;
    }
}

@media only screen and (min-width: 1170px) {
    .cd-panel-container {
        width: 50%;
    }
}

.cd-panel-content {
    position: static;
    top: 0;
    left: 0;
    width: 100%;
    padding: 70px 5% 20px;
    overflow: auto; /* smooth scrolling on touch devices */
    -webkit-overflow-scrolling: touch;
}

    .cd-panel-content p {
        font-size: 14px;
        color: #424f5c;
    }

        .cd-panel-content p:first-of-type {
            margin-top: 0;
        }

blockquote {
    border-left: none;
    font-size: 16px !important;
    margin: 0;
    padding: 0;
}

@media (max-width: 480px) {

    /****** new ***/
    a.social-icons {
        font-size: 12px !important;
        padding: 5px !important;
    }

    #welcome h1 {
        margin-top: 0;
    }

    #our-uniqueness h1 {
        margin-top: 0;
    }

    #depth .modal-body {
        padding: 10px;
    }

    #depth .modal-head {
        margin: 35px 0 15px;
    }

    .methodology {
        width: 100%;
    }

    .methods-but a {
        font-size: 8px !important;
    }

    .pull-right i {
        font-size: 11px !important;
    }

    p.author {
        color: #000;
        line-height: 18px !important;
        margin-top: 0px;
        font-weight: bold;
        font-size: 13px;
        width: 100%;
    }

    .success-stories .feature_box_inner p {
        font-size: 13px;
    }
    /* Override the bootstrap style */
    blockquote {
        font-size: 14px;
        margin: 0px;
        padding: 1px 15px;
        border: none;
    }
        /* Insert the pseudo element - replicating what FontAwesome does */
        blockquote:before {
            content: "\f10d";
            font-family: FontAwesome;
            float: left;
            margin-right: 10px;
        }

        blockquote:after {
            content: "\f10e";
            font-family: FontAwesome;
        }

    .chat-fixed {
        padding: 0px;
        right: 0 !important;
    }

    .story-link {
        display: block;
    }

    .methot-img {
        margin: 3px 0;
    }

    .methods-but {
        padding: 2px 3px;
        font-size: 13px; /* height:70px;*/
    }

    .academicsec .col-xs-4 {
        padding: 1px;
    }

    .course-tab ul li a {
        margin: 2px 5px 1px;
        text-align: left;
    }

    .content-box.content-box-center > h4 {
        font-size: 14px !important;
    }

    .factor {
        font-size: 30px !important;
    }

    .mobile-social-icons {
        display: block !important;
    }

    .content-box.content-box-center > h4 {
        font-size: 14px !important;
    }

    .factor {
        font-size: 30px !important;
    }
}

@media (max-height: 600px) {
    .course-tab ul li a {
        text-align: left;
    }

    .cd-panel-container {
        height: 100%;
        overflow-y: scroll;
    }

    .cd-panel-conten {
        height: 100%;
    }
}

@media only screen and (min-width: 768px) {
    .cd-panel-content p {
        font-size: 14px;
    }

    .course-tab ul li a {
        margin: 2px 5px 1px;
        text-align: left;
    }
}

.input-lg, .input-md, .input-sm, .input-xs {
    padding: 4px 10px;
}

.input-square {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
}

.input-rounded {
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}

.input-circle {
    -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
    border-radius: 100px;
}

.input-xs {
    height: 30px;
    font-size: 12px;
}

.input-sm {
    height: 35px;
    font-size: 13px;
}

.input-md {
    height: 40px;
    font-size: 12px;
}

.input-lg {
    height: 50px;
    font-size: 15px;
}

.custom-button {
    background: #41ad5e;
    border: 1px solid #ff4530;
    padding: 5px 15px;
    color: rgb(255, 255, 255);
    text-transform: uppercase;
}

    .custom-button:hover {
        background: #ff4530 none repeat scroll 0 0;
        border: 1px solid #41ad5e;
        padding: 5px 15px;
        color: rgb(255, 255, 255);
        text-transform: uppercase;
    }
/* Feedback CSS End*/
.navbar.navbar-custom {
    box-shadow: 0 0 5px 1px #888;
    /*padding: 8px 0;*/
    border: 0;
}

input, textarea, select {
    border-color: rgba(143, 229, 166, 0.31);
    border-width: 0 0 1px;
    margin: 10px 0;
    outline: 0 none;
    padding: 10px 15px;
    width: 100%;
}
/*.logo-img {
	width:75%;
	margin-top: 2px;
}/* Social icons CSS */
.me {
    width: 400px;
    margin: 90px auto;
}

    .me p, .me h1 {
        text-transform: uppercase;
        letter-spacing: 3px;
        text-align: center;
    }

    .me p {
        font-weight: 200;
    }

    .me span {
        font-weight: bold;
    }
/* .fa.fa-facebook.facebook_i{color:#4c6bab;}.fa.fa-twitter.twitter_i{color:#36a3d0;}.fa.fa-google-plus-circle.gplus_i{color:#c85041;}.fa.fa-youtube-square.youtube_i{color:#bf2a30;} */ /* Social icons CSS End*/
.social {
    position: fixed;
    top: 200px;
    z-index: 1111;
    width: 50px;
}

.social-text{
	color:#fff;
	display:block;
	font-size: 12px;
}
    .social ul {
        padding: 0px;
        -webkit-transform: translate(0, 0);
        -moz-transform: translate(0, 0);
        -ms-transform: translate(0, 0);
        -o-transform: translate(0, 0);
        transform: translate(0, 0);
    }

        .social ul li {
            display: block;
        /*    margin: 11px; /*  background: #41ad5e none repeat scroll 0 0; */
         /*   width: 325px;*/
            text-align: center;
            padding: 3px 5px;
        /*    -webkit-border-radius: 0 30px 30px 0;
            -moz-border-radius: 0 30px 30px 0;
            border-radius: 0 30px 30px 0;*/
            -webkit-transition: all 1s;
            -moz-transition: all 1s;
            -ms-transition: all 1s;
            -o-transition: all 1s;
            transition: all 1s;
            color: #fff;
        }

            .social ul li:hover {
                -webkit-transform: translate(0, 0);
                -moz-transform: translate(0, 0);
                -ms-transform: translate(0, 0);
                -o-transform: translate(0, 0);
                transform: translate(0, 0); /* background: rgba(255, 255, 255, 0.4); */
            }

                .social ul li:hover a {
                    color: #fff;
                }

                .social ul li:hover i { /*   color: #fff;  background: rgba(255, 255,255, 1);*/
                   /* -webkit-transform: rotate(360deg);
                    -moz-transform: rotate(360deg);
                    -ms-transform: rotate(360deg);
                    -o-transform: rotate(360deg);
                    transform: rotate(360deg);*/
                    -webkit-transition: all 1s;
                    -moz-transition: all 1s;
                    -ms-transition: all 1s;
                    -o-transition: all 1s;
                    transition: all 1s;
                }

            .social ul li i {
                margin-left: 0;
                color: #fff; /*   background: #fff;  */
                padding-right: 0;
                padding-top: 2px;
                -webkit-border-radius: 50%;
                -moz-border-radius: 50%; /* border-radius: 50%; */
                width: 24px; /* height: 24px; */
                font-size: 25px; /* background: #ffffff; */
                -webkit-transform: rotate(0deg);
                -moz-transform: rotate(0deg);
                -ms-transform: rotate(0deg);
                -o-transform: rotate(0deg);
                transform: rotate(0deg);
            }

li.facebook {
    background: rgb(59, 89, 152) none repeat scroll 0 0;
}
li.facebook:hover {
    background: rgb(34, 64, 127) none repeat scroll 0 0;
}
li.twitter {
   background: rgb(0, 172, 237) none repeat scroll 0 0;
}
li.twitter:hover {
   background: rgb(0, 147, 212) none repeat scroll 0 0;
}
li.gplus {
    background: rgb(221, 75, 57) none repeat scroll 0 0;
}
li.gplus:hover {
    background: rgb(196, 50, 32) none repeat scroll 0 0;
}
li.youtube {
    background: #cc181e none repeat scroll 0 0;
}
li.youtube:hover {
    background: #a7292d none repeat scroll 0 0;
}


.chat-fixed {
    bottom: 0;
    position: fixed;
    z-index: 9999;
    padding: 0px;
    right: 10px;
    display:none;
}

#pageloader {
    background: #000 url(../images_v2/preloader-bg.jpg) no-repeat center center fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    position: fixed;
    top: -40;
    width: 100%;
    z-index: 999999;
}

#pageloader, body, html {
    height: 100%;
}

.loader-item {
    bottom: 1;
    height: 100%;
    left: 0;
    margin: auto;
    position: absolute;
    right: 0;
    top: 40%;
    width: 300px;
    text-align: center;
}

.headphones_img {
    bottom: 0;
    left: 0;
    margin: auto;
    position: absolute;
    right: 0;
    top: -12%;
    text-align: center;
}

.headphones_text {
    bottom: 0;
    left: 0;
    margin: auto;
    position: absolute;
    right: 0;
    top: 53%;
    text-align: center;
    color: #908a78;
    text-transform: uppercase;
    font-size: 11px;
}

.loader-item .logo-img {
    width: 100%;
}

#progbar {
    margin: 10px 0 0;
    width: 300px;
    height: 3px;
    position: relative;
}
/* Call Back CSS*/
.cd-btn-cb {
    display: inline-block;
    font-size: 13px;
    padding: 10px 0px;
    text-align: center;
    font-weight: 100; /* transform: rotate(-90deg); */
    background-color: #1cb7eb;
    color: #ffffff;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    border-bottom-right-radius: 0px;
    border-bottom-left-radius: 0px;
  /*  box-shadow: 0px 0px 5px 1px #888;*/
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    transition: all 0.2s;
    float: left;
    text-transform: uppercase;
}

.cd-panel-cb {
    position: fixed;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    visibility: hidden;
    -webkit-transition: visibility 0s 0.6s;
    -moz-transition: visibility 0s 0.6s;
    transition: visibility 0s 0.6s;
    z-index: 9999;
}

    .cd-panel-cb::after { /* overlay layer */
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: transparent;
        cursor: pointer;
        -webkit-transition: background 0.3s 0.3s;
        -moz-transition: background 0.3s 0.3s;
        transition: background 0.3s 0.3s;
    }

    .cd-panel-cb.is-visible {
        visibility: visible;
        -webkit-transition: visibility 0s 0s;
        -moz-transition: visibility 0s 0s;
        transition: visibility 0s 0s;
    }

        .cd-panel-cb.is-visible::after {
            background: rgba(0, 0, 0, 0.6);
            -webkit-transition: background 0.3s 0s;
            -moz-transition: background 0.3s 0s;
            transition: background 0.3s 0s;
        }

        .cd-panel-cb.is-visible .cd-panel-cb-close::before {
            -webkit-animation: cd-close-1 0.6s 0.3s;
            -moz-animation: cd-close-1 0.6s 0.3s;
            animation: cd-close-1 0.6s 0.3s;
        }

        .cd-panel-cb.is-visible .cd-panel-cb-close::after {
            -webkit-animation: cd-close-2 0.6s 0.3s;
            -moz-animation: cd-close-2 0.6s 0.3s;
            animation: cd-close-2 0.6s 0.3s;
        }

.cd-panel-cb-close {
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
    width: 60px;
    display: inline-block;
    overflow: hidden;
    text-indent: 100%;
    white-space: nowrap;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 20px;
}

    .cd-panel-cb-close::before, .cd-panel-cb-close::after { /* close icon created in CSS */
        position: absolute;
        top: 22px;
        left: 20px;
        height: 3px;
        width: 20px;
        background-color: #424f5c; /* this fixes a bug where pseudo elements are slighty off position */
        -webkit-backface-visibility: hidden;
        backface-visibility: hidden;
    }

    .cd-panel-cb-close::before {
        -webkit-transform: rotate(45deg);
        -moz-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        -o-transform: rotate(45deg);
        transform: rotate(45deg);
    }

    .cd-panel-cb-close::after {
        -webkit-transform: rotate(-45deg);
        -moz-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
        -o-transform: rotate(-45deg);
        transform: rotate(-45deg);
    }

.no-touch .cd-panel-cb-close:hover {
    background-color: #424f5c;
}

    .no-touch .cd-panel-cb-close:hover::before, .no-touch .cd-panel-cb-close:hover::after {
        background-color: #ffffff;
        -webkit-transition-property: -webkit-transform;
        -moz-transition-property: -moz-transform;
        transition-property: transform;
        -webkit-transition-duration: 0.3s;
        -moz-transition-duration: 0.3s;
        transition-duration: 0.3s;
    }

    .no-touch .cd-panel-cb-close:hover::before {
        -webkit-transform: rotate(220deg);
        -moz-transform: rotate(220deg);
        -ms-transform: rotate(220deg);
        -o-transform: rotate(220deg);
        transform: rotate(220deg);
    }

    .no-touch .cd-panel-cb-close:hover::after {
        -webkit-transform: rotate(135deg);
        -moz-transform: rotate(135deg);
        -ms-transform: rotate(135deg);
        -o-transform: rotate(135deg);
        transform: rotate(135deg);
    }

.cd-panel-cb-container {
    position: fixed;
    width: 320px;
    bottom: 0;
    background: #dbe2e9;
    z-index: 1;
    -webkit-transition-property: -webkit-transform;
    -moz-transition-property: -moz-transform;
    transition-property: transform;
    -webkit-transition-duration: 0.3s;
    -moz-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-delay: 0.3s;
    -moz-transition-delay: 0.3s;
    transition-delay: 0.3s;
    box-shadow: -2px 8px 12px 1px rgba(0, 0, 0, 0.3);
}

.from-right .cd-panel-cb-container {
    right: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    -moz-transform: translate3d(0, 100%, 0);
    -ms-transform: translate3d(0, 100%, 0);
    -o-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
}

.from-left .cd-panel-cb-container {
    left: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    -moz-transform: translate3d(-100%, 0, 0);
    -ms-transform: translate3d(-100%, 0, 0);
    -o-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
}

.is-visible .cd-panel-cb-container {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    -webkit-transition-delay: 0s;
    -moz-transition-delay: 0s;
    transition-delay: 0s;
}
/*Call Back CSS End*/ /*Live Chat CSS*/
.cd-btn-lc {
    display: none;
    font-size: 13px;
    padding: 10px 0px;
    text-align: center;
    font-weight: 100; /* transform: rotate(-90deg); */
    background-color: #4e71a8;
    color: #ffffff;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    border-bottom-right-radius: 0px;
    border-bottom-left-radius: 0px;
    box-shadow: 0px 0px 5px 1px #888;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    transition: all 0.2s;
    float: left;
    text-transform: uppercase;
}

.cd-panel-lc {
    position: fixed;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    visibility: hidden;
    -webkit-transition: visibility 0s 0.6s;
    -moz-transition: visibility 0s 0.6s;
    transition: visibility 0s 0.6s;
    z-index: 9999;
    display: none;
}

    .cd-panel-lc::after { /* overlay layer */
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: transparent;
        cursor: pointer;
        -webkit-transition: background 0.3s 0.3s;
        -moz-transition: background 0.3s 0.3s;
        transition: background 0.3s 0.3s;
    }

    .cd-panel-lc.is-visible {
        visibility: visible;
        -webkit-transition: visibility 0s 0s;
        -moz-transition: visibility 0s 0s;
        transition: visibility 0s 0s;
    }

        .cd-panel-lc.is-visible::after {
            background: rgba(0, 0, 0, 0.6);
            -webkit-transition: background 0.3s 0s;
            -moz-transition: background 0.3s 0s;
            transition: background 0.3s 0s;
        }

        .cd-panel-lc.is-visible .cd-panel-lc-close::before {
            -webkit-animation: cd-close-1 0.6s 0.3s;
            -moz-animation: cd-close-1 0.6s 0.3s;
            animation: cd-close-1 0.6s 0.3s;
        }

        .cd-panel-lc.is-visible .cd-panel-lc-close::after {
            -webkit-animation: cd-close-2 0.6s 0.3s;
            -moz-animation: cd-close-2 0.6s 0.3s;
            animation: cd-close-2 0.6s 0.3s;
        }

.cd-panel-lc-close {
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
    width: 60px;
    display: inline-block;
    overflow: hidden;
    text-indent: 100%;
    white-space: nowrap;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 20px;
}

    .cd-panel-lc-close::before, .cd-panel-lc-close::after { /* close icon created in CSS */
        position: absolute;
        top: 22px;
        left: 20px;
        height: 3px;
        width: 20px;
        background-color: #424f5c; /* this fixes a bug where pseudo elements are slighty off position */
        -webkit-backface-visibility: hidden;
        backface-visibility: hidden;
    }

    .cd-panel-lc-close::before {
        -webkit-transform: rotate(45deg);
        -moz-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        -o-transform: rotate(45deg);
        transform: rotate(45deg);
    }

    .cd-panel-lc-close::after {
        -webkit-transform: rotate(-45deg);
        -moz-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
        -o-transform: rotate(-45deg);
        transform: rotate(-45deg);
    }

.no-touch .cd-panel-lc-close:hover {
    background-color: #424f5c;
}

    .no-touch .cd-panel-lc-close:hover::before, .no-touch .cd-panel-lc-close:hover::after {
        background-color: #ffffff;
        -webkit-transition-property: -webkit-transform;
        -moz-transition-property: -moz-transform;
        transition-property: transform;
        -webkit-transition-duration: 0.3s;
        -moz-transition-duration: 0.3s;
        transition-duration: 0.3s;
    }

    .no-touch .cd-panel-lc-close:hover::before {
        -webkit-transform: rotate(220deg);
        -moz-transform: rotate(220deg);
        -ms-transform: rotate(220deg);
        -o-transform: rotate(220deg);
        transform: rotate(220deg);
    }

    .no-touch .cd-panel-lc-close:hover::after {
        -webkit-transform: rotate(135deg);
        -moz-transform: rotate(135deg);
        -ms-transform: rotate(135deg);
        -o-transform: rotate(135deg);
        transform: rotate(135deg);
    }

.cd-panel-lc-container {
    position: fixed;
    width: 320px;
    bottom: 0;
    background: #dbe2e9;
    z-index: 1;
    -webkit-transition-property: -webkit-transform;
    -moz-transition-property: -moz-transform;
    transition-property: transform;
    -webkit-transition-duration: 0.3s;
    -moz-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-delay: 0.3s;
    -moz-transition-delay: 0.3s;
    transition-delay: 0.3s;
    box-shadow: -2px 8px 12px 1px rgba(0, 0, 0, 0.3);
}

.from-right .cd-panel-lc-container {
    right: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    -moz-transform: translate3d(0, 100%, 0);
    -ms-transform: translate3d(0, 100%, 0);
    -o-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
}

.from-left .cd-panel-lc-container {
    left: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    -moz-transform: translate3d(-100%, 0, 0);
    -ms-transform: translate3d(-100%, 0, 0);
    -o-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
}

.is-visible .cd-panel-lc-container {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    -webkit-transition-delay: 0s;
    -moz-transition-delay: 0s;
    transition-delay: 0s;
}
.header-section {
    position: relative;
    z-index: 100;
}

video {
    background-position: #000;
    width: 100%;
}
/*video.loading {    background: #fff url('../images/loader.gif') center center no-repeat;}*/
.html5vid { /*margin-top: 100px;*/
}

.navbar-fixed-top {
    border-width: 0px;
}
/**** Testimoial style *****************************/
.testimonial .testimonial-header {
    margin-bottom: 20px;
    font-size: 12px;
}

    .testimonial .testimonial-header a {
        color: #aaa;
    }

    .testimonial .testimonial-header img {
        width: 60px;
        height: 60px;
    }

.testimonial .testimonial-footer {
    font-size: 13px; /* font-weight:600;*/
    color: #000;
    display: inline-block;
}

    .testimonial .testimonial-footer i, .testimonial .testimonial-header i {
        margin-right: 5px;
    }

.testimonial-center {
    text-align: center;
    padding: 0 30px;
}

.testimonial-left {
    text-align: left;
    padding: 0 20px;
}

.testimonial-right {
    text-align: right;
    padding: 0 20px;
}

.testimonial-center .testimonial-header img {
    margin: 0 auto;
}

.testimonial-left .testimonial-header {
    float: left;
    margin-right: 20px;
}

.testimonial-right .testimonial-header {
    float: right;
    margin-left: 20px;
}

.testimonial-left .testimonial-footer {
    margin-left: 80px;
}

.testimonial-triangle-isosceles .testimonial-body, .testimonial-triangle-isosceles-has-bg .testimonial-body {
    position: relative;
    padding: 15px 10px;
    margin: 20px 0px;
    color: #333;
    width: 100%;
    float: left;
    border: 1px solid #ddd;
    min-height: 195px; /* background: #f5f7f9;    -webkit-border-radius: 5px;    -moz-border-radius: 5px;    border-radius: 5px*/
}

.testimonial-triangle-isosceles .testimonial-body {
    -webkit-box-shadow: 0 1px 0 #ddd;
    -moz-box-shadow: 0 1px 0 #ddd;
    box-shadow: 0 1px 0 #ddd;
}

.testimonial-triangle-isosceles-has-bg .testimonial-body p {
    color: #fff;
    text-align: center;
}

.testimonial-triangle-isosceles.top .testimonial-body {
    background: #f1f2f2;
}

.testimonial-triangle-isosceles-has-bg.bottom-center .testimonial-body:after {
    content: "";
    position: absolute;
    bottom: -15px;
    left: 48%;
    border-width: 15px 15px 0;
    border-style: solid;
    display: block;
    width: 0;
    border-color: #f1f2f2 transparent;
}

.testimonial-triangle-isosceles-has-bg.bottom-center .testimonial-body.bg-primary:after {
    border-color: #337ab7 transparent;
}

.testimonial-triangle-isosceles-has-bg.bottom-center .testimonial-body.bg-success:after {
    border-color: #5cb85c transparent;
}

.testimonial-triangle-isosceles-has-bg.bottom-center .testimonial-body.bg-info:after {
    border-color: #5bc0de transparent;
}

.testimonial-triangle-isosceles-has-bg.bottom-center .testimonial-body.bg-warning:after {
    border-color: #f0ad4e transparent;
}

.testimonial-triangle-isosceles-has-bg.bottom-center .testimonial-body.bg-danger:after {
    border-color: #d9534f transparent;
}

.testimonial-triangle-isosceles-has-bg.bottom-center .testimonial-body.bg-light:after {
    border-color: #fff transparent;
}

.testimonial-triangle-isosceles-has-bg.bottom-center .testimonial-body.bg-gray2:after {
    border-color: #8b949b transparent;
}

.testimonial-triangle-isosceles-has-bg.bottom-center .testimonial-body.bg-dark:after {
    border-color: #5f6467 transparent;
}

.testimonial-triangle-isosceles.top .testimonial-body:after {
    top: -15px;
    right: 50px;
    bottom: auto;
    left: auto;
    border-width: 0 15px 15px;
    border-color: #f1f2f2 transparent;
}

.testimonial-triangle-isosceles .testimonial-footer {
    padding: 0; /*position: absolute;*/
    bottom: 0;
    display: block;
}

    .testimonial-triangle-isosceles .testimonial-footer img {
        float: left;
        margin: -10px 20px 0 0;
    }

    .testimonial-triangle-isosceles .testimonial-footer a { /* display: block;    margin-top: 0;    margin-left: 0;    height: 30px*/
    }

.testimonial-triangle-isosceles-has-bg.bottom-center .testimonial-footer { /* display: block;    margin: 0 auto;    text-align: center;    padding: 10px*/
}

    .testimonial-triangle-isosceles-has-bg.bottom-center .testimonial-footer img {
        margin: 0 auto 10px;
    }

    .testimonial-triangle-isosceles-has-bg.bottom-center .testimonial-footer a {
        display: block;
        margin-top: 5px;
    }

.testimonial-triangle-isosceles.top .testimonial-header {
    padding-top: 10px;
    padding-right: 55px;
    text-align: right;
}

    .testimonial-triangle-isosceles.top .testimonial-header img {
        float: right;
        margin: -10px 0 0 20px;
    }

    .testimonial-triangle-isosceles.top .testimonial-header a {
        display: block;
        margin-top: 0;
        margin-left: 0;
        height: 30px;
    }

    .testimonial-triangle-isosceles.top .testimonial-header i {
        float: right;
        margin-left: 10px;
    }

.test-img {
    float: left;
    padding-right: 10px;
    width: 25%;
}

    .test-img img {
        border: 1px solid #DDD !important;
        box-shadow: 0px 0px 3px #ddd;
        padding: 5px;
        margin-bottom: 20px;
        margin: 0px auto;
    }

.deprt {
    position: absolute;
    background: #FFF;
    top: -16px;
    right: 35px;
    color: #333;
    padding: 3px 10px;
    font-weight: 600;
}

.succes h5, .succes h6 {
    margin: 0;
}

.succes .testimonial-body {
    border-top: 3px solid #41ad5e;
    width: 100%;
}

.vistit-text {
    color: #fff;
    font-size: 15px;
    border: 1px solid #000;
    padding: 3px;
    text-transform: uppercase;
    font-weight: 700;
    background: #ec2b2b;
    box-shadow: -1px 1px 5px 0px #595757;
    display: none;
}

.vistit-count {
    color: #41ad5e;
    font-size: 14px;
    font-weight: 600;
    box-shadow: 2px 1px 5px 0px #595757;
    padding: 4px 0px;
}

.cont-test {
    float: left;
    width: 70%;
}

    .cont-test p {
        font-weight: 600;
        line-height: 22px;
        font-size: 14px; /* text-align: left; */
    }
/*Custom Css Ananth*/
a.social-icons {
    background: #41ad5e none repeat scroll 0 0;
    color: #fff;
    font-size: 20px;
    padding: 10px 16px;
}

.mobile-social-icons {
    position: fixed; /*top: 240px;*/
    top: 215px;
    display: none;
    z-index: 500;
}

.expand-social-icons {
    list-style: outside none none;
    margin-top: 9px;
    padding: 0;
    text-align: center;
    display: none;
}

    .expand-social-icons li {
        color: #fff !important;
        padding: 10px 15px;
    }

        .expand-social-icons li a {
            color: #fff;
            font-size: 20px;
        }

.carousel {
    cursor: move;
    position: relative;
}

    .carousel:hover {
        cursor: move;
        position: relative;
    }

.full-width {
    width: 100%;
}
/* Custom Css Feb 24 2017*/
.modal-body img {
    max-width: 100%;
}

.close-modal {
    font-size: 2opx;
    position: absolute;
    right: 5px;
    top: 5px;
    z-index: 1;
    line-height: 15px;
    padding: 2px;
    border: 2px solid;
}

s.modal-body .cont-heading {
    color: #ff4530;
    font-weight: bold;
}

.cont-heading {
    font-weight: 600;
}

.modal-body ul li {
    font-size: 13px;
    line-height: 25px;
    margin-bottom: 10px;
}

.modal-align-middle div {
    vertical-align: middle;
    display: table-cell;
    float: none;
}

.border-bot-feature {
    padding-bottom: 20px;
    margin-bottom: 20px !important;
    border-bottom: 1px solid #e2e2e2;
}

/* .modal-body { */
    /* text-align: justify; */
    /* padding: 40px; */
/* } */
/* .modal-head {    background: #41ad5e;    padding: 10px 20px;    color: #fff;    font-size: 25px;    line-height: 28px;    font-family: Conv_CircularStd-Medium;    font-weight: 400;    text-transform: uppercase;    border-radius: 2px;} */
.heading.align-center.modal-head {
    background: #41ad5e;
    padding: 2px 0px;
    color: #fff; /* border-radius:2px; */
    margin: 15px -40px;
    font-size: 20px;
}

.footer-links img {
    padding: 0px 1px;
	/* margin: 15px 0 0 0; */
}

#footer-menu .container-fluid {
    background: #1b1d1f;
    color: #fff;
	padding: 25px 20px 25px 30px;
}

.navbar-fixed-top .container-fluid {
    /*padding-top: 10px;*/
    padding-bottom: 2px;
}

.navbar-brand {
    margin-top: 10px;
}

.nav.navbar-nav li ul li a {
    margin-top: 0px;
    font-size: 12px;
    text-transform: capitalize;
    font-weight: 400;                 /****new/***/
}
/*==========  Mobile First Method  ==========*/ /* Custom, iPhone Retina */
@media only screen and (min-width : 320px) {

    /**** new ****/
    .menu-bar {
        float: right;
    }

    .shop-by-course-xs {
        background-color: #41ad5e;
        padding: 0;
        border: 1px solid #ccc;
    }

        .shop-by-course-xs a.active, .shop-by-course-xs a:hover {
            background: #FFF;
            color: #41ad5e;
            text-decoration: none;
        }

        .shop-by-course-xs a {
            color: #FFF;
            display: inline-block;
            font-size: 11px;
            font-weight: 700;
            padding: 4px 5px;
        }

    .faq strong {
        line-height: 25px;
    }

    .sub-boxcont {
        font-size: 11px;
    }

    .navbar-toggle.mobile-menu {
        font-size: 25px;
        border: 0;
        color: #555;
        padding: 0px 10px;
        float: left;
        margin: 0;
    }

    header .buynow-logo img {
        padding: 0;
    }

    #offer .owl-item {
        width: 145px !important;
    }

    .offer-explr a > h1 {
        font-size: 15px;
    }

    .offer-explr a > span {
        font-size: 11px;
    }

    .disc_offer img {
        top: -4px;
    }

    .marg-btm-footer {
        margin-bottom: 30px;
    }

    #index-product .view_btn button {
        font-size: 9px;
        padding: 5px;
    }

    #index-product .text > ul {
        list-style: none;
        line-height: 15px;
        font-size: 10px;
    }

    #index-product .text {
        top: 42%;
        left: 36%;
        margin: 15px 0;
    }

    #index-product .block-subject.clearfix {
        padding: 5px 3px 9px;
        font-size: 10px;
    }

    #index-product .block-price {
        font-size: 10px;
        margin: 8px 7px 0;
    }

    .tit_cont {
        font-size: 11px;
        height: auto;
    }
    #index-product .tit_cont {
        font-size: 11px;
        height: 18px;
    }
    .course-tab.mobile a {
        font-size: 11px;
    }

    .banner-off button {
        padding: 2px;
        margin: 4px 0 5px;
        font-size: 10px;
    }

    .iti-btn {
        padding: 3px 10px !important;
    }

    .course-btns button {
        padding: 3px;
        font-size: 9px;
        margin: 3px 2px;
    }

    #offer h4 {
        margin: 5px;
        font-size: 12px;
    }

    .off-explore h4 {
        margin: 5px 0 0 !important;
    }

    .off-explore a {
        font-size: 10px;
    }

    #offer .col-xs-4 {
        height: 50px;
        padding: 0;
    }

    .buy-subjects {
        position: fixed;
        transition: 0.5s ease;
	z-index: 100;
    }

    #buynowpopup {
        background-color: #e9f1f4;
        border-bottom: 1px solid #8aadbb;
        position: absolute;
        right: 0;
        top: 52px;
        width: 100%;
        z-index: 9999;
        padding: 5px;
    }

    .buynowpopup-banner h2, .buynowpopup-banner h3 {
        /*background: rgba(255, 255, 255, 0.6);*/
        font-family: open sans;
        line-height: 20px;
        margin: 0;
        padding: 5px;
        text-align: center;
    }

    .buynowpopup-banner h3 {
        font-size: 16px;
        line-height: 19px;
    }

    .buynowpopup-banner-info {
        background: #FFF;
        padding: 10px;
    }

        .buynowpopup-banner-info .explore-blk {
            margin-bottom: 10px;
        }

        .buynowpopup-banner-info .explore-blk, .buynowpopup-banner-info .enroll-blk {
            color: #333;
            font-size: 13px;
            line-height: 16px;
        }

            .buynowpopup-banner-info .explore-blk span, .buynowpopup-banner-info .enroll-blk span {
                float: left;
                width: 84%;
            }

            .buynowpopup-banner-info .explore-blk img, .buynowpopup-banner-info .enroll-blk img {
                float: left;
                margin-right: 10px;
            }

    .buynowpopup-form {
        padding: 15px 12px;
        background: #fff;
    }

        .buynowpopup-form p {
            margin-bottom: 0;
        }

            .buynowpopup-form p select {
                box-shadow: 0 0 5px 0 #ccc;
                margin-top: 0;
                padding: 3px 10px;
                text-transform: uppercase;
            }

        .buynowpopup-form .btn {
            background: #fff;
            border: 2px solid #4194d8;
            color: #000;
            font-weight: 500;
            text-transform: uppercase;
        }

    .buynowpopup-banner .explore {
        background: rgba(255, 255, 255, 0.7) none repeat scroll 0 0;
        padding: 5px;
    }

    .team-box h4 {
        font-size: 15px;
    }
}
/* Extra Small Devices, Phones */
@media only screen and (min-width : 480px) {
}
/* Small Devices, Tablets */
@media only screen and (min-width : 768px) {
    /***** new ****/
	#header .navbar-header{
		float:none;
	}	
	.tit_cont {
		height: 18px;
	}
    .logo-img {
        float: right;
    }

    .banner-cont {
        top: 41% !important;
    }

    .sub-boxcont {
        font-size: 13px;
    }

    #offer .owl-item {
        width: 240px !important;
    }

    .offer-explr a > span {
        font-size: 14px;
    }

    .offer-explr a > h1 {
        font-size: 18px;
    }

    .disc_offer img {
        top: -15px;
    }

    .marg-btm-footer {
        margin-bottom: 0px;
    }

    .view_btn button {
        font-size: 12px;
        padding: 5px 10px;
    }

    .text > ul {
        list-style: none;
        line-height: 25px;
        font-size: 15px;
    }

    .text {
        top: 42%;
        left: 50%;
        margin: 15px 0;
    }

    .block-subject.clearfix {
        padding: 12px 10px 9px;
        font-size: 14px;
    }

    .block-price {
        font-size: 14.5px;
        margin: 13px 7px 0;
    }
	
	.tit_cont {
        font-size: 15px;
    }
	 #index-product .tit_cont {
        font-size: 12px;
        height: 20px;
    }

    .course-tab.mobile a {
        font-size: 12px;
    }

    .banner-off button {
        padding: 5px;
        margin: 10px 0;
        font-size: 12px;
    }

    .iti-btn {
        padding: 8px 13px !important;
    }

    .course-btns button {
        padding: 8px;
        font-size: 11px;
        margin: 7px 2px;
    }

    .banner-cont h2 {
        line-height: 27px;
        font-size: 16px;
        padding: 10px;
    }

    #offer h4 {
        margin: 25px 0 10px;
        font-size: 17px;
    }

    #offer .col-sm-4 {
        height: 85px;
    }

    .off-explore h4 {
        margin-bottom: 8px !important;
        margin-top: 26px !important;
    }

    .off-explore a {
        font-size: 14px;
    }

    .buy-subjects {
        position: fixed;
        transition: 0.5s ease;
    }

    .buynowpopup-banner {
        height: 240px;
    }

        .buynowpopup-banner h2, .buynowpopup-banner h3 {
            line-height: 27px;
            margin-top: 10px;
            padding: 6px;
            text-align: left;
        }

        .buynowpopup-banner h2 {
            font-size: 16px;
            margin-bottom: 3px;
            font-weight: bold;
        }

        .buynowpopup-banner h3 {
            font-size: 15px;
            margin-top: 0;
            width: 90%;
        }

    .buynowpopup-banner-info {
        bottom: -9%;
        box-shadow: 0 0 5px 0 #ccc;
        left: 8%;
        position: absolute;
        width: 84%;
    }

        .buynowpopup-banner-info .explore-blk, .buynowpopup-banner-info .enroll-blk {
            float: left;
            width: 50%;
        }

    .buynowpopup-form {
        margin-top: 26px;
    }
}
/* Medium Devices, Desktops */
@media only screen and (min-width : 992px) {
    /**** new ***/
    .img-container iframe {
        width: 225px;
        height: 160px;
    }	
	.main-index .header-section{	
		margin-top:80px;
	}
	#ititrade_page .header-section{	
		margin-top:85px;
	}
    .banner-cont {
        top: 43% !important;
    }

    #offer .owl-prev {
        position: absolute;
        left: 10px;
        bottom: 32%;
    }

    #offer .owl-next {
        position: absolute;
        right: 10px;
        bottom: 32%;
    }

    .offer-img {
        position: absolute;
        z-index: 1000;
        left: 10%;
        width: 125px;
        top: 60.4%;
    }

    #offer .owl-item {
        width: 230px !important;
    }

    .course-btns button {
        padding: 5px !important;
    }

    .iti-btn {
        padding: 5px 13px !important;
    }

    .buynowpopup-banner h2 {
        font-size: 14px !important;
    }

    .nav.navbar-nav li a {
        font-size: 12px;
        padding: 8px 8px;
        margin: 0 5px 0px 10px;
    }

   #navbar-main-collapse {
      padding:0;
	  margin-left: 4%;
    }

    .navbar-brand.mobile-logo {
        width: 200px;
        margin-top: 10px;
    }

    .buynowpopup-banner {
        height: 384px;
    }

    .header-section.about-section {
        margin-top: 85px;
    }

    .header-section.demo-section {
        margin-top: 85px;
    }
	
	 .header-section.news-updates {
        margin-top: 85px;
    }

    #buynowpopup {
        position: fixed;
        width: 578px;
    }

    .buynowpopup-banner-info {
        padding: 10px 5px;
    }

        .buynowpopup-banner-info .explore-blk {
            margin-bottom: 0;
        }

            .buynowpopup-banner-info .explore-blk span, .buynowpopup-banner-info .enroll-blk span {
                font-size: 11px;
                line-height: 15px;
                width: 80%;
            }
}
/* Large Devices, Wide Screens */
@media only screen and (min-width : 1200px) {
    /****** new ****/
    .img-container iframe {
        width: 300px;
        height: 197px;
    }

    .nav.navbar-nav li a {
        font-size: 15px;
        padding: 10px 24px;
        margin: 0 10px 0px 10px;
    }

    .navbar-nav {
        margin: 5px;
    }

    #offer .owl-prev {
        position: absolute;
        left: 27px;
        bottom: 22px;
    }

    #offer .owl-next {
        position: absolute;
        right: 27px;
        bottom: 22px;
    }

    .offer-img {
        position: absolute;
        bottom: 54px;
        z-index: 1000;
        left: 14%;
        width: 150px;
        top: 87%;
    }

    #offer .owl-wrapper {
        margin: 0;
    }

    .course-btns button {
        padding: 8px !important;
    }

    .iti-btn {
        padding: 8px 13px !important;
    }

    .buynowpopup-banner h2 {
        font-size: 16px !important;
    }

    #offer .owl-item {
        width: 285px !important;
    }
    /****/

    .banner-cont {
        top: 62% !important;
    }

    .buynowpopup-banner {
        height: 510px;
        margin-left: 2px;
        border-top: 1px solid #ccc;
    }
    /**** renoze***/
    .navbar-brand.mobile-logo {
        width: auto;
        margin-top: 0px;
    }

    #buynowpopup {
    }
}

@media only screen and (min-width : 1900px) {
    .buynowpopup-banner {
        height: 720px;
    }

    .banner-cont {
        top: 73% !important;
    }

    .offer-img {
        left: 24%;
        top: 73%;
    }

    #offer {
        box-shadow: 0px 0px 3px 0 #000000;
    }

	#offer .owl-prev {
		left: 13%;
		bottom: 21%;
	}

	#offer .owl-next {
		right: 13%;
		bottom: 21%;
	}
	#navbar-main-collapse {
		margin-left: 22%;
	}

}

/****************/
.coursediv b {
    font-size: 14px;
    color: #333;
}

a.home {
    padding: 4px 4px !important;
    margin: 0 0px 0px 0px !important;
}

.dropdown-menu.sub-menu {
    /*background: #e9f1f4;*/
}

.nav-course .nav.navbar-nav li ul li a {
    color: #000;
}

    .nav-course .nav.navbar-nav li ul li a:hover {
        border-bottom: 2px solid #41ad5e;
        color: #41ad5e;
    }

.incremental-counter .num {
    background: linear-gradient(#ea8791, #dd001a, #ea8791);
    border: 1px solid #333;
    color: #fff;
    display: inline-block;
    position: relative;
    text-align: center;
    font-size: 16px;
    font-weight: 700;
    line-height: 20px;
    padding: 5px;
}

.dev-hd-img {
    position: relative;
}

h1.dev-header {
    text-align: center;
    width: 100%;
    padding: 0px;
    margin: 0px;
    color: rgb(255, 255, 255);
    text-shadow: 1px 3px 5px rgb(0, 0, 0);
    font-weight: 600;
    position: absolute;
    top: 50%;
}

.team {
    margin-bottom: 0px;
}

    .team .nav-tabs {
        border-bottom: 0;
    }

    .team .tablist {
        list-style: none;
        line-height: 24px;
        padding: 2px;
    }

    .team .nav-tabs > li {
        padding-right: 20px;
        margin: 0px;
    }

        .team .nav-tabs > li.active > a, .nav-tabs > li.active > a:focus, .nav-tabs > li.active > a:hover {
            border-width: 0;
        }

        .team .nav-tabs > li > a {
            border: none;
            color: #fff;
            font-weight: bold;
            padding-right: 10px;
        }

        .team .nav-tabs > li.active > a, .nav-tabs > li > a:hover {
            border: none;
            border-radius: 0;
            color: #11f695 !important;
            background: #FFF;
        }

    .team .tab-pane {
        padding: 15px 0;
    }

        .team .tab-pane p {
            font-size: 15px;
            margin-bottom: 7px;
            line-height: 23px;
        }

        .team .tab-pane span {
            vertical-align: text-bottom;
        }

    .team .tabcontent {
        margin-top: 10%;
    }

    .team .tab-pane button {
        background-color: #41ad5e;
        color: #FFF;
        font-weight: bold;
        text-align: center;
        margin-top: 10px;
    }

        .team .tab-pane button:hover {
            background-color: #28a763;
            color: #FFF;
        }

    .team .tab-content {
        padding: 20px;
    }

    .team .card {
        background: #FFF none repeat scroll 0% 0%;
        margin-bottom: 10px;
    }

    .team #tab-green {
        background-color: #41ad5e;
    }

    .team .heading-title {
        font-family: open sans !important;
        font-size: 20.82px;
        color: #3a4850;
    }

    .team .tablist li {
        font-family: open sans !important;
        font-size: 14px;
    }

    .team .tab_img {
        background-color: 240148;
    }

    .team .tablistimg {
        border: 1px solid #666;
        padding: 10px;
    }

.full-width {
    width: 100%;
}

.team .colorbox {
    background-color: #eeeeee;
    min-height: 100px;
    position: relative;
    border-left: 15px solid;
    border-top: 15px solid;
    margin-bottom: 30px;
    margin-top: 10px;
}

    .team .colorbox:before {
        width: 15px;
        height: 15px;
        position: absolute;
        top: -28px;
        left: -15px;
    }

    .team .colorbox:after {
        width: 30px;
        height: 15px;
        position: absolute;
        top: -30px;
        right: 0;
    }

    .team .colorbox span {
        color: #fff;
        font-size: 50px;
        font-weight: bold;
        left: 10px;
        padding: 21px 0px;
        width: 100px;
        text-align: center;
        position: absolute;
        text-align: center;
        top: -28px;
        vertical-align: middle;
        box-shadow: 0px 0px 6px 0px #858585;
    }

    .team .colorbox p {
        padding-left: 120px;
        padding-top: 15px;
    }

    .team .colorbox .inner-p {
        padding-top: 0px;
    }

    .team .colorbox.blue:before, .team .colorbox.blue:after {
        background-color: #2c91af;
    }

    .team .colorbox.blue span {
        background-color: #2ba0c1;
    }

    .team .colorbox.blue {
        border-color: #2c91af;
    }
    /******** YELLOW *************/
    .team .colorbox.yellow:before, .team .colorbox.yellow:after {
        background-color: #c0b420;
    }

    .team .colorbox.yellow span {
        background-color: #d7ca26;
    }

    .team .colorbox.yellow {
        border-color: #c0b420;
    }
    /******** red *************/
    .team .colorbox.red:before, .team .colorbox.red:after {
        background-color: #d14847;
    }

    .team .colorbox.red span {
        background-color: #ef5450;
    }

    .team .colorbox.red {
        border-color: #d14847;
    }
    /******** green *************/
    .team .colorbox.green:before, .team .colorbox.green:after {
        background-color: #2d8a58;
    }

    .team .colorbox.green span {
        background-color: #3ab071;
    }

    .team .colorbox.green {
        border-color: #2d8a58;
    }
    /******** pink *************/
    .team .colorbox.pink:before, .team .colorbox.pink:after {
        background-color: #622041;
    }

    .team .colorbox.pink span {
        background-color: #993366;
    }

    .team .colorbox.pink {
        border-color: #622041;
    }
    /******** purple *************/
    .team .colorbox.purple:before, .team .colorbox.purple:after {
        background-color: #240148;
    }

    .team .colorbox.purple span {
        background-color: #330066;
    }

    .team .colorbox.purple {
        border-color: #240148;
    }

@media only screen and (min-width : 320px) {
    .mobile-register {
        text-align: center;
    }

    .team #tab-green .container {
        padding: 0px;
    }

    .team .nav-tabs > li {
        /*width:50%;*/
        display: inline-block;
        padding-right: 0px;
    }

        .team .nav-tabs > li a {
            font-size: 12px;
            text-align: center;
        }

    .team .tab_img {
        text-align: center;
        margin-bottom: 10px;
    }
}

@media only screen and (min-width : 768px) {

    /*Nav Sub Menu on Hover*/
    .faq strong {
        line-height: 35px;
    }

    .buynowpopup-banner {
        background: url('../images_v2/img_ref.jpg') no-repeat center;
        background-size: cover;
        position: relative;
    }

    .dropdown-menu .sub-menu {
        left: 100%;
        position: absolute;
        top: 0;
        visibility: hidden;
        margin-top: -1px;
        background: #e9f1f4;
    }

    .dropdown-menu li:hover .sub-menu {
        visibility: visible;
    }

    .nav .dropdown:hover .dropdown-menu {
        display: block;
    }

    .nav-tabs .dropdown-menu, .nav-pills .dropdown-menu, .navbar .dropdown-menu {
        margin-top: 0;
    }

    .navbar .sub-menu:before {
        border-bottom: 7px solid transparent;
        border-left: none;
        border-right: 7px solid rgba(0, 0, 0, 0.2);
        border-top: 7px solid transparent;
        left: -7px;
        top: 10px;
    }

    .navbar .sub-menu:after {
        border-top: 6px solid transparent;
        border-left: none;
        border-right: 6px solid #fff;
        border-bottom: 6px solid transparent;
        left: 10px;
        top: 11px;
        left: -6px;
    }

    .team #tab-green .container {
        padding: 10px;
    }

    .team .nav-tabs > li {
        width: auto;
        display: inline-block;
        padding-right: 15px;
    }

        .team .nav-tabs > li a {
            font-size: 16px;
            text-align: left;
        }
}

.navbar-right .dropdown-menu {
    left: 0;
    right: 0;
}

/* .dropdown-menu { */
    /* min-width: 185px; */
/* } */


.contact-social a {
    display: inline-block;
    margin: 5px;
    overflow: hidden;
    padding: 0;
    color: #e2e2e2;
    text-align: center;
    font-size: 20px;
    line-height: 40px;
    width: 40px;
    height: 40px;
    background-color: #e2e2e2;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
}

    .contact-social a.facebook {
        background: #2a388f;
    }

    .contact-social a.twitter {
        background: #26aae1;
    }

    .contact-social a.youtube {
        background: #ed1c24;
    }

    .contact-social a.gplus {
        background: #221e20;
    }

    .contact-social a.pinterest {
        background: #bd1d2c;
    }

    .contact-social a.instagram {
        background: #7d43b7;
    }

    .contact-social a.slideshare {
        background: #0ca8aa;
    }

/* Login Page*/

.login-header-section {
    border-bottom: 1px solid #405D9B;
}

    .login-header-section .container {
        padding: 5px 0px;
    }

.login-form {
    font-size: 12px;
}

    .login-form td {
        padding: 2px 5px;
    }

    .login-form input {
        padding: 5px;
        margin: 0px;
        border: 1px solid #e2e2e2;
    }

    .login-form button {
        padding: 5px 15px;
        font-size: 12px;
        border-radius: 0px;
        text-transform: uppercase;
    }

.register-section .heading {
    font-size: 20px;
    text-transform: None;
}

.register-section .sub-heading {
    font-size: 15px;
    text-transform: None;
}

.register-form input[type="checkbox"] {
    width: 25px;
}

.register-section {
    padding: 5px 0px 25px 0px;
    background: #EDF0F5;
}

.register-form label {
    margin-bottom: 0px;
    font-weight: 600;
}

.register-form {
    font-size: 12px;
    text-transform: uppercase;
}

.mobile-login .sub-heading {
    font-size: 13px;
}

a.fb-login {
    padding: 1px 6px;
    background: #48649F;
    color: #fff;
    font-size: 13px;
    margin: 0px 2px 0px 0px;
    border: 1px solid #fff;
}

    a.fb-login:hover {
        background: #fff color:#48649F border:1px solid #48649F;
    }

a.gmail-login {
    padding: 1px 6px;
    background: #CE453A;
    color: #fff;
    font-size: 13px;
    margin: 0px 0px 0px 2px;
    border: 1px solid #fff;
}

    a.gmail-login:hover {
        background: #fff color:#CE453A border:1px solid #CE453A;
    }

#ititrade_page .colorbox {
    background-color: #eeeeee;
    min-height: 100px;
    position: relative;
    border-left: 15px solid;
    border-top: 15px solid;
    margin-bottom: 30px;
    margin-top: 10px;
}

    #ititrade_page .colorbox:before {
        width: 15px;
        height: 15px;
        position: absolute;
        top: -28px;
        left: -15px;
    }

    #ititrade_page .colorbox:after {
        width: 30px;
        height: 15px;
        position: absolute;
        top: -30px;
        right: 0;
    }

    #ititrade_page .colorbox span {
        color: #fff;
        font-size: 50px;
        font-weight: bold;
        left: 10px;
        padding: 23px 0px;
        width: 100px;
        text-align: center;
        position: absolute;
        text-align: center;
        top: -28px;
        vertical-align: middle;
        /*box-shadow: 0px 0px 6px 0px #858585;*/
    }

    #ititrade_page .colorbox p {
        padding-left: 120px;
        padding-top: 15px;
    }

    #ititrade_page .colorbox .inner-p {
        padding-top: 0px;
    }

    #ititrade_page .colorbox.blue:before,
    #ititrade_page .colorbox.blue:after {
        background-color: #2c91af;
    }

    #ititrade_page .colorbox.blue span {
        background-color: #2ba0c1;
    }

    #ititrade_page .colorbox.blue {
        border-color: #2c91af;
    }

    /******** red *************/
    #ititrade_page .colorbox.red:before,
    #ititrade_page .colorbox.red:after {
        background-color: #d14847;
    }

    #ititrade_page .colorbox.red span {
        background-color: #ef5450;
    }

    #ititrade_page .colorbox.red {
        border-color: #d14847;
    }
    /******** green *************/
    #ititrade_page .colorbox.green:before,
    #ititrade_page .colorbox.green:after {
        background-color: #2d8a58;
    }

    #ititrade_page .colorbox.green span {
        background-color: #3ab071;
    }

    #ititrade_page .colorbox.green {
        border-color: #2d8a58;
    }

#ititrade_page h2, #ititrade_page h3 {
    font-family: open sans !important;
    font-size: 22px;
}

#ititrade_page .vp-a img {
    width: 80%;
    border-radius: 10px;
}

#ititrade_page .courses-tab {
    margin-bottom: 30px;
}

#ititrade_page .tab-content {
    margin-top: 20px;
    margin-bottom: 20px;
}

#ititrade_page .tab-text {
    color: #999;
    line-height: 25px;
    font-style: italic;
    text-align: center;
    font-size: 22px;
    margin-top: 20px;
    display: block;
}

#ititrade_page .full-width {
    width: 100%;
}

#ititrade_page ul.courselist {
    display: block;
    padding: 3px;
    list-style: outside;
    margin-left: 40px;
    margin-bottom: 0;
}

#ititrade_page .courselist li {
    line-height: 27px;
    padding: 0px 7px;
}

#ititrade_page .coursediv p {
    color: #111;
    line-height: 22px;
    margin-left: 22px;
}

#ititrade_page .btn-orange {
    background-color: #FF5500;
    color: #fff;
    padding: 5px 20px;
    font-weight: bold;
}

    #ititrade_page .btn-orange:hover {
        background-color: #C94503;
        color: #fff;
    }

#ititrade_page ul.courses-tab {
}

#ititrade_page .courses-tab li {
    padding: 0px 15px;
}

#ititrade_page .page-title-parallax {
    background-repeat: no-repeat;
    background-size: cover;
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: -2;
    top: 0;
    left: 0;
}

#ititrade_page .page-title-inner {
    padding-bottom: 0;
    padding-top: 270px;
}

#ititrade_page .page-title .m-title .p-font {
    color: #fff;
    font-family: "Open Sans",sans-serif !important;
    font-stretch: normal;
    font-style: normal;
    font-weight: 300;
    text-transform: capitalize;
}

#ititrade_page #page-title h1 {
    font-size: 32px;
    font-weight: 500;
    letter-spacing: 0.05em;
    margin: 0;
    max-height: 96px;
    overflow: hidden;
    overflow-wrap: break-word;
}

#wrapper-content {
    background-color: #fff;
    overflow: hidden;
    position: relative;
    width: 100%;
    z-index: 1;
}

#ititrade_page .p-font {
    color: #FFF;
}

#ititrade_page #page-title {
    background: rgba(0, 0, 0, 0) linear-gradient(to bottom, rgba(0, 0, 0, 0.15), rgba(0, 0, 0, 0.44)) repeat scroll 0 0;
    height: 460px;
}

#ititrade_page .btn-lightgreen {
    background-color: #e5f0e0;
    color: #264821;
    font-weight: bold;
    font-size: 13px;
    text-transform: capitalize;
    border: 1px solid #7ac70a;
    box-shadow: 0px 1px 4px #ededed;
    border-radius: 2px;
    margin-right: 20px;
    padding: 2px 10px;
}

#ititrade_page .approachtab i {
    color: #264821;
    margin-right: 20px;
}

#ititrade_page .infograph_box {
    background-image: url("images/infograph_bg.png");
    background-repeat: no-repeat;
    background-position: left;
    height: 104px;
    width: 100%;
}

    #ititrade_page .infograph_box .infograph_inner {
        padding-top: 16px;
        padding-left: 10px;
    }

    #ititrade_page .infograph_box span.infograph-number {
        color: #47763a;
        font-size: 16px;
        font-weight: bold;
        padding-top: 24px;
        padding-left: 10px;
        display: inline-block;
        float: left;
    }

    #ititrade_page .infograph_box .infograph-img {
        padding-left: 20px;
        padding-top: -10px;
        display: inline-block;
        float: left;
    }

    #ititrade_page .infograph_box span.infograph-text {
        color: #47763a;
        display: inline-block;
        float: left;
        font-weight: bold;
        padding: 23px 15px;
        text-align: center;
        width: 36%;
    }
/*********infograph right bg *************/
#ititrade_page .infograph_box_right {
    background-image: url("images_v2/infograph_box_right.png");
    background-repeat: no-repeat;
    background-position: left;
    height: 104px;
    width: 100%;
}

    #ititrade_page .infograph_box_right .infograph_inner {
        padding-top: 16px;
        padding-left: 24px;
    }

    #ititrade_page .infograph_box_right span.infograph-number {
        color: #47763a;
        font-size: 16px;
        font-weight: bold;
        padding-top: 24px;
        padding-left: 15px;
        display: inline-block;
        float: left;
    }

    #ititrade_page .infograph_box_right .infograph-img {
        padding-left: 23px;
        padding-top: 3px;
        display: inline-block;
        float: left;
    }

    #ititrade_page .infograph_box_right span.infograph-text {
        color: #47763a;
        display: inline-block;
        float: left;
        font-weight: bold;
        padding: 23px 22px;
        text-align: center;
        width: 36%;
    }

#ititrade_page .threedmclass {
    background-image: url("images_v2/3d_class_room_logo_bg.png");
    background-repeat: no-repeat;
    background-position: top;
}

#ititrade_page .dark-green-box {
    /*background-image: url("images/dark_green_box_bg.png");*/
    background-color: #e5f0e0;
    border: 1px solid #9bd151;
    border-radius: 3px;
    padding: 0px;
    margin-bottom: 15px;
    box-shadow: 0 2px 4px #666;
    height: 65px;
}

#ititrade_page .dark-green-box3 {
    margin-right: -30px;
}

#ititrade_page .light-green-box {
    /*background-image: url("images/light_green_box_bg.png");*/
    background-color: #edf3f2;
    border: 1px solid #cbd0cf;
    border-radius: 3px;
    padding: 0px;
    box-shadow: 0 2px 4px #666;
    margin-bottom: 15px;
    height: 65px;
}

#ititrade_page .dark-green-box .dark_green_img {
    display: inline-block;
    float: left;
    padding: 7px 10px 8px 10px;
    border-right: 2px solid #9bd151;
    height: 100%;
}

#ititrade_page .light-green-box .light_green_img {
    display: inline-block;
    float: left;
    padding: 7px 10px 8px 10px;
}

#ititrade_page .dark-green-box .dark_green_txt {
    display: inline-block;
    color: #47763a;
    font-weight: bold;
    text-align: left;
    padding-left: 6px;
}

#ititrade_page .light-green-box .light_green_txt {
    display: inline-block;
    color: #47763a;
    font-weight: bold;
    text-align: left;
    padding: 4px 6px;
    height: 100%;
    border-left: 2px solid #c0c2c2;
}
/*
#course_page h2, #course_page h3 {
    font-family: open sans !important;
    font-size: 22px;
}*/

#course_page .vp-a img {
    width: 80%;
    border-radius: 10px;
}

#course_page .courses-tab {
    margin-bottom: 30px;
}

#course_page .tab-content {
    margin-top: 20px;
    margin-bottom: 20px;
}

#course_page .tab-text {
    color: #999;
    line-height: 25px;
    font-style: italic;
    text-align: center;
    font-size: 22px;
    margin-top: 20px;
    display: block;
}

#course_page .full-width {
    width: 100%;
}

#course_page ul.courselist {
    display: block;
    padding: 3px;
    list-style: outside;
    margin-left: 40px;
}

#course_page .courselist li {
    line-height: 27px;
    padding: 0px 15px;
}

#course_page .coursediv p {
    color: #111;
    line-height: 22px;
}

#course_page .btn-orange {
    background-color: #FF5500;
    color: #fff;
    padding: 5px 20px;
    font-weight: bold;
}

    #course_page .btn-orange:hover {
        background-color: #C94503;
        color: #fff;
    }

#course_page ul.courses-tab {
}

#course_page .courses-tab li {
    padding: 0px 15px;
}

#course_page .page-title-parallax {
    background-repeat: no-repeat;
    background-size: cover;
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: -2;
    top: 0;
    left: 0;
}

#course_page .page-title-inner {
    padding-bottom: 0;
    padding-top: 270px;
}

#course_page .page-title .m-title .p-font {
    color: #fff;
    font-family: "Open Sans",sans-serif !important;
    font-stretch: normal;
    font-style: normal;
    font-weight: 300;
    text-transform: capitalize;
}

#course_page #page-title h1 {
    font-size: 32px;
    font-weight: 500;
    letter-spacing: 0.05em;
    margin: 0;
    max-height: 96px;
    overflow: hidden;
    overflow-wrap: break-word;
}

#wrapper-content {
    background-color: #fff;
    overflow: hidden;
    position: relative;
    width: 100%;
    z-index: 1;
}

#course_page .p-font {
    color: #FFF;
}

#course_page #page-title {
    background: rgba(0, 0, 0, 0) linear-gradient(to bottom, rgba(0, 0, 0, 0.15), rgba(0, 0, 0, 0.44)) repeat scroll 0 0;
    height: 550px;
}

#about_page h2, #about_page h3 {
    font-family: open sans !important;
    font-size: 22px;
}

#about_page .vp-a img {
    width: 80%;
    border-radius: 10px;
}

#about_page .courses-tab {
    margin-bottom: 30px;
}

#about_page .tab-content {
    margin-top: 20px;
    margin-bottom: 20px;
}

#about_page .tab-text {
    color: #999;
    line-height: 25px;
    font-style: italic;
    text-align: center;
    font-size: 22px;
    margin-top: 20px;
    display: block;
}

#about_page .full-width {
    width: 100%;
}

#about_page ul.courselist {
    display: block;
    padding: 3px;
    list-style: outside;
    margin-left: 40px;
}

#about_page .courselist li {
    line-height: 27px;
    padding: 0px 15px;
}

#about_page .coursediv p {
    color: #111;
    line-height: 22px;
    margin-left: 22px;
}

#about_page .btn-orange {
    background-color: #FF5500;
    color: #fff;
    padding: 5px 20px;
    font-weight: bold;
}

    #about_page .btn-orange:hover {
        background-color: #C94503;
        color: #fff;
    }

#about_page ul.courses-tab {
}

#about_page .courses-tab li {
    padding: 0px 15px;
}

#about_page .page-title-parallax {
    background-repeat: no-repeat;
    background-size: cover;
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: -2;
    top: 0;
    left: 0;
}

#about_page .page-title-inner {
    padding-bottom: 0;
    padding-top: 270px;
}

#about_page .page-title .m-title .p-font {
    color: #fff;
    font-family: "Open Sans",sans-serif !important;
    font-stretch: normal;
    font-style: normal;
    font-weight: 300;
    text-transform: capitalize;
}

#about_page #page-title h1 {
    font-size: 32px;
    font-weight: 500;
    letter-spacing: 0.05em;
    margin: 0;
    max-height: 96px;
    overflow: hidden;
    overflow-wrap: break-word;
}

#wrapper-content {
    background-color: #fff;
    overflow: hidden;
    position: relative;
    width: 100%;
    z-index: 1;
}

#about_page .p-font {
    color: #FFF;
}

#about_page #page-title {
    background: rgba(0, 0, 0, 0) linear-gradient(to bottom, rgba(0, 0, 0, 0.15), rgba(0, 0, 0, 0.44)) repeat scroll 0 0;
    height: 550px;
}

#about_page .aboutus_iframe {
    float: right;
    margin:5px 15px 0 16px;
    height: 183px;
}

#about_page .aboutus_iframe_text {
    text-align: justify;
}

.dev-hd-img {
    position: relative;
}

h1.dev-header {
    text-align: center;
    width: 100%;
    padding: 0px;
    margin: 0px;
    color: rgb(255, 255, 255);
    text-shadow: 1px 3px 5px rgb(0, 0, 0);
    font-weight: 600;
    position: absolute;
    top: 50%;
}

.contribution {
    margin-bottom: 40px;
}

    .contribution .nav-tabs {
        border-bottom: 0;
    }

    .contribution .tablist { /*list-style: none;*/
        line-height: 24px;
        padding: 2px;
        padding-left: 25px;
    }

    .contribution .nav-tabs > li.active > a, .nav-tabs > li.active > a:focus, .nav-tabs > li.active > a:hover {
        border-width: 0;
    }

    .contribution .nav-tabs > li > a {
        border: none;
        color: #fff;
        font-weight: bold;
    }

    .contribution .nav-tabs > li.active > a {
        border: none;
        border-radius: 0;
        color: #41ad5e !important;
        background: #FFF;
    }

    .contribution .nav-tabs > li > a:hover {
        border: none;
        border-radius: 0;
        color: #11f695 !important;
    }

    .contribution .tab-pane {
        padding: 15px 0;
    }

        .contribution .tab-pane p {
            font-size: 14px;
            color: #000;
        }

        .contribution .tab-pane span {
            vertical-align: text-bottom;
            margin-top: 40px;
        }

    .contribution .tabcontent {
        margin-top: 10%;
    }

    .contribution .tab-pane button {
        background-color: #41ad5e;
        color: #FFF;
        font-weight: bold;
        text-align: center;
        margin-top: 10px;
    }

        .contribution .tab-pane button:hover {
            background-color: #28a763;
            color: #FFF;
        }

    .contribution .tab-content {
        padding: 20px 0px;
    }

    .contribution .card {
        background: #FFF none repeat scroll 0% 0%;
        margin-bottom: 10px;
    }

    .contribution #tab-green {
        background-color: #41ad5e;
    }

    .contribution .heading-title {
        font-family: open sans !important;
        font-size: 20.82px;
        color: #000;
    }

    .contribution .tablist li {
        font-family: open sans !important;
        font-size: 13px;
        color: #000;
    }

.tablistimg {
    box-shadow: 0 2px 4px #666;
    border-radius: 4px;
    width: 100%;
}

.full-width {
    width: 100%;
}

#faq .panel {
    background-color: none;
    border: none;
    box-shadow: none;
}

#faq .panel-default .panel-heading {
    border: none;
    background-color: unset !important;
}

    #faq .panel-default .panel-heading .quesno {
        font-weight: bold;
        display: table-cell;
        vertical-align: middle;
    }

    #faq .panel-default .panel-heading .questxt {
        display: table-cell;
        vertical-align: middle;
        padding-left: 10px;
    }

        #faq .panel-default .panel-heading .questxt i {
            font-weight: normal;
            vertical-align: middle;
        }


#faq .panel-body {
    margin-left: 20px;
}

    #faq .panel-body p {
        line-height: 21px;
    }

.current-price b {
    font-size: 16px;
    color: #F26C4F;
}

.actual-price b {
    font-size: 12px;
    color: #FF9F00;
}

.accordion-toggle:after {
    font-family: 'Glyphicons Halflings';
    content: "\e259";
    float: right;
    font-weight: 400;
}

.accordion-opened .accordion-toggle:after {
    content: "\e260";
}

.nav > li > a:focus, .nav > li > a:hover {
    background: none;
}
/***** new ****/
.signin-cred ul {
    margin: 5px;
}


.signin-cred {
    color: #797979;
    text-transform: uppercase;
    font-size: 12px;
}

.signin-cred a {
	padding: 5px;
	color: #797979;
	border-right: 1px solid #ddd;
}

.nav-course .signin-cred a {
    color: #797979;
}

.signin-cred a:last-child {
    /*border: 1px solid rgb(221, 221, 221);
	background: rgb(244, 247, 248) none repeat scroll 0% 0%;*/
    /*padding: 0px 30px 3px;*/
    border-top: 0;
}

.banner-cont {
    overflow: hidden;
    background: rgba(0, 0, 0, 0.31);
    position: relative;
    top: 61%;
}

    .banner-cont h2 {
        text-align: center;
        color: #fff;
    }

.banner-off {
    overflow: hidden;
    padding: 7px;
    text-align: center;
}

    .banner-off h2 {
        color: #000;
        padding: 0;
        margin-top: 5px;
    }

    .banner-off button {
        border-radius: 0;
        font-weight: 700;
    }

.off-border {
    border: 1px solid rgb(204, 204, 204);
    box-shadow: 0 2px 2px 0 rgba(0,0,0,0.16),0 0 0 1px rgba(0,0,0,0.08);
    background: #ddd;
}

    .off-border span {
        color: red;
    }

.course-btns {
    text-align: center;
    padding-bottom: 15px;
}

    .course-btns button {
        border-radius: 0;
        font-weight: 700;
        color: rgb(0, 114, 188);
		display: inline-block;
    }

        .course-btns button:focus, .course-btns button:hover, course-btns button:active {
            background-color: rgb(0, 114, 188);
            color: #fff;
            border-color: rgb(0, 114, 188);
        }

#offer {
    box-shadow: 0px 0px 3px 0 #000000;
}

    #offer .col-sm-4 {
        text-align: center;
        border-left: 1px solid #fff;
        border-right: 1px solid #fff;
    }

    #offer h4 {
        font-weight: 600;
    }

.content-box a {
    font-size: 16px;
    color: #000;
    font-family: Conv_CircularStd-Medium;
    text-transform: uppercase;
	display:inline-block;
}
.content-box a:hover span {
    box-shadow: 0 1px 3px #000;
}

.sub-boxcont {
    color: rgb(0, 0, 0);
    font-weight: 500;
}

.content-box h4 {
    margin-bottom: 0;
}

#academic-approach .tab-content .heading {
    font-size: 16px;
}
#academic-approach {
    font-size: 16px;
}
#academic-approach ul{
	line-height:25px;
}

.course-tab > ul > li > a:focus {
    color: #41ad5e;
}

/***** Product ****/
.backgrd_color {
    background: #fff;
    display: block;
    width: 100%;
    height: auto;
    border: 1px solid #ddd;
}

.image_cont {
    overflow: hidden;
    border-bottom: 1px solid #ddd;
}

.tit_cont {
    margin: 8px;
    font-weight: 700;
    text-align: center;
    color: #127FD1;
}

.block-price {
    text-align: center;
    font-weight: 600;
}

.off {
    color: #FF0000;
    margin-left: 5px;
}

.block-subject.clearfix {
    font-weight: 600;
}

.backgrd_overlay {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    overflow: hidden;
    width: 100%;
    height: 0;
    transition: .5s ease;
    background-color: rgba(244, 67, 54, 0.84);
}

.text {
    width: 100%;
    font-size: 15px;
    color: white;
    position: absolute;
    transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
}

.view_btn {
    text-align: center;
}

.prdct_cont:hover .backgrd_overlay {
    height: 100%;
}

.text > ul > li > i {
    margin-right: 10px;
}

.actual-price {
    position: relative;
}

    .actual-price::after {
        background: #000;
        content: "";
        height: 0.125em;
        left: 0;
        margin-top: 0;
        position: absolute;
        right: 0;
        top: 50%;
    }

.andrd_image {
    position: absolute;
    right: 5px;
    top: 5px;
}

.browse-btn {
    display: inline;
    position: absolute;
    right: 15%;
}

.be-betch-content-prod ul > li {
    line-height: 25px;
    font-size: 15px;
}

.team-box h4 {
    margin-top: 0;
}

.tab_img img {
    width: 155px;
}

.deprt-scroll {
    /*border:1px solid #ddd;*/
    margin: 30px 0 10px;
}

    .deprt-scroll h1 {
        padding: 3px 7px;
        background-color: #aecbe9;
        margin: 0;
    }

    .deprt-scroll .clearfix {
        height: 140px;
        overflow: auto;
        padding: 8px;
        border-left: 2px solid #aecbe9;
        border-right: 2px solid #aecbe9;
        border-bottom: 2px solid #aecbe9;
    }

    .deprt-scroll h3 {
        font-size: 17px !important;
        margin-top: 5px;
        margin-bottom: 5px;
        font-weight: 700 !important;
    }

.state a {
    color: #000;
}

.team .team-box {
    margin-bottom: 20px;
}

.img-container {
    position: relative;
    width: 50%;
}

.news-image1 {
    opacity: 1;
    display: block;
    width: 100%;
    height: auto;
    transition: .5s ease;
    backface-visibility: hidden;
}

.img-hover {
    transition: .5s ease;
    opacity: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
}

.img-container:hover .news-image1 {
    opacity: 0.3;
}

.img-container:hover .img-hover {
    opacity: 1;
}

.course-section ul {
    line-height: 25px;
}

.elo-padd .course-obj {
    padding-top: 4%;
}

.disc_offer img {
    position: relative;
    z-index: 400;
}

.arrow-img-left {
    position: absolute;
    right: 103%;
    top: 28px;
}

.arrow-img-right {
    position: absolute;
    left: 103%;
    top: 28px;
}

/****** services ******/
.service-color > p {
    position: relative;
    width: 145%;
    padding: 15px;
    z-index: 100;
    bottom: 28px;
    margin-bottom: 0;
    color: #fff;
}

.services-content .col-md-5 > p {
    position: relative;
    width: 145%;
    padding: 15px;
    z-index: 400;
    bottom: 28px;
    margin-bottom: 0;
    color: #fff;
}

.services-content h2 {
    clear: both;
    margin: 0 0 15px;
}

.services-content .margin-bottom {
    margin-bottom: 30px;
}

.services-content .col-md-5 a {
    color: yellow;
}

    .services-content .col-md-5 a:hover {
        color: #fff;
    }

.color > p {
    background-color: #345c2b;
}

.color1 > p {
    background-color: #592b2b;
}

.color2 > p {
    background-color: #3b5b8a;
}

.color3 > p {
    background-color: #4c5430;
}

.service5 > p {
    background-color: #00b3ba;
    padding: 15px;
    color: #fff;
}

.color4 > p {
    background-color: #0065ba;
}

.color5 > p {
    background-color: #60382e;
}

.color6 > p {
    background-color: #856e7b;
}

.color7 > p {
    background-color: #387475;
}

.prdct-cont > p {
    margin: 0;
    padding: 7px 30px;
    border-top: 1px dotted #000;
}

.prdct-cont > p {
    background: url(images_v2/services/right-arrow.png) left no-repeat;
}

    .prdct-cont > p:last-child {
        border-bottom: 1px dotted #000;
    }
/*****11-4-17 ******/
#offer .item {
    padding: 13px 0px;
    color: #FFF;
    text-align: center;
}

#offer .offer-pad {
    padding: 3px;
}

#offer .owl-item {
    border: 1px solid #ccc;
}

.offer-explr a {
    color: #000;
    font-weight: 600;
}

    .offer-explr a > h1 {
        margin: 0;
        font-weight: 600;
    }

.item.offer-explr:hover {
    background-color: #ff4530;
}

    .item.offer-explr:hover a {
        color: #fff;
    }

.offer-explr a:hover {
    color: #fff;
}
/****** services end ****/

.methods-but {
    text-align: center;
}

.tab-pane {
    padding: 0;
}

.about-section .sub-heading {
    margin-top: 8px;
}

.course-section .custom-product h1 {
    text-transform: none;
    margin: 5px 15px;
}

.iti-dept {
    margin-left: 18%;
}

#footer-menu {
    margin-top: 15px;
}

.elo-padd li {
    padding: 0 0 8px;
}

.certfct li {
    padding: 0 0 8px;
}

.prdct-video {
    text-align: right;
}

/********** Scroll To Top **********/
.scrollToTop {
    width: 45px;
    height: 78px;
    position: fixed;
    bottom: 0;
    right: 0;
    display: none;
    background: url('../images_v2/arrow-up.png') no-repeat;
    z-index: 500;
}

    .scrollToTop:hover {
        text-decoration: none;
    }

/****** 13/4/ *****/
.shop-by-course > a > i {
    margin-right: 15px;
}

.content-section .margin-bottom-30 {
    margin-bottom: 25px;
}

.iti-dept {
    margin-left: 18%;
    text-align: left;
}

#iti-page .dev-header {
    top: 46%;
    font-size: 30px;
}

    #iti-page .dev-header span {
        position: relative;
        top: 10px;
    }
/***** video text ****/
.vertical .carousel-inner {
    height: 100%;
}

.carousel.vertical .item {
    -webkit-transition: 0.6s ease-in-out top;
    -moz-transition: 0.6s ease-in-out top;
    -ms-transition: 0.6s ease-in-out top;
    -o-transition: 0.6s ease-in-out top;
    transition: 0.6s ease-in-out top;
}

.carousel.vertical .active {
    top: 0;
}

.carousel.vertical .next {
    top: 100%;
}

.carousel.vertical .prev {
    top: -100%;
}

    .carousel.vertical .next.left,
    .carousel.vertical .prev.right {
        top: 0;
    }

.carousel.vertical .active.left {
    top: -100%;
}

.carousel.vertical .active.right {
    top: 100%;
}

.carousel.vertical .item {
    left: 0;
}

.banner-btn button {
    margin: 15px 0;
}

.video-text {
    font-family: 'PT Serif', serif;
    text-align: left;
    /*width: 100%;*/
    padding: 20px;
    margin: 0px;
    color: #fff;
    position: absolute;
    top: 16%;
    font-size: 20px;
    right: 15px;
    /*background: rgba(0, 0, 0, 0.27);*/
}

    .video-text strong {
        font-size: 30px;
        color: #fff;
    }

.video-title {
    font-size: 17px;
    text-transform: uppercase;
    font-weight: 600;
	text-align: center;
}

.subtitle-res {
    width: 119% !important;
    height: 120px;
}

.show-more1 {
    position: relative;
    right: 0;
    left: 84%;
    top: -9px;
}

.read-more {
    padding: 0 15px 5px !important;
}

/****** 18-4-17 *****/
#price-content .sub-heading {
    margin-top: 10px;
}

#price-content .marg-top {
    margin-top: -6px;
}

.cont-slider > .item > img {
    margin: 0 auto;
}

.univer-list {
    list-style-type: decimal;
    text-align: left;
}

.coursediv ul {
    line-height: 28px;
}

/**** 21-4-17 ***/
.iti-digcont h1 {
    text-align: center;
}


.iti-table > tbody > tr {
    border-bottom: 1px solid #ddd;
    border-top: none;
}

    .iti-table > tbody > tr > th {
        border-top: none;
    }

/***** renoze ****/
.search-mobile .navbar-form {
    margin: 3px 0;
}

.search-mobile input {
    margin: 0;
}

.top-bar {
    background: #f9f9f9;
    color: #000;
    padding: 5px 0;
}

.menu-bar {
    padding: 2px !important;
}

    .menu-bar i {
        font-size: 24px;
        margin-top: 3px;
    }

.engg-dropmenu > li:nth-child(even) {
    border-right: 1px solid #ccc;
}
.poly-dropmenu > li:nth-child(odd) {
    border-right: 1px solid #ccc;
}
.iti-dropmenu > li{
    border-right: 1px solid #ccc;
}
.iti-dropmenu > li:nth-last-child(3n+2) {
	border-right:0;
}
.skill-dropmenu > li:nth-child(odd) {
    border-right: 1px solid #ccc;
}


    .dropdown-menu > li:last-child {
        border-right: none;
    }

.code {
    display:block;     
}

.univ-search input {
    margin: 0;
    width: 500px !important;
}

.cd-demo-active {
    background-color: #ea4335 !important;
}

.cd-demo {
    background-color: rgb(33, 107, 143);
    border: 1px solid #ddd !important;
    color: #fff;
    display: inline-block;
    font-size: 16px;
    font-weight: 400;
    padding: 3px 10px !important;
    position: fixed;
    right: -31px;
    top: 322px;
    transform: rotate(-90deg);
    transition: all 0.2s ease 0s;
    z-index: 100;
	text-transform:uppercase;
	border-bottom: 0;
}
.cd-demo:hover{
	color:#fff;
	background-color:rgb(28, 125, 171);
}
.portfolio-item {
    padding: 15px;
}

    .portfolio-item h3 {
        margin-top: 10px;
        font-size: 15px !important;
        font-weight: 600;
        text-align: left;
    }

.demo-section .heading {
    font-size: 22px !important;
}

.demo-section .brdr {
    /*border-bottom: 1px solid #ddd;*/
}

.show-more {
    text-align: right;
}

/**** footer Image ***/
.sprite {
    background: url('../images_v2/home_img.png') no-repeat top left;
    width: 50px;
    height: 27px;
    display: inline-flex;
}

    .sprite.visa {
        background-position: -544px -13px;
    }

    .sprite.master-card {
        background-position: -290px -10px;
    }

    .sprite.mastro {
        background-position: -343px -10px;
    }

    .sprite.rupay {
        background-position: -154px -10px;
    }

    .sprite.net-banking {
        background-position: -399px -10px;
        width: 70px;
    }



/**** custom - index***/
.slide {
    /* margin-bottom: 60px;*/
}

    .slide .container {
        position: relative;
        z-index: 9;
    }

    .slide .carousel-control {
        height: 80px;
        margin-top: 0;
        font-size: 120px;
        text-shadow: 0 1px 1px rgba(0,0,0,.4);
        background-color: transparent;
        border: 0;
        z-index: 10;
    }
    /*
    .slide .item {
      height: 532px;
    }*/
    .slide img {
        position: relative;
        top: 0;
        left: 0;
        min-width: 100%;
        min-height: 100%;
    }

#myCarousel .carousel-caption {
    background-color: transparent;
    position: absolute;
    width: 50%;
    padding: 40px 0 0px;
    margin-top: 135px;
    left: 50%;
    text-align: left;
}

.carousel-caption h1 {
    margin: 0;
    line-height: 1.45;
    color: #fff;
    font-size: 28px;
    font-weight: 600;
}

.carousel-caption .btn {
    margin: 15px 15px 0 0;
    border-radius: 0;
}

#myCarousel .carousel-control.left {
    background: none;
}

#myCarousel .carousel-control.right {
    background: none;
}

#myCarousel .buy-btn {
    padding: 6px 35px;
}

#myCarousel .carousel-control {
    top: 32%;
    width: 7%;
}

.video-banner iframe {
    margin: 30px;
}
/****/

/**** side Nav ***/


.sidenav {
    height: 100%;
    width: 0;
    position: fixed;
    z-index: 9999;
    top: 0;
    right: 0;
    background-color: #a23930;
    overflow-x: hidden;
    transition: 0.5s;
    padding-top: 25px;
}

    .sidenav a {
        padding: 6px 20px;
        text-decoration: none;
        font-size: 16px;
        color: #fff;
        display: block;
        transition: 0.3s;
        font-weight: 600;
    }

        .sidenav a:hover, .offcanvas a:focus {
            color: #f1f1f1;
            background-color: #34a85380;
        }

    .sidenav .closebtn {
        position: absolute;
        top: -8px;
        right: 10px;
        font-size: 36px;
        margin-left: 50px;
        padding: 0;
    }

        .sidenav .closebtn:hover {
            background-color: transparent;
        }

    .sidenav ul {
        list-style: none;
        padding: 0;
    }

#mysidenav .dropdown-menu {
    width: auto;
    position: static;
}

@media screen and (max-height: 450px) {
    .sidenav {
        padding-top: 15px;
    }

        .sidenav a {
            font-size: 18px;
        }
}

.caret.arrow {
    float: right;
    top: 10px;
    position: relative;
}

#mySidenav #about a {
    padding: 5px 0 5px 40px;
    font-size: 14px;
    font-weight: 500;
}

.border-li > li > a:hover {
    background: none;
}

.border-li > li > a:last-child:hover {
    background-color: #34a85380;
}

#eletsphoto .carousel img {
    position: static;
    min-width: auto;
    max-width: 100%;
}

#eletsphoto .carousel .item {
    height: auto;
}

#eletsphoto .carousel-control {
    height: auto;
    font-size: 25px;
}


/**** Custom 26-4-17***/
#submitform input {
    margin: 0;
}

.checkbox input {
    width: auto;
    margin-left: -20px !important;
    margin-top: 5px !important;
}

.resume {
    margin-top: 7px;
}

.contribution .tab-content .modal .sub-heading {
    margin-top: 5px;
    text-align: center;
    margin-bottom: 20px;
}

.contribution .tab-content .modal .form-group {
    margin-bottom: 0;
}

label.error {
    color: #fb3a3a;
    font-size: 13px;
    font-weight: 600;
}


/**
.scroll-tab {
    height: 665px;
    overflow: auto;
    border: 1px solid #f9f9f9;
    padding: 0 15px;
}**/

#academic-approach .tab-pane img{
	margin:0 auto;
}

.purchase-a {
    color: #ff4800 !important;
    font-weight: 600;
}

.scroll-tab img {
    margin: 0 auto;
}

.dropdown-menu li .cursor:hover {
    cursor: no-drop;
    color: #000 !important;
}

.form-modal button {
    background-color: #41ad5e;
    color: #FFF;
    font-weight: bold;
    text-align: center;
    margin-top: 10px;
}
.form-modal input{
	margin:0 0 10px;
}
.cont-slider > .item > img{
	margin:0 auto;
}
.ulline-height{
	line-height:23px;
}

.gallery-modal > .modal-dialog {
	margin-top: 100px;
	width: 550px;
}
.gallery-modal .modal-body {
	padding: 25px;
}
.image-gallery .col-sm-3{
	padding:8px;
}


.signin-cred a:hover {
	text-decoration:underline;
}
.modal-backdrop.in {
	z-index:111;
}
.feedback-modal .sub-heading{
	margin-top:0;
	color:#000;
}
.feedback-modal p{
	color:#000;
}
.feedback-modal .modal-body{
	overflow: hidden;
}
.feedback-modal.in .modal-dialog {
	transform: translate(0px, 60px);
}
.social-bar{
	float:left;
	overflow: hidden;
}
.social button{
	padding: 5px 18.5px;
	border-radius: 0;
	background-color: #ffffffb3;
	border: none;
}
.social button > i{
	font-size:25px;
}
.social button:hover{
	background-color: #fff;
}
#iti-desc{
	background-color:#fff;
}
.benefit-title {
    margin: 0;
}
.benefits-list{
	padding-left: 15px;
	padding-right: 15px;
}
.benefits-list li{
	list-style:none;
}
.benefits-list li::after {
    content: url(../images_v2/iti/school-border-grey.png);
    display: block;
    margin-top: -10px;
    margin-bottom: 5px;
}
.iti-top-trade .tit_cont{
	font-size:15px !important;
}
.iti-top-trade .text{
	text-align:left;
}


/* 17-5-17 */
.font_size { 
	font-size:15px;
	text-transform:none;
}
.font_size_2 { 
	font-size:13px;
	text-transform:none;
	font-weight:normal;
	line-height:18px; 
}
.font_size_3{
	font-size:13px !important;
	font-weight:normal;
	line-height:20px !important;
	margin-top:10px;
}
.padding_left { 
	padding-left:20px;
}
.bg_green { background:#41ad5e; color:#fff; font-size:16px; }
.br_blue { color:#046e9f; font-size:16px; border-bottom:1px solid #046e9f; text-align:left; padding-left:15px; }
.br_red { color:#ad3434; font-size:16px; border-bottom:1px solid #ad3434; text-align:left; padding-left:15px; }
.bg_orange { background:#ea5929; color:#fff; font-size:16px; }
.margin_top {	margin-top:0px !important;}
.fon_clr_oran{ color:#ea5929 !important; }
.fon_clr_blue{ color:#046e9f !important;}
.fon_clr_red{ color:#ad3434 !important;}
.first_div { width:100% !important; float:left !important;}
.scnd_div { width:100%; float:left;}
.thrd_div { width:100%; float:left;}
.mar-top { margin-top:30px;}
.fon-crc { padding:24px 0 0 0px; text-align:center; color:#fff; font-size:19px; font-weight:bold;}
.green_box { background:#378c37; width:62px; height:82px; float:left; }
.green_box_2 { background:#2a776b; width:62px; height:82px; float:left; }
.orange_box { background:#ea5929; width:62px; height:82px; float:left; }
.blue_box { background:#046e9f; width:62px; height:82px; float:left; }
.red_box { background:#ad3434; width:62px; height:82px; float:left; }
.table_content table, th, td {
    border: 1px solid #bfbfbf;
	border-collapse: collapse;
	padding: 15px;
	border-spacing: 5px;
	font-size:13px;
}
.table_content table, th {
    text-align: left;
}
.ui-menu li { list-style:none;}
.wid_sz { width:400px;}
.wid_sz_2 { width:130px;}
.con-div { width: 100%;  float:left;}
.img-div { width:16%; float:left;}
.tex-div { width:84%; float:left;}
.head_cont { width:100%; float:left;}
.table > tbody > tr > td, .table > tbody > tr > th, .table > tfoot > tr > td, .table > tfoot > tr > th, .table > thead > tr > td, .table > thead > tr > th { vertical-align:middle;}

@media only screen and (max-width:1024px)
{
	.img-div, .tex-div,.green_box, .green_box_2, .orange_box, .blue_box, .red_box{
    display: block !important;
    float: none !important;
    text-align: center !important;
    width: 100% !important;
}
.tex-div *{
padding-left:0px !important;
text-align:center !important
}
.br_blue, .br_red { padding-left:0px !important; text-align:center;}
.green_box, .green_box_2, .orange_box, .blue_box, .red_box { width:62px !important; height:82px; margin-left:auto; margin-right:auto;}
}
.table_content table img{
	margin:0 auto;
	display:block;
}
.table_content table thead th{
	text-align:center;
}
/* 17-5-17 */
.search-mobile .form-control[readonly]{
	background-color:transparent;
}
.search-mobile .form-control:focus{
	border-color: #ccc;
	box-shadow: none;
}
.my-account .fa-bars{
	font-size:15px;
	top: 2px;
	position: relative;
}

.my-account .dropdown-menu{
	min-width:160px;
	z-index:99999;
}
.my-account .dropdown-menu li a{
	font-size:12px;
}
.my-account .dropdown-menu li{
	padding: 5px 5px 0 5px;
	border-right: 0;
}
.my-account .btn-success{
	color:#fff !important;
}
.my-account .btn-success:hover{
	background-color: #449d44 !important;
	color:#fff !important;
}
.my-account .btn-success:focus{
	background-color: #449d44 !important;
	color:#fff !important;
}
.my-account .newcustomer{
	font-size:10px;
}
.my-account{
	list-style: none;
	padding-left: 0;
}
.my-account .dropdown li{
	display:block;
}
.my-account li{
	display:inline-block;
	padding-right:10px;
}
/***** new ***/

.iti-drpdown{
	padding:20px 0 0;
	text-align:center;
}
.iti-drpdown span{
	display:block;
	font-weight:500;
	margin-top: 10px;
}
.iti-dropmenu li a img{
	-ms-interpolation-mode: bicubic;
	-webkit-transition: all 400ms ease-in-out 0s;
	-moz-transition: all 400ms ease-in-out 0s;
	-ms-transition: all 400ms ease-in-out 0s;
	-o-transition: all 400ms ease-in-out 0s;
	transition: all 400ms ease-in-out 0s;
}
.iti-dropmenu li:hover img{
	-webkit-transform: scale3d(1.1, 1.1, 1);
	-moz-transform: scale3d(1.1, 1.1, 1);
	-ms-transform: scale3d(1.1, 1.1, 1);
	-o-transform: scale3d(1.1, 1.1, 1);
}
.iti-drpdown .nav-list > li > a{
	padding:0 !important;
	margin:0 !important;
}

.margin-top-ten div {
	float:none;
	margin:0 auto;
}
.img-p{
	float:right;
	margin-left:25px;
}
.footer-social{
	margin:15px 0;
	text-align:left;
	padding-left:0;
}
.footer-social li{
	list-style:none;
	display:inline;
	margin-right:7px;
}

.footer-social li a{
	padding: 5px 10px;
	/* background-color: #2c2c2c; */
	border-radius: 2px;
}
.footer-social .facebook {
   background: rgb(59, 89, 152) none repeat scroll 0 0;
}
.footer-social .facebook:hover {
   background: rgb(34, 64, 127) none repeat scroll 0 0;
}
.footer-social .twitter {
   background: rgb(0, 172, 237) none repeat scroll 0 0;
}
.footer-social .twitter:hover {
   background: rgb(0, 147, 212) none repeat scroll 0 0;
}
.footer-social .youtube {
   background: #cc181e none repeat scroll 0 0;
}
.footer-social .youtube:hover {
   background: #a7292d none repeat scroll 0 0;
}
.footer-social .gplus {
    background: rgb(221, 75, 57) none repeat scroll 0 0;
	padding: 5px 7px;
}
.footer-social .gplus:hover {
   background: rgb(196, 50, 32) none repeat scroll 0 0;
}	
.footer-social li i {
    color: #fff;
}
.footer-address{
	padding-top:0 !important;
}
.footer-address li{
	line-height:28px;
}
.payment div {
    color: #777879;
}
.cont-addrs{
	padding-left: 12px;
	position: relative;
	top: -8px;
}
.payment{
	bottom: 0;
	padding-top:15px;
}
.payment .ssl-text{
	position:relative;
	top:-6px;
}
.payment span:last-child{
	display:block;
	position: absolute;
	right: 77px;
	bottom: -5px;
}
.img-lock {	
	width:30px;
}
.footer-cont{
	padding:10px 0;
}
.footer-cont .footer-list{
	padding-top:0;
}
.image_cont img{
	background: url("../images_v2/logo_bg.png") no-repeat #eeeeee4d 50px;
	display:block;
}
.iti-subcont{
	clear: both;
	padding: 22px 0;
	background-color: #00bfa5;
	border-top: 2px solid #eee;
	text-align: center;
	color: #fff;
	justify-content: center;
}
.iti-top-trade .iti-subcont{
	box-shadow: 0 0px 2px 0px rgba(0, 0, 0, 0.2), 0 3px 5px rgba(0,0,0,0.2);
	border-top: 0;
}
.iti-dropmenu .iti-subcont{
	padding: 4px 0 !important;
	background-color: #ff5252;
	color:#fff;
}
.iti-dropmenu .iti-subcont h1{
	display:inline;
	margin-bottom:0 !important;
}
.iti-dropmenu .iti-subcont a{
	margin:5px 0 !important;
	left: 30px;
	position: relative;
	top:-3px;
}
.iti-subcont .video-popup{
	padding:0 !important;
	margin:5px 0 !important;
	left: 30px;
	position: relative;
}
.iti-drpdown .iti-subcont a:hover{
	color:#fff !important;
}
.iti-dropmenu .iti-subcont h1{
	font-size:20px !important;
}
.iti-subcont h1{
	text-align: center;
	margin: 0 !important;
	font-size: 20px !important;
}
.iti-subcont button{
	border-radius: 0;
	margin-top: 5px;
	background-color:#f4b400;
}
.iti-subcont span{
	margin: 0;
	font-size: 13px;
	text-transform: none;
	font-weight: 400;
	display:block;
}
.top-ul ul {
	display: inline-block;
	list-style: none;
	padding-left: 0;
	margin: 5px 0;
}
.top-ul ul li {
	display: inline-block;
	padding: 0 5px;
}
.my-account i{
	margin-right:2px;
	font-size:15px;
}
.iti-subcontmodal video{
	box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
}
.iti-subcontmodal .close-modal{
	position: absolute;
	top: -30px;
	right: 0px;
	border: 0;
}
.iti-subcontmodal .modal-content{
	box-shadow:none;
	background:none;
	border:none;
}
.iti-subcontmodal .modal-dialog {
	width: 900px;
	margin: 65px auto;
}
.iti-subcontmodal .modal-body{
	padding:0;
}
.iti-subcontmodal .modal-content a{
	padding:0 !important;
}
.iti-subcontmodal .modal-content span{
	margin:0;
	font-size:15px;
}
.count-text-span{
	display: block;
	line-height: 10px;
}
.bg-green img {
    width: 35px;
}
