/*
* Theme Name: Netscriperwp
*  Author: Netscriper
*  Author URI: http://www.netscriper.com/
*/     
@font-face {
    font-family: 'Larke';
    src: url('fonts/Larke-Regular.eot');
    src: url('fonts/Larke-Regular.eot?#iefix') format('embedded-opentype'),
        url('fonts/Larke-Regular.woff') format('woff'),
        url('fonts/Larke-Regular.ttf') format('truetype'),
        url('fonts/Larke-Regular.svg#Larke-Regular') format('svg');
    /*font-weight: 400;*/
    font-style: normal;
}

@font-face {
    font-family: 'GT Walsheim';
    src: url('fonts/GTWalsheim-Light.eot');
    src: url('fonts/GTWalsheim-Light.eot?#iefix') format('embedded-opentype'),
        url('fonts/GTWalsheim-Light.woff2') format('woff2'),
        url('fonts/GTWalsheim-Light.woff') format('woff'),
        url('fonts/GTWalsheim-Light.ttf') format('truetype'),
        url('fonts/GTWalsheim-Light.svg#GTWalsheimProTrial-Light') format('svg');
    font-style: normal;
    font-weight:300;
}

@font-face {
    font-family: 'Biko';
    src: url('fonts/Biko.eot');
    src: url('fonts/Biko.eot?#iefix') format('embedded-opentype'),
        url('fonts/Biko.woff') format('woff'),
        url('fonts/Biko.ttf') format('truetype'),
    font-style: normal;
}

body{
	margin:0 auto;
    font-family: 'Raleway', sans-serif;
}

p.font-test
{
    font-family: 'Raleway';
}

/*head-info*/
.head-info 
{
    padding-left: 47px;
    background-color: #1c3975;
    color: #FFF;
    display: flex;
    align-items: center;
    height: 30px;
    font-size: 10pt;
    margin-top:0px;
}

.head-info img,p
{
    display: block;
    margin-top: auto;
    margin-bottom: auto;
}

.head-info span
{
    font-size: 10pt;
    display: block;
    margin-top: auto;
    margin-bottom: auto;
}
/*navigation menu*/
.container-fluid
{
	padding-left:35px;
}

.navbar
{
	margin-bottom:0;
	border-radius:0;
    padding: 0 25px;
}

.navbar-default
{
	border-color:transparent;
    background-color: #FFF;
    margin-left: 17px;
}

.navbar-default .navbar-nav>li>a
{
    line-height:40px;
    color: #1b3664;
    font-size: 11.5pt;
    padding-top:16px;
}

.navbar-default .navbar-nav>.active>a
{
    background-color: #FFF;
}

.navbar-default .navbar-nav>.active>a:hover
{
    background-color: #FFF;
}

.well > a {
    display: block;
}

.nav
{
    color: red;
}

.navbar
{
    min-height:none;
}

.dropdown-menu
{
    padding:0;
}

.dropdown-menu>.active>a, .dropdown-menu>.active>a:focus, .dropdown-menu>.active>a:hover
{
    background-color: rgba(28, 57, 117, 0.92);
}
/*main circular content*/
.circle-content
{
    background-color: #FFF;
}

.circle-content img {
    display:block;
    margin-left:auto;
    margin-right:auto;
    width: 75px;
    padding-top: 15px;
    padding-bottom: 15px;
}

.circle{
    display: flex;
    justify-content:center;
}
/*Programming Courses*/
.main-course
{
    background-color: #ededed;
    width: 100%;
}

.main-course img
{
    width: 100%;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}

.thumb
{
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    padding:0;
    background-color: #FFF;
    margin-bottom: 59px;
}

.main-course h2
{
    text-align: center;
    margin-top: 30px;
    margin-bottom:30px;
    font-family: larke;
    font-size: 30pt;
}

.thumb-img{
    position:relative;
    overflow:hidden;
}
 
