@import url("https://fonts.googleapis.com/css2?family=Titillium+Web:ital,wght@0,400;0,700;1,200&display=swap");
* {
  font-family: "Montserrat", sans-serif;
  transition: all ease-in-out 0.2s;
}
a {
  color: #1831d8;
  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: 0;
}
.navbar-header {
  padding-top: 16px;
}
.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-color: #fff !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);
  }
}
.navbar-inverse .navbar-nav > li > a {
  font-size: 16px;
  margin: 0px 0px;
  margin-top: 0px;
  padding-bottom: 5px;
  padding-right: 0px;
  border-bottom: 0px solid #1e91c3;
  margin: 20px 0 20px 0;
  margin-right: 0px;
  margin-right: 30px;
  color: #000;
}
.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: transparent !important;
  color: #4b83f2 !important;
  border-bottom: 1px solid #4b83f2;
}
.navbar-inverse .navbar-nav > li > a.active,
.navbar-inverse .navbar-nav > li > a.active > i.fa {
  background: transparent;
  color: #4b83f2 !important;
  font-weight: 600;
  border-bottom: 1px solid #4b83f2;
}
.nav > li > a {
  position: relative;
  display: block;
  padding: 10px 0px !important;
}
.navbarbg {
  border-bottom: none !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;
}
.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;
}

.fixed-header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  background: #fff;
  z-index: 16 !important;
  padding: 0px;
}

.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;
}
.owl-theme .owl-nav.disabled + .owl-dots {
  margin: 0 !important;
}
button.owl-next {
  right: -8%;
  position: absolute;
}
button.owl-prev {
  left: -8%;
  position: absolute;
}
.banner_area {
  padding: 0;
  background: url("../images/banner1.jpg") no-repeat;
  background-size: cover;
}
.banner_area .content_area {
  padding: 7em 0 5em 0;
}
.banner_area .content_area .heading {
  font-size: 40px;
  position: relative;
  font-weight: normal;
  line-height: 60px;
  color: #ee3625;
  position: relative;
  font-family: "Titillium Web", sans-serif;
}
.banner_area .content_area .heading h2 {
  font-size: 60px;
  font-weight: 400;
  line-height: 60px;
  color: #fff;
  text-align: left;
  font-weight: bold;
  text-transform: uppercase;
  font-family: "Titillium Web", sans-serif;
}
.banner_area .content_area .heading h3 {
  font-size: 36px;
  font-weight: 400;
  line-height: 60px;
  color: #fdc45e;
  font-weight: bold;
  text-transform: uppercase;
  font-family: "Titillium Web", sans-serif;
  margin-top: -13px;
  margin-bottom: 0;
}
.banner_area .content_area .heading h4 {
  font-size: 26px;
  font-weight: 900;
  color: #fff;
  font-family: "Titillium Web", sans-serif;
}
.banner_area .content_area .heading p {
  font-size: 22px;
  font-weight: 400;
  color: #fff;
  line-height: 30px;
  font-family: "Titillium Web", sans-serif;
  margin-bottom: 30px;
}
.banner_area .content_area .heading img {
  margin-right: 10px;
}
/*.banner_area .content_area .heading:after{
    position: absolute;
    content: '';
    width: 204px;
    height: 12px;
    background: #db291d;
    left: 0;
    bottom: -32px;
}*/
.banner_area .content_area .heading span {
  color: #fff;
  font-size: 23px;
  font-weight: 900;
  text-transform: capitalize;
  background: #4b83f2;
  padding: 0px 10px;
  text-align: left;
  position: relative;
  display: inline-block;
  margin-bottom: 19px;
  margin-left: 15px;
}
.banner_area .content_area .heading span:before {
  content: "";
  width: 0;
  height: 0;
  border-top: 31px solid transparent;
  border-right: 16px solid #4b83f2;
  border-bottom: 31px solid transparent;
  position: absolute;
  left: -16px;

  top: -1px;
}
.banner_area .content_area .heading span:after {
  content: "";
  width: 0;
  height: 0;
  border-top: 31px solid transparent;
  border-left: 16px solid #4b83f2;
  border-bottom: 31px solid transparent;
  position: absolute;
  right: -16px;

  top: -1px;
}

