* {
  font-family: "Roboto", sans-serif;
  transition: all ease-in-out 0.2s;
}
a {
  color: #1831d8;
  text-decoration: none;
}
a:active,
a:focus {
  outline: 0;
  border: none;
  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 {
  padding: 20px 0;
}
.f-nav {
  position: fixed !important;
  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);
  }
}
.nav.navbar-nav li a.social_icon {
  padding: 0 !important;
  display: inline-grid !important;
  width: 32px;
  margin-right: 8px !important;
  height: 32px;
  background: #fff;
  color: #000 !important;
  place-content: center;
  border-radius: 50%;
  font-size: 18px !important;
}
.nav.navbar-nav li a.social_icon i.fa {
  padding-top: 0px;
}
.nav.navbar-nav li a.social_icon:hover {
  background: #2875f0 !important;
  color: #fff !important;
}
.nav.navbar-nav li a.social_icon:hover i.fa {
  color: #fff !important;
}
.navbar-inverse .navbar-nav > li > a {
  font-size: 14px;
  font-weight: 400;
  text-transform: uppercase !important;
  padding: 0 20px;
  color: #000;
  line-height: 30px;
}
.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-color: #fc092d;
  text-decoration: none;
  display: inline-block;
  border-radius: 50px;
}
.navbar-inverse .navbar-nav > li > a.active,
.navbar-inverse .navbar-nav > li > a.active > i.fa {
  color: #ff8401 !important;
}
.navbarbg {
  border-bottom: none !important;
  background: #2aabe1 url(../images/logo-bg.jpg) no-repeat -25% 0% !important;
  padding: 15px 0;
}
.navbar-header img {
  padding: 10px 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;
}
.main-se {
  overflow: hidden;
  width: 100%;
  padding-top: 70px;
}
.top-box {
  background: #ebebeb;
  color: #000;
  padding: 8px 0;
}
.top-box a {
  color: #db4e02;
}
.logo-bg {
  background: #fff;
  padding: 25px 0;
}

.fixed-header {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  background: #fff;
  z-index: 16 !important;
  padding: 0px 0px;
}

h2.heading2 {
  font-size: 38px;
  font-weight: 900;
  position: relative;
  margin-bottom: 50px;
  color: #fff;
}
.text_area img {
  width: 100%;
}
.title {
  font-size: 20px;
  font-weight: 900;
}
.jobs_area {
  background-color: #006488;
  padding: 5em 0;
}
.jobs_area .heading {
  font-weight: 600;
  color: #fff;
  line-height: 40px;
  margin-bottom: 1.4em;
  font-size: 34px;
}
.panel-group .panel {
  border-radius: 0px !important;
}
.panel-default {
  border: none;
}
.panel-body {
  padding: 22px 28px;
  font-size: 16px;
  line-height: 30px;
  background: #ffffff;
}
.panel-group .panel:last-child {
  border-bottom: 0px solid #333333;
}
.panel-group .panel + .panel {
  margin-top: 20px;
}
.panel-title > a {
  width: 100%;
  display: inline-block;
  padding: 17px 28px;
  color: #000;
  font-size: 24px;
  text-decoration: none;
  position: relative;
}
.panel-title > a::after {
  position: absolute;
  content: "-";
  right: 0px;
  width: 35px;
  height: 55px;
  top: 5px;
  font-size: 40px;
  color: #fff;
}
.panel-heading {
  padding: 0;
}
.panel-title > a.collapsed {
  background: #fdb813;
  color: #fff;
}
.panel-title > a.collapsed:after {
  position: absolute;
  content: "+";
  right: 0px;
  width: 35px;
  height: 55px;
  top: 5px;
  font-size: 40px;
}
.panel-body ul {
  margin-bottom: 0px;
}
.btn-primary {
  background-color: #00a0e1;
  border: none;
  padding: 10px 20px;
  border-radius: 0;
}

.box_wrapper {
  background: #f3f6f5;
  position: relative;
  width: 100%;
  display: inline-block;
  padding: 4em 0;
}
.box_wrapper .inner_box {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 214px;
  transform: translate(-50%, -50%);
}
.box_wrapper .inner_box .img_area {
  float: left;
  width: 76px;
}
.box_wrapper .inner_box .content_area {
  float: left;
  width: 136px;
  line-height: 24px;
  padding-top: 2px;
  color: #828282;
  font-size: 16px;
}
.box_wrapper .inner_box .content_area span {
  font-size: 27px;
  color: #ff661a;
  display: block;
  margin-bottom: 4px;
}

