* {
  /*font-family: 'Oxygen', sans-serif;*/
  /*font-family: 'Open Sans', sans-serif;*/
  color: #7a7a7a;
  transition: all ease-in-out 0.3s;
}

body {
  font-family: "Open Sans", sans-serif;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  /*color: #0e3f8e;*/
  font-size: 25px;
  font-weight: 400;
  color: #1b1717;
  margin-top: 0;
  font-family: "Montserrat", sans-serif;
}

h2 {
  font-size: 25px;
}

h2 span {
  color: #00205f;
}

h3 {
  font-size: 30px;
  line-height: 40px;
}

h5 {
  font-size: 18px;
  line-height: 22px;
}

p {
  line-height: 28px;
  font-size: 16px;
}

.c-about__fact--1__graph {
  width: 100%;
  height: 100%;
  opacity: 0.6;
}

.c--about__fact--1__graph__path {
  fill: none;
  stroke-width: 5px;
  stroke-miterlimit: 5;
  transition-duration: 1s;
  transition-timing-function: cubic-bezier(0.23, 1, 0.32, 1);
  transition-delay: 0s;
}

.c--about__fact--1__graph__path {
  stroke-width: 5px !important;
}

.c--about__fact--1__graph__path:first-child {
  stroke: #ffffff;
  stroke-dashoffset: 254.58511352539062;
  stroke-dasharray: 254.58511352539062;
  opacity: 0.7;
}

.c--about__fact--1__graph__path:nth-child(2) {
  stroke: #ffffff;
  stroke-dashoffset: 210.97991943359375;
  stroke-dasharray: 210.97991943359375;
  opacity: 0.9;
}

.c--about__fact--1__graph__path:nth-child(3) {
  stroke: #ffffff;
  stroke-dashoffset: 31.650531768798828;
  stroke-dasharray: 31.650531768798828;
  opacity: 0.5;
}

.c--about__fact--1__graph__path:nth-child(4) {
  stroke: #ffffff;
  stroke-dashoffset: 352.6470947265625;
  stroke-dasharray: 352.6470947265625;
  opacity: 0.3;
}

.c--about__fact--1__graph__path {
  stroke-dashoffset: 0 !important;
}

.c--about__fact--1__graph__path:first-child {
  transition-delay: 0.2s;
}

.c--about__fact--1__graph__path:nth-child(2) {
  transition-delay: 0.3s;
}

.c--about__fact--1__graph__path:nth-child(3) {
  transition-delay: 0.4s;
}

.c--about__fact--1__graph__path:nth-child(4) {
  transition-delay: 0.5s;
}

.text-white {
  color: #fff;
}

.circle {
  position: relative;
}

.circle-text p {
  color: #bbb;
}

.circle-text h2 {
  font-weight: 600;
  margin-bottom: 15px;
}

.circle-text {
  position: absolute;
  padding: 10%;
  top: 50%;
  width: 100%;
  transform: translateY(-50%);
}

.bg-blue {
  background-color: #002366;
}

.title-heading {
  position: relative;
  padding-bottom: 10px;
  display: inline-block;
  margin-bottom: 25px;
}

.title-heading::before {
  width: 75%;
  height: 2px;
  background: #002366;
  bottom: 0px;
  position: absolute;
  content: "";
}

.title-heading.text-white::before {
  background: #fff;
}

.d-flex {
  display: flex;
  align-items: center;
}

.verticals figure {
  background-size: cover !important;
  background-position: center center !important;
  position: relative;
  margin-bottom: 30px;
}

.verticals figure h2 {
  font-size: 18px;
  position: absolute;
  font-style: initial;
  color: #fff;
  bottom: 10px;
  left: 30px;
  font-weight: 500;
  text-transform: capitalize;
}

.verticals figure h2::before {
  content: "";
  position: absolute;
  width: 63%;
  height: 2px;
  background: #fff;
  top: -8px;
}

.verticals figure::before {
  content: "";
  width: 100%;
  height: 100%;
  z-index: 1;
  background: rgba(0, 35, 102, 0.3);
  position: absolute;
  left: 0;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
  top: 0;
}

