/*
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;
}
.theme-btn.one, .theme-btn.two {
    border-radius: 5px !important}
.header, .default_sickty_heaad {
    padding: 10px 0px 10px !important;
}
:root {
  --primary-color-one: #FF3C00;
  --secondary-color: #252628;
}

a.theme-btn.one.animated.banner-btn {
    background: none;
    border: 1px solid #fff;
}
.text small {
    color: #246af4 !important;
}
a.dropdown-toggle.nav-link.active {
    position: relative;
}
.nav-link.active::before {
    content: "";
    position: absolute;
    top: 29px;
    left: -15px;
    width: 5px;
    height: 5px;
    background: #246af4;
    border-radius: 30px;
}

.newsteller.style_one .item_scubscribe .mc4wp-form-fields input[type=email] {
    border-radius: 10px 10px 10px 10px !important;
}
.newsteller.style_one .item_scubscribe .mc4wp-form-fields input[type=submit] {
    border-radius: 0px 10px 10px 0px;
}
section.expertise {
/*    border-bottom: 15px solid #4cb8f6;*/
}
a.dropdown-toggle.nav-link.active {
        color: var(--primary-color-one) !important;
}
section.news-blogs .project_post {
    padding: 0px !important;
}

section.news-blogs .project_post.style_one {
    padding: 30px;
    background: #fff;
    box-shadow: none;
    border-radius: 10px;
}

section.news-blogs .project_post.style_one .project_caro_content {
    position: relative;
    padding: 20px 10px 0px 0px;
}
section.news-blogs .project_post.style_one .project_caro_content h2 a {
    font-size: 16px;
}
section.news-blogs .project_post.style_one .image img {
    height: 310px;
}
.d-flex.mt-5.search-area {
    justify-content: center;
    position: relative;width: 50%;
}

.d-flex.mt-5.search-area button {
    border: 0;
    background: none;
    top: 8px;
    position: absolute;
    right: 0;
    z-index: 999;
    width: 30px;
    height: 30px;
    padding: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.service-grid {
    display: flex;
    align-items: center;
    margin-bottom: 30px;
    box-shadow: 0 1rem 3rem rgba(0,0,0,0.125)!important;
}
.service-details {
    flex: 1;
    padding: 20px;
}
.service-img img {
    width: 400px;
}
.service-head {
    display: flex;
    align-items: center;
    margin-bottom: 20px;
}
.service-head h3 i {
    font-size: 20px;
    margin-right: 10px;
    color: var(--primary-color-one);
}
.service-head h3 {
    display: flex;
    align-items: center;
    margin-right: 20px;
}
.service-details h6 {
     color: var(--primary-color-one);
    margin-bottom: 15px;
}
.service-head button {
    border: 0;
    background: none;
}
.content_inner {
    height: 250px;
}
.news_content {
    padding: 20px;
}
.news_content h2 {
    font-size: 20px !important;
    margin: 0px 0px;
}
.news_content p, .process_box_outer_two p {
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
}
.process_box_outer_two {
    
}

.process_box.style_two .process_box_outer_two .content_box h2 a {
    font-size: 17px !important;
}
.trun {
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
}
.process_box_outer_two a {
    margin-top: 20px;
}
.trun1 a {
    overflow: hidden !important;
    display: -webkit-box !important;
    -webkit-line-clamp: 1 !important;
    line-clamp: 1 !important;
    -webkit-box-orient: vertical !important;
}
.features-job h5 {
    margin-bottom: 11px;
    color: #246AF4 !important;
    font-weight: 600;
    font-size: 18px;
}
.features-job ul {
        list-style: circle;
}
.title_sections.left {
    margin-bottom: 20px;
}
a {
    text-decoration: none !important;
}
h2.title.trun1 {
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    line-clamp: 1;
    -webkit-box-orient: vertical;
    font-size: 20px;
    margin: 10px 0px;
}

.short_desc.trunx ul li {
    display: none !important;
}
.short_desc.trunx ul li:first-child {
    display: block !important;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    line-clamp: 2;
    -webkit-box-orient: vertical;
    height: 50px;
}
.content_box ul li {
    color: #4a4e56 !important;
}
.news_box.style_five:hover ul li span, .news_box.style_five:hover ul li i {
    color: #fff !important;
}
.news_box.style_five:hover h5.dark-blue-heading-color
{
    color: #fff !important;

}
.news_box.style_five:hover .short_desc.trunx ul li
{
    color: #fff !important;

}

.news_box.style_five:hover h2.title.trun1
{
    color: #fff !important;

}
.news_box.style_five:hover .content_box a ul li {
    color: #fff !important;
}
.news_box.style_five:hover .careermain {
    color: #fff !important;
}




img.attachment-post-thumbnail.size-post-thumbnail.wp-post-image {
    width: 100% !important;
    height: 100% !important;
}
h1.entry-title {
    font-size: 30px;
}
h2#reply-title {
    font-size: 20px;
}
textarea#comment {
    height: 100px;
}
body input[type=submit], body button[type=submit] {
    border-radius: 10px !important;
}
h2.comments-title {
    font-size: 18px;
    margin-bottom: 10px;
}
ol.comment-list, ol.children {
    list-style: none;
}
.comment-author.vcard img {
    border-radius: 100px;
    width: 40px;
}
time {
    color: #6d6d6d;
    font-size: 13px;
}
.comment-body {
    margin-bottom: 20px;
}
.careermain {
    color: var(--text-color-dark);
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
    margin-bottom: 15px;
}
.row.mb-5.careerlist .news_box {
    margin-bottom: 25px;
}
.modal-body.apply-now-modal .col-sm-12 {
    width: 50% !important;
}
modal-body.apply-now-modal .col-sm-12:last-child input {
    width: inherit !important;
}