.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: 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;
}
.csr-box {
}
.csr-box img {
  width: 100%;
}
.about_area {
  padding: 7em 0;
}
.about_area img {
  width: auto;
}
.banner_area {
  padding: 4em 0;
  background: url("../images/banner.png") no-repeat;
  background-size: auto;
  background-size: cover;
  min-height: 360px;
}
.job_detail_area {
  padding-top: 3em;
}
.job_detail_area .heading {
  font-size: 37px;
  position: relative;
  color: #ffffff;
  margin-bottom: 35px;
}
.job_detail_area .heading span {
  display: block;
  font-size: 67px;
  font-weight: 600;
  line-height: 70px;
  color: #ffffff;
  text-transform: uppercase;
}
.job_detail_area .job_title {
  font-size: 35px;
  color: #fbad1e;
  margin-bottom: 18px;
  line-height: 20px;
  text-transform: capitalize;
  font-weight: 600;
}
.job_detail_area .text_area {
  font-size: 20px;
  color: #ffffff;
  line-height: 30px;
}
.job_detail_area .text_area span {
  font-size: 20px;
  color: #fbad1e;
  line-height: 30px;
}
.job_detail_area .btn-default {
  background: #fbad1e;
  color: #000;
  font-size: 18px;
  font-weight: 500;
  text-transform: uppercase;
  padding: 10px 20px;
  border: 0px !important;
  border-radius: 0 !important;
}
.job_detail_area .btn-default:hover {
  background: #fff;
  color: #000;
}
.about_area {
}
.standard .heading {
  font-size: 34px;
  border-left: 6px solid #fc092d;
  line-height: 34px;
  padding-left: 10px;
  margin-bottom: 0.8em;
  font-weight: 900;
  color: #000;
}
.standard .heading2 {
  font-size: 20px;
  line-height: 34px;
  margin-bottom: 1em;
  font-weight: 900;
  color: #000;
}
.standard .heading3 {
  font-size: 20px;
  line-height: 34px;
  font-weight: 900;
  color: #fc092d;
}
.standard .heading4 {
  font-size: 18px;
  line-height: 34px;
  font-weight: 400;
  color: #000;
}
.about_area .content {
  font-size: 16px;
  line-height: 32px;
  color: #676767;
}
.why_section {
  background: #eeeeee;
  padding: 7vw 0 7vw;
}
.why_section .content {
}
.why_section .content p {
  font-size: 16px;
  font-family: "Roboto", sans-serif;
  line-height: 28px;
}
.persons_img_area {
  margin-top: -15em;
}
.persons_img_area .img_box {
  display: inline-grid;
  margin-left: 5em;
  width: 147px;
  height: 147px;
  box-shadow: 4px 10px 10px rgba(0, 0, 0, 0.5);
  border-radius: 50%;
  overflow: hidden;
}

.opportunity {
  background-color: #011659;
  padding: 5.5vw 0;
  text-align: center;
}
.opportunity .heading {
  color: #fff;
  line-height: 48px;
  font-size: 34px;
  position: relative;
  padding-bottom: 18px;
  margin-bottom: 20px;
}

.opportunity .text_area {
  color: #fff;
  font-size: 16px;
}
.opportunity .text_area p {
  margin-bottom: 0;
}
.jd {
  padding: 5.5vw 0;
}
.listing ul {
  padding-left: 18px;
}
.listing ul li {
  font-size: 16px;
  position: relative;
  line-height: 30px;
  color: #414042;
  background: url(../images/bullets.png) left top no-repeat;
  background-position-y: top;
  background-position-y: 10px;
  list-style: none;
  padding-left: 20px;
}
.newsroom {
  padding: 5.5vw 0;
  background: #eeeeee;
}
.newsroom .icon_listing {
  margin-top: 3em;
}
.newsroom .icon_listing ul li {
  list-style-type: none;
  font-size: 16px;
  color: #676767;
  margin-bottom: 28px;
  position: relative;
  line-height: 25px;
}
.newsroom .icon_listing ul li:last-child {
  margin-bottom: 0;
}
.newsroom .icon_listing ul li:before {
  position: absolute;
  content: "";
  width: 27px;
  height: 34px;
  background: url("../images/bullets.png") no-repeat;
  left: -44px;
  top: 5px;
}
.newsroom .box_area {
  display: inline-grid;
  margin-bottom: 20px;
  margin-right: 20px;
}
.newsroom .box_area:nth-child(2n + 2) {
  margin-right: 0px;
}
.bottom_arrow_btn {
  position: fixed;
  width: 40px;
  height: 40px;
  font-size: 28px;
  background: #fff;
  border: 1px solid #000000;
  color: #000000;
  line-height: 34px;
  right: 20px;
  bottom: 20px;
  text-align: center;
  opacity: 0;
}
.about {
  padding-top: 4em;
}