.verticals figure:hover::before {
  background: rgba(0, 35, 102, 0.8);
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

figure.sm-sec {
  height: 280px;
}

figure.sm-sec2 {
  height: 210px;
}

figure.sm-sec3 {
  height: 250px;
}

figure.sm-sec4 {
  height: 320px;
}

.verticals figcaption {
  padding: 1.5em 20px 2em 2em;
  color: #fff;
  text-transform: uppercase;
  margin: 0px;
  position: relative;
  height: 100%;
  z-index: 2;
}

.more {
  display: none;
}

.show-content .more {
  display: block;
}

.logos figure {
  padding: 25px 5px;
  border: 1px solid #dedede;
  text-align: center;
}

.logos figure img {
  height: 60px;
  width: auto !important;
  margin: 0 auto;
  max-width: 190px;
}

.iframe-container {
  position: relative;
  overflow: hidden;
  width: 100%;
  padding-top: 56.25%;
  /* 16:9 Aspect Ratio (divide 9 by 16 = 0.5625) */
}

/* Then style the iframe to fit in the container div with full height and width */
.responsive-iframe {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
}

.about_page p.sub-head {
  color: #00205f;
  font-size: 18px;
  font-weight: 400;
}

.head1,
.head2 {
  font-size: 25px;
  margin-bottom: 25px;
  font-weight: 500;
  text-align: center;
}

section {
  padding: 50px 0;
}

.p-0 {
  padding: 0;
}

.pt-0 {
  padding-top: 0;
}

.btn {
  background: #00205f;
  border: 0;
  border-radius: 25px;
  padding: 10px 25px;
}

.btn:hover {
  opacity: 1;
  background: #00205f;
  color: #fff;
}

.btn_link {
  color: #00205f;
  font-weight: 700;
  font-size: 16px;
  background: inherit;
  border: 0;
}

.btn_link:hover,
.btn_link:active,
.btn-primary:active:hover,
.btn-primary:focus {
  text-decoration: underline;
  color: #00205f;
  background: inherit;
  box-shadow: inherit;
}

.btn_link img {
  margin-left: 5px;
}

.home-banner .slider-wrap h1 {
  top: 150px;
  font-size: 48px !important;
  text-align: left;
  color: #fff;
}

.home-banner .slider-wrap .slider-content p {
  font-size: 19px !important;
  text-align: left;
  color: #fff;
}

.slider-wrap {
  position: relative;
}

.slider-wrap .slider-content {
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: 9;
  transform: translate(-50%, -50%);
  text-align: center;
}

.slider-content h1 {
  font-size: 48px;
  color: #fff;
  margin: 0;
  font-weight: 700;
}

.slider-content p {
  color: #7a7a7a;
  margin-top: 10px;
}

.home-banner h1 {
  font-size: 72px !important;
}

.home-banner h1 span {
  display: block;
  font-size: 19px;
  color: #fff;
  font-weight: 400;
  margin-top: 10px;
}

.banner1 {
  padding: 40px 0 20px;
}

.banner2 {
  display: none;
}

.opaque-navbar {
  background: #00205f;
  transition: background-color 0.5s ease 0s;
  margin-bottom: 0;
  border-radius: 0;
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.2);
  border: none;
}

.opaque-navbar.opaque {
  position: fixed;
  width: 100%;
  top: 0;
  z-index: 18;
  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);
  }
}

.carousel-inner>.item>a>img,
.carousel-inner>.item>img,
.img-responsive,
.thumbnail a>img,
.thumbnail>img {
  width: 100% !important;
}

.navbar-nav {
  float: right;
}

ul.nav.navbar-nav {
  margin: 30px 0 30px 3em;
  position: relative;
  z-index: 1;
}

ul.dropdown-menu {
  background-color: black;
}

.navbar-nav>li>a {
  /* line-height: 76px; */
}

.nav>li>a {
  font-size: 16px;
  padding: 8px 0px;
  font-weight: 400;
  margin: 0 18px;
  border-bottom: 2px solid transparent;
}

.navbar-inverse .navbar-nav>li>a {
  color: #fff;
  margin-right: 10px;
}

.navbar-inverse .navbar-nav>li>a:focus,
.navbar-inverse .navbar-nav>li>a:hover {
  color: #fff;
  border-bottom: 1px solid #fff;
  border-radius: 0;
  background-color: transparent;
}