.about_area {
}
.about_area .heading {
  font-size: 48px;
  position: relative;
  font-weight: 600;
  color: #ee3524;
  line-height: 60px;
  text-transform: uppercase;
  margin-bottom: 0.2em;
}

.about_area .img_box img {
  width: 100%;
}
.about_area .content {
  font-size: 16px;
  color: #000;
}
.about_area .content p {
  line-height: 29px;
  margin-bottom: 28px;
  margin-top: 22px;
}
.about_area .content p:last-child {
  margin-bottom: 0px;
}

.who-csg {
  padding: 0 0 3em 0;
}
.video {
  background: url("../images/video_bg.jpg") no-repeat;
  background-size: cover;
}
.video .heading {
  color: #ffffff;
  text-align: center;
  font-size: 48px;
  text-transform: uppercase;
  font-weight: 600;
  line-height: 50px;
  margin-bottom: 1em;
}
.video iframe {
  background: #fff;
  padding: 5px;
}
.customers {
}
.customers .heading {
  font-size: 42px;
  font-weight: 500;
  color: #d72b1b;
  text-align: center;
  line-height: 50px;
  margin-bottom: 1em;
  text-transform: uppercase;
}
.item .img_block {
  width: 178px;
  height: 140px;
  box-shadow: 0px 8px 10px rgba(0, 0, 0, 0.1);
  position: relative;
  padding: 10px;
  margin-bottom: 3em;
}
.item .img_block img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  object-fit: contain;
  padding: 25px;
}
.operation_heading {
  margin-top: 3em;
}
.operation_heading .title {
  font-size: 30px;
  font-weight: 600;
  color: #000000;
  margin-bottom: 30px;
  text-align: left;
}
.operation_heading img {
  width: 100%;
}
.jobs_area {
  background: url(../images/bg-left.png) left top no-repeat;
  background-color: #fff;
  padding: 9em 0;
  position: relative;
}
.jobs_area::after {
  background: url(../images/bg-right.png) right bottom no-repeat;
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: 1;
  width: 100px;
  height: 120px;
  float: left;
}
.diverse-box {
  width: 90%;
  margin: 0 auto;
  border: 2px solid #000;
  padding: 80px 50px 50px 50px;
}
.diverse-box p {
  font-size: 18px;
  text-align: center;
  color: black;
  line-height: 28px;
}

.jobs_area .heading {
  font-size: 48px;
  color: #000;
  text-align: center;
  position: absolute;
  font-weight: 500;
  margin-bottom: 1em;
  line-height: 50px;
  left: 0;
  right: 0;
  top: -50px;
  background-color: #fff;
  width: 70%;
  margin: 0 auto;
}
.heading2 {
  color: #e10115;
  font-size: 24px;
  text-align: center;
  font-weight: 700;
  line-height: 32px;
  margin-bottom: 30px;
}
.box-1 {
  background-color: #67baa8;
  font-family: "Open Sans" !important;
  color: white;
  padding: 30px;
  font-size: 16px;
  width: 100%;

  min-height: 220px;
}
.box-2 {
  background-color: #f10fa7;
  font-family: "Open Sans" !important;
  color: white;
  padding: 30px;
  font-size: 16px;
  width: 100%;
  min-height: 220px;
}
.box-3 {
  background-color: #00629b;
  font-family: "Open Sans" !important;
  color: white;
  padding: 30px;
  font-size: 16px;
  width: 100%;

  min-height: 220px;
}
.jobs_area .heading span {
  color: #db291d;
}
.panel-group .panel {
  margin-bottom: 0;
  border-radius: 0px;
  border-bottom: 0px;
}
.panel-default {
  border: none;
}
.panel-title {
  background-color: #151515;
}
.panel-body {
  padding: 0;
  font-size: 16px;
  line-height: 30px;
  background: #151515;
}
.panel-body * {
  color: #fff;
}
.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;
  background: #151515;
  color: #ffffff;
  font-size: 28px;
  text-decoration: none;
  position: relative;
}
.panel-title > a:after {
  position: absolute;
  content: "-";
  right: 20px;
  width: 25px;
  height: 5px;
  background: none;
  border-bottom: 0px;
  border-right: 0px;
  font-size: 50px;
  top: 5px;
  font-weight: 100;
}
.single_panel {
  font-size: 28px !important;
  text-decoration: none;
  position: relative;
  text-transform: uppercase;
}
.single_panel:after {
  display: none;
}
.panel-heading {
  padding: 0;
}
.panel-title > a.collapsed {
  background: #151515;
  color: #fff;
}
.panel-title > a.collapsed:after {
  position: absolute;
  content: "+";
  right: 20px;
  width: 25px;
  height: 5px;
  background: none;
  border-bottom: 0px;
  border-right: 0px;
  font-size: 30px;
  top: 15px;
  font-weight: 100;
}
.panel-body ul {
  margin-bottom: 0px;
}
section {
  padding: 7em 0 0 0;
}