.what_personal {
  padding: 4em 0;
}
.list_wrapper {
  background: #fafbfb;
  padding: 3em 2em;
  border: 1px solid;
  position: relative;
  margin: auto;
  margin-top: 3em;
  width: 515px;
}
.list_wrapper:before,
.list_wrapper:after {
  position: absolute;
  content: "";
  background: #000;
  height: 1px;
  width: 1px;
  left: 0px;
  top: 0px;
}
.list_wrapper:before {
  width: 7px;
  left: -10px;
  top: -1px;
}
.list_wrapper:after {
  height: 7px;
  left: -1px;
  top: -10px;
}

.list_wrapper .title {
  font-size: 26px;
  color: #3a3a3a;
  position: relative;
  margin-bottom: 1.5em;
}
.list_wrapper .title:after {
  position: absolute;
  content: "";
  width: 141px;
  height: 1px;
  background: #3a3a3a;
  left: 0px;
  bottom: -15px;
}

.personal_info .job_detail_area {
  position: relative;
  left: -50px;
}
.personal_info .box_wrapper {
  padding: 3em 0;
}
.personal_info .listing {
  padding-left: 48px;
  margin-top: 30px;
}
.personal_info .text_area p {
  margin-bottom: 20px;
  font-family: "Roboto", sans-serif;
  color: #3a3a3a;
}
.personal_info .text_area .title {
  font-size: 26px;
  color: #3a3a3a;
  position: relative;
  margin-bottom: 1.5em;
  margin-top: 2em;
}
.personal_info .text_area .title:after {
  position: absolute;
  content: "";
  width: 141px;
  height: 1px;
  background: #3a3a3a;
  left: 0px;
  bottom: -15px;
}
.contact_box {
  margin-top: 3em;
}
.contact_box .box-wrapper {
  background: #fcc4af;
  text-align: center;
  padding: 5em 0;
  position: relative;
  display: inline-block;
  width: 100%;
}
.contact_box .box-wrapper .title {
  font-size: 28px;
  color: #3a3a3a;
  font-weight: 500;
}
.contact_box .box-wrapper p {
  color: #000;
  font-size: 18px;
  line-height: 30px;
  margin-top: 2em;
  font-family: "Roboto", sans-serif;
}
.contact_box .box-wrapper .btn-box {
  margin-top: 2em;
  display: inline-flex;
}
.contact_box .box-wrapper .btn-box .icon {
}
.contact_box .box-wrapper .btn-box .mail {
  border: 1px solid;
  place-content: center;
  display: grid;
  padding: 0 30px;
  font-size: 18px;
  margin-left: 16px;
}
.contact_box .box-wrapper .btn-box .mail a {
  font-family: "Roboto", sans-serif;
  color: #000;
  text-decoration: underline;
}
.btn_area {
  margin-top: 26px;
}
.btn_area .btn-warning {
  color: #ffffff;
  background: #b82830;
  border-color: #b82830;
  border-radius: 0;
  padding: 8px 42px;
  text-transform: uppercase;
  font-weight: 500;
  font-size: 16px;
}
.btn_area .btn-warning:hover {
  background-color: #000000;
  border-color: #000000;
  color: #fff;
}

.table {
  margin-bottom: 0;
}
.table tr th,
.table tr td {
  border: none !important;
  padding: 5px 13px !important;
}
footer {
  background: #ffd18b;
  padding: 20px 0;
}
footer p {
  margin-bottom: 0px;
  color: #4e4e4e;
  font-size: 13px;
  line-height: 1.5;
}
footer p * {
  color: #4e4e4e;
}
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;
}
.video-box {
  width: 500px;
  height: 400px;
}
@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;
  }
  .navbar-toggle {
    margin-top: 12px;
    margin-right: 0px;
  }
  .navbar-inverse .navbar-toggle {
    border-color: #a4353b;
    background: #a4353b !important;
    margin-top: 20px;
  }
  .fixed-header {
    padding: 0;
    height: auto;
  }
  .video-box {
    width: 100%;
    height: 200px;
  }

  .fixed-header img {
    width: 80%;
  }
  section .wrapper {
    padding: 2em 0.5em;
  }
  .wrapper .content {
    text-align: justify;
  }
  nav .collapse.in ul.nav {
    margin: 0;
  }
  nav .collapse.in {
    background: #b82830 !important;
  }
  .job_detail_area {
    padding-bottom: 3em;
  }
  .navbar-inverse .navbar-nav > li > a {
    padding: 7px 6px;
    margin-bottom: 10px;
    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%;
  }
}
@media screen and (max-width: 850px) {
  #myNavbar {
    float: left !important;
    width: 100%;
    background: #fff;
  }
  #myNavbar .nav.navbar-nav li a {
    color: #fff;
  }
  #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) {
  .about_area img {
    width: 100%;
  }

  .banner_area {
    padding: 1em 0 1.5em;
  }
  .job_detail_area .heading {
    margin-bottom: 12px;
    font-size: 9vw;
  }
  .job_detail_area .heading span {
    font-size: 14vw;
    line-height: 62px;
  }
  .job_detail_area .job_title {
    font-size: 5.5vw;
    line-height: 29px;
    margin-bottom: 8px;
  }
  .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;
  }
  .job_detail_area .text_area {
    padding-left: 0;
    font-size: 4.4vw;
    line-height: 20px;
  }
  .box_wrapper {
    padding: 2em 0;
  }
  .about_area .right_img img {
    left: 0;
  }
  .about_area .job_detail_area {
    padding-left: 0;
  }
  .list_wrapper {
    width: 100%;
    margin-top: 2em;
  }
  .personal_info .job_detail_area {
    left: 0;
  }
  .personal_info .listing {
    padding-left: 0;
  }
  .listing ul li:before {
    top: 3px;
  }
  .job_detail_area .btn_area {
    text-align: left;
  }
  .job_detail_area .btn-default {
    font-size: 17px;
    padding: 9px 30px;
    border-radius: 5px;
  }
  .btn_area .btn-warning {
    padding: 8px 22px;
  }
}