.caption {
    position:absolute;
    top:0;
    right:0;
    width:100%;
    height:100%;
    padding:2%;
    display: none;
    text-align:center;
    color:#fff !important;
    z-index:2;
}

.cap-content
{
    height:280px;
}

.cap-content h3
{
    text-align: left;
    padding-left: 15px;
    margin: 0;
    padding-top: 191px;
    font-size: 13pt;
}

.cap-content span
{
    float: left;
    color: #7b8284;
    font-size: 11pt;
    padding-left: 17px;
    padding-top:10px;
}

.cap-content .more
{
    color: #f57e25;
    float: right;
    padding-right: 21px;
    font-size: 15px;
}

.grid {
    position: relative;
    margin: 0 auto;
    max-width: 1000px;
    list-style: none;
    text-align: center;
}

/* Common style */
.grid figure {
    position: relative;
    float: left;
    overflow: hidden;
    width: 100%;
    background: #3085a3;
    text-align: center;
    cursor: pointer;
     border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}

.grid figure img {
    position: relative;
    display: block;
    min-height: 100%;
    max-width: 100%;
    opacity: 0.8;
     border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}

.grid figure figcaption {
    padding: 2em;
    color: #fff;
    text-transform: uppercase;
    font-size: 1.25em;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

.grid figure figcaption::before,
.grid figure figcaption::after {
    pointer-events: none;
}

.grid figure figcaption,
.grid figure figcaption > a {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.grid figure figcaption > a {
    z-index: 1000;
    text-indent: 200%;
    white-space: nowrap;
    font-size: 0;
    opacity: 0;
}

.grid figure h2 {
    word-spacing: -0.15em;
    font-weight: 300;
}

.grid figure h2 span {
    font-weight: 800;
}

.grid figure h2,
.grid figure p {
    margin: 0;
}

.grid figure p {
    letter-spacing: 1px;
    font-size: 68.5%;
}

/*----------------------*/
/***** Sadie Effect *****/
/*----------------------*/

figure.effect-sadie figcaption::before {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: -webkit-linear-gradient(top, rgba(72,76,97,0) 0%, rgba(72,76,97,0.8) 75%);
    background: linear-gradient(to bottom, rgba(72,76,97,0) 0%, rgba(72,76,97,0.8) 75%);
    content: '';
    opacity: 0;
    -webkit-transform: translate3d(0,50%,0);
    transform: translate3d(0,50%,0);
}

figure.effect-sadie h2 {
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    color: #484c61;
    -webkit-transition: -webkit-transform 0.35s, color 0.35s;
    transition: transform 0.35s, color 0.35s;
    -webkit-transform: translate3d(0,-50%,0);
    transform: translate3d(0,-50%,0);
    font-size: 18pt;
    font-family:Larke;
    font-weight:normal;
}

figure.effect-sadie figcaption::before,
figure.effect-sadie p {
    -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
    transition: opacity 0.35s, transform 0.35s;
}

figure.effect-sadie p {
    position: absolute;
    bottom: 0;
    left: 0;
    padding: 2em;
    width: 100%;
    opacity: 0;
    -webkit-transform: translate3d(0,10px,0);
    transform: translate3d(0,10px,0);
}

figure.effect-sadie:hover h2 {
    color: #fff;
    -webkit-transform: translate3d(0,-50%,0) translate3d(0,-40px,0);
    transform: translate3d(0,-50%,0) translate3d(0,-40px,0);
}

figure.effect-sadie:hover figcaption::before ,
figure.effect-sadie:hover p {
    opacity: 1;
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
}

/*User Feedback Section*/
.feedback{
    background-image: url("images/feedback.png");
    background-repeat: repeat;
    height: 350px;
}

#nav-tabs
{
     padding: 20px 0 0 0;
}


#myCarousel .nav a small {
    display:block;
}
#myCarousel .nav {
    background:transparent;
}
#myCarousel .nav a {
    border-radius:0px;
}

