/*
Generat Settings
*/

/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
   ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */

html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

html,
body {
  overflow-x: hidden;
  width: 100%;
}

/* Sections
     ========================================================================== */

/**
   * Remove the margin in all browsers.
   */

body {
  margin: 0;
}

/**
   * Render the `main` element consistently in IE.
   */

main {
  display: block;
}



/* Grouping content
     ========================================================================== */

/**
   * 1. Add the correct box sizing in Firefox.
   * 2. Show the overflow in Edge and IE.
   */

hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}

/**
   * 1. Correct the inheritance and scaling of font size in all browsers.
   * 2. Correct the odd `em` font sizing in all browsers.
   */

pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/* Text-level semantics
     ========================================================================== */

/**
   * Remove the gray background on active links in IE 10.
   */

a {
  background-color: transparent;
}

/**
   * 1. Remove the bottom border in Chrome 57-
   * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
   */

abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  text-decoration: underline dotted;
  /* 2 */
}

/**
   * Add the correct font weight in Chrome, Edge, and Safari.
   */

b,
strong {
  font-weight: bolder;
}

/**
   * 1. Correct the inheritance and scaling of font size in all browsers.
   * 2. Correct the odd `em` font sizing in all browsers.
   */

code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/**
   * Add the correct font size in all browsers.
   */

small {
  font-size: 80%;
}

/**
   * Prevent `sub` and `sup` elements from affecting the line height in
   * all browsers.
   */

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
     ========================================================================== */

/**
   * Remove the border on images inside links in IE 10.
   */

img {
  border-style: none;
}

/* Forms
     ========================================================================== */

/**
   * 1. Change the font styles in all browsers.
   * 2. Remove the margin in Firefox and Safari.
   */

button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */
}

/**
   * Show the overflow in IE.
   * 1. Show the overflow in Edge.
   */

button,
input {
  /* 1 */
  overflow: visible;
}

/**
   * Remove the inheritance of text transform in Edge, Firefox, and IE.
   * 1. Remove the inheritance of text transform in Firefox.
   */

button,
select {
  /* 1 */
  text-transform: none;
}

/**
   * Correct the inability to style clickable types in iOS and Safari.
   */

button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

/**
   * Remove the inner border and padding in Firefox.
   */

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
   * Restore the focus styles unset by the previous rule.
   */

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
   * Correct the padding in Firefox.
   */

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
   * 1. Correct the text wrapping in Edge and IE.
   * 2. Correct the color inheritance from `fieldset` elements in IE.
   * 3. Remove the padding so developers are not caught out when they zero out
   *    `fieldset` elements in all browsers.
   */

legend {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}

/**
   * Add the correct vertical alignment in Chrome, Firefox, and Opera.
   */

progress {
  vertical-align: baseline;
}

/**
   * Remove the default vertical scrollbar in IE 10+.
   */

textarea {
  overflow: auto;
}

/**
   * 1. Add the correct box sizing in IE 10.
   * 2. Remove the padding in IE 10.
   */