@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;
}

.gallery_area {
  padding: 5.5vw 0;
}
.gallery_area .left_large_box {
  width: 100%;
  height: 580px;
  overflow: hidden;
}
.gallery_area .small_box {
  width: 100%;
  height: 275px;
  margin-bottom: 30px;
  overflow: hidden;
}
.gallery_area .small_box:last-child {
  margin-bottom: 0px;
}
.gallery_area .h_full_box {
  width: 100%;
  height: 378px;
  margin-top: 30px;
  overflow: hidden;
}
.gallery_area .r_large_box {
  width: 100%;
  height: 420px;
  margin-bottom: 30px;
  overflow: hidden;
}
.gallery_area .r2_large_box {
  width: 100%;
  height: 538px;
  overflow: hidden;
}
.screenshot .gallery {
  width: 100%;
  height: 100%;
  position: relative;
}
.screenshot .gallery .hover_icon {
  position: absolute;
  top: 0;
  z-index: 1;
  opacity: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.7);
  width: 100%;
  height: 100%;
}
.screenshot .gallery .hover_icon img {
  width: auto;
  height: auto;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.screenshot .gallery:hover .hover_icon {
  opacity: 1;
}
.screenshot img {
  width: 100%;
}
.gallery .text_content {
  position: absolute;
  width: 100%;
  height: 100px;
  text-align: right;
  bottom: 0;
  background: linear-gradient(transparent, #000);
  color: #fff;
  text-transform: uppercase;
  font-size: 22px;
  padding: 2em 1em;
}
.blank_space {
  height: 30px;
}
@media (min-width: 1100px) {
  .pd-left-0 {
    padding-left: 0;
  }
  .pd-right-0 {
    padding-right: 0;
  }
}
@media (max-width: 767px) {
  .persons_img_area {
    margin-top: -7em;
    margin-bottom: 3em;
  }
  .persons_img_area .img_box {
    margin-left: 0;
    margin-right: 15px;
    width: 92px;
    height: 92px;
  }
  .persons_img_area .img_box img {
    max-width: 100%;
    height: 100%;
  }
  .standard .heading {
    font-size: 24px;
    line-height: 26px;
  }
  .about_area {
    padding: 2em 0;
  }
  .about_area .content {
    font-size: 14px;
    line-height: 26px;
    margin-bottom: 20px;
  }
  .why_section {
    margin-top: 2em;
  }
  .opportunity .heading {
    font-size: 22px;
    padding-bottom: 10px;
  }
  .opportunity .text_area {
    font-size: 14px;
  }
  .opportunity .text_area img {
    width: 100%;
  }
  .listing ul li {
    font-size: 14px;
    margin-bottom: 14px;
    line-height: 22px;
  }
  .newsroom .icon_listing ul li {
    font-size: 14px;
    margin-bottom: 15px;
    line-height: 22px;
  }
  .newsroom .box_area {
    place-content: center;
    width: 100%;
  }
  .gallery_area .left_large_box {
    height: 520px;
    margin-bottom: 30px;
  }
  .gallery_area .small_box {
    height: 256px;
  }
  .gallery_area .h_full_box {
    height: 162px;
    margin-bottom: 30px;
  }
  .gallery_area .col-lg-4.col-md-4.col-sm-4.col-xs-12.pd-left-0 {
    padding-left: 30px;
    padding-right: 30px;
  }
  .gallery_area .r_large_box {
    height: 368px;
  }
  .gallery_area .r2_large_box {
    height: 480px;
  }
  .gallery_area .col-md-4.col-lg-4.col-sm-4.col-xs-12 .small_box {
    margin-bottom: 30px;
  }
  .gallery_area .col-md-8.col-lg-8.col-sm-8.col-xs-12.pd-right-0 .small_box {
    height: 126px;
  }
}
