* {
  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: linear-gradient(#22799c 20%, transparent) !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: none;
  z-index: 16 !important;
  padding: 22px 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: 16px;
  padding: 9px 34px;
  color: #ffffff;
  font-family: "Poppins", sans-serif;
  border-bottom: 0px solid #f16136;
  border-radius: 30px;
}
.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: #2d293c;
}
.navbar-inverse .navbar-nav > li > a.active {
  background: none !important;
  color: #ffffff;
}
.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;
}
.icon_area a {
  color: #fff;
  display: inline-flex;
  width: 28px;
  height: 28px;
  border: 1px solid;
  font-size: 16px;
  border-radius: 50%;
  text-align: center;
  margin-left: 4px;
  /* line-height: 24px !important; */
  align-items: center;
  justify-content: center;
}
.icon_area i.fa {
  padding: 0;
}
.banner_area {
  padding: 10em 0 4em;
  background: #f0f4f7 url("../images/banner.png") no-repeat right;
  position: relative;
  background-size: cover;
  font-family: "Poppins", sans-serif;
  z-index: 1;
}
.banner_area:before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0.4;
  top: 0;
  left: 0;
  z-index: 0;
}
.banner_area .content_area {
  margin-top: 0em;
  text-align: center;
  margin-bottom: 0em;
}
.banner_area .content_area .heading {
  font-size: 51px;
  position: relative;
  line-height: 36px;
  font-weight: 600;
  color: #ffffff;
  text-transform: uppercase;
  margin-bottom: 32px;
}
.banner_area .content_area .heading span {
  font-size: 26px;
  color: #ffffff;
  display: block;
  font-weight: 400;
  margin-top: 22px;
  text-transform: initial;
}

.banner_area .content_area .content_text p {
  font-size: 22px;
  color: #fff;
  margin-bottom: 0;
  line-height: 38px;
}

.banner_area .content_area .content_text p span {
  font-size: 22px;
  display: inline-block;
  background: #fcfcfc;
  padding: 4px 20px;
  color: #000;
}
.banner_area .content_area .content_text p a {
  color: #fd545e;
}
.btn_area {
  margin-top: 20px;
  margin-bottom: 30px;
}
.btn_area .btn-default {
  background: #fd545e;
  border-color: #fd545e;
  color: #ffffff;
  text-transform: uppercase;
  border-radius: 5px;
  font-weight: 500;
  line-height: 13px;
  padding: 15px 24px;
  font-size: 20px;
}
.btn_area .btn-default:hover {
  background: #ffffff;
  border-color: #ffffff;
  color: #fd545e;
}
.list_area ul {
  padding-left: 18px;
}
.list_area ul li {
  list-style-type: none;
  position: relative;
  font-size: 18px;
  margin-bottom: 22px;
  color: #000000;
  padding-left: 24px;
  line-height: 28px;
}
.list_area ul li:last-child {
  margin-bottom: 0px;
}
.list_area ul li:before {
  position: absolute;
  content: "";
  left: -17px;
  top: 4px;
  width: 24px;
  height: 17px;
  background: url("../images/arrow-bullet.png") no-repeat;
}
section {
  padding: 5em 0;
}
.main-se {
  overflow: hidden;
  width: 100%;
}
.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: #ef3f30;
}

.jobs_roles .wrapper {
  background: #1a3460;
  padding: 3em;
}
.jobs_roles .wrapper p {
  color: #ffffff;
  font-size: 16px;
}
.jobs_roles h1 {
  font-size: 40px;
  font-weight: 300;
  position: relative;
  color: #ffffff;
  margin-bottom: 30px;
  margin-top: 0;
}
.jobs_roles ul li {
  color: #ffffff;
}
.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: 22px;
  color: #1a3460;
  font-weight: 500;
  margin-bottom: 20px;
  background: #fff;
  line-height: 18px;
  padding: 10px 20px;
  display: inline-block;
}
.blank_space {
  display: block;
  width: 100%;
  height: 30px;
}
.about_section p {
  font-size: 22px;
  color: #000;
  line-height: 40px;
}
.about_section .title {
  font-size: 36px;
  line-height: 36px;
  font-weight: 500;
  margin-bottom: 1.5em;
  position: relative;
}
.about_section h1 {
  margin-bottom: 1.3em;
  color: #000;
}
.about_section ul li {
  color: #000;
}
.about_section .list_area ul li:before {
  background: url(../images/arrow-bullet-black.png) no-repeat;
}
.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%;
}
.about_section .readmore {
  margin-top: 4em;
}
.about_section .readmore a {
  font-size: 22px;
  color: #0d3f6c;
  text-transform: uppercase;
}
.about_section .readmore a i.fa {
  background: #0d3f6c;
  color: #fff;
  padding: 0;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  font-size: 30px;
  margin-right: 7px;
}
.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;
}
.overseas {
  margin-top: 5em;
}
.overseas .heading {
  font-size: 40px;
  color: #ff555f;
  font-weight: 300;
  line-height: 52px;
  text-align: center;
}
.overseas .box_wrapper {
  text-align: center;
  box-shadow: 0px 0px 24px rgba(0, 0, 0, 0.15);
  border-radius: 20px;
  padding: 5em 0;
  min-height: 236px;
  width: 314px;
  margin: auto;
  margin-top: 3em;
}
.overseas .box_wrapper .number {
  font-size: 64px;
  font-weight: 600;
  color: #ff555f;
  line-height: 64px;
}
.overseas .box_wrapper .num_content {
  font-size: 34px;
  color: #000000;
  line-height: 34px;
}

.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: #dbdbdb;
  padding: 2em 0;
  position: relative;
}
footer p {
  margin-bottom: 0px;
  color: #000000;
  font-size: 13px;
  line-height: 1.5;
  text-align:center;
}
footer p * {
  color: #000000;
}
footer p.poweredby {
  text-align: right;
  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 #ff555f;
  color: #ff555f;
  line-height: 34px;
  right: 20px;
  bottom: 20px;
  text-align: center;
  opacity: 0;
}
@media (max-width: 450px) {
  .main-se {
    margin-top: 0px;
  }
  .banner_area {
    background: #f0f4f7 url(../images/banner.png) no-repeat top center;
    background-size: cover;
  }
  .navbarbg {
    background-image: none !important;
  }
  .navbar-toggle {
    margin-top: 12px;
    margin-right: 0px;
  }
  .navbar-inverse .navbar-toggle {
    border-color: #222c50;
    background: #ffffff !important;
    margin-top: 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;
    text-align: center;
  }
  .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;
  }
  .icon_area {
    text-align: center;
  }
  .about_section .readmore {
    margin-bottom: 2em;
  }
}
@media screen and (max-width: 850px) {
  #myNavbar {
    float: left !important;
    width: 100%;
    background: #0f83b3;
    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: 60%;
    padding-top: 0px;
  }
  .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;
}