.navbar-inverse .navbar-nav>li>a:hover {
  color: #fff;
  border-bottom: 1px solid #fff;
  border-radius: 0;
  background-color: transparent;
}

.navbar-inverse .navbar-nav>.active>a,
.navbar-inverse .navbar-nav>.active>a:focus,
.navbar-inverse .navbar-nav>.active>a:hover {
  color: #fff;
  border-bottom: 1px solid #fff;
  background-color: transparent;
  border-radius: 0;
}

.navbar-brand>img {
  width: auto !important;
}

a.navbar-brand {
  padding: 19px 0;
  height: auto !important;
  margin: 0 !important;
}

.owl-nav {
  position: absolute;
  top: 44%;
  left: 0px;
  transform: translate(0%, -50%);
  width: 100%;
}

.owl-nav span {
  font-size: 42px;
  line-height: 35px;
  width: 44px;
  height: 46px;
  background: rgba(0, 0, 0, 0.5);
  color: #ffffff;
  display: inline-block;
  text-decoration: none;
}

.owl-nav button {
  outline: none;
}

.owl-dots {
  display: none;
}

button.owl-next {
  right: 0px;
  position: absolute;
}

button.owl-prev {
  left: 0px;
  position: absolute;
}

.switch_btn {
  padding-top: 27px;
  margin-left: 10px;
}

.switch_btn .btn-default {
  background: #00205f;
  color: #fff;
  font-size: 13px;
  padding: 10px 25px;
  border: 1px solid #fff;
  transition: all ease-in-out 0.3s;
  text-transform: uppercase;
}

.switch_btn .btn-default:hover {
  background: #fff;
  color: #00205f;
  border-color: #00205f;
  border: 1px solid #00205f;
}

.banner {
  width: 100%;
  /*	height:auto;
	background-image:url("../images/banner2.jpg");
	background-repeat:no-repeat;
	background-position:center top;
	background-size:cover;
	height:365px;
	position: relative;
    margin-bottom: 25px;*/
}

.banner h2 {
  position: absolute;
  top: 60px;
  left: 100px;
  font-size: 40px;
  color: #fff;
  margin: 0;
  font-weight: bold;
  text-align: left;
}

.banner * {
  color: #fff;
}

.banner h3 {
  margin: 0;
  padding: 0 0 30px 0;
  color: #cebb89;
  font-size: 28px;
}

.banner ul {
  margin: 0;
  padding: 0 0 0 30px;
}

.banner ul li {
  margin: 10px 0;
  font-size: 15px;
}

.banner p {
  font-size: 15px;
}

section .heading {
  font-size: 32px;
  text-align: center;
  padding-bottom: 15px;
}

.our_story {
  text-align: left;
  font-size: 15px;
  line-height: 26px;
  padding: 3em 0;
}

.our_story .heading {
  font-size: 36px;
  text-align: center;
  color: #333333;
  padding-bottom: 20px;
  margin-bottom: 20px;
}

.our_story p {
  text-align: center;
  margin: 2em 0;
}

.our_story .btn_area {
  margin-top: 20px;
  text-align: center;
}

.our_story .btn-primary {
  background: #0e3f8e;
  border-color: #0e3f8e;
  color: #fff;
  font-size: 18px;
  font-weight: 400;
  padding: 4px 20px;
  text-transform: uppercase;
}

.our_story .btn-primary:hover {
  background: #0e3f8e;
  border-color: #0e3f8e;
  color: #fff;
}

.gallery_img img {
  width: 100%;
}

.job_section {
  padding: 3em 0;
  background: url(../images/job-bg.jpg) no-repeat center top;
  background-size: cover;
}

.job_section .heading {
  color: #000000;
  text-align: left;
  text-transform: uppercase;
}

.job_section .job_blocks {
  display: inline-block;
  width: 100%;
  margin: 3em 0;
}

.job_section_2 {
  padding: 3em 0;
  background-color: #f7f7f7;
  /* background: url("../images/bg.jpg"); */
  background-size: cover;
}

.job_section_2 .heading {
  color: #001f60;
  font-weight: bold;
}

.job_section_2 .job_blocks {
  display: inline-block;
  width: 100%;
  margin: 3em 0;
}

