/*
Theme Name: englishlabs
Theme URI: http://englishlabs.in
Author: Spidergems
Author URI: http://spidergems.com
Description: A custom theme for Englishlabs
*/

.alignleft {
    display: inline;
    float: left;
    margin-right: 1.5em;
}
.alignright {
    display: inline;
    float: right;
    margin-left: 1.5em;
}
.aligncenter {
    clear: both;
    display: block;
    margin-left: auto;
    margin-right: auto;
}
p.contact-info {
    color: white;
    font-size: 13px;
}
/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/

.widget {
    margin: 0 0 1.5em;
}
/* Make sure select elements fit in widgets. */

.widget select {
    max-width: 100%;
}
/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/

.sticky {
    display: block;
}
.hentry {
    margin: 0 0 1.5em;
}
.byline,
.updated:not(.published) {
    display: none;
}
.single .byline,
.group-blog .byline {
    display: inline;
}
.page-content,
.entry-content,
.entry-summary {
    margin: 1.5em 0 0;
}
.page-links {
    clear: both;
    margin: 0 0 1.5em;
}
/*--------------------------------------------------------------
## Asides
--------------------------------------------------------------*/

.blog .format-aside .entry-title,
.archive .format-aside .entry-title {
    display: none;
}
/*--------------------------------------------------------------
## Comments
--------------------------------------------------------------*/

.comment-content a {
    word-wrap: break-word;
}
.bypostauthor {
    display: block;
}
/*--------------------------------------------------------------
# Infinite scroll
--------------------------------------------------------------*/
/* Globally hidden elements when Infinite Scroll is supported and in use. */

.infinite-scroll .posts-navigation,
/* Older / Newer Posts Navigation (always hidden) */

.infinite-scroll.neverending .site-footer {
    /* Theme Footer (when set to scrolling) */
    
    display: none;
}
/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before. */

.infinity-end.neverending .site-footer {
    display: block;
}
/*--------------------------------------------------------------
# Media
--------------------------------------------------------------*/

.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
    border: none;
    margin-bottom: 0;
    margin-top: 0;
    padding: 0;
}
/* Make sure embeds and iframes fit their containers. */



/*post*/

.eq-blocks {
    margin-bottom: 30px;
}
.post-list .post-block {
    margin-bottom: 30px;
    background-color: #f5f5f5;
    overflow: hidden;
    height: 100%;
}
.post-list .post-block .summary {
    padding: 5px 10px 0 15px;
}
.summary h4 a
{
color: #000;
font-size: 16px;
line-height: 20px;
}
.summary h4 a:hover
{
color: #00d1d8;
}
.summary .readmore
{
background: transparent!important;
    color: #666666!important;
    border: 1px solid #333333;
    padding: 8px 20px!important;
    font-size: 14px;
    display: inline-block;
    margin-bottom: 0;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    box-sizing: border-box;
    word-wrap: break-word;
    border-radius: 5px;
}
.post-list .post-block img {
    transform: scale(1);
}
.post-list .post-block img:hover {
    transform: scale(1.07);
}
.post-info {
    font-size: 0.8em;
}
.post-info a {
    margin-right: 5px;
}
.post-info ul {
    margin: 0;
    padding: 0;
    list-style: none;
    line-height: 15px;
    float: left;
    width: 100%;
}
.post-info ul li {
    display: inline-block;
}
/*post*/
/*navigation*/

