*{
    color: #333333;
    transition: all ease-in-out 0.3s;
}
body{
    background: #f7fafc;
}
h1,h2,h3,h4,h5,h6 {margin:0; padding:0;}
.carousel-caption {    left: 8%;
    padding-bottom: 200px;text-shadow: none;}
.carousel-caption img {    bottom: 0;
    position: fixed;
    right: 10%;
	}
	.caption-text {/*border-left: 5px solid #fff; */
    padding: 15px;
    text-align: left;
    background: rgba(255,255,255,0.7);}
	.caption-text h3 i {margin:0; padding:0; font-size:32px; color:#eb1301; font-weight:400;}
	.caption-text h1 i {margin:0; padding:0; font-size:55px; color:#eb1301; font-weight:400;}
	.caption-text h1 {color:#eb1301;}
.scllid{    position: absolute;  top: -50px;  left: 0;}
.f-nav {
    position: fixed !important;
    box-shadow: 0px 3px 10px rgba(0,0,0,0.3);
    animation:slide-down 0.7s;
    transition: all ease-in-out 0.3s;
}
@-webkit-keyframes slide-down {
    0% {
        opacity: 1;
        transform: translateY(-100%);
    } 
    100% {
        opacity: 1;
        transform: translateY(0);
    } 
}
@-moz-keyframes slide-down {
    0% {
        opacity: 1;
        transform: translateY(-100%);
    } 
    100% {
        opacity: 1;
        transform: translateY(0);
    } 
}
@-ms-keyframes slide-down {
    0% {
        opacity: 1;
        transform: translateY(-100%);
    } 
    100% {
        opacity: 1;
        transform: translateY(0);
    } 
}
@-o-keyframes slide-down {
    0% {
        opacity: 1;
        transform: translateY(-100%);
    } 
    100% {
        opacity: 1;
        transform: translateY(0);
    } 
}
@keyframes slide-down {
    0% {
        opacity: 1;
        transform: translateY(-100%);
    } 
    100% {
        opacity: 1;
        transform: translateY(0);
    } 
}
.navbar-header{margin-top:7px; display: block;}
.navbar-inverse .navbar-nav>li>a {
    font-size: 16px;
    border-radius: 0;
    padding: 15px 18px;
    color: #522a2a;
	border-top:3px solid #fff;
}
.navbar-inverse .navbar-nav>li>a:focus,
.navbar-inverse .navbar-nav>li>a:active,
.navbar-inverse .navbar-nav>li>a:hover {
    color: #522a2a !important;
    background: #eeeeee !important;
	border-top:3px solid #eb1301;
}

/*.navbar-inverse .navbar-nav>li>a:focus:before,
.navbar-inverse .navbar-nav>li>a:active:before {
	content: "";
	width: 90%;
	height: 2px;
	background: #5224b5;
	display: block;
	margin: 0 auto;
	position: absolute;
	left: 0;
	right:0;
	bottom:0;
} */
.navbarbg {
    border-bottom: none!important;
    background: #ffffff !important;
    padding:15px 0;
}
.navbar-inverse .navbar-nav>.open>a, .navbar-inverse .navbar-nav>.open>a:focus, .navbar-inverse .navbar-nav>.open>a:hover {color: #522a2a !important;
    background: #eeeeee !important;
	border-top:3px solid #eb1301; }
.main-se {
    overflow:hidden;
    width:100%;
    //margin-top: 80px;
}
.dropdown-menu {background:#eeeeee; border:none;}
.dropdown-menu>li>a:hover {background:#eeeeee;}
.top-box {
    background:#ebebeb;
    color:#000;
    padding:8px 0;
}
.top-box a {
    color:#db4e02;
}
.logo-bg {
    background:#fff;
    padding:25px 0;
}
.etProgram {
    background: #0d6db9;
    padding: 10px 0 15px;
}

.etProgram h2 {
    color: #fff !important;
    text-align:center !important;
    font-weight:400 !important;
    padding:0;
    font-size:45px;
}
.etProgram h2 span {
    color: #ec6820 !important;
    text-align:center !important;
}
.topbutton{ text-align:right;}	

.sub-heading{
    text-align: center;
    color: #2aabe1;
    font-size: 40px;
    text-transform: uppercase;
    font-weight: 900;
    line-height: 45px;
    padding: 20px 0 0 0;
}
.sub-heading span{
    display: block;
    font-size: 20px;
    font-weight: 400;
    color: #000000;
}
.sub-heading b{
    color: #2aabe1;
    font-weight: 400;
}

/*.navbar {
        margin: 0px;
        background-color:#001a33;
        border-radius: 0px;
}*/

.top-social-padd img {
    width: 30px;
    margin: 10px 0 0 3px;
}

.fixed-header {
    position: relative;
    top:0;
    left:0;
    width: 100%;
    background: #fff;
    z-index:16!important;
    padding: 0px 0px;
}


@media (max-width:1024px){
    .navbarbg {
        background-image: url(../images/logo-bg.jpg) no-repeat -50% 0% !important;
    }
}
@media (max-width:450px){
    .navbarbg {
        background-image:none!important;
    }
    
    .fixed-header {
        padding: 0;
        height: auto;
    }
    .main-se {
        margin-top: 4em;
    }
    .container .gallery a img {
        width: 100% !important;
    }
    .video_area {
        width: 100% !important;
        height: auto !important;
    }
    footer {
        text-align: center;
    }
    footer p.poweredby {
        text-align: center !important;
    }
    .etProgram h2{
        font-size:23px;
    }
    .sub-heading{
        font-size:24px;
        line-height: 24px;
        padding:0;
    }
    .sub-heading span{
        font-size:16px;
    }
    .right-pannel{ width:100%}
    h1{
        font-size: 30px !important;}	
.team .col-md-2 {width:50%!important;}
.tm h6:before {top: 219px!important;margin-bottom:20px;}
.caption-text h1 i {font-size:25px;}
.caption-text h3 i {font-size:18px;}
.carousel-caption img {display:none;}
.carousel-caption {padding-bottom:0;}
.about a:before {bottom:2px;}
.about a:after {bottom: 16px;}
.box-white {margin-top:20px!important;}

}
@media screen and (max-width:850px) {
   
    .navbar-inverse{
        margin:0 0 -60px 0;
    }
    .full img{
        width: 100%;
    }
	.team .col-md-4 {width:50%!important; float:left; margin-bottom:20px;}
.tm h6:before {top: 219px!important;}
.caption-text h1 i {font-size:25px;}
.caption-text h3 i {font-size:18px;}
.carousel-caption img {display:none;}
.carousel-caption {padding-bottom:20px;}
.about a:before {bottom:2px!important;}
.about a:after {bottom: 16px!important;}
.box-white {margin-top:20px!important;}
.certification .col-md-5 img {margin:0 auto;}
}


@media screen and (max-width: 992px) {

	 #myNavbar{
        float:left!important;
        width:100%;
    }
    .navbar-inverse .navbar-collapse{border:none;}
	.top-social-padd {
        display: none;
    }	 
    .right-sec{width:100%;}
    .right-sec1{width:100%;}
    .full img{
        width: 100%;
    }

}
@media (max-width: 992px) {
        .navbar-header {
                float: none;
        }
        .navbar-toggle {
                display: block;
        }
        .navbar-collapse {
                border-top: 1px solid transparent;
                box-shadow: inset 0 1px 0 rgba(255,255,255,0.1);
        }
        .navbar-collapse.collapse {
                display: none!important;
        }
        .navbar-collapse.collapse.in {
            display: block!important;
        }
        .navbar-nav {
                float: none!important;
                margin: 7.5px -15px;
        }
        .navbar-nav>li {
                float: none;
        }
        .navbar-nav>li>a {
                padding-top: 10px;
                padding-bottom: 10px;
        }
    .navbar-form {
        padding: 10px 15px;
        margin-top: 8px;
        margin-right: -15px;
        margin-bottom: 8px;
        margin-left: -15px;
        border-top: 1px solid transparent;
        border-bottom: 1px solid transparent;
        -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, .1), 0 1px 0 rgba(255, 255, 255, .1);
        box-shadow: inset 0 1px 0 rgba(255, 255, 255, .1), 0 1px 0 rgba(255, 255, 255, .1);
        width:auto;
        float:none!important;
    }
	
	.social-col {
    padding: 10px 10px 20px 10px;
    width: 100%;
    float: left !important;
}

	.navbar-toggle {background-color: #eb1301 !important; border-color:#eb1301 !important;
    }
}

@media screen and (max-width: 768px) {
    .media-object {
        margin-bottom: 15px;
    }
    .marg-top-test {
        padding:150px 0 0 0;
    }
    .modal-dialog {
        width: 95%;
    }
    .about-bg h3 {
        font-size: 18px;
    }

    .exph {
        min-height: 465px;

    }
    .testimonialm{ display:block;}
    .testimonial-sec{ display:none;}
    .right-sec{width:100%;}
    .right-sec1{width:100%;}
    .right-sec1 img{width:100%;}
    .full img{
        width: 100%;
    }
    .topbutton{ text-align:left;}
    .jobpening h1{
        padding: 0 ;

    }	
    .jobpening h4{
        padding: 0 2px ;

    }	
	
    .main-se {
        margin-top: 4em;
    }
	.team .col-md-2 {width:20%;}
	.navbar-inverse .navbar-nav .open .dropdown-menu>li>a:focus, .navbar-inverse .navbar-nav .open .dropdown-menu>li>a:hover {color:#333;}
}
.navbar-inverse .navbar-nav>li>a:focus, .navbar-inverse .navbar-nav>li>a:hover {
    color: #fff;
    background-color: #0e6eb8;
}
.btn-danger {
    color: #fff;
    background-color: #0e6eb8;
    border-color: #0d6db7;
}
.btn-danger:hover {
    background-color: #2aabe1;
    border-color: #2aabe1;
}

.carousel-indicators .active {
    background-color: #0d6db9;
}

.about {position: relative; padding: 60px 0;}
.about h2 {
    font-size: 35px;
    margin: 0;
    color: #eb1301;
    font-weight: 500;
    position: relative;
    padding: 50px 0 20px;
	margin-bottom: 30px;
}
.about p { font-size:16px; color: #676767; line-height: 32px; }
.about h2:before{
    top: 32px;
    position: absolute;
    content: '';
    width: 60px;
    height: 5px;
    background: #eb1301;
}
.about h4{
    margin-top: 18px;
    font-size: 21.5px;
    color: #1450d2;
    font-weight: normal;
    margin-bottom: 14px;
}
.about p{}
.about ul{
    margin-top: 20px;
    padding-left: 20px;
}
.about ul li{
    line-height: 2;
    list-style-image: url(../images/right-icon.jpg);
}
.about a {display:inline-block; background:#f4f4f4; color:#000000; font-size:14px; padding:5px 15px; text-decoration:none;}
.about a:before {        position: absolute;
    content: "";
    left: 102px;
    bottom: 11px;
    width: 12px;
    border-radius: 20px;
    height: 12px;
    background: red;
    padding: 20px;
    }
.about a:after {   position: absolute;
    content: "";
    left: 114px;
    bottom: 25px;
    width: 12px;
    height: 12px;
    background: none;
    border: 2px solid #fff;
    transform: rotate(130deg);
    border-bottom: 0px;
    border-right: 0px;}

.geography {background:#eb1301; position: relative; padding: 60px 0;}
.geography h2 {
    font-size: 30px;
    margin: 0;
    color: #fff;
    font-weight: 500;
    position: relative;
    padding: 50px 0 20px;
	margin-bottom: 44px;
}
.geography h2:before{
     top: 32px;
    position: absolute;
    content: '';
    width: 60px;
    height: 5px;
    background: #fff;
}

.certification {position: relative; padding: 60px 0; background:url(../images/partner-bg.jpg) 1068px top no-repeat;}
.certification h2 {
    font-size: 35px;
    margin: 0;
    color: #eb1301;
    font-weight: 500;
    position: relative;
    padding: 50px 0 20px;
	margin-bottom: 30px;
}
.certification p { font-size:16px; color: #676767; line-height: 32px; }
.certification h2:before{
    top: 32px;
    position: absolute;
    content: '';
    width: 60px;
    height: 5px;
    background: #eb1301;
}

.whatwedo {background:url(../images/wwd-bg.jpg) no-repeat center top; background-size:cover; position: relative; padding: 60px 0;}
.whatwedo h2 {
    font-size: 30px;
    margin: 0;
    color: #fff;
    font-weight: 500;
    position: relative;
    padding: 50px 0 20px;
	margin-bottom: 44px;
}
.whatwedo h2:before{
     top: 32px;
    position: absolute;
    content: '';
    width: 60px;
    height: 5px;
    background: #fff;
}
.box-white {background:white;
border-radius:25px;
padding:30px;margin:0 30px;}
.box-white h4 {text-transform:uppercase; font-size:30px; color:#eb1301;}
.box-white ul{
    margin-top: 20px;
    padding-left: 20px;
}
.box-white ul li{
    line-height: 2;
}
.box-red {border-radius:10px; border:1px solid #eb1301; padding:25px; text-align:center; margin:0 15%; width:70%;}

.team {position: relative; padding: 60px 0;}
.team h2 {
    font-size: 35px;
    margin: 0;
    color: #eb1301;
    font-weight: 500;
    position: relative;
    padding: 50px 0 20px;
	margin-bottom: 30px;
}
.team p { font-size:16px; color: #676767; line-height: 32px; }
.team h2:before{
    top: 32px;
    position: absolute;
    content: '';
    width: 60px;
    height: 5px;
    background: #eb1301;
}
.team .col-md-2 {width:20%;}
.tm h5 {font-weight:bold; font-size: 18px; padding: 20px 0;}

.tm h6 { font-size: 14px;}
.tm h6:before{
    top: 237px;
    position: absolute;
    content: '';
    width: 60px;
    height: 2px;
    background: #eb1301;
    left: 50%;
    transform: translate(-50%,-50%);
}







.job-dec h3{font-weight: normal;}
.job-dec h3 strong{font-weight: bold;color:#5224b5;border-left: 4px solid #5224b5; padding-left: 10px;}
.job-dec p{font-size:16px;line-height: 28px;}
.job_description .accordation_wrapper{
    margin-top: 2em;
}
.job_description {
    margin: 3em 0 4em;
}
.job_description .heading{
    font-size: 28px;
    text-transform: uppercase;
    font-weight: bold;
    color: #000;
}
.job_description .panel-group .panel {
    margin-bottom: 20px;
    border-radius: 0px;
    border: none;
    box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.15);
}
.job_description .panel-default {
    border-color: #333333;
}
.job_description .panel-body {
    padding: 0px 28px;
    font-size: 16px;
    line-height: 30px;
    border-top: none !important;
	background: #f7f7f7;
    border-bottom: #5224b5 2px solid !important;
}
.job_description .panel-group .panel+.panel {
    //margin-top: 0px;
}
.job_description .panel-title>a{
    width: 100%;
    display: inline-block;
    padding: 18px 28px;
    background: #5224b5;
    color: #ffffff;
    font-size: 18px;
    text-decoration: none;
    position: relative;
}
.job_description .panel-title>a:after{
    position: absolute;
    content: "";    
    right: 20px;
    width: 12px;
    height: 12px;
    background:none;
    border: 2px solid #fff;
    transform: rotate(45deg);
    border-bottom: 0px;
    border-right: 0px;
}
.job_description .panel-heading {
    padding: 0;
}
.job_description .panel-title>a.collapsed{
    background: #e8e7e7;
    color: #000000;
}
.job_description .panel-title>a.collapsed:after{
    position: absolute;
    content: "";    
    right: 20px;
    width: 12px;
    height: 12px;
    background:none;
    border: 2px solid #707070;
    transform: rotate(45deg);
    border-top: 0px;
    border-left: 0px;
}
.job_description .panel-body ul{
    margin-bottom: 0px;
}
.table{
    font-size: 14px;
}
.table tbody tr th{
    text-transform: uppercase;
}
.table tbody tr ul{
    padding-left: 18px;
}
.table tbody tr ul li{
    line-height: 22px;
}
.table tbody tr td, 
.table tbody tr th {
    padding: 18px 15px;
}
.table tbody tr th span{
    display: inline-block;
    font-size: 12px;
    font-weight: normal;
}
.table tbody tr:first-child td,
.table tbody tr:first-child th{
    border-top: 0px;
}
.panel-body .btn_area .btn-success{
    font-size: 16px !important;
    width: 146px;
    padding: 8px 12px;
    background: #00c1b5;
    border-color: #00c1b5;
}

.job-dec .btn_area{
    margin-top: -15px;
}
.job-dec .btn_area .btn-success{
    border-radius: 0;
    width: 123px;
    height: 42px;
    font-size: 18px;
    line-height: 23px;
    text-align: center;
    position: relative;
    background: #5224b5;
    border-color: #5224b5;
}
.job-dec .btn_area .btn-success:hover{
    color: #5224b5;
    border-color: #5224b5;
    background: none;
}
.job-dec .btn_area .btn-success:hover .fa-angle-right{
    color: #5224b5;
}
.job-dec .btn_area .btn-success .fa-angle-right{
    padding-top: 0;
    position: absolute;
    right: 10px;
    font-size: 16px;
    color: #fff;
    top: 11px;

}



.gallery_area{
    padding: 40px 0 20px 0;
    background: #5b5b5b;
	background: url('../images/bg_gallery.jpg') no-repeat center;
	background-size: cover;
	position: relative;
}

.gallery_area h2 {
    font-size: 30px;
    margin: 0;
    text-align: center;
    color: #fff;
    font-weight: 500;
    position: relative;
    padding: 0 0 20px;
	margin-bottom: 15px;
}
.gallery_area h2:after{
    position: absolute;
    content: '';
    width: 35px;
    height: 2px;
    background:#fff;
    bottom: 0;
    left: 50%;
    transform: translate(-50%,-50%);
}
.gallery_area h2:before{
    position: absolute;
    content: '';
    width: 50px;
    height: 2px;
    background:#fff;
    bottom: -8px;
    left: 50%;
    transform: translate(-50%,-50%);
}
.owl-nav {
    position: absolute;
    top: 44%;
    left: 0px;
    transform: translate(0%,-50%);
    width: 100%;
}
.owl-nav span {
    font-size: 34px;
    width: 35px;
    height: 35px;
    background: #fff;
    line-height: 28px;
    border-radius: 50%;
    color: rgba(0, 0, 0, 0.5);
    display: inline-block;
    text-decoration: none;
	line-height: 32px;
}
.owl-nav span:hover {
    color: rgba(255, 255, 255, 1);
    background: #000000;
}
.owl-nav button{
    outline: none;
}
button.owl-next {
    right: -16px;
    position: absolute;
}
button.owl-prev {
    left: -16px;
    position: absolute;
}
.gallery a {
    width: 100%;
    height: 244px;
    display: inline-block;
    padding: 5px;
    background: #fff;
}

footer{
    background: #000000;
    padding: 20px 0;
}
footer p{
    margin-bottom: 0px;
    color: #fff;
    font-size: 13px;
    line-height: 1.5;
}
footer p *{
    color: #fff;
}
footer p.poweredby{
    text-align: right;
    padding-top: 5px;
    font-weight: 600;
}
footer .poweredby .first{
    color: #6a38a0;
    font-size: 16px;
}
footer .poweredby .naukri{
    color: #d3710c;
    font-size: 16px;
}
@media (min-width: 1200px){
    .container {
        width: 1144px;
    }
}

.smooth-scroll{
    transition: all ease-in-out 0.3s;
}
.smooth-scroll:scroll{
    transition: all ease-in-out 0.3s;
}

#more {display: none;}