.job_blocks .box_wrapper {
  padding: 20px 28px;
  background: #fff;
  border: 1px solid #ccc;
  box-shadow: 4px 4px 14px 0px rgba(0, 0, 0, 0.1);
  line-height: 25px;
  width: 90%;
  margin: auto;
}

.job_blocks .box_wrapper .top_head {
  padding-bottom: 20px;
  border-bottom: 1px solid #ccc;
}

.job_blocks .box_wrapper .top_head .title {
  font-size: 16px;
  font-weight: 600;
  color: #041b30;
  height: 50px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.job_blocks .box_wrapper .top_head .exp {
  font-family: "Open Sans", sans-serif;
  font-size: 13px;
}

.job_blocks .box_wrapper .top_head .location {
  font-size: 13px;
  font-family: "Open Sans", sans-serif;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.job_blocks .box_wrapper .desc {
  padding: 20px 0;
  font-size: 15px;
}

.job_blocks .box_wrapper .desc span {
  color: #9c9c9c;
}

.job_blocks .box_wrapper .desc .keyword {
  overflow: hidden;
  height: 75px;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}

.job_blocks .box_wrapper .desc .role {
  margin-top: 20px;
  overflow: hidden;
  height: 72px;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}

.job_blocks .box_wrapper .btn_area {}

.job_blocks .box_wrapper .btn_area .btn {
  font-size: 13px;
  background: #00205f !important;
  color: #fff !important;
  border: 1px solid #00205f;
  padding: 8px 26px;
  border-radius: 4px !important;
  text-transform: uppercase;
}

.job_blocks .box_wrapper .btn_area .btn:hover {
  background: #00205f !important;
  color: #ffffff !important;
  border: 1px solid #00205f;
}

.job_blocks .box_wrapper_footer {
  background: #e8e8e8;
  font-size: 13px;
  text-align: right;
  padding: 14px 25px;
  border-bottom: 4px solid #00205f;
  width: 90%;
  margin: auto;
  margin-bottom: 20px;
}

.job_section .view_all {
  text-align: center;
}

.job_section .view_all .btn-default {
  color: #000000;
  background-color: #ffffff;
  padding: 10px 40px;
  text-align: center;
  font-size: 20px;
  margin-bottom: 0;
  border: 1px solid #c3c1c1;
  border-radius: 0px;
}

.job_section .view_all .btn-default:hover {
  background: #000000;
  border: 1px solid #c3c1c1;
  color: #ffffff !important;
}

.job_section_2 .view_all {
  text-align: center;
}

.job_section_2 .view_all .btn-default {
  color: #fff;
  background-color: #00205f;
  padding: 8px 37px;
  text-align: center;
  font-size: 20px;
  margin-bottom: 30px;
  border: 0px solid #c3c1c1;
  border-radius: 5px;
}

.job_section_2 .view_all .btn-default:hover {
  background: #00205f;
  color: #fff !important;
}

.dropcv_bar {
  text-align: center;
  color: #ffffff;
  font-size: 28px;
  /* padding: 20px 0; */
  background-color: #00205f;
  min-height: 260px;
  width: 100%;
  background-size: cover;
}

/* .dropcv_bar .container {
  background: url(../images/drop-bg.jpg) center no-repeat;
  padding: 20px 0;
  background-size: cover;
} */
.dropcv_bar h2 {
  color: #fff;
}

.dropcv_bar .content_box {
  color: #fff;
}

.dropcv_bar .content_box span {
  margin: 20px 0;
  color: #fff;
  display: block;
  font-size: 24px;
}

.dropcv_bar .btn-default {
  font-size: 15px;
  color: #000;
  padding: 12px 10px;
  text-transform: capitalize;
  border-radius: 5px !important;
  font-weight: 700;
  margin: 0 auto;
  margin-top: 0px;
  display: block;
  width: 237px;
  margin-top: 21px;
  background: #fff;
  border-color: #fff;
}

.dropcv_bar .btn-default img {
  position: relative;
  left: -10px;
  width: 18px;
}

.dropcv_bar .btn-default:hover {
  color: #fff;
  background: #00205f;
  border-color: #00205f;
}

.videos h2 {
  margin-bottom: 20px;
}

.col {
  margin-right: 1% !important;
}

.box-sh {
  box-shadow: 0 0 10px 3px #ccc;
  background: #fff;
  padding: 35px;
}

.social {
  padding: 5em 0;
}

.social .col-lg-6 {
  width: 46% !important;
  margin: 0 20px !important;
}

.clients h2 {
  margin-bottom: 30px;
}

.clients-wpr {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  justify-content: space-between;
}

.clients-wpr .img-wpr {
  flex: 0 0 23%;
  background: #fff;
  border-radius: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 135px;
}

/*----------About Page-----------*/

.commitment-box {
  text-align: center;
  margin: auto;
  border: 1px solid #ccc;
  margin: 33px;
  padding: 20px;
  background-color: #fff;
  border-radius: 100px;
}

.commitment-box h6 {
  font-size: 15px;
  font-family: "Open Sans", sans-serif;
}

small {
  font-size: 12px;
  font-family: "Open Sans", sans-serif;
  float: left;
  width: 100%;
}

.col-center {
  float: none;
  margin: 0 auto;
}

a:focus,
a:hover {
  color: #fff;
  text-decoration: underline;
}

.btn-default {
  background-color: #00205f;
  border-color: #00205f;
  border: 0;
  border-radius: 5px;
  padding: 10px 40px;
  text-align: center;
  color: #fff;
  font-size: 16px;
}

.box_wrapper.view_all {
  text-align: center;
}

.job_section_3 {
  padding: 3em 0;
  background: #ffffff;
}

.job_section_3 .heading {
  color: #001f60;
  font-weight: bold;
}

.job_section_3 .job_blocks {
  display: inline-block;
  width: 100%;
  margin: 3em 0;
}

.bg-gray {
  background: #f5f5f5;
}

.bg-white {
  background: #fff;
}

.about_box {
  background-color: #ffffff;
  border: 1px solid #e1e1e1;
  padding: 20px 40px;
  min-height: 232px !important;
  width: 49%;
  margin-right: 1%;
}

.about_box h3 {
  font-family: "Open Sans", sans-serif;
  font-size: 27px;
  color: #000000;
  text-align: center;
  font-weight: normal;
  text-align: left;
  margin-left: 10px;
}

.about_box h3 span {
  font-family: "Open Sans", sans-serif;
  font-size: 32px;
  color: #000000;
  text-align: center;
  font-weight: bold;
  text-align: left;
}

.about_box h3::before {
  content: "";
  position: absolute;
  background-color: #000000;
  width: 2px;
  height: 28px;
  top: 44px;
  left: 38px;
}

.about_box h3::after {
  content: "";
  position: absolute;
  background-color: #00205f;
  width: 2px;
  height: 28px;
  top: 72px;
  left: 38px;
}

.about_box p {
  font-family: "Open Sans" sans-serif;
  font-size: 16px;
  color: #000;
  text-align: left;
}

/*--- mission ---*/
.beginning {
  background: url("../images/beginning.jpg") no-repeat top right;
  background-size: contain;
  text-align: center;
  padding-bottom: 60px;
  background-color: #000;
}

.beginning h3,
.beginning p {
  text-align: left;
}

.beginning h3 {
  color: #fff;
  font-size: 30px;
  line-height: 40px;
  font-weight: 400;
}

.beginning p {
  color: #a4a4a4;
  font-size: 16px;
}

.founder {
  background-color: #f5f5f5;
}

.founder-wpr {
  display: flex;
  gap: 60px;
}

p.sub-heading {
  color: #01236a;
  position: relative;
}

p.sub-heading:after {
  position: absolute;
  width: 34px;
  height: 3px;
  background: #00205f;
  bottom: 0;
  left: 0;
  content: "";
}

/*--- /mission ---*/
/*-------------contact Page-----------*/
.contact_page .row {
  /* background: #00205f; */
}

.contact_page a,
.contact_page p,
.contact_page .fa {
  color: #212121;
}

.contact_page p .fa {
  margin-right: 10px;
}

.contact_page .heading {
  text-align: left;
  margin-top: 1em;
  font-size: 32px;
}

.contact_page .heading:after {
  left: 0%;
  transform: translate(0%);
}

.contact_page .address_block {
  margin-top: 1em;
  margin-bottom: 3em;
}

.contact_page .address_block .title {
  font-size: 20px;
  color: #867040;
}

.contact_page .address_block .descr {
  margin-top: 10px;
  font-size: 16px;
  line-height: 26px;
}

.contact_page .content {
  padding: 0;
  border: none;
}

.contact-head {
  display: inline-block;
  padding: 0px;
  margin: 0;
}

.contact-head h2 {
  color: #212121;
  font-size: 28px;
  text-transform: capitalize;
}

.contact-head p {
  font-size: 16px;
  font-weight: normal;
  margin-top: 20px;
}

.social-wpr a {
  /* background: #1b253f; */
  width: 35px;
  height: 50px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-right: 25px;
  font-size: 18px;
}

.social-wpr a:hover,
.contact-head a {
  text-decoration: none;
}

.social-wpr a:hover .fa {
  color: #00205f;
}

.social-wpr {
  margin-top: 25px;
}

.contact-head a:hover {
  color: #00205f;
}

.contact-list {
  width: auto;
}

.contact-list ul {
  float: left;
  margin: 0;
  padding: 0;
}

.contact-list ul li {
  list-style: none;
  font-size: 16px;
  color: black;
  line-height: 24px;
  display: flex;
  align-items: flex-start;
}

.contact-list ul li img {
  margin-right: 10px;
}

.contact_page {
  background-color: #fff;
}

/* ---contact us --- */
.connect-with-us {
  vertical-align: top;
  padding-top: 20px;
  display: inline-block;
  width: 100%;
}

.connect-with-us a i {
  margin-right: 20px;
  color: #676767 !important;
  font-size: 26px;
}

.connect-with-us a i:hover {
  color: #000000 !important;
}

.social-icon {
  vertical-align: top;
  padding-top: 20px;
  display: inline-block;
  width: 100%;
}

.social-icon a i {
  padding: 0 15px;
  color: #676767 !important;
  font-size: 60px;
  margin-top: 20px;
}

.brands img {
  width: 100%;
}

.social-icon a i:hover {
  color: #000000 !important;
}

a img,
img {
  -ms-interpolation-mode: bicubic;
  border: 0;
  vertical-align: middle;
}

a.btn-text {
  font-size: 16px;
  text-transform: uppercase;
  color: #01236a;
  position: relative;
}

a.btn-text img {
  position: relative;
  top: -2px;
}

/*footer{
    background: #001f60;
    padding: 20px;
}
footer *{
    color: #fff;
    font-size: 12px;
}
footer .footer_content{
    text-align: left;
    line-height: 18px;
}
footer .footer_content a:hover {color:#fff;}
footer .social-icon{
    text-align: right;
}*/
/*footer .powerby{
    margin-top: 20px;
}*/

footer {
  background-color: #fff;
  border-top: 1px solid #ddd;
  padding: 10px 0;
}

footer .footer-top {
  border-bottom: 1px solid #fff;
  padding: 20px 0 10px;
}

.footer-mid {
  background: #f0f0f0;
  width: 100%;
  margin: 0 auto;
  text-align: center;
  padding: 3em 0;
}

.footer-mid h2 {
  text-align: center;
  margin: 0 !important;
}

.footer-mid img {
  text-align: center;
  width: auto;
}

.footer-bottom {
  background-color: #000000;
  padding: 10px 0;
  display: inline-block;
  width: 100%;
}

.footer-bottom .fa {
  color: #fff;
  font-size: 20px;
}

footer .footer-box {
  color: #fff;
  font-size: 18px;
  font-weight: 300;
  font-family: "Open Sans", sans-serif;
}

footer .footer-box h2 {
  color: #fff;
  font-size: 16px;
  font-weight: 300;
  font-family: "Open Sans", sans-serif;
  margin: 0;
  text-align: right;
}

footer .footer-box span {
  font-weight: 500;
  font-size: 28px;
  position: relative;
  padding-right: 25px;
}

footer .footer-top ul li {
  list-style: none;
  display: inline-block;
  padding-right: 35px;
}

footer .footer-top ul li .fb {
  height: 40px;
  width: 24px;
  display: inline-block;
}

footer .footer-top ul li .insta {
  height: 40px;
  width: 40px;
  display: inline-block;
}

footer .footer-top ul li .link {
  height: 34px;
  width: 34px;
  display: inline-block;
}

footer .footer-top ul li .link img {
  max-width: 100%;
}

footer .footer-top ul li .twt {
  height: 40px;
  width: 34px;
  display: inline-block;
}

footer .footer-top ul li .you {
  height: 40px;
  width: 36px;
  display: inline-block;
}

footer ul {
  margin: 0;
  padding: 0;
}

footer p {
  color: #fff !important;
  line-height: 18px;
}

footer p span {
  color: #7a7a7a !important;
  font-size: 13px;
}

footer .wp-megamenu>li {
  font-family: "Open Sans", sans-serif;
  margin-top: 45px;
  margin-bottom: 30px;
  float: left;
  width: 25%;
  padding: 0 10px;
}

footer .wp-megamenu .wp-megamenu-sub-menu>li {
  color: #fff;
  margin: 0;
  font-size: 14px;
  list-style: none;
  font-weight: 400;
  position: relative;
  line-height: 32px;
}

footer .wp-megamenu>li>a {
  display: block;
  color: #fff !important;
  font-size: 14px;
  margin: 0 0 12px;
  font-weight: 400;
  line-height: 1.1;
  transition: 0.4s all ease;
  -webkit-transition: 0.4s all ease;
  -moz-transition: 0.4s all ease;
}

footer a {
  color: #7a7a7a !important;
  text-decoration: none;
}

.footer-social {
  margin: 0;
  text-align: right;
}

.footer-social a {
  /* margin-left: 25px; */
  margin-right: 0;
}

.footer-social a .fa {
  color: #7a7a7a;
}


footer .footer-box span:after {
  content: "";
  width: 3px;
  height: 28px;
  background: #fff;
  position: absolute;
  right: 15px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}

.job-banner {
  background: url(../images/contact.jpg) center top;
  background-size: auto;
  height: 250px;
  margin: 0;
  padding: 80px 15px 0;
  background-size: cover;
  width: 100%;
}

.job-banner .box {
  border-radius: 0;
}

.box {
  background: #fff;
  padding: 15px;
  overflow: hidden;
  text-align: left;
}

.box hr {
  border: 0;
  border-top: 1px solid #eee;
  display: block;
  height: 1px;
  margin: 0.3em 0;
  padding: 0;
}

.tupl {
  color: #545454;
  overflow: hidden;
  padding-bottom: 6px;
  padding-top: 8px;
}

.nobdr {
  border: 0 !important;
}

.ovh,
.oh {
  overflow: hidden;
}

.hding3 {
  color: #1d68ae !important;
  font-size: 1.167em !important;
  margin: 0;
}

.prt1 {
  width: 70%;
}

.fL,
.fl {
  float: left;
}

.share {
  float: right;
  margin: 0 0 0 2%;
}

.pb20 {
  padding-bottom: 20px;
}

.sgTxt {
  color: #929292;
  font-size: 0.917em;
  font-style: normal;
  padding-right: 5px !important;
}

.blueBtn,
.gryBtn {
  background: #3693c8;
  font-size: 1.167em;
  padding: 0.73em 1em;
  text-align: center;
  display: block;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  color: #fff;
  border: 0;
  margin-top: 10px;
}

.cl {
  clear: both;
  overflow: hidden;
}

.listing {
  line-height: 21px;
}

.mt5 {
  margin-top: 5px;
}

.pb0 {
  padding-bottom: 0 !important;
}

.mtb20 {
  margin: 15px 0;
}

.dispN {
  display: none;
}

hr {
  display: none;
}

.lightbox {
  display: none;
  background: #fff;
}

/*-----------searchbar------------*/

.searchBar input#s_form {
  background: #00205f;
  border: 1px solid #00205f;
  color: #fff;
}

.searchBar input#s_form:hover {
  background: #00205f;
  color: #fff;
  border: 1px solid #00205f;
}