.navigation.posts-navigation {
    clear: both;
}
.scroll-top-wrapper {
    position: fixed;
    right: 30px;
    bottom: 30px;
    background-color: #ff5a66;
    color: #fff;
    border-radius: 5px;
    width: 40px;
    height: 40px;
    text-align: center;
    cursor: pointer;
    opacity: 1;
    z-index: 9999;
}
.scroll-top-wrapper:hover {
    opacity: 1;
}
.post1 .col-md-6
{
padding-left: 0px;
}
.eq-blocks img
{
width: 100%;
height: auto;
}
.summary .readmore1 {
    background: transparent!important;
    color: #666666!important;
    font-size: 14px;
    margin-bottom: 0;
    text-align: center;
}
.navmenu-default .navmenu-nav>li>a, .navbar-default .navbar-offcanvas .navmenu-nav>li>a
{
 text-transform: uppercase; 
 font-size: 16px;
}
.page-title
{
color: #203c7a !important;
text-align: left;
font-size: 32px;
font-weight: 800;
margin-bottom: 30px;
}
.spacer .col-md-9
{
padding-left: 0px;
padding-right: 0px;
}
.post-content img
{
/* width: 100%; */
height: auto;
margin-bottom: 30px;
}
.spacer
{
/*padding-top: 100px;*/
padding-bottom: 60px;
}
    
    .comments-area {
        margin-top: 30px;
        padding-top: 30px;
    }
    .comments-area h2 {
        margin-bottom: 15px;
    }
    .comments-area ol {
        margin: 0;
        list-style: none;
    }
    .comments-area ol.comment-list {
        padding: 0;
    }
    .comments-area ol.comment-list article {
        margin-bottom: 15px;
        background: #fff;
        padding: 15px;
        border-radius: 5px;
    }
    .comments-area footer {
        background: none;
        padding: 0;
    }
    .comments-area .comment-form label,
    .comments-area .comment-form input {
        display: block;
        font-weight: 300;
    }
    .comments-area .comment-form input,
    .comments-area .comment-form textarea {
        border: 1px solid #ddd;
        border-radius: 0;
        box-shadow: none;
        padding: 10px;
        width: 100%;
    }
    .comments-area .comment-form .form-submit input {
        background: #F66264;
        color: #fff;
        text-transform: uppercase;
        letter-spacing: 3px;
        border: none;
    }
    /*widget*/
    
   
    @media (max-width: 991px) {
        h1 {
            font-size: 2em;
        }
        header .navbar-default .navbar-nav>li>a {
            padding: 15px 10px;
        }
        header .logo-tag h1 {
            font-size: 1em;
            margin-top: 15px;
        }
        header .logo-tag h2 {
            font-size: 0.5em;
            letter-spacing: 1px;
        }
     
        .welcome {
            height: 358px;
        }
    }
    @media (max-width: 900px) {
        header .navbar-default .navbar-nav>li>a {
            padding: 5px 30px;
        }
        header .navbar-nav {
            display: block;
            margin-top: 0;
        }
        header .navbar-nav .dropdown-menu {
            margin-left: 5px;
            display: none !important;
        }
        header .navbar-nav .open .dropdown-menu {
            display: block !important;
        }
        h4 {
            margin-bottom: 10px;
        }
        .logo-tag {
            margin-left: 15px;
        }
        .navbar-default .navbar-toggle {
            position: absolute;
            right: 0;
            background: #F66062;
            border: none;
            border-radius: 0;
            width: 42px;
        }
        .navbar-default .navbar-toggle .icon-bar {
            background-color: #fff;
        }
        .navbar-default .navbar-collapse,
        .navbar-default .navbar-form {
            border: none;
        }
        .main-search {
            display: none;
        }
    
        .spacer {
            padding-top: 30px;
            padding-bottom: 30px;
        }
        .welcome {
            height: inherit;
        }
        .welcome .message {
            height: 150px;
        }
        .post-list .post-block {
            height: auto;
        }
        ul {
            margin: 0;
            padding-left: 15px;
        }
    }