.jobs_area .job_content .content_heading {
  font-size: 21px;
  background: #ef4815;
  color: #ffffff;
  font-weight: 500;
  padding: 0.5em 0.7em;
  display: inline-block;
  margin-bottom: 20px;
}
.panel-body {
}
.panel-body .applybtn {
  margin-bottom: 20px;
}
.panel-body p {
  line-height: 22px;
}
.jobs_area .title {
  font-size: 28px;
  font-weight: 500;
  position: relative;
  margin-bottom: 18px;
  margin-top: 10px;
}
.jobs_area .subtitle {
  font-size: 18px;
  border-bottom: 1px solid #db291d;
  display: inline-block;
  margin-bottom: 15px;
}
.jobs_area .table_area {
  margin-top: 3em;
}
.jobs_area .table_area tr {
  border: 1px solid #dddddd;
  display: inline-block;
  width: 100%;
  margin-bottom: 10px;
}
.jobs_area .table_area tr td {
  font-size: 14px;
  color: #3e3737;
  font-family: "Poppins", sans-serif;
  background: #f9f9f9;
}
.jobs_area .table_area tr td span {
  display: block;
  font-size: 20px;
  color: #000;
  font-family: "Poppins", sans-serif;
  margin-bottom: 8px;
}
.jobs_area .table_area .btn-warning {
  font-size: 16px;
  background: none;
  border-color: #000000;
  padding: 8px 19px;
  text-transform: uppercase;
  border-radius: 0;
  color: #000000;
}
.jobs_area .table_area .btn-warning:hover {
  background: #f16136;
  border-color: #f16136;
  color: #fff;
}

.list_area {
}
.list_area ul {
  padding-left: 18px;
}
.list_area ul li {
  margin-bottom: 8px;
  position: relative;
}

.bottom_arrow_btn {
  position: fixed;
  width: 40px;
  height: 40px;
  font-size: 28px;
  background: #fff;
  border: 1px solid #db291d;
  color: #db291d;
  line-height: 34px;
  right: 20px;
  bottom: 20px;
  text-align: center;
  opacity: 0;
}