.carousel-inner p {
    text-align: center;
    font-size: 15pt;
    padding: 70px 50px;
    color: #FFF;
    font-family:Larke;
}

ul.nav.nav-pills.nav-justified
{
    margin-top:-78px;
    margin-left:20px;
}

.item.myy
{
    padding:0px;
    margin:0px;
}

.item.active.my
{
    padding-bottom:0px;
    margin:0px;
}

.item.myy.next.left
{
    padding-top:-30px;
    margin:0px;
}

.feedback-name
{
    text-align: right;
    padding-top: 0px;
    margin-top: -51px;
    margin-right: 71px;
    color: #FFF;
    font-family: Larke;
    font-size: 19px;
    }

/*View All Course*/
.course-detail
{
    background-color: #ededed;
}

.course-detail .button
{
    display: flex;
    justify-content:center;
}


.course-detail .line
{
    border-top : 1px solid #d0d0d0;
    width: 100%;
    margin-top: -17px;
    padding-bottom: 177px;

}

.course-detail .btn-primary
{
    background-color: #52b5df;
    border-color: #52b5df;
    padding:3px 14px;
    font-size:12pt;
}

/*Footer Section*/
footer
{
    background-color: #132647;
    color:#231f20;
    padding-top:20px;
    padding-bottom:20px;
    background-image: url("images/footer.png");
    background-repeat: repeat;
    font-size:13px;
}

.row.join
{
    padding-left:14px;
}

footer h4
{
    font-size: 16pt;
    color: #000;
    padding-bottom:14px;
}

footer h4 span{
    color:#6B6969;
}

span.question {
    font-size: 15pt;
}

div.last {
    background-color: #1c3975;
    color: #DEDDDD;
    font-size: 12px;
    height: 36px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
}

.foot
{
    margin-left:8px;
}

.follow a
{
    color: #000;
    padding-left:10px;
}

/*Inner Page About Us*/
.inner-header
{
    background-image: url("images/inner-slide.jpg");
    height:220px;
    display: flex;
    align-items: center;
    /*justify-content:center;*/
    color:#FFF;
}

.inner-header h2
{
    background-color: rgba(241, 241, 241, 0.32);
    padding: 0px 100px 15px 109px;
    font-size: 26pt;
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: 45px;
    text-transform: uppercase;
}

.about h2
{
    display: flex;
    justify-content: center;
    font-size:16pt;
    margin-bottom: 30px;
    margin-top: 30px;
}

.about
{
    text-align: center;
    font-size:11pt;
    margin-bottom:40px;
    font-size:14px;
}

/*Inner Page Contact Us*/
section.contact
{
    margin-top:50px;
    margin-bottom:50px;
}

.info h2
{
    font-size:23pt;
    padding-bottom:10pt;
    padding-left:12px;
}

.info h2::before
{
    content: ' ';
    display: block;
    width: 17px;
    height: 36px;
    position: absolute;
    background-repeat: no-repeat;
    background-image: url("images/left-icon.png");
    left: 0px;
}

.info 
{
    font-size:11pt;
    font-weight:500;
}

.form h2
{
    margin-top:45px;
    margin-left:78px;
    font-size:23pt;
    margin-bottom:25px;
}

.form h2::before
{
    content: ' ';
    display: block;
    width: 17px;
    height: 36px;
    position: absolute;
    background-repeat: no-repeat;
    background-image: url("images/left-icon.png");
    left: 140px;
}

.form-horizontal
{
    margin-left:49px;
}

.form-control
{
    font-size:11pt;
}

.form-control.input-md
{
    width: 87%;
    height:30%;
}

textarea.form-control
{
    margin-left:-55px;
    height:83px;
}

input.wpcf7-form-control.wpcf7-submit.btn {
    float: right;
    margin-right: 58px;
    border-radius: 2px;
    padding: 0px 37px 3px 37px;
    font-size: 13pt;
    background-color: #40474f;
    border-color: none;
    border-bottom: 4px solid #586063;
    color:#9E9E9E;
}