@import url('https://fonts.googleapis.com/css?family=Roboto:400,700,700i,900');
body
{
font-family: 'Roboto', sans-serif !important;
font-weight: 400;
}
.row
{
margin-right: 0px !important;
margin-left: 0px !important;
}
.header {
    z-index: 100;
    background: #ffffff;
    top: 0;
    transition: .4s ease;
        position: relative;
    width: 100%;
    padding: 14px 0 0;
        display: block;
}
.header.shrink
{
position: fixed;
width: 100%;
height: 80px;
padding: 0;
}
.shrink .navbar-nav
{
padding-top: 15px;
}
.logo
{
height: 62px;
}
.navbar-nav>li>.dropdown-menu
{
padding-top: 21px;
}
.navbar-default .navbar-nav>li>a
{
color: #131212 !important;
    font-size: 14px !important;
    font-weight: 600 !important;
    text-transform: uppercase;
    padding: 10px;
}
.headertop-content {
    padding-top: 8px;
    padding-bottom: 8px;
    line-height: 20px;
    font-weight: 600;
}
.headertop-content i {
    padding: 0 2px;
}
.header-top ul
{
display: inline-block;
list-style-type: none;
padding: 0;
float: right;
}
.dropdown-menu
{
    min-width: 250px;
}
.dropdown-menu>li>a {
    display: block;
    padding: 7px 20px;
    clear: both;
    font-weight: 600;
    line-height: 1.42857143;
    color: #fff;
    white-space: nowrap;
    font-size: 14px;
    text-transform: capitalize;
}
.dropdown-menu {
    min-width: 160px;
    padding: 0px 0;
    margin: 4px -8px 3px;
    background-color: #e10505;
}
.header-top ul li
{
list-style-type: none;
display: inline-block;
padding-top: 17px;
    padding-bottom: 8px;
    line-height: 20px;
    font-weight: 600;
}
.header-top ul li a
{
color: #222;
text-decoration: none;
padding: 10px;
}
a:hover
{
text-decoration: none;
}
.navbar-default {
    background-color: rgba(248, 248, 248, 0);
    border-color: rgba(231, 231, 231, 0);
}
.carousel-control.left
{
background-image: linear-gradient(to right,rgba(0,0,0,.0) 0,rgba(0,0,0,.0001) 0%);
}
.carousel-control.right
{
background-image: linear-gradient(to right,rgba(0,0,0,.0) 0,rgba(0,0,0,.0001) 0%);
}
.featured-image img
{
width: 100%;
visibility: visible;
    height: auto;
}
.slide-img
{
    background-size: cover;
    background-position: center center;
    width: 100%;
    opacity: 1;
    visibility: inherit;
    z-index: 20;
}

ol
{
padding-left: 20px;
}
ol li
{
font-size: 18px;
font-weight: 600;
}

.slide-padd
{
padding-top: 100px;
}
.hr1 {
    margin-top: 0px;
    margin-bottom: 0px;
    border: 0;
    border-top: 1px solid #eee;
}
.grid1 h3
{
text-align: center;
margin-bottom: 40px;
}
.grid2 h3
{
text-align: center;
margin-bottom: 40px;
}
.readon
{
    color: #666;
    border-color: #EBEBEB;
    background-color: #EBEBEB;
    font-size: 14px;
    padding: 14px 20px;
    border-radius: 5px;
    background-image: linear-gradient(to bottom,rgba(255,255,255,.2) 0,rgba(255,255,255,.01) 100%);
    display: inline-block;
    margin-bottom: 0;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    border: 1px solid transparent;
    box-sizing: border-box;
    word-wrap: break-word;
    margin-top: 30px;
}
.header.shrink .logo
{
padding-top: 10px;
}
.grid2 h4
{
text-align: center;
font-weight: 700;
margin-bottom: 50px;
}
.grid2 a img
{
width: 100%;
}

.course-landing img {
    width: 100%;
}
.grid2
{
padding-top: 50px;
padding-bottom: 30px;
}
.grid3
{
padding-top: 50px;
    padding-bottom: 50px;
    background-color: #efefef;
}
.footer
{
    margin-bottom: 20px;
        border-top: 1px solid rgba(0,0,0,.08);
        color: #565656;
        clear: both;
    background: #f7f7f7;
    position: relative;
    padding: 30px 0;
    font-size: 14px;
}

.copyrights ul li a:hover
{
color: #D18506;
}

.copyrights ul
{
display: inline-block;
list-style-type: none;
padding: 0;
float: right;
}
.copyrights ul li
{
list-style-type: none;
display: inline-block;
padding-top: 17px;
    padding-bottom: 8px;
    line-height: 20px;
    font-weight: 600;
}
.copyrights ul li a
{
color: #222;
text-decoration: none;
padding: 10px;
}
.grid-h3
{
text-align: center;
margin-bottom: 40px;
font-weight: 700;
}
 p {
    font-size: 18px;
    font-weight: 300;
    color: #5f5f5f;
    line-height: 1.7778;
}
.banner1
{
background-color: #0d1c5a;
color: #fff;
}
.banner1 .address
{
padding-top: 50px;
padding-bottom: 50px;
	    
}