.searchBar label {
  display: none !important;
  color: #000;
}

.searchBar .txtBx {
  width: 100%;
  padding: 15px !important;
  border: 0;
  border-radius: 0px;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  background: #ededed;
  width: 100%;
  display: block;
  height: auto;
}

input {
  line-height: normal !important;
}

.searchBar .blueBtn {
  margin-top: 0px !important;
  width: 100% !important;
  padding: 13px 1em !important;
  border-radius: 0px !important;
  color: #000;
  border: 0;
  height: auto;
  text-transform: uppercase;
}

.col {
  width: 32% !important;
  margin: 0 1% 0 2% !important;
}

.c2 {
  width: 32% !important;
  margin-left: 1% !important;
}

.c3 {
  width: 10% !important;
  margin-left: 1% !important;
}

.c4 {
  width: 16% !important;
  margin-left: 1% !important;
}

/*----------- /searchbar------------*/

/*--- about page ---*/
.about_page h3 {
  color: #212121;
  font-size: 40px;
  font-weight: 400;
  line-height: 48px;
}

.about_page ul {
  padding-left: 17px;
}

.about_page li {
  font-size: 16px;
  padding-bottom: 8px;
}

.about_page a {
  margin-top: 20px;
  display: inline-block;
}

.about-wpr {
  max-width: 600px;
  margin: 0 auto;
}

