*{
    font-family: 'Roboto', sans-serif;
    transition: all ease-in-out 0.2s;
}
a{
    color: #00935a;
    text-decoration: none;
}
a:hover{
    text-decoration: none;
}
a:active,a:focus{
    outline: 0;
    color: #091b95;
}
body{
    background: #ffffff;
    color: #282828;
}
.right-pannel{
    background:#5E162A url(../images/pannel-bg.jpg) no-repeat left;
    padding: 50px;
    width: 420px;
}
.right-banner img{
    width:100%;
}
.nav{
    margin-top: 6px;
}
.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;
    background: #ffffff !important;
    padding: 10px 0px !important;
}
@-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);
    } 
}
.fixed-header {
    position: fixed;
    top:0;
    left:0;
    width: 100%;
    background: #fff;
    z-index: 16!important;
    padding: 10px 0px;
    box-shadow: 0px 3px 10px rgba(0,0,0,0.1);
}
.navbar-header img {
    position: relative;
}
.navbar-inverse .navbar-nav>li>a {
    font-size: 14px;
    padding: 15px;
    color: #595959;
	text-transform:uppercase;
	font-weight:600;
}
.navbar-inverse .navbar-nav>li:last-child>a{
    margin-right: 0px;
    border-right: 0px solid #ccc;
}
.navbar-inverse .navbar-nav>li>a:focus,
.navbar-inverse .navbar-nav>li>a:active,
.navbar-inverse .navbar-nav>li>a:hover {
    background: none !important;
    color: #c43642;
}
.navbar-inverse .navbar-nav>li>a.active{
    background: none !important;
    color: #c43642;
}
.navbarbg {
    border-bottom: none!important;
    background: #2aabe1 url(../images/logo-bg.jpg) no-repeat -25% 0% !important;
    padding:15px 0;
}
.dropdown-menu {
    min-width: 177px;
}
.navbar-inverse .navbar-nav>.open>a, .navbar-inverse .navbar-nav>.open>a:focus, .navbar-inverse .navbar-nav>.open>a:hover{
    background: none;
}
.dropdown-menu>li>a {
    padding: 8px 20px;
}
.banner_area {
    background: #f0f4f7 url('../images/banner.png') no-repeat right;
    position: relative;
    background-size: cover;
	min-height: 474px;
}
.banner_area .content_area{
    margin-top: 4em;
    margin-bottom: 0em;
	  background-image: linear-gradient(to right, rgba(255,255,255,1), rgba(255,255,255,1), rgba(255,255,255,0));
    padding: 30px;
}
.banner_area .content_area .heading {
    font-size: 38px;
    position: relative;
    line-height: 20px;
    font-weight: 300;
    color: #000;
}
.banner_area .content_area .heading span {
    font-size: 45px;
    color: #c43642;
    display: block;
    font-weight: 600;
    margin: 20px 0 0 0;
    line-height: 60px;
}
.banner_area .content_area .content_text p {
    font-size: 18px;
    color: #000;
    line-height: 38px;
}
.banner_area .content_area .content_text p span{
    font-size: 20px;
    display: block;
}
.abt h1 {
    font-size: 38px;
    font-weight: 600;
    position: relative;
    color: #c43642 !important;
}
.abt p {
    font-size: 16px !important;
    color: #271919 !important;
    line-height: 29px !important;
    margin-left: -50px !important;
}
.abt1 {
    background:url(../images/aboutbg.jpg) center top no-repeat !important;
	background-size:cover;
	min-height: 500px;
	text-align:center;
}
.abt1 img{
    width:auto !important;
}

.abt1 h1 {
    color: white !important;
    text-align: center;
}




.shift {
    background:url(../images/shift-bg.png) center top repeat-y !important;
}
.shift img{
    width:auto !important;
}

.shift h1 {
    color: white !important;
}
.list_area3 {
    padding-left: 0;
}

.list_area3 ul{
    padding-left: 18px;
}
.list_area3 ul li {
    list-style-type: none;
    position: relative;
    font-size: 16px;
    margin-bottom: 10px;
    color: #FFF;
    padding-left: 10px;
    line-height: 28px;
}
.list_area3 ul li:last-child{
    margin-bottom: 0px;
}
.list_area3 ul li:before{
    position: absolute;
    content: '';
    left: -17px;
    top: 7px;
    width: 14px;
    height: 14px;
    background: url('../images/arrow1.png') no-repeat;
}