.black {
    color: #000 !important;
}
.grid4
{
/*padding-top: 30px;
    padding-bottom: 30px;*/
}
.font1
{
font-size: 56px;
    letter-spacing: -2px;
    line-height: 58px;
    margin: 50px 0 30px;
    font-weight: 700;
    color: #000 !important;
}
.grid5
{
padding-top: 30px;
    padding-bottom: 30px;
}
.banner1 blockquote {
    padding: 0px 20px;
    position: relative;
    margin: 0px;
    color: #fff;
        font-size: 20px;
    font-style: italic;
        line-height: 37px;
    border: none;
}
.banner1 blockquote p
{
color: #fff;
}
.banner1 blockquote small
{
color: #fff;
}
.banner1 .slide
{
padding-top: 20px;
padding-bottom: 20px;
}
.readon2
{
    color: #fff;
    border-color: transparent;
    background: #ff5a66;
    text-decoration: none;
    border: 2px solid rgba(255,255,255,1);
    padding: 13px 45px 12px;
    font-size: 20px;
    font-weight: 600;
    letter-spacing: 1px;
}
.navbar-nav {
    float: right;
    margin: 0;
}
.btn-padd
{
padding-top: 60px
}
.grid6
{
padding-top: 30px;
}
.number-item {
    position: relative;
    display: inline-block;
    margin: 40px 8px;
    width: 100%;
    color: black;
    text-align: left;
    font-size: 16px;
    background: white;
}
.number-item.adm {
    height: 195px;
}
.card-shadow {
    box-shadow: 0 2px 2px 0 rgba(0,0,0,0.14), 0 3px 1px -2px rgba(0,0,0,0.2), 0 1px 5px 0 rgba(0,0,0,0.12);
}
.number-item img {
    max-width: 35%;
    margin-top: -15px;
    margin-left: 60%;
    margin-bottom: 15px;
    backface-visibility: hidden;
    vertical-align: top;
}
.woe-img {
    width: 200px;
}
.number-item figcaption {
    position: absolute;
    top: 0;
    right: 40%;
    left: 0;
    bottom: 0;
    padding: 15px;
}
.number-item h3 {
    margin: 0;
    font-size: 1.1em;
    font-weight: normal;
    font-weight: bold;
}
.number-item .split {
    font-size: 16px;
}
.bold {
    font-weight: bold;
}
.box1
{
    background: rgb(245, 245, 245);
    text-align: center;
    position: relative;
    margin-top: 20px;
    margin-bottom: 60px;
    padding-top: 20px;
}


.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus
{
color: #1bbcde;
    background-color: rgba(251, 240, 240, 0);
}


.box1 ul
{
list-style-type: none;
    color: #5f5f5f;
    font-size: 18px;
    line-height: 31px;
}
ul
{
list-style-type: none;
}
.box1 ol
{
    color: #5f5f5f;
    font-size: 18px;
    line-height: 31px;
    padding-left: 60px;
    padding-bottom: 25px;
}
.banner1 .head-h3
{
font-size: 45px;
    color: #fff;
    text-transform: uppercase;
    font-weight: 600;
    text-align: left;
    padding: 20px 15px;
    text-align: center;
}
.box1 p
{
    padding: 20px;
}
.box1-inner
{
    display: none;
    padding: 15px 15px 30px;
    color: black;
    font-size: 20px;
    min-height: 215px;
}

.readon5
{
background-color: #ed1c20;
color: #fff !important;
    background: #e91e63;
    padding: 13px 45px 12px;
    font-size: 20px;
    font-weight: 600;
    letter-spacing: 1px;
    text-transform: uppercase;
    text-decoration: none;
    display: inline-block;
    margin-bottom: 0;
    white-space: nowrap;
}
.white
{
color: #fff;
}
.head1
{
    font-size: 25px;
    line-height: 50px;
    font-weight: 500;
    color: rgb(120, 200, 201);
}
.main-head
{
    font-size: 50px;
    line-height: 60px;
    font-weight: 700;
    color: rgb(255, 255, 255);
    display: block;
}
.slide-box
{
background-color: #070707;
    padding: 10px 15px;
    display: block;
    height: 240px;
}
.carousel-caption
{
bottom: 20%;
}
.head2
{
    font-size: 24px;
    line-height: 40px;
    font-weight: 900;
    text-align: left;
    border-bottom: 1px solid #78c8c9;
    border-width: 2px;

}
.head3
{
    font-size: 18px;
    line-height: 27px;
    font-weight: 300;
    text-align: left;
    color: #fff;
}
.navbar-default .navbar-nav > li > a {
    color: #171717;
    font-size: 17px;
    font-weight: 500;
}
.box2
{
background: #4178b1;
    padding: 20px !important;
}
.box2 h3
{
color: #fff;
font-size: 20px;
font-weight: 800;
}
.form-control
{
border-radius: 0px;
}
.pagination .screen-reader-text
{
display: none;
}
#testimonial4{
  overflow: hidden;
  position: relative;
  background: #0d1c5a;