.modal-body.apply-now-modal .col-sm-12:last-child {
    width: 100% !important;
}
modal-body.apply-now-modal .col-sm-12:last-child p {
    display: flex;
    justify-content: flex-end;
}
modal-body.apply-now-modal .col-sm-12:last-child .col-sm-12 {
    padding: 0px !important;
}
h1.entry-title {
    font-size: 30px;
    margin-bottom: 30px;
}
.service-grid.testimonials-g {
    padding: 1.5em;
}
.tst-img img {
    width: 100px !important;
    height: 100px !important;
}
.service-grid.testimonials-g .service-head {
    flex-direction: column;
    align-items: flex-start;
}

.title_sections.custom .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);
    text-align: center;
}
.title_sections.custom h2 {
    text-align: center;
}
.content_box.clearfix.customsd {
    display: flex;
    align-items: center;
}
.content_box.clearfix.customsd h2 {
    position: inherit !important;
    margin-left: 12px !important;
}
.content_box.clearfix.customsd h2 a {
    margin: 0 !important;
}

.fixed-header .get_sticky_header .header_logo_box img {
    width: 220px !important;
}
.footer_logo{
    margin-top: -20px !important;
}
.footer_logo img {
    width: 180px !important;
}
section#service, section.team.bg_light_1, section.testimonial.bg_op_1, section#projects, section.blog-section {
    display: none;
}
section#about .pd_bottom_80 {
    display: none;
}
.menu-outer #myNavbar:nth-child(2) {
  display: none !important;
}
.search-results h1.page-title {
  line-height: inherit;
  font-size: 30px;
  margin: 10px 0;
}
.search-results h2 {
  line-height: inherit;
  font-size: 20px;
  margin: 10px 0;
}
.search-results h2 a{
  color: #1d98df !important;
}
.search-results article.page {
  margin: 15px 0 0;
}

.search-results .more-link{
  color: #1d98df !important;
  font-weight: 500;
  font-size: 14px;
}

.search-no-results .no-results.not-found {
  padding: 0 30px;
  max-width: 1200px;
  margin: 0 auto;
}
.search-no-results .no-results.not-found .search-submit {
  min-height: 35px;
  background: #1d98df;

}
.search-no-results .no-results.not-found .page-header{
  padding: 15px 0 0;
}



@media only screen and (max-width: 991px) {
  .service-grid {
      flex-direction: column;
  }
  .service-head {
      flex-direction: column;
      align-items: flex-start;
  }
    
}
@media only screen and (max-width: 767px) {

    .top_bar.style_one {  display: none; }
    .pd_top_90 {  padding-top: 30px !important;  }
    .search-results #content {
      padding: 0 15px;
    }

    section#about .pd_bottom_80, section#about .pd_bottom_30 {
      padding-bottom: 0px;
    }
    .slider::after {
      position: absolute;
      content: "";
      width: 100%;
      height: 100%;
      background: #178acd8c;
      top: 0;
    }
    
    .n2-ss-layer.n2-ow.n-uc-B9l8fcFSn7PO h1 {
      z-index: 9999999 !important;
    }

    .search-results h1.page-title { font-size: 26px; }
}