.brand {
  background: url("../images/bg.png") #f5f5f5 no-repeat center;
  /* background-size: 50%; */
}

.choose-wpr {
  display: flex;
  /* flex-wrap: wrap; */
  gap: 15px;
}

.choose-wpr .item {
  background: #fff;
  padding: 20px 15px 15px;
  border-radius: 10px;
  width: 222px;
  transition: all 0.25s linear;
}

.choose-wpr .img-wpr {
  min-height: 115px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 16px;
}

.choose-wpr p {
  font-size: 15px;
  line-height: 20px;
}

.choose-wpr .item:hover {
  background: #00205f;
}

.choose-wpr .item:hover h5,
.choose-wpr .item:hover p {
  color: #fff;
}

.choose-wpr .item:hover img {
  filter: brightness(1) invert(1);
}

.num-wpr {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.num-wpr h2 span {
  font-size: 14px;
  display: block;
}

.num-wpr .num {
  flex: 0 0 47%;
  border-top: 2px solid #bdbdbd;
  padding-top: 15px;
  padding-bottom: 10px;
}

.numbers .btn {
  margin-top: 15px;
}

/*--- /about page ---*/

/*--- new ---*/
#slider .owl-stage-outer:before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: '';
  background: rgb(0 0 0 / 40%);
  z-index: 1;
}

