
/* ---------------------Reset----------------------- */

@font-face {
    font-family: bebas;
    src: url(fonts/bebas.ttf);
}
a,abbr,acronym,address,applet,article,aside,audio,b,blockquote,big,body,center,canvas,caption,cite,code,command,datalist,dd,del,details,dfn,dl,div,dt,em,embed,fieldset,figcaption,figure,font,footer,form,h1,h2,h3,h4,h5,h6,header,hgroup,html,i,iframe,img,ins,kbd,keygen,label,legend,li,meter,nav,object,ol,output,p,pre,progress,q,s,samp,section,small,span,source,strike,strong,sub,sup,table,tbody,tfoot,thead,th,tr,tdvideo,tt,u,ul,var{background:transparent;border:0 none;font-size:100%;margin:0;padding:0;border:0;outline:0;vertical-align:top;}ol, ul {list-style:none;}blockquote, q {quotes:none;}table, table td {padding:0;border:none;border-collapse:collapse;}img {vertical-align:top;}embed {vertical-align:top;}
article, aside, audio, canvas, command, datalist, details, embed, figcaption, figure, footer, header, hgroup, keygen, meter, nav, output, progress, section, source, video {display:block;}
mark, rp, rt, ruby, summary, time {display:inline;}
input, textarea {border:0; padding:0; margin:0; outline: 0;}
iframe {border:0; margin:0; padding:0;}
input, textarea, select {margin:0; padding:0px;}