.btn_area {
  margin-top: 20px;
}
.btn_area .btn-default {
  background: #fff;
  border-color: #fff;
  color: #f16136;
  text-transform: uppercase;
  border-radius: 0;
  font-weight: 500;
  line-height: 13px;
  padding: 10px 20px;
}
.btn_area .btn-default:hover {
  background: #f16136;
  border-color: #f16136;
  color: #fff;
}
.list_area {
}
.list_area ul {
  padding-left: 18px;
}
.list_area ul li {
  font-size: 16px;
  margin-bottom: 6px;
  background: url(../images/arrow2.png) left top no-repeat;
  background-position-y: top;
  list-style: none;
  padding-left: 30px;
  margin-left: -10px;
  background-position-y: 4px;
}
.btn-primary {
  background-color: #fdc45e;
  border-color: #fdc45e;
  color: #243e73;
  font-size: 18px;
  padding: 8px 34px;
  font-weight: 600;
  border-radius: 0;
  text-transform: uppercase;
}
.btn-primary2 {
  background-color: #4b83f2;
  border-color: #4b83f2;
  font-size: 18px;
  padding: 8px 34px;
  font-weight: 600;
  border-radius: 5px;
}
.divider_space {
  padding: 14px;
}
.list_area ul li a {
  color: #f16136;
  text-decoration: none;
}
.contact {
  background: url("../images/bg.jpg") no-repeat top center;
  background-size: cover;
}
.contact .heading {
  font-size: 52px;
  color: #000000;
  text-align: left;
  position: relative;
  font-weight: 500;
  margin-bottom: 2em;
}
.contact .heading:after {
  position: absolute;
  content: "";
  width: 150px;
  height: 10px;
  background: #db291d;
  left: 0;
  bottom: -48px;
}
.contact iframe {
  border: 7px solid #db291d;
}
.contact .content_area .title {
  font-size: 24px;
}
.contact .content_area p {
  font-size: 20px;
  line-height: 28px;
}
.contact .content_area .contact_details {
  margin-top: 20px;
}
.contact .content_area a {
  color: #db291d;
}
.img_block img {
  width: 100%;
}

.job-description {
  padding: 5em 0;
  background: url("../images/bg_job.jpg") no-repeat left bottom;
  background-size: contain;
}
.jobs-detail {
  background: #fff;
  border: 1px solid #efefef;
  padding: 40px 25px;
  border-radius: 6px;
}
.jobs-detail .title {
  text-align: left;
  color: #464646;
  border-left: 6px solid #4b83f2;
  line-height: 40px;
  padding-left: 20px;
  font-size: 40px;
  font-weight: bold;
  margin-bottom: 30px;
}
.jobs-detail h4 {
  margin-bottom: 20px;
  font-size: 24px;
  font-weight: 600;
}
.jobs-detail p {
  font-size: 17px;
  line-height: normal;
  margin-bottom: 20px;
}

.jobs-detail ul {
  list-style: none;
  padding: 0;
  margin: 0 0 20px 0;
}
.jobs-detail ul li {
  background: url(../images/arrow.png) no-repeat left top;
  padding-left: 30px;
  margin-bottom: 10px;
}
.jobs-detail .applybtn .btn-primary {
  color: #fff;
  background-color: #4b83f2;
  border-color: #4b83f2;
}

.about_area {
  padding: 5em 0;
}

.about_area .title {
  text-align: left;
  color: #464646;
  border-left: 6px solid #e91111;
  line-height: 40px;
  padding-left: 20px;
  font-size: 40px;
  font-weight: bold;
  margin-bottom: 30px;
}