min-height: 400px;
}
#testimonial4 p
{
color: #fff;
text-align: center;
}
#testimonial4 blockquote
{
border:none;
}
#testimonial4 .carousel-inner{
  width: 75%;
  margin: auto;
}
#testimonial4 .carousel-inner:hover{
  cursor: -moz-grab;
  cursor: -webkit-grab;
}
#testimonial4 .carousel-inner:active{
  cursor: -moz-grabbing;
  cursor: -webkit-grabbing;
}
#testimonial4 .carousel-inner .item{
  overflow: hidden;
}

.testimonial4_indicators .carousel-indicators{
  left: 0;
  margin: 0;
  width: 100%;
  font-size: 0;
  height: 20px;
  bottom: 15px;
  padding: 0 5px;
  cursor: e-resize;
  overflow-x: auto;
  overflow-y: hidden;
  position: absolute;
  text-align: center;
  white-space: nowrap;
}
.testimonial4_indicators .carousel-indicators li{
  padding: 0;
  width: 10px;
  height: 10px;
  border: none;
  text-indent: 0;
  margin: 2px 3px;
  cursor: pointer;
  display: inline-block;
  background: #ffffff;
  -webkit-border-radius: 100%;
  border-radius: 100%;
}
.testimonial4_indicators .carousel-indicators .active{
  padding: 0;
  width: 10px;
  height: 10px;
  border: none;
  margin: 2px 3px;
  background-color: #ff5a66;
  -webkit-border-radius: 100%;
  border-radius: 100%;
}
.testimonial4_indicators .carousel-indicators::-webkit-scrollbar{
  height: 3px;
}
.testimonial4_indicators .carousel-indicators::-webkit-scrollbar-thumb{
  background: #eeeeee;
  -webkit-border-radius: 0;
  border-radius: 0;
}

.testimonial4_control_button .carousel-control{
  top: 40%;
  opacity: 1;
  width: 40px;
  bottom: auto;
  height: 40px;
  font-size: 10px;
  cursor: pointer;
  font-weight: 700;
  overflow: hidden;
  line-height: 38px;
  text-shadow: none;
  text-align: center;
  position: absolute;
  background: transparent;
  border: 2px solid #ffffff;
  text-transform: uppercase;
  -webkit-border-radius: 100%;
  border-radius: 100%;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-transition: all 0.6s cubic-bezier(0.3,1,0,1);
  transition: all 0.6s cubic-bezier(0.3,1,0,1);
}
.testimonial4_control_button .carousel-control.left{
  left: 7%;
  right: auto;
}
.testimonial4_control_button .carousel-control.right{
  right: 7%;
  left: auto;
}
.testimonial4_control_button .carousel-control.left:hover,
.testimonial4_control_button .carousel-control.right:hover{
  color: #000;
  background: #fff;
  border: 2px solid #fff;
}