.btn_area{
    margin-top: 20px;
}
.btn_area .btn-default{
    background: #c43642;
    border:1px solid #c43642;
    color: #FFF;
    text-transform: uppercase;
    border-radius: 0px;
    font-weight: 500;
    line-height: 13px;
    padding: 19px 45px;
    font-size: 18px;
    letter-spacing: 2px;
}
.come {
    font-size: 20px;
    color: black;
    line-height: 70px;
}
.btn_area .btn-default:hover{
    background: #fff;
    color: #c43642;
    border:1px solid #c43642;
}
.list_area ul{
    padding-left: 18px;
}
.list_area ul li {
    list-style-type: none;
    position: relative;
    font-size: 14px;
    margin-bottom: 10px;
    color: #000000;
    padding-left: 10px;
    line-height: 28px;
}
.list_area ul li:last-child{
    margin-bottom: 0px;
}
.list_area ul li:before{
    position: absolute;
    content: '';
    left: -17px;
    top: 7px;
    width: 14px;
    height: 14px;
    background: url('../images/o_bullets.jpg') no-repeat;
}






.list_area2 ul{
    padding-left: 18px;
}
.list_area2 ul li {
    list-style-type: none;
    position: relative;
    font-size: 14px;
    margin-bottom: 10px;
    color: #000000;
    padding-left: 10px;
    line-height: 20px;
}
.list_area2 ul li:last-child{
    margin-bottom: 0px;
}
.list_area2 ul li:before{
    position: absolute;
    content: '';
    left: -17px;
    top: 7px;
    width: 14px;
    height: 14px;
    background: url('../images/o_bullets.png') no-repeat;
}











section{
    padding: 3em 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;
}

.jobs_roles{
    background: #ffffff;
}
.profile_dec{
    background: #95bc46;
}


.jobs_roles h1 {
    font-size: 36px;
    font-weight: 600;
    position: relative;
    color: #c43642;
}
.profile_dec h1{
    color: #fff;
    margin-bottom: 20px;
}
.profile_dec h1:before{
    background: #fff;
}
.profile_dec .list_area ul li{
    color: #fff !important;
}
.profile_dec .list_area ul li:before{
    background: url(../images/o_bullets_white.png) no-repeat;
}
.jobs_roles .title{
    font-size: 30px;
    color: #000000;
    font-weight: 500;
    margin-bottom: 35px;
    line-height: 30px;
    margin-top: 10px;
    display: inline-block;
}
.blank_space{
    display: block;
    width: 100%;
    height: 30px;
}
.about_section {
    background-color:#FFF;
}
.about_section p{
    font-size: 22px;
    color: #000;
    line-height: 40px;
}
.box-1 {
    background-color: #FFF !important;
    border: 1px solid #CCC;
    padding: 20px;
	width:48%;
	margin-right:2%;
	min-height: 360px;
}
@media(min-width: 1100px){
    .about_section p{
        padding-left: 58px;
    }
}
.about_section .title{
    font-size: 36px;
    line-height: 36px;
    font-weight: 500;
    margin-bottom: 1.5em;
    position: relative;
}
.about_section h1{
    margin-bottom: .5em;
}
.about_section .title:before{
    position: absolute;
    content: '';
    width: 39px;
    height: 2px;
    background: #03d6a0;
    top: -0.7em;
    left: 0;
}
.about_section .img_area img{
    width: 100%;
	margin:30px 0;
}

.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: #ff8400;
}




