*{
    font-family: 'Roboto', sans-serif;
    color: #333030;
    transition: all ease-in-out 0.2s;
}
body{
}
.right-pannel{
    background:#5E162A url(../images/pannel-bg.jpg) no-repeat left;
    padding: 50px;
    width: 420px;
}
.right-banner img{
    width:100%;
}
.nav{
    margin-top: 36px;
}
.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-inverse .navbar-nav>li>a {
    font-size: 14px;
    padding: 5px 6px;
    color: #ffffff;
    margin-right: 5em;
    text-transform: uppercase;
    font-weight: 600;
}
.navbar-inverse .navbar-nav>li:last-child>a{
    margin-right: 0px;
}
.navbar-inverse .navbar-nav>li>a:focus,
.navbar-inverse .navbar-nav>li>a:active,
.navbar-inverse .navbar-nav>li>a:hover {
    color: #fff !important;
    background: none !important;
}
.navbar-inverse .navbar-nav>li>a.active{
    border-bottom: 2px solid #f26e2b;
}
.navbarbg {
    border-bottom: none!important;
    background: #2aabe1 url(../images/logo-bg.jpg) no-repeat -25% 0% !important;
    padding:15px 0;
}
.main-se {
    overflow:hidden;
    width:100%;
    //margin-top: 80px;
}
.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;
}
.navbar-inverse {
    border-top: 20px solid #2d2e2f;
}
.fixed-header {
    position: absolute;
    top:0;
    left:0;
    width: 100%;
    background: transparent;
    z-index:16!important;
    padding: 10px 0px;
}
section .wrapper{
    background: #fff;
    padding: 3em 3em 2em;
    font-size: 13px;
}
.wrapper p{

}
.wrapper h3{
    font-size: 16px;
    color: #000;
    position: relative;
    font-weight: bold;
    margin-bottom: 16px;
    margin-top: 26px;
}
.wrapper h3:after{
    position: absolute;
    content: '';
    left: 0;
    bottom: -10px;
    width: 21px;
    height: 2px;
    background: #ed6f2b;
}
.wrapper h4{
    font-size: 15px;
    color: #333333;
    font-weight: bold;
    margin-top: 2em;
    margin-bottom: 5px;
}
.about{
    background: #f1f1f1;
    padding: 2em 0 0;
    margin-top: 5em;
}
.about .aboutus_box{
    background: #2d2e2f;
    position: relative;
    width: 100%;
    height: 360px;
    top: -3.5em;
}
.about .aboutus_box:before,
.about .aboutus_box:after{
    position: absolute;
    content: '';
    top: 0;
    border-bottom: solid 22px #000000;
    border-left: solid 20px transparent;
    border-right: solid 0 transparent;
    z-index: -1;
}
.about .aboutus_box:before{
    left: -20px;
}
.about .aboutus_box:after{
    right: -20px;
    border-bottom: solid 22px #000000;
    border-right: solid 20px transparent;
    border-left: solid 0 transparent;
}
.about .content_area{
    color: #fff;
    width: 65%;
    left: 50%;
    line-height: 34px;
    position: absolute;
    font-size: 50px;
    font-weight: 300;
    top: 48%;
    transform: translate(-50%,-50%);
}
.about .content_area span{
    font-size: 14px;
    color: #fff;
    display: block;
    font-weight: normal;
}
.about p{
    font-size: 18px;
    line-height: 30px;
    margin-bottom: 20px;
    text-align: justify;
}
.hiring{
    background: url(../images/hiring_bg.jpg) no-repeat;
    background-size: cover;
    padding: 3.2em 0;
}
.hiring .content_area *{    
    color: #fff;
}
.hiring .content_area span{
    font-size: 18px;
    display: block;
}
.hiring .content_area{    
    color: #fff;
    font-size: 28px;
    line-height: 30px;
    text-transform: uppercase;
}
.job_descriptioon{
    background: #313233;
}
.job_descriptioon *{
    color: #fff;
}
.key_skills_area {
    padding: 2.5em 0;
}
.key_skills_area .skills_wrapper {
    margin-bottom: 34px;
}
.key_skills_area .skills_wrapper .title {
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 15px;
}
.key_skills_area .skills_wrapper .listing ul {
    padding-left: 18px;
    margin-bottom: 0;
}
.key_skills_area .skills_wrapper .listing ul li {
    line-height: 18px;
    margin-bottom: 15px;
}
.outer_wrapper{
    padding: 2em 0;
    background: url('../images/salary_bg.jpg') no-repeat;
    display: inline-block;
    width: 100%;
    background-size: cover;
    margin: 1.5em 0;
}
.outer_wrapper .box_wrapper{
    text-align: center;
    color: #fff;
    font-size: 17px;
    font-weight: bold;
}
.outer_wrapper .box_wrapper span{
    display: block;
    color: #fff;
    font-size: 15px;
    font-weight: normal;
    line-height: 25px;
}
.btn_area{}
.btn_area .btn-default{
    background: #128cb9;
    border-color: #128cb9;
    color: #fff;
    font-size: 17px;
    padding: 6px 37px;
}
.btn_area .btn-default:hover{
    background: #db574a;
    border-color: #db574a;
}
.carousel-indicators .active {
    background-color: #0d6db9;
}
.carousel-indicators li {
    width: 8px;
    height: 8px;
    border: none;
}
.carousel-indicators .active {
    width: 8px;
    height: 8px;
    margin: 1px;
}
.carousel-indicators .active {
    background-color: #db574a;
}
.owl-nav {
    position: absolute;
    top: 30%;
    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: #f0612f;
    display: inline-block;
    text-decoration: none;
    box-shadow: 0px 5px 5px rgba(0, 0, 0, 0.2);
}
.owl-nav span:hover {
    color: rgba(255, 255, 255, 1);
    background: #0f4d8f;
    box-shadow: none;
}
.owl-nav button{
    outline: none;
}
button.owl-next {
    right: -8%;
    position: absolute;
}
button.owl-prev {
    left: -8%;
    position: absolute;
}
footer{
    background: #000;
    padding: 20px 0;
}
footer p{
    margin-bottom: 0px;
    color: #d2d2d2;
    font-size: 13px;
    line-height: 1.5;
}
footer p *{
    color: #d2d2d2;
}
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 (max-width:1024px){
    .navbarbg {
        background-image: url(../images/logo-bg.jpg) no-repeat -50% 0% !important;
    }
}
@media (max-width:767px){
    .navbarbg {
        background-image:none!important;
    }
    .navbar-toggle {
        margin-top: 25px;
    }
    .fixed-header {
        padding: 0;
        height: auto;
    }
    .about {
        margin-top: 3em;
    }
    nav .collapse.in ul.nav {
        margin: 0;
    }
    nav .collapse.in {
        background: #f26d2a !important;
    }
    .navbar-inverse .navbar-nav>li>a {
        padding: 7px 6px;
        margin-bottom: 10px;
        margin-right: 0;
    }
    .about .aboutus_box {
        height: 144px;
    }
    .about .content_area {
        width: 70%;
    }
    .about p {
        font-size: 15px;
        line-height: 24px;
    }
    .hiring .content_area {
        font-size: 21px;
        text-align: center;
    }
    .hiring .content_area span {
        font-size: 15px;
    }
    .outer_wrapper .box_wrapper {
        margin-bottom: 22px;
    }
    .outer_wrapper .col-lg-4:last-child .box_wrapper{
        margin-bottom: 0px;
    }
    footer {
        text-align: center;
    }
    footer p.poweredby {
        text-align: center !important;
    }


}
@media screen and (max-width:850px) {
    #myNavbar{
        float:left!important;
        width:100%;
    }
    .navbar-inverse .navbar-collapse{border:none;}
    .full img{
        width: 100%;
    }

}


@media screen and (max-width: 992px) {
    .top-social-padd {
        display: none;
    }	 
    .right-sec{width:100%;}
    .right-sec1{width:100%;}
    .full img{
        width: 100%;
    }

}
@media screen and (max-width: 768px) {

}

@media (min-width: 1200px){

}
@media screen and (min-width: 768px){
    .carousel-indicators {
        bottom: 54px;
    }
}
.smooth-scroll{
    transition: all ease-in-out 0.3s;
}
.smooth-scroll:scroll{
    transition: all ease-in-out 0.3s;
}