.testimonial4_header{
  top: 0;
  left: 0;
  bottom: 0;
  width: 550px;
  display: block;
  margin: 30px auto;
  text-align: center;
  position: relative;
}
.testimonial4_header h4{
  color: #ffffff;
  font-size: 30px;
  font-weight: 600;
  position: relative;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.testimonial4_slide{
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 70%;
  margin: auto;
  padding: 20px;
  position: relative;
  text-align: center;
}
.testimonial4_slide img {
  top: 0;
  left: 0;
  right: 0;
  width: 50px;
  height: 50px;
  margin: auto;
  display: block;
  color: #f2f2f2;
  font-size: 18px;
  line-height: 46px;
  text-align: center;
  position: relative;
}

.testimonial4_slide p {
  color: #ffffff;
  font-size: 16px;
  margin: 40px 0 20px 0;
}

.testimonial4_slide h4 {
  color: #ffffff;
  font-size: 24px;
  font-weight: bold;
}


@media only screen and (max-width: 480px){
  .testimonial4_control_button .carousel-control{
    display: none;
  }
  .testimonial4_header{
    width: 95%;
  }
  .testimonial4_header h4{
    font-size: 20px;
  }
  .testimonial4_slide{
    width: 98%;
    padding: 5px;
  }
}

@media (min-width: 481px) and (max-width: 767px){
  .testimonial4_control_button .carousel-control.left{
    left: 2%;
  }
  .testimonial4_control_button .carousel-control.right{
    right: 2%;
  }
  .testimonial4_header{
    width: 95%;
  }
  .testimonial4_slide{
    width: 98%;
    padding: 5px;
  }
}

@media (min-width: 768px) and (max-width: 991px){
  .testimonial4_control_button .carousel-control.left{
    left: 5%;
  }
  .testimonial4_control_button .carousel-control.right{
    right: 5%;
  }
}
.tb-o {
    background-color: #f0762c;
    color: white;
}
.tb-b {
    background-color: #44b7db;
    color: white;
}
.fr-head {
    font-size: 15px;
    color: #213b7e;
    text-transform: uppercase;
}
.banner2 {
    background-color: #f9f9f9 !important;
    color: #000 !important;
    padding: 40px 0;
}
.banner2 .address
{
font-size: 16px;
}
.banner1 .address
{
font-size: 16px;
}


.padd1
{
padding-top: 25px;
    padding-bottom: 25px;
}
  .panel-group .panel {
        border-radius: 0;
        box-shadow: none;
        border-color: #EEEEEE;
    }

    .panel-default > .panel-heading {
        padding: 0;
        border-radius: 0;
        color: #212121;
        background-color: #efefef;
        border-color: #EEEEEE;
    }

    .panel-title {
        font-size: 14px;
    }

    .panel-title > a {
        display: block;
        padding: 15px;
        text-decoration: none;
    }

    .more-less {
        float: right;
        color: #212121;
    }

    .panel-default > .panel-heading + .panel-collapse > .panel-body {
        border-top-color: #EEEEEE;
    }

a
{
font-size: 18px;
color: #e10505;
line-height: 25px;
}
a:hover
{
color: #e10505;
text-decoration: none;
}
.acc2 .panel-title > a:before {
    float: right !important;
    font-family: FontAwesome;
    content:"\f055";
    padding-right: 5px;
}
.acc2 .panel-title > a.collapsed:before {
    float: right !important;
    content:"\f056";
}
.acc2 .panel-title > a:hover, 
.acc2 .panel-title > a:active, 
.acc2 .panel-title > a:focus  {
    text-decoration:none;
}
.post-head
{
color: #203c7a !important;
    font-size: 4.5rem;
    font-weight: 800;
}
.panel
{
border: 0px solid transparent;
}
.grid4 ul
{
padding: 0;
}
.grid4 ul li
{
font-size: 18px;
    font-weight: 300;
    color: #5f5f5f;
    line-height: 1.7778;
}
hr {
    margin-top: 50px;
    margin-bottom: 50px;
    border: 0;
    border-top: 1px solid #ff5a66;
}
.panel-group .panel-heading + .panel-collapse > .panel-body, .panel-group .panel-heading + .panel-collapse > .list-group
{
border-top: 0px solid #ddd;
}
.h3-title
{
font-size: 19px;
    color: #4178b1;
    text-transform: uppercase;
    font-weight: 800;
}
.h4-title
{
font-size: 15px;
    color: #4178b1;
    text-transform: uppercase;
    font-weight: 800;
}
.widget_title.pop_up {
    border-bottom: 3px solid rgba(0,0,0,.08);
    position: relative;
    padding-bottom: 8px;
    margin-bottom: 15px;
    font-size: 16px;
    font-weight: 600;
    color: #FFF;
    text-transform: uppercase;
}
 .wpcf7 input.wpcf7-text {
    padding: 6px 20px;
    border: 1px solid rgba(0,0,0,.08);
    color: #888;
    width: 100%;
}
.wpcf7 select {
    padding: 6px 20px;
    border: 1px solid rgba(0,0,0,.08);
    color: #888;
    width: 100%;
    background-color: white;
}
.wpcf7 textarea {
    padding: 6px 20px;
    border: 1px solid rgba(0,0,0,.08);
    color: #888;
    width: 100%;
    height: 90px;
    overflow: hidden;
}

.wpcf7 input[type=button], .wpcf7 input[type=submit] {
    padding: 7px 24px;
    line-height: 1.6;
    background-color: #FFF !important;
    color: #5472d2 !important;
    border: none;
    border-radius: 2px;
    outline: 0;
    font-weight: 600;
    float: left;
}
.panel-title
{
    font-size: 18px;
    font-weight: 300;
    color: #5f5f5f;
    line-height: 1.7778;
}
.panel-body
{
    font-size: 18px;
    font-weight: 300;
    color: #5f5f5f;
    line-height: 1.7778;
}
.iconics {
    color: #4178b1;
}
.panel-body p a
{
color: #5f5f5f;
}
.acc2
{
	/*padding-bottom: 50px;
    padding-top: 50px; */
}
.footer-rating {
    margin-top: 5px;
    font-size: 17px;
}
.footer a {
font-size: 18px;
    color: #8a8a8a;
    line-height: 19px;
}
.footer .col-md-12
{
padding-left: 0px;
padding-right: 0px;
}
.mobile-menu
{
position: absolute;
    z-index: 999;
    background: #fff;
    width: 100%;
    padding: 6px 25px;
border-top: 1px solid red;
}

.post1 .post-block
{
height: auto !important;
}
ul
{
-webkit-padding-start: 0px;
}
.post-categories a {
    font-size: 12px;
    color: #e10505;
    line-height: 14px;
}
.pagination a
{
line-height: 25px;
    border-color: #4badc8 !important;
    color: #4badc8;
    background: white! important;
    padding: 2px 6px;
    border-radius: 2px;
    margin-right: 5px;
    font-size: 13px;
    border: 2px solid rgba(0,0,0,.08);
    text-transform: uppercase;
    font-weight: 600;
}
.pagination .page-numbers
{
line-height: 25px;
    border-color: #4badc8 !important;
    color: #4badc8;
    background: white! important;
    padding: 2px 6px;
    border-radius: 2px;
    margin-right: 5px;
    font-size: 13px;
    border: 2px solid rgba(0,0,0,.08);
    text-transform: uppercase;
    font-weight: 600;
}
.pagination span
{
line-height: 25px;
    border-color: #4badc8 !important;
    color: #4badc8;
    background: white! important;
    padding: 2px 6px;
    border-radius: 2px;
    margin-right: 5px;
    font-size: 13px;
    border: 2px solid rgba(0,0,0,.08);
    text-transform: uppercase;
    font-weight: 600;
}
.single-post .post-info {
    font-size: 18px;
}
.navbar-toggle
{
margin-top: -50px;
float: left;
left: 0;
}
.mobile-menu .navbar
{
min-height: 0px;
margin-bottom: 0px;
}
.mobile-menu .center-text
{
text-align: center;
}
.mobile-menu.shrink {
    position: fixed;
    width: 100%;
    height: 80px;
    padding: 0;
top:0;
padding: 6px 25px;
box-shadow: 1px 2px #f66062;
    border-top: 0px solid red;
}
.banner1
{
background-color: #4178B1 !important;
}
.box2 {
    background: #0d1c5a !important;
}
#testimonial4
{
background-color: #4178B1 !important;
}
a
{
color: #1f7de0;
}
.fr-qh {
    padding: 20px;
    font-size: 20px;
    font-weight: bold;
}
.fr-qh span {
    color: #f0762c;
}
#footerlogo {
    max-width: 48px;
    float: left;
    margin: -15px 10px 0 0;
    padding: 0;
    opacity: .6;
}
#footerlogo img
{
width: 100%;
}
.contact-head
{
font-size: 20px;
    margin-bottom: 40px;
    color: #4178b1;
    font-weight: 700;
}
.bg-dott {
    background: url(../../../images/heading_dots.png) repeat-x left 80%;
text-align: left;
margin-bottom: 25px;
    margin-top: 0px;
    color: #000000;
    font-size: 16px;
font-weight: bold;
}
.bg-dott span
{
padding: 0 12px 0 0;
    background: #fff;
    display: inline-block;
}
.about-contact i
{
position: absolute;
    left: 14px;
    color: #4178b1;
    font-size: 22px;
    line-height: 30px;
}
.about-contact
{
padding-left: 30px;
    line-height: 30px;
    font-size: 15px;
}
.contact-address
{
padding-top: 20px;
    padding-bottom: 20px;
}
.slide-bg
{
position: relative;
    display: block;
}
