.carousel-inner .item .content{
    text-align: center;
    width: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    color: #fff;
    z-index: 5;
}
.carousel-inner .item .content h1{
    font-size: 46px;
    font-weight: normal;
}
.carousel-inner .item .content p{
    font-size: 18px;
    font-weight: bold;
    color: #b9b9b9;
}
.owl-nav {
    position: absolute;
    top: 37%;
    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;
}
.owl-nav span:hover {
    color: rgba(255, 255, 255, 1);
    background: #1e6dbb;
}
.owl-nav button{
    outline: none;
}
button.owl-next {
    right: -16px;
    position: absolute;
}
button.owl-prev {
    left: -16px;
    position: absolute;
}
footer{
    background: #222c40;
    padding: 2em 0;
    position: relative;
}
footer p{
    margin-bottom: 0px;
    color: #FFF;
    font-size: 13px;
    line-height: 1.5;
}
footer p *{
    color: #FFF;
}
footer p.poweredby{
    padding-top: 5px;
    font-weight: 400;
}
footer .poweredby .first{
    color: #6a38a0;
    font-size: 16px;
    font-weight: bold;
}
footer .poweredby .naukri{
    color: #d3710c;
    font-size: 16px;
    font-weight: bold;
}
.bottom_arrow_btn {
    position: fixed;
    width: 40px;
    height: 40px;
    font-size: 28px;
    background: #fff;
    border: 1px solid #95bc46;
    color: #95bc46;
    line-height: 34px;
    right: 20px;
    bottom: 20px;
    text-align: center;
    opacity: 0;
}
@media (max-width:450px){
	section {
    padding: 1em;
}
.box-1 {
    width: 100%;
	margin-bottom:20px;
}
.abt p {
    margin-left: 0px !important;
}
.abt1 {
    min-height: auto;
}
.abt1 img {
    width: 100% !important;
}
footer {
    padding: 2em;
}
.nav > li {
    border-bottom: 1px solid #CCC;
}
    .main-se {
        margin-top: 64px;
    }
    .banner_area {
        background: #f0f4f7 url(../images/banner.png) no-repeat top left;
        background-size: cover;

	}
	.banner_area .content_area .heading span {
    font-size: 32px;
    margin: 20px 0 0 0;
    line-height: 40px;
}
    .navbarbg {
        background-image:none!important;
    }
    .navbar-toggle {
        margin-top: 12px;
        margin-right: 0px;
    }
    .navbar-inverse .navbar-toggle {
        border-color: #222c50;
        background: #ffffff !important;
        margin: 20px;
    }
    .navbar-inverse .navbar-toggle .icon-bar {
        background-color: #222c50;
    }
    .fixed-header {
        padding: 0;
        height: auto;
    }

    section .wrapper {
        padding: 2em 0.5em;
    }
    .wrapper .content {
        text-align: justify;
    }
    nav .collapse.in ul.nav {
        margin: 0;
    }
    nav .collapse.in {

    }
    .job_detail_area {
        padding-bottom: 3em;
    }
    .navbar-inverse .navbar-nav>li>a {
        padding: 12px 17px;
        margin-right: 0;
        border: none;
    }
    .table{
        border: none;
        width: 100%;
    }
    footer {
        text-align: center;
    }
    footer p.poweredby {
        text-align: center !important;
    }
    .bottom_section .title {
        font-size: 28px;
        margin-bottom: 0.5em;
    }
    .bottom_section {
        padding: 3em 0;
    }
    .right_img img {
        width: 100%;
    }
    .navbar-inverse .navbar-nav>li:last-child>a {
        padding-right: 17px;
    }
    .jobs_area .title {
        font-size: 28px;
        line-height: 34px;
    }
    .jobs_roles h1 {
        font-size: 30px;
    }

}
@media screen and (max-width:850px) {
    #myNavbar{
        float:left!important;
        width:100%;
        background:#fff;
        margin-bottom: 0px;
        padding: 20px 0 10px;
    }
    #myNavbar .nav.navbar-nav li a {

    }
    #myNavbar .nav.navbar-nav li a:hover {
        color: #ff8400 !important;
    }
    .navbar-inverse .navbar-nav > .open > a, .navbar-inverse .navbar-nav > .open > a:focus, .navbar-inverse .navbar-nav > .open > a:hover {
        color: #ff8400 !important;
        background-color: #080808;
    }	
    .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: 767px) {
    .carousel-inner .item .content h1 {
        font-size: 18px;
        margin-bottom: 0;
    }
    .carousel-inner .item .content p {
        font-size: 12px;
    }
    .navbar-inverse .navbar-nav .open .dropdown-menu>li>a {
        color: #ffffff;
    }

    .listing ul li:before {
        top: 3px;
    }

    .btn_area .btn-warning{
        padding: 8px 22px;
    }
    .nav {
        margin-top: 0;
        margin-left: 0;
        margin-right: 0;
    }

.navbar-header img {
    width: auto;
    padding: 20px;
}
    .banner_area .content_area .heading {
        font-size: 36px;
    }
    .banner_area .content_area .content_text p {
        font-size: 22px;
    }
    .banner_area .content_area .content_text p span{
        font-size: 18px;
    }
    .jobs_roles .title {
        font-size: 25px;
        display: block;
    }
    .about_section .img_area {
        margin-bottom: 20px;
    }
    .list_area ul li {
        font-size: 16px;
        line-height: 25px;
    }


}

@media (min-width: 1200px){

}
@media screen and (min-width: 768px){
    .carousel-indicators {
        bottom: 15px;
    }
}
.smooth-scroll{
    transition: all ease-in-out 0.3s;
}
.smooth-scroll:scroll{
    transition: all ease-in-out 0.3s;
}