footer {
  background: #222c40;
  padding: 20px 0;
}
footer p {
  margin-bottom: 0px;
  color: #fff;
  font-size: 13px;
  line-height: 1.5;
  text-align: center;
}
footer p * {
  color: #4e4e4e;
}
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;
}
#collapse1 {
  background-color: #151515;
}
#collapse2 {
  background-color: #151515;
}
.panel-group .panel-heading + .panel-collapse > .list-group,
.panel-group .panel-heading + .panel-collapse > .panel-body {
  border-top: 1px solid #606060;
  width: 95%;
  margin: 0 auto;
  background-color: #151515;
}
/*--- job list ---*/
.job-list {
  border: 1px solid #2c96c5;
  padding: 20px;
  min-height: 196px;
  margin-bottom: 15px;
}
.job-list h3 {
  margin-top: 0;
  font-size: 16px;
}
.job-list a {
  font-size: 14px;
  font-weight: 500;
  background-color: #e91111;
  border-radius: 6px 6px 6px 6px;
  padding: 8px 15px 8px 15px;
  color: #fff;
  margin-top: 15px;
  display: inline-block;
}
.job-list a:hover {
  background: #ab0606;
  text-decoration: none;
}
.job-list i {
  width: 14px;
  text-align: center;
  margin-right: 5px;
}
.banner_area .content_area .heading span.hlght {
  padding: 0;
  margin: 0;
  color: #fbd796;
}
.banner_area .content_area .heading span.hlght:before,
.banner_area .content_area .heading span.hlght:after {
  display: none;
}
/*--- job list ---*/
@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: #4b83f2;
    background: #ffffff !important;
    margin-top: 3px;
    margin-bottom: 24px;
  }
  .navbar-inverse .navbar-toggle .icon-bar {
    background-color: #4b83f2;
  }
  .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%;
  }
  .two_list ul {
    float: left;
    margin-right: 0%;
    width: 100%;
  }
  .award_wrapper {
    margin-bottom: 20px;
  }
  .small_heading .logos ul {
    display: inline-block;
    padding-left: 0;
    width: 100%;
  }
  .small_heading .logos ul li {
    display: inline-block;
    width: 100%;
    margin-right: 0;
    text-align: center;
    padding-top: 10px;
    margin-bottom: 20px;
  }
  .walkin_area {
    padding: 4em 0;
  }
}
@media screen and (max-width: 850px) {
  #myNavbar {
    float: left !important;
    width: 100%;
    background: #4b83f2;
    margin-bottom: 20px;
    padding: 0 20px;
  }
  #myNavbar .nav.navbar-nav li a {
    color: #fff;
  }
  .navbar-inverse .navbar-nav > li > a.active,
  .navbar-inverse .navbar-nav > li > a.active > i.fa {
    color: #243d73 !important;

    border-bottom: 1px solid #243d73;
  }
  #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) {
  .banner_area .content_area .heading span {
    font-size: 16px;
  }
  .banner_area .content_area .heading h3 {
    font-size: 30px;
    line-height: 33px;
  }
  .banner_area .content_area .heading h2 {
    font-size: 50px;
    line-height: 60px;
    color: #fff;
    text-align: left;
    margin-bottom: 19px;
  }
  .banner_area .content_area .heading p {
    font-size: 20px;
  }
  .banner_area {
    background-position: -75px 46px;
  }
  .job-description {
    padding: 3em 0;
  }
  .heading2 {
    font-size: 19px;
    line-height: 26px;
  }
  .jobs_area .heading {
    width: 65%;
  }
  .diverse-box {
    padding: 70px 30px 30px 30px;
  }
  .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: 1em;
  }
  .box_wrapper {
    padding: 2em 0;
  }
  .about_area .right_img img {
    left: 0;
  }
  .about_area .job_detail_area {
    padding-left: 0;
  }
  .banner_area {
    padding: 3em 0 0;
  }
  .banner_area .content_area {
    margin: 0em 0;
    border-left: 0px solid #ef4815;
    padding-left: 0;
    padding: 3em 0;
  }
  .banner_area .content_area .title {
    font-size: 52px;
    line-height: 55px;
  }
  .banner_area .content_area .heading {
    font-size: 40px;
    line-height: 62px;
  }

  .about_area .heading {
    font-size: 38px;
    line-height: 36px;
    margin-top: 25px;
  }
  .about_area .heading span {
    font-size: 30px;
  }
  .about_area .content {
    font-size: 16px;
  }
  .about_area img {
    width: 100%;
  }
  .item .img_block {
    width: 100%;
    height: 175px;
    margin-bottom: 3em;
  }
  .item .img_block img {
    padding: 3em;
  }
  .jobs_area .heading {
    font-size: 26px;
    line-height: 30px;
  }
  .jobs_area .title {
    font-size: 20px;
    line-height: 22px;
  }
  .contact .heading {
    font-size: 42px;
  }
  .contact .heading:after {
    width: 120px;
    bottom: -34px;
  }

  .list_wrapper {
    width: 100%;
    margin-top: 2em;
  }

  .listing ul li:before {
    top: 3px;
  }
  .job_detail_area .btn_area {
    text-align: center;
  }
  .btn_area .btn-warning {
    padding: 8px 22px;
  }
  .nav {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }
  .banner_area .content_area .heading span:before,
  .banner_area .content_area .heading span::after {
    display: none;
  }
  .banner_area .content_area .heading span {
    margin: 15px 0;
    line-height: 28px;
    padding: 10px;
  }
}

@media (min-width: 1200px) {
  .container {
    width: 1230px;
  }
}
@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;
}