@media only screen and (max-width: 3000px) and (min-width: 1100px){
.scroller
{
display:none;
}
}


@media only screen and (max-width: 1500px) and (min-width: 1100px){
.scroller
{
display:none;
}
.carousel-caption {
    right: 3%;
    left: 3%;
    padding-bottom: 30px;
bottom: 10%;
}
.slide-img {
    height: 630px !important;

}
}

/* media query for tabelt */

@media only screen and (max-width: 1100px) and (min-width: 440px){
.header
{
display: none;
}
.right-align-arrow
{
  float: right;  
}
.navmenu {
    width: 400px !important;
}
.navbar-default {
    background-color: rgba(248, 248, 248, 0);
    border-color: rgba(231, 231, 231, 0);
}
.hr1 {
    margin-top: 0;
    margin-bottom: 0;
    border: 0;
    border-top: 0px solid #eee;
}
.navbar-fixed-top
{
position: relative !important;
}
.slide-bg
{
    margin-top: 5px;
}
.grid3 img
{
    width: 70%;
    height: auto;
    margin-bottom: 30px;
}
.slide-img {
   height: 550px!important;

}
.slide-box
{
display: none;
}
.carousel-caption {
    bottom: 2%;
    right: 10%;
    left: 10%;
}
.header-top .headertop-content
{
padding: 0 5px;
}
.banner1 img
{
width: 100%;
}
.banner1 .col-md-3
{
margin-bottom: 30px;
}
.grid4 img
{
width: 100%;
}
.header-top
{
display: none;
}
}