/* -------------------------------------------- */
/* ------------------Style---------------------- */
/* -------------------------------------------- */
html, body {width:100%; padding:0; margin:0;}
body {background-color: #E2E2E2;color: #292929;font: 13px/25px Arial, Helvetica, sans-serif;}

/*-------------------------*/
a{color: #006699;text-decoration: none;}
a:hover {text-decoration: none;}

a.button, input.button {	cursor: pointer;	color: #808080;	line-height: 12px;	font-family: Arial, Helvetica, sans-serif;	font-size: 12px;	font-weight: bold;	background: #E4E4E4;	border:1px solid #DFDFDF;}
a.button {	display: inline-block;	text-decoration: none;	padding: 6px 12px 6px 12px;}
input.button {	margin: 0;	border: 0;	height: 24px;	padding: 0px 12px 0px 12px;}
a.button:hover, input.button:hover {background: #006699;color:#ffffff;}

/*-------------header */
header {height: 130px;width:100%; background:url('../images/new/header.jpg') repeat-x;margin-bottom:0px;}

header #logo {margin-top:0px; padding:5px; float:left; width:200px; }
.header-logos{width: 600px;}
header #logo a img{width:180px;}
header .duration {
    padding:10px;
    border:10px;
    border:3px solid #fff;
    border-radius:5px;
    text-align:center;
    text-transform:uppercase;
    color:#ffffff;
    font-size:20px;
    text-shadow:0 1px 2px rgba(0,0,0,0.5);
    transition:all .5s ease;
    cursor:pointer;
   
}
    header .duration:hover {
    color:#033f75;
    border:3px solid #033f75;
    }
header #search-box {position: relative;width: 300px;margin-top:30px;}
header #search-form {height: 25px;border: 1px solid #999;background-color: #fff;overflow: hidden;}
header #search-text {font-size: 14px;color: #ddd;background: transparent;}
header #search-box input[type="text"] {width: 80%;padding: 5px 0 5px 1em;color: #333;outline: none;}
header #search-button {position: absolute;top: 0;right: 0;height: 27px;width: 80px;font-size: 14px;color: #fff;text-align: center;line-height: 26px;background-color: #999;cursor: pointer;border:0px;}

/*------------menu */
nav {padding:3px 0 3px 0;background:#033f75;}
nav ul {list-style: none;margin: 0;padding: 0;}
    nav .zerogrid {
    border-right:1px solid #115490;   
    }
nav ul li {position: relative;float: left;padding: 6px 10px 0px 10px;border-left:1px solid #115490;border-right:1px solid #012e57;}
nav ul li:hover {background: #006699 url('../images/lines.png');
                
background: #c9a01d; /* Old browsers */
background: -moz-linear-gradient(45deg,  #c9a01d 0%, #feed2c 50%, #c9a01d 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left bottom, right top, color-stop(0%,#c9a01d), color-stop(50%,#feed2c), color-stop(100%,#c9a01d)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(45deg,  #c9a01d 0%,#feed2c 50%,#c9a01d 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(45deg,  #c9a01d 0%,#feed2c 50%,#c9a01d 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(45deg,  #c9a01d 0%,#feed2c 50%,#c9a01d 100%); /* IE10+ */
background: linear-gradient(45deg,  #c9a01d 0%,#feed2c 50%,#c9a01d 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#c9a01d', endColorstr='#c9a01d',GradientType=1 );

}
nav ul li a {font-size: 9.5px; line-height:14px;color: #ffffff;display: block;padding: 6px 0px 6px 2px;margin-bottom: 5px;z-index: 6;position: relative;font-weight:bold;text-transform:uppercase;
    top: 0px;
    left: 0px;
    text-shadow:0 1px 1px #000;
}
nav ul li:hover a{}
    nav ul li:last-child {
    border-right:none;
    }

/*------------sub-menu */
    .submenu {
    position:absolute;
    display:none;
   background: #c9a01d; /* Old browsers */
background: -moz-linear-gradient(45deg,  #c9a01d 0%, #feed2c 50%, #c9a01d 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left bottom, right top, color-stop(0%,#c9a01d), color-stop(50%,#feed2c), color-stop(100%,#c9a01d)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(45deg,  #c9a01d 0%,#feed2c 50%,#c9a01d 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(45deg,  #c9a01d 0%,#feed2c 50%,#c9a01d 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(45deg,  #c9a01d 0%,#feed2c 50%,#c9a01d 100%); /* IE10+ */
background: linear-gradient(45deg,  #c9a01d 0%,#feed2c 50%,#c9a01d 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#c9a01d', endColorstr='#c9a01d',GradientType=1 );
width:212px;
z-index:100;
left:0;
border-bottom:3px solid #fff;
box-shadow:0 8px 16px -6px rgba(0,0,0,.8);
    }
        .submenu li {
        border:none;
        padding:5px;
        border-bottom:1px solid #dfa432;
        }
        
        .submenu li a {
        width:100%;
        display:inline-block;
        width:200px;    
        clear:both;
        text-shadow:0 1px 2px rgba(0,0,0,.5);
        transition:all .5s ease;
        font-size:11px;
        text-transform:none;
        }
        .submenu li a:hover {
        padding-left:20px;
        width:180px;
        transition:all .5s ease;
        color:#000
        }

        .submenu .submenu {
        margin:-40px 0 0 120px;
        }
.right_sub {
right:0;
position:absolute;
}

    


/*-------------content */
#content {
    background:url(../images/new/foot_top.png);
    background: #ffffff ; /* Old browsers */
background: -moz-linear-gradient(top,  #ffffff 0%, #d5e3f2 47%, #ffffff 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(47%,#d5e3f2), color-stop(100%,#ffffff)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  #ffffff 0%,#d5e3f2 47%,#ffffff 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  #ffffff 0%,#d5e3f2 47%,#ffffff 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  #ffffff 0%,#d5e3f2 47%,#ffffff 100%); /* IE10+ */
background: linear-gradient(to bottom,  #ffffff 0%,#d5e3f2 47%,#ffffff 100%) ; /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ffffff',GradientType=0 ); /* IE6-9 */

}

.block {padding: 10px 0px;}

.main-content{}
.main-content article{margin: 20px 0;overflow:hidden; position:relative}
.main-content .heading h2{ font-size:20px; line-height:25px; letter-spacing:-1px; font-weight:bold;}
.main-content .heading .info{font-size:12px; font-style:italic;}
.main-content .content{}
.main-content .content img{float:left; margin:3px 30px 0px 0; border:#BDBDBD 5px solid;}
.main-content .footer{}
.main-content .footer .more{float:right;}
.main-content .footer .more a{ text-decoration:none;}

.sidebar section{margin-bottom: 20px;}
.sidebar .heading{color:#ffffff; background:#006699 url('../images/boxtitle.png') no-repeat left center; font-size:22px; font-weight:normal; padding: 10px 10px 10px 50px;}
.sidebar .content{padding:15px;}
.sidebar .content img{float:left; margin:5px; border:#BDBDBD 5px solid;}

.featured{width:100%; margin-bottom: 20px;}

ul {margin:0; padding:0;list-style-image:none;}
ul.list li {padding:0px 0 5px 12px; line-height:25px; background:url(../images/marker-1.gif) 0 11px no-repeat;}
ul.list li a { font-size:14px; color:#292929; line-height:25px;}
ul.list li a:hover {color:#006699; text-decoration:none;}

/*------------footer */ 
footer {padding: 20px 10px; background:#033f75 url(../images/new/foot_top.png) top no-repeat;padding-bottom:0; }
footer .heading{ color:#ffffff; padding-bottom:5px;font-size:20px; font-weight:normal; text-transform:uppercase;}
footer .content{color:#ffffff;}
footer .content img{float:left; margin:5px; border:#ffffff 5px solid;}
footer ul {margin:0; padding:0;list-style-image:none;}
footer ul li { list-style:circle;margin-left:20px;}
footer ul li a { font-size:13px; color:#ffffff;}
footer ul li a:hover {color:#006699; text-decoration:none; cursor:pointer;}
footer p {text-align:justify;
    }
footer strong , footer .heading{
color:#f6e22a;
}
    footer .zerogrid{
    }
        
/*-------------copyright*/
#copyright{display:inline-block; width:100%; text-align: center;
            background:#20537e  ;color:#ffffff; padding:8px 0;margin-top:-10px; }
    #copyright img {
    width:113px;
    height:71px;margin:0 auto;
    margin-top:-10px;
    left:45%;
    }
    #copyright p {
    margin:0 auto;
    }
.left {
float:left;
text-align:left;
}
.right {
float:right;
color:#bacc35;
}
.right a{
color:#bacc35;
}
.blue_bg {
background:#063457;
color:#fff;
}
.green_bg {
background:#f6e22a;
color:#fff;

background: #bb7e00; /* Old browsers */
background: -moz-linear-gradient(left,  #bb7e00 0%, #fcec1c 50%, #bb7e00 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, right top, color-stop(0%,#bb7e00), color-stop(50%,#fcec1c), color-stop(100%,#bb7e00)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(left,  #bb7e00 0%,#fcec1c 50%,#bb7e00 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(left,  #bb7e00 0%,#fcec1c 50%,#bb7e00 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(left,  #bb7e00 0%,#fcec1c 50%,#bb7e00 100%); /* IE10+ */
background: linear-gradient(to right,  #bb7e00 0%,#fcec1c 50%,#bb7e00 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#bb7e00', endColorstr='#bb7e00',GradientType=1 ); /* IE6-9 */

}

.heading{
    font-family:bebas;
    font-size:25px;
    color:#f6e22a;
    margin-bottom:10px;
}
.heading1{
    font-family:bebas;
    font-size:20px;
    color:#f6e22a;
    margin-bottom:10px;
}
.heading_s{
    font-family:bebas;
    font-size:20px;
    color:#033f75;
    margin-bottom:10px;

}
.testimonials {
padding:10px;
height:410px;
}
.play{
    padding:10px;
overflow:hidden;
position:relative;
transition:all .5s ease;
cursor:pointer;
}
    .play img {
    width:100%;
    height:130px;
    }
    .play p {
        margin-bottom:-120px;
    position:absolute;
    bottom:0;
    overflow:hidden;
    background:#016ac8;
    width:95%;
    margin-left:-10px;
    padding:10px;
    background:rgba(1,106,200,.5);
    transition:all .5s ease;
    }
    .play:hover p {
    height:auto;
    transition:all .5s ease;
    margin-bottom:0;
    background:rgba(1,106,200,.9);
    }

.aptitude_tes {
padding:10px;
text-align:center;
font-family:bebas;
font-size:30px;
cursor:pointer;
transition:all .5s ease;
text-shadow:0 1px 2px rgba(0,0,0,.5);
border-radius:10px;
}
.aptitude_tes:hover{
   background: #bb7e00; /* Old browsers */
background: -moz-linear-gradient(left,  #bb7e00 0%, #fcec1c 50%, #bb7e00 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, right top, color-stop(0%,#bb7e00), color-stop(50%,#fcec1c), color-stop(100%,#bb7e00)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(left,  #bb7e00 0%,#fcec1c 50%,#bb7e00 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(left,  #bb7e00 0%,#fcec1c 50%,#bb7e00 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(left,  #bb7e00 0%,#fcec1c 50%,#bb7e00 100%); /* IE10+ */
background: linear-gradient(to right,  #bb7e00 0%,#fcec1c 50%,#bb7e00 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#bb7e00', endColorstr='#bb7e00',GradientType=1 ); /* IE6-9 */

    transition:all .5s ease;
}
        
.apply_online {
    padding:10px;
text-align:center;
font-family:bebas;
font-size:30px;
cursor:pointer;
 transition:all .5s ease;
 text-shadow:0 1px 2px rgba(0,0,0,.5);
 border-radius:10px;
}
.apply_online:hover {
  background:#053b68;
   transition:all .5s ease;
}
    .testimonials div {
    padding:0;
    overflow:hidden;
    }
    .testimonials img {
    width:100%;
    margin-bottom:10px;
    }
    .testimonials p {
    padding:10px;
    font-style:italic;
    line-height:17px;
    }
.testimonials strong {
    color:#f6e22a;
    font-weight:normal;
    font-size:12px;
    padding:1px;
    float:right;
}
    .testimonials strong:before {
    content:' - ';
    }
        .testimonials p:before , .testimonials p:after {
        content:'"';
        font-size:25px;
        }
.courses {
padding:0px;
margin-left:30px;
padding:2px;
background: #d9dada; /* Old browsers */
background: -moz-linear-gradient(45deg,  #d9dada 0%, #f4f5f5 47%, #d9dada 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left bottom, right top, color-stop(0%,#d9dada), color-stop(47%,#f4f5f5), color-stop(100%,#d9dada)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(45deg,  #d9dada 0%,#f4f5f5 47%,#d9dada 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(45deg,  #d9dada 0%,#f4f5f5 47%,#d9dada 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(45deg,  #d9dada 0%,#f4f5f5 47%,#d9dada 100%); /* IE10+ */
background: linear-gradient(45deg,  #d9dada 0%,#f4f5f5 47%,#d9dada 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d9dada', endColorstr='#d9dada',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
border:1px solid #d9dada;

}
.tour {
padding:0px;
padding:2px;
font-size:30px;     
}
.tour img{
    float:left;
    border-radius:10px;
}
        
        
.tour_p {
padding:10px;
float:left;
background:#f6e22a;
margin-top:25px;
border-radius:0 10px 10px 0;
color:#fff;
text-shadow:0 1px 2px rgba(0,0,0,.5);
width:214px;
text-align:center;
border:3px solid #d79f2a;
border-left:none;

background: #bb7e00; /* Old browsers */
background: -moz-linear-gradient(left,  #bb7e00 0%, #fcec1c 50%, #bb7e00 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, right top, color-stop(0%,#bb7e00), color-stop(50%,#fcec1c), color-stop(100%,#bb7e00)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(left,  #bb7e00 0%,#fcec1c 50%,#bb7e00 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(left,  #bb7e00 0%,#fcec1c 50%,#bb7e00 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(left,  #bb7e00 0%,#fcec1c 50%,#bb7e00 100%); /* IE10+ */
background: linear-gradient(to right,  #bb7e00 0%,#fcec1c 50%,#bb7e00 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#bb7e00', endColorstr='#bb7e00',GradientType=1 ); /* IE6-9 */
}
.journey {
font-size:10px;
position:absolute;
margin-top:-7px;
color:#000;
margin-left:-10px;
}
.why_p {
    padding:10px;
float:left;
background:#f6e22a;
margin-top:25px;
border-radius:0 10px 10px 0;
color:#fff;
text-shadow:0 1px 2px rgba(0,0,0,.5);
width:214px;
text-align:center;
border:3px solid #d79f2a;
border-left:none;
font-size:22px;

background: #bb7e00; /* Old browsers */
background: -moz-linear-gradient(left,  #bb7e00 0%, #fcec1c 50%, #bb7e00 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, right top, color-stop(0%,#bb7e00), color-stop(50%,#fcec1c), color-stop(100%,#bb7e00)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(left,  #bb7e00 0%,#fcec1c 50%,#bb7e00 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(left,  #bb7e00 0%,#fcec1c 50%,#bb7e00 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(left,  #bb7e00 0%,#fcec1c 50%,#bb7e00 100%); /* IE10+ */
background: linear-gradient(to right,  #bb7e00 0%,#fcec1c 50%,#bb7e00 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#bb7e00', endColorstr='#bb7e00',GradientType=1 ); /* IE6-9 */
}
.videos_links {
}
#video_links {
height:150px;
padding:5px;
border:1px solid #ccc;
}
.videos_links .tour_p {
float:left;
font-size:25px;
}
.videos_links h2{
    font-size:20px;
    padding:5px;
    background:#053b68;
    color:#fff;
    margin-bottom:10px;
}
    .videos_links img {
    width:100px;
    height:100px;
    float:left;
    margin-right:10px;
    }
    .videos_links p {
    padding:5px;
    font-size:15px;
    
    }

.weekends p{
 font-size:18px;
 background:#053b68;
 padding:5px;
 color:#fff;
}
.weekends {
padding:5px;
border:1px solid #ccc;
}
    .weekends img {
    height:150px;
    width:150px;
    }
.train_p {
padding:10px;
float:left;
background:#053b68;
margin-top:25px;
border-radius:0 10px 10px 0;
color:#fff;
text-shadow:0 1px 2px rgba(0,0,0,.5);
width:217px;
text-align:center;
border:3px solid #033157;
border-left:none;
cursor:pointer;
}
.train_bg {
    width:325px;
    height:160px;
    position:absolute;
    background:url(../images/new/new-batch-bg.png);
    font-size:13px;
    margin:-130px 0 0 -30px;
    padding:20px;
}
    .train_bg div {
    font-size:15px;
    text-align:left;
    margin-top:-20px;
    margin-left:-22px;
    }
        .train_bg div .arrow1 {
        background:url(../images/new/arrow_batch_acting.png) left no-repeat;
        height:30px;
        padding-left:40px;
        display:inline-block;
        float:left;
        }
        .train_bg div .arrow2 {
        background:url(../images/new/arrow_batch_direction.png) left no-repeat;
        height:30px;
        padding-left:40px;
        display:inline-block;
        float:left;
        }
        .train_bg div .arrow3 {
        background:url(../images/new/arrow_batch_anchoring.png) left no-repeat;
        height:30px;
        padding-left:40px;
        display:inline-block;
        float:left;
        }
    .train_bg h2 {
    font-size:20px;
    }
    .courses .heading {
    font-size:22px;
    color:#fff;
    background:url(../images/new/courser_bg.png) no-repeat;
    height:35px;
    position:absolute;
    margin:-50px 0 0 -11px;
    padding:10px 50px 5px 50px;
 
}
    .courses .content {
    margin-top:50px;
    padding:5px;
    text-align:justify;
    min-height:185px;
    }
.g_enter {
float:right;
margin-left:20px;
}
.learn_more {
text-align:center;
width:100px;
float:right;
margin:0 -8px 0 0;
padding:10px 0 5px 0;
background:url(../images/new/learn_more.png);
display:inline-block;
font-size:15px;
color:#fff;
font-weight:bold;
text-shadow:0 1px 2px rgba(0,0,0,.5);
}
.more_arrow {
    background:url(../images/new/more_arrow.png);
    background-position:100px 0;
    width:100px;
    display:inline-block;
    height:30px;
    cursor:pointer;
    transition:all .5s ease;
    float:right;
}
.more_arrow:hover {
    background-position:200px 0;
    width:100px;
    display:inline-block;
    height:30px;
    cursor:pointer;
    transition:all .5s ease;
}
.more_arrow_wb {
    background:url(../images/new/more_arrow_wb.png);
    background-position:100px 0;
    width:100px;
    display:inline-block;
    height:30px;
    cursor:pointer;
    transition:all .5s ease;
    float:right;
   
}
.more_arrow_wb:hover {
    background-position:200px 0;
    width:100px;
    display:inline-block;
    height:30px;
    cursor:pointer;
    transition:all .5s ease;
}
.g_enter_main {
    background: #eaeaea; /* Old browsers */
background: -moz-linear-gradient(top,  #eaeaea 29%, #d9dada 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(29%,#eaeaea), color-stop(100%,#d9dada)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  #eaeaea 29%,#d9dada 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  #eaeaea 29%,#d9dada 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  #eaeaea 29%,#d9dada 100%); /* IE10+ */
background: linear-gradient(to bottom,  #eaeaea 29%,#d9dada 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#eaeaea', endColorstr='#d9dada',GradientType=0 ); /* IE6-9 */
padding-bottom:10px;
}
.g_enter_main .heading{
color:#fff;
    background:url(../images/new/courser_bg.png) no-repeat;
    height:35px;
    position:absolute;
    margin:-10px 0 0 -15px;
    padding:10px 10px 5px 10px;
}
.socail {
margin:0;
padding:0;
margin-right:30px;
}
.socail {
}
.social li {
list-style-type:none;
padding:5px;

}
.social li a{
padding:5px 0 0 20px;
display:inline-block;
}
.social li img{
    border-style: none;
    border-color: inherit;
    border-width: medium;
    position:absolute;
    height:40px;
    width:40px;
    margin:-5px 0 0 -25px;
    
}
    .social li:hover img {
    transform:rotateY(360deg);
    transition:all .5s ease;
    margin-top:-5px;
    }
.white_bg .zerogrid {
background:#fff;
box-shadow:0 0 5px rgba(0,0,0,.5);
padding-bottom:100px;
}
.white_bg {
background: #ffffff; /* Old browsers */
background: -moz-linear-gradient(top,  #ffffff 0%, #98c0d3 50%, #a0bcdf 51%, #f6f6f6 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(50%,#98c0d3), color-stop(51%,#a0bcdf), color-stop(100%,#f6f6f6)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  #ffffff 0%,#98c0d3 50%,#a0bcdf 51%,#f6f6f6 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  #ffffff 0%,#98c0d3 50%,#a0bcdf 51%,#f6f6f6 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  #ffffff 0%,#98c0d3 50%,#a0bcdf 51%,#f6f6f6 100%); /* IE10+ */
background: linear-gradient(to bottom,  #ffffff 0%,#98c0d3 50%,#a0bcdf 51%,#f6f6f6 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f6f6f6',GradientType=0 ); /* IE6-9 */

}
.faculty {
   padding-top:30px;
}
.faculty img{
   border:3px solid #fff;
   box-shadow:0 0 5px rgba(0,0,0,.5);
}
.faculty_li {

}
    .faculty_li .heading {
    font-size:20px;
    list-style-type:square;
    background:none;
    padding:0;
    }

        .faculty_li .heading:hover {
        padding:0;
        }
        .faculty_li .heading:first-child {
        font-size:30px;
        list-style-type:none;
        background:#033f75;
        padding:5px;
        margin-left:-30px;
        }
    .faculty_li li {
    background:url(../images/new/faculty/arrow.png) 0 8px no-repeat;
    padding-left:20px;
    transition:all .5s ease;
    }
        .faculty_li li:hover {
        background-position: 10px 8px;
        transition:all .5s ease;
        }
        .faculty_li .name {
        font-size:20px;
        color:#033f75;
        padding:0px 5px 5px 20px;
        margin-left:-30px;
        border:1px solid #ccc;
        border-top:none;
        margin-bottom:30px;
        background:linear-gradient(#fff,#ebeaea);
        }
.fac_sec .faculty_li {
    margin-left:30px;
    
}
.faculty_li li strong {
    font-size:20px;
}
.next_img img{
width:100%;
box-shadow: inset 0 8px 16px -6px rgba(0,0,0,.5);
}

.next_head {
    background:url(../images/new/next_pages/heading.png);
    height:40px;
    padding-top:10px;
    text-align:center;
    width:255px;
    margin-left:-22px;
}
.test_next {
}
.test_next img{
height:120px;
width:120px;
border-radius:50%;
float:left;
margin-right:20px;
border:3px solid #fff;
box-shadow:0 0 5px rgba(0,0,0,.5);
}
    .test_next .heading_s {
    padding:1px;
    float:left;
    height:0;
    }
    .test_next span {
    padding:1px;
    margin-left:30px;
    font-weight:bold;
    font-style:italic;
    }
        .test_next span:before {
        content:'--> ';
        }
    .test_next p {
    font-style:italic;
    }
        .test_next p:before , .test_next p:after{
        content:' " ';
        font-family:Kaiju;
        font-size:20px;
        }
    .test_next:hover > img {
    transform:rotateY(360deg); 
    transition:all .5s; 
    }
.message {
    width:90%;
padding:10px;
font-style:italic;
margin:0 auto;
text-align:justify;
background:#e4e4e4;
text-align:center;
font-size:15px;
position:relative;
border:1px solid #b1afaf;
}
.message1 {
    width:90%;
padding:10px;

margin:0 auto;
text-align:justify;


font-size:15px;
position:relative;

}
  .message .chairman {
    width:80%;
    float:left;
    padding-bottom:30px;
    }
    .message img {
    height:350px;
    width:200px;
    float:right;
    margin:-185px 0 0 0;
    position:absolute;
    right:0;
    }
.red {
color:red;
font-weight:bold;
}
.alumni1 {
width:60%;
margin:0 auto;float:left;
border:1px solid #97bbdc;
}
.alumni2 {
width:90%;
margin:0 auto;
border:1px solid #97bbdc;
}
.alumni .heading_s {

color:#fff;}
.alumni {
 background: #ffffff; /* Old browsers */
background: -moz-radial-gradient(center, ellipse cover,  #ffffff 2%, #cddef2 97%); /* FF3.6+ */
background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(2%,#ffffff), color-stop(97%,#cddef2)); /* Chrome,Safari4+ */
background: -webkit-radial-gradient(center, ellipse cover,  #ffffff 2%,#cddef2 97%); /* Chrome10+,Safari5.1+ */
background: -o-radial-gradient(center, ellipse cover,  #ffffff 2%,#cddef2 97%); /* Opera 12+ */
background: -ms-radial-gradient(center, ellipse cover,  #ffffff 2%,#cddef2 97%); /* IE10+ */
background: radial-gradient(ellipse at center,  #ffffff 2%,#cddef2 97%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#cddef2',GradientType=1 ); /* cometsIE6-9 fallback on horizontal gradient */

}
    .alumni td {
    padding:5px;
    }
    .alumni tr td:first-child {
        background:url(../images/new/faculty/arrow.png) 20px 12px no-repeat;
        padding-left:35px;
    }
    .alumni tr{
 

    }
     .alumni tr:first-child {
background: #033f75; /* Old browsers */
background: -moz-linear-gradient(top,  #033f75 0%, #477299 54%, #033f75 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#033f75), color-stop(54%,#477299), color-stop(100%,#033f75)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  #033f75 0%,#477299 54%,#033f75 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  #033f75 0%,#477299 54%,#033f75 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  #033f75 0%,#477299 54%,#033f75 100%); /* IE10+ */
background: linear-gradient(to bottom,  #033f75 0%,#477299 54%,#033f75 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#033f75', endColorstr='#033f75',GradientType=0 ); /* IE6-9 */
border:1px solid #97bbdc;


    }
        .alumni tr:first-child td {
        border-right:1px solid #dddbdb;
        }

.left_a {
float:left;
}
.right_a {
float:right;
}
.add_div {
width:75%;
margin-bottom:80px;
border-bottom:2px dashed #e09d23;
padding-bottom:30px;
}

.admissions {
    width:70%;
    margin:0 auto;
    margin-top:100px;
}
.workshop {
    width:90%;
    margin:0 auto;
    margin-top:100px;
}
.workshop .add_div {
width:70%;
margin-bottom:80px;
border-bottom:2px dashed #e09d23;
padding-bottom:30px;
}
    .admissions li {
    clear:both;
    }
        .admissions li span{
           
            border-radius: 50%;
            display: inline-block;
            margin-top:-20px;
            font-size:70px;
            height:80PX;
            width:130PX;
            color:#fff;
            text-align:center;
            padding-top:50PX;
            text-shadow:0 3px 5px rgba(0,0,0,.5);
        }
       
            .admissions li span.img {
            width:250px;
            margin-right:20px;
            }
        .admissions li span.img img {
           
            display: inline-block;
            font-size:70px;
            height:250PX;
            width:250PX;
            color:#fff;
            text-align:center;
            text-shadow:0 3px 5px rgba(0,0,0,.5);
            box-shadow:0 0 5px rgba(0,0,0,.5);
            padding:5px;
        }
        
.span1 {
background:linear-gradient(#fcb704,#fed917);
}
.span2 {
background:linear-gradient(#0747b5,#339de9);
}
.span3 {
background:linear-gradient(#2daa08,#b4fb81);
}
.span4 {
background:linear-gradient(#5f088d,#ce51f3);
}
.span5 {
background:linear-gradient(#b41d02,#f7693b);
}
.span6 {
background:linear-gradient(#2f2f2f,#666666);
}
.span7 {
background:linear-gradient(#f01302,#f65144);
}


.circle1 {
    background:linear-gradient(#fcb704,#fed917);
    padding:10px;
}
.circle2 {
    background:linear-gradient(#0747b5,#339de9);
    padding:10px;
    color:#ffffff;
}
.circle3 {
    background:linear-gradient(#2daa08,#b4fb81);
    padding:10px;
}
.circle4 {
   background:linear-gradient(#5f088d,#ce51f3);
    padding:10px;
    color:#ffffff;
}
.circle5 {
    background:linear-gradient(#2f2f2f,#666666);
    padding:10px;
    color:#ffffff;
}
    .circle1 .heading_s {
    background:#fff;
    padding:5px;    
    float:left;
    clear:both;
    margin-left:-20px;
    border:2px solid #fcb704;
    }
    .circle2 .heading_s {
    background:#fff;
    padding:5px;    
    float:left;
    clear:both;
    margin-left:-20px;
    border:2px solid #0747b5;
    }
    .circle3 .heading_s {
    background:#fff;
    padding:5px;    
    float:left;
    clear:both;
    margin-left:-20px;
    border:2px solid #3fb518;
    }
.circle4 .heading_s {
    background: #fff;
    padding: 5px;
    float: left;
    clear: both;
    margin-left: -20px;
    border: 2px solid #690e96;
}
    .circle5 .heading_s{
    background:#fff;
    padding:5px;    
    float:left;
    clear:both;
    margin-left:-20px;
    border:2px solid #353535;
    }

.cont_form {
width:80%;
margin:0 auto;
}
    .cont_form td {
    padding:10px;
    background: #f7f7f7; /* Old browsers */
background: -moz-linear-gradient(top,  #f7f7f7 1%, #ffffff 50%, #f7f7f7 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(1%,#f7f7f7), color-stop(50%,#ffffff), color-stop(100%,#f7f7f7)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  #f7f7f7 1%,#ffffff 50%,#f7f7f7 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  #f7f7f7 1%,#ffffff 50%,#f7f7f7 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  #f7f7f7 1%,#ffffff 50%,#f7f7f7 100%); /* IE10+ */
background: linear-gradient(to bottom,  #f7f7f7 1%,#ffffff 50%,#f7f7f7 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f7f7f7', endColorstr='#f7f7f7',GradientType=0 ); /* IE6-9 */
    }

    .cont_form table {
       float:left;
       width:45%;
       box-shadow:0 0 5px rgba(0,0,0,.5);
        margin-left:30px;
    }
.cont_form .p_tble {
width:70%;
}

.cont_form input[type=text]{
padding:10px;
width:200px;
border:1px solid #f3f3f3;
box-shadow:inset 0 0 5px rgba(0,0,0,.5);
border-radius:5px;

}
  .test .rfv {
    font-size:18px;
   float:left;
    margin-top:00px;
    padding:0;
    
    }
  .test .rfv1 {
    font-size:18px;
   float:right;
    margin-top:00px;
    padding:0;
    
    }
.cont_form select{
padding:10px;
width:220px;
border:1px solid #f3f3f3;
box-shadow:inset 0 0 5px rgba(0,0,0,.5);
border-radius:3px;

}
    .cont_form button {
    border:none;
    background:linear-gradient(#033f75,#0c4b84);
    border-radius:3px;
    color:#fff;
    text-align:center;
    text-shadow:0 1px 2px rgba(0,0,0,0.5);
    padding:5px 10px 5px 10px;
    border:1px solid #1f66a6;
    cursor:pointer;
    box-shadow:inset 0 0 3px #67a8e3;
    }
.submit {
     border:none;
    background:linear-gradient(#033f75,#0c4b84);
    border-radius:3px;
    color:#fff;
    text-align:center;
    text-shadow:0 1px 2px rgba(0,0,0,0.5);
    padding:10px 10px 10px 10px;
    border:1px solid #1f66a6;
    cursor:pointer;
    box-shadow:inset 0 0 3px #67a8e3;
}
    .cont_form textarea {
    padding:10px;
width:200px;
border:1px solid #f3f3f3;
box-shadow:inset 0 0 5px rgba(0,0,0,.5);
border-radius:5px;
height:80px;
    }


.weblink {
padding:20px;
}
    .weblink img {
    width:40px;
    height:40px;
    float:left; 
    margin:-8px 10px 0 0;
    
    }
.link {
font-size:20px;

}

.alumni-images {
width:200px;
}
.alumni-images img{
width:140px;
height:140px;
border:5px solid #e8e7e7;
margin:0 auto;
}
.c_pages {
    background: #ffffff; /* Old browsers */
background: -moz-linear-gradient(top,  #ffffff 1%, #f4f4f4 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(1%,#ffffff), color-stop(100%,#f4f4f4)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  #ffffff 1%,#f4f4f4 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  #ffffff 1%,#f4f4f4 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  #ffffff 1%,#f4f4f4 100%); /* IE10+ */
background: linear-gradient(to bottom,  #ffffff 1%,#f4f4f4 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f4f4f4',GradientType=0 ); /* IE6-9 */

    box-shadow:0 8px 16px -6px rgba(0,0,0,.5);
}
    .c_pages span {
    padding:5px 20px 5px 20px ;
    background:#033f75;
    box-shadow:0 8px 16px -6px rgba(0,0,0,.5);
    color:#fff;
    display:inline-block;
    clear:both;
    }
.c_pages .heading_s{
   
}
.course_full .faculty_li {
padding:5px;
background:#f3f3f3;
}
    .course_full .faculty_li li {
    border-bottom:1px dashed #ccc;
    }
.course_full .faculty_li li strong {
font-size:15px;
}
.course_full .faculty_li {
width:70%;
margin:0 auto;
}

.faculty_li ul li{
list-style-type:square;
background:no-repeat;
padding:0;
margin-left:20px;
}
.second_li li{
list-style-type:square;
font-size:17px;
color:#033f75;
}
.middle {
padding:5px;
margin:0 auto;
width:400px;
}
.p_img {
width:300px;
float:left;
margin-right:10px;
position:relative;
transition:all .5s ease;
}
.played_role img {
width:300px;
float:left;
margin-right:10px;
height:530px;
}
.p_details {
padding:20px;
position:absolute;
background:rgba(3,63,117,.8);
color:#fff;
bottom:0;
transition:all .5s ease;
border-top:3px solid #033f75;
height:100px;
}
.p_img:hover > .p_details {
    height:200px;
    transition:all .5s ease;
    border-top:3px solid #f5ba51;
}
.internship_films table {
width:90%;
margin:0 auto;
}
.internship_films td img {
width:228px;
height:250px;
transition:all .5s;
border:3px solid #fff;
}
.internship_films td img:hover {
transform:scale(1.3);
transition:all .5s;
border:3px solid #fff;
box-shadow:0 0 10px rgba(0,0,0,.5);
}
.internship_films .heading {
background:#033f75;
color:#fff;
padding:5px;
}

.gallery {
width:73.8%;
margin:0 auto;
height:400px;
overflow-y:scroll;
background:#fff;
margin-top:130px;
padding:5px;
background: #0d487d; /* Old browsers */
background: -moz-linear-gradient(-45deg,  #0d487d 0%, #107999 49%, #0d487d 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, right bottom, color-stop(0%,#0d487d), color-stop(49%,#107999), color-stop(100%,#0d487d)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(-45deg,  #0d487d 0%,#107999 49%,#0d487d 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(-45deg,  #0d487d 0%,#107999 49%,#0d487d 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(-45deg,  #0d487d 0%,#107999 49%,#0d487d 100%); /* IE10+ */
background: linear-gradient(135deg,  #0d487d 0%,#107999 49%,#0d487d 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0d487d', endColorstr='#0d487d',GradientType=1 );    box-shadow:0 0 10px rgba(0,0,0,.6);

}
.gallery_next {
width:90%;
margin:0 auto;
max-height:400px;
overflow-y:scroll;
background:#fff;
margin-top:130px;
padding:5px;
background: #0d487d; /* Old browsers */
background: -moz-linear-gradient(-45deg,  #0d487d 0%, #107999 49%, #0d487d 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, right bottom, color-stop(0%,#0d487d), color-stop(49%,#107999), color-stop(100%,#0d487d)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(-45deg,  #0d487d 0%,#107999 49%,#0d487d 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(-45deg,  #0d487d 0%,#107999 49%,#0d487d 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(-45deg,  #0d487d 0%,#107999 49%,#0d487d 100%); /* IE10+ */
background: linear-gradient(135deg,  #0d487d 0%,#107999 49%,#0d487d 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0d487d', endColorstr='#0d487d',GradientType=1 );    box-shadow:0 0 10px rgba(0,0,0,.6);

}

.main_head {
background:url(../images/new/next_pages/main_head.jpg) right no-repeat;
padding:5px;
float:left;
clear:both;
padding-right:50px;
background-color:#033f75;
width:auto;
}
.s_head {
    background-image:url(../images/new/next_pages/s_head.jpg);
    background-repeat:no-repeat;
    background-position:right;
padding:5px;
float:left;
padding-right:50px;
background-color:#bb7e00;
color:#fff;
text-shadow:0 1px 2px rgba(0,0,0,.5);



}
.s_head_arrow {
    background:url(../images/new/next_pages/s_head_arrow.jpg) right no-repeat;
padding:5px;
float:left;
padding-right:30px;
}
.more_next {
background:url(../images/new/next_pages/s_head.jpg) right no-repeat;
padding:5px;
padding-right:50px;
background-color:#bb7e01;
color:#fff;
text-shadow:0 1px 2px rgba(0,0,0,.5);
text-align:center;
}
    .more_next:hover {
    color:#fff;
    }
.rupee {
margin-top:5px;
}
.anc_right {
width:80%;
padding:5px 0 0 10px;
float:left;
}
.video_item {
    width:240px;
    height:183px;
    float:left;
    margin-right:10px;
    margin-bottom:40px;
    position:relative;
    overflow:hidden;
    background:#000;
    
}
.video_item1 {
    width:300px;
    height:205px;
    float:left;
    margin-right:10px;
    margin-bottom:40px;
    position:relative;
    overflow:hidden;
    background:#000;
    
}
    .video_item p {
    position:absolute;
    bottom:0;
    background:#fff;
    width:96%;
    line-height:15px;
    margin:0 auto;
    margin-left:2px;
    padding:5px;
    text-align:center;
    color:#ccc;
    background:rgba(0,0,0,.7);
    height:27px;
    overflow:hidden;    
    transition:all .5s;
    }
    .video_item:hover .play-icon {
    display:none;
    }
.video_item:hover > p{
    height:50px;
    transition:all .5s;
}
    .video_item img {
    border:2px solid #ccc;
    }
.play-icon {
height:50px;
width:50px;
margin-top:70px;
margin-left:90px;
background:url(../images/new/thumbniles/play-icon.png);
display:inline-block;
position:absolute;
}
.enquiry {
padding:5px;
float:right;
color:#000;
font-weight:bold;
 text-shadow: 2px 0 0 #fff, -2px 0 0 #fff, 0 2px 0 #fff, 0 -2px 0 #fff, 1px 1px #fff, -1px -1px 0 #fff, 1px -1px 0 #fff, -1px 1px 0 #fff;
 font-size:15px;
}
.slider_more {

}
.form_div_home {
position:absolute;
right:0;
top:-150px;
display:none;   
z-index:1000000;
height:440px;
background:url(../images/new/home_form_bg.png) bottom no-repeat;
}
    .form_div_home > div {
    width:400px;
padding:10px;
border-radius:10px;
height:420px;
box-shadow:0 0 20px rgba(0,0,0,0.4);
background: #a76f14; /* Old browsers */
background: -moz-linear-gradient(-45deg,  #a76f14 0%, #feed2d 51%, #a76f14 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, right bottom, color-stop(0%,#a76f14), color-stop(51%,#feed2d), color-stop(100%,#a76f14)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(-45deg,  #a76f14 0%,#feed2d 51%,#a76f14 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(-45deg,  #a76f14 0%,#feed2d 51%,#a76f14 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(-45deg,  #a76f14 0%,#feed2d 51%,#a76f14 100%); /* IE10+ */
background: linear-gradient(135deg,  #a76f14 0%,#feed2d 51%,#a76f14 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a76f14', endColorstr='#a76f14',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */

    }
        .form_div_home > div .down_inner {
        background:#fff;
        width:400px;
        height:420px;
        box-shadow:inset 0 0 10px rgba(0,0,0,.5);
        }
            .form_div_home > div .down_inner div {
            padding:0;
            }
            .form_div_home .cont_form table td {
            padding:5px 10px 5px 10px;
            width:200px;
            }
    .form_div_home input {
   padding:5px;
   box-shadow:inset 0 0 5px rgba(0,0,0,.5);
   border-radius:5px;
   margin-bottom:10px;
         }
    .form_div_home textarea {
     padding:5px;
   box-shadow:inset 0 0 5px rgba(0,0,0,.5);
   border-radius:5px;
   width:91%;
    }
.form_div_home table {
    padding:5px;
}
.close {
background:#333;
color:#fff;
text-shadow:0 1px 2px #000;
display:inline-block;
text-align:center;
padding:2px 5px 2px 5px;
position:absolute;
right:0;
width:20px;
border-radius:50%;
margin:-20px -10px 0 0px;
}
#copyright .right a{
color:#588ebb;
}

.scrollToTop{
	width:50px; 
	height:50px;
	padding:10px; 
	text-align:center; 
	background: whiteSmoke;
	font-weight: bold;
	color: #444;
	text-decoration: none;
	position:fixed;
	top:500px;
	right:40px;
	display:none;
	background: url('../images/arrow-up.png') no-repeat 0px 20px;
    background-size:100%;
}
.scrollToTop:hover{
	text-decoration:none;
}
.hide {
width:20px;
height:20px;
background:#fdfefe;
float:right;
position:absolute;
right:0;
z-index:10;
}
.rfv
 {
    font-size:12px;

}

/***************************************************Blog*******************************************************/
.blog_container {
width:90%;
margin:0 auto;
padding:10px;
}
.blog_div {
padding:5px;
border-radius:2px;
margin-bottom:20px;
box-shadow:0 8px 16px -6px rgba(0,0,0,.5);
background:#fafafa;
}
.blog_content {
width:70%;
float:left;
}
    .blog_div h2 {
    margin:0 0 0px 20px;
    padding-bottom:5px;
    font-size:20px;
    border-bottom:1px dashed #ccc;
    }
    .blog_div img {
    padding:5px;
    float:left;
    width:200px;
    height:200px;
    box-shadow:0 0 10px rgba(0,0,0,.4);
    }
    .blog_div p {
    padding:5px;
    float:left;
    height:175px;
    overflow:hidden;
    padding-left:20px;
    text-align:justify; 
    }
    .blog_div a  {
    padding:5px;
    background:#f1f1f1;
    margin-left:10px;
    box-shadow:0 8px 16px -10px rgba(0,0,0,.8);
    }
.imgnvideo {
width:200px;
float:left;
}
.blog_com {
padding:5px;
float:right;
}

/****************************************************Comments*************************************************/
.com_div {
padding:5px;
border-bottom:1px solid #ccc;
}
.com_div img{
    width:80px;
    height:80px;
    margin-right:20px;
    float:left;
    margin-top:0px;
}
.com_content {
width:85%;
float:left;
padding:5px;
}
    .com_content h2,span {
    padding:5px;
   /* float:left;*/
    }
.comments_container {
    padding:5px;
    border:1px solid #ccc;
}
.leave_coment {
padding:5px;
background:#f2f2f2;
border:1px solid #ccc;
margin-bottom:20px;
}
    .comments_container .com_div:first-child {
    border:none;
    }
    .leave_coment input[type=text] , textarea{
    width:300px;
    padding:20px;
    box-shadow:inset 0 0 30px rgba(0,0,0,.2);
    border-radius:5px;
    }
    .leave_coment table td {
    padding:5px;
    border:1px solid #e7e7e7;
    }
    .leave_coment input[type=submit] {
    padding:10px;
    }
.count {
padding:0px;
float:left;
margin-right:10px;
font-style:italic;
}

.blog_link {
padding:5px 20px;
background:linear-gradient(#185a96,#033f75);
color:#fff;
float:right;
border-radius:10px 10px 0 0;
margin-top:-35px;
border:1px solid #3378b7;
border-bottom:none;
}

.required {
margin:-50px 0 00px 300px;
position:absolute;
}
    .required span {
    width:auto;
    }

.course-duration {
position: relative;
    color: rgba(255,255,255,1);
    text-decoration: none;
    background-color: rgba(5,59,104,1);
    font-size: 25px;
    display: block;
    padding: 10px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
    -webkit-box-shadow: 0px 9px 0px rgba(1,35,64,1), 0px 9px 25px rgba(0,0,0,.7);
    -moz-box-shadow: 0px 9px 0px rgba(1,35,64,1), 0px 9px 25px rgba(0,0,0,.7);
    box-shadow: 0px 9px 0px rgba(1,35,64,1), 0px 9px 25px rgba(0,0,0,.7);
	text-align: center;
    cursor:pointer;
	-webkit-transition: all .1s ease;
	-moz-transition: all .1s ease;
	-ms-transition: all .1s ease;
	-o-transition: all .1s ease;
	transition: all .1s ease;
    font-weight:normal;
}
.course-duration:active {
     -webkit-box-shadow: 0px 3px 0px rgba(1,35,64,1), 0px 3px 6px rgba(0,0,0,.9);
    -moz-box-shadow: 0px 3px 0px rgba(1,35,64,1), 0px 3px 6px rgba(0,0,0,.9);
    box-shadow: 0px 3px 0px rgba(1,35,64,1), 0px 3px 6px rgba(0,0,0,.9);
    position: relative;
    top: 6px;
}
    .course-duration img {
    width:30px;
    float:left;
    margin-right:10px;
    margin-top:-5px;
    }
    .course-duration .right_span {
    padding:0;
    float:right;
    padding-right:20px;
    color:#b9d72a;
    font-size:18px;
    }
  
.review-us {
width:100%;
}

.gr_bt
{
    background:#f6e22a;
color:#fff;

background: #bb7e00; /* Old browsers */
background: -moz-linear-gradient(left,  #bb7e00 0%, #fcec1c 50%, #bb7e00 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, right top, color-stop(0%,#bb7e00), color-stop(50%,#fcec1c), color-stop(100%,#bb7e00)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(left,  #bb7e00 0%,#fcec1c 50%,#bb7e00 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(left,  #bb7e00 0%,#fcec1c 50%,#bb7e00 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(left,  #bb7e00 0%,#fcec1c 50%,#bb7e00 100%); /* IE10+ */
background: linear-gradient(to right,  #bb7e00 0%,#fcec1c 50%,#bb7e00 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#bb7e00', endColorstr='#bb7e00',GradientType=1 ); /* IE6-9 */
text-shadow:2px 2px 5px #000000;
    color:#000;
    -webkit-box-shadow: 0px 9px 0px rgba(159,111,2,1), 0px 9px 25px rgba(0,0,0,.7);
    -moz-box-shadow: 0px 9px 0px rgba(159,111,2,1), 0px 9px 25px rgba(0,0,0,.7);
    box-shadow: 0px 9px 0px rgba(159,111,2,1), 0px 9px 25px rgba(0,0,0,.7);
    }
    
   .rd_bt
{
    background:#f6e22a;
color:#fff;

background: #B61F04; /* Old browsers */
background: -moz-linear-gradient(left,  #B61F04 0%, #F46638 50%, #B61F04 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, right top, color-stop(0%,#B61F04), color-stop(50%,#F46638), color-stop(100%,#B61F04)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(left,  #B61F04 0%,#F46638 50%,#B61F04 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(left,  #B61F04 0%,#F46638 50%,#B61F04 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(left,  #B61F04 0%,#F46638 50%,#B61F04 100%); /* IE10+ */
background: linear-gradient(to right,  #B61F04 0%,#F46638 50%,#B61F04 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#B61F04', endColorstr='#B61F04',GradientType=1 ); /* IE6-9 */
text-shadow:2px 2px 5px #000000;
    -webkit-box-shadow: 0px 9px 0px rgba(159,111,2,1), 0px 9px 25px rgba(0,0,0,.7);
    -moz-box-shadow: 0px 9px 0px rgba(159,111,2,1), 0px 9px 25px rgba(0,0,0,.7);
    box-shadow: 0px 9px 0px rgba(159,111,2,1), 0px 9px 25px rgba(0,0,0,.7);
    }
    
    
#linkpop,#linkpop1 {
background:rgba(0,0,0,.5);
width:100%;
height:100%;
position:fixed;
z-index:1000;
}

.pop-box
{
right:0;
position:absolute;
width:600px;
top:-100px;
z-index:1000;
display:none;
    }
    .pop-box > img
{
    background:#fff;
padding:10px;
min-height:150px;
position:absolute;
width:100%;
box-shadow:0 30px 30px rgba(0,0,0,.5);

    }
       
.popup-box {
background:#fff;
padding:10px;
min-height:150px;
top:20%;
left:30%;
position:absolute;
width:600px;
}
.popup-box .heading{
    font-size: 22px;
    color: #fff;
    background: url(../images/new/courser_bg.png) no-repeat;
    height: 35px;
    margin: -10px 0 0 -20px;
    padding: 10px 50px 5px 50px;
   
}
    .popup-box .award {
    position:absolute;
    bottom:0;
    background:#fff;
    text-align:center;
    line-height:20px;
    padding:10px;
    }

.close-review {
padding:10px 13px;
background:#053b68;
border:3px solid #fff;
float:right;
color:#fff;
font-family:'Arial Rounded MT';
font-size:20px;
width:20px;
text-align:center;
position:absolute;
margin:-70px 0 0px 0px;
right:-20px;
border-radius:50%;
cursor:pointer;
}
.close-review-next {
padding:10px 13px;
background:#053b68;
border:3px solid #fff;
float:right;
color:#fff;
font-family:'Arial Rounded MT';
font-size:20px;
width:20px;
text-align:center;
position:absolute;
margin:-50px -40px 0px 0px;
right:-20px;
border-radius:50%;
cursor:pointer;
z-index:2000;
}
.random {
font-size:20px;
width:100%;
text-align:center;
}
.popup-box h2 {
color:#053b68;
padding:10px 0;
text-transform:uppercase;
font-size:15px;
border-bottom:1px solid #053b68;
}
    .popup-box .award {
    font-size:12px;
    line-height:12px;
    margin:0;
    }
.popup-box a {
font-size:18px;
width:95%;
text-align:center;
display:inline-block;
padding:10px;
border:1px solid #ccc;
margin:0 auto;
margin-top:20px;
}

.popup-box p {
padding:10px 0;
}
.reviewimg {
box-shadow:0 0 5px rgba(0,0,0,.5);
}
.feather {
 width:200%;
 cursor:pointer; 
 padding:30px; 
}
.feather1 {
 width:200%;
 cursor:pointer;  
}
.bum {
width:170px;
float:left;
}
    .bum a {
    padding:0;

    }

.proj-logo {
padding:0;
}
.bum .proj {
    margin:0;
}
   

.right-tour {
margin-left:-50px;
}
.timetable {
width:100%;
background:#fff;
box-shadow:0 0 30px rgba(0,0,0,.5);
}
.timetable h4 {
    padding:5px;
    height:100%;
    }
    .timetable tr:first-child {
    background:linear-gradient(#fff,#f2f2f2);

    }
    .timetable td {
    border:1px solid #ccc;
    padding:5px;
    }

    .ddl_fee {
padding:10px;
width:100%;
-webkit-appearance:none;
background:url(../images/new/next_pages/ddl.jpg) right no-repeat;
border-radius:5px;
}
.gv_fee {
}
    .gv_fee td {
    border:1px solid #ccc;
    }
    .gv_fee th {
    background:linear-gradient(#fff,#f2f2f2);
    }
    .gv_fee th {
    border:1px solid #ccc;
    padding:10px;
    }

.down_pdf {
padding:10px 0;
display:inline-block;
background:url(../images/new/next_pages/pdf.png) no-repeat;
min-width:100px;
max-height:30px;
margin:10px 0 0 10px;
}

.updates {
}
.updates li a {
    display:inline-block;
    padding:5px 10px;
    font-weight:bold;
    /*background:url(../images/new/updates-arrow.jpg) no-repeat left;*/
    padding-left:10px;
    background-color:#fff;
    margin-bottom:5px;
    border-radius:0 20px 20px 0;
    box-shadow:0 0 5px rgba(0,0,0,.5);
}
.updates span {
    padding:5px 10px;
    font-weight:bold;
    color:#fff;
    text-shadow:0 1px 2px rgba(0,0,0,.5);
    box-shadow:0 0 5px rgba(0,0,0,.5);
}
@media only screen and (max-width: 500px) {
    .popup-box {
    left:5%;
    top:10%;
    width:80%;
    }
        .popup-box h2 {
        font-size:12px;
        padding:2px;
        margin:0;
        }
    .random {
    font-size:12px;
    font-weight:bold;
    }
    .popup-box {
    font-size:10px;
    line-height:15px;
}
    .popup-box a {
font-size:12px;
width:90%;
text-align:center;
display:inline-block;
padding:5px;
border:1px solid #ccc;
margin:0 auto;
margin-top:20px;
min-height:30px;
}
    .popup-box .award {
    position:absolute;
    bottom:0;
    background:#fff;
    text-align:center;
    line-height:10px;
    font-size:10px;
    padding:10px;
    text-align:justify;
    }
 
}
.cont_form table
{
    position:relative;
    }
    
    .cont_form table table
{
    padding:none;
    box-shadow:none;
    margin:0;
    }
    .cont_form table table td
    {
        padding:0;
        }
.validators
{
    position:absolute;
    margin-top:-30px;
    right:0;
    }