input.wpcf7-form-control.wpcf7-submit.btn_mobile {
    margin-right: 58px;
    border-radius: 2px;
    padding: 0px 37px 3px 37px;
    font-size: 13pt;
    background-color: #40474f;
    border-color: none;
    border-bottom: 4px solid #586063;
    color:#9E9E9E;
}


.col-md-4.form-left
{
    padding-left:0px;
}

/*Inner Page Career Page*/
section.career {
    margin-left: 20px;
    font-size: 10pt;
    margin-top:20px;
    margin-bottom:40px;
}

.career h3
{
    font-size: 13pt;
    font-weight: 400;
    padding-left: 17px;
}

.career h3::before
{
    content: ' ';
    display:block;
    width: 18px;
    height: 23px;
    position: absolute;
    background-repeat: no-repeat;
    background-image: url("images/left-icon.png");
    left: 0px;
}

.career p{
    margin-left:15px;
}

.position {
    background-color: #ec2427;
    margin-top: 20px;
    width: 80%;
    padding: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #FFF;
}

.position-text
{
    font-size:9.5pt;
    margin-top:-10px;
}

/*Inner Page Course Detail*/
.inner-course
{
    margin: 40px 0 40px 20px;
}

.inner-course h2 {
    font-size: 22pt;
    text-transform: uppercase;
    padding-left: 70px;
    margin-top: -9px;
    color: #484c57;
    font-family: Larke;
    margin-bottom: 0px;
}

span.title-one
{
    padding-left:8px;
    font-weight: 700;
}

span.title-two
{
    padding-left:8px;
    font-size:10pt;
    color: #c12026;
}

.course-content {
    padding-top: 20px;
    line-height: 27px;
    font-size: 10pt;
    font-weight: 600;
}

.course-content ul
{
    list-style-image: url('images/list-icon.jpg');
}

/*Course Detail*/
section.course
{
    margin-top:20px;
    margin-bottom: 40px;
    margin-left: 20px;
}

.course h2
{
    padding-left: 10px;
}

section.course h2::before
{
    content: ' ';
    display:block;
    width: 16px;
    height: 35px;
    position: absolute;
    background-repeat: no-repeat;
    background-image: url("images/left-icon.png");
    left: 0px;
    top:22px;
}

section.course span
{
    font-weight:800;
}

.detail-img
{
    margin-top:10px;
}

.course-start {
    margin-top: 25px;
    background-color: #c12026;
    width: 30%;
    padding: 6px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #FFF;
}

.course-content.detail
{
    margin-left:-18px;
}

/* Timetable css */
.timetable h2 {
  text-align: center;
}

.timetable table caption {
    padding: .5em 0;
}

@media screen and (max-width: 767px) {
  table caption {
    border-bottom: 1px solid #ddd;
  }
}

.timetable .p {
  text-align: center;
  padding-top: 140px;
  font-size: 14px;
}

.timetable h2
{
    padding-bottom: 15px;
}

.timetable tr
{
    background-color: #e7f1fa;
}

.timetable thead
{
    background-color:#1cabe3; 
    color:#fff;
    border-left:1px solid #1cabe3;
}

.timetable
{
    padding-bottom:40px;
}

._56-2
{
display:none;
}

/* responsive css */
@media (max-width: 800px) {
   .navbar-default
    {
        padding:0px;
    }

    .head-info
    {
        padding-left: 23px;
    }
}

@media (max-width: 600px) {
    .navbar-default
    {
        padding:0px;
    }

    .head-info
    {
        padding-left: 23px;
    }
}

@media (max-width: 480px) {
    
}
._2lqh {
    width: 100%;
    display: none;
}

._2q3a
{
display:none;
}

.cff-likebox.cff-outside.cff-top
{
top:0px;}