/* media query for smart phone */

@media only screen and (max-width: 435px){
.header
{
display: none;
}
.right-align-arrow
{
  float: right;  
}
.navbar-default {
    background-color: rgba(248, 248, 248, 0);
    border-color: rgba(231, 231, 231, 0);
}
.navmenu {
    width: 200px !important;
}
.hr1 {
    margin-top: 0;
    margin-bottom: 0;
    border: 0;
    border-top: 0px solid #eee;
}
.navbar-fixed-top
{
position: relative !important;
}
.slide-bg
{
    margin-top: 5px;
}
.grid3 img
{
    width: 70%;
    height: auto;
    margin-bottom: 30px;
}
.slide-img {
 height: 215px!important;

}
.slide-box
{
display: none;
}
.header-top ul li a {
    padding: 4px;
}
.carousel-caption {
    bottom: -14%;
right: 3%;
left: 3%;
}
.main-head {
    font-size: 23px;
    line-height: 30px;
}
.head1 {
    font-size: 17px;
    line-height: 25px;
font-weight: 700;
}
.grid2 .col-xs-6
{
width: 100%;
}
.footer .col-xs-6
{
width: 100%;
}
.mobile-menu .center-text {
    text-align: right;
}
#spu-2918 {
 margin: 0px 50px 50px 50px;
width: 78% !important;
}
.banner1 img
{
width: 100%;
	height: auto;
}
.grid4 img
{
width: 100%;
}
.banner1 .col-md-3
{
margin-bottom: 30px;
}
.copyrights ul {
    float: left;
}

}

@media (max-width: 1100px){
.navbar-toggle {
    display: block;
}
}


.contacttambarem {
    text-align: center;
}
.contacttambarem p {
    font-size: 30px;
    font-weight: bold;
}
.contacttambarem a {
    font-size: 40px;
    font-weight: bold;
}



option[value="Online Training"] {
    background-color: #f5f5f5;
    font-weight: 800  !important;
}
option[value="Classroom Training - Chennai"] {
    background: #f5f5f5 !important;
    font-weight: 800  !important;
}
.readons {
    color: #666;
    border-color: #0d1c5a;
    background-color: #0d1c5a;
    font-size: 14px;
    padding: 14px 20px;
    border-radius: 5px;
    background-image: linear-gradient(to bottom,rgba(255,255,255,.2) 0,rgba(255,255,255,.01) 100%);
    display: inline-block;
    margin-bottom: 0;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    border: 1px solid transparent;
    box-sizing: border-box;
    word-wrap: break-word;
    margin-top: 30px;
}
.cont-read{
	color: white;
	font-weight: 600;
    font-size: 18px;
}