[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
   * Correct the cursor style of increment and decrement buttons in Chrome.
   */

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
   * 1. Correct the odd appearance in Chrome and Safari.
   * 2. Correct the outline style in Safari.
   */

[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}

/**
   * Remove the inner padding in Chrome and Safari on macOS.
   */

[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
   * 1. Correct the inability to style clickable types in iOS and Safari.
   * 2. Change font properties to `inherit` in Safari.
   */

::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

/* Interactive
     ========================================================================== */

/*
   * Add the correct display in Edge, IE 10+, and Firefox.
   */

details {
  display: block;
}

/*
   * Add the correct display in all browsers.
   */

summary {
  display: list-item;
}

/* Misc
     ========================================================================== */

/**
   * Add the correct display in IE 10+.
   */

template {
  display: none;
}

/**
   * Add the correct display in IE 10.
   */

[hidden] {
  display: none;
}


/* =WordPress Core
-------------------------------------------------------------- */
.alignnone {
  margin: 5px 20px 20px 0;
}

.aligncenter,
div.aligncenter {
  display: block;
  margin: 5px auto 5px auto;
}

.alignright {
  float: right;
  margin: 5px 0 20px 20px;
}

.alignleft {
  float: left;
  margin: 5px 20px 20px 0;
}

a img.alignright {
  float: right;
  margin: 5px 0 20px 20px;
}

a img.alignnone {
  margin: 5px 20px 20px 0;
}

a img.alignleft {
  float: left;
  margin: 5px 20px 20px 0;
}

a img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.wp-caption {
  background: #fff;
  border: 1px solid #f0f0f0;
  max-width: 96%;
  /* Image does not overflow the content area */
  padding: 5px 3px 10px;
  text-align: center;
}

.wp-caption.alignnone {
  margin: 5px 20px 20px 0;
}

.gallery-caption {
  position: relative;
}

.bypostauthor {
  position: relative;
}


.wp-caption.alignleft {
  margin: 5px 20px 20px 0;
}

.wp-caption.alignright {
  margin: 5px 0 20px 20px;
}

.wp-caption img {
  border: 0 none;
  height: auto;
  margin: 0;
  max-width: 98.5%;
  padding: 0;
  width: auto;
}

.wp-caption p.wp-caption-text {
  font-size: 11px;
  line-height: 17px;
  margin: 0;
  padding: 0 4px 5px;
}

/* Text meant only for screen readers. */
.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important;
  /* Many screen reader and browser combinations announce broken words as they would appear visually. */
}

.screen-reader-text:focus {
  background-color: #eee;
  clip: auto !important;
  clip-path: none;
  color: #444;
  display: block;
  font-size: 1em;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
  /* Above WP toolbar. */
}

table {
  width: 100%;
}

.widgets_grid_box .widget_categories ul:before,
.widgets_grid_box .widget_meta ul:before,
.widgets_grid_box .widget_archive ul:before {
  clear: both;
  content: '';
  overflow: auto;
}

.widgets_grid_box ul ul.children {
  padding: 0px 0px 0px 5px !important;
  border-radius: 0px;
  border: 0px !important;

}

.widgets_grid_box .widget_categories ul li,
.widgets_grid_box .widget_archive ul li {
  text-align: right;
}

.widgets_grid_box .widget_categories ul li a,
.widgets_grid_box .widget_archive ul li a {
  float: left;
}

.post-password-form label {
  width: 100%;
}

input[type="password"] {
  width: 100%;
}

.wp-block-button {
  margin-bottom: 15px;
}

.has-background-dim,
.has-background-dim p {
  color: #fff;
}

.col-lg-12.padding_zero {
  padding: 0px;
}

.sec_comments .col-lg-12 {
  padding: 0px;
}


/************ clients page css add by farman ************/

.mt-30 {
  margin-top: 80px;
}


.feature-career {
  background: #ffba00;
  border-radius: 0;
  border: solid 1px #fff;
  box-shadow: 0px 0px 5px #e9e9e9;
  height: 140px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 20px;
  margin-bottom: 10px;
}


.feature-career h3 {
  font-size: 24px;
  color: #fff;
}


#bg-blue {
  background: #19003c !important;
}


/************ partnership page css add by farman ************/

.partner_img img {
  max-width: 100%;
}

.bg-light {
  border-bottom-left-radius: 30px;
  border-top-right-radius: 30px;
  padding: 20px;
  margin: 10px 0 25px 0;
}

.partner_img {
  width: 270px !important;
  height: auto;
  text-align: center;
  border: 2px solid #e5c100;
  border-radius: 10px;
}




/*********** contact us page css add by farman *************/

.pd_top_90 {
  padding-top: 90px !important;
}



.contact_form_box_all {
  position: relative;
}

.contact_form_box_all.type_one .contact_form_box_inner {
  position: relative;
  padding: 30px 20px 35px !important;
  border-radius: 15px;
  background: #e5c100 !important;
  box-shadow: var(--box-shadow-two);
  z-index: 1;
}

.contact_form_box_all.type_one .contact_form_box_inner .contact_form_shortcode {
  position: relative;
}

form {
  position: relative;
}

.contact_form_box_all.type_one .contact_form_box_inner .contact_form_shortcode label {
  font-size: 12px;
  font-weight: 600;
  font-family: var(--creote-family-one);
  line-height: 12px;
  color: var(--heading-dark);
  width: 100%;
  text-transform: capitalize !important;
}

.contact_form_box_all label {
  position: relative;
}

label {
  display: inline-block;
}

.contact_form_shortcode textarea {
  height: 90px !important;
  padding: 10px 20px;
}


.contact_form_box_all input,
.contact_form_box_all input[type=text] {
  margin: 6px 0px 15px !important;
}

input,
input[type=text],
input[type=email],
input[type=number],
textarea,
select {
  position: relative;
  height: 35px;
  line-height: 26px;
  border-radius: 5px;
  border: 1px solid var(--border-color-dark);
  width: 100%;
  padding: 4px 15px 0px 15px;
  display: block;
  transition: 0.5s ease-in-out !important;
  margin-bottom: 20px;
  color: var(--text-color-dark);
}

button,
input {
  overflow: visible;
}

button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}

button,
input,
optgroup,
select,
textarea {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}