#slider {
  position: relative;
  z-index: 0;
}

#slider::before {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 999;
  transform: translate(-50%, -50%);
  content: 'Strength Through Diversity';
  font-size: 50px;
  font-weight: 300;
  color: #ffffffda;
}

.item {
  background: #00205f;
  border-radius: 10px;
  padding: 40px 40px 35px;
  width: 30%;
  text-align: center;
}


.hire-wpr {
  display: flex;
  justify-content: space-around
}

.hire-wpr p {
  font-size: 22px;
  color: #fff;
  margin-top: 30px;
  margin-bottom: 0;
}

.hire-wpr a {
  text-decoration: none;
}

.bg_gray {
  background: #f7f7f7;
}


@media (min-width: 1400px) {
  .container {
    width: 1320px !important;
  }
}

@media (max-width: 1024px) {
  #slider::before {
    width: 100%;
    left: 0;
    font-size: 36px;
    text-align: center;
    transform: translate(0, -50%);
  }

  .hire-wpr p {
    font-size: 18px;
  }

  .item {
    padding: 30px;
  }
}

@media only screen and (max-width: 767px) and (min-width: 300px) {
  .navbar-brand {
    width: 70% !important;
  }

  .btn-default {
    font-size: 14px;
  }

  .about_page img {
    margin-top: 30px;
  }

  .navbar-inverse .navbar-toggle:focus span {
    color: #00205f !important;
  }

  #slider::before {
    font-size: 20px;
  }

  .hire-wpr p {
    margin-top: 15px;
  }

  .item img {
    max-width: 60px;
  }

  .hire-wpr {
    flex-wrap: wrap;
    gap: 20px;
  }

  .item {
    width: 100%;
  }

  .circle {
    width: 75%;
    margin: 0 auto;
  }

  .menu-footer-menu-container,
  .menu-footer-menu-arabic-container {
    width: 50%;
    display: inline-block;
    vertical-align: top;
  }

  .menu-footer-secondary-container,
  .menu-footer-secondary-arabic-container {
    width: 50%;
    vertical-align: top;
    display: inline-block;
  }

  .about_box {
    width: 100%;
    margin: 0;
  }
}