.title_all_box {
  position: relative;
}

.title_all_box.style_one .title_sections,
.title_all_box.style_two .title_sections {
  position: relative;
}

.title_all_box.style_one .title_sections .before_title,
.title_all_box.style_two .title_sections .before_title {
  font-size: 22px;
  line-height: 40px;
  font-weight: 700;
  color: var(--primary-color-one);
  padding: 0px 0px 10px 0px;
  text-decoration: underline;
  font-family: var(--creote-family-one);
}

.contact_box_content {
  position: relative;
}

.contact_box_content.style_one .contact_box_inner {
  position: relative;
  padding: 20px 30px;
  display: block;
  border-radius: 0px !important;
  border: none !important;
  transition: all 0.5s ease;
  cursor: pointer;
  background: none !important;
}

.contact_box_content.style_one .contact_box_inner.icon_yes .icon_bx {
  position: absolute;
  left: 0px !important;
  bottom: 0;
  top: 0;
  width: 40px;
  height: 40px;
  border-radius: 50px;
  background: none !important;
  margin: auto;
  text-align: center;
  line-height: 40px;
}

.contact_box_content.style_one .contact_box_inner.icon_yes .icon_bx span {
  color: #19003c !important;
  font-size: 25px !important;
}

[class^="icon-"],
[class*=" icon-"] {
  font-family: 'icomoon' !important;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.contact_box_content.style_one .contact_box_inner.icon_yes .contnet {
  margin-left: 25px !important;
}

.contact_box_content.style_one .contact_box_inner .contnet {
  position: relative;
}

.contact_box_content.style_one .contact_box_inner .contnet h3 {
  font-size: 18px;
  font-weight: 700;
  color: var(--heading-dark);
  margin-bottom: 5px;
  line-height: 26px;
}

.contact_box_content.style_one .contact_box_inner .contnet p {
  margin-bottom: 0px;
}

p {
  font-size: 14px !important;
  line-height: 26px;
  font-family: var(--creote-family-two);
  font-weight: 400;
  margin-bottom: 15px;
  transition: 0.5s ease-in-out;

}

p {
  margin-top: 0;
  margin-bottom: 1rem;
}

.pd_bottom_15 {
  padding-bottom: 15px;
}

.social_media_v_one {
      display: flex;
    align-items: center;
    background: #19003c;
    padding: 10px 30px;
    border-radius: 8px;
    margin-top: 30px;
    justify-content: center;
}

.social_media_v_one ul {
  padding: 0;
  margin: 0px 0 0 20px!important;

}

.social_media_v_one ul li {
  position: relative;
  display: inline-block;
  margin-right: 10px;
  margin-bottom: 0px !important;
}

.social_media_v_one.style_two ul li a {
  background-color: var(--primary-color-three);
  color: var(--primary-color-one);
}

.social_media_v_one ul li a {
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  display: block;
  border-radius: 50px;
  background: var(--primary-color-two);
  color: #fff;
  transition: all 0.5s ease;

}

.social_media_v_one ul li a span {
  opacity: 0.8;
  transition: all 0.5s ease;

}

.fa {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;

}

.fa-twitter:before {
  content: "\f099";
}


.social_media_v_one ul li a small {
  position: absolute;
  padding: 5px 15px;
  border-radius: 5px;
  background: #fff;
  color: var(--primary-color-one);
  font-size: 13px;
  line-height: 13px;
  font-weight: 600;
  min-width: 100px;
  text-align: center;
  margin: auto;
  left: -10px;
  right: 0;
  top: -35px;
  transition: all 0.5s ease;
  opacity: 0;
}


.contact_form_box_all.type_one .contact_form_box_inner .contact_form_shortcode input {
  width: 100%;
}

.contact_form_box_all.type_one .contact_form_box_inner .contact_form_shortcode button {
  width: 42% !important;
}

.contact_form_box_all input[type=submit],
.contact_form_box_all button[type=submit] {
  margin-bottom: 10px !important;
}

[type=button]:not(:disabled),
[type=reset]:not(:disabled),
[type=submit]:not(:disabled),
button:not(:disabled) {
  cursor: pointer;
}

body input[type=submit],
body button[type=submit] {
  position: relative;
  display: inline-block;
  min-width: 160px;
  min-height: 40px !important;
  font-size: 12px;
  line-height: 35px !important;
  padding: 0px 20px;
  border-radius: 10px 0px 10px 0px;
  border: 1px solid var(--border-color-one);
  background: #19003c !important;
  font-family: var(--creote-family-one);
  color: #fff;
  font-weight: 600;
}

input,
.contact_form_box_all input[type=text] {
  margin: 0px !important;
}

input,
input[type=text] {
  height: 37px !important;
}

.main_icon_bx {
  margin-left: 50px !important;
  background-color: none !important;

}

.icon-placeholder:before {
  content: "\e944";
  font-size: 45px;
}

.ms-5 {
  font-size: 25px !important;
  margin: 5px 0px 0 60px !important;
}

.contact_box_content.style_one .contact_box_inner:hover {
  box-shadow: none !important;
  border-color: none !important;
}


.contact_box_content.style_one .contact_box_inner {
  border-bottom: 2px solid #19003c !important;
  position: relative;
}

.contact_box_content.style_one .contact_box_inner::after {
  content: '';
  width: 12px;
  height: 12px;
  border-radius: 50px;
  background-color: #19003c;
  position: absolute;
  bottom: -7px;
  right: 0;

}

.contact_box_content.style_one .border_none {
  border: none !important;
}

.contact_box_content.style_one .border_none::after {
  content: none !important;
}


/********** career page css add by farman *******/
.bg7 {
  background-color: #EBEBEB;
  background-image: url(assets/images/bg/blog-bg.jpg);
  background-repeat: no-repeat;
  background-size: cover;
}

.pb-100 {
  padding-bottom: 100px;
}

.pt-95 {
  padding-top: 95px;
}

.y-middle {
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

.about-img img {
  max-width: 100%;
  height: auto;
}

.pr-70 {
  padding-right: 70px;
}

.mb-30 {
  margin-bottom: 30px;
}

.sub-text {
  font-weight: 600;
  margin: 0 0 10px;
  display: inline-block;
  color: #19003c;
  line-height: 28px;
  font-size: 15px;
}

.sec-title2 .title {
  font-size: 36px;
}

.mb-23 {
  margin-bottom: 23px;
}

.sec-title2 .title span {
  color: #e5c100;
}

.resume-writing-section {
  padding: 80px 0px;
}

table {
  caption-side: bottom;
  border-collapse: collapse;
}

.table-responsive {
  overflow-x: auto;
}

.table>thead {
  vertical-align: bottom;
}

tbody,
td,
tfoot,
th,
thead,
tr {
  border-color: inherit;
  border-style: solid;
  border-width: 0;
}

.table {

  width: 100%;
  margin-bottom: 1rem;
  color: #212529;
  vertical-align: top;
  border-color: #dee2e6;
}


.btn-area3 .view-details-btn {
  background: #19003c;
  margin-right: 14px;
}

.btn-area3 .readon2 {
  border-radius: 0;
  padding: 7px 12px;
}

.readon2 {

  color: #ffffff !important;
  position: relative;
  display: inline-flex;
  align-items: center;
  text-align: center;
  cursor: pointer;
  font-size: 14px;
  transition: all 0.3s ease !important;
}

.table>:not(:last-child)>:last-child>* {
  border-bottom-color: currentColor;
}

.applition-form-table tr th {
  background-color: #e5c100;
  color: #fff;
  font-weight: 600;
  border: 1px solid #ddd;
}

.table>tbody {
  vertical-align: inherit;
}

.applition-form-table tbody th:first-child {
  background-color: #fff;
  color: #000;
}

.applition-form-table tr td {
  border: 1px solid #ddd;
}


.fa-arrow-right:before {
  content: "\f061";
  margin-left: 8px;
}


.readon2 {
  background: #e5c100;
}


/*************** location page css add by farman ********/


.pt-80 {
  padding-top: 70px;
}

.bg_location_name {
  /* background-color: #e5c100; */
  font-size: 28px;
  color: #19003c;
  padding-left: 20px;
  /* margin-top: 60px; */

}

.add {
  padding: 5px 0 0px 20px;
  color: #fff;
}

.location_map_img {
  margin-top: 60px;
  position: relative;
}

.location_content .animate-style-1 {
  position: absolute;
  top: 56%;
  right: 34%;
}

.location_content .animate-style-2 {
  position: absolute;
  top: 54%;
  right: 27%;
}

.location_content .animate-style-3 {
  position: absolute;
  top: 63%;
  right: 26%;
}

.scale {
  -webkit-animation: 1s blink ease infinite;
  -moz-animation: 1s blink ease infinite;
  -ms-animation: 1s blink ease infinite;
  -o-animation: 1s blink ease infinite;
  animation: 1s blink ease infinite;
}

@keyframes "blink" {

  from,
  to {
    opacity: 0;
  }

  50% {
    opacity: 1;
  }
}

@-moz-keyframes blink {

  from,
  to {
    opacity: 0;
  }

  50% {
    opacity: 1;
  }
}

@-webkit-keyframes "blink" {

  from,
  to {
    opacity: 0;
  }

  50% {
    opacity: 1;
  }
}

@-ms-keyframes "blink" {

  from,
  to {
    opacity: 0;
  }

  50% {
    opacity: 1;
  }
}

@-o-keyframes "blink" {

  from,
  to {
    opacity: 0;
  }

  50% {
    opacity: 1;
  }
}



/* about us page our appraoch section css add by farman*/

.sub-text {
  font-weight: 600;
  margin: 0 0 10px;
  display: inline-block;
  color: #19003c;
  background-color: #e5c100;
  line-height: 28px;
  font-size: 16px;
}


.sec-title2 .title {
  font-size: 25px;
}



/* solutions page section css add by farman*/
.bg_color {
  background-color: #e5c100;

}

.bg_light_2 {
  background-color: #fff !important;
}

.text-transform {
  text-transform: capitalize !important;
}

.service_content_two {
  min-height: 295px !important;
}

.title_sections_2 p {
  padding: 0 !important;
}

.ecommerce-order-para{
  max-width: 1090px;
  margin: 0 0px 15px 25px;
}

.service_content2{
min-height: 386px;
}

.korbar-chain-para{
  max-width: 1110px;
  padding: 0 10px;
  margin: 0 auto;
}

.icon_box_all.style_two {
  padding-top: 20px;
  min-height: 75px;

}

.icon_box_all {
  position: relative;
}

.icon_box_all.style_two .icon_content {
  position: relative;
  display: flex;
}

.icon_box_all.style_two .icon_content .icon {
  position: relative;
  min-width: 50px;
  font-size: 45px;
  margin-top: -10px;
}

.icon_box_all.style_two .icon_content .txt_content {
  position: relative;
  margin-left: 8px;
}

.icon_box_all.style_two .icon_content .txt_content h3 a {
  display: block;
  color: var(--heading-dark);
  line-height: 26px;
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 0px !important;
}




.authour_quotes {
  width: 350px;
  bottom: 30px;
  left: 0;
  padding: 25px 25px 18px;
  border-radius: 10px;
  background-color: #e5c100 !important;
  z-index: 2;
  margin-top: 45px;
}

.authour_quotes i {
  font-size: 50px;
  color: #fff;
  opacity: 0.1;
  bottom: 10px;
  right: 10px;
}

.authour_quotes h6 {
  font-size: 17px;
  font-weight: 700;
  text-align: right;
  color: #fff;
  display: block;
  line-height: 26px;
  margin-bottom: 8px;
}

.margin-auto {
  text-align: center;
  font-size: 16px !important;
  font-weight: 500 !important;
}


.list-style {
  list-style: square;
  padding-top: 62px;
}


.img_box {
  width: 100%;

}

.img_box img {
  max-width: 100% !important;
  outline-offset: 10px;
  outline: 1px solid #000000;
}


.content_inner_2 {
  min-height: 75PX !important;
}


/************** detail page css add by farman **************/

.job-des-sec {
  margin: 60px auto;
}

.sec-title3 {
  position: relative;
}

.mb-65 {
  margin-bottom: 65px;
}
.mt-45 {
  margin-top: 45px;
}
.text-center {
  text-align: center!important;
}

.sec-title3 .title {
  font-size: 36px;
  font-weight: 700;
  line-height: 46px;
  color: #0a0a0a;
  margin: 0;
}
.pb-25 {
  padding-bottom: 25px;
}

.sec-title3 .heading-border-line {
  position: relative;
}

/* .sec-title3 .heading-border-line:before {
  content: "";
  width: 12px;
  height: 4px;
  background: #e5c100;
  position: absolute;
  bottom: -4px;
  left: 50%;
  margin-left: -35px;
  transform: translateX(-50%);
  border-radius: 2px;
  transition: all .3s ease;
  z-index: 1;
}


.sec-title3 .heading-border-line:after {
  content: "";
  width: 65px;
  height: 4px;
  background: #19003c;
  position: absolute;
  bottom: -4px;
  right: 0;
  left: 50%;
  margin-left: -20px;
  border-radius: 2px;
  transition: all .3s ease;
  z-index: 0;
} */



table {
  caption-side: bottom;
  border-collapse: collapse;
}

tbody, td, tfoot, th, thead, tr {
  border-color: inherit;
  border-style: solid;
  border-width: 0;
}

.job-des-sec-wrapper tr th, .job-des-sec-wrapper tr td {
  vertical-align: text-top;
  padding: 20px 20px 20px 21px;
  border: 1px solid #ddd;
  text-align: justify;
}

.job-des-sec-wrapper tbody th {
  width: 20%;
}

.job-des-appy-btn {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 35px;
}


.readon.consultant.slider {
  padding: 18px 40px 18px 40px !important;
}
.readon.consultant {
  padding: 18px 35px 18px 35px;
  border-radius: 0px 0px 0px 0px;
  color: #fff;
  background: #19003c;
  overflow: hidden;
  position: relative;
}

/* .readon.consultant:after {
  content: "";
  position: absolute;
  top: 10px;
  left: 0;
  width: 300px;
  height: 200px;
  background-color: #333;
  border-color: transparent;
  border-radius: 50%;
  transform: translate(-40px, -80px) scale(0.1);
  opacity: 0;
  z-index: -1;
  transition: transform 0.5s, opacity 0.5s, background-color 0.5s;
} */


.contactheader { min-height: 450px!important; }
.contactheader:before { background: #061328!important; }
.contact-rev { margin-top: -320px; position: relative; z-index: 2; }
.getinhd { font-size: 2.5rem; line-height: 1.5 }
.getinhd span { color: #fbd612; }

.addressbox { margin: 15px 0px; padding:0 0 20px 0; display: flex; border-bottom: 1px solid #efefef; }
.borderbotnone { border-bottom: 0px; }
.addressbox-margin { margin-top: 80px; }
.addressbox img { box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px; max-height: 160px; min-width: 160px; border-radius: 100%; margin-right: 30px; transition: all 0.3s ease-in-out; }
.addressbox:hover img { transform: rotate(90deg); }


.addressbox h5 { margin-top: 15px; font-size: 22px; margin-bottom: 5px; }
.addressbox h5 span { color: #e5c100; font-size: 40px; line-height: 0; }
.addressbox ul { list-style: none; margin: 0px; padding: 0px; }
.contact_form_box_all.type_one .contact_form_box_inner { position: relative; overflow-x: hidden; }
.contact_form_box_all.type_one .contact_form_box_inner:after { content:''; margin-right: -150px; width: 70%; height: 100%; position: absolute; right:0; bottom:0; background:rgba(0, 0, 0, 0.1); z-index: -1; transform: skew(20deg); }
.contact_form_box_all.type_one .contact_form_box_inner input, .contact_form_box_all.type_one .contact_form_box_inner textarea { border-radius: 0; border: 0; }
.contact_form_box_all.type_one .contact_form_box_inner textarea { min-height: 146px; }
.grouplogocont { position: relative; padding-top: 50px; }
.grouplogocont a { display: flex; align-items: center; justify-content: center;
 text-align: center; color: #fff;
 width: 180px; height: 180px; border-radius: 100%; background: rgb(25,0,60); background: linear-gradient(270deg, rgba(25,0,60,1) 0%, rgba(60,4,139,1) 100%);
 margin: 50px 0 0 0; }
.grouplogocont a:hover { color: #fff; }

.grouplogocont a:hover, .grouplogocont2 a { background: rgb(254,214,0);
background: linear-gradient(270deg, rgba(254,214,0,1) 0%, rgba(208,158,4,1) 100%); }
.grouplogocont2 a:hover {  background: rgb(25,0,60); background: linear-gradient(270deg, rgba(25,0,60,1) 0%, rgba(60,4,139,1) 100%); color: #fff; }

.grouplogocont .groupdot { width: 20px; height: 20px; background: #3c3e3d; border-radius: 100%; position: absolute; right: 10px; top: 65%; transform: translateY( 0 -65%); }
.groupline1 { border-top: 2px solid #8e8e8e; border-left: 2px solid #8e8e8e; width: 145%; height: 50px; right: -200px; top: 30px; position: absolute; }
.groupline1:after { content:''; width: 20px; height: 20px; background: #2d026a; position: absolute; border-radius: 100%; right: 0; top: -10px; }
.groupline2 { width: 45%;
    right: 39px;
    border-top: 0;
    border-left: 0;
    border-bottom: 2px solid #8e8e8e;
    border-right: 2px solid #8e8e8e;
    height: 35px; }
.groupline2:before { content: '';
    width: 20px;
    height: 16px;
    border-left: 2px solid #8e8e8e;
    position: absolute;
    bottom: -18px; }

.groupline2:after {
    background: #e9bc01;
    right: -11px; top: -8px;
}

.groupline3 {
    width: 45%;
    left: -26px;
    border-top: 0;
    border-left: 2px solid #8e8e8e;
    border-bottom: 2px solid #8e8e8e;
    border-right: 0;
    height: 35px;
    right: auto;
}
.groupline3:after {
    background: #2d026a;
    left: -11px;
    top: -8px;
}
.groupline3:before {
    content: '';
    width: 20px;
    height: 16px;
    border-left: 2px solid #8e8e8e;
    position: absolute;
    bottom: -18px; right: -18px;
}

.groupline4 {
    border-top: 2px solid #8e8e8e;
    border-right: 2px solid #8e8e8e;
    border-bottom: 0;
    width: 142%;
    height: 50px;
    left: -256px;
    top: 31px;
    position: absolute;
}
.groupline4:after {
    background: #e9bc01;
    left: -11px;
    top: -11px;
}
.groupline4:before { display: none; }
.yellowtxt { font-size: 16px!important; line-height: 1.5!important; color: #000!important; 
  background: #e5c100!important; padding: 18px!important; }
.points p { position: relative; padding: 0px 0px 20px 80px; }
.points p img { position: absolute; left:0; top:0; }
.clients-logo { border: 1px solid #efefef; width: 100%; min-height: 136px; display: flex; align-items: center; justify-content: center; }
.korbarservice { text-align: left!important; display: flex; align-items: center; justify-content: space-between; padding: 0px 20px 0px 20px!important; }
.korbarservice p { text-align: left!important; }

.service_box.style_four .service_content.korbarservice .image_box { min-width: 200px; max-height: 200px }


.bg_color_2{
  background-color: #e5c100;
  padding: 0 0 0 10px !important;

}

.features-section {
  position: relative;
  padding: 60px 0px 60px;
}

.sec-title.centered {
  text-align: center !important;
}

.sec-title {
  position: relative;
  z-index: 1;
  margin-bottom: 45px;
}
/* 
.sec-title h2 {
  position: relative;
  color: #92278e;
  font-weight: 700;
  line-height: 1.2em;
} */

.sec-title h2{
  font-size: 38px;
  padding-bottom:10px !important ;
}

.sec-title p {
  line-height: 30px;
  max-width:1090px;
  margin: 10px auto;
}

.justify-content-center {
  justify-content: center!important;
}

.featured-block {
  position: relative;
  margin-bottom: 25px;
}

.featured-block .inner-box {
  position: relative;
  text-align: center;
  padding: 20px 15px 0px 15px;
  min-height: 100px;
  border-radius: 8px;
  background-color: #ffffff;
  box-shadow: 0px 0px 15px rgba(0,0,0,0.10);
}

.featured-block .inner-box .border-one {
  position: absolute;
  right: 0px;
  top: 0px;
  bottom: 0px;
  left: 0px;
  border-radius: 8px;
}

.featured-block:nth-child(2n + 1) .inner-box .border-one::before, .featured-block:nth-child(2n + 1) .inner-box .border-one::after, .featured-block:nth-child(2n + 1) .inner-box .border-two::before, .featured-block:nth-child(2n + 1) .inner-box .border-two::after {
  background-color: #e5c100;
}

.featured-block .inner-box .border-two {
  position: absolute;
  right: 0px;
  top: 0px;
  bottom: 0px;
  left: 0px;
  border-radius: 8px;
}

.featured-block .inner-box .icon-box {
  position: relative;
  width: 110px;
  height: 110px;
  text-align: center;
  border-radius: 50%;
  margin: 0 auto;
  background-color: #19003c;
}

.featured-block .inner-box p {
  position: relative;
  color: #2b2a41;
  font-weight: 700;
  margin-top: -42px;
  /* text-align: center; */
  padding: 0 0px 0 40px;
  align-items: center;
  text-align: start;
  font-size: 17px !important;
}

/* .icon-box .icon img {
  display: inline-block;
  max-width: 100%;
  height: auto;
} */

.icon-box:before {
  content: "";
}

.featured-block .inner-box:hover .border-two:before {
  height: 100%;
  transition-delay: 1000ms;
}
.featured-block .inner-box .border-two:before {
  position: absolute;
  content: '';
  left: 0px;
  bottom: 0px;
  width: 2px;
  height: 0px;
  background-color: #19003c;
  transition: all 600ms ease;
}

.featured-block .inner-box:hover .border-two:after {
  width: 100%;
  transition-delay: 1500ms;
}
.featured-block .inner-box .border-two:after {
  position: absolute;
  content: '';
  left: 0px;
  top: 0px;
  width: 0px;
  height: 2px;
  background-color: #19003c;
  transition: all 600ms ease;
}

.featured-block .inner-box:hover .border-one::before {
  height: 100%;
}
.featured-block .inner-box .border-one:before {
  position: absolute;
  content: '';
  right: 0px;
  top: 0px;
  width: 2px;
  height: 0px;
  background-color: #19003c;
  transition: all 600ms ease;
}

.featured-block .inner-box:hover .border-one:after {
  width: 100%;
  transition-delay: 500ms;
}
.featured-block .inner-box .border-one:after {
  position: absolute;
  content: '';
  right: 0px;
  bottom: 0px;
  width: 0px;
  height: 2px;
  background-color: #19003c;
  transition: all 600ms ease;
}

.featured-block .inner-box .icon-box {
  position: relative;
  width: 60px;
  height: 60px;
  text-align: center;
  border-radius: 50%;
  margin: 0 0 0 -43px ;
  background-color: #19003c;
}

/* .icon-para{
display: inline;
} */

.featured-block:nth-child(2n + 1) .inner-box .icon-box {
  background-color: #e5c100;
}
/* .featured-block .inner-box .icon-box {
  position: relative;
  width: 110px;
  height: 110px;
  text-align: center;
  border-radius: 50%;
  margin: 0 auto;
} */


.location-box{
  /* background: black; */
  padding: 30px 10px 30px 10px;
  background-color: #e5c100;
  border-radius: 10px;
  margin: 10px 0 20px 0 !important;
  min-height: 160px;
  overflow: hidden;
  position: relative;
  /* box-shadow: 0px 10px 25px 0px rgba(0, 0, 0, 0.4); */
  
}
.location-box img{
  position: absolute;
  right: -60px;
  top: -10px;
  opacity: 0.1;
}

.theme_btn_all_2{
  text-align: center;
}

.Industries_heading{
  font-size: 28px !important;
  font-weight: 600;
  margin-bottom: 30px;

}



.efficient_para{
  max-width: 1052px;
  margin-left: 44px;
}

.justify-content-centered{
  margin-left: 114px !important;
}




/*Pankaj css start */


.info, .success, .warning, .error, .validation {
 
	margin: 10px 0px;
	padding: 5px 10px 5px 50px;
	background-repeat: no-repeat;
	background-position: 10px center;
	font-size: 14px;
  }
  
  .error {
	color: #D8000C;
	background-color: #FFBABA;
	background-image: url('../images/error.png');
  }
  
  
  input.parsley-success,
  select.parsley-success,
  textarea.parsley-success {
  color: #468847;
  background-color: #DFF0D8;
  border: 1px solid #D6E9C6;
  }
  
  input.parsley-error,
  select.parsley-error,
  textarea.parsley-error {
  color: #B94A48;
  background-color: #FFBEBE!important;
  border: 1px solid #EED3D7!important;
  }
  
  .parsley-errors-list {
  margin: 2px 0 3px;
  padding: 0;
  list-style-type: none;
  font-size: 0.8em;
  line-height: 0.9em;
  opacity: 0;
  color: #B94A48;
  
  transition: all .3s ease-in;
  -o-transition: all .3s ease-in;
  -moz-transition: all .3s ease-in;
  -webkit-transition: all .3s ease-in;
  }
  
  .parsley-errors-list.filled {
  opacity: 1;
  }
  
  .ajaxError{ 
    font-size: 12px;
    color: #f00;
    font-weight: bold; 
  }


  /* forman new added css for apply now */

  
.pt-100{
  padding-top: 100px;
}

.sec-title .title {
  font-size: 36px;
  line-height: 46px;
  font-weight: 700;
  color: #0a0a0a;
  margin: 0;
  position: relative;
  padding-top: 28px;
}

.sec-title .title:after {
  content: "";
  position: absolute;
  border: 0;
  width: 65px;
  height: 5px;
  background: #003d72;
  z-index: 1;
  margin-left: 0;
  left: 0;
  top: 0;
}

.readon.submit {
  border: none;
  transition: all 0.4s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
  display: block;
  cursor: pointer;
  position: relative;
  width: 200px;
  margin-left: 20px !important;
  z-index: 2;
}

.readon {
  color: #fff;
  font-size: 17px;
  line-height: 26px;
  font-weight: 600;
  text-transform: capitalize;
}
select {
  position: relative;
  height: 36px !important;
  line-height: 26px;
  border-radius: 5px;
  width: 100%;
  padding: 4px 15px 0px 15px;
  display: block;
  transition: 0.5s ease-in-out !important;
  margin-bottom: 0px !important;
}

/* thank-you */



ul.thanks-list {
  margin: 0;
  padding: 0;
  list-style: none;
  margin-top: 75px;
  margin-bottom: 75px;
}

ul.thanks-list li span {
  color: #154e7c;
  display: block;
  margin-bottom: 5px;
  text-transform: uppercase;
}


ul.thanks-list li {
  font-size: 17px;
  color: #292929;
  border: 1px solid #120326 ;
  margin-bottom: 16px;
  min-height: 124px;
  border-radius: 10px;
}





